A Grammar of Chesk
Introduction
Scope and Purpose
This grammar provides a systematic description of the Chesk language (the 1755th 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 Chesk.
Typological Profile
It has the typologically rare OSV basic word order.Phonology
Phoneme Inventory
Consonants
Chesk has 20 consonant phonemes, a size that falls within a broadly average range.
It has a modest set of implosive stops and an unusually restricted set of labial consonants.The table below presents the full inventory of consonant phonemes in Chesk. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | postalveolar | lateral | palatal | velar | glottal | |
|---|---|---|---|---|---|---|---|
| stop | b | d t | k ɡ | ||||
| nasal | m | n | ɲ | ŋ | |||
| fricative | f | s | ʃ | h | |||
| approximant | ʋ | l | j | ||||
| affricate | t͡ʃ | ||||||
| implosive | ɓ | ɗ |
Vowels
Chesk has 9 vowel qualities, forming a relatively large inventory. The system distinguishes several vowel categories, as indicated in the chart, offering a wide range of vocalic contrasts.
It has phonologically distinctive back unrounded vowels and occasional ghost vowels that surface only weakly.The table below presents the full inventory of vowel phonemes in Chesk. 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
Chesk has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
The language employs vowel harmony. To be specific, the following vowels change to match the first vowel of the root: /i/ becomes /ɯ/, /e/ becomes /ɤ/.
Writing System
Introduction
Chesk is normally written using the Cyrillic alphabet, a script with a long and varied history across Eastern Europe and northern Asia. In this grammar, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also used to give an unambiguous representation of sound.
The conventions adopted here follow standard Cyrillic practice for the language where that exists; where they do not, the IPA transcription should be taken as authoritative.
Orthography
Here are the various components of the orthography:
Simple letters
| а /a/ | б /b/ | б̱ /ɓ/ | в /ʋ/ |
| г /h/ | д /d/ | д̱ /ɗ/ | е /e/ |
| и /i/ | к /k/ | л /l/ | м /m/ |
| н /n/ | о /o/ | с /s/ | т /t/ |
| у /u/ | ф /f/ | ч /t͡ʃ/ | ш /ʃ/ |
| ы /ɯ/ | ӹ /ɤ/ | ј /j/ | њ /ɲ/ |
| ґ /ɡ/ | ӈ /ŋ/ |
Multi-letter combinations such as digraphs
| ай /ai/ | аў /au/ |
Word Classes and Morphology
Number and Gender
Number
Chesk does not have grammatical number.
Gender
Chesk does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Chesk 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">
+ <word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np 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"> <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
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"> - <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> <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 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"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <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">
<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">
<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">
- <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">
- <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">
<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">
<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">
<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">
<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"> - <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"> <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"> <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"> <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">
<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">
<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">
<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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
- <np head="this" role="subj" number="plur">
+ <np head="this" role="obj" number="plur" def="def" tr="rheme" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- </np>
<np role="subj" number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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" def="def" tr="rheme" locus="number">
- <word posp="pron" number="plur" gloss="3.plur"/>
+ <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" def="def" tr="rheme" locus="number"/>
</np>
<np role="subj" number="sing" def="def" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp" owner="3s"/>
+ <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
<np number="sing" def="def" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
calling defaultval for question/defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for blind/verb/voice/optionalAbout to call getSlotValue for blind/verb/question/obligatory
Got not.Q
About to call getSlotValue for blind/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for woman/noun/number/obligatory
Got sing
About to call getSlotValue for woman/noun/case/obligatory
Got NOM
About to call getSlotValue for knife/noun/number/obligatory
Got sing
About to call getSlotValue for knife/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for catch/verb/comp/obligatory
Got not.COMP
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</s>
<s connector="then">
<np head="this" role="obj" number="plur" def="def" tr="rheme" locus="number">
<word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" def="def" tr="rheme" locus="number"/>
</np>
<np role="subj" number="sing" def="def" locus="number">
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det" number="sing" def="def" locus="number"/>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </s> - <s connector="then"> - <np head="this" role="obj" number="plur" def="def" tr="rheme" locus="number"> <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" def="def" tr="rheme" locus="number"/> - </np> - <np role="subj" number="sing" def="def" locus="number"> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <np number="sing" def="def" locus="number"> <word gloss="the" posp="det" number="sing" def="def" locus="number"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" def="def" tr="rheme" locus="number"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="then" posp="conj"/> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" ph="b i m">bim</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" def="def" tr="rheme" locus="number" ph="l i n">lin</word> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" ph="ɗ u n">ɗun</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative" ph="k o b u j">kobuj</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" ph="l i k">lik</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="l i l">lil</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> </flat> </example>
vowelharmony:
No change.
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" ph="b i m">bim</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" def="def" tr="rheme" locus="number" ph="l i n">lin</word> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" ph="ɗ u n">ɗun</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative" ph="k o b u j">kobuj</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" ph="l i k">lik</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="l i l">lil</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur">bim</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <word posp="pron" number="plur" gloss="3.plur" head="this" role="obj" def="def" tr="rheme" locus="number">lin</word> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number">bait</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number">ɗun</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">kobuj</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number">bait</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number">lik</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">lil</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word gloss="then" posp="conj">jot͡ʃ</word> </flat> + <p><span class="ilpair"><span class="mor">bim</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">lin</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɗun</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">kobuj</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lik</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">lil</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jot͡ʃ</span><br><span class="gls">then</span></span></p> + <p>bimoɡ lin bait ɗuniʃ kobuj bait likiʃ liloɡ nuɗ jot͡ʃ</p> + <p>бимоґ лин байт д̱униш кобуј байт ликиш лилоґ нуд̱ јоч</p> + <il> + <w> + <o>bim</o> + <g>blind</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>lin</o> + <g>3.plur</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɗun</o> + <g>woman</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>kobuj</o> + <g>COMIT</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>lik</o> + <g>knife</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>lil</o> + <g>catch</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>jot͡ʃ</o> + <g>then</g> + </w> + </il> </example>
Бимоґ лин байт д̱униш кобуј байт ликиш лилоґ нуд̱ јоч. [bimoɡ lin bait ɗuniʃ kobuj bait likiʃ liloɡ nuɗ jot͡ʃ] bim blind -o not.Q -ɡ not.COMP lin 3.plur bait the ɗun woman -i sing -ʃ NOM kobuj COMIT bait the lik knife -i sing -ʃ NOM lil catch -o not.Q -ɡ not.COMP nuɗ PAST jot͡ʃ 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 are no clitics in the nominal phrase.The Noun
The noun in Chesk consists of first, the root; second, an obligatory suffix expressing number, comprising -и /-i/ ‘sing’ and -у /-u/ ‘plur’; and finally, third, an obligatory suffix expressing case, comprising -ш /-ʃ/ ‘NOM’, -б /-b/ ‘GEN’, -ј /-j/ ‘DAT’, -с /-s/ ‘INS’, -ӈ /-ŋ/ ‘VOC’, -в /-ʋ/ ‘ALL’, -л /-l/ ‘LOC’, -м /-m/ ‘ABL’ and -б̱ /-ɓ/ ‘PART’.
The noun displays the following derivational morphology: two suffixes, namely -ан /-an/ ‘little’ and -ач /-at͡ʃ/ ‘big’
The Adjective
In Chesk, the adjective has the following structure: an optional prefix expressing case, comprising лу- /lu-/ ‘GEN’, ги- /hi-/ ‘DAT’, ла- /la-/ ‘INS’, ви- /ʋi-/ ‘VOC’, ја- /ja-/ ‘ALL’, ме- /me-/ ‘LOC’, фу- /fu-/ ‘ABL’ and си- /si-/ ‘PART’ followed by the root.
Numerals
The numeral in Chesk stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Chesk stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Chesk stands alone without any prefixes or suffixes attached to it.
In Chesk, subject pronouns (but not object pronouns ones) are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </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">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" 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">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" 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>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for comp/defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for love/verb/voice/optionalGot active
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for love/verb/comp/obligatory
Got not.COMP
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - </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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="s e m">sem</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="s e m">sem</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">bun</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">sem</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">sem</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>bun semoɡ</p> + <p>бун семоґ</p> + <il> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>sem</o> + <g>love</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + </il> </example>
Бун семоґ. [bun semoɡ] bun 3.sing sem love -o not.Q -ɡ not.COMP “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he (i.e., the subject) is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </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">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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="theme" role="obj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for comp/defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for love/verb/voice/optionalGot active
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for love/verb/comp/obligatory
Got not.COMP
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/>
</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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - </np> - <np def="def" number="sing" tr="rheme" role="subj" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/> - </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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="b u n">bun</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="s e m">sem</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="b u n">bun</word> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="s e m">sem</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">bun</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number">bun</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">sem</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">sem</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>bun bun semoɡ</p> + <p>бун бун семоґ</p> + <il> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>sem</o> + <g>love</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + </il> </example>
Бун бун семоґ. [bun bun semoɡ] bun 3.sing bun 3.sing sem love -o not.Q -ɡ not.COMP “He loves her.” | (3) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="hate"/>
</vp>
</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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for NN2/noun/number/obligatoryGot sing
About to call getSlotValue for NN2/noun/case/obligatory
Got NOM
About to call getSlotValue for NN1/noun/number/obligatory
Got sing
About to call getSlotValue for NN1/noun/case/obligatory
Got NOM
About to call getSlotValue for hate/verb/voice/optional
Got active
About to call getSlotValue for hate/verb/question/obligatory
Got not.Q
About to call getSlotValue for hate/verb/comp/obligatory
Got not.COMP
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Gechaid hates Nidad."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="Nidad" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes" ph="n i ɗ a d">niɗad</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="Gechaid" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes" ph="ɡ e t͡ʃ ai ɗ">ɡet͡ʃaiɗ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="ɗ u ʃ ɤ ʃ">ɗuʃɤʃ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Gechaid hates Nidad."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="Nidad" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes" ph="n i ɗ a d">niɗad</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="Gechaid" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes" ph="ɡ e t͡ʃ ai ɗ">ɡet͡ʃaiɗ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="ɗ u ʃ ɤ ʃ">ɗuʃɤʃ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">bait</word> + <word posp="noun" gloss="Nidad" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes">niɗad</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">bait</word> + <word posp="noun" gloss="Gechaid" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes">ɡet͡ʃaiɗ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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ʃɤʃ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niɗad</span><br><span class="gls">Nidad</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡet͡ʃaiɗ</span><br><span class="gls">Gechaid</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ɗuʃɤʃ</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>bait niɗadiʃ bait ɡet͡ʃaiɗiʃ ɗuʃɤʃoɡ</p> + <p>байт Нид̱адиш байт Ґечайд̱иш д̱ушӹшоґ</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>niɗad</o> + <g>Nidad</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɡet͡ʃaiɗ</o> + <g>Gechaid</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>ɗuʃɤʃ</o> + <g>hate</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + </il> </example>
Байт Нид̱адиш байт Ґечайд̱иш д̱ушӹшоґ. [bait niɗadiʃ bait ɡet͡ʃaiɗiʃ ɗuʃɤʃoɡ] bait the niɗad Nidad -i sing -ʃ NOM bait the ɡet͡ʃaiɗ Gechaid -i sing -ʃ NOM ɗuʃɤʃ hate -o not.Q -ɡ not.COMP “Gechaid hates Nidad.” | (4) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module 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:
No change.
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="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"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for boy/noun/number/obligatoryGot sing
About to call getSlotValue for boy/noun/case/obligatory
Got GEN
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="b ai t">bait</word> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="ɲ i m">ɲim</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> </flat> </example>
vowelharmony:
<example id="posso1" translation="the boy's apple">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="b ai t">bait</word>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="ɲ i m">ɲim</word>
<thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
<thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word>
- <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
+ <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
</flat>
</example>
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="b ai t">bait</word> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="ɲ i m">ɲim</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">bait</word> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN">ɲim</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">bait</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">ɲaʋɤɓ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" underlying="i">ɯ</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲim</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲaʋɤɓ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>bait ɲimib bait ɲaʋɤɓɯʃ</p> + <p>байт њимиб байт њавӹб̱ыш</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɲim</o> + <g>boy</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɲaʋɤɓ</o> + <g>apple</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + </il> </example>
байт њимиб байт њавӹб̱ыш [bait ɲimib bait ɲaʋɤɓɯʃ] bait the ɲim boy -i sing -b GEN bait the ɲaʋɤɓ apple -i sing -ʃ NOM “the boy’s apple” | (5) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module 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:
No change.
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="b u n">bun</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> </flat> </example>
vowelharmony:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="b u n">bun</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word>
- <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
+ <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
</flat>
</example>
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="b u n">bun</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN">bun</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">bait</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">ɲaʋɤɓ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" underlying="i">ɯ</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲaʋɤɓ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>bun bait ɲaʋɤɓɯʃ</p> + <p>бун байт њавӹб̱ыш</p> + <il> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɲaʋɤɓ</o> + <g>apple</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + </il> </example>
бун байт њавӹб̱ыш [bun bait ɲaʋɤɓɯʃ] bun 3.sing bait the ɲaʋɤɓ apple -i sing -ʃ NOM “his (the boy’s) apple” | (6) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module 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:
No change.
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso2" translation="my apple">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
<example id="posso2" translation="my apple">
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="ʃ i ɗ">ʃiɗ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> </flat> </example>
vowelharmony:
<example id="posso2" translation="my apple">
<flat>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="ʃ i ɗ">ʃiɗ</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word>
- <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
+ <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
</flat>
</example>
removetags:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="ʃ i ɗ">ʃiɗ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN">ʃiɗ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">bait</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">ɲaʋɤɓ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" underlying="i">ɯ</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ʃiɗ</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲaʋɤɓ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>ʃiɗ bait ɲaʋɤɓɯʃ</p> + <p>шид̱ байт њавӹб̱ыш</p> + <il> + <w> + <o>ʃiɗ</o> + <g>1excl.sing</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɲaʋɤɓ</o> + <g>apple</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + </il> </example>
шид̱ байт њавӹб̱ыш [ʃiɗ bait ɲaʋɤɓɯʃ] ʃiɗ 1excl.sing bait the ɲaʋɤɓ apple -i sing -ʃ NOM “my apple” | (7) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="subj">
<np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="subj"> - <np type="owner_owned"> + <np role="subj" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
</np>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<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:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
- <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" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj"> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> </np> - </np> - <np role="subj" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="subj"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </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"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> - <np type="owner_owned" number="sing" role="subj"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for neighbour/noun/number/obligatoryGot sing
About to call getSlotValue for neighbour/noun/case/obligatory
Got GEN
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for son/noun/case/obligatory
Got NOM
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/obligatory
Got GEN
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/obligatory
Got NOM
About to call getSlotValue for kiss/verb/voice/optional
Got active
About to call getSlotValue for kiss/verb/question/obligatory
Got not.Q
About to call getSlotValue for kiss/verb/comp/obligatory
Got not.COMP
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="ɗ o d">ɗod</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ʃ e f au ʃ">ʃefauʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" ph="h au f">hauf</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="b ai t">bait</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="ʃ u l a j">ʃulaj</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" ph="ʃ o ɗ">ʃoɗ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="t i j o ɓ">tijoɓ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="ɗ o d">ɗod</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ʃ e f au ʃ">ʃefauʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" ph="h au f">hauf</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="b ai t">bait</word> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="ʃ u l a j">ʃulaj</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" ph="ʃ o ɗ">ʃoɗ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="t i j o ɓ">tijoɓ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN">ɗod</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">bait</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN">ʃefauʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">bait</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">hauf</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">bait</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN">ʃulaj</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">bait</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">ʃoɗ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">tijoɓ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɗod</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃefauʃ</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">hauf</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃulaj</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃoɗ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">tijoɓ</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ɗod bait ʃefauʃib bait haufiʃ bait ʃulajib bait ʃoɗiʃ tijoɓoɡ nuɗ</p> + <p>д̱од байт шефаўшиб байт гаўфиш байт шулајиб байт шод̱иш тијоб̱оґ нуд̱</p> + <il> + <w> + <o>ɗod</o> + <g>2.sing</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃefauʃ</o> + <g>neighbour</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>hauf</o> + <g>son</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃulaj</o> + <g>hunter</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃoɗ</o> + <g>daughter</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>tijoɓ</o> + <g>kiss</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + </il> </example>
Д̱од байт шефаўшиб байт гаўфиш байт шулајиб байт шод̱иш тијоб̱оґ нуд̱. [ɗod bait ʃefauʃib bait haufiʃ bait ʃulajib bait ʃoɗiʃ tijoɓoɡ nuɗ] ɗod 2.sing bait the ʃefauʃ neighbour -i sing -b GEN bait the hauf son -i sing -ʃ NOM bait the ʃulaj hunter -i sing -b GEN bait the ʃoɗ daughter -i sing -ʃ NOM tijoɓ kiss -o not.Q -ɡ not.COMP nuɗ PAST “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Chesk 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
About to call getSlotValue for lamb/noun/case/obligatory
Got NOM
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number">
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <flat> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" ph="ɗ o s ɤ ɲ">ɗosɤɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> </flat> </example>
vowelharmony:
<example id="lamb0" translation="a lamb">
<flat>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" ph="ɗ o s ɤ ɲ">ɗosɤɲ</word>
- <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
+ <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
</flat>
</example>
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" ph="ɗ o s ɤ ɲ">ɗosɤɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number">ɗosɤɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" underlying="i">ɯ</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɗosɤɲ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>ɗosɤɲɯʃ</p> + <p>д̱осӹњыш</p> + <il> + <w> + <o>ɗosɤɲ</o> + <g>lamb</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + </il> </example>
д̱осӹњыш [ɗosɤɲɯʃ] ɗosɤɲ lamb -i sing -ʃ NOM “a lamb” | (9) |
In the following, the word for little becomes an affix attached to lamb:
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb:
No change.
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
About to call getSlotValue for lamb/noun/case/obligatory
Got NOM
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> + <flat> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" ph="ɗ o s ɤ ɲ">ɗosɤɲ</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="a n">an</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" ph="ɗ o s ɤ ɲ">ɗosɤɲ</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="a n">an</thingy> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number">ɗosɤɲ</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">an</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɗosɤɲ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-an</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>ɗosɤɲaniʃ</p> + <p>д̱осӹњаниш</p> + <il> + <w> + <o>ɗosɤɲ</o> + <g>lamb</g> + </w> + <w> + <o>-an</o> + <g>little</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + </il> </example>
д̱осӹњаниш [ɗosɤɲaniʃ] ɗosɤɲ lamb -an little -i sing -ʃ NOM “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Chesk are enclitics (placed finally), and there are three types: first, a clitic expressing ta, comprising нуд̱ /nuɗ/ ‘PAST’; second, a clitic expressing mode, comprising туб̱ /tuɓ/ ‘imperative’, но /no/ ‘conditional’ and чиф /t͡ʃif/ ‘optative’; and finally, third, a clitic expressing negation, comprising њом /ɲom/ ‘NEG’.
In addition, the verb is structured like this: first, the root; second, an optional suffix expressing voice, comprising -ош /-oʃ/ ‘passive’; third, an obligatory suffix expressing question, comprising -е /-e/ ‘Q’ and -о /-o/ ‘not.Q’; and finally, fourth, an obligatory suffix expressing comp, comprising -ґ /-ɡ/ ‘not.COMP’ and -м /-m/ ‘COMP’.
The verb displays the following derivational morphology: two suffixes, namely -уӈ /-uŋ/ ‘begin’ and -ум /-um/ ‘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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
copyuptophrase:
<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" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" 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" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
addclitics:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.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"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for comp/defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for love/verb/voice/optionalGot active
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for love/verb/comp/obligatory
Got not.COMP
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <np number="sing" def="neither" role="obj" locus="number" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - </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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="ɗ o d">ɗod</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing" ph="s e m">sem</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love" translation="I love you."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="ɗ o d">ɗod</word> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing" ph="s e m">sem</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">ɗod</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">sem</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɗod</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">sem</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>ɗod semoɡ</p> + <p>д̱од семоґ</p> + <il> + <w> + <o>ɗod</o> + <g>2.sing</g> + </w> + <w> + <o>sem</o> + <g>love</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + </il> </example>
Д̱од семоґ. [ɗod semoɡ] ɗod 2.sing sem love -o not.Q -ɡ not.COMP “I love you.” | (11) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module 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_surface" posp="pp" owner="3s"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp" owner="3s"/>
<np def="def" number="sing" locus="number">
- <word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table"/>
</np>
</pp>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in_surface" posp="pp" owner="3s"/> + <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> <np def="def" number="sing" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="table"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> </np> </pp> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for table/noun/number/obligatoryGot sing
About to call getSlotValue for table/noun/case/obligatory
Got NOM
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes"/>
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det" def="def" number="sing" locus="number"/>
<word posp="noun" gloss="table" def="def" number="sing" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</pp>
</example>
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> + <flat> <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> - <np def="def" number="sing" locus="number"> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes" ph="ɡ u s">ɡus</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="s i k">sik</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes" ph="ɡ u s">ɡus</word> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="s i k">sik</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes">ɡus</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">bait</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number">sik</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɡus</span><br><span class="gls">in_surface</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sik</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>ɡus bait sikiʃ</p> + <p>ґус байт сикиш</p> + <il> + <w> + <o>ɡus</o> + <g>in_surface</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>sik</o> + <g>table</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + </il> </example>
ґус байт сикиш [ɡus bait sikiʃ] ɡus in_surface bait the sik table -i sing -ʃ NOM “on the table” | (12) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module 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_inside" posp="pp" owner="3s"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp" owner="3s"/>
<np def="def" number="sing" locus="number">
- <word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box"/>
</np>
</pp>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to_inside" posp="pp" owner="3s"/> + <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> <np def="def" number="sing" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="box"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> </np> </pp> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for box/noun/number/obligatoryGot sing
About to call getSlotValue for box/noun/case/obligatory
Got NOM
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes"/>
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det" def="def" number="sing" locus="number"/>
<word posp="noun" gloss="box" def="def" number="sing" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</pp>
</example>
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> + <flat> <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> - <np def="def" number="sing" locus="number"> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes" ph="n a ʃ">naʃ</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="d e k ɯ k">dekɯk</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> </flat> </example>
vowelharmony:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes" ph="n a ʃ">naʃ</word>
<word gloss="the" posp="det" def="def" number="sing" locus="number" ph="b ai t">bait</word>
- <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="d e k ɯ k">dekɯk</word>
- <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
+ <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="d ɤ k ɯ k" underlying="d e k ɯ k">dɤkɯk</word>
+ <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
</flat>
</example>
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes" ph="n a ʃ">naʃ</word> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="d ɤ k ɯ k" underlying="d e k ɯ k">dɤkɯk</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes">naʃ</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">bait</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" underlying="d e k ɯ k">dɤkɯk</word> + <thingy type="nounnumber" function="suffix" gloss="sing" underlying="i">ɯ</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> </flat> + <p><span class="ilpair"><span class="mor">naʃ</span><br><span class="gls">to_inside</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dekɯk</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>naʃ bait dɤkɯkɯʃ</p> + <p>наш байт дӹкыкыш</p> + <il> + <w> + <o>naʃ</o> + <g>to_inside</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>dekɯk</o> + <g>box</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + </il> </example>
наш байт дӹкыкыш [naʃ bait dɤkɯkɯʃ] naʃ to_inside bait the dekɯk box -i sing -ʃ NOM “into the box” | (13) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module 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">
+ <word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
- <np number="sing" def="neither" locus="number">
+ <np number="sing" def="neither" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp" owner="3s"/> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> <np number="sing" def="neither" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <np number="sing" def="neither" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative" ph="k o b u j">kobuj</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" ph="ʃ i ɗ">ʃiɗ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative" ph="k o b u j">kobuj</word> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" ph="ʃ i ɗ">ʃiɗ</word> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">kobuj</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number">ʃiɗ</word> </flat> + <p><span class="ilpair"><span class="mor">kobuj</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ʃiɗ</span><br><span class="gls">1excl.sing</span></span></p> + <p>kobuj ʃiɗ</p> + <p>кобуј шид̱</p> + <il> + <w> + <o>kobuj</o> + <g>COMIT</g> + </w> + <w> + <o>ʃiɗ</o> + <g>1excl.sing</g> + </w> + </il> </example>
кобуј шид̱ [kobuj ʃiɗ] kobuj COMIT ʃiɗ 1excl.sing “with me” | (14) |
Syntax
Basic Clause Structure
Constituent Order
Constituent order describes the typical arrangement of the subject (S), verb (V) and object (O) in simple declarative clauses. It is a fundamental parameter in grammatical description and forms one of the clearest ways of characterising the overall structure of a language’s clause system.
Chesk 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 Chesk.
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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for hunter/noun/number/obligatoryGot sing
About to call getSlotValue for hunter/noun/case/obligatory
Got NOM
About to call getSlotValue for jaguar/noun/number/obligatory
Got sing
About to call getSlotValue for jaguar/noun/case/obligatory
Got NOM
About to call getSlotValue for kill/verb/voice/optional
Got active
About to call getSlotValue for kill/verb/question/obligatory
Got not.Q
About to call getSlotValue for kill/verb/comp/obligatory
Got not.COMP
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="obj" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np number="sing" def="def" role="subj" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" ph="ʃ u l a j">ʃulaj</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" ph="ɲ a ŋ e m">ɲaŋem</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="f ɤ ʃ">fɤʃ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" ph="ʃ u l a j">ʃulaj</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" ph="ɲ a ŋ e m">ɲaŋem</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="f ɤ ʃ">fɤʃ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number">bait</word> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number">ʃulaj</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">bait</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number">ɲaŋem</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">fɤʃ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃulaj</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲaŋem</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">fɤʃ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>bait ʃulajiʃ bait ɲaŋemiʃ fɤʃoɡ nuɗ</p> + <p>байт шулајиш байт њаӈемиш фӹшоґ нуд̱</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃulaj</o> + <g>hunter</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɲaŋem</o> + <g>jaguar</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>fɤʃ</o> + <g>kill</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + </il> </example>
Байт шулајиш байт њаӈемиш фӹшоґ нуд̱. [bait ʃulajiʃ bait ɲaŋemiʃ fɤʃoɡ nuɗ] bait the ʃulaj hunter -i sing -ʃ NOM bait the ɲaŋem jaguar -i sing -ʃ NOM fɤʃ kill -o not.Q -ɡ not.COMP nuɗ PAST “The jaguar killed the hunter.” | (15) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number">
<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"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> <np number="sing" def="def" role="subj" locus="number"> <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 simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number">
- <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" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number">
<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" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number">
<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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj"> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="dog"/> </np> </np> - </np> <np number="sing" def="def" role="subj" locus="number"> <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" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </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"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="dog"/> </np> - </np> <np number="sing" def="def" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </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="owner" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for hunter/noun/number/obligatoryGot sing
About to call getSlotValue for hunter/noun/case/obligatory
Got GEN
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/obligatory
Got GEN
About to call getSlotValue for dog/noun/number/obligatory
Got sing
About to call getSlotValue for dog/noun/case/obligatory
Got NOM
About to call getSlotValue for lion/noun/number/obligatory
Got sing
About to call getSlotValue for lion/noun/case/obligatory
Got NOM
About to call getSlotValue for eat/verb/voice/optional
Got active
About to call getSlotValue for eat/verb/question/obligatory
Got not.Q
About to call getSlotValue for eat/verb/comp/obligatory
Got not.COMP
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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="owner" case="GEN"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np number="sing" def="def" role="subj" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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="owner" case="GEN"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="b ai t">bait</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="ʃ u l a j">ʃulaj</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ʃ o ɗ">ʃoɗ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" ph="d e ɲ">deɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" ph="ɗ i b i ʃ">ɗibiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="t i ŋ">tiŋ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="b ai t">bait</word> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="ʃ u l a j">ʃulaj</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ʃ o ɗ">ʃoɗ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" ph="d e ɲ">deɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" ph="ɗ i b i ʃ">ɗibiʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="t i ŋ">tiŋ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">bait</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN">ʃulaj</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">bait</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN">ʃoɗ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">bait</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned">deɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">bait</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number">ɗibiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">tiŋ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃulaj</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃoɗ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">deɲ</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɗibiʃ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>bait ʃulajib bait ʃoɗib bait deɲiʃ bait ɗibiʃiʃ tiŋoɡ nuɗ</p> + <p>байт шулајиб байт шод̱иб байт дењиш байт д̱ибишиш тиӈоґ нуд̱</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃulaj</o> + <g>hunter</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃoɗ</o> + <g>daughter</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>deɲ</o> + <g>dog</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɗibiʃ</o> + <g>lion</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>tiŋ</o> + <g>eat</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + </il> </example>
Байт шулајиб байт шод̱иб байт дењиш байт д̱ибишиш тиӈоґ нуд̱. [bait ʃulajib bait ʃoɗib bait deɲiʃ bait ɗibiʃiʃ tiŋoɡ nuɗ] bait the ʃulaj hunter -i sing -b GEN bait the ʃoɗ daughter -i sing -b GEN bait the deɲ dog -i sing -ʃ NOM bait the ɗibiʃ lion -i sing -ʃ NOM tiŋ eat -o not.Q -ɡ not.COMP nuɗ PAST “The lion ate the hunter’s daughter’s dog.” | (16) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Chesk reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-final: the possessor precedes the possessed noun. For example, Chesk expresses “the child’s toy” with the equivalent of “child toy”. This ordering is found in many SOV and postpositional languages and aligns with a broader tendency towards modifier-first structures.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module 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:
No change.
module markowner:
<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">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="son"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="friend"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="book"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for son/noun/number/obligatoryGot sing
About to call getSlotValue for son/noun/case/obligatory
Got GEN
About to call getSlotValue for friend/noun/number/obligatory
Got sing
About to call getSlotValue for friend/noun/case/obligatory
Got GEN
About to call getSlotValue for book/noun/number/obligatory
Got sing
About to call getSlotValue for book/noun/case/obligatory
Got NOM
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="ɗ o d">ɗod</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="h au f">hauf</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ɤ ɲ">bɤɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" ph="d i ɡ e h">diɡeh</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> </flat> </example>
vowelharmony:
<example id="poss3" translation="your son's friend's book">
<flat>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="ɗ o d">ɗod</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="h au f">hauf</word>
<thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
<thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ɤ ɲ">bɤɲ</word>
- <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
+ <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy>
<thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" ph="d i ɡ e h">diɡeh</word>
<thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
</flat>
</example>
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="ɗ o d">ɗod</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="h au f">hauf</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ai t">bait</word> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="b ɤ ɲ">bɤɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="b ai t">bait</word> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" ph="d i ɡ e h">diɡeh</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN">ɗod</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">bait</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN">hauf</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">bait</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN">bɤɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" underlying="i">ɯ</thingy> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">bait</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned">diɡeh</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɗod</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">hauf</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">bɤɲ</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">diɡeh</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>ɗod bait haufib bait bɤɲɯb bait diɡehiʃ</p> + <p>д̱од байт гаўфиб байт бӹњыб байт диґегиш</p> + <il> + <w> + <o>ɗod</o> + <g>2.sing</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>hauf</o> + <g>son</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>bɤɲ</o> + <g>friend</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>diɡeh</o> + <g>book</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + </il> </example>
д̱од байт гаўфиб байт бӹњыб байт диґегиш [ɗod bait haufib bait bɤɲɯb bait diɡehiʃ] ɗod 2.sing bait the hauf son -i sing -b GEN bait the bɤɲ friend -i sing -b GEN bait the diɡeh book -i sing -ʃ NOM “your son’s friend’s book” | (17) |
Case Marking
Chesk does not use case marking to distinguish the core participants of the clause. There is therefore no regular nominative, accusative, ergative, active or stative marking on subjects and objects. Instead, the roles of the participants are identified by other means, cf. the examples below.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<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"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
- <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"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for sleep/verb/voice/optional
Got active
About to call getSlotValue for sleep/verb/question/obligatory
Got not.Q
About to call getSlotValue for sleep/verb/comp/obligatory
Got not.COMP
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="m o l">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="ʋ i k">ʋik</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
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" ph="b ai t">bait</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="m o l">mol</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="ʋ i k">ʋik</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">bait</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">ʋik</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mol</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ʋik</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>bait moliʃ ʋikoɡ</p> + <p>байт молиш викоґ</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>mol</o> + <g>cat</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>ʋik</o> + <g>sleep</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + </il> </example>
Байт молиш викоґ. [bait moliʃ ʋikoɡ] bait the mol cat -i sing -ʃ NOM ʋik sleep -o not.Q -ɡ not.COMP “The cat is sleeping.” | (18) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for run/verb/voice/optional
About to call getSlotValue for run/verb/question/obligatory
Got not.Q
About to call getSlotValue for run/verb/comp/obligatory
Got not.COMP
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="m o l">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="ʋ i j">ʋij</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
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" ph="b ai t">bait</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="m o l">mol</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="ʋ i j">ʋij</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">bait</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">ʋij</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mol</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ʋij</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>bait moliʃ ʋijoɡ</p> + <p>байт молиш вијоґ</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>mol</o> + <g>cat</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>ʋij</o> + <g>run</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + </il> </example>
Байт молиш вијоґ. [bait moliʃ ʋijoɡ] bait the mol cat -i sing -ʃ NOM ʋij run -o not.Q -ɡ not.COMP “The cat is running.” | (19) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
</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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</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">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for mouse/noun/number/obligatoryGot sing
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for chase/verb/voice/optional
About to call getSlotValue for chase/verb/question/obligatory
Got not.Q
About to call getSlotValue for chase/verb/comp/obligatory
Got not.COMP
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="s u ʃ i ʃ">suʃiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="m o l">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing" ph="ɲ e m au j">ɲemauj</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
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" ph="b ai t">bait</word> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="s u ʃ i ʃ">suʃiʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="m o l">mol</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing" ph="ɲ e m au j">ɲemauj</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">bait</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number">suʃiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">bait</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">ɲemauj</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">suʃiʃ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mol</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ɲemauj</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>bait suʃiʃiʃ bait moliʃ ɲemaujoɡ</p> + <p>байт сушишиш байт молиш њемаўјоґ</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>suʃiʃ</o> + <g>mouse</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>mol</o> + <g>cat</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>ɲemauj</o> + <g>chase</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + </il> </example>
Байт сушишиш байт молиш њемаўјоґ. [bait suʃiʃiʃ bait moliʃ ɲemaujoɡ] bait the suʃiʃ mouse -i sing -ʃ NOM bait the mol cat -i sing -ʃ NOM ɲemauj chase -o not.Q -ɡ not.COMP “The cat is chasing the mouse.” | (20) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for mouse/noun/number/obligatoryGot sing
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for catch/verb/comp/obligatory
Got not.COMP
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="s u ʃ i ʃ">suʃiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="m o l">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="l i l">lil</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
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" ph="b ai t">bait</word> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="s u ʃ i ʃ">suʃiʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="m o l">mol</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="l i l">lil</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">bait</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number">suʃiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">bait</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">lil</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">suʃiʃ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mol</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">lil</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>bait suʃiʃiʃ bait moliʃ liloɡ nuɗ</p> + <p>байт сушишиш байт молиш лилоґ нуд̱</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>suʃiʃ</o> + <g>mouse</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>mol</o> + <g>cat</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>lil</o> + <g>catch</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + </il> </example>
Байт сушишиш байт молиш лилоґ нуд̱. [bait suʃiʃiʃ bait moliʃ liloɡ nuɗ] bait the suʃiʃ mouse -i sing -ʃ NOM bait the mol cat -i sing -ʃ NOM lil catch -o not.Q -ɡ not.COMP nuɗ PAST “The cat caught the mouse.” | (21) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
<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" 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"> <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 simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" number="plur">
- <conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</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" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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" number="plur"> <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det"/> <word posp="noun" gloss="jaguar"/> </np> <word posp="conj" gloss="and"/> <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det"/> <word posp="noun" gloss="tiger"/> </np> <word posp="conj" gloss="and"/> <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> </np> - </np> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="kill"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </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" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for jaguar/noun/number/obligatoryGot plur
About to call getSlotValue for jaguar/noun/case/obligatory
Got NOM
About to call getSlotValue for tiger/noun/number/obligatory
Got plur
About to call getSlotValue for tiger/noun/case/obligatory
Got NOM
About to call getSlotValue for lion/noun/number/obligatory
Got plur
About to call getSlotValue for lion/noun/case/obligatory
Got NOM
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/obligatory
Got NOM
About to call getSlotValue for kill/verb/voice/optional
Got active
About to call getSlotValue for kill/verb/question/obligatory
Got not.Q
About to call getSlotValue for kill/verb/comp/obligatory
Got not.COMP
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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" role="obj" tr="rheme"> + <flat> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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" role="obj" tr="rheme"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="b ai t">bait</word> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="ɲ a ŋ e m">ɲaŋem</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u">u</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word posp="conj" gloss="and" ph="ɗ ɯ ɗ">ɗɯɗ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="b ai t">bait</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="ɡ a ŋ o t">ɡaŋot</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u">u</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word posp="conj" gloss="and" ph="ɗ ɯ ɗ">ɗɯɗ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="b ai t">bait</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="ɗ i b i ʃ">ɗibiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u">u</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" ph="ʃ u l a j">ʃulaj</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="f ɤ ʃ">fɤʃ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="b ai t">bait</word> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="ɲ a ŋ e m">ɲaŋem</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u">u</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word posp="conj" gloss="and" ph="ɗ ɯ ɗ">ɗɯɗ</word> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="b ai t">bait</word> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="ɡ a ŋ o t">ɡaŋot</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u">u</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word posp="conj" gloss="and" ph="ɗ ɯ ɗ">ɗɯɗ</word> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="b ai t">bait</word> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="ɗ i b i ʃ">ɗibiʃ</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u">u</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" ph="ʃ u l a j">ʃulaj</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="f ɤ ʃ">fɤʃ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">bait</word> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme">ɲaŋem</word> + <thingy type="nounnumber" function="suffix" gloss="plur">u</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word posp="conj" gloss="and">ɗɯɗ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">bait</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme">ɡaŋot</word> + <thingy type="nounnumber" function="suffix" gloss="plur">u</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word posp="conj" gloss="and">ɗɯɗ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">bait</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme">ɗibiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="plur">u</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">bait</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number">ʃulaj</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">fɤʃ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲaŋem</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-u</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ɗɯɗ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡaŋot</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-u</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ɗɯɗ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɗibiʃ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-u</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃulaj</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">fɤʃ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>bait ɲaŋemuʃ ɗɯɗ bait ɡaŋotuʃ ɗɯɗ bait ɗibiʃuʃ bait ʃulajiʃ fɤʃoɡ nuɗ</p> + <p>байт њаӈемуш д̱ыд̱ байт ґаӈотуш д̱ыд̱ байт д̱ибишуш байт шулајиш фӹшоґ нуд̱</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɲaŋem</o> + <g>jaguar</g> + </w> + <w> + <o>-u</o> + <g>plur</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>ɗɯɗ</o> + <g>and</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɡaŋot</o> + <g>tiger</g> + </w> + <w> + <o>-u</o> + <g>plur</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>ɗɯɗ</o> + <g>and</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɗibiʃ</o> + <g>lion</g> + </w> + <w> + <o>-u</o> + <g>plur</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃulaj</o> + <g>hunter</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>fɤʃ</o> + <g>kill</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + </il> </example>
Байт њаӈемуш д̱ыд̱ байт ґаӈотуш д̱ыд̱ байт д̱ибишуш байт шулајиш фӹшоґ нуд̱. [bait ɲaŋemuʃ ɗɯɗ bait ɡaŋotuʃ ɗɯɗ bait ɗibiʃuʃ bait ʃulajiʃ fɤʃoɡ nuɗ] bait the ɲaŋem jaguar -u plur -ʃ NOM ɗɯɗ and bait the ɡaŋot tiger -u plur -ʃ NOM ɗɯɗ and bait the ɗibiʃ lion -u plur -ʃ NOM bait the ʃulaj hunter -i sing -ʃ NOM fɤʃ kill -o not.Q -ɡ not.COMP nuɗ PAST “The hunter killed the jaguars, the tigers and the lions.” | (22) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Chesk 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
Chesk 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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<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 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for pat/verb/voice/optional
Got active
About to call getSlotValue for pat/verb/question/obligatory
Got not.Q
About to call getSlotValue for pat/verb/comp/obligatory
Got not.COMP
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="m o l">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="t͡ʃ i ɲ o ɡ">t͡ʃiɲoɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
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" ph="b ai t">bait</word> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="m o l">mol</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="t͡ʃ i ɲ o ɡ">t͡ʃiɲoɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">bait</word> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number">mol</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">t͡ʃiɲoɡ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mol</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">t͡ʃiɲoɡ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>bait moliʃ t͡ʃiɲoɡoɡ nuɗ</p> + <p>байт молиш чињоґоґ нуд̱</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>mol</o> + <g>cat</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>t͡ʃiɲoɡ</o> + <g>pat</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + </il> </example>
Байт молиш чињоґоґ нуд̱. [bait moliʃ t͡ʃiɲoɡoɡ nuɗ] bait the mol cat -i sing -ʃ NOM t͡ʃiɲoɡ pat -o not.Q -ɡ not.COMP nuɗ PAST “I patted the cat.” | (23) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<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="catch"/>
</vp>
</s>
<s connector="then">
- <np role="obj">
+ <np role="obj" 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">
<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 simplifynumber:
No change.
createpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <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>
<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" 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">
<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">
- <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">
<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" number="sing">
<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">
<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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number">
<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" number="sing">
<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">
- <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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number">
<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" number="sing">
<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">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <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" number="sing">
<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" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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"/>
+ <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"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for mouse/noun/number/obligatoryGot sing
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for catch/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for pat/verb/voice/optional
Got active
About to call getSlotValue for pat/verb/question/obligatory
Got not.Q
About to call getSlotValue for pat/verb/comp/obligatory
Got not.COMP
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="obj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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"> + <flat> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="then" posp="conj"/> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="s u ʃ i ʃ">suʃiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="l i l">lil</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="t͡ʃ i ɲ o ɡ">t͡ʃiɲoɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> </flat> </example>
vowelharmony:
No change.
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" ph="b ai t">bait</word> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="s u ʃ i ʃ">suʃiʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="l i l">lil</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="t͡ʃ i ɲ o ɡ">t͡ʃiɲoɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">bait</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number">suʃiʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">lil</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">bun</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">t͡ʃiɲoɡ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word gloss="then" posp="conj">jot͡ʃ</word> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">suʃiʃ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">lil</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">t͡ʃiɲoɡ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jot͡ʃ</span><br><span class="gls">then</span></span></p> + <p>bait suʃiʃiʃ liloɡ nuɗ bun t͡ʃiɲoɡoɡ nuɗ jot͡ʃ</p> + <p>байт сушишиш лилоґ нуд̱ бун чињоґоґ нуд̱ јоч</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>suʃiʃ</o> + <g>mouse</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>lil</o> + <g>catch</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>t͡ʃiɲoɡ</o> + <g>pat</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>jot͡ʃ</o> + <g>then</g> + </w> + </il> </example>
Байт сушишиш лилоґ нуд̱ бун чињоґоґ нуд̱ јоч. [bait suʃiʃiʃ liloɡ nuɗ bun t͡ʃiɲoɡoɡ nuɗ jot͡ʃ] bait the suʃiʃ mouse -i sing -ʃ NOM lil catch -o not.Q -ɡ not.COMP nuɗ PAST bun 3.sing t͡ʃiɲoɡ pat -o not.Q -ɡ not.COMP nuɗ PAST jot͡ʃ then “I patted the cat that caught the mouse.” | (24) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
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">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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" 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">
<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" 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">
<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 simplifynumber:
No change.
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">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- <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>
<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" 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">
- <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>
<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" 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">
<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">
- <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">
<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" number="sing">
<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">
<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" number="sing">
<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">
<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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number">
<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" number="sing">
<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">
<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" number="sing">
<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">
- <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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<np def="def" number="sing" role="subj" head="this" locus="number">
<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" number="sing">
<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">
<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" number="sing">
<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">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <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" number="sing">
<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">
- <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" number="sing">
<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" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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"/>
+ <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"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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"/>
+ <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"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for cheese/noun/number/obligatoryGot sing
About to call getSlotValue for cheese/noun/case/obligatory
Got NOM
About to call getSlotValue for eat/verb/voice/optional
Got active
About to call getSlotValue for eat/verb/question/obligatory
Got not.Q
About to call getSlotValue for eat/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for catch/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for pat/verb/voice/optional
Got active
About to call getSlotValue for pat/verb/question/obligatory
Got not.Q
About to call getSlotValue for pat/verb/comp/obligatory
Got not.COMP
<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">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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"> + <flat> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="then" posp="conj"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="then" posp="conj"/> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" ph="ʃ e b a ɗ">ʃebaɗ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="t i ŋ">tiŋ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="l i l">lil</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="t͡ʃ i ɲ o ɡ">t͡ʃiɲoɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" ph="ʃ e b a ɗ">ʃebaɗ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="t i ŋ">tiŋ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="l i l">lil</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="t͡ʃ i ɲ o ɡ">t͡ʃiɲoɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">bait</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number">ʃebaɗ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">tiŋ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">bun</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">lil</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word gloss="then" posp="conj">jot͡ʃ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">bun</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">t͡ʃiɲoɡ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word gloss="then" posp="conj">jot͡ʃ</word> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃebaɗ</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">lil</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jot͡ʃ</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">t͡ʃiɲoɡ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jot͡ʃ</span><br><span class="gls">then</span></span></p> + <p>bait ʃebaɗiʃ tiŋoɡ nuɗ bun liloɡ nuɗ jot͡ʃ bun t͡ʃiɲoɡoɡ nuɗ jot͡ʃ</p> + <p>байт шебад̱иш тиӈоґ нуд̱ бун лилоґ нуд̱ јоч бун чињоґоґ нуд̱ јоч</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃebaɗ</o> + <g>cheese</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>tiŋ</o> + <g>eat</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>lil</o> + <g>catch</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>jot͡ʃ</o> + <g>then</g> + </w> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>t͡ʃiɲoɡ</o> + <g>pat</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>jot͡ʃ</o> + <g>then</g> + </w> + </il> </example>
Байт шебад̱иш тиӈоґ нуд̱ бун лилоґ нуд̱ јоч бун чињоґоґ нуд̱ јоч. [bait ʃebaɗiʃ tiŋoɡ nuɗ bun liloɡ nuɗ jot͡ʃ bun t͡ʃiɲoɡoɡ nuɗ jot͡ʃ] bait the ʃebaɗ cheese -i sing -ʃ NOM tiŋ eat -o not.Q -ɡ not.COMP nuɗ PAST bun 3.sing lil catch -o not.Q -ɡ not.COMP nuɗ PAST jot͡ʃ then bun 3.sing t͡ʃiɲoɡ pat -o not.Q -ɡ not.COMP nuɗ PAST jot͡ʃ then “I patted the cat that caught the mouse that ate the cheese.” | (25) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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:
No change.
module markowner:
No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<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="buy"/>
</vp>
</s>
<s connector="then">
- <np role="obj">
+ <np role="obj" 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">
<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" 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">
<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" 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">
<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 simplifynumber:
No change.
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"> - <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 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="buy"/> </vp> </s> <s connector="then"> <np role="obj" 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"> - <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> <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" 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"> - <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> <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" 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"> <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">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</s>
<s connector="then">
<np role="obj" number="sing">
<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">
<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" number="sing">
<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">
<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" number="sing">
<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">
- <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">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
</vp>
</s>
<s connector="then">
<np role="obj" number="sing">
<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">
<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" number="sing">
<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">
<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" number="sing">
<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">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
</vp>
</s>
<s connector="then">
<np role="obj" number="sing">
<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">
- <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" number="sing">
<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">
- <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" number="sing">
<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" 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>
<np def="def" number="sing" role="obj" head="this" locus="number">
<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="1excl.sing">
<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"/>
</vp>
</s>
<s connector="then">
<np role="obj" number="sing">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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>
<np def="def" number="sing" role="obj" head="this" locus="number">
<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="1excl.sing">
<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"/>
</vp>
</s>
<s connector="then">
- <np role="obj" number="sing">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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>
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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"/>
+ <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"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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"/>
+ <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"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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"/>
+ <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"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
</example>
calling defaultval for comp/defaultval: verb, comp
returning not.COMP
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for buy/verb/voice/optionalGot active
About to call getSlotValue for buy/verb/question/obligatory
Got not.Q
About to call getSlotValue for buy/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for eat/verb/voice/optional
Got active
About to call getSlotValue for eat/verb/question/obligatory
Got not.Q
About to call getSlotValue for eat/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for catch/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for pat/verb/voice/optional
Got active
About to call getSlotValue for pat/verb/question/obligatory
Got not.Q
About to call getSlotValue for pat/verb/comp/obligatory
Got not.COMP
<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">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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> - <np def="def" number="sing" role="obj" head="this" locus="number"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="then" posp="conj"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="then" posp="conj"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="then" posp="conj"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="n ɯ ŋ">nɯŋ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="t i ŋ">tiŋ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="l i l">lil</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="t͡ʃ i ɲ o ɡ">t͡ʃiɲoɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="n ɯ ŋ">nɯŋ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="t i ŋ">tiŋ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="l i l">lil</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="b u n">bun</word> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="t͡ʃ i ɲ o ɡ">t͡ʃiɲoɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="then" posp="conj" ph="j o t͡ʃ">jot͡ʃ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">bun</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">nɯŋ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">bun</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">tiŋ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word gloss="then" posp="conj">jot͡ʃ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">bun</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">lil</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word gloss="then" posp="conj">jot͡ʃ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">bun</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">t͡ʃiɲoɡ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> + <word gloss="then" posp="conj">jot͡ʃ</word> </flat> + <p><span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">nɯŋ</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jot͡ʃ</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">lil</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jot͡ʃ</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">bun</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">t͡ʃiɲoɡ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jot͡ʃ</span><br><span class="gls">then</span></span></p> + <p>bun nɯŋoɡ nuɗ bun tiŋoɡ nuɗ jot͡ʃ bun liloɡ nuɗ jot͡ʃ bun t͡ʃiɲoɡoɡ nuɗ jot͡ʃ</p> + <p>бун ныӈоґ нуд̱ бун тиӈоґ нуд̱ јоч бун лилоґ нуд̱ јоч бун чињоґоґ нуд̱ јоч</p> + <il> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>nɯŋ</o> + <g>buy</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>tiŋ</o> + <g>eat</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>jot͡ʃ</o> + <g>then</g> + </w> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>lil</o> + <g>catch</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>jot͡ʃ</o> + <g>then</g> + </w> + <w> + <o>bun</o> + <g>3.sing</g> + </w> + <w> + <o>t͡ʃiɲoɡ</o> + <g>pat</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>jot͡ʃ</o> + <g>then</g> + </w> + </il> </example>
Бун ныӈоґ нуд̱ бун тиӈоґ нуд̱ јоч бун лилоґ нуд̱ јоч бун чињоґоґ нуд̱ јоч. [bun nɯŋoɡ nuɗ bun tiŋoɡ nuɗ jot͡ʃ bun liloɡ nuɗ jot͡ʃ bun t͡ʃiɲoɡoɡ nuɗ jot͡ʃ] bun 3.sing nɯŋ buy -o not.Q -ɡ not.COMP nuɗ PAST bun 3.sing tiŋ eat -o not.Q -ɡ not.COMP nuɗ PAST jot͡ʃ then bun 3.sing lil catch -o not.Q -ɡ not.COMP nuɗ PAST jot͡ʃ then bun 3.sing t͡ʃiɲoɡ pat -o not.Q -ɡ not.COMP nuɗ PAST jot͡ʃ then “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Chesk 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:
No change.
module markowner:
No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
- <np role="subj">
+ <np role="subj" number="sing">
<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>
<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 simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number">
- <word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher"/>
</np>
<np role="subj" number="sing">
<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"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
<np role="subj" number="sing">
<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 gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
<np role="subj" number="sing">
<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 gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
<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"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/>
</np>
<np role="subj" number="sing">
<subs>
<np number="sing" role="obj" locus="number">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
- <word posp="verb" gloss="surprise"/>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for teacher/noun/number/obligatoryGot sing
About to call getSlotValue for teacher/noun/case/obligatory
Got NOM
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for girl/noun/case/obligatory
Got NOM
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for boy/noun/case/obligatory
Got NOM
About to call getSlotValue for give/verb/voice/optional
Got active
About to call getSlotValue for give/verb/question/obligatory
Got not.Q
About to call getSlotValue for give/verb/comp/obligatory
Got COMP
About to call getSlotValue for surprise/verb/voice/optional
Got active
About to call getSlotValue for surprise/verb/question/obligatory
Got not.Q
About to call getSlotValue for surprise/verb/comp/obligatory
Got not.COMP
<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">
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np role="subj" number="sing">
<subs>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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">
<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="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np role="subj" number="sing"> - <subs> - <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np number="sing" def="def" head="this" role="subj" locus="number"> <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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"> <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="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </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"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" ph="ʃ i d i d">ʃidid</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="m i b">mib</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" ph="ɲ i m">ɲim</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="ŋ o ɓ">ŋoɓ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="m">m</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></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" ph="m u j ɯ m">mujɯm</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
<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" ph="b ai t">bait</word>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" ph="ʃ i d i d">ʃidid</word>
<thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word>
- <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
+ <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="b ai t">bait</word>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="m i b">mib</word>
<thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" ph="b ai t">bait</word>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" ph="ɲ i m">ɲim</word>
<thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy>
<thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="ŋ o ɓ">ŋoɓ</word>
<thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy>
<thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="m">m</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></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" ph="m u j ɯ m">mujɯm</word>
<thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy>
<thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy>
</flat>
</example>
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" ph="b ai t">bait</word> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" ph="ʃ i d i d">ʃidid</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" ph="ɲ a ʋ ɤ ɓ">ɲaʋɤɓ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="ɯ" underlying="i">ɯ</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="m i b">mib</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" ph="ɲ i m">ɲim</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="ŋ o ɓ">ŋoɓ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="m">m</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></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" ph="m u j ɯ m">mujɯm</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number">bait</word> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number">ʃidid</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number">ɲaʋɤɓ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" underlying="i">ɯ</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number">bait</word> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number">mib</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number">bait</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number">ɲim</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">ŋoɓ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="COMP">m</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</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">mujɯm</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> </flat> + <p><span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃidid</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ɲaʋɤɓ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mib</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲim</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ŋoɓ</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-m</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">mujɯm</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>bait ʃididiʃ ɲaʋɤɓɯʃ bait mibiʃ bait ɲimiʃ ŋoɓom nuɗ mujɯmoɡ nuɗ</p> + <p>байт шидидиш њавӹб̱ыш байт мибиш байт њимиш ӈоб̱ом нуд̱ мујымоґ нуд̱</p> + <il> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ʃidid</o> + <g>teacher</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>ɲaʋɤɓ</o> + <g>apple</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>mib</o> + <g>girl</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɲim</o> + <g>boy</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>ŋoɓ</o> + <g>give</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-m</o> + <g>COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + <w> + <o>mujɯm</o> + <g>surprise</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + </il> </example>
Байт шидидиш њавӹб̱ыш байт мибиш байт њимиш ӈоб̱ом нуд̱ мујымоґ нуд̱. [bait ʃididiʃ ɲaʋɤɓɯʃ bait mibiʃ bait ɲimiʃ ŋoɓom nuɗ mujɯmoɡ nuɗ] bait the ʃidid teacher -i sing -ʃ NOM ɲaʋɤɓ apple -i sing -ʃ NOM bait the mib girl -i sing -ʃ NOM bait the ɲim boy -i sing -ʃ NOM ŋoɓ give -o not.Q -m COMP nuɗ PAST mujɯm surprise -o not.Q -ɡ not.COMP nuɗ PAST “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Chesk 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:
No change.
module markowner:
No change.
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" number="sing"> <subs> <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 simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" number="sing">
<subs>
<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"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</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" number="sing">
<subs>
<np number="sing" def="neither" role="obj" locus="number">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np role="obj" tr="rheme" number="sing"> + <np role="obj" tr="rheme" number="sing" person="2"> <subs> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" 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"> <word gloss="the" posp="det"/> <word posp="noun" gloss="girl"/> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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" number="sing" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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" number="sing" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" 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"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing">
- <word posp="verb" gloss="tell"/>
+ <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="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"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for love/verb/voice/optionalGot active
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for love/verb/comp/obligatory
Got COMP
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for girl/noun/case/obligatory
Got NOM
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for boy/noun/case/obligatory
Got NOM
About to call getSlotValue for tell/verb/voice/optional
Got active
About to call getSlotValue for tell/verb/question/obligatory
Got not.Q
About to call getSlotValue for tell/verb/comp/obligatory
Got not.COMP
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" number="sing" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</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">
<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="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</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">
<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="verbvoice" function="suffix" gloss="active"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np role="obj" tr="rheme" number="sing" person="2"> - <subs> - <np number="sing" def="neither" role="obj" locus="number" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - </np> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - </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"> <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="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </subs> - </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </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"> <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="verbvoice" function="suffix" gloss="active"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="ɗ o d">ɗod</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" ph="ʃ i ɗ">ʃiɗ</word> + <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" ph="s e m">sem</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="m">m</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="m i b">mib</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="b ai t">bait</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" ph="ɲ i m">ɲim</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="s o s">sos</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="ɗ o d">ɗod</word> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" ph="ʃ i ɗ">ʃiɗ</word> - <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" ph="s e m">sem</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="m">m</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="m i b">mib</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="b ai t">bait</word> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" ph="ɲ i m">ɲim</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="ʃ">ʃ</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" ph="s o s">sos</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="o">o</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="ɡ">ɡ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n u ɗ">nuɗ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">ɗod</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number">ʃiɗ</word> + <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">sem</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="COMP">m</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number">bait</word> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number">mib</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">bait</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number">ɲim</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">ʃ</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">sos</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">o</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ɡ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">nuɗ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɗod</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">ʃiɗ</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">sem</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-m</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mib</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">bait</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲim</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-ʃ</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">sos</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ɡ</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nuɗ</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ɗod ʃiɗ semom bait mibiʃ bait ɲimiʃ sosoɡ nuɗ</p> + <p>д̱од шид̱ семом байт мибиш байт њимиш сосоґ нуд̱</p> + <il> + <w> + <o>ɗod</o> + <g>2.sing</g> + </w> + <w> + <o>ʃiɗ</o> + <g>1excl.sing</g> + </w> + <w> + <o>sem</o> + <g>love</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-m</o> + <g>COMP</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>mib</o> + <g>girl</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>bait</o> + <g>the</g> + </w> + <w> + <o>ɲim</o> + <g>boy</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-ʃ</o> + <g>NOM</g> + </w> + <w> + <o>sos</o> + <g>tell</g> + </w> + <w> + <o>-o</o> + <g>not.Q</g> + </w> + <w> + <o>-ɡ</o> + <g>not.COMP</g> + </w> + <w> + <o>nuɗ</o> + <g>PAST</g> + </w> + </il> </example>
Д̱од шид̱ семом байт мибиш байт њимиш сосоґ нуд̱. [ɗod ʃiɗ semom bait mibiʃ bait ɲimiʃ sosoɡ nuɗ] ɗod 2.sing ʃiɗ 1excl.sing sem love -o not.Q -m COMP bait the mib girl -i sing -ʃ NOM bait the ɲim boy -i sing -ʃ NOM sos tell -o not.Q -ɡ not.COMP nuɗ PAST “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Chesk. Generated by the Language Creator, version 0.92, on 24 September 2026. https://languagecreator.org/grammar/5D7RP
In BibTeX format:
@misc{LC-5D7RP,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Chesk}},
howpublished = {\url{https://languagecreator.org/grammar/5D7RP}},
note = {Generated by the Language Creator, version 0.92, on 24 September 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Chesk / Chesk–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/5D7RP
Behind the scenes, the Language Creator stores the generated language in a JSON-based format known as ELD. The corresponding ELD file may be downloaded, edited as required, and reuploaded in order to regenerate the grammar, dictionary and texts.
Language creation took 0.03 seconds; writing the grammar 0.06 seconds.