A Grammar of Gaib
Introduction
Scope and Purpose
This grammar provides a systematic description of the Gaib language (the 200th 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 Gaib.
Typological Profile
It has not just singular and plural, but also dual, and the typologically rare OSV basic word order.Phonology
Phoneme Inventory
Consonants
Gaib has a moderately small consonant inventory, comprising 18 phonemes.
It has a complete absence of palatal consonants, something which is a rare occurrence indeed, as well as a conspicuous absence of approximants and a modest (but clearly contrastive) set of labialised consonants.The table below presents the full inventory of consonant phonemes in Gaib. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | postalveolar | velar | lab. velar | glottal | |
|---|---|---|---|---|---|---|
| stop | b | d t | k ɡ | kʷ ɡʷ | ||
| nasal | m | n | ŋ | ŋʷ | ||
| fricative | f | s | ʃ | h | ||
| affricate | t͡ʃ | |||||
| implosive | ɓ |
Vowels
Gaib has more than 14 vowel qualities. This constitutes an exceptionally rich vowel inventory, with numerous distinct categories represented in the chart.
It has phonologically distinctive back unrounded vowels.The table below presents the full inventory of vowel phonemes in Gaib. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back unrounded | back rounded | |
|---|---|---|---|---|
| close | i | ɯ | u | |
| mid | e | ɤ | o | |
| open | a |
Stress and Tones
Gaib has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
Vowel harmony does not exist in this language.
Writing System
Introduction
Gaib is an unwritten language. For that reason, all examples in this grammar are given exclusively in the International Phonetic Alphabet (IPA), which offers a precise and widely recognised means of recording its sounds.
Orthography
Gaibis an unwritten language, so it does not make any sense to discuss its orthography.
Word Classes and Morphology
Number and Gender
Number
Gaib distinguishes singular, dual and plural.
Gender
Gaib does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Gaib 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 sequential:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> + <vp tam="pres-state" ta="PRES"> + <word lexposp="adj" posp="verb" gloss="blind"/> + </vp> + <np head="this" role="subj" number="plur" output="aspron"> + <word posp="noun" gloss="mouse"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> + </np> + </s> + <s connector="then"> <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 head="this" role="subj" number="plur" output="aspron"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - </relp> </np> </s> </example>
module sentenceconnectors:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur" output="aspron">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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">
<np head="this" role="subj" number="plur" output="aspron">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module subordinate: 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 tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur" output="aspron">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
<s connector="then">
<word gloss="then" posp="conj"/>
<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 gloss="COMIT" posp="pp" owner="3s"/>
+ <np number="sing" def="def" locus="number" case="LOC">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<np head="this" role="subj" number="plur" output="aspron">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> + <np head="this" role="subj" number="plur" output="aspron"> + <word posp="noun" gloss="mouse"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> + </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> + </s> + <s connector="then"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <np head="this" role="subj" number="plur" output="aspron"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - </s> - <s connector="then"> - <word gloss="then" posp="conj"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> + </np> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s"/> <np number="sing" def="def" locus="number" case="LOC"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme" locus="number"> - <np head="this" role="subj" number="plur" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word posp="num" gloss="three"/> - <word posp="det" gloss="yon"/> - </np> - </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np head="this" role="subj" number="plur" output="aspron"> + <np head="this" role="subj" number="plur" output="aspron" case="NOM"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </s> <s connector="then"> - <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> <np head="this" role="subj" number="plur" output="aspron"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" number="sing" def="def" locus="number" case="NOM"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s"/> <np number="sing" def="def" locus="number" case="LOC"> <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> <word gloss="then" posp="conj"/> </s> </example>
module propagatenumber: No change.
createpronouns:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np head="this" role="subj" number="plur" output="aspron" case="NOM"> - <word posp="noun" gloss="mouse"/> - <word posp="num" gloss="three"/> - <word posp="det" gloss="yon"/> + <np head="this" role="subj" number="plur" case="NOM"> + <word posp="pron" number="plur" gloss="3.plur"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </s> <s connector="then"> <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> - <np head="this" role="subj" number="plur" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word posp="num" gloss="three"/> - <word posp="det" gloss="yon"/> + <np head="this" role="subj" number="plur"> + <word posp="pron" number="plur" gloss="3.plur"/> </np> </np> <np role="subj" number="sing" def="def" locus="number" case="NOM"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s"/> <np number="sing" def="def" locus="number" case="LOC"> <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> <word gloss="then" posp="conj"/> </s> </example>
module markowned:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np head="this" role="subj" number="plur" case="NOM"> + <np head="this" role="subj" number="plur" case="NOM" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </s> <s connector="then"> - <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> - <np head="this" role="subj" number="plur"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" possessor="no.owner"> + <np head="this" role="subj" number="plur" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur"/> </np> </np> - <np role="subj" number="sing" def="def" locus="number" case="NOM"> + <np role="subj" number="sing" def="def" locus="number" case="NOM" 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" case="LOC"> + <np number="sing" def="def" locus="number" case="LOC" 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> <word gloss="then" posp="conj"/> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np head="this" role="subj" number="plur" case="NOM" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</s>
<s connector="then">
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<np head="this" role="subj" number="plur" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
</np>
<np role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" case="LOC" possessor="no.owner">
- <word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np head="this" role="subj" number="plur" case="NOM" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</s>
<s connector="then">
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<np head="this" role="subj" number="plur" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
</np>
<np role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" case="LOC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np head="this" role="subj" number="plur" case="NOM" possessor="no.owner"> - <word posp="pron" number="plur" gloss="3.plur"/> - </np> <vp tam="pres-state" ta="PRES" subj="3.plur"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </s> <s connector="then"> <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" possessor="no.owner"> <np head="this" role="subj" number="plur" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur"/> </np> </np> <np role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="woman"/> <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s"/> <np number="sing" def="def" locus="number" case="LOC" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="knife"/> </np> </pp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <word gloss="then" posp="conj"/> </s> </example>
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</s>
<s connector="then">
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<np head="this" role="subj" number="plur" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" case="LOC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
+ <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.plur" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</s>
<s connector="then">
- <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" possessor="no.owner">
- <np head="this" role="subj" number="plur" possessor="no.owner">
+ <np head="this" role="obj" number="plur" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC">
<word posp="pron" number="plur" gloss="3.plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<np role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" case="LOC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<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.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<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>
</s>
<s connector="then">
<np head="this" role="obj" number="plur" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC">
- <word posp="pron" number="plur" gloss="3.plur"/>
+ <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" 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" case="LOC" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" possessor="no.owner"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<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.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
About to call getSlotValue for 3.plur/pron/number/obligatoryGot plur
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for woman/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got LOC
About to call getSlotValue for knife/noun/number/obligatory
Got sing
addaffixes:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<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>
</s>
<s connector="then">
<np head="this" role="obj" number="plur" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC">
+ <thingy type="pronnumber" function="prefix" gloss="plur"/>
<word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
<np number="sing" def="def" locus="number" case="LOC" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="LOC"/>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<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.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <vp tam="pres-state" ta="PRES" subj="3.plur"> + <flat> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </s> - <s connector="then"> - <np head="this" role="obj" number="plur" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC"> <thingy type="pronnumber" function="prefix" gloss="plur"/> <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <np number="sing" def="def" locus="number" case="LOC" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="LOC"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> <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.plur" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="pronnumber" function="prefix" gloss="plur"/> - <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="LOC"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="then" posp="conj"/> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur">|kʷ|e|ʃ|a̰|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="pronnumber" function="prefix" gloss="plur">|m|-</thingy> + <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC">|ai|n|o̰|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">|ŋʷ|ḛ|t|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">|kʷ|a|b|e|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="LOC">-|kʷ|ḛ|</thingy> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" possessor="no.owner">|h|ɤ|k|</word> + <thingy type="nounnumber" function="suffix" 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="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">|kʷ|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word gloss="then" posp="conj">|t͡ʃ|u|</word> </flat> </example>
vowelharmony: No change.
### |kʷ|e|ʃ|a̰|#-> kʷeʃa̰
### |kʷ|e|ʃ|a̰|
#-> kʷeʃa̰
### |m|-
#-> m-
### |m|-
#-> m-
### |ai|n|o̰|
#-> aino̰
### |ai|n|o̰|
#-> aino̰
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |ŋʷ|ḛ|t|
#-> ŋʷḛt
### |ŋʷ|ḛ|t|
#-> ŋʷḛt
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |kʷ|a|b|e|
#-> kʷabe
### |kʷ|a|b|e|
#-> kʷabe
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|kʷ|ḛ|
#-> -kʷḛ
### -|kʷ|ḛ|
#-> -kʷḛ
### |h|ɤ|k|
#-> hɤk
### |h|ɤ|k|
#-> hɤk
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |kʷ|e|
#-> kʷe
### |kʷ|e|
#-> kʷe
### |b|o|
#-> bo
### |b|o|
#-> bo
### |t͡ʃ|u|
#-> t͡ʃu
### |t͡ʃ|u|
#-> t͡ʃu
### |kʷ|e|ʃ|a̰| |m||ai|n|o̰| |ŋ|o||t|ɯ̰| |ŋʷ|ḛ|t||ḭ| |kʷ|a|b|e| |ŋ|o||kʷ|ḛ| |h|ɤ|k||ḭ| |kʷ|e| |b|o| |t͡ʃ|u|
#-> kʷeʃa̰ maino̰ ŋotɯ̰ ŋʷḛtḭ kʷabe ŋokʷḛ hɤkḭ kʷe bo t͡ʃu
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur">|kʷ|e|ʃ|a̰|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
<thingy type="pronnumber" function="prefix" gloss="plur">|m|-</thingy>
<word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" possessor="no.owner" def="def" tr="rheme" locus="number" case="ACC">|ai|n|o̰|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" possessor="no.owner">|ŋʷ|ḛ|t|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<word gloss="COMIT" posp="pp" owner="3s" role="comitative">|kʷ|a|b|e|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="LOC">-|kʷ|ḛ|</thingy>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" possessor="no.owner">|h|ɤ|k|</word>
<thingy type="nounnumber" function="suffix" 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="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">|kʷ|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word gloss="then" posp="conj">|t͡ʃ|u|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">kʷeʃa̰</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">aino̰</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ŋʷḛt</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">kʷabe</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-kʷḛ</span><br><span class="gls"><span class="glssc">LOC</span></span></span> <span class="ilpair"><span class="mor">hɤk</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">kʷe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃu</span><br><span class="gls">then</span></span></p>
+ <p>kʷeʃa̰ maino̰ ŋotɯ̰ ŋʷḛtḭ kʷabe ŋokʷḛ hɤkḭ kʷe bo t͡ʃu</p>
+ <p>kʷeʃa̰ maino̰ ŋotɯ̰ ŋʷḛtḭ kʷabe ŋokʷḛ hɤkḭ kʷe bo t͡ʃu</p>
+ <il>
+ <w>
+ <o>kʷeʃa̰</o>
+ <g>blind</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>aino̰</o>
+ <g>3.plur</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>ŋʷḛt</o>
+ <g>woman</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>kʷabe</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-kʷḛ</o>
+ <g>LOC</g>
+ </w>
+ <w>
+ <o>hɤk</o>
+ <g>knife</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>kʷe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃu</o>
+ <g>then</g>
+ </w>
+ </il>
</example>
### kʷeʃa̰ maino̰ ŋotɯ̰ ŋʷḛtḭ kʷabe ŋokʷḛ hɤkḭ kʷe bo t͡ʃu#-> kʷeʃa̰ maino̰ ŋotɯ̰ ŋʷḛtḭ kʷabe ŋokʷḛ hɤkḭ kʷe bo t͡ʃu
[kʷeʃa̰ maino̰ ŋotɯ̰ ŋʷḛtḭ kʷabe ŋokʷḛ hɤkḭ kʷe bo t͡ʃu] kʷeʃa̰ blind m- plur aino̰ 3.plur ŋo the -tɯ̰ NOM ŋʷḛt woman -ḭ sing kʷabe COMIT ŋo the -kʷḛ LOC hɤk knife -ḭ sing kʷe catch bo PAST t͡ʃu then “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There is one type of clitic in the nominal phrase, namely an enclitic (placed finally), expressing possessor. a clitic expressing possessor, comprising me ‘1incl.sing’, ɓṵ ‘1excl.sing’, fe ‘2.sing’, ɓɯ̰ ‘3.sing’, si ‘1incl.dual’, ʃḛ ‘1excl.dual’, ɓḛ ‘2.dual’, fḛ ‘3.dual’, sɯ̰ ‘1incl.plur’, hu ‘1excl.plur’, mṵ ‘2.plur’ and ka ‘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 Gaib.
The Noun
The noun in Gaib consists of the root followed by an obligatory suffix expressing number, comprising -ḭ ‘sing’, -ɤ ‘dual’ and -a ‘plur’.
The noun displays the following derivational morphology: two suffixes, namely -iɓ ‘little’ and -as ‘big’
The Adjective
The adjective in Gaib stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Gaib stands alone without any prefixes or suffixes attached to it.
Determiners
In Gaib, the determiner has the following structure: the root followed by an obligatory suffix expressing case, comprising -tɯ̰ ‘NOM’, -sa ‘ACC’, -ko̰ ‘DAT’, -ɡe ‘INS’, -fa ‘VOC’, -ɓḛ ‘ALL’, -kʷḛ ‘LOC’, -t͡ʃa̰ ‘ABL’ and -nɯ̰ ‘PART’.
Pronouns
The pronoun in Gaib has the following structure: an obligatory prefix expressing number, comprising s- ‘sing’, kʷ- ‘dual’ and m- ‘plur’ followed by the root.
In Gaib, 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> - </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
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="obj" output="aspron" locus="number" case="ACC"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowned:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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> </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="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="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" obj="3.sing" subj="3.sing"> + <flat> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="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> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">|kʷ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʷ|au|#-> kʷau
### |kʷ|au|
#-> kʷau
### |kʷ|au|
#-> kʷau
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">|kʷ|au|</word> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">kʷau</span><br><span class="gls">love</span></span></p> + <p>kʷau</p> + <p>kʷau</p> + <il> + <w> + <o>kʷau</o> + <g>love</g> + </w> + </il> </example>### kʷau
#-> kʷau
[kʷau] kʷau 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> - </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module propagatenumber: No change.
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowned:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" 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> </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="theme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="NOM" 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="NOM" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for 3.sing/pron/number/obligatoryGot sing
addaffixes:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner"> + <flat> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="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> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">|kʷ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |s|-#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |kʷ|au|
#-> kʷau
### |kʷ|au|
#-> kʷau
### |s||o|ŋʷ|a| |kʷ|au|
#-> soŋʷa kʷau
removetags:
<example id="love2he" translation="*He* loves her.">
<flat>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner">|o|ŋʷ|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">|kʷ|au|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">kʷau</span><br><span class="gls">love</span></span></p>
+ <p>soŋʷa kʷau</p>
+ <p>soŋʷa kʷau</p>
+ <il>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>oŋʷa</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>kʷau</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### soŋʷa kʷau#-> soŋʷa kʷau
[soŋʷa kʷau] s- sing oŋʷa 3.sing kʷau 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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> <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love2her" translation="He loves *her*."> <s> - <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="ACC"> <word posp="noun" gloss="girl"/> </np> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module propagatenumber: No change.
createpronouns:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number" case="ACC"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowned:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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> </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="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
<example id="love2her" translation="He loves *her*.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
addclitics:
<example id="love2her" translation="He loves *her*.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" 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" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="love2her" translation="He loves *her*.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" 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="ACC" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for 3.sing/pron/number/obligatoryGot sing
addaffixes:
<example id="love2her" translation="He loves *her*.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love2her" translation="He loves *her*."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"> + <flat> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" 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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2her" translation="He loves *her*."> <flat> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">|kʷ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |s|-#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |kʷ|au|
#-> kʷau
### |kʷ|au|
#-> kʷau
### |s||o|ŋʷ|a| |kʷ|au|
#-> soŋʷa kʷau
removetags:
<example id="love2her" translation="He loves *her*.">
<flat>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">|o|ŋʷ|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">|kʷ|au|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">kʷau</span><br><span class="gls">love</span></span></p>
+ <p>soŋʷa kʷau</p>
+ <p>soŋʷa kʷau</p>
+ <il>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>oŋʷa</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>kʷau</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### soŋʷa kʷau#-> soŋʷa kʷau
[soŋʷa kʷau] s- sing oŋʷa 3.sing kʷau love “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="NN1"/> - <word gloss="the" posp="det"/> - </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="hate"/> + </vp> </s> </example>
module casemarking:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="hate"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="hate"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
+ <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" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for NN2/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for NN1/noun/number/obligatory
Got sing
addaffixes:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Mashag hates Satub."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="Satub" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner" propernoun="yes">|s|a|t|ɯ|ɓ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="Mashag" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner" propernoun="yes">|m|a|ʃ|a|ɡ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">|ɓ|u|t|ɯ|n|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |s|a|t|ɯ|ɓ|
#-> satɯɓ
### |s|a|t|ɯ|ɓ|
#-> satɯɓ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |m|a|ʃ|a|ɡ|
#-> maʃaɡ
### |m|a|ʃ|a|ɡ|
#-> maʃaɡ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|u|t|ɯ|n|a|
#-> ɓutɯna
### |ɓ|u|t|ɯ|n|a|
#-> ɓutɯna
### |ŋ|o||s|a| |s|a|t|ɯ|ɓ||ḭ| |ŋ|o||t|ɯ̰| |m|a|ʃ|a|ɡ||ḭ| |ɓ|u|t|ɯ|n|a|
#-> ŋosa satɯɓḭ ŋotɯ̰ maʃaɡḭ ɓutɯna
removetags:
<example id="loveprop" translation="Mashag hates Satub.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="Satub" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner" propernoun="yes">|s|a|t|ɯ|ɓ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="Mashag" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner" propernoun="yes">|m|a|ʃ|a|ɡ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">|ɓ|u|t|ɯ|n|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">satɯɓ</span><br><span class="gls">Satub</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">maʃaɡ</span><br><span class="gls">Mashag</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓutɯna</span><br><span class="gls">hate</span></span></p>
+ <p>ŋosa satɯɓḭ ŋotɯ̰ maʃaɡḭ ɓutɯna</p>
+ <p>ŋosa Satɯɓḭ ŋotɯ̰ Maʃaɡḭ ɓutɯna</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>satɯɓ</o>
+ <g>Satub</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>maʃaɡ</o>
+ <g>Mashag</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓutɯna</o>
+ <g>hate</g>
+ </w>
+ </il>
</example>
### ŋosa satɯɓḭ ŋotɯ̰ maʃaɡḭ ɓutɯna#-> ŋosa satɯɓḭ ŋotɯ̰ maʃaɡḭ ɓutɯna
[ŋosa satɯɓḭ ŋotɯ̰ maʃaɡḭ ɓutɯna] ŋo the -sa ACC satɯɓ Satub -ḭ sing ŋo the -tɯ̰ NOM maʃaɡ Mashag -ḭ sing ɓutɯna hate “Mashag hates Satub.” | (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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <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="NOM" number="sing"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" 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:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM" number="sing"> - <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="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for boy/noun/number/obligatory
Got sing
addaffixes:
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|n|ɤ|ɡʷ|ɤ|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|b|ɤ|ŋ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |n|ɤ|ɡʷ|ɤ|d|
#-> nɤɡʷɤd
### |n|ɤ|ɡʷ|ɤ|d|
#-> nɤɡʷɤd
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |b|ɤ|ŋ|
#-> bɤŋ
### |b|ɤ|ŋ|
#-> bɤŋ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o||t|ɯ̰| |n|ɤ|ɡʷ|ɤ|d||ḭ| |ɓ|ɯ̰| |ŋ|o||t|ɯ̰| |b|ɤ|ŋ||ḭ|
#-> ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ ŋotɯ̰ bɤŋḭ
removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|n|ɤ|ɡʷ|ɤ|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|b|ɤ|ŋ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">nɤɡʷɤd</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓɯ̰</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bɤŋ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span></p>
+ <p>ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ ŋotɯ̰ bɤŋḭ</p>
+ <p>ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ ŋotɯ̰ bɤŋḭ</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>nɤɡʷɤd</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓɯ̰</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>bɤŋ</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ ŋotɯ̰ bɤŋḭ#-> ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ ŋotɯ̰ bɤŋḭ
[ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ ŋotɯ̰ bɤŋḭ] ŋo the -tɯ̰ NOM nɤɡʷɤd apple -ḭ sing ɓɯ̰ 3.sing.POSS ŋo the -tɯ̰ NOM bɤŋ boy -ḭ sing “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <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="NOM" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowned:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" 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:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM" number="sing"> - <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="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owner" 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" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for 3.sing/pron/number/obligatory
Got sing
addaffixes:
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|n|ɤ|ɡʷ|ɤ|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" possessor="no.owner">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |n|ɤ|ɡʷ|ɤ|d|
#-> nɤɡʷɤd
### |n|ɤ|ɡʷ|ɤ|d|
#-> nɤɡʷɤd
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |s|-
#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |ŋ|o||t|ɯ̰| |n|ɤ|ɡʷ|ɤ|d||ḭ| |ɓ|ɯ̰| |s||o|ŋʷ|a|
#-> ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ soŋʷa
removetags:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|n|ɤ|ɡʷ|ɤ|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" possessor="no.owner">|o|ŋʷ|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">nɤɡʷɤd</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓɯ̰</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span></p>
+ <p>ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ soŋʷa</p>
+ <p>ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ soŋʷa</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>nɤɡʷɤd</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓɯ̰</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>oŋʷa</o>
+ <g>3.sing</g>
+ </w>
+ </il>
</example>
### ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ soŋʷa#-> ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ soŋʷa
[ŋotɯ̰ nɤɡʷɤdḭ ɓɯ̰ soŋʷa] ŋo the -tɯ̰ NOM nɤɡʷɤd apple -ḭ sing ɓɯ̰ 3.sing.POSS s- sing oŋʷa 3.sing “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <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="NOM" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="1excl" number="sing" posp="pron"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> + <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:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <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="NOM" 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="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <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="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> </np> </example>About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for apple/noun/number/obligatory
Got sing
addaffixes:
<example id="posso2" translation="my apple">
<np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" 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="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM">|n|ɤ|ɡʷ|ɤ|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS">|ɓ|ṵ|</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |n|ɤ|ɡʷ|ɤ|d|
#-> nɤɡʷɤd
### |n|ɤ|ɡʷ|ɤ|d|
#-> nɤɡʷɤd
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ṵ|
#-> ɓṵ
### |ɓ|ṵ|
#-> ɓṵ
### |ŋ|o||t|ɯ̰| |n|ɤ|ɡʷ|ɤ|d||ḭ| |ɓ|ṵ|
#-> ŋotɯ̰ nɤɡʷɤdḭ ɓṵ
removetags:
<example id="posso2" translation="my apple">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM">|n|ɤ|ɡʷ|ɤ|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS">|ɓ|ṵ|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">nɤɡʷɤd</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓṵ</span><br><span class="gls">1excl.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>ŋotɯ̰ nɤɡʷɤdḭ ɓṵ</p>
+ <p>ŋotɯ̰ nɤɡʷɤdḭ ɓṵ</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>nɤɡʷɤd</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓṵ</o>
+ <g>1excl.sing.POSS</g>
+ </w>
+ </il>
</example>
### ŋotɯ̰ nɤɡʷɤdḭ ɓṵ#-> ŋotɯ̰ nɤɡʷɤdḭ ɓṵ
[ŋotɯ̰ nɤɡʷɤdḭ ɓṵ] ŋo the -tɯ̰ NOM nɤɡʷɤd apple -ḭ sing ɓṵ 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> - <np role="subj"> - <np type="owner_owned"> - <np number="sing" def="def" locus="number" role="owner"> - <word posp="noun" gloss="hunter"/> - <word gloss="the" posp="det"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="daughter"/> - <word gloss="the" posp="det"/> - </np> - </np> - </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> + <np role="subj"> + <np type="owner_owned"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> + <word gloss="the" posp="det"/> + </np> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> + <word gloss="the" posp="det"/> + </np> + </np> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> </s> </example>
module casemarking:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="subj"> + <np role="subj" case="NOM"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj" case="ACC"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" case="ACC" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="subj" case="NOM"> - <np type="owner_owned"> + <np role="subj" case="NOM" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <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> </s> </example>
createpronouns: No change.
module markowned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC" 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"> - <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" 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> - <np role="subj" case="NOM" number="sing"> + <np role="subj" case="NOM" number="sing" possessor="no.owner"> <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" 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> </s> </example>
module ngen:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
+ <np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
+ <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" 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>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
- <np number="sing" def="def" locus="number" role="owner" 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 number="sing" def="def" locus="number" role="owner" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="2.sing">
- <word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
</np>
</np>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</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>
</s>
</example>
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="obj" case="ACC" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="2.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
</np>
</np>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="2.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj" case="ACC" number="sing" possessor="no.owner"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj" case="ACC" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" possessor="2.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="subj" case="NOM" number="sing" possessor="no.owner"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="subj" case="NOM" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" number="sing" role="obj" case="ACC" possessor="no.owner"> - <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="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" possessor="2.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> - </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np type="owner_owned" number="sing" role="subj" case="NOM" possessor="no.owner"> - <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="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </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="owned" possessor="3.sing" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="2.sing">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for neighbour/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
addaffixes:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="2.sing">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</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="owned" possessor="3.sing" case="ACC"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="2.sing"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">|s|ɯ|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" possessor="2.sing">|d|u|ɡ|ɤ|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|f|a|n|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|a|k|a|ŋʷ|</word> + <thingy type="nounnumber" function="suffix" 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="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|t|o̰|s|o|d|o̰|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |s|ɯ|d|
#-> sɯd
### |s|ɯ|d|
#-> sɯd
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |d|u|ɡ|ɤ|k|
#-> duɡɤk
### |d|u|ɡ|ɤ|k|
#-> duɡɤk
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |f|e|
#-> fe
### |f|e|
#-> fe
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |f|a|n|
#-> fan
### |f|a|n|
#-> fan
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |ŋ|a|k|a|ŋʷ|
#-> ŋakaŋʷ
### |ŋ|a|k|a|ŋʷ|
#-> ŋakaŋʷ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |t|o̰|s|o|d|o̰|
#-> to̰sodo̰
### |t|o̰|s|o|d|o̰|
#-> to̰sodo̰
### |b|o|
#-> bo
### |b|o|
#-> bo
### |ŋ|o||s|a| |s|ɯ|d||ḭ| |ɓ|ɯ̰| |ŋ|o||t|ɯ̰| |d|u|ɡ|ɤ|k||ḭ| |f|e| |ŋ|o||t|ɯ̰| |f|a|n||ḭ| |ɓ|ɯ̰| |ŋ|o||t|ɯ̰| |ŋ|a|k|a|ŋʷ||ḭ| |t|o̰|s|o|d|o̰| |b|o|
#-> ŋosa sɯdḭ ɓɯ̰ ŋotɯ̰ duɡɤkḭ fe ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ to̰sodo̰ bo
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">|s|ɯ|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" possessor="2.sing">|d|u|ɡ|ɤ|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|f|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|f|a|n|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|a|k|a|ŋʷ|</word>
<thingy type="nounnumber" function="suffix" 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="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|t|o̰|s|o|d|o̰|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">sɯd</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓɯ̰</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">duɡɤk</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">fe</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">fan</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓɯ̰</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ŋakaŋʷ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">to̰sodo̰</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ŋosa sɯdḭ ɓɯ̰ ŋotɯ̰ duɡɤkḭ fe ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ to̰sodo̰ bo</p>
+ <p>ŋosa sɯdḭ ɓɯ̰ ŋotɯ̰ duɡɤkḭ fe ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ to̰sodo̰ bo</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>sɯd</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓɯ̰</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>duɡɤk</o>
+ <g>neighbour</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>fe</o>
+ <g>2.sing.POSS</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>fan</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓɯ̰</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>ŋakaŋʷ</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>to̰sodo̰</o>
+ <g>kiss</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ŋosa sɯdḭ ɓɯ̰ ŋotɯ̰ duɡɤkḭ fe ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ to̰sodo̰ bo#-> ŋosa sɯdḭ ɓɯ̰ ŋotɯ̰ duɡɤkḭ fe ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ to̰sodo̰ bo
[ŋosa sɯdḭ ɓɯ̰ ŋotɯ̰ duɡɤkḭ fe ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ to̰sodo̰ bo] ŋo the -sa ACC sɯd son -ḭ sing ɓɯ̰ 3.sing.POSS ŋo the -tɯ̰ NOM duɡɤk neighbour -ḭ sing fe 2.sing.POSS ŋo the -tɯ̰ NOM fan daughter -ḭ sing ɓɯ̰ 3.sing.POSS ŋo the -tɯ̰ NOM ŋakaŋʷ hunter -ḭ sing to̰sodo̰ kiss bo PAST “The hunter’s daughter kissed your neighbour’s son.” | (9) |
Derivation
Gaib 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word posp="noun" gloss="lamb"/> </np> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <np number="sing" tr="rheme" locus="number" case="NOM" 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="NOM" possessor="no.owner">
<word posp="noun" gloss="lamb"/>
+ <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="NOM" possessor="no.owner"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>About to call getSlotValue for lamb/noun/number/obligatory
Got sing
addaffixes:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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="NOM" possessor="no.owner"> + <flat> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">|f|a|m|u|ɡ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |f|a|m|u|ɡ|#-> famuɡ
### |f|a|m|u|ɡ|
#-> famuɡ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |f|a|m|u|ɡ||ḭ|
#-> famuɡḭ
removetags:
<example id="lamb0" translation="a lamb">
<flat>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">|f|a|m|u|ɡ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">famuɡ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span></p>
+ <p>famuɡḭ</p>
+ <p>famuɡḭ</p>
+ <il>
+ <w>
+ <o>famuɡ</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### famuɡḭ#-> famuɡḭ
[famuɡḭ] famuɡ lamb -ḭ sing “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <np number="sing" tr="rheme" locus="number" case="NOM" 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="NOM" 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="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="NOM" possessor="no.owner"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>About to call getSlotValue for lamb/noun/number/obligatory
Got sing
addaffixes:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nounnumber" function="suffix" 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="NOM" possessor="no.owner"> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" 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="NOM" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nounnumber" function="suffix" 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="NOM" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nounnumber" function="suffix" 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="NOM" possessor="no.owner">|f|a|m|u|ɡ|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|i||||ɓ|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |f|a|m|u|ɡ|#-> famuɡ
### |f|a|m|u|ɡ|
#-> famuɡ
### -|i||||ɓ|
#-> -iɓ
### -|i||||ɓ|
#-> -iɓ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |f|a|m|u|ɡ||i||||ɓ||ḭ|
#-> famuɡiɓḭ
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="NOM" possessor="no.owner">|f|a|m|u|ɡ|</word> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|i||||ɓ|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> + <p><span class="ilpair"><span class="mor">famuɡ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-iɓ</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span></p> + <p>famuɡiɓḭ</p> + <p>famuɡiɓḭ</p> + <il> + <w> + <o>famuɡ</o> + <g>lamb</g> + </w> + <w> + <o>-iɓ</o> + <g>little</g> + </w> + <w> + <o>-ḭ</o> + <g>sing</g> + </w> + </il> </example>### famuɡiɓḭ
#-> famuɡiɓḭ
[famuɡiɓḭ] famuɡ lamb -iɓ little -ḭ sing “a little lamb” | (11) |
Compounding
Verbs
Inflectional Categories
The verbal phrase clitics in Gaib fall into two categories, proclitics and enclitics: first, a clitic expressing voice, comprising do ‘passive’; second, a clitic expressing ta, comprising bo ‘PAST’; third, a clitic expressing mode, comprising bɯ ‘imperative’, ɡʷo̰ ‘conditional’ and kʷḛ ‘optative’; fourth, a clitic expressing negation, comprising hɯ̰ ‘NEG’; fifth, a clitic expressing question, comprising mo̰ ‘Q’; and finally, sixth, a clitic expressing comp, comprising ne ‘COMP’.
The verb itself does not have any prefixes or suffixes attached to it.
The verb displays the following derivational morphology: two suffixes, namely -ɡʷɤ ‘begin’ and -ŋʷo̰ ‘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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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> </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="obj" locus="number" case="ACC" possessor="no.owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="2.sing" subj="1excl.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> - </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="2.sing" subj="1excl.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
addclitics:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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" obj="2.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="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" obj="2.sing" subj="1excl.sing"> + <flat> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="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> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">|kʷ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʷ|au|#-> kʷau
### |kʷ|au|
#-> kʷau
### |kʷ|au|
#-> kʷau
removetags:
<example id="love" translation="I love you."> <flat> - <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">|kʷ|au|</word> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">kʷau</span><br><span class="gls">love</span></span></p> + <p>kʷau</p> + <p>kʷau</p> + <il> + <w> + <o>kʷau</o> + <g>love</g> + </w> + </il> </example>### kʷau
#-> kʷau
[kʷau] kʷau 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> + <word gloss="in" posp="pp" owner="3s"/> + <np type="owner_owned" case="LOC"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="surface"/> + </np> + </np> </pp> </example>
module constorder: No change.
module casemarking: No change.
module propagatenumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s"/>
- <np type="owner_owned" case="LOC">
+ <np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
createpronouns: No change.
module markowned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s"/>
<np type="owner_owned" case="LOC" number="sing">
- <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>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
module ngen:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s"/>
<np type="owner_owned" case="LOC" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
+ <word posp="noun" gloss="surface"/>
+ </np>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" possessor="no.owner">
- <word posp="noun" gloss="surface"/>
</np>
- </np>
</pp>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s"/>
<np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
<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"/>
</np>
</np>
</pp>
</example>
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" posp="pp" owner="3s"/>
<np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="table"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s"/>
- <np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="table"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in" posp="pp" owner="3s"/> + <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> <np def="def" number="sing" possessor="no.owner"> - <word posp="noun" gloss="surface"/> + <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" locus="number" possessor="no.owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="table"/> + <word gloss="the" posp="det" 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="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>About to call getSlotValue for surface/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for table/noun/number/obligatory
Got sing
addaffixes:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np 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="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> - <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np 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="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> - <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes">|ŋ|ɤ|</word> + <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner">|ɓ|ɤ|f|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner">|ʃ|o|ʃ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|ɤ|#-> ŋɤ
### |ŋ|ɤ|
#-> ŋɤ
### |ɓ|ɤ|f|
#-> ɓɤf
### |ɓ|ɤ|f|
#-> ɓɤf
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |ʃ|o|ʃ|
#-> ʃoʃ
### |ʃ|o|ʃ|
#-> ʃoʃ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|ɤ| |ɓ|ɤ|f||ḭ| |ŋ|o||t|ɯ̰| |ʃ|o|ʃ||ḭ|
#-> ŋɤ ɓɤfḭ ŋotɯ̰ ʃoʃḭ
removetags:
<example id="adpos1" translation="on the table">
<flat>
<word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes">|ŋ|ɤ|</word>
<word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner">|ɓ|ɤ|f|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner">|ʃ|o|ʃ|</word>
<thingy type="nounnumber" function="suffix" 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</span></span> <span class="ilpair"><span class="mor">ɓɤf</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ʃoʃ</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span></p>
+ <p>ŋɤ ɓɤfḭ ŋotɯ̰ ʃoʃḭ</p>
+ <p>ŋɤ ɓɤfḭ ŋotɯ̰ ʃoʃḭ</p>
+ <il>
+ <w>
+ <o>ŋɤ</o>
+ <g>in</g>
+ </w>
+ <w>
+ <o>ɓɤf</o>
+ <g>surface</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>ʃoʃ</o>
+ <g>table</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### ŋɤ ɓɤfḭ ŋotɯ̰ ʃoʃḭ#-> ŋɤ ɓɤfḭ ŋotɯ̰ ʃoʃḭ
[ŋɤ ɓɤfḭ ŋotɯ̰ ʃoʃḭ] ŋɤ in ɓɤf surface -ḭ sing ŋo the -tɯ̰ NOM ʃoʃ table -ḭ sing “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> + <word gloss="to" posp="pp" owner="3s"/> + <np type="owner_owned" case="DAT"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="inside"/> + </np> + </np> </pp> </example>
module constorder: No change.
module casemarking: No change.
module propagatenumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s"/>
- <np type="owner_owned" case="DAT">
+ <np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
createpronouns: No change.
module markowned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s"/>
<np type="owner_owned" case="DAT" number="sing">
- <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>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
module ngen:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s"/>
<np type="owner_owned" case="DAT" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
+ <word posp="noun" gloss="inside"/>
+ </np>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" possessor="no.owner">
- <word posp="noun" gloss="inside"/>
</np>
- </np>
</pp>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s"/>
<np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
<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"/>
</np>
</np>
</pp>
</example>
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" posp="pp" owner="3s"/>
<np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="box"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s"/>
- <np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="box"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to" posp="pp" owner="3s"/> + <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> <np def="def" number="sing" possessor="no.owner"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" locus="number" possessor="no.owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="box"/> + <word gloss="the" posp="det" 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="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>About to call getSlotValue for inside/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for box/noun/number/obligatory
Got sing
addaffixes:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np 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="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> - <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np 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="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes">|n|a̰|</word> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner">|t|ai|s|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner">|kʷ|ḭ|m|ḭ|ŋʷ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |n|a̰|#-> na̰
### |n|a̰|
#-> na̰
### |t|ai|s|
#-> tais
### |t|ai|s|
#-> tais
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |kʷ|ḭ|m|ḭ|ŋʷ|
#-> kʷḭmḭŋʷ
### |kʷ|ḭ|m|ḭ|ŋʷ|
#-> kʷḭmḭŋʷ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |n|a̰| |t|ai|s||ḭ| |ŋ|o||t|ɯ̰| |kʷ|ḭ|m|ḭ|ŋʷ||ḭ|
#-> na̰ taisḭ ŋotɯ̰ kʷḭmḭŋʷḭ
removetags:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes">|n|a̰|</word>
<word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner">|t|ai|s|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner">|kʷ|ḭ|m|ḭ|ŋʷ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">na̰</span><br><span class="gls">to</span></span> <span class="ilpair"><span class="mor">tais</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">kʷḭmḭŋʷ</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span></p>
+ <p>na̰ taisḭ ŋotɯ̰ kʷḭmḭŋʷḭ</p>
+ <p>na̰ taisḭ ŋotɯ̰ kʷḭmḭŋʷḭ</p>
+ <il>
+ <w>
+ <o>na̰</o>
+ <g>to</g>
+ </w>
+ <w>
+ <o>tais</o>
+ <g>inside</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>kʷḭmḭŋʷ</o>
+ <g>box</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### na̰ taisḭ ŋotɯ̰ kʷḭmḭŋʷḭ#-> na̰ taisḭ ŋotɯ̰ kʷḭmḭŋʷḭ
[na̰ taisḭ ŋotɯ̰ kʷḭmḭŋʷḭ] na̰ to tais inside -ḭ sing ŋo the -tɯ̰ NOM kʷḭmḭŋʷ box -ḭ sing “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither" locus="number"> + <word gloss="COMIT" posp="pp" owner="3s"/> + <np number="sing" def="neither" locus="number" case="LOC"> <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module constorder: No change.
module casemarking: 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" case="LOC">
+ <np number="sing" def="neither" locus="number" case="LOC" 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" case="LOC" 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" case="LOC" possessor="no.owner">
+ <np number="sing" def="neither" locus="number" case="LOC" 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" case="LOC" 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" case="LOC" 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" case="LOC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>About to call getSlotValue for 1excl.sing/pron/number/obligatory
Got sing
addaffixes:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
<np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
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" case="LOC" possessor="no.owner" person="1excl"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" 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"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">|kʷ|a|b|e|</word> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" possessor="no.owner">|au|t͡ʃ|e|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʷ|a|b|e|#-> kʷabe
### |kʷ|a|b|e|
#-> kʷabe
### |s|-
#-> s-
### |s|-
#-> s-
### |au|t͡ʃ|e|
#-> aut͡ʃe
### |au|t͡ʃ|e|
#-> aut͡ʃe
### |kʷ|a|b|e| |s||au|t͡ʃ|e|
#-> kʷabe saut͡ʃe
removetags:
<example id="adpos3" translation="with me">
<flat>
<word gloss="COMIT" posp="pp" owner="3s" role="comitative">|kʷ|a|b|e|</word>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" possessor="no.owner">|au|t͡ʃ|e|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʷabe</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">aut͡ʃe</span><br><span class="gls">1excl.sing</span></span></p>
+ <p>kʷabe saut͡ʃe</p>
+ <p>kʷabe saut͡ʃe</p>
+ <il>
+ <w>
+ <o>kʷabe</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>aut͡ʃe</o>
+ <g>1excl.sing</g>
+ </w>
+ </il>
</example>
### kʷabe saut͡ʃe#-> kʷabe saut͡ʃe
[kʷabe saut͡ʃe] kʷabe COMIT s- sing aut͡ʃe 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.
Gaib adopts Object–Subject–Verb (OSV) as its unmarked word order. The object precedes the subject, and the verb appears clause-finally. OSV is a rare ordering pattern but is attested in a small number of languages.
The following examples illustrate the basic, unmarked, constituent order in Gaib.
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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> - <np number="sing" def="def" role="subj" locus="number"> - <word posp="noun" gloss="jaguar"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> </s> </example>
module casemarking:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="obj" locus="number"> + <np number="sing" def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
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="obj" locus="number" case="ACC"> + <np number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" locus="number" case="NOM" 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> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
+ <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="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" 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="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for jaguar/noun/number/obligatory
Got sing
addaffixes:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|a|k|a|ŋʷ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|i|ɓ|ɤ|ɡʷ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|ŋ|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |ŋ|a|k|a|ŋʷ|
#-> ŋakaŋʷ
### |ŋ|a|k|a|ŋʷ|
#-> ŋakaŋʷ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |t͡ʃ|i|ɓ|ɤ|ɡʷ|
#-> t͡ʃiɓɤɡʷ
### |t͡ʃ|i|ɓ|ɤ|ɡʷ|
#-> t͡ʃiɓɤɡʷ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|a|
#-> ŋa
### |ŋ|a|
#-> ŋa
### |b|o|
#-> bo
### |b|o|
#-> bo
### |ŋ|o||s|a| |ŋ|a|k|a|ŋʷ||ḭ| |ŋ|o||t|ɯ̰| |t͡ʃ|i|ɓ|ɤ|ɡʷ||ḭ| |ŋ|a| |b|o|
#-> ŋosa ŋakaŋʷḭ ŋotɯ̰ t͡ʃiɓɤɡʷḭ ŋa bo
removetags:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|a|k|a|ŋʷ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|i|ɓ|ɤ|ɡʷ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|ŋ|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ŋakaŋʷ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">t͡ʃiɓɤɡʷ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋa</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ŋosa ŋakaŋʷḭ ŋotɯ̰ t͡ʃiɓɤɡʷḭ ŋa bo</p>
+ <p>ŋosa ŋakaŋʷḭ ŋotɯ̰ t͡ʃiɓɤɡʷḭ ŋa bo</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>ŋakaŋʷ</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>t͡ʃiɓɤɡʷ</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋa</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ŋosa ŋakaŋʷḭ ŋotɯ̰ t͡ʃiɓɤɡʷḭ ŋa bo#-> ŋosa ŋakaŋʷḭ ŋotɯ̰ t͡ʃiɓɤɡʷḭ ŋa bo
[ŋosa ŋakaŋʷḭ ŋotɯ̰ t͡ʃiɓɤɡʷḭ ŋa bo] ŋo the -sa ACC ŋakaŋʷ hunter -ḭ sing ŋo the -tɯ̰ NOM t͡ʃiɓɤɡʷ jaguar -ḭ sing ŋa kill bo PAST “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> - <np number="sing" def="def" role="subj" locus="number"> - <word posp="noun" gloss="lion"/> - <word gloss="the" posp="det"/> - </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> </s> </example>
module casemarking:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </s> </example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj" case="ACC"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" case="ACC" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> <np number="sing" def="def" role="subj" locus="number" case="NOM"> <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> </s> </example>
createpronouns: No change.
module markowned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC" 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"> + <np number="sing" def="def" locus="number" role="owner" 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 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> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" locus="number" case="NOM" 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> </s> </example>
module ngen:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" case="ACC" 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" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
+ <np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
+ <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner" number="sing">
<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 number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="dog"/>
+ <np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
+ </np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" 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>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
+ <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="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj" case="ACC" number="sing" possessor="no.owner"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj" case="ACC" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="dog"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> <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="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np type="owner_owned" number="sing" role="obj" case="ACC" possessor="no.owner"> - <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="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="dog"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> <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="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" 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="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for dog/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for lion/noun/number/obligatory
Got sing
addaffixes:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owner" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">|n|a|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing">|f|a|n|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|a|k|a|ŋʷ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">|h|i|b|a|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|b|ɤ|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |n|a|b|
#-> nab
### |n|a|b|
#-> nab
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |f|a|n|
#-> fan
### |f|a|n|
#-> fan
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |ŋ|a|k|a|ŋʷ|
#-> ŋakaŋʷ
### |ŋ|a|k|a|ŋʷ|
#-> ŋakaŋʷ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |h|i|b|a|k|
#-> hibak
### |h|i|b|a|k|
#-> hibak
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |b|ɤ|
#-> bɤ
### |b|ɤ|
#-> bɤ
### |b|o|
#-> bo
### |b|o|
#-> bo
### |ŋ|o||s|a| |n|a|b||ḭ| |ɓ|ɯ̰| |ŋ|o||t|ɯ̰| |f|a|n||ḭ| |ɓ|ɯ̰| |ŋ|o||t|ɯ̰| |ŋ|a|k|a|ŋʷ||ḭ| |ŋ|o||t|ɯ̰| |h|i|b|a|k||ḭ| |b|ɤ| |b|o|
#-> ŋosa nabḭ ɓɯ̰ ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ ŋotɯ̰ hibakḭ bɤ bo
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACC">|n|a|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing">|f|a|n|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" possessor="no.owner">|ŋ|a|k|a|ŋʷ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" possessor="no.owner">|h|i|b|a|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|b|ɤ|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">nab</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓɯ̰</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">fan</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓɯ̰</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ŋakaŋʷ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">hibak</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">bɤ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ŋosa nabḭ ɓɯ̰ ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ ŋotɯ̰ hibakḭ bɤ bo</p>
+ <p>ŋosa nabḭ ɓɯ̰ ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ ŋotɯ̰ hibakḭ bɤ bo</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>nab</o>
+ <g>dog</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓɯ̰</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>fan</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓɯ̰</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>ŋakaŋʷ</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>hibak</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>bɤ</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ŋosa nabḭ ɓɯ̰ ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ ŋotɯ̰ hibakḭ bɤ bo#-> ŋosa nabḭ ɓɯ̰ ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ ŋotɯ̰ hibakḭ bɤ bo
[ŋosa nabḭ ɓɯ̰ ŋotɯ̰ fanḭ ɓɯ̰ ŋotɯ̰ ŋakaŋʷḭ ŋotɯ̰ hibakḭ bɤ bo] ŋo the -sa ACC nab dog -ḭ sing ɓɯ̰ 3.sing.POSS ŋo the -tɯ̰ NOM fan daughter -ḭ sing ɓɯ̰ 3.sing.POSS ŋo the -tɯ̰ NOM ŋakaŋʷ hunter -ḭ sing ŋo the -tɯ̰ NOM hibak lion -ḭ sing bɤ eat bo PAST “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 Gaib reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-initial: the possessed noun precedes the possessor. For instance, Gaib expresses “the child’s toy” with the equivalent of “toy child”. This structure is typologically rarer and often co-occurs with verb-initial syntax or with grammatical marking on the noun.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="NOM" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <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>
createpronouns: No change.
module markowned:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner">
- <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" possessor="2.sing">
<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" 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:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="NOM" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="def" locus="number" role="owned" possessor="2.sing"> - <word posp="noun" gloss="son"/> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - </np> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> - <word posp="noun" gloss="book"/> + <np type="owner_owned" role="owner" number="sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="2.sing"> + <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> + </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="2.sing">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
</np>
</np>
</example>
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="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="2.sing">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</np>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM" number="sing"> - <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="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" possessor="2.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="book"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="friend"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="2.sing"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="son"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> </example>About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for book/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for friend/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
calling defaultval for case/
defaultval: det, case
returning NOM
Got NOM
About to call getSlotValue for son/noun/number/obligatory
Got sing
addaffixes:
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="2.sing">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="2.sing"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" possessor="3.sing"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="2.sing"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|n|e|h|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" possessor="3.sing">|s|ɯ|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="2.sing">|s|ɯ|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|f|e|</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |n|e|h|
#-> neh
### |n|e|h|
#-> neh
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |s|ɯ|k|
#-> sɯk
### |s|ɯ|k|
#-> sɯk
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ɓ|ɯ̰|
#-> ɓɯ̰
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |s|ɯ|d|
#-> sɯd
### |s|ɯ|d|
#-> sɯd
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |f|e|
#-> fe
### |f|e|
#-> fe
### |ŋ|o||t|ɯ̰| |n|e|h||ḭ| |ɓ|ɯ̰| |ŋ|o||t|ɯ̰| |s|ɯ|k||ḭ| |ɓ|ɯ̰| |ŋ|o||t|ɯ̰| |s|ɯ|d||ḭ| |f|e|
#-> ŋotɯ̰ nehḭ ɓɯ̰ ŋotɯ̰ sɯkḭ ɓɯ̰ ŋotɯ̰ sɯdḭ fe
removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">|n|e|h|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" possessor="3.sing">|s|ɯ|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|ɓ|ɯ̰|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="2.sing">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="2.sing">|s|ɯ|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|f|e|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">neh</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓɯ̰</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">sɯk</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɓɯ̰</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">sɯd</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">fe</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>ŋotɯ̰ nehḭ ɓɯ̰ ŋotɯ̰ sɯkḭ ɓɯ̰ ŋotɯ̰ sɯdḭ fe</p>
+ <p>ŋotɯ̰ nehḭ ɓɯ̰ ŋotɯ̰ sɯkḭ ɓɯ̰ ŋotɯ̰ sɯdḭ fe</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>neh</o>
+ <g>book</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓɯ̰</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>sɯk</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɓɯ̰</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>sɯd</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>fe</o>
+ <g>2.sing.POSS</g>
+ </w>
+ </il>
</example>
### ŋotɯ̰ nehḭ ɓɯ̰ ŋotɯ̰ sɯkḭ ɓɯ̰ ŋotɯ̰ sɯdḭ fe#-> ŋotɯ̰ nehḭ ɓɯ̰ ŋotɯ̰ sɯkḭ ɓɯ̰ ŋotɯ̰ sɯdḭ fe
[ŋotɯ̰ nehḭ ɓɯ̰ ŋotɯ̰ sɯkḭ ɓɯ̰ ŋotɯ̰ sɯdḭ fe] ŋo the -tɯ̰ NOM neh book -ḭ sing ɓɯ̰ 3.sing.POSS ŋo the -tɯ̰ NOM sɯk friend -ḭ sing ɓɯ̰ 3.sing.POSS ŋo the -tɯ̰ NOM sɯd son -ḭ sing fe 2.sing.POSS “your son’s friend’s book” | (18) |
Case Marking
Gaib uses nominative–accusative case marking. The subject of an intransitive verb and the subject of a transitive verb are treated alike and take the nominative case, while the object of a transitive verb is marked with the accusative case. This is the familiar pattern from many European languages: the grammar groups together the participants that function as subjects and marks the participant affected by a transitive action separately.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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="NOM"> <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 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="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" 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:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<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">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot NOM
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<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="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="NOM" possessor="no.owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <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="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 gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <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="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|ai|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">|h|ḭ|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |h|ḭ|
#-> hḭ
### |h|ḭ|
#-> hḭ
### |ŋ|o||t|ɯ̰| |t͡ʃ|ai|b||ḭ| |h|ḭ|
#-> ŋotɯ̰ t͡ʃaibḭ hḭ
removetags:
<example id="intr_stat" translation="The cat is sleeping.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|ai|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">|h|ḭ|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">t͡ʃaib</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">hḭ</span><br><span class="gls">sleep</span></span></p>
+ <p>ŋotɯ̰ t͡ʃaibḭ hḭ</p>
+ <p>ŋotɯ̰ t͡ʃaibḭ hḭ</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>t͡ʃaib</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>hḭ</o>
+ <g>sleep</g>
+ </w>
+ </il>
</example>
### ŋotɯ̰ t͡ʃaibḭ hḭ#-> ŋotɯ̰ t͡ʃaibḭ hḭ
[ŋotɯ̰ t͡ʃaibḭ hḭ] ŋo the -tɯ̰ NOM t͡ʃaib cat -ḭ sing hḭ 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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="NOM"> <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 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="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" 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:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<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 the/det/case/obligatoryGot NOM
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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="NOM" possessor="no.owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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 gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" 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 gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|ai|b|</word> + <thingy type="nounnumber" function="suffix" 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">|f|ɯ|</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.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |f|ɯ|
#-> fɯ
### |f|ɯ|
#-> fɯ
### |ŋ|o||t|ɯ̰| |t͡ʃ|ai|b||ḭ| |f|ɯ|
#-> ŋotɯ̰ t͡ʃaibḭ fɯ
removetags:
<example id="intr_act" translation="The cat is running.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|ai|b|</word>
<thingy type="nounnumber" function="suffix" 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">|f|ɯ|</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">t͡ʃaib</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">fɯ</span><br><span class="gls">run</span></span></p>
+ <p>ŋotɯ̰ t͡ʃaibḭ fɯ</p>
+ <p>ŋotɯ̰ t͡ʃaibḭ fɯ</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>t͡ʃaib</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>fɯ</o>
+ <g>run</g>
+ </w>
+ </il>
</example>
### ŋotɯ̰ t͡ʃaibḭ fɯ#-> ŋotɯ̰ t͡ʃaibḭ fɯ
[ŋotɯ̰ t͡ʃaibḭ fɯ] ŋo the -tɯ̰ NOM t͡ʃaib cat -ḭ sing fɯ 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> + <word gloss="the" posp="det"/> + </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> </s> </example>
module casemarking:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> </s> </example>
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="obj" tr="rheme" locus="number" case="ACC"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" 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> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</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="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="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="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="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="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" 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" obj="3.sing" 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 gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">|t|ɤ|ɡ|ɤ|m|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|ai|b|</word> + <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing">|h|e|d|ɯ|ʃ|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> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |t|ɤ|ɡ|ɤ|m|
#-> tɤɡɤm
### |t|ɤ|ɡ|ɤ|m|
#-> tɤɡɤm
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |h|e|d|ɯ|ʃ|a|
#-> hedɯʃa
### |h|e|d|ɯ|ʃ|a|
#-> hedɯʃa
### |ŋ|o||s|a| |t|ɤ|ɡ|ɤ|m||ḭ| |ŋ|o||t|ɯ̰| |t͡ʃ|ai|b||ḭ| |h|e|d|ɯ|ʃ|a|
#-> ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ hedɯʃa
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">|t|ɤ|ɡ|ɤ|m|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|ai|b|</word>
<thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing">|h|e|d|ɯ|ʃ|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>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">tɤɡɤm</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">t͡ʃaib</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">hedɯʃa</span><br><span class="gls">chase</span></span></p>
+ <p>ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ hedɯʃa</p>
+ <p>ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ hedɯʃa</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>tɤɡɤm</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>t͡ʃaib</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>hedɯʃa</o>
+ <g>chase</g>
+ </w>
+ </il>
</example>
### ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ hedɯʃa#-> ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ hedɯʃa
[ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ hedɯʃa] ŋo the -sa ACC tɤɡɤm mouse -ḭ sing ŋo the -tɯ̰ NOM t͡ʃaib cat -ḭ sing hedɯʃa chase “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </s> </example>
module casemarking:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </s> </example>
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="obj" tr="rheme" locus="number" case="ACC"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" 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> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" 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="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">|t|ɤ|ɡ|ɤ|m|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|ai|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|kʷ|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |t|ɤ|ɡ|ɤ|m|
#-> tɤɡɤm
### |t|ɤ|ɡ|ɤ|m|
#-> tɤɡɤm
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |kʷ|e|
#-> kʷe
### |kʷ|e|
#-> kʷe
### |b|o|
#-> bo
### |b|o|
#-> bo
### |ŋ|o||s|a| |t|ɤ|ɡ|ɤ|m||ḭ| |ŋ|o||t|ɯ̰| |t͡ʃ|ai|b||ḭ| |kʷ|e| |b|o|
#-> ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ kʷe bo
removetags:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">|t|ɤ|ɡ|ɤ|m|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">|t͡ʃ|ai|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|kʷ|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">tɤɡɤm</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">t͡ʃaib</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">kʷe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ kʷe bo</p>
+ <p>ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ kʷe bo</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>tɤɡɤm</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>t͡ʃaib</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>kʷe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ kʷe bo#-> ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ kʷe bo
[ŋosa tɤɡɤmḭ ŋotɯ̰ t͡ʃaibḭ kʷe bo] ŋo the -sa ACC tɤɡɤm mouse -ḭ sing ŋo the -tɯ̰ NOM t͡ʃaib cat -ḭ sing kʷe catch bo PAST “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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="hunter"/> - <word gloss="the" posp="det"/> - </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> </s> </example>
module casemarking:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ACC"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme" case="ACC"> + <np role="obj" tr="rheme" case="ACC" number="plur"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
createpronouns: No change.
module markowned:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme" case="ACC" number="plur"> + <np role="obj" tr="rheme" case="ACC" 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> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ACC" 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"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" number="plur" locus="number" possessor="no.owner">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ACC" number="plur" possessor="no.owner">
<conjp conj="and">
<np def="def" number="plur" locus="number" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ACC" 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="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</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="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</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="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
fixpronouns: No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ACC" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ACC" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
+ <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="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
+ <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="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <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.plur" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme" case="ACC" number="plur" possessor="no.owner"> <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="jaguar"/> <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="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="tiger"/> <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="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <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.plur" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kill"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </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="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
<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="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
<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="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for jaguar/noun/number/obligatory
Got plur
About to call getSlotValue for the/det/case/obligatory
Got ACC
About to call getSlotValue for tiger/noun/number/obligatory
Got plur
About to call getSlotValue for the/det/case/obligatory
Got ACC
About to call getSlotValue for lion/noun/number/obligatory
Got plur
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
addaffixes:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" 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="ACC">
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" 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="ACC">
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="3.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"> + <flat> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="suffix" 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="ACC"> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="suffix" 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="ACC"> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="3.plur" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|t͡ʃ|i|ɓ|ɤ|ɡʷ|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="conj" gloss="and">|h|ḛ|</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|ŋ|a|ɡʷ|au|n|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="conj" gloss="and">|h|ḛ|</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|h|i|b|a|k|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|a|k|a|ŋʷ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">|ŋ|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |t͡ʃ|i|ɓ|ɤ|ɡʷ|
#-> t͡ʃiɓɤɡʷ
### |t͡ʃ|i|ɓ|ɤ|ɡʷ|
#-> t͡ʃiɓɤɡʷ
### -|a|
#-> -a
### -|a|
#-> -a
### |h|ḛ|
#-> hḛ
### |h|ḛ|
#-> hḛ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |ŋ|a|ɡʷ|au|n|
#-> ŋaɡʷaun
### |ŋ|a|ɡʷ|au|n|
#-> ŋaɡʷaun
### -|a|
#-> -a
### -|a|
#-> -a
### |h|ḛ|
#-> hḛ
### |h|ḛ|
#-> hḛ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |h|i|b|a|k|
#-> hibak
### |h|i|b|a|k|
#-> hibak
### -|a|
#-> -a
### -|a|
#-> -a
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |ŋ|a|k|a|ŋʷ|
#-> ŋakaŋʷ
### |ŋ|a|k|a|ŋʷ|
#-> ŋakaŋʷ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|a|
#-> ŋa
### |ŋ|a|
#-> ŋa
### |b|o|
#-> bo
### |b|o|
#-> bo
### |ŋ|o||s|a| |t͡ʃ|i|ɓ|ɤ|ɡʷ||a| |h|ḛ| |ŋ|o||s|a| |ŋ|a|ɡʷ|au|n||a| |h|ḛ| |ŋ|o||s|a| |h|i|b|a|k||a| |ŋ|o||t|ɯ̰| |ŋ|a|k|a|ŋʷ||ḭ| |ŋ|a| |b|o|
#-> ŋosa t͡ʃiɓɤɡʷa hḛ ŋosa ŋaɡʷauna hḛ ŋosa hibaka ŋotɯ̰ ŋakaŋʷḭ ŋa bo
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|t͡ʃ|i|ɓ|ɤ|ɡʷ|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="conj" gloss="and">|h|ḛ|</word>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|ŋ|a|ɡʷ|au|n|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="conj" gloss="and">|h|ḛ|</word>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ACC">|h|i|b|a|k|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|a|k|a|ŋʷ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">|ŋ|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">t͡ʃiɓɤɡʷ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">hḛ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ŋaɡʷaun</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">hḛ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">hibak</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ŋakaŋʷ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋa</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ŋosa t͡ʃiɓɤɡʷa hḛ ŋosa ŋaɡʷauna hḛ ŋosa hibaka ŋotɯ̰ ŋakaŋʷḭ ŋa bo</p>
+ <p>ŋosa t͡ʃiɓɤɡʷa hḛ ŋosa ŋaɡʷauna hḛ ŋosa hibaka ŋotɯ̰ ŋakaŋʷḭ ŋa bo</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>t͡ʃiɓɤɡʷ</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>-a</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>hḛ</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>ŋaɡʷaun</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>-a</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>hḛ</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>hibak</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>-a</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>ŋakaŋʷ</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋa</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ŋosa t͡ʃiɓɤɡʷa hḛ ŋosa ŋaɡʷauna hḛ ŋosa hibaka ŋotɯ̰ ŋakaŋʷḭ ŋa bo#-> ŋosa t͡ʃiɓɤɡʷa hḛ ŋosa ŋaɡʷauna hḛ ŋosa hibaka ŋotɯ̰ ŋakaŋʷḭ ŋa bo
[ŋosa t͡ʃiɓɤɡʷa hḛ ŋosa ŋaɡʷauna hḛ ŋosa hibaka ŋotɯ̰ ŋakaŋʷḭ ŋa bo] ŋo the -sa ACC t͡ʃiɓɤɡʷ jaguar -a plur hḛ and ŋo the -sa ACC ŋaɡʷaun tiger -a plur hḛ and ŋo the -sa ACC hibak lion -a plur ŋo the -tɯ̰ NOM ŋakaŋʷ hunter -ḭ sing ŋa kill bo PAST “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 Gaib 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
Gaib uses the correlative strategy to form relative clauses. The relative clause is introduced by a dedicated relativiser and appears as an independent clause. The main clause contains a demonstrative that corresponds to the relativiser and identifies the element being modified. The relative clause precedes the main clause when used on its own, and follows the head noun when it functions as a modifier. The internal structure of both clauses is fully finite.
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 sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp1" translation="I patted the cat."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="relp1" translation="I patted the cat."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
prodrop:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" 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">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">|t͡ʃ|ai|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|ʃ|i|d|a̰|b|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### |t͡ʃ|ai|b|
#-> t͡ʃaib
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ʃ|i|d|a̰|b|e|
#-> ʃida̰be
### |ʃ|i|d|a̰|b|e|
#-> ʃida̰be
### |b|o|
#-> bo
### |b|o|
#-> bo
### |ŋ|o||s|a| |t͡ʃ|ai|b||ḭ| |ʃ|i|d|a̰|b|e| |b|o|
#-> ŋosa t͡ʃaibḭ ʃida̰be bo
removetags:
<example id="relp1" translation="I patted the cat.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">|t͡ʃ|ai|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|ʃ|i|d|a̰|b|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">t͡ʃaib</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ʃida̰be</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ŋosa t͡ʃaibḭ ʃida̰be bo</p>
+ <p>ŋosa t͡ʃaibḭ ʃida̰be bo</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>t͡ʃaib</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ʃida̰be</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ŋosa t͡ʃaibḭ ʃida̰be bo#-> ŋosa t͡ʃaibḭ ʃida̰be bo
[ŋosa t͡ʃaibḭ ʃida̰be bo] ŋo the -sa ACC t͡ʃaib cat -ḭ sing ʃida̰be pat bo PAST “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 sequential:
<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 def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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>
+ </s>
+ <s connector="then">
+ <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">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
<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="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate: 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="catch"/> - </vp> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <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> - </s> - <s connector="then"> - <word gloss="then" posp="conj"/> + <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <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="pat"/> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> + </s> + <s connector="then"> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <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> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM"> <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> </s> <s connector="then"> - <np role="obj"> + <np role="obj" case="ACC"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <word gloss="then" posp="conj"/> </s> </example>
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM">
<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>
</s>
<s connector="then">
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<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>
<word gloss="then" posp="conj"/>
</s>
</example>
createpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<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>
<word gloss="then" posp="conj"/>
</s>
</example>
module markowned:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM"> + <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </s> <s connector="then"> - <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number"> + <np role="obj" case="ACC" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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> <word gloss="then" posp="conj"/> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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>
<word gloss="then" posp="conj"/>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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>
<word gloss="then" posp="conj"/>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
- <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
- <word posp="pron" number="sing" gloss="3.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <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="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
<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="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
- <np role="obj" case="ACC" number="sing" possessor="no.owner">
- <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
+ <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" 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="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for 3.sing/pron/number/obligatory
Got sing
addaffixes:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="then" posp="conj"/> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">|t|ɤ|ɡ|ɤ|m|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|kʷ|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|ʃ|i|d|a̰|b|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word gloss="then" posp="conj">|t͡ʃ|u|</word> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |t|ɤ|ɡ|ɤ|m|
#-> tɤɡɤm
### |t|ɤ|ɡ|ɤ|m|
#-> tɤɡɤm
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |kʷ|e|
#-> kʷe
### |kʷ|e|
#-> kʷe
### |b|o|
#-> bo
### |b|o|
#-> bo
### |s|-
#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |ʃ|i|d|a̰|b|e|
#-> ʃida̰be
### |ʃ|i|d|a̰|b|e|
#-> ʃida̰be
### |b|o|
#-> bo
### |b|o|
#-> bo
### |t͡ʃ|u|
#-> t͡ʃu
### |t͡ʃ|u|
#-> t͡ʃu
### |ŋ|o||s|a| |t|ɤ|ɡ|ɤ|m||ḭ| |kʷ|e| |b|o| |s||o|ŋʷ|a| |ʃ|i|d|a̰|b|e| |b|o| |t͡ʃ|u|
#-> ŋosa tɤɡɤmḭ kʷe bo soŋʷa ʃida̰be bo t͡ʃu
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">|t|ɤ|ɡ|ɤ|m|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|kʷ|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|ʃ|i|d|a̰|b|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word gloss="then" posp="conj">|t͡ʃ|u|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">tɤɡɤm</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">kʷe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ʃida̰be</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃu</span><br><span class="gls">then</span></span></p>
+ <p>ŋosa tɤɡɤmḭ kʷe bo soŋʷa ʃida̰be bo t͡ʃu</p>
+ <p>ŋosa tɤɡɤmḭ kʷe bo soŋʷa ʃida̰be bo t͡ʃu</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>tɤɡɤm</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>kʷe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>oŋʷa</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>ʃida̰be</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃu</o>
+ <g>then</g>
+ </w>
+ </il>
</example>
### ŋosa tɤɡɤmḭ kʷe bo soŋʷa ʃida̰be bo t͡ʃu#-> ŋosa tɤɡɤmḭ kʷe bo soŋʷa ʃida̰be bo t͡ʃu
[ŋosa tɤɡɤmḭ kʷe bo soŋʷa ʃida̰be bo t͡ʃu] ŋo the -sa ACC tɤɡɤm mouse -ḭ sing kʷe catch bo PAST s- sing oŋʷa 3.sing ʃida̰be pat bo PAST t͡ʃu then “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 sequential:
<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"/>
+ <word posp="verb" gloss="eat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <np def="def" number="sing" role="obj" locus="number">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </s>
+ <s connector="then">
<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 def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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" ta="PAST">
- <word posp="verb" gloss="eat"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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>
+ </s>
+ <s connector="then">
+ <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>
- </relp>
+ <np role="obj">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
+ </np>
</s>
</example>
module sentenceconnectors:
<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="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate: 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="eat"/> - </vp> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <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> - </s> - <s connector="then"> - <word gloss="then" posp="conj"/> - <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" output="aspron"> - <word posp="noun" gloss="cat"/> + <word posp="noun" gloss="mouse"/> <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> + </s> + <s connector="then"> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> - </s> - <s connector="then"> - <word gloss="then" posp="conj"/> + <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <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="pat"/> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> + <word gloss="then" posp="conj"/> + </s> + <s connector="then"> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <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> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM"> <word posp="noun" gloss="mouse"/> <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> </s> <s connector="then"> - <np role="obj"> + <np role="obj" case="ACC"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM"> <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> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np role="obj"> + <np role="obj" case="ACC"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <word gloss="then" posp="conj"/> </s> </example>
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM">
<word posp="noun" gloss="mouse"/>
<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>
</s>
<s connector="then">
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM">
<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>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<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>
<word gloss="then" posp="conj"/>
</s>
</example>
createpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<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>
<word gloss="then" posp="conj"/>
</s>
</example>
module markowned:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM"> + <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </s> <s connector="then"> - <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number"> + <np role="obj" case="ACC" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM"> + <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number"> + <np role="obj" case="ACC" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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> <word gloss="then" posp="conj"/> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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>
<word gloss="then" posp="conj"/>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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>
<word gloss="then" posp="conj"/>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
- <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
- <word posp="pron" number="sing" gloss="3.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
- <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
- <word posp="pron" number="sing" gloss="3.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
+ <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="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
<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="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
- <np role="obj" case="ACC" number="sing" possessor="no.owner">
- <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
+ <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" case="ACC" number="sing" possessor="no.owner">
- <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
+ <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" 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="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot ACC
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for 3.sing/pron/number/obligatory
Got sing
About to call getSlotValue for 3.sing/pron/number/obligatory
Got sing
addaffixes:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="ACC"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <np def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="ACC"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="ACC"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="then" posp="conj"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="then" posp="conj"/> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">|ɡ|a|ŋ|e|n|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|b|ɤ|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|kʷ|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word gloss="then" posp="conj">|t͡ʃ|u|</word> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|ʃ|i|d|a̰|b|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word gloss="then" posp="conj">|t͡ʃ|u|</word> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|s|a|
#-> -sa
### -|s|a|
#-> -sa
### |ɡ|a|ŋ|e|n|
#-> ɡaŋen
### |ɡ|a|ŋ|e|n|
#-> ɡaŋen
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |b|ɤ|
#-> bɤ
### |b|ɤ|
#-> bɤ
### |b|o|
#-> bo
### |b|o|
#-> bo
### |s|-
#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |kʷ|e|
#-> kʷe
### |kʷ|e|
#-> kʷe
### |b|o|
#-> bo
### |b|o|
#-> bo
### |t͡ʃ|u|
#-> t͡ʃu
### |t͡ʃ|u|
#-> t͡ʃu
### |s|-
#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |ʃ|i|d|a̰|b|e|
#-> ʃida̰be
### |ʃ|i|d|a̰|b|e|
#-> ʃida̰be
### |b|o|
#-> bo
### |b|o|
#-> bo
### |t͡ʃ|u|
#-> t͡ʃu
### |t͡ʃ|u|
#-> t͡ʃu
### |ŋ|o||s|a| |ɡ|a|ŋ|e|n||ḭ| |b|ɤ| |b|o| |s||o|ŋʷ|a| |kʷ|e| |b|o| |t͡ʃ|u| |s||o|ŋʷ|a| |ʃ|i|d|a̰|b|e| |b|o| |t͡ʃ|u|
#-> ŋosa ɡaŋenḭ bɤ bo soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="ACC">-|s|a|</thingy>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">|ɡ|a|ŋ|e|n|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|b|ɤ|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|kʷ|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word gloss="then" posp="conj">|t͡ʃ|u|</word>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|ʃ|i|d|a̰|b|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word gloss="then" posp="conj">|t͡ʃ|u|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-sa</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ɡaŋen</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">bɤ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">kʷe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃu</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ʃida̰be</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃu</span><br><span class="gls">then</span></span></p>
+ <p>ŋosa ɡaŋenḭ bɤ bo soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu</p>
+ <p>ŋosa ɡaŋenḭ bɤ bo soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-sa</o>
+ <g>ACC</g>
+ </w>
+ <w>
+ <o>ɡaŋen</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>bɤ</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>oŋʷa</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>kʷe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃu</o>
+ <g>then</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>oŋʷa</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>ʃida̰be</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃu</o>
+ <g>then</g>
+ </w>
+ </il>
</example>
### ŋosa ɡaŋenḭ bɤ bo soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu#-> ŋosa ɡaŋenḭ bɤ bo soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu
[ŋosa ɡaŋenḭ bɤ bo soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu] ŋo the -sa ACC ɡaŋen cheese -ḭ sing bɤ eat bo PAST s- sing oŋʷa 3.sing kʷe catch bo PAST t͡ʃu then s- sing oŋʷa 3.sing ʃida̰be pat bo PAST t͡ʃu then “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 sequential:
<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"/>
+ <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" output="aspron">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </s>
+ <s connector="then">
+ <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" output="aspron">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np role="obj">
- <relp>
+ <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
+ </s>
+ <s connector="then">
<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 def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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" ta="PAST">
- <word posp="verb" gloss="eat"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ </np>
+ </s>
+ <s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="buy"/>
+ <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" role="obj" head="this" locus="number">
- <word posp="noun" gloss="cheese"/>
+ <np role="obj">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
</np>
- </relp>
- </np>
- </relp>
- </np>
</s>
</example>
module sentenceconnectors:
<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="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" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate: 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="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" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> - </s> - <s connector="then"> - <word gloss="then" posp="conj"/> + <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="eat"/> + <word posp="verb" gloss="buy"/> </vp> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word gloss="the" posp="det"/> - </np> + </s> + <s connector="then"> <np role="obj"> <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> - </s> - <s connector="then"> - <word gloss="then" posp="conj"/> - <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" output="aspron"> - <word posp="noun" gloss="cat"/> + <word posp="noun" gloss="mouse"/> <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> + <word gloss="then" posp="conj"/> + </s> + <s connector="then"> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> - </s> - <s connector="then"> - <word gloss="then" posp="conj"/> + <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <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="pat"/> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> + <word gloss="then" posp="conj"/> + </s> + <s connector="then"> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <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> + <word gloss="then" posp="conj"/> </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 def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> + <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron" case="ACC"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </s> <s connector="then"> - <np role="obj"> + <np role="obj" case="ACC"> <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM"> <word posp="noun" gloss="mouse"/> <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> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np role="obj"> + <np role="obj" case="ACC"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM"> <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> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np role="obj"> + <np role="obj" case="ACC"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <word gloss="then" posp="conj"/> </s> </example>
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron" case="ACC">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<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="buy"/>
</vp>
</s>
<s connector="then">
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM">
<word posp="noun" gloss="mouse"/>
<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>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM">
<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>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<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>
<word gloss="then" posp="conj"/>
</s>
</example>
createpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron" case="ACC"> - <word posp="noun" gloss="cheese"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="obj" head="this" locus="number" case="ACC"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <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="buy"/> </vp> </s> <s connector="then"> <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cheese"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM"> - <word posp="noun" gloss="mouse"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <word gloss="then" posp="conj"/> </s> <s connector="then"> <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron" case="NOM"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <word gloss="then" posp="conj"/> </s> <s connector="then"> <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <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> <word gloss="then" posp="conj"/> </s> </example>
module markowned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np def="def" number="sing" role="obj" head="this" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" head="this" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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="buy"/> </vp> </s> <s connector="then"> - <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="obj" head="this" locus="number"> + <np role="obj" case="ACC" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM"> + <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number"> + <np role="obj" case="ACC" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM"> + <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np role="obj" case="ACC" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number"> + <np role="obj" case="ACC" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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> <word gloss="then" posp="conj"/> </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 def="def" number="sing" role="obj" head="this" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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="buy"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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>
<word gloss="then" posp="conj"/>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="def" number="sing" role="obj" head="this" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np def="def" number="sing" role="obj" head="this" locus="number" case="ACC" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy"/> </vp> </s> <s connector="then"> <np role="obj" case="ACC" number="sing" possessor="no.owner"> <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <word gloss="then" posp="conj"/> </s> <s connector="then"> <np role="obj" case="ACC" number="sing" possessor="no.owner"> <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np def="def" number="sing" role="subj" head="this" locus="number" case="NOM" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <word gloss="then" posp="conj"/> </s> <s connector="then"> <np role="obj" case="ACC" number="sing" possessor="no.owner"> <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <word gloss="then" posp="conj"/> </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" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" case="ACC" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="buy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
- <np role="obj" case="ACC" number="sing" possessor="no.owner">
- <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner">
+ <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" case="ACC" number="sing" possessor="no.owner">
- <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
+ <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" case="ACC" number="sing" possessor="no.owner">
- <np def="def" number="sing" role="subj" head="this" locus="number" possessor="no.owner">
+ <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
About to call getSlotValue for 3.sing/pron/number/obligatoryGot sing
About to call getSlotValue for 3.sing/pron/number/obligatory
Got sing
About to call getSlotValue for 3.sing/pron/number/obligatory
Got sing
addaffixes:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<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="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="then" posp="conj"/>
</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" obj="3.sing" subj="1excl.sing"> + <flat> <thingy type="vpvoice" function="proclitic" gloss="active"/> <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="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <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="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="then" posp="conj"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="then" posp="conj"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="then" posp="conj"/> + <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|f|i|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|b|ɤ|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word gloss="then" posp="conj">|t͡ʃ|u|</word> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|kʷ|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word gloss="then" posp="conj">|t͡ʃ|u|</word> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|ʃ|i|d|a̰|b|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word gloss="then" posp="conj">|t͡ʃ|u|</word> </flat> </example>
vowelharmony: No change.
### |f|i|#-> fi
### |f|i|
#-> fi
### |b|o|
#-> bo
### |b|o|
#-> bo
### |s|-
#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |b|ɤ|
#-> bɤ
### |b|ɤ|
#-> bɤ
### |b|o|
#-> bo
### |b|o|
#-> bo
### |t͡ʃ|u|
#-> t͡ʃu
### |t͡ʃ|u|
#-> t͡ʃu
### |s|-
#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |kʷ|e|
#-> kʷe
### |kʷ|e|
#-> kʷe
### |b|o|
#-> bo
### |b|o|
#-> bo
### |t͡ʃ|u|
#-> t͡ʃu
### |t͡ʃ|u|
#-> t͡ʃu
### |s|-
#-> s-
### |s|-
#-> s-
### |o|ŋʷ|a|
#-> oŋʷa
### |o|ŋʷ|a|
#-> oŋʷa
### |ʃ|i|d|a̰|b|e|
#-> ʃida̰be
### |ʃ|i|d|a̰|b|e|
#-> ʃida̰be
### |b|o|
#-> bo
### |b|o|
#-> bo
### |t͡ʃ|u|
#-> t͡ʃu
### |t͡ʃ|u|
#-> t͡ʃu
### |f|i| |b|o| |s||o|ŋʷ|a| |b|ɤ| |b|o| |t͡ʃ|u| |s||o|ŋʷ|a| |kʷ|e| |b|o| |t͡ʃ|u| |s||o|ŋʷ|a| |ʃ|i|d|a̰|b|e| |b|o| |t͡ʃ|u|
#-> fi bo soŋʷa bɤ bo t͡ʃu soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|f|i|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|b|ɤ|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word gloss="then" posp="conj">|t͡ʃ|u|</word> <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">|kʷ|e|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word gloss="then" posp="conj">|t͡ʃ|u|</word> <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" possessor="no.owner" case="ACC">|o|ŋʷ|a|</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|ʃ|i|d|a̰|b|e|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word gloss="then" posp="conj">|t͡ʃ|u|</word> </flat> + <p><span class="ilpair"><span class="mor">fi</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">bɤ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃu</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">kʷe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃu</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oŋʷa</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ʃida̰be</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃu</span><br><span class="gls">then</span></span></p> + <p>fi bo soŋʷa bɤ bo t͡ʃu soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu</p> + <p>fi bo soŋʷa bɤ bo t͡ʃu soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu</p> + <il> + <w> + <o>fi</o> + <g>buy</g> + </w> + <w> + <o>bo</o> + <g>PAST</g> + </w> + <w> + <o>s-</o> + <g>sing</g> + </w> + <w> + <o>oŋʷa</o> + <g>3.sing</g> + </w> + <w> + <o>bɤ</o> + <g>eat</g> + </w> + <w> + <o>bo</o> + <g>PAST</g> + </w> + <w> + <o>t͡ʃu</o> + <g>then</g> + </w> + <w> + <o>s-</o> + <g>sing</g> + </w> + <w> + <o>oŋʷa</o> + <g>3.sing</g> + </w> + <w> + <o>kʷe</o> + <g>catch</g> + </w> + <w> + <o>bo</o> + <g>PAST</g> + </w> + <w> + <o>t͡ʃu</o> + <g>then</g> + </w> + <w> + <o>s-</o> + <g>sing</g> + </w> + <w> + <o>oŋʷa</o> + <g>3.sing</g> + </w> + <w> + <o>ʃida̰be</o> + <g>pat</g> + </w> + <w> + <o>bo</o> + <g>PAST</g> + </w> + <w> + <o>t͡ʃu</o> + <g>then</g> + </w> + </il> </example>### fi bo soŋʷa bɤ bo t͡ʃu soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu
#-> fi bo soŋʷa bɤ bo t͡ʃu soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu
[fi bo soŋʷa bɤ bo t͡ʃu soŋʷa kʷe bo t͡ʃu soŋʷa ʃida̰be bo t͡ʃu] fi buy bo PAST s- sing oŋʷa 3.sing bɤ eat bo PAST t͡ʃu then s- sing oŋʷa 3.sing kʷe catch bo PAST t͡ʃu then s- sing oŋʷa 3.sing ʃida̰be pat bo PAST t͡ʃu then “I patted the cat that caught the mouse that ate the cheese that I bought.” | (27) |
Complementation Strategies
Gaib marks complement clauses with subordinating verbal morphology. The embedded verb is fully finite and carries a subordinating suffix that identifies the clause as a complement. No structural changes occur within the clause apart from this verbal marking.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
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> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="give"/> - </vp> - <np number="sing" def="def" head="this" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> + <np role="subj"> + <subs> <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"/> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="give"/> + </vp> + </subs> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> </s> </example>
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np number="sing" def="def" role="indobj" locus="number"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> - <np role="subj"> + <np role="subj" case="NOM"> <subs> - <np number="sing" role="obj" locus="number"> + <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <np number="sing" def="def" head="this" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="give"/> </vp> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> </s> </example>
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
- <np role="subj" case="NOM">
+ <np role="subj" case="NOM" number="sing">
<subs>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
</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 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> - <np role="subj" case="NOM" number="sing"> + <np role="subj" case="NOM" number="sing" possessor="no.owner"> <subs> - <np number="sing" role="obj" locus="number" case="ACC"> + <np number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="apple"/> </np> - <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" def="def" head="this" role="subj" locus="number" case="NOM"> + <np number="sing" def="def" head="this" role="subj" locus="number" case="NOM" 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" comp="COMP"> <word posp="verb" gloss="give"/> </vp> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np 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"/>
</np>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="noun" gloss="apple"/>
</np>
<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"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="give"/>
</vp>
</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" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="surprise"/>
</vp>
</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 number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="noun" gloss="apple"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <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" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</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" indobj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" 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="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" 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" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</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" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="surprise"/>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/case/obligatoryGot DAT
About to call getSlotValue for teacher/noun/number/obligatory
Got sing
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got DAT
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for boy/noun/number/obligatory
Got sing
addaffixes:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np 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="detcase" function="suffix" gloss="DAT"/>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="subj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np number="sing" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np 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="detcase" function="suffix" gloss="DAT"/>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</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" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="DAT"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="subj" case="NOM" number="sing" possessor="no.owner"> - <subs> - <np number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np 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="detcase" function="suffix" gloss="DAT"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </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" indobj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="DAT"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="DAT"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="DAT">-|k|o̰|</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|m|ɯ|ɓ|ai|ɡʷ|</word> + <thingy type="nounnumber" function="suffix" 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="ACC" possessor="no.owner">|n|ɤ|ɡʷ|ɤ|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="DAT">-|k|o̰|</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|kʷ|ɯ|s|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">|b|ɤ|ŋ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">|kʷ|o|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">|n|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">|f|u|ɓ|ai|ɡ|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|o|#-> ŋo
### |ŋ|o|
#-> ŋo
### -|k|o̰|
#-> -ko̰
### -|k|o̰|
#-> -ko̰
### |m|ɯ|ɓ|ai|ɡʷ|
#-> mɯɓaiɡʷ
### |m|ɯ|ɓ|ai|ɡʷ|
#-> mɯɓaiɡʷ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |n|ɤ|ɡʷ|ɤ|d|
#-> nɤɡʷɤd
### |n|ɤ|ɡʷ|ɤ|d|
#-> nɤɡʷɤd
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|k|o̰|
#-> -ko̰
### -|k|o̰|
#-> -ko̰
### |kʷ|ɯ|s|
#-> kʷɯs
### |kʷ|ɯ|s|
#-> kʷɯs
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |b|ɤ|ŋ|
#-> bɤŋ
### |b|ɤ|ŋ|
#-> bɤŋ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |kʷ|o|
#-> kʷo
### |kʷ|o|
#-> kʷo
### |b|o|
#-> bo
### |b|o|
#-> bo
### |n|e|
#-> ne
### |n|e|
#-> ne
### |f|u|ɓ|ai|ɡ|a|
#-> fuɓaiɡa
### |f|u|ɓ|ai|ɡ|a|
#-> fuɓaiɡa
### |b|o|
#-> bo
### |b|o|
#-> bo
### |ŋ|o||k|o̰| |m|ɯ|ɓ|ai|ɡʷ||ḭ| |n|ɤ|ɡʷ|ɤ|d||ḭ| |ŋ|o||k|o̰| |kʷ|ɯ|s||ḭ| |ŋ|o||t|ɯ̰| |b|ɤ|ŋ||ḭ| |kʷ|o| |b|o| |n|e| |f|u|ɓ|ai|ɡ|a| |b|o|
#-> ŋoko̰ mɯɓaiɡʷḭ nɤɡʷɤdḭ ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ kʷo bo ne fuɓaiɡa bo
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="DAT">-|k|o̰|</thingy>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|m|ɯ|ɓ|ai|ɡʷ|</word>
<thingy type="nounnumber" function="suffix" 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="ACC" possessor="no.owner">|n|ɤ|ɡʷ|ɤ|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="DAT">-|k|o̰|</thingy>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|kʷ|ɯ|s|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="NOM" possessor="no.owner">|b|ɤ|ŋ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">|kʷ|o|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="vpcomp" function="enclitic" gloss="COMP">|n|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">|f|u|ɓ|ai|ɡ|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-ko̰</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">mɯɓaiɡʷ</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">nɤɡʷɤd</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-ko̰</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">kʷɯs</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bɤŋ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">kʷo</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ne</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">fuɓaiɡa</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ŋoko̰ mɯɓaiɡʷḭ nɤɡʷɤdḭ ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ kʷo bo ne fuɓaiɡa bo</p>
+ <p>ŋoko̰ mɯɓaiɡʷḭ nɤɡʷɤdḭ ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ kʷo bo ne fuɓaiɡa bo</p>
+ <il>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-ko̰</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>mɯɓaiɡʷ</o>
+ <g>teacher</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>nɤɡʷɤd</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-ko̰</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>kʷɯs</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>bɤŋ</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>kʷo</o>
+ <g>give</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ne</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>fuɓaiɡa</o>
+ <g>surprise</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ŋoko̰ mɯɓaiɡʷḭ nɤɡʷɤdḭ ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ kʷo bo ne fuɓaiɡa bo#-> ŋoko̰ mɯɓaiɡʷḭ nɤɡʷɤdḭ ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ kʷo bo ne fuɓaiɡa bo
[ŋoko̰ mɯɓaiɡʷḭ nɤɡʷɤdḭ ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ kʷo bo ne fuɓaiɡa bo] ŋo the -ko̰ DAT mɯɓaiɡʷ teacher -ḭ sing nɤɡʷɤd apple -ḭ sing ŋo the -ko̰ DAT kʷɯs girl -ḭ sing ŋo the -tɯ̰ NOM bɤŋ boy -ḭ sing kʷo give bo PAST ne COMP fuɓaiɡa surprise bo PAST “It surprised the teacher that the boy had given the girl an apple.” | (28) |
Quotes
Gaib 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 sequential: No change.
module sentenceconnectors: No change.
module subordinate:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="tell"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> - <word posp="verb" gloss="love"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> + <word posp="verb" gloss="love"/> + </vp> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="tell"/> + </vp> </s> </example>
module casemarking:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ACC"> <subs> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> <word posp="verb" gloss="love"/> </vp> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np role="obj" tr="rheme" case="ACC"> + <np role="obj" tr="rheme" case="ACC" number="sing"> <subs> <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> <word posp="verb" gloss="love"/> </vp> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
createpronouns: No change.
module markowned:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np role="obj" tr="rheme" case="ACC" number="sing"> + <np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner"> <subs> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" comp="COMP"> <word posp="verb" gloss="love"/> </vp> </subs> </np> - <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 def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
<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"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner"> + <np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner" person="2"> <subs> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" comp="COMP"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"> <word posp="verb" gloss="love"/> </vp> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="girl"/> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
prodrop: No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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" comp="COMP" obj="2.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <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="2.sing" indobj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <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="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" 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="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" 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="NOM" 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" comp="COMP" obj="2.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" 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="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" 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="2.sing" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="tell"/>
+ <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for 2.sing/pron/number/obligatoryGot sing
About to call getSlotValue for 1excl.sing/pron/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got DAT
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for boy/noun/number/obligatory
Got sing
addaffixes:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl">
+ <thingy type="pronnumber" function="prefix" gloss="sing"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" 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" comp="COMP" obj="2.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np 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="detcase" function="suffix" gloss="DAT"/>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="suffix" gloss="NOM"/>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" 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" obj="2.sing" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np role="obj" tr="rheme" case="ACC" number="sing" possessor="no.owner" person="2"> - <subs> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> + <flat> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> <thingy type="pronnumber" function="prefix" gloss="sing"/> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" 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" comp="COMP" obj="2.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np 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="detcase" function="suffix" gloss="DAT"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="suffix" gloss="NOM"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" 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" obj="2.sing" indobj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="pronnumber" function="prefix" gloss="sing"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="DAT"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">|ai|s|i|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">|au|t͡ʃ|e|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing">|kʷ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">|n|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="DAT">-|k|o̰|</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|kʷ|ɯ|s|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word> + <thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|b|ɤ|ŋ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing">|f|ḛ|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |s|-#-> s-
### |s|-
#-> s-
### |ai|s|i|
#-> aisi
### |ai|s|i|
#-> aisi
### |s|-
#-> s-
### |s|-
#-> s-
### |au|t͡ʃ|e|
#-> aut͡ʃe
### |au|t͡ʃ|e|
#-> aut͡ʃe
### |kʷ|au|
#-> kʷau
### |kʷ|au|
#-> kʷau
### |n|e|
#-> ne
### |n|e|
#-> ne
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|k|o̰|
#-> -ko̰
### -|k|o̰|
#-> -ko̰
### |kʷ|ɯ|s|
#-> kʷɯs
### |kʷ|ɯ|s|
#-> kʷɯs
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |ŋ|o|
#-> ŋo
### |ŋ|o|
#-> ŋo
### -|t|ɯ̰|
#-> -tɯ̰
### -|t|ɯ̰|
#-> -tɯ̰
### |b|ɤ|ŋ|
#-> bɤŋ
### |b|ɤ|ŋ|
#-> bɤŋ
### -|ḭ|
#-> -ḭ
### -|ḭ|
#-> -ḭ
### |f|ḛ|
#-> fḛ
### |f|ḛ|
#-> fḛ
### |b|o|
#-> bo
### |b|o|
#-> bo
### |s||ai|s|i| |s||au|t͡ʃ|e| |kʷ|au| |n|e| |ŋ|o||k|o̰| |kʷ|ɯ|s||ḭ| |ŋ|o||t|ɯ̰| |b|ɤ|ŋ||ḭ| |f|ḛ| |b|o|
#-> saisi saut͡ʃe kʷau ne ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ fḛ bo
removetags:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">|ai|s|i|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="pronnumber" function="prefix" gloss="sing">|s|-</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">|au|t͡ʃ|e|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing">|kʷ|au|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="vpcomp" function="enclitic" gloss="COMP">|n|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="DAT">-|k|o̰|</thingy>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|kʷ|ɯ|s|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|ŋ|o|</word>
<thingy type="detcase" function="suffix" gloss="NOM">-|t|ɯ̰|</thingy>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">|b|ɤ|ŋ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ḭ|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing">|f|ḛ|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|b|o|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</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">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">aisi</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">aut͡ʃe</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">kʷau</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">ne</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-ko̰</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">kʷɯs</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ŋo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-tɯ̰</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bɤŋ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-ḭ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">fḛ</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">bo</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>saisi saut͡ʃe kʷau ne ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ fḛ bo</p>
+ <p>saisi saut͡ʃe kʷau ne ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ fḛ bo</p>
+ <il>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>aisi</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>aut͡ʃe</o>
+ <g>1excl.sing</g>
+ </w>
+ <w>
+ <o>kʷau</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>ne</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-ko̰</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>kʷɯs</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ŋo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-tɯ̰</o>
+ <g>NOM</g>
+ </w>
+ <w>
+ <o>bɤŋ</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-ḭ</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>fḛ</o>
+ <g>tell</g>
+ </w>
+ <w>
+ <o>bo</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### saisi saut͡ʃe kʷau ne ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ fḛ bo#-> saisi saut͡ʃe kʷau ne ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ fḛ bo
[saisi saut͡ʃe kʷau ne ŋoko̰ kʷɯsḭ ŋotɯ̰ bɤŋḭ fḛ bo] s- sing aisi 2.sing s- sing aut͡ʃe 1excl.sing kʷau love ne COMP ŋo the -ko̰ DAT kʷɯs girl -ḭ sing ŋo the -tɯ̰ NOM bɤŋ boy -ḭ sing fḛ tell bo PAST “The boy told the girl that he loved her.” | (29) |
How to cite this grammar
Language Creator. 2026. A Grammar of Gaib. Generated by the Language Creator, version 0.91, on 28 May 2026. https://languagecreator.org/grammar/3NC03
In BibTeX format:
@misc{LC-3NC03,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Gaib}},
howpublished = {\url{https://languagecreator.org/grammar/3NC03}},
note = {Generated by the Language Creator, version 0.91, on 28 May 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Gaib / Gaib–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/3NC03
Behind the scenes, the Language Creator stores the generated language in a JSON-based format known as ELD. The corresponding ELD file may be downloaded, edited as required, and reuploaded in order to regenerate the grammar, dictionary and texts.
Language creation took 0.03 seconds; writing the grammar 0.07 seconds.