A Grammar of Naik
Introduction
Scope and Purpose
This grammar provides a systematic description of the Naik language (the 1760th 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 Naik.
Typological Profile
It has a small but genuine set of click consonants.Phonology
Phoneme Inventory
Consonants
Naik has a moderately large consonant inventory, with 31 phonemes.
It has a small but genuine set of click consonants and a system with marginal but genuine retroflex contrasts.The table below presents the full inventory of consonant phonemes in Naik. The chart lists all places and manners of articulation attested in the language.
| labial | dental | alveolar | postalveolar | lateral | palatal | retroflex | velar | glottal | |
|---|---|---|---|---|---|---|---|---|---|
| stop | p b | d t | ɖ ʈ | k ɡ | |||||
| nasal | m | n | ɲ | ɳ | ŋ | ||||
| trill/tap/flap | ɽ | ||||||||
| fricative | f | θ | s z | ʃ ʒ | ʂ | x ɣ | h | ||
| approximant | w | ɾ | j | ||||||
| affricate | t͡ʃ | ||||||||
| click | ᵏǀ | ||||||||
| click, nasal | ᵑǀ |
Vowels
Naik has 7 vowel qualities, forming a relatively large inventory. The system distinguishes several vowel categories, as indicated in the chart, offering a wide range of vocalic contrasts.
It has a triangular vowel system with few low vowels, occasional ghost vowels that surface only weakly and front rounded vowels (these are cross-linguistically relatively uncommon, but occur in a number of well-known languages, including French, German, Turkish and Mandarin).The table below presents the full inventory of vowel phonemes in Naik. The system comprises the distinct vowel qualities listed in the chart.
| front unrounded | front rounded | central | back | |
|---|---|---|---|---|
| close | i | y | u | |
| mid | ə | |||
| open | a |
Stress and Tones
Naik has phonemic stress but no lexical tone. Stress consistently falls on the first vowel of the root, and no contrastive tonal distinctions are made.
Phonological Processes
Vowel Harmony
The language employs vowel harmony. To be specific, the following vowels change to match the first vowel of the root: /u/ becomes /y/.
Writing System
Introduction
Naik 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/ | в /w/ | г /h/ |
| д /d/ | д̇ /ɖ/ | ж /ʒ/ | з /z/ |
| и /i/ | к /k/ | м /m/ | н /n/ |
| н̇ /ɳ/ | п /p/ | р /ɾ/ | р̇ /ɽ/ |
| с /s/ | с̇ /ʂ/ | т /t/ | т̇ /ʈ/ |
| у /u/ | ф /f/ | х /x/ | ч /t͡ʃ/ |
| ш /ʃ/ | ј /j/ | њ /ɲ/ | ѳ /θ/ |
| ґ /ɡ/ | ғ /ɣ/ | ү /y/ | ӈ /ŋ/ |
| ә /ə/ |
Multi-letter combinations such as digraphs
| аа /aː/ | ай /ai/ | аў /au/ |
| ии /iː/ | уу /uː/ | ҁн /ᵑǀ/ |
| ҁт /ᵏǀ/ | үү /yː/ | әә /əː/ |
Word Classes and Morphology
Number and Gender
Number
Naik does not have grammatical number.
Gender
Naik does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Naik 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:
No change.
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"/> <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"> + <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 RelN:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<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>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np head="this" role="subj" number="plur">
+ </subs>
+ <np 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 sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<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">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj" number="plur">
<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> - <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"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> </np> </pp> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> <np role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> </s> </example>
module casemarking:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" number="sing" def="def" locus="number" case="NOM"> <word posp="noun" gloss="woman"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> </np> </pp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> <np role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number" case="NOM"> + <np role="subj" def="def" locus="number" case="NOM"> <word posp="noun" gloss="woman"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> - <np number="sing" def="def" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="knife"/> </np> </pp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> + <np role="obj" def="def" tr="rheme" locus="number" case="ACC"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> - <np role="subj" number="plur"> + <np role="subj"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="NOM">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number" case="ACC">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj">
- <word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
+ <word posp="noun" gloss="mouse"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="NOM">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number" case="ACC">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj">
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="NOM">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" case="NOM">
<word posp="noun" gloss="knife"/>
</np>
</pp>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number" case="ACC">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
- <np role="subj">
+ <np role="subj" case="ACC">
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
<word posp="det" gloss="yon"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="NOM">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number" case="NOM">
<word posp="noun" gloss="knife"/>
</np>
</pp>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" def="def" tr="rheme" locus="number" case="ACC">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
- <np role="subj" case="ACC">
+ <np role="obj" case="ACC" def="def" tr="rheme" locus="number">
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
<word posp="det" gloss="yon"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="NOM">
- <word posp="noun" gloss="woman"/>
+ <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="NOM"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np def="def" locus="number" case="NOM">
- <word posp="noun" gloss="knife"/>
+ <word posp="noun" gloss="knife" def="def" locus="number" case="NOM"/>
</np>
</pp>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
</vp>
</subs>
<np role="obj" case="ACC" def="def" tr="rheme" locus="number">
- <word posp="num" gloss="three"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="det" gloss="yon"/>
+ <word posp="num" gloss="three" role="obj" case="ACC" def="def" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" role="obj" case="ACC" def="def" tr="rheme" locus="number"/>
+ <word posp="det" gloss="yon" role="obj" case="ACC" def="def" tr="rheme" locus="number"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
addaffixes:
About to call getSlotValue for catch/verb/ta/obligatoryGot PAST
About to call getSlotValue for blind/verb/ta/obligatory
Got PRES
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="NOM">
<word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="NOM"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" role="comitative"/>
<np def="def" locus="number" case="NOM">
<word posp="noun" gloss="knife" def="def" locus="number" case="NOM"/>
</np>
</pp>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
</vp>
</subs>
<np role="obj" case="ACC" def="def" tr="rheme" locus="number">
<word posp="num" gloss="three" role="obj" case="ACC" def="def" tr="rheme" locus="number"/>
<word posp="noun" gloss="mouse" role="obj" case="ACC" def="def" tr="rheme" locus="number"/>
<word posp="det" gloss="yon" role="obj" case="ACC" def="def" tr="rheme" locus="number"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="subj" def="def" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="NOM"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="def" locus="number" case="NOM"> <word posp="noun" gloss="knife" def="def" locus="number" case="NOM"/> - </np> - </pp> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <subs> - <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> <thingy type="verbta" function="suffix" gloss="PRES"/> - </vp> - </subs> - <np role="obj" case="ACC" def="def" tr="rheme" locus="number"> <word posp="num" gloss="three" role="obj" case="ACC" def="def" tr="rheme" locus="number"/> <word posp="noun" gloss="mouse" role="obj" case="ACC" def="def" tr="rheme" locus="number"/> <word posp="det" gloss="yon" role="obj" case="ACC" def="def" tr="rheme" locus="number"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="NOM"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word posp="noun" gloss="knife" def="def" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <word posp="num" gloss="three" role="obj" case="ACC" def="def" tr="rheme" locus="number"/> - <word posp="noun" gloss="mouse" role="obj" case="ACC" def="def" tr="rheme" locus="number"/> - <word posp="det" gloss="yon" role="obj" case="ACC" def="def" tr="rheme" locus="number"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="NOM" ph="t͡ʃ i ˈ s">t͡ʃiˈs</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="b i ɳ a ˈ">biɳaˈ</word> + <word posp="noun" gloss="knife" def="def" locus="number" case="NOM" ph="h uː ˈ f">huːˈf</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɾ i ˈ">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" ph="ɾ aː ˈ">ɾaːˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <word posp="num" gloss="three" role="obj" case="ACC" def="def" tr="rheme" locus="number" ph="ɣ y ˈ t">ɣyˈt</word> + <word posp="noun" gloss="mouse" role="obj" case="ACC" def="def" tr="rheme" locus="number" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> + <word posp="det" gloss="yon" role="obj" case="ACC" def="def" tr="rheme" locus="number" ph="b y ˈ ʒ">byˈʒ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="NOM" ph="t͡ʃ i ˈ s">t͡ʃiˈs</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="b i ɳ a ˈ">biɳaˈ</word> - <word posp="noun" gloss="knife" def="def" locus="number" case="NOM" ph="h uː ˈ f">huːˈf</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɾ i ˈ">ɾiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" ph="ɾ aː ˈ">ɾaːˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <word posp="num" gloss="three" role="obj" case="ACC" def="def" tr="rheme" locus="number" ph="ɣ y ˈ t">ɣyˈt</word> - <word posp="noun" gloss="mouse" role="obj" case="ACC" def="def" tr="rheme" locus="number" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> - <word posp="det" gloss="yon" role="obj" case="ACC" def="def" tr="rheme" locus="number" ph="b y ˈ ʒ">byˈʒ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="NOM">t͡ʃiˈs</word> + <word gloss="COMIT" posp="pp" role="comitative">biɳaˈ</word> + <word posp="noun" gloss="knife" def="def" locus="number" case="NOM">huːˈf</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">ɾaːˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> + <word posp="num" gloss="three" role="obj" case="ACC" def="def" tr="rheme" locus="number">ɣyˈt</word> + <word posp="noun" gloss="mouse" role="obj" case="ACC" def="def" tr="rheme" locus="number">fiɽəːˈɡ</word> + <word posp="det" gloss="yon" role="obj" case="ACC" def="def" tr="rheme" locus="number">byˈʒ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈt͡ʃis</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">biˈɳa</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ˈhuːf</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">ˈɾi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈɾaː</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ˈɣyt</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">fiˈɽəːɡ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ˈbyʒ</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ˈt͡ʃis biˈɳa ˈhuːf ˈɾis ˈɾaːj ˈɣyt fiˈɽəːɡ ˈbyʒ ᵑǀəf</p> + <p>чис бин̇а гууф рис раај ғүт фир̇әәґ бүж ҁнәф</p> + <il> + <w> + <o>ˈt͡ʃis</o> + <g>woman</g> + </w> + <w> + <o>biˈɳa</o> + <g>COMIT</g> + </w> + <w> + <o>ˈhuːf</o> + <g>knife</g> + </w> + <w> + <o>ˈɾi</o> + <g>catch</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈɾaː</o> + <g>blind</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + <w> + <o>ˈɣyt</o> + <g>three</g> + </w> + <w> + <o>fiˈɽəːɡ</o> + <g>mouse</g> + </w> + <w> + <o>ˈbyʒ</o> + <g>yon</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Чис бин̇а гууф рис раај ғүт фир̇әәґ бүж ҁнәф. [ˈt͡ʃis biˈɳa ˈhuːf ˈɾis ˈɾaːj ˈɣyt fiˈɽəːɡ ˈbyʒ ᵑǀəf] ˈt͡ʃis woman biˈɳa COMIT ˈhuːf knife ˈɾi catch -s PAST ˈɾaː blind -j PRES ˈɣyt three fiˈɽəːɡ mouse ˈbyʒ yon ᵑǀəf ACC “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There is one type of clitic in the nominal phrase, namely an enclitic (placed finally), expressing case. a clitic expressing case, comprising ҁнәф /ᵑǀəf/ ‘ACC’, ҁнињ /ᵑǀiɲ/ ‘GEN’, да /da/ ‘DAT’, д̇ав /ɖaw/ ‘INS’, хут̇ /xuʈ/ ‘VOC’, жәѳ /ʒəθ/ ‘ALL’, ваз /waz/ ‘LOC’, дур /duɾ/ ‘ABL’ and тәж /təʒ/ ‘PART’.
The morphology of the elements of the nominal phrase, i.e., nouns, numerals and pronouns, is described below, as is the way that possession is expressed in Naik.
The Noun
The noun in Naik stands alone without any prefixes or suffixes attached to it.
The noun displays the following derivational morphology: two suffixes, namely -ки /-ki/ ‘little’ and -с̇и /-ʂi/ ‘big’
The Adjective
The adjective in Naik stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Naik stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Naik stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Naik stands alone without any prefixes or suffixes attached to it.
In Naik, 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 RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> + <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> </s> </example>
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="theme" role="subj" locus="number" case="NOM"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="obj" locus="number" case="ACC"> + <word posp="pron" gloss="3"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" gloss="3"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" tr="theme" role="subj" locus="number" case="NOM"> - <word posp="pron" gloss="3"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <word posp="verb" gloss="love"/> </vp> <np def="def" tr="theme" role="obj" locus="number" case="ACC"> <word posp="pron" gloss="3"/> </np> </s> </example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" gloss="3"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ACC">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/ta/obligatoryGot PRES
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="theme" role="obj" locus="number" case="ACC"> <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="ɡ i ˈ">ɡiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC" ph="ʂ i ˈ s">ʂiˈs</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="ɡ i ˈ">ɡiˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC" ph="ʂ i ˈ s">ʂiˈs</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">ɡiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC">ʂiˈs</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈɡi</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ˈʂis</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ˈɡij ˈʂis ᵑǀəf</p> + <p>ґиј с̇ис ҁнәф</p> + <il> + <w> + <o>ˈɡi</o> + <g>love</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + <w> + <o>ˈʂis</o> + <g>3</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Ґиј с̇ис ҁнәф. [ˈɡij ˈʂis ᵑǀəf] ˈɡi love -j PRES ˈʂis 3 ᵑǀəf ACC “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 RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> + <np def="def" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> + <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> </s> </example>
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="rheme" role="subj" locus="number" case="NOM"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="obj" locus="number" case="ACC"> + <word posp="pron" gloss="3"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number" case="NOM">
<word posp="pron" gloss="3"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number" case="NOM">
<word posp="pron" gloss="3"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" gloss="3"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number" case="NOM">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ACC">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/ta/obligatoryGot PRES
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number" case="NOM">
<word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" tr="rheme" role="subj" locus="number" case="NOM"> + <flat> <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="theme" role="obj" locus="number" case="ACC"> <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="NOM" ph="ʂ i ˈ s">ʂiˈs</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="ɡ i ˈ">ɡiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC" ph="ʂ i ˈ s">ʂiˈs</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="NOM" ph="ʂ i ˈ s">ʂiˈs</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="ɡ i ˈ">ɡiˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC" ph="ʂ i ˈ s">ʂiˈs</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="NOM">ʂiˈs</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">ɡiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ACC">ʂiˈs</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈʂis</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ˈɡi</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ˈʂis</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ˈʂis ˈɡij ˈʂis ᵑǀəf</p> + <p>с̇ис ґиј с̇ис ҁнәф</p> + <il> + <w> + <o>ˈʂis</o> + <g>3</g> + </w> + <w> + <o>ˈɡi</o> + <g>love</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + <w> + <o>ˈʂis</o> + <g>3</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
С̇ис ґиј с̇ис ҁнәф. [ˈʂis ˈɡij ˈʂis ᵑǀəf] ˈʂis 3 ˈɡi love -j PRES ˈʂis 3 ᵑǀəf ACC “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:
No change.
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"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="hate"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> </np> </s> </example>
module casemarking:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="NN1"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="NN2"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="NN1"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <np def="def" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="NN2"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="NN1"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="NN2"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="NN1"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="hate"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="NN2"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="NN1"/>
+ <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="NN2"/>
+ <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for hate/verb/ta/obligatoryGot PRES
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" tr="theme" role="subj" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Ratuk hates Ganaz."> <flat> - <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="Ratuk" def="def" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes" ph="ɽ a ʈ u ˈ k">ɽaʈuˈk</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="ɡ a x u ˈ">ɡaxuˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="Ganaz" def="def" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes" ph="ɡ a ɳ a ˈ z">ɡaɳaˈz</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Ratuk hates Ganaz."> <flat> - <word posp="noun" gloss="Ratuk" def="def" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes" ph="ɽ a ʈ u ˈ k">ɽaʈuˈk</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="ɡ a x u ˈ">ɡaxuˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="Ganaz" def="def" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes" ph="ɡ a ɳ a ˈ z">ɡaɳaˈz</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="Ratuk" def="def" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes">ɽaʈuˈk</word> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">ɡaxuˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> + <word posp="noun" gloss="Ganaz" def="def" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes">ɡaɳaˈz</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɽaˈʈuk</span><br><span class="gls">Ratuk</span></span> <span class="ilpair"><span class="mor">ɡaˈxu</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ɡaˈɳaz</span><br><span class="gls">Ganaz</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ɽaˈʈuk ɡaˈxuj ɡaˈɳaz ᵑǀəf</p> + <p>Р̇ат̇ук ґахуј Ґан̇аз ҁнәф</p> + <il> + <w> + <o>ɽaˈʈuk</o> + <g>Ratuk</g> + </w> + <w> + <o>ɡaˈxu</o> + <g>hate</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + <w> + <o>ɡaˈɳaz</o> + <g>Ganaz</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Р̇ат̇ук ґахуј Ґан̇аз ҁнәф. [ɽaˈʈuk ɡaˈxuj ɡaˈɳaz ᵑǀəf] ɽaˈʈuk Ratuk ɡaˈxu hate -j PRES ɡaˈɳaz Ganaz ᵑǀəf ACC “Ratuk hates Ganaz.” | (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:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="NOM"> - <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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
module simplifynumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np type="owner_owned" case="NOM"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="NOM"> - <np def="def" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="noun" gloss="boy"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="NOM"> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="apple"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> + <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM"> <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="apple"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np def="def" locus="number" role="owned" case="NOM"> - <word posp="noun" gloss="apple"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> </np> <np def="def" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> </example>
addaffixes:
No change.
flatten:
<example id="posso1" translation="the boy's apple"> - <np def="def" locus="number" role="owned" case="NOM"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM" ph="w ə ɲ əː ˈ t">wəɲəːˈt</word> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" ph="ʈ y ˈ x">ʈyˈx</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM" ph="w ə ɲ əː ˈ t">wəɲəːˈt</word> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" ph="ʈ y ˈ x">ʈyˈx</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM">wəɲəːˈt</word> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN">ʈyˈx</word> </flat> + <p><span class="ilpair"><span class="mor">wəˈɲəːt</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ˈʈyx</span><br><span class="gls">boy</span></span></p> + <p>wəˈɲəːt ˈʈyx</p> + <p>вәњәәт т̇үх</p> + <il> + <w> + <o>wəˈɲəːt</o> + <g>apple</g> + </w> + <w> + <o>ˈʈyx</o> + <g>boy</g> + </w> + </il> </example>
вәњәәт т̇үх [wəˈɲəːt ˈʈyx] wəˈɲəːt apple ˈʈyx boy “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:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM"> - <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"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
module simplifynumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> + <np type="owner_owned" case="NOM"> + <np 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"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM"> - <np def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" gloss="3"/> </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
module ngen:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM"> - <np def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" gloss="3"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" gloss="3"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM"> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="apple"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="pron" gloss="3"/> </np> + <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM"> <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="apple"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="pron" gloss="3"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np def="def" locus="number" role="owned" case="NOM"> - <word posp="noun" gloss="apple"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> </np> <np def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" gloss="3"/> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> </example>
addaffixes:
No change.
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np def="def" locus="number" role="owned" case="NOM"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM" ph="w ə ɲ əː ˈ t">wəɲəːˈt</word> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="ʂ i ˈ s">ʂiˈs</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM" ph="w ə ɲ əː ˈ t">wəɲəːˈt</word> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="ʂ i ˈ s">ʂiˈs</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM">wəɲəːˈt</word> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN">ʂiˈs</word> </flat> + <p><span class="ilpair"><span class="mor">wəˈɲəːt</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ˈʂis</span><br><span class="gls">3</span></span></p> + <p>wəˈɲəːt ˈʂis</p> + <p>вәњәәт с̇ис</p> + <il> + <w> + <o>wəˈɲəːt</o> + <g>apple</g> + </w> + <w> + <o>ˈʂis</o> + <g>3</g> + </w> + </il> </example>
вәњәәт с̇ис [wəˈɲəːt ˈʂis] wəˈɲəːt apple ˈʂis 3 “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:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM"> - <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"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
module simplifynumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" number="sing" posp="pron"/> + <np type="owner_owned" case="NOM"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="1excl" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM"> - <np def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" posp="pron"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="1excl" posp="pron"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM"> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="apple"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> + <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM"> <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="apple"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np def="def" locus="number" role="owned" case="NOM"> - <word posp="noun" gloss="apple"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> </example>
addaffixes:
No change.
flatten:
<example id="posso2" translation="my apple"> - <np def="def" locus="number" role="owned" case="NOM"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM" ph="w ə ɲ əː ˈ t">wəɲəːˈt</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN" ph="ɳ aː ˈ">ɳaːˈ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM" ph="w ə ɲ əː ˈ t">wəɲəːˈt</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN" ph="ɳ aː ˈ">ɳaːˈ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" case="NOM">wəɲəːˈt</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN">ɳaːˈ</word> </flat> + <p><span class="ilpair"><span class="mor">wəˈɲəːt</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ˈɳaː</span><br><span class="gls">1excl</span></span></p> + <p>wəˈɲəːt ˈɳaː</p> + <p>вәњәәт н̇аа</p> + <il> + <w> + <o>wəˈɲəːt</o> + <g>apple</g> + </w> + <w> + <o>ˈɳaː</o> + <g>1excl</g> + </w> + </il> </example>
вәњәәт н̇аа [wəˈɲəːt ˈɳaː] wəˈɲəːt apple ˈɳaː 1excl “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:
No change.
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"/> </np> <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" 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"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np 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"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module casemarking:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> + <np role="subj" case="NOM"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM">
<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"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="ACC">
<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"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM"> - <np type="owner_owned"> + <np role="subj" case="NOM" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj" case="ACC"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" case="ACC" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" 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"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module simplifynumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM" number="sing"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np role="subj" case="NOM"> + <np type="owner_owned"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj" case="ACC" number="sing"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="2" number="sing" posp="pron"/> + <np role="obj" case="ACC"> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM">
<np type="owner_owned">
- <np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
- </np>
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
</np>
+ <np def="def" locus="number" role="owner" case="GEN">
+ <word posp="noun" gloss="hunter"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="ACC">
<np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <np def="def" locus="number" role="owned">
+ <word posp="noun" gloss="son"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
</np>
+ <np def="neither" locus="number" role="owner" case="GEN">
+ <word person="2" posp="pron"/>
</np>
- <np def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="ACC">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="ACC">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM">
- <np type="owner_owned">
- <np def="def" locus="number" role="owned">
+ <np type="owner_owned" case="NOM">
+ <np def="def" locus="number" role="owned" case="NOM">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="ACC">
- <np type="owner_owned">
- <np def="def" locus="number" role="owned">
+ <np type="owner_owned" case="ACC">
+ <np def="def" locus="number" role="owned" case="ACC">
<word posp="noun" gloss="son"/>
</np>
- <np type="owner_owned" role="owner">
+ <np type="owner_owned" role="owner" case="ACC">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" role="subj"> <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="daughter"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> </np> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="kiss"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> - <np role="obj" case="ACC"> - <np type="owner_owned" case="ACC"> + <np type="owner_owned" case="ACC" role="obj"> <np def="def" locus="number" role="owned" case="ACC"> <word posp="noun" gloss="son"/> </np> <np type="owner_owned" role="owner" case="ACC"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> </np> </np> </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" case="NOM" role="subj"> <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="daughter"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> </np> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="kiss"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> - <np type="owner_owned" case="ACC" role="obj"> <np def="def" locus="number" role="owned" case="ACC"> <word posp="noun" gloss="son"/> </np> - <np type="owner_owned" role="owner" case="ACC"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> </np> - </np> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owned" case="NOM">
- <word posp="noun" gloss="daughter"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="NOM"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
</np>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="owned" case="ACC">
- <word posp="noun" gloss="son"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="ACC"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="neighbour"/>
+ <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
addaffixes:
About to call getSlotValue for kiss/verb/ta/obligatoryGot PAST
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owned" case="NOM">
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="NOM"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
</np>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="owned" case="ACC">
<word posp="noun" gloss="son" def="def" locus="number" role="owned" case="ACC"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np def="def" locus="number" role="owned" case="NOM"> + <flat> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="NOM"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" locus="number" role="owned" case="ACC"> <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="ACC"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="NOM"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="ACC"/> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="NOM" ph="θ ə ˈ ʈ">θəˈʈ</word> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɳ i f a ˈ t">ɳifaˈt</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ʈ ə k a ˈ">ʈəkaˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="ACC" ph="s u ˈ ɲ">suˈɲ</word> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="b a k aː ˈ f">bakaːˈf</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="ɡ a ˈ t͡ʃ">ɡaˈt͡ʃ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="NOM" ph="θ ə ˈ ʈ">θəˈʈ</word> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɳ i f a ˈ t">ɳifaˈt</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ʈ ə k a ˈ">ʈəkaˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="ACC" ph="s u ˈ ɲ">suˈɲ</word> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="b a k aː ˈ f">bakaːˈf</word> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="ɡ a ˈ t͡ʃ">ɡaˈt͡ʃ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="NOM">θəˈʈ</word> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN">ɳifaˈt</word> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">ʈəkaˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="ACC">suˈɲ</word> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN">bakaːˈf</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">ɡaˈt͡ʃ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈθəʈ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">ɳiˈfat</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">ʈəˈka</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈsuɲ</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">baˈkaːf</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">ˈɡat͡ʃ</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ˈθəʈ ɳiˈfat ʈəˈkas ˈsuɲ baˈkaːf ˈɡat͡ʃ ᵑǀəf</p> + <p>ѳәт̇ н̇ифат т̇әкас суњ бакааф ґач ҁнәф</p> + <il> + <w> + <o>ˈθəʈ</o> + <g>daughter</g> + </w> + <w> + <o>ɳiˈfat</o> + <g>hunter</g> + </w> + <w> + <o>ʈəˈka</o> + <g>kiss</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈsuɲ</o> + <g>son</g> + </w> + <w> + <o>baˈkaːf</o> + <g>neighbour</g> + </w> + <w> + <o>ˈɡat͡ʃ</o> + <g>2</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Ѳәт̇ н̇ифат т̇әкас суњ бакааф ґач ҁнәф. [ˈθəʈ ɳiˈfat ʈəˈkas ˈsuɲ baˈkaːf ˈɡat͡ʃ ᵑǀəf] ˈθəʈ daughter ɳiˈfat hunter ʈəˈka kiss -s PAST ˈsuɲ son baˈkaːf neighbour ˈɡat͡ʃ 2 ᵑǀəf ACC “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Naik 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"/> + <word gloss="a" posp="det"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <np tr="rheme" locus="number" case="NOM"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="lamb0" translation="a lamb">
<np tr="rheme" locus="number" case="NOM">
<word posp="noun" gloss="lamb"/>
<word gloss="a" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np tr="rheme" locus="number" case="NOM"> - <word posp="noun" gloss="lamb"/> - <word gloss="a" posp="det"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="NOM"/> + <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="NOM"/> <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="NOM"/> - <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="NOM" ph="t a ʒ ə ˈ ŋ">taʒəˈŋ</word> + <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM" ph="x ə ˈ ɳ">xəˈɳ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="NOM" ph="t a ʒ ə ˈ ŋ">taʒəˈŋ</word> - <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM" ph="x ə ˈ ɳ">xəˈɳ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="NOM">taʒəˈŋ</word> + <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM">xəˈɳ</word> </flat> + <p><span class="ilpair"><span class="mor">taˈʒəŋ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">ˈxəɳ</span><br><span class="gls">a</span></span></p> + <p>taˈʒəŋ ˈxəɳ</p> + <p>тажәӈ хән̇</p> + <il> + <w> + <o>taˈʒəŋ</o> + <g>lamb</g> + </w> + <w> + <o>ˈxəɳ</o> + <g>a</g> + </w> + </il> </example>
тажәӈ хән̇ [taˈʒəŋ ˈxəɳ] taˈʒəŋ lamb ˈxəɳ a “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"/> + <word gloss="a" posp="det"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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>
<word gloss="a" posp="det"/>
</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> <word gloss="a" posp="det"/> </np> </example>
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <np tr="rheme" locus="number" case="NOM"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="lamb1" translation="a little lamb">
<np tr="rheme" locus="number" case="NOM">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<word gloss="a" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np tr="rheme" locus="number" case="NOM"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="NOM"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> - <word gloss="a" posp="det"/> + <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="lamb1" translation="a little lamb"> - <np tr="rheme" locus="number" case="NOM"> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="NOM"> + <flat> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="NOM"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" 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" tr="rheme" locus="number" case="NOM"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="NOM" ph="t a ʒ ə ˈ ŋ">taʒəˈŋ</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="k i">ki</thingy> + <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM" ph="x ə ˈ ɳ">xəˈɳ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" 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" tr="rheme" locus="number" case="NOM" ph="t a ʒ ə ˈ ŋ">taʒəˈŋ</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="k i">ki</thingy> - <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM" ph="x ə ˈ ɳ">xəˈɳ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="NOM">taʒəˈŋ</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">ki</thingy> + <word gloss="a" posp="det" tr="rheme" locus="number" case="NOM">xəˈɳ</word> </flat> + <p><span class="ilpair"><span class="mor">taˈʒəŋ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-ki</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">ˈxəɳ</span><br><span class="gls">a</span></span></p> + <p>taˈʒəŋki ˈxəɳ</p> + <p>тажәӈки хән̇</p> + <il> + <w> + <o>taˈʒəŋ</o> + <g>lamb</g> + </w> + <w> + <o>-ki</o> + <g>little</g> + </w> + <w> + <o>ˈxəɳ</o> + <g>a</g> + </w> + </il> </example>
тажәӈки хән̇ [taˈʒəŋki ˈxəɳ] taˈʒəŋ lamb -ki little ˈxəɳ a “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Naik are enclitics (placed finally), and there are four types: first, a clitic expressing mode, comprising чиж /t͡ʃiʒ/ ‘imperative’, чәт /t͡ʃət/ ‘conditional’ and син /sin/ ‘optative’; second, a clitic expressing voice, comprising жаӈ /ʒaŋ/ ‘passive’; third, a clitic expressing negation, comprising ҁтар̇ /ᵏǀaɽ/ ‘NEG’; and finally, fourth, a clitic expressing question, comprising ѳән /θən/ ‘Q’.
In addition, the verb is structured like this: the root followed by an obligatory suffix expressing ta, comprising -ј /-j/ ‘PRES’ and -с /-s/ ‘PAST’.
The verb displays the following derivational morphology: two suffixes, namely -ґа /-ɡa/ ‘begin’ and -ча /-t͡ʃa/ ‘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 RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module casemarking:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="NOM"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number" case="ACC"> + <word person="2" posp="pron"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number" case="NOM"> + <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="obj" locus="number" case="ACC"> + <np def="neither" role="obj" locus="number" case="ACC" person="2"> <word person="2" posp="pron" gloss="2"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <word posp="verb" gloss="love"/> </vp> <np def="neither" role="obj" locus="number" case="ACC" person="2"> <word person="2" posp="pron" gloss="2"/> </np> </s> </example>
addclitics:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" posp="pron" gloss="2"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/ta/obligatoryGot PRES
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="neither" role="obj" locus="number" case="ACC" person="2"> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="ɡ i ˈ">ɡiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC" ph="ɡ a ˈ t͡ʃ">ɡaˈt͡ʃ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love" translation="I love you."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="ɡ i ˈ">ɡiˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC" ph="ɡ a ˈ t͡ʃ">ɡaˈt͡ʃ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">ɡiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC">ɡaˈt͡ʃ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈɡi</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ˈɡat͡ʃ</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ˈɡij ˈɡat͡ʃ ᵑǀəf</p> + <p>ґиј ґач ҁнәф</p> + <il> + <w> + <o>ˈɡi</o> + <g>love</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + <w> + <o>ˈɡat͡ʃ</o> + <g>2</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Ґиј ґач ҁнәф. [ˈɡij ˈɡat͡ʃ ᵑǀəf] ˈɡi love -j PRES ˈɡat͡ʃ 2 ᵑǀəf ACC “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:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
+ <word gloss="in_surface" posp="pp"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
- <np def="def" number="sing" locus="number">
+ <np def="def" locus="number">
<word posp="noun" gloss="table"/>
</np>
</pp>
</example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in_surface" posp="pp"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> <np def="def" locus="number"> - <word posp="noun" gloss="table"/> + <word posp="noun" gloss="table" def="def" locus="number"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> + <flat> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - <np def="def" locus="number"> <word posp="noun" gloss="table" def="def" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - <word posp="noun" gloss="table" def="def" locus="number"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes" ph="ʃ u ˈ h">ʃuˈh</word> + <word posp="noun" gloss="table" def="def" locus="number" ph="w iː ˈ">wiːˈ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes" ph="ʃ u ˈ h">ʃuˈh</word> - <word posp="noun" gloss="table" def="def" locus="number" ph="w iː ˈ">wiːˈ</word> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">ʃuˈh</word> + <word posp="noun" gloss="table" def="def" locus="number">wiːˈ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈʃuh</span><br><span class="gls">in_surface</span></span> <span class="ilpair"><span class="mor">ˈwiː</span><br><span class="gls">table</span></span></p> + <p>ˈʃuh ˈwiː</p> + <p>шуг вии</p> + <il> + <w> + <o>ˈʃuh</o> + <g>in_surface</g> + </w> + <w> + <o>ˈwiː</o> + <g>table</g> + </w> + </il> </example>
шуг вии [ˈʃuh ˈwiː] ˈʃuh in_surface ˈwiː table “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:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
+ <word gloss="to_inside" posp="pp"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
- <np def="def" number="sing" locus="number">
+ <np def="def" locus="number">
<word posp="noun" gloss="box"/>
</np>
</pp>
</example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to_inside" posp="pp"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> <np def="def" locus="number"> - <word posp="noun" gloss="box"/> + <word posp="noun" gloss="box" def="def" locus="number"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> + <flat> <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - <np def="def" locus="number"> <word posp="noun" gloss="box" def="def" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - <word posp="noun" gloss="box" def="def" locus="number"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes" ph="ɣ au ˈ θ">ɣauˈθ</word> + <word posp="noun" gloss="box" def="def" locus="number" ph="θ a ɲ aː ˈ ɖ">θaɲaːˈɖ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes" ph="ɣ au ˈ θ">ɣauˈθ</word> - <word posp="noun" gloss="box" def="def" locus="number" ph="θ a ɲ aː ˈ ɖ">θaɲaːˈɖ</word> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">ɣauˈθ</word> + <word posp="noun" gloss="box" def="def" locus="number">θaɲaːˈɖ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈɣauθ</span><br><span class="gls">to_inside</span></span> <span class="ilpair"><span class="mor">θaˈɲaːɖ</span><br><span class="gls">box</span></span></p> + <p>ˈɣauθ θaˈɲaːɖ</p> + <p>ғаўѳ ѳањаад̇</p> + <il> + <w> + <o>ˈɣauθ</o> + <g>to_inside</g> + </w> + <w> + <o>θaˈɲaːɖ</o> + <g>box</g> + </w> + </il> </example>
ғаўѳ ѳањаад̇ [ˈɣauθ θaˈɲaːɖ] ˈɣauθ to_inside θaˈɲaːɖ box “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 RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" locus="number">
+ <word person="1excl" posp="pron"/>
</np>
</pp>
</example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="neither" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np def="neither" locus="number">
+ <np def="neither" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</pp>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp"/> + <word gloss="COMIT" posp="pp" role="comitative"/> <np def="neither" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="neither" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> + <word gloss="COMIT" posp="pp" role="comitative" ph="b i ɳ a ˈ">biɳaˈ</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ɳ aː ˈ">ɳaːˈ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative" ph="b i ɳ a ˈ">biɳaˈ</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ɳ aː ˈ">ɳaːˈ</word> + <word gloss="COMIT" posp="pp" role="comitative">biɳaˈ</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number">ɳaːˈ</word> </flat> + <p><span class="ilpair"><span class="mor">biˈɳa</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ˈɳaː</span><br><span class="gls">1excl</span></span></p> + <p>biˈɳa ˈɳaː</p> + <p>бин̇а н̇аа</p> + <il> + <w> + <o>biˈɳa</o> + <g>COMIT</g> + </w> + <w> + <o>ˈɳaː</o> + <g>1excl</g> + </w> + </il> </example>
бин̇а н̇аа [biˈɳa ˈɳaː] biˈɳa COMIT ˈɳaː 1excl “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.
Naik employs Subject–Verb–Object (SVO) as its basic word order. The subject is followed by the verb, with the object occurring in post-verbal position. This ordering is widely attested across the world’s languages.
The following examples illustrate the basic, unmarked, constituent order in Naik.
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:
No change.
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"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> </np> </s> </example>
module casemarking:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="jaguar"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="obj" locus="number"> + <np number="sing" def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="hunter"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> + <np def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="jaguar"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="obj" locus="number" case="ACC"> + <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="hunter"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="jaguar"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="jaguar"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="hunter"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="jaguar"/>
+ <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="hunter"/>
+ <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for kill/verb/ta/obligatoryGot PAST
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np def="def" role="subj" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="NOM" ph="ɲ a h a ˈ ʃ">ɲahaˈʃ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɲ aː ˈ">ɲaːˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ACC" ph="ɳ i f a ˈ t">ɳifaˈt</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="NOM" ph="ɲ a h a ˈ ʃ">ɲahaˈʃ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɲ aː ˈ">ɲaːˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ACC" ph="ɳ i f a ˈ t">ɳifaˈt</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="NOM">ɲahaˈʃ</word> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">ɲaːˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ACC">ɳifaˈt</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɲaˈhaʃ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">ˈɲaː</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɳiˈfat</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ɲaˈhaʃ ˈɲaːs ɳiˈfat ᵑǀəf</p> + <p>њагаш њаас н̇ифат ҁнәф</p> + <il> + <w> + <o>ɲaˈhaʃ</o> + <g>jaguar</g> + </w> + <w> + <o>ˈɲaː</o> + <g>kill</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ɳiˈfat</o> + <g>hunter</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Њагаш њаас н̇ифат ҁнәф. [ɲaˈhaʃ ˈɲaːs ɳiˈfat ᵑǀəf] ɲaˈhaʃ jaguar ˈɲaː kill -s PAST ɳiˈfat hunter ᵑǀəf ACC “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:
No change.
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"/> </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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module casemarking:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="lion"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module markowner:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ACC">
<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"/>
</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"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="ACC" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> + <np def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="lion"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="ACC" number="sing"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np role="obj" case="ACC"> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ACC">
<np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
+ <np def="def" locus="number" role="owned">
+ <word posp="noun" gloss="dog"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
+ <np def="def" locus="number" role="owner" case="GEN">
+ <word posp="noun" gloss="hunter"/>
</np>
- <np def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ACC">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="ACC">
- <np type="owner_owned">
- <np def="def" locus="number" role="owned">
+ <np type="owner_owned" case="ACC">
+ <np def="def" locus="number" role="owned" case="ACC">
<word posp="noun" gloss="dog"/>
</np>
- <np type="owner_owned" role="owner">
+ <np type="owner_owned" role="owner" case="ACC">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="ACC">
- <np type="owner_owned" case="ACC">
+ <np type="owner_owned" case="ACC" role="obj">
<np def="def" locus="number" role="owned" case="ACC">
<word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner" case="ACC">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np type="owner_owned" case="ACC" role="obj">
<np def="def" locus="number" role="owned" case="ACC">
<word posp="noun" gloss="dog"/>
</np>
- <np type="owner_owned" role="owner" case="ACC">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
- </np>
- </np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="lion"/>
+ <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="owned" case="ACC">
- <word posp="noun" gloss="dog"/>
+ <word posp="noun" gloss="dog" def="def" locus="number" role="owned" case="ACC"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="daughter"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
addaffixes:
About to call getSlotValue for eat/verb/ta/obligatoryGot PAST
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="owned" case="ACC">
<word posp="noun" gloss="dog" def="def" locus="number" role="owned" case="ACC"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np def="def" role="subj" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" locus="number" role="owned" case="ACC"> <word posp="noun" gloss="dog" def="def" locus="number" role="owned" case="ACC"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" case="ACC"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="NOM" ph="b a ɽ y ˈ j">baɽyˈj</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɖ ə ˈ">ɖəˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" case="ACC" ph="ʈ a ˈ z">ʈaˈz</word> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="θ ə ˈ ʈ">θəˈʈ</word> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɳ i f a ˈ t">ɳifaˈt</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="NOM" ph="b a ɽ y ˈ j">baɽyˈj</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɖ ə ˈ">ɖəˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" case="ACC" ph="ʈ a ˈ z">ʈaˈz</word> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="θ ə ˈ ʈ">θəˈʈ</word> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɳ i f a ˈ t">ɳifaˈt</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="NOM">baɽyˈj</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">ɖəˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" case="ACC">ʈaˈz</word> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN">θəˈʈ</word> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN">ɳifaˈt</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">baˈɽyj</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">ˈɖə</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈʈaz</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">ˈθəʈ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">ɳiˈfat</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>baˈɽyj ˈɖəs ˈʈaz ˈθəʈ ɳiˈfat ᵑǀəf</p> + <p>бар̇үј д̇әс т̇аз ѳәт̇ н̇ифат ҁнәф</p> + <il> + <w> + <o>baˈɽyj</o> + <g>lion</g> + </w> + <w> + <o>ˈɖə</o> + <g>eat</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈʈaz</o> + <g>dog</g> + </w> + <w> + <o>ˈθəʈ</o> + <g>daughter</g> + </w> + <w> + <o>ɳiˈfat</o> + <g>hunter</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Бар̇үј д̇әс т̇аз ѳәт̇ н̇ифат ҁнәф. [baˈɽyj ˈɖəs ˈʈaz ˈθəʈ ɳiˈfat ᵑǀəf] baˈɽyj lion ˈɖə eat -s PAST ˈʈaz dog ˈθəʈ daughter ɳiˈfat hunter ᵑǀəf ACC “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 Naik reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-initial: the possessed noun precedes the possessor. For instance, Naik expresses “the child’s toy” with the equivalent of “toy child”. This structure is typologically rarer and often co-occurs with verb-initial syntax or with grammatical marking on the noun.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> </np> </np> </example>
module markowner:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
- <np 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"/>
</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"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="NOM" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" 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"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> </np> </np> </example>
module simplifynumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="2" number="sing" posp="pron"/> + <np type="owner_owned" case="NOM"> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="NOM"> - <np type="owner_owned" role="owner"> + <np def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> + </np> <np type="owner_owned" role="owner"> - <np def="neither" locus="number" role="owner" case="GEN"> - <word person="2" posp="pron"/> + <np def="def" locus="number" role="owned" case="GEN"> + <word posp="noun" gloss="friend"/> </np> + <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> </np> - </np> - <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> </np> - <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> </np> </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="NOM"> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="book"/> </np> - <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner" case="NOM"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> </np> - <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner" case="NOM"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> </np> </np> </np> + <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM"> <np def="def" locus="number" role="owned" case="NOM"> <word posp="noun" gloss="book"/> </np> - <np type="owner_owned" role="owner" case="NOM"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> </np> - <np type="owner_owned" role="owner" case="NOM"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> </np> - </np> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np def="def" locus="number" role="owned" case="NOM"> - <word posp="noun" gloss="book"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" case="NOM"/> </np> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> </np> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="son"/> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> - <word person="2" posp="pron" gloss="2"/> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> </example>
addaffixes:
No change.
flatten:
<example id="poss3" translation="your son's friend's book"> - <np def="def" locus="number" role="owned" case="NOM"> + <flat> <word posp="noun" gloss="book" def="def" locus="number" role="owned" case="NOM"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" case="NOM"/> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" case="NOM" ph="ʂ i h əː h">ʂihəːh</word> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" ph="d a ˈ">daˈ</word> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" ph="s u ˈ ɲ">suˈɲ</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="ɡ a ˈ t͡ʃ">ɡaˈt͡ʃ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" case="NOM" ph="ʂ i h əː h">ʂihəːh</word> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" ph="d a ˈ">daˈ</word> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" ph="s u ˈ ɲ">suˈɲ</word> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="ɡ a ˈ t͡ʃ">ɡaˈt͡ʃ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" case="NOM">ʂihəːh</word> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN">daˈ</word> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN">suˈɲ</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">ɡaˈt͡ʃ</word> </flat> + <p><span class="ilpair"><span class="mor">ʂihəːh</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">ˈda</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">ˈsuɲ</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">ˈɡat͡ʃ</span><br><span class="gls">2</span></span></p> + <p>ʂihəːh ˈda ˈsuɲ ˈɡat͡ʃ</p> + <p>с̇игәәг да суњ ґач</p> + <il> + <w> + <o>ʂihəːh</o> + <g>book</g> + </w> + <w> + <o>ˈda</o> + <g>friend</g> + </w> + <w> + <o>ˈsuɲ</o> + <g>son</g> + </w> + <w> + <o>ˈɡat͡ʃ</o> + <g>2</g> + </w> + </il> </example>
с̇игәәг да суњ ґач [ʂihəːh ˈda ˈsuɲ ˈɡat͡ʃ] ʂihəːh book ˈda friend ˈsuɲ son ˈɡat͡ʃ 2 “your son’s friend’s book” | (17) |
Case Marking
Naik uses nominative–accusative case marking. The subject of an intransitive verb and the subject of a transitive verb are treated alike and take the nominative case, while the object of a transitive verb is marked with the accusative case. This is the familiar pattern from many European languages: the grammar groups together the participants that function as subjects and marks the participant affected by a transitive action separately.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
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"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="sleep"/> + </vp> </s> </example>
module casemarking:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np def="def" role="subj" tr="theme" locus="number" case="NOM"> <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>
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:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for sleep/verb/ta/obligatoryGot PRES
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np def="def" role="subj" tr="theme" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="w y ˈ ʂ">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="ɲ ai ˈ">ɲaiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="w y ˈ ʂ">wyˈʂ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="ɲ ai ˈ">ɲaiˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM">wyˈʂ</word> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">ɲaiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈwyʂ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ˈɲai</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span></p> + <p>ˈwyʂ ˈɲaij</p> + <p>вүс̇ њайј</p> + <il> + <w> + <o>ˈwyʂ</o> + <g>cat</g> + </w> + <w> + <o>ˈɲai</o> + <g>sleep</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + </il> </example>
Вүс̇ њайј. [ˈwyʂ ˈɲaij] ˈwyʂ cat ˈɲai sleep -j PRES “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:
No change.
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"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="run"/> + </vp> </s> </example>
module casemarking:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np def="def" role="subj" tr="theme" locus="number" case="NOM"> <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>
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:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<word posp="verb" gloss="run"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for run/verb/ta/obligatoryGot PRES
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np def="def" role="subj" tr="theme" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="w y ˈ ʂ">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="m iː ˈ">miːˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="w y ˈ ʂ">wyˈʂ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="m iː ˈ">miːˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM">wyˈʂ</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">miːˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈwyʂ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ˈmiː</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span></p> + <p>ˈwyʂ ˈmiːj</p> + <p>вүс̇ мииј</p> + <il> + <w> + <o>ˈwyʂ</o> + <g>cat</g> + </w> + <w> + <o>ˈmiː</o> + <g>run</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + </il> </example>
Вүс̇ мииј. [ˈwyʂ ˈmiːj] ˈwyʂ cat ˈmiː run -j PRES “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:
No change.
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"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> </np> </s> </example>
module casemarking:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> + <np def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for chase/verb/ta/obligatoryGot PRES
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="w y ˈ ʂ">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="ʒ a p y ˈ">ʒapyˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="w y ˈ ʂ">wyˈʂ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="ʒ a p y ˈ">ʒapyˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM">wyˈʂ</word> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">ʒapyˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈwyʂ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ʒaˈpy</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">fiˈɽəːɡ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ˈwyʂ ʒaˈpyj fiˈɽəːɡ ᵑǀəf</p> + <p>вүс̇ жапүј фир̇әәґ ҁнәф</p> + <il> + <w> + <o>ˈwyʂ</o> + <g>cat</g> + </w> + <w> + <o>ʒaˈpy</o> + <g>chase</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + <w> + <o>fiˈɽəːɡ</o> + <g>mouse</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Вүс̇ жапүј фир̇әәґ ҁнәф. [ˈwyʂ ʒaˈpyj fiˈɽəːɡ ᵑǀəf] ˈwyʂ cat ʒaˈpy chase -j PRES fiˈɽəːɡ mouse ᵑǀəf ACC “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:
No change.
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"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> </np> </s> </example>
module casemarking:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> + <np def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for catch/verb/ta/obligatoryGot PAST
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="w y ˈ ʂ">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɾ i ˈ">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="w y ˈ ʂ">wyˈʂ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɾ i ˈ">ɾiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="NOM">wyˈʂ</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ACC">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈwyʂ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ˈɾi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">fiˈɽəːɡ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ˈwyʂ ˈɾis fiˈɽəːɡ ᵑǀəf</p> + <p>вүс̇ рис фир̇әәґ ҁнәф</p> + <il> + <w> + <o>ˈwyʂ</o> + <g>cat</g> + </w> + <w> + <o>ˈɾi</o> + <g>catch</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>fiˈɽəːɡ</o> + <g>mouse</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Вүс̇ рис фир̇әәґ ҁнәф. [ˈwyʂ ˈɾis fiˈɽəːɡ ᵑǀəf] ˈwyʂ cat ˈɾi catch -s PAST fiˈɽəːɡ mouse ᵑǀəf ACC “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:
No change.
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"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
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"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module casemarking:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="hunter"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ACC"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np role="obj" tr="rheme" case="ACC">
+ <np role="obj" tr="rheme" case="ACC" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
module simplifynumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="hunter"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np role="obj" tr="rheme" case="ACC" number="plur"> + <np role="obj" tr="rheme" case="ACC"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ACC">
<conjp conj="and">
<np def="def" locus="number">
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ACC">
- <conjp conj="and">
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion"/>
</np>
- </conjp>
</np>
</s>
</example>
fixpronouns:
No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ACC">
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion"/>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" tr="rheme" case="ACC">
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" tr="rheme" case="ACC">
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="hunter"/>
+ <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
- <word posp="noun" gloss="jaguar"/>
+ <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
- <word posp="noun" gloss="tiger"/>
+ <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
- <word posp="noun" gloss="lion"/>
+ <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
addaffixes:
About to call getSlotValue for kill/verb/ta/obligatoryGot PAST
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" tr="theme" role="subj" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" locus="number" role="obj" tr="rheme" case="ACC"> <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" case="ACC"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" role="obj" tr="rheme" case="ACC"> <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" case="ACC"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" role="obj" tr="rheme" case="ACC"> <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" case="ACC"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" case="ACC"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" case="ACC"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="NOM" ph="ɳ i f a ˈ t">ɳifaˈt</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɲ aː ˈ">ɲaːˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" case="ACC" ph="ɲ a h a ˈ ʃ">ɲahaˈʃ</word> + <word posp="conj" gloss="and" ph="ᵏǀ iː ˈ b">ᵏǀiːˈb</word> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" case="ACC" ph="θ a ɾ ə ˈ ɲ">θaɾəˈɲ</word> + <word posp="conj" gloss="and" ph="ᵏǀ iː ˈ b">ᵏǀiːˈb</word> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" case="ACC" ph="b a ɽ y ˈ j">baɽyˈj</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="NOM" ph="ɳ i f a ˈ t">ɳifaˈt</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɲ aː ˈ">ɲaːˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" case="ACC" ph="ɲ a h a ˈ ʃ">ɲahaˈʃ</word> - <word posp="conj" gloss="and" ph="ᵏǀ iː ˈ b">ᵏǀiːˈb</word> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" case="ACC" ph="θ a ɾ ə ˈ ɲ">θaɾəˈɲ</word> - <word posp="conj" gloss="and" ph="ᵏǀ iː ˈ b">ᵏǀiːˈb</word> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" case="ACC" ph="b a ɽ y ˈ j">baɽyˈj</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="NOM">ɳifaˈt</word> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">ɲaːˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" case="ACC">ɲahaˈʃ</word> + <word posp="conj" gloss="and">ᵏǀiːˈb</word> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" case="ACC">θaɾəˈɲ</word> + <word posp="conj" gloss="and">ᵏǀiːˈb</word> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" case="ACC">baɽyˈj</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɳiˈfat</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">ˈɲaː</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɲaˈhaʃ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">ˈᵏǀiːb</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">θaˈɾəɲ</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">ˈᵏǀiːb</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">baˈɽyj</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ɳiˈfat ˈɲaːs ɲaˈhaʃ ˈᵏǀiːb θaˈɾəɲ ˈᵏǀiːb baˈɽyj ᵑǀəf</p> + <p>н̇ифат њаас њагаш ҁтииб ѳарәњ ҁтииб бар̇үј ҁнәф</p> + <il> + <w> + <o>ɳiˈfat</o> + <g>hunter</g> + </w> + <w> + <o>ˈɲaː</o> + <g>kill</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ɲaˈhaʃ</o> + <g>jaguar</g> + </w> + <w> + <o>ˈᵏǀiːb</o> + <g>and</g> + </w> + <w> + <o>θaˈɾəɲ</o> + <g>tiger</g> + </w> + <w> + <o>ˈᵏǀiːb</o> + <g>and</g> + </w> + <w> + <o>baˈɽyj</o> + <g>lion</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Н̇ифат њаас њагаш ҁтииб ѳарәњ ҁтииб бар̇үј ҁнәф. [ɳiˈfat ˈɲaːs ɲaˈhaʃ ˈᵏǀiːb θaˈɾəɲ ˈᵏǀiːb baˈɽyj ᵑǀəf] ɳiˈfat hunter ˈɲaː kill -s PAST ɲaˈhaʃ jaguar ˈᵏǀiːb and θaˈɾəɲ tiger ˈᵏǀiːb and baˈɽyj lion ᵑǀəf ACC “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 Naik 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
Naik forms relative clauses by placing them before the noun they modify. The modifier takes the form of a finite clause that precedes the head noun without any relative pronoun. The clause shows ordinary clausal structure, with the role of the head noun recoverable from the syntactic position inside the clause.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
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"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> </np> </s> </example>
module casemarking:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="NOM"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <np def="def" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number" case="NOM"> + <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np def="def" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np def="def" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat"/> </np> </s> </example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cat"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/ta/obligatoryGot PAST
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="j u t͡ʃ i ˈ">jut͡ʃiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ACC" ph="w y ˈ ʂ">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="j u t͡ʃ i ˈ">jut͡ʃiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ACC" ph="w y ˈ ʂ">wyˈʂ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">jut͡ʃiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ACC">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">juˈt͡ʃi</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈwyʂ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>juˈt͡ʃis ˈwyʂ ᵑǀəf</p> + <p>јучис вүс̇ ҁнәф</p> + <il> + <w> + <o>juˈt͡ʃi</o> + <g>pat</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈwyʂ</o> + <g>cat</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Јучис вүс̇ ҁнәф. [juˈt͡ʃis ˈwyʂ ᵑǀəf] juˈt͡ʃi pat -s PAST ˈwyʂ cat ᵑǀəf ACC “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:
No change.
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"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<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>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
</np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
module casemarking:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="NOM"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> + <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="neither" role="subj" locus="number" case="NOM"> + <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ACC"> <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" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="subj" locus="number" case="ACC">
<word posp="noun" gloss="cat"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="catch"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
- <np def="def" role="subj" locus="number" case="ACC">
+ <np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cat"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
<np def="def" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/ta/obligatoryGot PAST
About to call getSlotValue for catch/verb/ta/obligatory
Got PAST
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </subs> - <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="j u t͡ʃ i ˈ">jut͡ʃiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" ph="ɾ i ˈ">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" ph="w y ˈ ʂ">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="j u t͡ʃ i ˈ">jut͡ʃiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" ph="ɾ i ˈ">ɾiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" ph="w y ˈ ʂ">wyˈʂ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">jut͡ʃiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">juˈt͡ʃi</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈɾi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">fiˈɽəːɡ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈwyʂ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>juˈt͡ʃis ˈɾis fiˈɽəːɡ ᵑǀəf ˈwyʂ ᵑǀəf</p> + <p>јучис рис фир̇әәґ ҁнәф вүс̇ ҁнәф</p> + <il> + <w> + <o>juˈt͡ʃi</o> + <g>pat</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈɾi</o> + <g>catch</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>fiˈɽəːɡ</o> + <g>mouse</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + <w> + <o>ˈwyʂ</o> + <g>cat</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Јучис рис фир̇әәґ ҁнәф вүс̇ ҁнәф. [juˈt͡ʃis ˈɾis fiˈɽəːɡ ᵑǀəf ˈwyʂ ᵑǀəf] juˈt͡ʃi pat -s PAST ˈɾi catch -s PAST fiˈɽəːɡ mouse ᵑǀəf ACC ˈwyʂ cat ᵑǀəf ACC “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:
No change.
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"/> </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"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
module casemarking:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese"/> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="NOM"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> + <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese"/> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="neither" role="subj" locus="number" case="NOM"> + <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ACC"> <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" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="ACC"> <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" obj="3"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese"/> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese"/> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="subj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="subj" locus="number" case="ACC">
<word posp="noun" gloss="cat"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="catch"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
- <np def="def" role="subj" locus="number" case="ACC">
+ <np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</subs>
- <np def="def" role="subj" locus="number" case="ACC">
+ <np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cat"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="cheese"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
<np def="def" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</subs>
<np def="def" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/ta/obligatoryGot PAST
About to call getSlotValue for catch/verb/ta/obligatory
Got PAST
About to call getSlotValue for eat/verb/ta/obligatory
Got PAST
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</subs>
<np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </subs> - <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </subs> - <np def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="j u t͡ʃ i ˈ">jut͡ʃiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" ph="ɾ i ˈ">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" ph="ɖ ə ˈ">ɖəˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" ph="t a m i ˈ b">tamiˈb</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" ph="w y ˈ ʂ">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="j u t͡ʃ i ˈ">jut͡ʃiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" ph="ɾ i ˈ">ɾiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" ph="ɖ ə ˈ">ɖəˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" ph="t a m i ˈ b">tamiˈb</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" ph="w y ˈ ʂ">wyˈʂ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">jut͡ʃiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3">ɖəˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC">tamiˈb</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">juˈt͡ʃi</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈɾi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈɖə</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">taˈmib</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">fiˈɽəːɡ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈwyʂ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>juˈt͡ʃis ˈɾis ˈɖəs taˈmib ᵑǀəf fiˈɽəːɡ ᵑǀəf ˈwyʂ ᵑǀəf</p> + <p>јучис рис д̇әс тамиб ҁнәф фир̇әәґ ҁнәф вүс̇ ҁнәф</p> + <il> + <w> + <o>juˈt͡ʃi</o> + <g>pat</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈɾi</o> + <g>catch</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈɖə</o> + <g>eat</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>taˈmib</o> + <g>cheese</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + <w> + <o>fiˈɽəːɡ</o> + <g>mouse</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + <w> + <o>ˈwyʂ</o> + <g>cat</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Јучис рис д̇әс тамиб ҁнәф фир̇әәґ ҁнәф вүс̇ ҁнәф. [juˈt͡ʃis ˈɾis ˈɖəs taˈmib ᵑǀəf fiˈɽəːɡ ᵑǀəf ˈwyʂ ᵑǀəf] juˈt͡ʃi pat -s PAST ˈɾi catch -s PAST ˈɖə eat -s PAST taˈmib cheese ᵑǀəf ACC fiˈɽəːɡ mouse ᵑǀəf ACC ˈwyʂ cat ᵑǀəf ACC “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:
No change.
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"/> </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"/> </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"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<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">
+ </subs>
+ <np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</np>
- </relp>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<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>
</subs>
+ </np>
+ </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
tva1tva2
tva1
tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np role="obj"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
module casemarking:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
module markowner:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ACC">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="ACC">
- <np type="owner_owned">
+ <np role="obj" case="ACC" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="NOM"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="ACC" number="sing"> - <np type="owner_owned" number="sing"> - <np number="sing" def="neither" role="owned" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np role="obj" case="ACC"> + <np type="owner_owned"> + <np def="neither" role="owned" locus="number"> + <word person="1excl" posp="pron"/> </np> - <np role="owner" number="sing" case="GEN"> + <np role="owner" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> </np> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ACC">
<np type="owner_owned">
- <np def="neither" role="owned" locus="number">
- <word person="1excl" posp="pron"/>
- </np>
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
+ <np def="neither" role="owned" locus="number">
+ <word person="1excl" posp="pron"/>
</np>
+ </np>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
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="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="ACC">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ACC">
<np type="owner_owned">
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
<np def="neither" role="owned" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np def="neither" role="subj" locus="number" case="NOM"> + <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" case="ACC"> + <np role="obj" case="ACC" person="1excl"> <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" obj="1excl"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="ACC"> + <np role="obj" case="ACC" person="1excl"> <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" obj="1excl"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="ACC"> + <np role="obj" case="ACC" person="1excl"> <np type="owner_owned"> <np role="owner" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> - <np def="neither" role="owned" locus="number"> + <np def="neither" role="owned" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> </np> <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ACC" person="1excl"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="ACC" person="1excl"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"> <word posp="verb" gloss="eat"/> </vp> <np role="obj" case="ACC" person="1excl"> <np type="owner_owned"> <np role="owner" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> <np def="neither" role="owned" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> </np> <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="ACC" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="ACC" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="ACC" person="1excl">
- <np type="owner_owned">
+ <np type="owner_owned" case="ACC">
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
- <np def="neither" role="owned" locus="number" person="1excl">
+ <np def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
- <np def="def" role="obj" locus="number">
+ <np def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="subj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="subj" locus="number" case="ACC">
<word posp="noun" gloss="cat"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<word posp="verb" gloss="pat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="ACC" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="catch"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="ACC" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="ACC" person="1excl">
<np type="owner_owned" case="ACC">
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
- <np def="def" role="obj" locus="number" case="ACC">
+ <np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="cheese"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</subs>
- <np def="def" role="subj" locus="number" case="ACC">
+ <np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="mouse"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</subs>
- <np def="def" role="subj" locus="number" case="ACC">
+ <np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="cat"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<word posp="verb" gloss="pat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="catch"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np type="owner_owned" case="ACC">
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
- </np>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="cheese"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</subs>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="mouse"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</subs>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="cat"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
- <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="1excl"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
- <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="1excl"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="owner" case="GEN">
<subs>
<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="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np def="neither" role="owned" locus="number" person="1excl" case="ACC">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC"/>
</np>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
- <word posp="noun" gloss="cheese"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" person="1excl"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</subs>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
- <word posp="noun" gloss="mouse"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" person="1excl"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</subs>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" person="1excl"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/ta/obligatoryGot PAST
About to call getSlotValue for catch/verb/ta/obligatory
Got PAST
About to call getSlotValue for eat/verb/ta/obligatory
Got PAST
About to call getSlotValue for buy/verb/ta/obligatory
Got PAST
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC"/>
</np>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" person="1excl"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</subs>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" person="1excl"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</subs>
<np def="def" role="obj" locus="number" case="ACC" person="1excl">
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" person="1excl"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np role="owner" case="GEN"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - </np> - <np def="neither" role="owned" locus="number" person="1excl" case="ACC"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC"/> - </np> - <np def="def" role="obj" locus="number" case="ACC" person="1excl"> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" person="1excl"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </subs> - <np def="def" role="obj" locus="number" case="ACC" person="1excl"> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" person="1excl"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </subs> - <np def="def" role="obj" locus="number" case="ACC" person="1excl"> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" person="1excl"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" person="1excl"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" person="1excl"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" person="1excl"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl" ph="j u t͡ʃ i ˈ">jut͡ʃiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl" ph="ɾ i ˈ">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl" ph="ɖ ə ˈ">ɖəˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="t͡ʃ uː ˈ">t͡ʃuːˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" ph="ɳ aː ˈ">ɳaːˈ</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" person="1excl" ph="t a m i ˈ b">tamiˈb</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" person="1excl" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" person="1excl" ph="w y ˈ ʂ">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </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="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl" ph="j u t͡ʃ i ˈ">jut͡ʃiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl" ph="ɾ i ˈ">ɾiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl" ph="ɖ ə ˈ">ɖəˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="t͡ʃ uː ˈ">t͡ʃuːˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" ph="ɳ aː ˈ">ɳaːˈ</word> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" person="1excl" ph="t a m i ˈ b">tamiˈb</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" person="1excl" ph="f i ɽ əː ˈ ɡ">fiɽəːˈɡ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" person="1excl" ph="w y ˈ ʂ">wyˈʂ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">jut͡ʃiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">ɾiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">ɖəˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">t͡ʃuːˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC">ɳaːˈ</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ACC" person="1excl">tamiˈb</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ACC" person="1excl">fiɽəːˈɡ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" case="ACC" person="1excl">wyˈʂ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">juˈt͡ʃi</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈɾi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈɖə</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈt͡ʃuː</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈɳaː</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">taˈmib</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">fiˈɽəːɡ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈwyʂ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>juˈt͡ʃis ˈɾis ˈɖəs ˈt͡ʃuːs ˈɳaː taˈmib ᵑǀəf fiˈɽəːɡ ᵑǀəf ˈwyʂ ᵑǀəf</p> + <p>јучис рис д̇әс чуус н̇аа тамиб ҁнәф фир̇әәґ ҁнәф вүс̇ ҁнәф</p> + <il> + <w> + <o>juˈt͡ʃi</o> + <g>pat</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈɾi</o> + <g>catch</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈɖə</o> + <g>eat</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈt͡ʃuː</o> + <g>buy</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈɳaː</o> + <g>1excl</g> + </w> + <w> + <o>taˈmib</o> + <g>cheese</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + <w> + <o>fiˈɽəːɡ</o> + <g>mouse</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + <w> + <o>ˈwyʂ</o> + <g>cat</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Јучис рис д̇әс чуус н̇аа тамиб ҁнәф фир̇әәґ ҁнәф вүс̇ ҁнәф. [juˈt͡ʃis ˈɾis ˈɖəs ˈt͡ʃuːs ˈɳaː taˈmib ᵑǀəf fiˈɽəːɡ ᵑǀəf ˈwyʂ ᵑǀəf] juˈt͡ʃi pat -s PAST ˈɾi catch -s PAST ˈɖə eat -s PAST ˈt͡ʃuː buy -s PAST ˈɳaː 1excl taˈmib cheese ᵑǀəf ACC fiˈɽəːɡ mouse ᵑǀəf ACC ˈwyʂ cat ᵑǀəf ACC “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Naik forms complement clauses by nominalising the embedded verb. The nominalised form lacks finite verbal categories and behaves as a noun phrase. Subjects of nominalised clauses occur in the genitive case, and the nominalised verb establishes the semantic content of the complement.
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"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
+ <word gloss="a" posp="det"/>
</np>
<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" locus="number">
<word posp="noun" gloss="teacher"/>
</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"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <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" locus="number"> <word posp="noun" gloss="teacher"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
<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">
+ <np type="owner_owned">
+ <np number="sing" def="def" head="this" role="owned" locus="number">
+ <word posp="noun" gloss="boy"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<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"/>
- </np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
+ </np>
+ </np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
</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"> <np type="owner_owned"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> </np> <np role="owner" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> + </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> - <word posp="noun" gloss="girl"/> - </np> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> </np> </s> </example>
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" case="NOM"> <np type="owner_owned"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> </np> <np role="owner" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> </np> - <np number="sing" role="obj" locus="number"> + <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np number="sing" def="def" role="indobj" locus="number"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> </np> </s> </example>
module markowner:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM">
<np type="owner_owned">
<np number="sing" def="def" head="this" role="owned" locus="number">
<word posp="noun" gloss="boy"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="NOM"> - <np type="owner_owned"> + <np role="subj" case="NOM" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> </np> <np role="owner" number="sing" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> </np> <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> </np> </s> </example>
module simplifynumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="NOM" number="sing"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" head="this" role="owned" locus="number"> + <np role="subj" case="NOM"> + <np type="owner_owned"> + <np def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> </np> - <np role="owner" number="sing" case="GEN"> + <np role="owner" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> + <np def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> </np> - <np number="sing" role="obj" locus="number" case="ACC"> + <np role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np number="sing" def="def" role="indobj" locus="number" case="DAT"> + <np def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM">
<np type="owner_owned">
- <np def="def" head="this" role="owned" locus="number">
- <word posp="noun" gloss="boy"/>
- </np>
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
</subs>
</np>
+ <np def="def" head="this" role="owned" locus="number">
+ <word posp="noun" gloss="boy"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM">
<np type="owner_owned">
<np role="owner" case="GEN">
<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" indobj="3" obj="3">
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
</subs>
</np>
<np def="def" head="this" role="owned" locus="number">
<word posp="noun" gloss="boy"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<word posp="verb" gloss="surprise"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM">
- <np type="owner_owned">
+ <np type="owner_owned" case="NOM">
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3">
<word posp="verb" gloss="give"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
+ <thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
</np>
- <np def="def" head="this" role="owned" locus="number">
+ <np def="def" head="this" role="owned" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
+ <thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="NOM"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" role="subj"> <np role="owner" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3"> <word posp="verb" gloss="give"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> </np> <np role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> </np> </subs> </np> <np def="def" head="this" role="owned" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"> <word posp="verb" gloss="surprise"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> </np> </s> </example>
unwrapOwnerOwned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np type="owner_owned" case="NOM" role="subj"> <np role="owner" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3"> <word posp="verb" gloss="give"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> </np> <np role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> </np> </subs> </np> <np def="def" head="this" role="owned" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"> <word posp="verb" gloss="surprise"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> </np> </s> </example>
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3">
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT">
- <word posp="noun" gloss="girl"/>
+ <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="apple"/>
- <word gloss="a" posp="det"/>
+ <word posp="noun" gloss="apple" role="obj" locus="number" case="ACC"/>
+ <word gloss="a" posp="det" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
</np>
<np def="def" head="this" role="owned" locus="number" case="NOM">
- <word posp="noun" gloss="boy"/>
+ <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" case="NOM"/>
</np>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
- <word posp="verb" gloss="surprise"/>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT">
- <word posp="noun" gloss="teacher"/>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for give/verb/ta/obligatoryGot PAST
About to call getSlotValue for surprise/verb/ta/obligatory
Got PAST
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3">
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple" role="obj" locus="number" case="ACC"/>
<word gloss="a" posp="det" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
</np>
<np def="def" head="this" role="owned" locus="number" case="NOM">
<word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" case="NOM"/>
</np>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np role="owner" case="GEN"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3"> + <flat> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> - </np> - <np role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple" role="obj" locus="number" case="ACC"/> <word gloss="a" posp="det" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </subs> - </np> - <np def="def" head="this" role="owned" locus="number" case="NOM"> <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" case="NOM"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> - <thingy type="npcase" function="enclitic" gloss="DAT"/> - <word posp="noun" gloss="apple" role="obj" locus="number" case="ACC"/> - <word gloss="a" posp="det" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT"/> - <thingy type="npcase" function="enclitic" gloss="DAT"/> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3" ph="m au ˈ">mauˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="f a ˈ t">faˈt</word> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="d a">da</thingy> + <word posp="noun" gloss="apple" role="obj" locus="number" case="ACC" ph="w ə ɲ əː ˈ t">wəɲəːˈt</word> + <word gloss="a" posp="det" role="obj" locus="number" case="ACC" ph="x ə ˈ ɳ">xəˈɳ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" case="NOM" ph="ʈ y ˈ x">ʈyˈx</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" ph="ŋ ə ɣ au ˈ">ŋəɣauˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" ph="s ə ʂ aː ŋ">səʂaːŋ</word> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="d a">da</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3" ph="m au ˈ">mauˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="f a ˈ t">faˈt</word> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="d a">da</thingy> - <word posp="noun" gloss="apple" role="obj" locus="number" case="ACC" ph="w ə ɲ əː ˈ t">wəɲəːˈt</word> - <word gloss="a" posp="det" role="obj" locus="number" case="ACC" ph="x ə ˈ ɳ">xəˈɳ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> - <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" case="NOM" ph="ʈ y ˈ x">ʈyˈx</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" ph="ŋ ə ɣ au ˈ">ŋəɣauˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" ph="s ə ʂ aː ŋ">səʂaːŋ</word> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="d a">da</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3" obj="3">mauˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT">faˈt</word> + <thingy type="npcase" function="enclitic" gloss="DAT">da</thingy> + <word posp="noun" gloss="apple" role="obj" locus="number" case="ACC">wəɲəːˈt</word> + <word gloss="a" posp="det" role="obj" locus="number" case="ACC">xəˈɳ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> + <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" case="NOM">ʈyˈx</word> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">ŋəɣauˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT">səʂaːŋ</word> + <thingy type="npcase" function="enclitic" gloss="DAT">da</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈmau</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈfat</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">da</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">wəˈɲəːt</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ˈxəɳ</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈʈyx</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">ŋəˈɣau</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">səʂaːŋ</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">da</span><br><span class="gls"><span class="glssc">DAT</span></span></span></p> + <p>ˈmaus ˈfat da wəˈɲəːt ˈxəɳ ᵑǀəf ˈʈyx ŋəˈɣaus səʂaːŋ da</p> + <p>маўс фат да вәњәәт хән̇ ҁнәф т̇үх ӈәғаўс сәс̇ааӈ да</p> + <il> + <w> + <o>ˈmau</o> + <g>give</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈfat</o> + <g>girl</g> + </w> + <w> + <o>da</o> + <g>DAT</g> + </w> + <w> + <o>wəˈɲəːt</o> + <g>apple</g> + </w> + <w> + <o>ˈxəɳ</o> + <g>a</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + <w> + <o>ˈʈyx</o> + <g>boy</g> + </w> + <w> + <o>ŋəˈɣau</o> + <g>surprise</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>səʂaːŋ</o> + <g>teacher</g> + </w> + <w> + <o>da</o> + <g>DAT</g> + </w> + </il> </example>
Маўс фат да вәњәәт хән̇ ҁнәф т̇үх ӈәғаўс сәс̇ааӈ да. [ˈmaus ˈfat da wəˈɲəːt ˈxəɳ ᵑǀəf ˈʈyx ŋəˈɣaus səʂaːŋ da] ˈmau give -s PAST ˈfat girl da DAT wəˈɲəːt apple ˈxəɳ a ᵑǀəf ACC ˈʈyx boy ŋəˈɣau surprise -s PAST səʂaːŋ teacher da DAT “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Naik 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:
No change.
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"/> </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"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
<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"/>
</np>
<np role="obj" tr="rheme">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<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>
+ </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> <np role="obj" tr="rheme"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> </np> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> - <word posp="noun" gloss="girl"/> - </np> </s> </example>
module casemarking:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> </np> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ACC"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> </np> </np> </s> </example>
module markowner:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="ACC">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
</np>
- <np role="obj" tr="rheme" case="ACC">
- <np type="owner_owned">
+ <np role="obj" tr="rheme" case="ACC" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> + <np def="def" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> </np> - <np role="obj" tr="rheme" case="ACC" number="sing"> - <np type="owner_owned" number="sing"> - <np number="sing" def="neither" role="owned" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np role="obj" tr="rheme" case="ACC"> + <np type="owner_owned"> + <np def="neither" role="owned" locus="number"> + <word person="1excl" posp="pron"/> </np> - <np role="owner" number="sing" case="GEN"> + <np role="owner" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number" case="ACC"> + <word person="2" posp="pron"/> </np> </subs> </np> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="ACC">
<np type="owner_owned">
- <np def="neither" role="owned" locus="number">
- <word person="1excl" posp="pron"/>
- </np>
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC">
<word person="2" posp="pron"/>
</np>
</subs>
</np>
+ <np def="neither" role="owned" locus="number">
+ <word person="1excl" posp="pron"/>
</np>
</np>
+ </np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="ACC">
<np type="owner_owned">
<np role="owner" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</subs>
</np>
<np def="neither" role="owned" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
</np>
- <np role="obj" tr="rheme" case="ACC">
+ <np role="obj" tr="rheme" case="ACC" person="1excl">
<np type="owner_owned">
- <np role="owner" case="GEN">
+ <np role="owner" case="GEN" person="2">
<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" obj="2">
<word posp="verb" gloss="love"/>
</vp>
- <np def="neither" role="obj" locus="number" case="ACC">
+ <np def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</subs>
</np>
- <np def="neither" role="owned" locus="number">
+ <np def="neither" role="owned" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
+ <thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np role="obj" tr="rheme" case="ACC" person="1excl">
- <np type="owner_owned">
+ <np type="owner_owned" case="ACC">
<np role="owner" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2">
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" posp="pron" gloss="2"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
</np>
- <np def="neither" role="owned" locus="number" person="1excl">
+ <np def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
- <np role="obj" tr="rheme" case="ACC" person="1excl">
- <np type="owner_owned" case="ACC">
+ <np type="owner_owned" case="ACC" role="obj" tr="rheme" person="1excl">
<np role="owner" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2">
<word posp="verb" gloss="love"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" posp="pron" gloss="2"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
</np>
<np def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
- <np type="owner_owned" case="ACC" role="obj" tr="rheme" person="1excl">
<np role="owner" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2">
<word posp="verb" gloss="love"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" posp="pron" gloss="2"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
</np>
- <np def="neither" role="owned" locus="number" person="1excl" case="ACC">
+ <np def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
- </np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="boy"/>
+ <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
- <word posp="verb" gloss="tell"/>
+ <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT">
- <word posp="noun" gloss="girl"/>
+ <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np role="owner" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
</np>
<np def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
addaffixes:
About to call getSlotValue for tell/verb/ta/obligatoryGot PAST
About to call getSlotValue for love/verb/ta/obligatory
Got PRES
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np role="owner" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
</subs>
</np>
<np def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme">
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</s>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np def="def" tr="theme" role="subj" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> - </np> - <np role="owner" case="GEN" person="2"> - <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="neither" role="obj" locus="number" case="ACC" person="2"> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - </subs> - </np> - <np def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT"/> - <thingy type="npcase" function="enclitic" gloss="DAT"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="NOM" ph="ʈ y ˈ x">ʈyˈx</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl" ph="ɾ ai ˈ">ɾaiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" ph="f a ˈ t">faˈt</word> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="d a">da</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" ph="ɡ i ˈ">ɡiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC" ph="ɡ a ˈ t͡ʃ">ɡaˈt͡ʃ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" tr="rheme" ph="ɳ aː ˈ">ɳaːˈ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="NOM" ph="ʈ y ˈ x">ʈyˈx</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph=""></thingy> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl" ph="ɾ ai ˈ">ɾaiˈ</word> - <thingy type="verbta" function="suffix" gloss="PAST" attach="suffix" ph="s">s</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" ph="f a ˈ t">faˈt</word> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="d a">da</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" ph="ɡ i ˈ">ɡiˈ</word> - <thingy type="verbta" function="suffix" gloss="PRES" attach="suffix" ph="j">j</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC" ph="ɡ a ˈ t͡ʃ">ɡaˈt͡ʃ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" tr="rheme" ph="ɳ aː ˈ">ɳaːˈ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="ᵑǀ ə f">ᵑǀəf</thingy> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="NOM">ʈyˈx</word> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">ɾaiˈ</word> + <thingy type="verbta" function="suffix" gloss="PAST">s</thingy> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT">faˈt</word> + <thingy type="npcase" function="enclitic" gloss="DAT">da</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2">ɡiˈ</word> + <thingy type="verbta" function="suffix" gloss="PRES">j</thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ACC">ɡaˈt͡ʃ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="owned" locus="number" case="ACC" tr="rheme">ɳaːˈ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">ᵑǀəf</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈʈyx</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">ˈɾai</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈfat</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">da</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">ˈɡi</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-j</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ˈɡat͡ʃ</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈɳaː</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ᵑǀəf</span><br><span class="gls"><span class="glssc">ACC</span></span></span></p> + <p>ˈʈyx ˈɾais ˈfat da ˈɡij ˈɡat͡ʃ ᵑǀəf ˈɳaː ᵑǀəf</p> + <p>т̇үх райс фат да ґиј ґач ҁнәф н̇аа ҁнәф</p> + <il> + <w> + <o>ˈʈyx</o> + <g>boy</g> + </w> + <w> + <o>ˈɾai</o> + <g>tell</g> + </w> + <w> + <o>-s</o> + <g>PAST</g> + </w> + <w> + <o>ˈfat</o> + <g>girl</g> + </w> + <w> + <o>da</o> + <g>DAT</g> + </w> + <w> + <o>ˈɡi</o> + <g>love</g> + </w> + <w> + <o>-j</o> + <g>PRES</g> + </w> + <w> + <o>ˈɡat͡ʃ</o> + <g>2</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + <w> + <o>ˈɳaː</o> + <g>1excl</g> + </w> + <w> + <o>ᵑǀəf</o> + <g>ACC</g> + </w> + </il> </example>
Т̇үх райс фат да ґиј ґач ҁнәф н̇аа ҁнәф. [ˈʈyx ˈɾais ˈfat da ˈɡij ˈɡat͡ʃ ᵑǀəf ˈɳaː ᵑǀəf] ˈʈyx boy ˈɾai tell -s PAST ˈfat girl da DAT ˈɡi love -j PRES ˈɡat͡ʃ 2 ᵑǀəf ACC ˈɳaː 1excl ᵑǀəf ACC “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Naik. Generated by the Language Creator, version 0.92, on 26 September 2026. https://languagecreator.org/grammar/5E808
In BibTeX format:
@misc{LC-5E808,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Naik}},
howpublished = {\url{https://languagecreator.org/grammar/5E808}},
note = {Generated by the Language Creator, version 0.92, on 26 September 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Naik / Naik–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/5E808
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.