A Grammar of Shiy
Introduction
Scope and Purpose
This grammar provides a systematic description of the Shiy language (the 965th 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 Shiy.
Typological Profile
It has the typologically rare OSV basic word order, a small but genuine set of click consonants and postpositions.Phonology
Phoneme Inventory
Consonants
Shiy has a moderately large consonant inventory, with 28 phonemes.
It has a noticeable presence of pharyngealised phonemes and a small but genuine set of click consonants.The table below presents the full inventory of consonant phonemes in Shiy. The chart lists all places and manners of articulation attested in the language.
| labial | dental | phar. dental | alveolar | phar. alveolar | postalveolar | lateral | palatal | velar | glottal | |
|---|---|---|---|---|---|---|---|---|---|---|
| stop | p b | d t | dˤ tˤ | k ɡ | ||||||
| ejective stop | kʼ | |||||||||
| nasal | m | n | nˤ | ɲ | ŋ | |||||
| fricative | f | s | sˤ | ʃ | h | |||||
| approximant | ʋ | l | j | |||||||
| affricate | t͡ʃ | |||||||||
| click | ᵏǀ | ᵏǀˤ | ||||||||
| click, nasal | ᵑǀ | ᵑǀˤ |
Vowels
Shiy has 5 vowel qualities. This places it within the broadly common range of mid-sized vowel inventories. The vowel chart shows the full set of contrasts employed in the language’s phonology.
It has has a completely boring and uninteresting vowel system.The table below presents the full inventory of vowel phonemes in Shiy. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| mid | e | o | |
| open | a |
Stress and Tones
Shiy 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
Vowel harmony does not exist in this language.
Writing System
Introduction
Shiy is normally written using the Cyrillic alphabet, a script with a long and varied history across Eastern Europe and northern Asia. In this grammar, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also used to give an unambiguous representation of sound.
The conventions adopted here follow standard Cyrillic practice for the language where that exists; where they do not, the IPA transcription should be taken as authoritative.
Orthography
Here are the various components of the orthography:
Simple letters
| а /a/ | б /b/ | в /ʋ/ | г /h/ |
| д /d/ | е /e/ | и /i/ | к /k, kʼ/ |
| л /l/ | м /m/ | н /n/ | о /o/ |
| п /p/ | с /s/ | т /t/ | у /u/ |
| ф /f/ | ч /t͡ʃ/ | ш /ʃ/ | ј /j/ |
| њ /ɲ/ | ґ /ɡ/ | ӈ /ŋ/ |
Multi-letter combinations such as digraphs
| дъ /dˤ/ | нъ /nˤ/ | съ /sˤ/ |
| тъ /tˤ/ | ҁн /ᵑǀ/ | ҁнъ /ᵑǀˤ/ |
| ҁт /ᵏǀ/ | ҁтъ /ᵏǀˤ/ |
Word Classes and Morphology
Number and Gender
Number
Shiy does not have grammatical number.
Gender
Shiy does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Shiy 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 articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
- <np number="sing" def="def" locus="number">
+ <np number="sing" def="def" locus="number" case="LOC">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="COMIT" posp="pp"/>
</pp>
</np>
<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 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="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> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number" case="LOC"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </np> - <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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
+ <word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="adj" gloss="blind"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="adj" gloss="blind"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <word posp="adj" gloss="blind"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
+ <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
</np>
<np role="subj" number="sing" def="def" locus="number">
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC">
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC"/>
</np>
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for mouse/noun/number/obligatoryGot plur
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for woman/noun/number/obligatory
Got sing
About to call getSlotValue for woman/noun/case/optional
About to call getSlotValue for knife/noun/number/obligatory
Got sing
About to call getSlotValue for knife/noun/case/optional
Got LOC
About to call getSlotValue for catch/verb/subj/obligatory
Got 3.sing
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
<word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
<word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
</np>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC">
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="LOC"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC"/>
</np>
<word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <flat> <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number"/> <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number"/> <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - </np> - <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/> - <pp role="comitative"> - <np number="sing" def="def" locus="number" case="LOC"> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="LOC"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="LOC"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="k i ˈ n">kiˈn</word> + <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="s o n u ˈ d">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="o k">ok</thingy> + <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="s o ˈ ŋ">soˈŋ</word> + <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="ŋ i ˈ f">ŋiˈf</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" ph="nˤ u ˈ j">nˤuˈj</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" ph="l i ˈ b">liˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <thingy type="nouncase" function="suffix" gloss="LOC" attach="suffix" ph="u f">uf</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" ph="f u ˈ nˤ">fuˈnˤ</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="kʼ i l a ˈ s">kʼilaˈs</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="k i ˈ n">kiˈn</word> - <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="s o n u ˈ d">sonuˈd</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="o k">ok</thingy> - <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="s o ˈ ŋ">soˈŋ</word> - <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="ŋ i ˈ f">ŋiˈf</word> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" ph="nˤ u ˈ j">nˤuˈj</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" ph="l i ˈ b">liˈb</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <thingy type="nouncase" function="suffix" gloss="LOC" attach="suffix" ph="u f">uf</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" ph="f u ˈ nˤ">fuˈnˤ</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="kʼ i l a ˈ s">kʼilaˈs</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number">kiˈn</word> + <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="plur">ok</thingy> + <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number">soˈŋ</word> + <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number">ŋiˈf</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number">nˤuˈj</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number">fuˈnˤ</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC">liˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <thingy type="nouncase" function="suffix" gloss="LOC">uf</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC">fuˈnˤ</word> + <word gloss="COMIT" posp="pp" role="comitative">kʼilaˈs</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈkin</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">soˈnud</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ok</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈsoŋ</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">ˈŋif</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">ˈnˤuj</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈlib</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls"><span class="glssc">LOC</span></span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kʼiˈlas</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ˈʃof</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈkin soˈnudok ˈsoŋ ˈŋif ˈnˤujen ˈfunˤ ˈlibenuf ˈfunˤ kʼiˈlas ˈʃofe pan</p> + <p>кин сонудок соӈ ӈиф нъујен фунъ либенуф фунъ килас шофе пан</p> + <il> + <w> + <o>ˈkin</o> + <g>blind</g> + </w> + <w> + <o>soˈnud</o> + <g>mouse</g> + </w> + <w> + <o>-ok</o> + <g>plur</g> + </w> + <w> + <o>ˈsoŋ</o> + <g>three</g> + </w> + <w> + <o>ˈŋif</o> + <g>yon</g> + </w> + <w> + <o>ˈnˤuj</o> + <g>woman</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈlib</o> + <g>knife</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>-uf</o> + <g>LOC</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>kʼiˈlas</o> + <g>COMIT</g> + </w> + <w> + <o>ˈʃof</o> + <g>catch</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Кин сонудок соӈ ӈиф нъујен фунъ либенуф фунъ килас шофе пан. [ˈkin soˈnudok ˈsoŋ ˈŋif ˈnˤujen ˈfunˤ ˈlibenuf ˈfunˤ kʼiˈlas ˈʃofe pan] ˈkin blind soˈnud mouse -ok plur ˈsoŋ three ˈŋif yon ˈnˤuj woman -en sing ˈfunˤ the ˈlib knife -en sing -uf LOC ˈfunˤ the kʼiˈlas COMIT ˈʃof catch -e 3.sing.SUBJ pan PAST “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There are no clitics in the nominal phrase.The Noun
The noun in Shiy consists of first, the root; second, an obligatory suffix expressing number, comprising -ен /-en/ ‘sing’ and -ок /-ok/ ‘plur’; and finally, third, an optional suffix expressing case, comprising -ив /-iʋ/ ‘DAT’, -онъ /-onˤ/ ‘INS’, -итъ /-itˤ/ ‘VOC’, -ок /-okʼ/ ‘ALL’, -уф /-uf/ ‘LOC’, -ан /-an/ ‘ABL’ and -ук /-ukʼ/ ‘PART’.
The noun displays the following derivational morphology: two suffixes, namely -ис /-is/ ‘little’ and -уг /-uh/ ‘big’
The Adjective
The adjective in Shiy stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Shiy stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Shiy stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Shiy stands alone without any prefixes or suffixes attached to it.
In Shiy, 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 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 subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> - </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/subj/obligatoryGot 3.sing
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="ᵏǀ o ˈ n">ᵏǀoˈn</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="ᵏǀˤ i ˈ j">ᵏǀˤiˈj</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="ᵏǀ o ˈ n">ᵏǀoˈn</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="ᵏǀˤ i ˈ j">ᵏǀˤiˈj</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">ᵏǀoˈn</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">ᵏǀˤiˈj</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈᵏǀon</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤij</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span></p> + <p>ˈᵏǀon ˈᵏǀˤije</p> + <p>ҁтон ҁтъије</p> + <il> + <w> + <o>ˈᵏǀon</o> + <g>3.sing</g> + </w> + <w> + <o>ˈᵏǀˤij</o> + <g>love</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + </il> </example>
Ҁтон ҁтъије. [ˈᵏǀon ˈᵏǀˤije] ˈᵏǀon 3.sing ˈᵏǀˤij love -e 3.sing.SUBJ “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 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 subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> - </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/subj/obligatoryGot 3.sing
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - </np> - <np def="def" number="sing" tr="rheme" role="subj" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="ᵏǀ o ˈ n">ᵏǀoˈn</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" ph="ᵏǀ o ˈ n">ᵏǀoˈn</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="ᵏǀˤ i ˈ j">ᵏǀˤiˈj</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="ᵏǀ o ˈ n">ᵏǀoˈn</word> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" ph="ᵏǀ o ˈ n">ᵏǀoˈn</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="ᵏǀˤ i ˈ j">ᵏǀˤiˈj</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">ᵏǀoˈn</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number">ᵏǀoˈn</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">ᵏǀˤiˈj</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈᵏǀon</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈᵏǀon</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤij</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span></p> + <p>ˈᵏǀon ˈᵏǀon ˈᵏǀˤije</p> + <p>ҁтон ҁтон ҁтъије</p> + <il> + <w> + <o>ˈᵏǀon</o> + <g>3.sing</g> + </w> + <w> + <o>ˈᵏǀon</o> + <g>3.sing</g> + </w> + <w> + <o>ˈᵏǀˤij</o> + <g>love</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + </il> </example>
Ҁтон ҁтон ҁтъије. [ˈᵏǀon ˈᵏǀon ˈᵏǀˤije] ˈᵏǀon 3.sing ˈᵏǀon 3.sing ˈᵏǀˤij love -e 3.sing.SUBJ “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 articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="NN1"/> - <word gloss="the" posp="det"/> - </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="hate"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="hate"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="NN2"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for NN2/noun/number/obligatoryGot sing
About to call getSlotValue for NN2/noun/case/optional
About to call getSlotValue for NN1/noun/number/obligatory
Got sing
About to call getSlotValue for NN1/noun/case/optional
About to call getSlotValue for hate/verb/subj/obligatory
Got 3.sing
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <flat> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Kedav hates Padih."> <flat> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="Padih" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes" ph="p a d i ˈ h">padiˈh</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="Kedav" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes" ph="ᵏǀˤ e d a ˈ ʋ">ᵏǀˤedaˈʋ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="s a ŋ u ˈ dˤ">saŋuˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Kedav hates Padih."> <flat> - <word posp="noun" gloss="Padih" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes" ph="p a d i ˈ h">padiˈh</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="Kedav" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes" ph="ᵏǀˤ e d a ˈ ʋ">ᵏǀˤedaˈʋ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="s a ŋ u ˈ dˤ">saŋuˈdˤ</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="Padih" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes">padiˈh</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">fuˈnˤ</word> + <word posp="noun" gloss="Kedav" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes">ᵏǀˤedaˈʋ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">saŋuˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> </flat> + <p><span class="ilpair"><span class="mor">paˈdih</span><br><span class="gls">Padih</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǀˤeˈdaʋ</span><br><span class="gls">Kedav</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">saˈŋudˤ</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span></p> + <p>paˈdihen ˈfunˤ ᵏǀˤeˈdaʋen ˈfunˤ saˈŋudˤe</p> + <p>Падиген фунъ Ҁтъедавен фунъ саӈудъе</p> + <il> + <w> + <o>paˈdih</o> + <g>Padih</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ᵏǀˤeˈdaʋ</o> + <g>Kedav</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>saˈŋudˤ</o> + <g>hate</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + </il> </example>
Падиген фунъ Ҁтъедавен фунъ саӈудъе. [paˈdihen ˈfunˤ ᵏǀˤeˈdaʋen ˈfunˤ saˈŋudˤe] paˈdih Padih -en sing ˈfunˤ the ᵏǀˤeˈdaʋ Kedav -en sing ˈfunˤ the saˈŋudˤ hate -e 3.sing.SUBJ “Kedav hates Padih.” | (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 articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
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:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> </example>
addaffixes:
About to call getSlotValue for boy/noun/number/obligatoryGot sing
About to call getSlotValue for boy/noun/case/optional
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/optional
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" ph="j a ˈ ɡ">jaˈɡ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="f i l i ˈ kʼ">filiˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" ph="j a ˈ ɡ">jaˈɡ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="f i l i ˈ kʼ">filiˈkʼ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner">jaˈɡ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">fuˈnˤ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">filiˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈjaɡ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">fiˈlikʼ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span></p> + <p>ˈjaɡen ˈfunˤ fiˈlikʼen ˈfunˤ</p> + <p>јаґен фунъ филикен фунъ</p> + <il> + <w> + <o>ˈjaɡ</o> + <g>boy</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>fiˈlikʼ</o> + <g>apple</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + </il> </example>
јаґен фунъ филикен фунъ [ˈjaɡen ˈfunˤ fiˈlikʼen ˈfunˤ] ˈjaɡ boy -en sing ˈfunˤ the fiˈlikʼ apple -en sing ˈfunˤ the “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 articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
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:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owner"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
About to call getSlotValue for apple/noun/case/optional
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owner">
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" ph="ᵏǀ o ˈ n">ᵏǀoˈn</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="f i l i ˈ kʼ">filiˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" ph="ᵏǀ o ˈ n">ᵏǀoˈn</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="f i l i ˈ kʼ">filiˈkʼ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner">ᵏǀoˈn</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">filiˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈᵏǀon</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">fiˈlikʼ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span></p> + <p>ˈᵏǀon fiˈlikʼen ˈfunˤ</p> + <p>ҁтон филикен фунъ</p> + <il> + <w> + <o>ˈᵏǀon</o> + <g>3.sing</g> + </w> + <w> + <o>fiˈlikʼ</o> + <g>apple</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + </il> </example>
ҁтон филикен фунъ [ˈᵏǀon fiˈlikʼen ˈfunˤ] ˈᵏǀon 3.sing fiˈlikʼ apple -en sing ˈfunˤ the “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 articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="neither" locus="number" role="owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
About to call getSlotValue for apple/noun/case/optional
<example id="posso2" translation="my apple">
<np number="sing" def="neither" locus="number" role="owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="neither" locus="number" role="owner" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" ph="ᵑǀ i ˈ ʃ">ᵑǀiˈʃ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="f i l i ˈ kʼ">filiˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" ph="ᵑǀ i ˈ ʃ">ᵑǀiˈʃ</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="f i l i ˈ kʼ">filiˈkʼ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner">ᵑǀiˈʃ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">filiˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈᵑǀiʃ</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">fiˈlikʼ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span></p> + <p>ˈᵑǀiʃ fiˈlikʼen ˈfunˤ</p> + <p>ҁниш филикен фунъ</p> + <il> + <w> + <o>ˈᵑǀiʃ</o> + <g>1excl.sing</g> + </w> + <w> + <o>fiˈlikʼ</o> + <g>apple</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + </il> </example>
ҁниш филикен фунъ [ˈᵑǀiʃ fiˈlikʼen ˈfunˤ] ˈᵑǀiʃ 1excl.sing fiˈlikʼ apple -en sing ˈfunˤ the “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 articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> - <np role="subj"> - <np type="owner_owned"> - <np number="sing" def="def" locus="number" role="owner"> - <word posp="noun" gloss="hunter"/> - <word gloss="the" posp="det"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="daughter"/> - <word gloss="the" posp="det"/> - </np> - </np> - </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> + <np role="subj"> + <np type="owner_owned"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> + <word gloss="the" posp="det"/> + </np> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> + <word gloss="the" posp="det"/> + </np> + </np> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="subj"> - <np type="owner_owned"> + <np role="subj" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj"> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - </np> - <np role="subj" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="subj"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" number="sing" role="obj"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> - </np> - <np type="owner_owned" number="sing" role="subj"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="neither" locus="number" role="owner" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for neighbour/noun/number/obligatoryGot sing
About to call getSlotValue for neighbour/noun/case/optional
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for son/noun/case/optional
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/optional
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/optional
About to call getSlotValue for kiss/verb/subj/obligatory
Got 3.sing
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np number="sing" def="neither" locus="number" role="owner" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" ph="ᵏǀˤ a ˈ ɲ">ᵏǀˤaˈɲ</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" ph="nˤ u d a ˈ m">nˤudaˈm</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" ph="t e ˈ k">teˈk</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" ph="kʼ u ɲ u ˈ b">kʼuɲuˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" ph="ɡ i ˈ ɲ">ɡiˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="f a nˤ i ˈ ɡ">fanˤiˈɡ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" ph="ᵏǀˤ a ˈ ɲ">ᵏǀˤaˈɲ</word> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" ph="nˤ u d a ˈ m">nˤudaˈm</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" ph="t e ˈ k">teˈk</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" ph="kʼ u ɲ u ˈ b">kʼuɲuˈb</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" ph="ɡ i ˈ ɲ">ɡiˈɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="f a nˤ i ˈ ɡ">fanˤiˈɡ</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">ᵏǀˤaˈɲ</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned">nˤudaˈm</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">teˈk</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">kʼuɲuˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">fuˈnˤ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">ɡiˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">fanˤiˈɡ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈᵏǀˤaɲ</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">nˤuˈdam</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈtek</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kʼuˈɲub</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈɡiɲ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">faˈnˤiɡ</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈᵏǀˤaɲ nˤuˈdamen ˈfunˤ ˈteken ˈfunˤ kʼuˈɲuben ˈfunˤ ˈɡiɲen ˈfunˤ faˈnˤiɡe pan</p> + <p>ҁтъањ нъудамен фунъ текен фунъ куњубен фунъ ґињен фунъ фанъиґе пан</p> + <il> + <w> + <o>ˈᵏǀˤaɲ</o> + <g>2.sing</g> + </w> + <w> + <o>nˤuˈdam</o> + <g>neighbour</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈtek</o> + <g>son</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>kʼuˈɲub</o> + <g>hunter</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈɡiɲ</o> + <g>daughter</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>faˈnˤiɡ</o> + <g>kiss</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Ҁтъањ нъудамен фунъ текен фунъ куњубен фунъ ґињен фунъ фанъиґе пан. [ˈᵏǀˤaɲ nˤuˈdamen ˈfunˤ ˈteken ˈfunˤ kʼuˈɲuben ˈfunˤ ˈɡiɲen ˈfunˤ faˈnˤiɡe pan] ˈᵏǀˤaɲ 2.sing nˤuˈdam neighbour -en sing ˈfunˤ the ˈtek son -en sing ˈfunˤ the kʼuˈɲub hunter -en sing ˈfunˤ the ˈɡiɲ daughter -en sing ˈfunˤ the faˈnˤiɡ kiss -e 3.sing.SUBJ pan PAST “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Shiy 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 articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> </np> </example>
addaffixes:
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
About to call getSlotValue for lamb/noun/case/optional
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number">
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <flat> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" ph="n i p u ˈ j">nipuˈj</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" ph="n i p u ˈ j">nipuˈj</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number">nipuˈj</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> </flat> + <p><span class="ilpair"><span class="mor">niˈpuj</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span></p> + <p>niˈpujen</p> + <p>нипујен</p> + <il> + <w> + <o>niˈpuj</o> + <g>lamb</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + </il> </example>
нипујен [niˈpujen] niˈpuj lamb -en sing “a lamb” | (9) |
In the following, the word for little becomes an affix attached to lamb:
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
addaffixes:
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
About to call getSlotValue for lamb/noun/case/optional
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> + <flat> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" ph="n i p u ˈ j">nipuˈj</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="i s">is</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" ph="n i p u ˈ j">nipuˈj</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="i s">is</thingy> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number">nipuˈj</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">is</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> </flat> + <p><span class="ilpair"><span class="mor">niˈpuj</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-is</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span></p> + <p>niˈpujisen</p> + <p>нипујисен</p> + <il> + <w> + <o>niˈpuj</o> + <g>lamb</g> + </w> + <w> + <o>-is</o> + <g>little</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + </il> </example>
нипујисен [niˈpujisen] niˈpuj lamb -is little -en sing “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
The verbal phrase clitics in Shiy fall into two categories, proclitics and enclitics: first, a clitic expressing voice, comprising гаӈ /haŋ/ ‘passive’; second, a clitic expressing ta, comprising пан /pan/ ‘PAST’; third, a clitic expressing mode, comprising миш /miʃ/ ‘imperative’, мат /mat/ ‘conditional’ and мок /mokʼ/ ‘optative’; fourth, a clitic expressing negation, comprising ҁнъов /ᵑǀˤoʋ/ ‘NEG’; fifth, a clitic expressing question, comprising дињ /diɲ/ ‘Q’; and finally, sixth, a clitic expressing comp, comprising ҁтъеш /ᵏǀˤeʃ/ ‘COMP’.
In addition, the verb is structured like this: the root followed by an obligatory suffix expressing subj, comprising -ед /-ed/ ‘1incl.sing’, -иб /-ib/ ‘1excl.sing’, -ој /-oj/ ‘2.sing’, -е /-e/ ‘3.sing’, -ок /-ok/ ‘1incl.plur’, -ун /-un/ ‘1excl.plur’, -ад /-ad/ ‘2.plur’ and -уп /-up/ ‘3.plur’.
The verb displays the following derivational morphology: two suffixes, namely -ик /-ik/ ‘begin’ and -аӈ /-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 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 subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
prodrop:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
addclitics:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/subj/obligatoryGot 1excl.sing
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <np number="sing" def="neither" role="obj" locus="number" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/> <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="ᵏǀˤ a ˈ ɲ">ᵏǀˤaˈɲ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing" ph="ᵏǀˤ i ˈ j">ᵏǀˤiˈj</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love" translation="I love you."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="ᵏǀˤ a ˈ ɲ">ᵏǀˤaˈɲ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing" ph="ᵏǀˤ i ˈ j">ᵏǀˤiˈj</word> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">ᵏǀˤaˈɲ</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">ᵏǀˤiˈj</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ">ib</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈᵏǀˤaɲ</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤij</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-ib</span><br><span class="gls">1excl.sing.<span class="glssc">SUBJ</span></span></span></p> + <p>ˈᵏǀˤaɲ ˈᵏǀˤijib</p> + <p>ҁтъањ ҁтъијиб</p> + <il> + <w> + <o>ˈᵏǀˤaɲ</o> + <g>2.sing</g> + </w> + <w> + <o>ˈᵏǀˤij</o> + <g>love</g> + </w> + <w> + <o>-ib</o> + <g>1excl.sing.SUBJ</g> + </w> + </il> </example>
Ҁтъањ ҁтъијиб. [ˈᵏǀˤaɲ ˈᵏǀˤijib] ˈᵏǀˤaɲ 2.sing ˈᵏǀˤij love -ib 1excl.sing.SUBJ “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 articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing" locus="number"> + <np def="def" number="sing" locus="number" case="LOC"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> + <word gloss="in_surface" posp="pp"/> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
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">
<np def="def" number="sing" locus="number" case="LOC">
- <word posp="noun" gloss="table"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC"/>
+ <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC"/>
</np>
- <word gloss="in_surface" posp="pp"/>
+ <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/>
</pp>
</example>
addaffixes:
About to call getSlotValue for table/noun/number/obligatoryGot sing
About to call getSlotValue for table/noun/case/optional
Got LOC
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number" case="LOC">
<word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="LOC"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC"/>
</np>
<word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/>
</pp>
</example>
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing" locus="number" case="LOC"> + <flat> <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="LOC"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC"/> - </np> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="LOC"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC"/> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC" ph="m u ˈ kʼ">muˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <thingy type="nouncase" function="suffix" gloss="LOC" attach="suffix" ph="u f">uf</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" ph="f u ˈ nˤ">fuˈnˤ</word> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes" ph="ᵏǀˤ i ˈ ʋ">ᵏǀˤiˈʋ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC" ph="m u ˈ kʼ">muˈkʼ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <thingy type="nouncase" function="suffix" gloss="LOC" attach="suffix" ph="u f">uf</thingy> - <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" ph="f u ˈ nˤ">fuˈnˤ</word> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes" ph="ᵏǀˤ i ˈ ʋ">ᵏǀˤiˈʋ</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC">muˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <thingy type="nouncase" function="suffix" gloss="LOC">uf</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC">fuˈnˤ</word> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">ᵏǀˤiˈʋ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈmukʼ</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls"><span class="glssc">LOC</span></span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤiʋ</span><br><span class="gls">in_surface</span></span></p> + <p>ˈmukʼenuf ˈfunˤ ˈᵏǀˤiʋ</p> + <p>мукенуф фунъ ҁтъив</p> + <il> + <w> + <o>ˈmukʼ</o> + <g>table</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>-uf</o> + <g>LOC</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀˤiʋ</o> + <g>in_surface</g> + </w> + </il> </example>
мукенуф фунъ ҁтъив [ˈmukʼenuf ˈfunˤ ˈᵏǀˤiʋ] ˈmukʼ table -en sing -uf LOC ˈfunˤ the ˈᵏǀˤiʋ in_surface “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 articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing" locus="number"> + <np def="def" number="sing" locus="number" case="LOC"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> + <word gloss="to_inside" posp="pp"/> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
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">
<np def="def" number="sing" locus="number" case="LOC">
- <word posp="noun" gloss="box"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC"/>
+ <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC"/>
</np>
- <word gloss="to_inside" posp="pp"/>
+ <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/>
</pp>
</example>
addaffixes:
About to call getSlotValue for box/noun/number/obligatoryGot sing
About to call getSlotValue for box/noun/case/optional
Got LOC
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number" case="LOC">
<word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="LOC"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC"/>
</np>
<word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/>
</pp>
</example>
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing" locus="number" case="LOC"> + <flat> <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="suffix" gloss="LOC"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC"/> - </np> <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="suffix" gloss="LOC"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC"/> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC" ph="d a b e ˈ f">dabeˈf</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <thingy type="nouncase" function="suffix" gloss="LOC" attach="suffix" ph="u f">uf</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" ph="f u ˈ nˤ">fuˈnˤ</word> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes" ph="l a ˈ ŋ">laˈŋ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC" ph="d a b e ˈ f">dabeˈf</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <thingy type="nouncase" function="suffix" gloss="LOC" attach="suffix" ph="u f">uf</thingy> - <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" ph="f u ˈ nˤ">fuˈnˤ</word> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes" ph="l a ˈ ŋ">laˈŋ</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC">dabeˈf</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <thingy type="nouncase" function="suffix" gloss="LOC">uf</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC">fuˈnˤ</word> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">laˈŋ</word> </flat> + <p><span class="ilpair"><span class="mor">daˈbef</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls"><span class="glssc">LOC</span></span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈlaŋ</span><br><span class="gls">to_inside</span></span></p> + <p>daˈbefenuf ˈfunˤ ˈlaŋ</p> + <p>дабефенуф фунъ лаӈ</p> + <il> + <w> + <o>daˈbef</o> + <g>box</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>-uf</o> + <g>LOC</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈlaŋ</o> + <g>to_inside</g> + </w> + </il> </example>
дабефенуф фунъ лаӈ [daˈbefenuf ˈfunˤ ˈlaŋ] daˈbef box -en sing -uf LOC ˈfunˤ the ˈlaŋ to_inside “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 articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither" locus="number"> + <np number="sing" def="neither" locus="number" case="LOC"> <word person="1excl" number="sing" posp="pron"/> </np> + <word gloss="COMIT" posp="pp"/> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number" case="LOC">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither" locus="number" case="LOC"> + <np number="sing" def="neither" locus="number" case="LOC" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <word gloss="COMIT" posp="pp"/> </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">
<np number="sing" def="neither" locus="number" case="LOC" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC"/>
</np>
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</example>
addaffixes:
No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> - <np number="sing" def="neither" locus="number" case="LOC" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC"/> - <word gloss="COMIT" posp="pp" role="comitative"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" ph="ᵑǀ i ˈ ʃ">ᵑǀiˈʃ</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="kʼ i l a ˈ s">kʼilaˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" ph="ᵑǀ i ˈ ʃ">ᵑǀiˈʃ</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="kʼ i l a ˈ s">kʼilaˈs</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC">ᵑǀiˈʃ</word> + <word gloss="COMIT" posp="pp" role="comitative">kʼilaˈs</word> </flat> + <p><span class="ilpair"><span class="mor">ˈᵑǀiʃ</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">kʼiˈlas</span><br><span class="gls"><span class="glssc">COMIT</span></span></span></p> + <p>ˈᵑǀiʃ kʼiˈlas</p> + <p>ҁниш килас</p> + <il> + <w> + <o>ˈᵑǀiʃ</o> + <g>1excl.sing</g> + </w> + <w> + <o>kʼiˈlas</o> + <g>COMIT</g> + </w> + </il> </example>
ҁниш килас [ˈᵑǀiʃ kʼiˈlas] ˈᵑǀiʃ 1excl.sing kʼiˈlas COMIT “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.
Shiy adopts Object–Subject–Verb (OSV) as its unmarked word order. The object precedes the subject, and the verb appears clause-finally. OSV is a rare ordering pattern but is attested in a small number of languages.
The following examples illustrate the basic, unmarked, constituent order in Shiy.
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 articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> - <np number="sing" def="def" role="subj" locus="number"> - <word posp="noun" gloss="jaguar"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for hunter/noun/number/obligatoryGot sing
About to call getSlotValue for hunter/noun/case/optional
About to call getSlotValue for jaguar/noun/number/obligatory
Got sing
About to call getSlotValue for jaguar/noun/case/optional
About to call getSlotValue for kill/verb/subj/obligatory
Got 3.sing
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="obj" locus="number"> + <flat> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/> - </np> - <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" ph="kʼ u ɲ u ˈ b">kʼuɲuˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" ph="m e f u ˈ ɲ">mefuˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="ᵏǀˤ e ˈ tˤ">ᵏǀˤeˈtˤ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" ph="kʼ u ɲ u ˈ b">kʼuɲuˈb</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" ph="m e f u ˈ ɲ">mefuˈɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="ᵏǀˤ e ˈ tˤ">ᵏǀˤeˈtˤ</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" 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" number="sing" def="def" role="obj" locus="number">kʼuɲuˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number">fuˈnˤ</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number">mefuˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">ᵏǀˤeˈtˤ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">kʼuˈɲub</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">meˈfuɲ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤetˤ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>kʼuˈɲuben ˈfunˤ meˈfuɲen ˈfunˤ ˈᵏǀˤetˤe pan</p> + <p>куњубен фунъ мефуњен фунъ ҁтъетъе пан</p> + <il> + <w> + <o>kʼuˈɲub</o> + <g>hunter</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>meˈfuɲ</o> + <g>jaguar</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀˤetˤ</o> + <g>kill</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Куњубен фунъ мефуњен фунъ ҁтъетъе пан. [kʼuˈɲuben ˈfunˤ meˈfuɲen ˈfunˤ ˈᵏǀˤetˤe pan] kʼuˈɲub hunter -en sing ˈfunˤ the meˈfuɲ jaguar -en sing ˈfunˤ the ˈᵏǀˤetˤ kill -e 3.sing.SUBJ pan PAST “The jaguar killed the hunter.” | (15) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> - <np number="sing" def="def" role="subj" locus="number"> - <word posp="noun" gloss="lion"/> - <word gloss="the" posp="det"/> - </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj"> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> - </np> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np type="owner_owned" number="sing" role="obj"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> - </np> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" locus="number" role="owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for hunter/noun/number/obligatoryGot sing
About to call getSlotValue for hunter/noun/case/optional
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/optional
About to call getSlotValue for dog/noun/number/obligatory
Got sing
About to call getSlotValue for dog/noun/case/optional
About to call getSlotValue for lion/noun/number/obligatory
Got sing
About to call getSlotValue for lion/noun/case/optional
About to call getSlotValue for eat/verb/subj/obligatory
Got 3.sing
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" ph="kʼ u ɲ u ˈ b">kʼuɲuˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" ph="ɡ i ˈ ɲ">ɡiˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" ph="f i ˈ l">fiˈl</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" ph="ᵏǀˤ e ʃ u ˈ dˤ">ᵏǀˤeʃuˈdˤ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="t͡ʃ a ˈ m">t͡ʃaˈm</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" ph="kʼ u ɲ u ˈ b">kʼuɲuˈb</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" ph="ɡ i ˈ ɲ">ɡiˈɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" ph="f i ˈ l">fiˈl</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" ph="ᵏǀˤ e ʃ u ˈ dˤ">ᵏǀˤeʃuˈdˤ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="t͡ʃ a ˈ m">t͡ʃaˈm</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" 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" number="sing" def="def" locus="number" role="owner">kʼuɲuˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">fuˈnˤ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">ɡiˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned">fiˈl</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number">ᵏǀˤeʃuˈdˤ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">t͡ʃaˈm</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">kʼuˈɲub</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈɡiɲ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈfil</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǀˤeˈʃudˤ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈt͡ʃam</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>kʼuˈɲuben ˈfunˤ ˈɡiɲen ˈfunˤ ˈfilen ˈfunˤ ᵏǀˤeˈʃudˤen ˈfunˤ ˈt͡ʃame pan</p> + <p>куњубен фунъ ґињен фунъ филен фунъ ҁтъешудъен фунъ чаме пан</p> + <il> + <w> + <o>kʼuˈɲub</o> + <g>hunter</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈɡiɲ</o> + <g>daughter</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈfil</o> + <g>dog</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ᵏǀˤeˈʃudˤ</o> + <g>lion</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈt͡ʃam</o> + <g>eat</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Куњубен фунъ ґињен фунъ филен фунъ ҁтъешудъен фунъ чаме пан. [kʼuˈɲuben ˈfunˤ ˈɡiɲen ˈfunˤ ˈfilen ˈfunˤ ᵏǀˤeˈʃudˤen ˈfunˤ ˈt͡ʃame pan] kʼuˈɲub hunter -en sing ˈfunˤ the ˈɡiɲ daughter -en sing ˈfunˤ the ˈfil dog -en sing ˈfunˤ the ᵏǀˤeˈʃudˤ lion -en sing ˈfunˤ the ˈt͡ʃam eat -e 3.sing.SUBJ pan PAST “The lion ate the hunter’s daughter’s dog.” | (16) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Shiy reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-final: the possessor precedes the possessed noun. For example, Shiy expresses “the child’s toy” with the equivalent of “child toy”. This ordering is found in many SOV and postpositional languages and aligns with a broader tendency towards modifier-first structures.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="neither" locus="number" role="owner" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="son"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="friend"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> </example>
addaffixes:
About to call getSlotValue for son/noun/number/obligatoryGot sing
About to call getSlotValue for son/noun/case/optional
About to call getSlotValue for friend/noun/number/obligatory
Got sing
About to call getSlotValue for friend/noun/case/optional
About to call getSlotValue for book/noun/number/obligatory
Got sing
About to call getSlotValue for book/noun/case/optional
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="neither" locus="number" role="owner" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" ph="ᵏǀˤ a ˈ ɲ">ᵏǀˤaˈɲ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" ph="t e ˈ k">teˈk</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" ph="ɡ i ˈ ʋ">ɡiˈʋ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" ph="b u k">buk</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" ph="ᵏǀˤ a ˈ ɲ">ᵏǀˤaˈɲ</word> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" ph="t e ˈ k">teˈk</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" ph="ɡ i ˈ ʋ">ɡiˈʋ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" ph="b u k">buk</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="f u ˈ nˤ">fuˈnˤ</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">ᵏǀˤaˈɲ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">teˈk</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned">ɡiˈʋ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned">buk</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">fuˈnˤ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈᵏǀˤaɲ</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">ˈtek</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈɡiʋ</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">buk</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span></p> + <p>ˈᵏǀˤaɲ ˈteken ˈfunˤ ˈɡiʋen ˈfunˤ buken ˈfunˤ</p> + <p>ҁтъањ текен фунъ ґивен фунъ букен фунъ</p> + <il> + <w> + <o>ˈᵏǀˤaɲ</o> + <g>2.sing</g> + </w> + <w> + <o>ˈtek</o> + <g>son</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈɡiʋ</o> + <g>friend</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>buk</o> + <g>book</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + </il> </example>
ҁтъањ текен фунъ ґивен фунъ букен фунъ [ˈᵏǀˤaɲ ˈteken ˈfunˤ ˈɡiʋen ˈfunˤ buken ˈfunˤ] ˈᵏǀˤaɲ 2.sing ˈtek son -en sing ˈfunˤ the ˈɡiʋ friend -en sing ˈfunˤ the buk book -en sing ˈfunˤ the “your son’s friend’s book” | (17) |
Case Marking
Shiy does not use case marking to distinguish the core participants of the clause. There is therefore no regular nominative, accusative, ergative, active or stative marking on subjects and objects. Instead, the roles of the participants are identified by other means, cf. the examples below.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="sleep"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="sleep"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for sleep/verb/subj/obligatory
Got 3.sing
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="ᵏǀ a ˈ n">ᵏǀaˈn</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <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" number="sing" def="def" role="subj" tr="theme" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="ᵏǀ a ˈ n">ᵏǀaˈn</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">ᵏǀaˈn</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈdˤuʃ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀan</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span></p> + <p>ˈdˤuʃen ˈfunˤ ˈᵏǀane</p> + <p>дъушен фунъ ҁтане</p> + <il> + <w> + <o>ˈdˤuʃ</o> + <g>cat</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀan</o> + <g>sleep</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + </il> </example>
Дъушен фунъ ҁтане. [ˈdˤuʃen ˈfunˤ ˈᵏǀane] ˈdˤuʃ cat -en sing ˈfunˤ the ˈᵏǀan sleep -e 3.sing.SUBJ “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 articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="run"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="run"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for run/verb/subj/obligatory
Got 3.sing
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="ŋ a ˈ d">ŋaˈd</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" 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_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="ŋ a ˈ d">ŋaˈd</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" 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" number="sing" def="def" role="subj" tr="theme" locus="number">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">ŋaˈd</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈdˤuʃ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈŋad</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span></p> + <p>ˈdˤuʃen ˈfunˤ ˈŋade</p> + <p>дъушен фунъ ӈаде</p> + <il> + <w> + <o>ˈdˤuʃ</o> + <g>cat</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈŋad</o> + <g>run</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + </il> </example>
Дъушен фунъ ӈаде. [ˈdˤuʃen ˈfunˤ ˈŋade] ˈdˤuʃ cat -en sing ˈfunˤ the ˈŋad run -e 3.sing.SUBJ “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 articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> + <word gloss="the" posp="det"/> + </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for mouse/noun/number/obligatoryGot sing
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for chase/verb/subj/obligatory
Got 3.sing
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <flat> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="s o n u ˈ d">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing" ph="kʼ i t͡ʃ i ˈ n">kʼit͡ʃiˈn</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" 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="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="s o n u ˈ d">sonuˈd</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing" ph="kʼ i t͡ʃ i ˈ n">kʼit͡ʃiˈn</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" 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" number="sing" def="def" role="obj" tr="rheme" locus="number">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">fuˈnˤ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">kʼit͡ʃiˈn</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> </flat> + <p><span class="ilpair"><span class="mor">soˈnud</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈdˤuʃ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kʼiˈt͡ʃin</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span></p> + <p>soˈnuden ˈfunˤ ˈdˤuʃen ˈfunˤ kʼiˈt͡ʃine</p> + <p>сонуден фунъ дъушен фунъ кичине</p> + <il> + <w> + <o>soˈnud</o> + <g>mouse</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈdˤuʃ</o> + <g>cat</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>kʼiˈt͡ʃin</o> + <g>chase</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + </il> </example>
Сонуден фунъ дъушен фунъ кичине. [soˈnuden ˈfunˤ ˈdˤuʃen ˈfunˤ kʼiˈt͡ʃine] soˈnud mouse -en sing ˈfunˤ the ˈdˤuʃ cat -en sing ˈfunˤ the kʼiˈt͡ʃin chase -e 3.sing.SUBJ “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 articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for mouse/noun/number/obligatoryGot sing
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for catch/verb/subj/obligatory
Got 3.sing
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <flat> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="s o n u ˈ d">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="s o n u ˈ d">sonuˈd</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" 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" number="sing" def="def" role="obj" tr="rheme" locus="number">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">fuˈnˤ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">soˈnud</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈdˤuʃ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈʃof</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>soˈnuden ˈfunˤ ˈdˤuʃen ˈfunˤ ˈʃofe pan</p> + <p>сонуден фунъ дъушен фунъ шофе пан</p> + <il> + <w> + <o>soˈnud</o> + <g>mouse</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈdˤuʃ</o> + <g>cat</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈʃof</o> + <g>catch</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Сонуден фунъ дъушен фунъ шофе пан. [soˈnuden ˈfunˤ ˈdˤuʃen ˈfunˤ ˈʃofe pan] soˈnud mouse -en sing ˈfunˤ the ˈdˤuʃ cat -en sing ˈfunˤ the ˈʃof catch -e 3.sing.SUBJ pan PAST “The cat caught the mouse.” | (21) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="hunter"/> - <word gloss="the" posp="det"/> - </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" number="plur"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" number="plur">
- <conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
fixpronouns:
No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme" number="plur"> <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <word posp="conj" gloss="and"/> <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <word posp="conj" gloss="and"/> <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> - </np> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kill"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for jaguar/noun/number/obligatoryGot plur
About to call getSlotValue for jaguar/noun/case/optional
About to call getSlotValue for tiger/noun/number/obligatory
Got plur
About to call getSlotValue for tiger/noun/case/optional
About to call getSlotValue for lion/noun/number/obligatory
Got plur
About to call getSlotValue for lion/noun/case/optional
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/optional
About to call getSlotValue for kill/verb/subj/obligatory
Got 3.sing
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> + <flat> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="m e f u ˈ ɲ">mefuˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="o k">ok</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="conj" gloss="and" ph="f i ˈ n">fiˈn</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="t͡ʃ a ʋ a ˈ ʋ">t͡ʃaʋaˈʋ</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="o k">ok</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="conj" gloss="and" ph="f i ˈ n">fiˈn</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="ᵏǀˤ e ʃ u ˈ dˤ">ᵏǀˤeʃuˈdˤ</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="o k">ok</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" ph="kʼ u ɲ u ˈ b">kʼuɲuˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing" ph="ᵏǀˤ e ˈ tˤ">ᵏǀˤeˈtˤ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="m e f u ˈ ɲ">mefuˈɲ</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="o k">ok</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="conj" gloss="and" ph="f i ˈ n">fiˈn</word> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="t͡ʃ a ʋ a ˈ ʋ">t͡ʃaʋaˈʋ</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="o k">ok</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="conj" gloss="and" ph="f i ˈ n">fiˈn</word> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="ᵏǀˤ e ʃ u ˈ dˤ">ᵏǀˤeʃuˈdˤ</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="o k">ok</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" ph="kʼ u ɲ u ˈ b">kʼuɲuˈb</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing" ph="ᵏǀˤ e ˈ tˤ">ᵏǀˤeˈtˤ</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" 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" number="plur" locus="number" role="obj" tr="rheme">mefuˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="plur">ok</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">fuˈnˤ</word> + <word posp="conj" gloss="and">fiˈn</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme">t͡ʃaʋaˈʋ</word> + <thingy type="nounnumber" function="suffix" gloss="plur">ok</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">fuˈnˤ</word> + <word posp="conj" gloss="and">fiˈn</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme">ᵏǀˤeʃuˈdˤ</word> + <thingy type="nounnumber" function="suffix" gloss="plur">ok</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">fuˈnˤ</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number">kʼuɲuˈb</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">ᵏǀˤeˈtˤ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">meˈfuɲ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-ok</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈfin</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">t͡ʃaˈʋaʋ</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-ok</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈfin</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ᵏǀˤeˈʃudˤ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-ok</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kʼuˈɲub</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤetˤ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>meˈfuɲok ˈfunˤ ˈfin t͡ʃaˈʋaʋok ˈfunˤ ˈfin ᵏǀˤeˈʃudˤok ˈfunˤ kʼuˈɲuben ˈfunˤ ˈᵏǀˤetˤe pan</p> + <p>мефуњок фунъ фин чававок фунъ фин ҁтъешудъок фунъ куњубен фунъ ҁтъетъе пан</p> + <il> + <w> + <o>meˈfuɲ</o> + <g>jaguar</g> + </w> + <w> + <o>-ok</o> + <g>plur</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈfin</o> + <g>and</g> + </w> + <w> + <o>t͡ʃaˈʋaʋ</o> + <g>tiger</g> + </w> + <w> + <o>-ok</o> + <g>plur</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈfin</o> + <g>and</g> + </w> + <w> + <o>ᵏǀˤeˈʃudˤ</o> + <g>lion</g> + </w> + <w> + <o>-ok</o> + <g>plur</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>kʼuˈɲub</o> + <g>hunter</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀˤetˤ</o> + <g>kill</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Мефуњок фунъ фин чававок фунъ фин ҁтъешудъок фунъ куњубен фунъ ҁтъетъе пан. [meˈfuɲok ˈfunˤ ˈfin t͡ʃaˈʋaʋok ˈfunˤ ˈfin ᵏǀˤeˈʃudˤok ˈfunˤ kʼuˈɲuben ˈfunˤ ˈᵏǀˤetˤe pan] meˈfuɲ jaguar -ok plur ˈfunˤ the ˈfin and t͡ʃaˈʋaʋ tiger -ok plur ˈfunˤ the ˈfin and ᵏǀˤeˈʃudˤ lion -ok plur ˈfunˤ the kʼuˈɲub hunter -en sing ˈfunˤ the ˈᵏǀˤetˤ kill -e 3.sing.SUBJ pan PAST “The hunter killed the jaguars, the tigers and the lions.” | (22) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Shiy 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
Shiy 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 articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
prodrop:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for pat/verb/subj/obligatory
Got 1excl.sing
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s i ɲ i ˈ dˤ">siɲiˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="relp1" translation="I patted the cat."> <flat> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s i ɲ i ˈ dˤ">siɲiˈdˤ</word> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" 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" number="sing" tr="rheme" role="obj" locus="number">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">siɲiˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈdˤuʃ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">siˈɲidˤ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-ib</span><br><span class="gls">1excl.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈdˤuʃen ˈfunˤ siˈɲidˤib pan</p> + <p>дъушен фунъ сињидъиб пан</p> + <il> + <w> + <o>ˈdˤuʃ</o> + <g>cat</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>siˈɲidˤ</o> + <g>pat</g> + </w> + <w> + <o>-ib</o> + <g>1excl.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Дъушен фунъ сињидъиб пан. [ˈdˤuʃen ˈfunˤ siˈɲidˤib pan] ˈdˤuʃ cat -en sing ˈfunˤ the siˈɲidˤ pat -ib 1excl.sing.SUBJ pan PAST “I patted the cat.” | (23) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<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">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
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> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="catch"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj"> + <np role="obj" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<subs>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
calling defaultval for subj/defaultval: verb, subj
returning 3.sing
addaffixes:
About to call getSlotValue for mouse/noun/number/obligatoryGot sing
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for catch/verb/subj/obligatory
Got 3.sing
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for pat/verb/subj/obligatory
Got 1excl.sing
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <subs> - <np def="def" number="sing" role="obj" locus="number"> + <flat> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="s o n u ˈ d">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s i ɲ i ˈ dˤ">siɲiˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="s o n u ˈ d">sonuˈd</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s i ɲ i ˈ dˤ">siɲiˈdˤ</word> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" 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" number="sing" role="obj" locus="number">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">siɲiˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">soˈnud</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈʃof</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵏǀˤeʃ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈdˤuʃ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">siˈɲidˤ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-ib</span><br><span class="gls">1excl.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>soˈnuden ˈfunˤ ˈʃofe pan ᵏǀˤeʃ ˈdˤuʃen ˈfunˤ siˈɲidˤib pan</p> + <p>сонуден фунъ шофе пан ҁтъеш дъушен фунъ сињидъиб пан</p> + <il> + <w> + <o>soˈnud</o> + <g>mouse</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈʃof</o> + <g>catch</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + <w> + <o>ᵏǀˤeʃ</o> + <g>COMP</g> + </w> + <w> + <o>ˈdˤuʃ</o> + <g>cat</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>siˈɲidˤ</o> + <g>pat</g> + </w> + <w> + <o>-ib</o> + <g>1excl.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Сонуден фунъ шофе пан ҁтъеш дъушен фунъ сињидъиб пан. [soˈnuden ˈfunˤ ˈʃofe pan ᵏǀˤeʃ ˈdˤuʃen ˈfunˤ siˈɲidˤib pan] soˈnud mouse -en sing ˈfunˤ the ˈʃof catch -e 3.sing.SUBJ pan PAST ᵏǀˤeʃ COMP ˈdˤuʃ cat -en sing ˈfunˤ the siˈɲidˤ pat -ib 1excl.sing.SUBJ pan PAST “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 articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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"/>
- <word gloss="the" posp="det"/>
- </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"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<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">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
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> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <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" comp="COMP"> - <word posp="verb" gloss="eat"/> - </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="eat"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="catch"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj"> + <np role="obj" number="sing"> <subs> - <np role="obj"> + <np role="obj" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj" number="sing"> <subs> - <np role="obj" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<subs>
<subs>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
calling defaultval for subj/defaultval: verb, subj
returning 3.sing
calling defaultval for subj/
defaultval: verb, subj
returning 3.sing
addaffixes:
About to call getSlotValue for cheese/noun/number/obligatoryGot sing
About to call getSlotValue for cheese/noun/case/optional
About to call getSlotValue for eat/verb/subj/obligatory
Got 3.sing
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for catch/verb/subj/obligatory
Got 3.sing
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for pat/verb/subj/obligatory
Got 1excl.sing
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<subs>
<subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <subs> - <subs> - <np def="def" number="sing" role="obj" locus="number"> + <flat> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" ph="tˤ a b o ˈ n">tˤaboˈn</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" ph="t͡ʃ a ˈ m">t͡ʃaˈm</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="s o n u ˈ d">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s i ɲ i ˈ dˤ">siɲiˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" ph="tˤ a b o ˈ n">tˤaboˈn</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" ph="t͡ʃ a ˈ m">t͡ʃaˈm</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="s o n u ˈ d">sonuˈd</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s i ɲ i ˈ dˤ">siɲiˈdˤ</word> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" 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" number="sing" role="obj" locus="number">tˤaboˈn</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">t͡ʃaˈm</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">siɲiˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">tˤaˈbon</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈt͡ʃam</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵏǀˤeʃ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">soˈnud</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈʃof</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵏǀˤeʃ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈdˤuʃ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">siˈɲidˤ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-ib</span><br><span class="gls">1excl.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>tˤaˈbonen ˈfunˤ ˈt͡ʃame pan ᵏǀˤeʃ soˈnuden ˈfunˤ ˈʃofe pan ᵏǀˤeʃ ˈdˤuʃen ˈfunˤ siˈɲidˤib pan</p> + <p>тъабонен фунъ чаме пан ҁтъеш сонуден фунъ шофе пан ҁтъеш дъушен фунъ сињидъиб пан</p> + <il> + <w> + <o>tˤaˈbon</o> + <g>cheese</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈt͡ʃam</o> + <g>eat</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + <w> + <o>ᵏǀˤeʃ</o> + <g>COMP</g> + </w> + <w> + <o>soˈnud</o> + <g>mouse</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈʃof</o> + <g>catch</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + <w> + <o>ᵏǀˤeʃ</o> + <g>COMP</g> + </w> + <w> + <o>ˈdˤuʃ</o> + <g>cat</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>siˈɲidˤ</o> + <g>pat</g> + </w> + <w> + <o>-ib</o> + <g>1excl.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Тъабонен фунъ чаме пан ҁтъеш сонуден фунъ шофе пан ҁтъеш дъушен фунъ сињидъиб пан. [tˤaˈbonen ˈfunˤ ˈt͡ʃame pan ᵏǀˤeʃ soˈnuden ˈfunˤ ˈʃofe pan ᵏǀˤeʃ ˈdˤuʃen ˈfunˤ siˈɲidˤib pan] tˤaˈbon cheese -en sing ˈfunˤ the ˈt͡ʃam eat -e 3.sing.SUBJ pan PAST ᵏǀˤeʃ COMP soˈnud mouse -en sing ˈfunˤ the ˈʃof catch -e 3.sing.SUBJ pan PAST ᵏǀˤeʃ COMP ˈdˤuʃ cat -en sing ˈfunˤ the siˈɲidˤ pat -ib 1excl.sing.SUBJ pan PAST “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 articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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"/>
- <word gloss="the" posp="det"/>
- </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"/>
- <word gloss="the" posp="det"/>
- </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"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</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> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <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" comp="COMP"> - <word posp="verb" gloss="eat"/> - </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="buy"/> - </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" comp="COMP"> + <word posp="verb" gloss="buy"/> + </vp> </subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="eat"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="catch"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj"> + <np role="obj" number="sing"> <subs> - <np role="obj"> + <np role="obj" number="sing"> <subs> - <np role="obj"> + <np role="obj" number="sing"> <subs> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="buy"/> </vp> </subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
- <np role="obj" number="sing">
+ <np role="obj" number="sing" person="1excl">
<subs>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing">
<subs>
<np role="obj" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj" number="sing"> <subs> - <np role="obj" number="sing"> <subs> - <np role="obj" number="sing" person="1excl"> <subs> <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="buy"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> </vp> </subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" person="1excl"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<subs>
<subs>
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" person="1excl">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" person="1excl"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" person="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
calling defaultval for subj/defaultval: verb, subj
returning 3.sing
calling defaultval for subj/
defaultval: verb, subj
returning 3.sing
addaffixes:
About to call getSlotValue for buy/verb/subj/obligatoryGot 1excl.sing
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for cheese/noun/case/optional
About to call getSlotValue for eat/verb/subj/obligatory
Got 3.sing
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for catch/verb/subj/obligatory
Got 3.sing
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for pat/verb/subj/obligatory
Got 1excl.sing
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<subs>
<subs>
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" person="1excl">
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" person="1excl"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" person="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <subs> - <subs> - <subs> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing"/> <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number" person="1excl"> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" person="1excl"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" person="1excl"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing"/> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" person="1excl"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" person="1excl"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" ph="ᵑǀ i ˈ ʃ">ᵑǀiˈʃ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" ph="ᵑǀˤ a ˈ ɲ">ᵑǀˤaˈɲ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" person="1excl" ph="tˤ a b o ˈ n">tˤaboˈn</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" person="1excl" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing" ph="t͡ʃ a ˈ m">t͡ʃaˈm</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="s o n u ˈ d">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s i ɲ i ˈ dˤ">siɲiˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" ph="ᵑǀ i ˈ ʃ">ᵑǀiˈʃ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" ph="ᵑǀˤ a ˈ ɲ">ᵑǀˤaˈɲ</word> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" person="1excl" ph="tˤ a b o ˈ n">tˤaboˈn</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" person="1excl" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing" ph="t͡ʃ a ˈ m">t͡ʃaˈm</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="s o n u ˈ d">sonuˈd</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" ph="ʃ o ˈ f">ʃoˈf</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" ph="dˤ u ˈ ʃ">dˤuˈʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s i ɲ i ˈ dˤ">siɲiˈdˤ</word> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number">ᵑǀiˈʃ</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing">ᵑǀˤaˈɲ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" person="1excl">tˤaboˈn</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" person="1excl">fuˈnˤ</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl.sing">t͡ʃaˈm</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number">sonuˈd</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing">ʃoˈf</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number">dˤuˈʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">siɲiˈdˤ</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈᵑǀiʃ</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ˈᵑǀˤaɲ</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-ib</span><br><span class="gls">1excl.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵏǀˤeʃ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">tˤaˈbon</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈt͡ʃam</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵏǀˤeʃ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">soˈnud</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈʃof</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵏǀˤeʃ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈdˤuʃ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">siˈɲidˤ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-ib</span><br><span class="gls">1excl.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈᵑǀiʃ ˈᵑǀˤaɲib pan ᵏǀˤeʃ tˤaˈbonen ˈfunˤ ˈt͡ʃame pan ᵏǀˤeʃ soˈnuden ˈfunˤ ˈʃofe pan ᵏǀˤeʃ ˈdˤuʃen ˈfunˤ siˈɲidˤib pan</p> + <p>ҁниш ҁнъањиб пан ҁтъеш тъабонен фунъ чаме пан ҁтъеш сонуден фунъ шофе пан ҁтъеш дъушен фунъ сињидъиб пан</p> + <il> + <w> + <o>ˈᵑǀiʃ</o> + <g>1excl.sing</g> + </w> + <w> + <o>ˈᵑǀˤaɲ</o> + <g>buy</g> + </w> + <w> + <o>-ib</o> + <g>1excl.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + <w> + <o>ᵏǀˤeʃ</o> + <g>COMP</g> + </w> + <w> + <o>tˤaˈbon</o> + <g>cheese</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈt͡ʃam</o> + <g>eat</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + <w> + <o>ᵏǀˤeʃ</o> + <g>COMP</g> + </w> + <w> + <o>soˈnud</o> + <g>mouse</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈʃof</o> + <g>catch</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + <w> + <o>ᵏǀˤeʃ</o> + <g>COMP</g> + </w> + <w> + <o>ˈdˤuʃ</o> + <g>cat</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>siˈɲidˤ</o> + <g>pat</g> + </w> + <w> + <o>-ib</o> + <g>1excl.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Ҁниш ҁнъањиб пан ҁтъеш тъабонен фунъ чаме пан ҁтъеш сонуден фунъ шофе пан ҁтъеш дъушен фунъ сињидъиб пан. [ˈᵑǀiʃ ˈᵑǀˤaɲib pan ᵏǀˤeʃ tˤaˈbonen ˈfunˤ ˈt͡ʃame pan ᵏǀˤeʃ soˈnuden ˈfunˤ ˈʃofe pan ᵏǀˤeʃ ˈdˤuʃen ˈfunˤ siˈɲidˤib pan] ˈᵑǀiʃ 1excl.sing ˈᵑǀˤaɲ buy -ib 1excl.sing.SUBJ pan PAST ᵏǀˤeʃ COMP tˤaˈbon cheese -en sing ˈfunˤ the ˈt͡ʃam eat -e 3.sing.SUBJ pan PAST ᵏǀˤeʃ COMP soˈnud mouse -en sing ˈfunˤ the ˈʃof catch -e 3.sing.SUBJ pan PAST ᵏǀˤeʃ COMP ˈdˤuʃ cat -en sing ˈfunˤ the siˈɲidˤ pat -ib 1excl.sing.SUBJ pan PAST “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Shiy marks complement clauses with subordinating verbal morphology. The embedded verb is fully finite and carries a subordinating suffix that identifies the clause as a complement. No structural changes occur within the clause apart from this verbal marking.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> - <np role="subj"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="give"/> - </vp> - <np number="sing" def="def" head="this" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> + <np role="subj"> + <subs> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - </subs> - </np> - <np number="sing" def="def" role="indobj" locus="number"> - <word posp="noun" gloss="teacher"/> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="give"/> + </vp> + </subs> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
- <np role="subj">
+ <np role="subj" number="sing">
<subs>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
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 number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
<np role="subj" number="sing">
<subs>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="surprise"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
<np role="subj" number="sing">
<subs>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/>
</np>
<np role="subj" number="sing">
<subs>
<np number="sing" role="obj" locus="number">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="surprise"/>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for teacher/noun/number/obligatoryGot sing
About to call getSlotValue for teacher/noun/case/optional
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/optional
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for girl/noun/case/optional
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for boy/noun/case/optional
About to call getSlotValue for give/verb/subj/obligatory
Got 3.sing
About to call getSlotValue for surprise/verb/subj/obligatory
Got 3.sing
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/>
</np>
<np role="subj" number="sing">
<subs>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np number="sing" def="def" role="indobj" locus="number"> + <flat> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/> - </np> - <np role="subj" number="sing"> - <subs> - <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - </np> - <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" ph="dˤ i t͡ʃ e l">dˤit͡ʃel</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" ph="f i l i ˈ kʼ">filiˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="ᵏǀˤ a ˈ n">ᵏǀˤaˈn</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" ph="j a ˈ ɡ">jaˈɡ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing" ph="dˤ o ˈ tˤ">dˤoˈtˤ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing" ph="k e b a ˈ ʋ">kebaˈʋ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" ph="dˤ i t͡ʃ e l">dˤit͡ʃel</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" ph="f i l i ˈ kʼ">filiˈkʼ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="ᵏǀˤ a ˈ n">ᵏǀˤaˈn</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" ph="j a ˈ ɡ">jaˈɡ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing" ph="dˤ o ˈ tˤ">dˤoˈtˤ</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing" ph="k e b a ˈ ʋ">kebaˈʋ</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" 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" number="sing" def="def" role="indobj" locus="number">dˤit͡ʃel</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number">fuˈnˤ</word> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number">filiˈkʼ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number">ᵏǀˤaˈn</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number">fuˈnˤ</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number">jaˈɡ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3.sing" indobj="3.sing" subj="3.sing">dˤoˈtˤ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵏǀˤeʃ</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">kebaˈʋ</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">dˤit͡ʃel</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">fiˈlikʼ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤan</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈjaɡ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈdˤotˤ</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵏǀˤeʃ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">keˈbaʋ</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>dˤit͡ʃelen ˈfunˤ fiˈlikʼen ˈᵏǀˤanen ˈfunˤ ˈjaɡen ˈfunˤ ˈdˤotˤe pan ᵏǀˤeʃ keˈbaʋe pan</p> + <p>дъичелен фунъ филикен ҁтъанен фунъ јаґен фунъ дъотъе пан ҁтъеш кебаве пан</p> + <il> + <w> + <o>dˤit͡ʃel</o> + <g>teacher</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>fiˈlikʼ</o> + <g>apple</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈᵏǀˤan</o> + <g>girl</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈjaɡ</o> + <g>boy</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈdˤotˤ</o> + <g>give</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + <w> + <o>ᵏǀˤeʃ</o> + <g>COMP</g> + </w> + <w> + <o>keˈbaʋ</o> + <g>surprise</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Дъичелен фунъ филикен ҁтъанен фунъ јаґен фунъ дъотъе пан ҁтъеш кебаве пан. [dˤit͡ʃelen ˈfunˤ fiˈlikʼen ˈᵏǀˤanen ˈfunˤ ˈjaɡen ˈfunˤ ˈdˤotˤe pan ᵏǀˤeʃ keˈbaʋe pan] dˤit͡ʃel teacher -en sing ˈfunˤ the fiˈlikʼ apple -en sing ˈᵏǀˤan girl -en sing ˈfunˤ the ˈjaɡ boy -en sing ˈfunˤ the ˈdˤotˤ give -e 3.sing.SUBJ pan PAST ᵏǀˤeʃ COMP keˈbaʋ surprise -e 3.sing.SUBJ pan PAST “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Shiy 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 articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="tell"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> - <word posp="verb" gloss="love"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> + <word posp="verb" gloss="love"/> + </vp> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="tell"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" number="sing"> <subs> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> <word posp="verb" gloss="love"/> </vp> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
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 role="obj" tr="rheme" number="sing">
<subs>
<np number="sing" def="neither" role="obj" locus="number">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np role="obj" tr="rheme" number="sing"> + <np role="obj" tr="rheme" number="sing" person="2"> <subs> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"> <word posp="verb" gloss="love"/> </vp> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
prodrop:
No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" number="sing" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing">
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" number="sing" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="tell"/>
+ <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/subj/obligatoryGot 1excl.sing
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for girl/noun/case/optional
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for boy/noun/case/optional
About to call getSlotValue for tell/verb/subj/obligatory
Got 3.sing
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np role="obj" tr="rheme" number="sing" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing">
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"/>
+ <thingy type="verbsubj" function="suffix" gloss="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np role="obj" tr="rheme" number="sing" person="2"> - <subs> - <np number="sing" def="neither" role="obj" locus="number" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - </np> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"/> <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> - </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"/> <thingy type="verbsubj" function="suffix" gloss="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing"/> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing"/> - <thingy type="verbsubj" function="suffix" gloss="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="ᵏǀˤ a ˈ ɲ">ᵏǀˤaˈɲ</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" ph="ᵑǀ i ˈ ʃ">ᵑǀiˈʃ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing" ph="ᵏǀˤ i ˈ j">ᵏǀˤiˈj</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="ᵏǀˤ a ˈ n">ᵏǀˤaˈn</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" ph="j a ˈ ɡ">jaˈɡ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing" ph="ʃ e ˈ b">ʃeˈb</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" 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="quot1" translation="The boy told the girl that he loved her."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="ᵏǀˤ a ˈ ɲ">ᵏǀˤaˈɲ</word> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" ph="ᵑǀ i ˈ ʃ">ᵑǀiˈʃ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing" ph="ᵏǀˤ i ˈ j">ᵏǀˤiˈj</word> - <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ" attach="suffix" ph="i b">ib</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵏǀˤ e ʃ">ᵏǀˤeʃ</thingy> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="ᵏǀˤ a ˈ n">ᵏǀˤaˈn</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" ph="j a ˈ ɡ">jaˈɡ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="e n">en</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="f u ˈ nˤ">fuˈnˤ</word> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing" ph="ʃ e ˈ b">ʃeˈb</word> - <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ" attach="suffix" ph="e">e</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="p a n">pan</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">ᵏǀˤaˈɲ</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number">ᵑǀiˈʃ</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" obj="2.sing" subj="1excl.sing">ᵏǀˤiˈj</word> + <thingy type="verbsubj" function="suffix" gloss="1excl.sing.SUBJ">ib</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵏǀˤeʃ</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number">ᵏǀˤaˈn</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number">fuˈnˤ</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number">jaˈɡ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">en</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">fuˈnˤ</word> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="2.sing" indobj="3.sing" subj="3.sing">ʃeˈb</word> + <thingy type="verbsubj" function="suffix" gloss="3.sing.SUBJ">e</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">pan</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈᵏǀˤaɲ</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">ˈᵑǀiʃ</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤij</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-ib</span><br><span class="gls">1excl.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">ᵏǀˤeʃ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤan</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈjaɡ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈfunˤ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈʃeb</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">3.sing.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">pan</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈᵏǀˤaɲ ˈᵑǀiʃ ˈᵏǀˤijib ᵏǀˤeʃ ˈᵏǀˤanen ˈfunˤ ˈjaɡen ˈfunˤ ˈʃebe pan</p> + <p>ҁтъањ ҁниш ҁтъијиб ҁтъеш ҁтъанен фунъ јаґен фунъ шебе пан</p> + <il> + <w> + <o>ˈᵏǀˤaɲ</o> + <g>2.sing</g> + </w> + <w> + <o>ˈᵑǀiʃ</o> + <g>1excl.sing</g> + </w> + <w> + <o>ˈᵏǀˤij</o> + <g>love</g> + </w> + <w> + <o>-ib</o> + <g>1excl.sing.SUBJ</g> + </w> + <w> + <o>ᵏǀˤeʃ</o> + <g>COMP</g> + </w> + <w> + <o>ˈᵏǀˤan</o> + <g>girl</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈjaɡ</o> + <g>boy</g> + </w> + <w> + <o>-en</o> + <g>sing</g> + </w> + <w> + <o>ˈfunˤ</o> + <g>the</g> + </w> + <w> + <o>ˈʃeb</o> + <g>tell</g> + </w> + <w> + <o>-e</o> + <g>3.sing.SUBJ</g> + </w> + <w> + <o>pan</o> + <g>PAST</g> + </w> + </il> </example>
Ҁтъањ ҁниш ҁтъијиб ҁтъеш ҁтъанен фунъ јаґен фунъ шебе пан. [ˈᵏǀˤaɲ ˈᵑǀiʃ ˈᵏǀˤijib ᵏǀˤeʃ ˈᵏǀˤanen ˈfunˤ ˈjaɡen ˈfunˤ ˈʃebe pan] ˈᵏǀˤaɲ 2.sing ˈᵑǀiʃ 1excl.sing ˈᵏǀˤij love -ib 1excl.sing.SUBJ ᵏǀˤeʃ COMP ˈᵏǀˤan girl -en sing ˈfunˤ the ˈjaɡ boy -en sing ˈfunˤ the ˈʃeb tell -e 3.sing.SUBJ pan PAST “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Shiy. Generated by the Language Creator, version 0.92, on 18 July 2026. https://languagecreator.org/grammar/0Q1ZD
In BibTeX format:
@misc{LC-0Q1ZD,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Shiy}},
howpublished = {\url{https://languagecreator.org/grammar/0Q1ZD}},
note = {Generated by the Language Creator, version 0.92, on 18 July 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Shiy / Shiy–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/0Q1ZD
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.02 seconds; writing the grammar 0.05 seconds.