A Grammar of Lish
Introduction
Scope and Purpose
This grammar provides a systematic description of the Lish language (the 341st 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 Lish.
Typological Profile
It has the VSO basic order, common globally but unusual in many families and postpositions.Phonology
Phoneme Inventory
Consonants
Lish has a moderately large consonant inventory, with 29 phonemes.
It has a noticeable presence of pharyngealised phonemes, a system with marginal but genuine retroflex contrasts and a markedly rich set of labial consonants.The table below presents the full inventory of consonant phonemes in Lish. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | phar. alveolar | postalveolar | lateral | palatal | retroflex | velar | glottal | |
|---|---|---|---|---|---|---|---|---|---|
| stop | p b | d t | dˤ tˤ | ɖ ʈ | k ɡ | ||||
| ejective stop | kʼ | ||||||||
| nasal | m | n | nˤ | ɲ | ɳ | ŋ | |||
| trill/tap/flap | ɽ | ||||||||
| fricative | f | s | sˤ | ʃ | ʂ | h | |||
| approximant | ʋ | l | j | ||||||
| affricate | t͡ʃ |
Vowels
Lish has 6 vowel qualities. This places it within the broadly common range of mid-sized vowel inventories. The vowel chart shows the full set of contrasts employed in the language’s phonology.
It has a modest but genuine inventory of nasal vowels.The table below presents the full inventory of vowel phonemes in Lish. 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
Lish has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
The language employs vowel harmony. To be specific, the following vowels change to match the first vowel of the root: /i/ becomes /u/, /e/ becomes /o/.
Writing System
Introduction
Lish is normally written using the Latin alphabet, whose familiarity makes it straightforward for most readers. For clarity and precision, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also provided throughout this grammar.
Orthography
Here are the various components of the orthography:
Simple letters
| a /a/ | b /b/ | d /d/ | d’ /dˤ/ |
| e /e/ | f /f/ | g /ɡ/ | h /h/ |
| i /i/ | j /j/ | k /k/ | l /l/ |
| m /m/ | n /n/ | n’ /nˤ/ | o /o/ |
| p /p/ | q /kʼ/ | s /s/ | s’ /sˤ/ |
| t /t/ | t’ /tˤ/ | u /u/ | v /ʋ/ |
| x /ʃ/ | y /ə#/ | á /aː/ | é /eː/ |
| í /iː/ | ñ /ɲ/ | ó /oː/ | ú /uː/ |
| ý /ə#ː/ |
Multi-letter combinations such as digraphs
| dr /ɖ/ | ng /ŋ/ | nr /ɳ/ |
| rr /ɽ/ | sr /ʂ/ | tr /ʈ/ |
| tx /t͡ʃ/ |
Word Classes and Morphology
Number and Gender
Number
Lish does not have grammatical number.
Gender
Lish has the following genders:
Gender masc – for instance: bijutx ‘cloud’, drus’ ‘wind’, dýd’ ‘sky’, feg ‘boy’, fytr ‘eye’, jad’arr ‘mammal’, jangij ‘tail’, kidod ‘hunter’, laf ‘father’, líx ‘Lish’, maj ‘foot’, mijýng ‘feather’, ngah ‘hand’, nivisr ‘jaguar’, nrob ‘sun’, saful ‘knee’, srenret’ ‘liver’, s’itxarr ‘belly’, txetx ‘tooth’, ñytx ‘road’.
Gender fem – for instance: dipéd ‘net’, fatas’ ‘louse’, fút ‘fire’, girrúh ‘teacher’, hán’ ‘water’, mibon ‘court’, nilax ‘root’, n’yn ‘wife’, rrelatx ‘brick’, rresril ‘restaurant’, saf ‘earth’, srun ‘land’, tid’ ‘speech’, tradíq ‘religion’, tritris’ ‘seed’, txeq ‘people’, txudr ‘north’, t’igid’ ‘mouse’, t’iqáx ‘salt’, ñúng ‘egg’.
The Nominal Phrase
Nominal phrases in Lish can be exemplified by the following example:
initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module adj2verb:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ </relp>
+ </np>
</s>
</example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module RelN:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np head="this" role="subj" number="plur">
+ </subs>
+ <np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
- </relp>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<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">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module constorder: No change.
module casemarking:
<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">
+ <np role="subj" number="sing" def="def" locus="number" case="ACT">
<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">
+ <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="STA">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
- <np number="sing" def="def" locus="number" case="LOC">
+ <np number="sing" def="def" locus="number" case="LOC" gender="masc">
<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" case="STA">
+ <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="STA" gender="fem">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
- <np role="subj" number="plur">
+ <np role="subj" number="plur" gender="fem">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="fem">
+ <np role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
- <np number="sing" def="def" locus="number" case="LOC" gender="masc">
+ <np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<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" case="STA" gender="fem">
+ <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
- <np role="subj" number="plur" gender="fem">
+ <np role="subj" number="plur" gender="fem" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<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" case="ACT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj" number="plur" gender="fem" possessor="no.owner">
+ <word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.plur.fem"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="woman"/> <pp role="comitative"> <np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="knife"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> <np role="subj" number="plur" gender="fem" possessor="no.owner"> <word posp="det" gloss="yon"/> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> </np> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3.sing.fem" obj="3.plur.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<np role="subj" number="plur" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<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" subj="3.sing.fem" obj="3.plur.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
- <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
- <np role="subj" number="plur" gender="fem" possessor="no.owner">
+ <np role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<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" subj="3.sing.fem" obj="3.plur.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.plur.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/>
</np>
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<np role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="det" gloss="yon"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
+ <word posp="det" gloss="yon" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/>
+ <word posp="noun" gloss="mouse" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/>
+ <word posp="num" gloss="three" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for catch/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for woman/noun/case/optional
Got ACT
About to call getSlotValue for woman/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for knife/noun/case/optional
Got LOC
About to call getSlotValue for knife/noun/number/obligatory
Got sing
About to call getSlotValue for blind/verb/mode/obligatory
calling defaultval for mode/
defaultval: verb, mode
returning indicative
Got indicative
About to call getSlotValue for yon/det/gender/optional
Got fem
About to call getSlotValue for mouse/noun/case/optional
Got STA
About to call getSlotValue for mouse/noun/number/obligatory
Got plur
addaffixes:
<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" subj="3.sing.fem" obj="3.plur.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.plur.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="LOC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<np role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word posp="det" gloss="yon" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/>
<word posp="noun" gloss="mouse" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word posp="num" gloss="three" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.fem" obj="3.plur.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.plur.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - <pp role="comitative"> - <np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="LOC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> - </np> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </subs> - <np role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word posp="det" gloss="yon" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/> <word posp="noun" gloss="mouse" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word posp="num" gloss="three" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.plur.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="LOC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word posp="det" gloss="yon" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/> - <word posp="noun" gloss="mouse" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word posp="num" gloss="three" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.plur.fem">|ɲ|u|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">|nˤ|oː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|tˤ|i|ʃ|</word> + <thingy type="nouncase" function="suffix" gloss="LOC">-|a|h|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="COMIT" posp="pp" role="comitative">|dˤ|a|p|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">|h|eː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word posp="det" gloss="yon" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|tˤ|i|</word> + <word posp="noun" gloss="mouse" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|tˤ|i|ɡ|i|dˤ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <word posp="num" gloss="three" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|h|e|</word> </flat> </example>
vowelharmony:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.plur.fem">|ɲ|u|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">|nˤ|oː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|tˤ|i|ʃ|</word>
<thingy type="nouncase" function="suffix" gloss="LOC">-|a|h|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="COMIT" posp="pp" role="comitative">|dˤ|a|p|iː|</word>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">|h|eː|</word>
<thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
<thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word posp="det" gloss="yon" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|tˤ|i|</word>
<word posp="noun" gloss="mouse" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|tˤ|i|ɡ|i|dˤ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
<word posp="num" gloss="three" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|h|e|</word>
</flat>
</example>
### |ɲ|u|#-> ɲu
### |ɲ|u|
#-> ɲu
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |nˤ|oː|ŋ|
#-> nˤoːŋ
### |nˤ|oː|ŋ|
#-> nˤoːŋ
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |tˤ|i|ʃ|
#-> tˤiʃ
### |tˤ|i|ʃ|
#-> tˤiʃ
### -|a|h|
#-> -ah
### -|a|h|
#-> -ah
### -|e|
#-> -e
### -|e|
#-> -e
### |dˤ|a|p|iː|
#-> dˤapiː
### |dˤ|a|p|iː|
#-> dˤapiː
### |h|eː|
#-> heː
### |h|eː|
#-> heː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |tˤ|i|
#-> tˤi
### |tˤ|i|
#-> tˤi
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### -|a|
#-> -a
### -|a|
#-> -a
### |h|e|
#-> he
### |h|e|
#-> he
### |ɲ|u||d|o| |l|i| |n|e||f|eː| |nˤ|oː|ŋ||a|l||e| |f|eː| |tˤ|i|ʃ||a|h||e| |dˤ|a|p|iː| |h|eː||d|e| |n|e||tˤ|i| |tˤ|i|ɡ|i|dˤ||a| |h|e|
#-> ɲudo li nefeː nˤoːŋale feː tˤiʃahe dˤapiː heːde netˤi tˤiɡidˤa he
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.plur.fem">|ɲ|u|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" gender="fem" possessor="no.owner">|nˤ|oː|ŋ|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|tˤ|i|ʃ|</word> <thingy type="nouncase" function="suffix" gloss="LOC">-|a|h|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> <word gloss="COMIT" posp="pp" role="comitative">|dˤ|a|p|iː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">|h|eː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word posp="det" gloss="yon" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|tˤ|i|</word> <word posp="noun" gloss="mouse" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|tˤ|i|ɡ|i|dˤ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> <word posp="num" gloss="three" role="obj" number="plur" gender="fem" possessor="no.owner" def="def" tr="rheme" locus="number" case="STA">|h|e|</word> </flat> + <p><span class="ilpair"><span class="mor">ɲu</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nˤoːŋ</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tˤiʃ</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-ah</span><br><span class="gls"><span class="glssc">LOC</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">dˤapiː</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">heː</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">tˤi</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">tˤiɡidˤ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">he</span><br><span class="gls">three</span></span></p> + <p>ɲudo li nefeː nˤoːŋale feː tˤiʃahe dˤapiː heːde netˤi tˤiɡidˤa he</p> + <p>ñudo li nefé n’óngale fé t’ixahe d’apí héde net’i t’igid’a he</p> + <il> + <w> + <o>ɲu</o> + <g>catch</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>nˤoːŋ</o> + <g>woman</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>tˤiʃ</o> + <g>knife</g> + </w> + <w> + <o>-ah</o> + <g>LOC</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>dˤapiː</o> + <g>COMIT</g> + </w> + <w> + <o>heː</o> + <g>blind</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>tˤi</o> + <g>yon</g> + </w> + <w> + <o>tˤiɡidˤ</o> + <g>mouse</g> + </w> + <w> + <o>-a</o> + <g>plur</g> + </w> + <w> + <o>he</o> + <g>three</g> + </w> + </il> </example>### ɲudo li nefeː nˤoːŋale feː tˤiʃahe dˤapiː heːde netˤi tˤiɡidˤa he
#-> ɲudo li nefeː nˤoːŋale feː tˤiʃahe dˤapiː heːde netˤi tˤiɡidˤa he
Ñudo li nefé n’óngale fé t’ixahe d’apí héde net’i t’igid’a he. [ɲudo li nefeː nˤoːŋale feː tˤiʃahe dˤapiː heːde netˤi tˤiɡidˤa he] ɲu catch -do indicative li PAST ne- fem feː the nˤoːŋ woman -al ACT -e sing feː the tˤiʃ knife -ah LOC -e sing dˤapiː COMIT heː blind -de indicative ne- fem tˤi yon tˤiɡidˤ mouse -a plur he three “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There is one type of clitic in the nominal phrase, namely a proclitic (placed initially), expressing possessor. a clitic expressing possessor, comprising sri /ʂi/ ‘1incl.sing’, n’e /nˤe/ ‘1excl.sing’, ki /ki/ ‘2.sing’, pi /pi/ ‘3.sing.masc’, ni /ni/ ‘3.sing.fem’, s’i /sˤi/ ‘1incl.plur’, ge /ɡe/ ‘1excl.plur’, s’e /sˤe/ ‘2.plur’, he /he/ ‘3.plur.masc’ and da /da/ ‘3.plur.fem’.
The morphology of the elements of the nominal phrase, i.e., nouns, numerals and pronouns, is described below, as is the way that possession is expressed in Lish.
The Noun
The noun in Lish consists of first, the root; second, an optional suffix expressing case, comprising -al /-al/ ‘ACT’, -ij /-ij/ ‘DAT’, -ap /-ap/ ‘INS’, -err /-eɽ/ ‘VOC’, -iv /-iʋ/ ‘ALL’, -ah /-ah/ ‘LOC’, -et’ /-etˤ/ ‘ABL’ and -if /-if/ ‘PART’; and finally, third, an obligatory suffix expressing number, comprising -e /-e/ ‘sing’ and -a /-a/ ‘plur’.
The noun displays the following derivational morphology: 11 suffixes, namely -isr /-iʂ/ ‘little’, -if /-if/ ‘big’, -al /-al/ ‘old’, -ig /-iɡ/ ‘new’, -ad /-ad/ ‘good’, -af /-af/ ‘bad’, -ile /-ile/ ‘have’, -itxa /-it͡ʃa/ ‘use’, -etxa /-et͡ʃa/ ‘see’, -isa /-isa/ ‘make’ and -ada /-ada/ ‘break’
The Adjective
The adjective in Lish stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Lish stands alone without any prefixes or suffixes attached to it.
Determiners
In Lish, the determiner has the following structure: an optional prefix expressing gender, comprising ne- /ne-/ ‘fem’ followed by the root.
Pronouns
The pronoun in Lish stands alone without any prefixes or suffixes attached to it.
In Lish, subject pronouns (but not object pronouns ones) are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA">
+ <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA" gender="fem">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns:
<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" case="ACT" gender="masc">
- <word posp="noun" gloss="boy"/>
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc">
+ <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA" gender="fem">
- <word posp="noun" gloss="girl"/>
+ <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem">
+ <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
</s>
</example>
module markowned:
<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" locus="number" case="ACT" gender="masc">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem">
+ <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> </s> </example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
- <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
- </np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
</s>
</example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
+ <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/mode/obligatoryGot indicative
addaffixes:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|t͡ʃ|eː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner">|dˤ|u|</word> </flat> </example>
vowelharmony: No change.
### |t͡ʃ|eː|#-> t͡ʃeː
### |t͡ʃ|eː|
#-> t͡ʃeː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |dˤ|u|
#-> dˤu
### |dˤ|u|
#-> dˤu
### |t͡ʃ|eː||d|e| |dˤ|u|
#-> t͡ʃeːde dˤu
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|t͡ʃ|eː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner">|dˤ|u|</word> </flat> + <p><span class="ilpair"><span class="mor">t͡ʃeː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">dˤu</span><br><span class="gls">3.sing.fem</span></span></p> + <p>t͡ʃeːde dˤu</p> + <p>txéde d’u</p> + <il> + <w> + <o>t͡ʃeː</o> + <g>love</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>dˤu</o> + <g>3.sing.fem</g> + </w> + </il> </example>### t͡ʃeːde dˤu
#-> t͡ʃeːde dˤu
Txéde d’u. [t͡ʃeːde dˤu] t͡ʃeː love -de indicative dˤu 3.sing.fem “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he (i.e., the subject) is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ACT">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA">
+ <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA" gender="fem">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns:
<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" case="ACT" gender="masc">
- <word posp="noun" gloss="boy"/>
+ <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" gender="masc">
+ <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA" gender="fem">
- <word posp="noun" gloss="girl"/>
+ <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem">
+ <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
</s>
</example>
module markowned:
<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" locus="number" case="ACT" gender="masc">
+ <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem">
+ <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
+ <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
+ <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/mode/obligatoryGot indicative
addaffixes:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner"/> - </np> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|t͡ʃ|eː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner">|dˤ|ə#ː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner">|dˤ|u|</word> </flat> </example>
vowelharmony: No change.
### |t͡ʃ|eː|#-> t͡ʃeː
### |t͡ʃ|eː|
#-> t͡ʃeː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |dˤ|ə#ː|
#-> dˤə#ː
### |dˤ|ə#ː|
#-> dˤə#ː
### |dˤ|u|
#-> dˤu
### |dˤ|u|
#-> dˤu
### |t͡ʃ|eː||d|e| |dˤ|ə#ː| |dˤ|u|
#-> t͡ʃeːde dˤə#ː dˤu
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|t͡ʃ|eː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner">|dˤ|ə#ː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner">|dˤ|u|</word> </flat> + <p><span class="ilpair"><span class="mor">t͡ʃeː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">dˤə̃ː</span><br><span class="gls">3.sing.masc</span></span> <span class="ilpair"><span class="mor">dˤu</span><br><span class="gls">3.sing.fem</span></span></p> + <p>t͡ʃeːde dˤə̃ː dˤu</p> + <p>txéde d’ý d’u</p> + <il> + <w> + <o>t͡ʃeː</o> + <g>love</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>dˤə̃ː</o> + <g>3.sing.masc</g> + </w> + <w> + <o>dˤu</o> + <g>3.sing.fem</g> + </w> + </il> </example>### t͡ʃeːde dˤə̃ː dˤu
#-> t͡ʃeːde dˤə̃ː dˤu
Txéde d’ý d’u. [t͡ʃeːde dˤə̃ː dˤu] t͡ʃeː love -de indicative dˤə̃ː 3.sing.masc dˤu 3.sing.fem “He loves her.” | (3) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="masc">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="NN1"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="NN2"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for hate/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for NN1/noun/case/optional
Got ACT
About to call getSlotValue for NN1/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for NN2/noun/case/optional
Got STA
About to call getSlotValue for NN2/noun/number/obligatory
Got sing
addaffixes:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Nafol hates Ganap."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|ŋ|a|k|uː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="Nafol" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner" propernoun="yes">|ɳ|a|f|o|l|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="Ganap" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner" propernoun="yes">|ɡ|a|n|a|p|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="loveprop" translation="Nafol hates Ganap.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|ŋ|a|k|uː|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="Nafol" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner" propernoun="yes">|ɳ|a|f|o|l|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="Ganap" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner" propernoun="yes">|ɡ|a|n|a|p|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |ŋ|a|k|uː|#-> ŋakuː
### |ŋ|a|k|uː|
#-> ŋakuː
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |ɳ|a|f|o|l|
#-> ɳafol
### |ɳ|a|f|o|l|
#-> ɳafol
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |ɡ|a|n|a|p|
#-> ɡanap
### |ɡ|a|n|a|p|
#-> ɡanap
### -|e|
#-> -e
### -|e|
#-> -e
### |ŋ|a|k|uː||d|o| |f|eː| |ɳ|a|f|o|l||a|l||e| |n|e||f|eː| |ɡ|a|n|a|p||e|
#-> ŋakuːdo feː ɳafolale nefeː ɡanape
removetags:
<example id="loveprop" translation="Nafol hates Ganap."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|ŋ|a|k|uː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="Nafol" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner" propernoun="yes">|ɳ|a|f|o|l|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="Ganap" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner" propernoun="yes">|ɡ|a|n|a|p|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ŋakuː</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɳafol</span><br><span class="gls">Nafol</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡanap</span><br><span class="gls">Ganap</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>ŋakuːdo feː ɳafolale nefeː ɡanape</p> + <p>ngakúdo fé Nrafolale nefé Ganape</p> + <il> + <w> + <o>ŋakuː</o> + <g>hate</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>ɳafol</o> + <g>Nafol</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>ɡanap</o> + <g>Ganap</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### ŋakuːdo feː ɳafolale nefeː ɡanape
#-> ŋakuːdo feː ɳafolale nefeː ɡanape
Ngakúdo fé Nrafolale nefé Ganape. [ŋakuːdo feː ɳafolale nefeː ɡanape] ŋakuː hate -do indicative feː the ɳafol Nafol -al ACT -e sing ne- fem feː the ɡanap Ganap -e sing “Nafol hates Ganap.” | (4) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="STA"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="STA"> - <np number="sing" def="def" locus="number" role="owner"> + <np type="owner_owned" case="STA" gender="masc"> + <np number="sing" def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="STA" gender="masc"> + <np type="owner_owned" case="STA" gender="masc" number="sing"> <np number="sing" def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="STA" gender="masc" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="STA" gender="masc" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="STA" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="STA" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="STA" gender="masc" number="sing"> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/>
+ <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
</np>
</example>
About to call getSlotValue for the/det/gender/optionalGot masc
About to call getSlotValue for apple/noun/case/optional
Got STA
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for boy/noun/case/optional
About to call getSlotValue for boy/noun/number/obligatory
Got sing
addaffixes:
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">|f|eː|</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">|ɳ|a|nˤ|ə#ː|m|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|e|ɡ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |p|i|#-> pi
### |p|i|
#-> pi
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |ɳ|a|nˤ|ə#ː|m|
#-> ɳanˤə#ːm
### |ɳ|a|nˤ|ə#ː|m|
#-> ɳanˤə#ːm
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |f|e|ɡ|
#-> feɡ
### |f|e|ɡ|
#-> feɡ
### -|e|
#-> -e
### -|e|
#-> -e
### |p|i| |f|eː| |ɳ|a|nˤ|ə#ː|m||e| |f|eː| |f|e|ɡ||e|
#-> pi feː ɳanˤə#ːme feː feɡe
removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy>
- <thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">|f|eː|</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">|ɳ|a|nˤ|ə#ː|m|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|e|ɡ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">pi</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɳanˤə̃ːm</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">feɡ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p>
+ <p>pi feː ɳanˤə̃ːme feː feɡe</p>
+ <p>pi fé nran’ýme fé fege</p>
+ <il>
+ <w>
+ <o>pi</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>feː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɳanˤə̃ːm</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>feː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>feɡ</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### pi feː ɳanˤə̃ːme feː feɡe#-> pi feː ɳanˤə̃ːme feː feɡe
pi fé nran’ýme fé fege [pi feː ɳanˤə̃ːme feː feɡe] pi 3.sing.masc.POSS feː the ɳanˤə̃ːm apple -e sing feː the feɡ boy -e sing “the boy’s apple” | (5) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="STA"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="STA"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np type="owner_owned" case="STA" gender="masc"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="STA" gender="masc"> + <np type="owner_owned" case="STA" gender="masc" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <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" case="STA" gender="masc" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowned:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="STA" gender="masc" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="STA" gender="masc" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> - <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> - </np> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="STA" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="STA" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="STA" gender="masc" number="sing"> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/>
+ <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
+ <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner"/>
</np>
</example>
About to call getSlotValue for the/det/gender/optionalGot masc
About to call getSlotValue for apple/noun/case/optional
Got STA
About to call getSlotValue for apple/noun/number/obligatory
Got sing
addaffixes:
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner"/> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">|f|eː|</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">|ɳ|a|nˤ|ə#ː|m|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner">|dˤ|ə#ː|</word> </flat> </example>
vowelharmony: No change.
### |p|i|#-> pi
### |p|i|
#-> pi
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |ɳ|a|nˤ|ə#ː|m|
#-> ɳanˤə#ːm
### |ɳ|a|nˤ|ə#ː|m|
#-> ɳanˤə#ːm
### -|e|
#-> -e
### -|e|
#-> -e
### |dˤ|ə#ː|
#-> dˤə#ː
### |dˤ|ə#ː|
#-> dˤə#ː
### |p|i| |f|eː| |ɳ|a|nˤ|ə#ː|m||e| |dˤ|ə#ː|
#-> pi feː ɳanˤə#ːme dˤə#ː
removetags:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy>
- <thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">|f|eː|</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.masc" case="STA">|ɳ|a|nˤ|ə#ː|m|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner">|dˤ|ə#ː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">pi</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɳanˤə̃ːm</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">dˤə̃ː</span><br><span class="gls">3.sing.masc</span></span></p>
+ <p>pi feː ɳanˤə̃ːme dˤə̃ː</p>
+ <p>pi fé nran’ýme d’ý</p>
+ <il>
+ <w>
+ <o>pi</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>feː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɳanˤə̃ːm</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>dˤə̃ː</o>
+ <g>3.sing.masc</g>
+ </w>
+ </il>
</example>
### pi feː ɳanˤə̃ːme dˤə̃ː#-> pi feː ɳanˤə̃ːme dˤə̃ː
pi fé nran’ýme d’ý [pi feː ɳanˤə̃ːme dˤə̃ː] pi 3.sing.masc.POSS feː the ɳanˤə̃ːm apple -e sing dˤə̃ː 3.sing.masc “his (the boy’s) apple” | (6) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="STA"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="STA"> + <np type="owner_owned" case="STA" gender="masc"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="STA" gender="masc"> + <np type="owner_owned" case="STA" gender="masc" 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" gender="masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="STA" gender="masc" 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" gender="masc"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="STA" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="STA" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing">
+ <thingy type="nppossessor" function="proclitic" gloss="1excl.sing"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="STA" gender="masc" number="sing"> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="1excl.sing"/> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="1excl.sing"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"/>
+ <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"/>
</np>
</example>
About to call getSlotValue for the/det/gender/optionalGot masc
About to call getSlotValue for apple/noun/case/optional
Got STA
About to call getSlotValue for apple/noun/number/obligatory
Got sing
addaffixes:
<example id="posso2" translation="my apple">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="1excl.sing"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="1excl.sing"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="1excl.sing"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="nppossessor" function="proclitic" gloss="1excl.sing.POSS">|nˤ|e|</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA">|f|eː|</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA">|ɳ|a|nˤ|ə#ː|m|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |nˤ|e|#-> nˤe
### |nˤ|e|
#-> nˤe
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |ɳ|a|nˤ|ə#ː|m|
#-> ɳanˤə#ːm
### |ɳ|a|nˤ|ə#ː|m|
#-> ɳanˤə#ːm
### -|e|
#-> -e
### -|e|
#-> -e
### |nˤ|e| |f|eː| |ɳ|a|nˤ|ə#ː|m||e|
#-> nˤe feː ɳanˤə#ːme
removetags:
<example id="posso2" translation="my apple">
<flat>
<thingy type="nppossessor" function="proclitic" gloss="1excl.sing.POSS">|nˤ|e|</thingy>
- <thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA">|f|eː|</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="1excl.sing" case="STA">|ɳ|a|nˤ|ə#ː|m|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">nˤe</span><br><span class="gls">1excl.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɳanˤə̃ːm</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p>
+ <p>nˤe feː ɳanˤə̃ːme</p>
+ <p>n’e fé nran’ýme</p>
+ <il>
+ <w>
+ <o>nˤe</o>
+ <g>1excl.sing.POSS</g>
+ </w>
+ <w>
+ <o>feː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɳanˤə̃ːm</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### nˤe feː ɳanˤə̃ːme#-> nˤe feː ɳanˤə̃ːme
n’e fé nran’ýme [nˤe feː ɳanˤə̃ːme] nˤe 1excl.sing.POSS feː the ɳanˤə̃ːm apple -e sing “my apple” | (7) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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 role="subj" case="ACT">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <np role="obj">
+ <np role="obj" case="STA">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
- <np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np type="owner_owned" gender="fem">
+ <np number="sing" def="def" locus="number" role="owner" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj" case="STA">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np type="owner_owned" gender="masc">
+ <np type="owner_owned" role="owner" gender="fem">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<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" case="ACT">
- <np type="owner_owned" gender="fem">
+ <np role="subj" case="ACT" number="sing">
+ <np type="owner_owned" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <np role="obj" case="STA">
- <np type="owner_owned" gender="masc">
- <np type="owner_owned" role="owner" gender="fem">
+ <np role="obj" case="STA" number="sing">
+ <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" role="owner" gender="fem" 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" gender="fem">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" number="sing">
+ <np role="subj" case="ACT" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
- <np number="sing" def="def" locus="number" role="owner" gender="masc">
+ <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <np role="obj" case="STA" number="sing">
+ <np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np type="owner_owned" role="owner" gender="fem" 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" gender="fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="masc">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module ngen:
<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" case="ACT" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
- <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
+ <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
<np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
+ <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
</np>
</np>
- </np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<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" case="ACT" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
<np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
- <word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
</np>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"> <word posp="verb" gloss="kiss"/> </vp> - <np role="subj" case="ACT" number="sing" possessor="no.owner"> + <np role="subj" case="ACT" number="sing" possessor="no.owner" gender="fem"> <np type="owner_owned" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> </np> </np> - <np role="obj" case="STA" number="sing" possessor="no.owner"> + <np role="obj" case="STA" number="sing" possessor="no.owner" gender="masc"> <np type="owner_owned" gender="masc" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> <np type="owner_owned" role="owner" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> </np> </np> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3.sing.fem" obj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="subj" case="ACT" number="sing" possessor="no.owner" gender="fem">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
<np role="obj" case="STA" number="sing" possessor="no.owner" gender="masc">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
+ <thingy type="nppossessor" function="proclitic" gloss="2.sing"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<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" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kiss"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="subj" case="ACT" number="sing" possessor="no.owner" gender="fem">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="fem" number="sing">
+ <np type="owner_owned" gender="fem" number="sing" role="subj" case="ACT" possessor="no.owner">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</np>
- </np>
- <np role="obj" case="STA" number="sing" possessor="no.owner" gender="masc">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc" number="sing" role="obj" case="STA" possessor="no.owner">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
<thingy type="nppossessor" function="proclitic" gloss="2.sing"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<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" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kiss"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="fem" number="sing" role="subj" case="ACT" possessor="no.owner">
- <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- </np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="masc" number="sing" role="obj" case="STA" possessor="no.owner">
- <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
- <np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
<thingy type="nppossessor" function="proclitic" gloss="2.sing"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
- </np>
- </np>
</s>
</example>
movedowntoword:
<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" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
<thingy type="nppossessor" function="proclitic" gloss="2.sing"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/>
</np>
</s>
</example>
About to call getSlotValue for kiss/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for daughter/noun/case/optional
Got ACT
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for hunter/noun/case/optional
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for son/noun/case/optional
Got STA
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for neighbour/noun/case/optional
About to call getSlotValue for neighbour/noun/number/obligatory
Got sing
addaffixes:
<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" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
<thingy type="nppossessor" function="proclitic" gloss="2.sing"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.fem" obj="3.sing.masc"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"> <thingy type="nppossessor" function="proclitic" gloss="2.sing"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="2.sing"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|tˤ|e|ɲ|uː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">|f|eː|</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">|f|a|ɖ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|k|i|d|o|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|f|eː|</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|tˤ|i|s|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="2.sing.POSS">|k|i|</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|f|eː|</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|l|i|ɖ|iː|n|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|tˤ|e|ɲ|uː|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|tˤ|o|ɲ|uː|</word>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">|f|eː|</word>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">|f|a|ɖ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|eː|</word>
- <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|k|i|d|o|d|</word>
- <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|k|u|d|o|d|</word>
+ <thingy type="nounnumber" function="suffix" gloss="sing">-|o|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|f|eː|</word>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|tˤ|i|s|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="2.sing.POSS">|k|i|</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|f|eː|</word>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|l|i|ɖ|iː|n|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |tˤ|o|ɲ|uː|#-> tˤoɲuː
### |tˤ|o|ɲ|uː|
#-> tˤoɲuː
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |p|i|
#-> pi
### |p|i|
#-> pi
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |f|a|ɖ|
#-> faɖ
### |f|a|ɖ|
#-> faɖ
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |k|u|d|o|d|
#-> kudod
### |k|u|d|o|d|
#-> kudod
### -|o|
#-> -o
### -|o|
#-> -o
### |n|i|
#-> ni
### |n|i|
#-> ni
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |tˤ|i|s|
#-> tˤis
### |tˤ|i|s|
#-> tˤis
### -|e|
#-> -e
### -|e|
#-> -e
### |k|i|
#-> ki
### |k|i|
#-> ki
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |l|i|ɖ|iː|n|
#-> liɖiːn
### |l|i|ɖ|iː|n|
#-> liɖiːn
### -|e|
#-> -e
### -|e|
#-> -e
### |tˤ|o|ɲ|uː||d|o| |l|i| |p|i| |n|e||f|eː| |f|a|ɖ||a|l||e| |f|eː| |k|u|d|o|d||o| |n|i| |f|eː| |tˤ|i|s||e| |k|i| |n|e||f|eː| |l|i|ɖ|iː|n||e|
#-> tˤoɲuːdo li pi nefeː faɖale feː kudodo ni feː tˤise ki nefeː liɖiːne
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|tˤ|o|ɲ|uː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">|f|eː|</word> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="ACT">|f|a|ɖ|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|k|u|d|o|d|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|o|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|f|eː|</word> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|tˤ|i|s|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> <thingy type="nppossessor" function="proclitic" gloss="2.sing.POSS">|k|i|</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|f|eː|</word> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|l|i|ɖ|iː|n|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">tˤoɲuː</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">faɖ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kudod</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ki</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">liɖiːn</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>tˤoɲuːdo li pi nefeː faɖale feː kudodo ni feː tˤise ki nefeː liɖiːne</p> + <p>t’oñúdo li pi nefé fadrale fé kudodo ni fé t’ise ki nefé lidríne</p> + <il> + <w> + <o>tˤoɲuː</o> + <g>kiss</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>pi</o> + <g>3.sing.masc.POSS</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>faɖ</o> + <g>daughter</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>kudod</o> + <g>hunter</g> + </w> + <w> + <o>-o</o> + <g>sing</g> + </w> + <w> + <o>ni</o> + <g>3.sing.fem.POSS</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>tˤis</o> + <g>son</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ki</o> + <g>2.sing.POSS</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>liɖiːn</o> + <g>neighbour</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### tˤoɲuːdo li pi nefeː faɖale feː kudodo ni feː tˤise ki nefeː liɖiːne
#-> tˤoɲuːdo li pi nefeː faɖale feː kudodo ni feː tˤise ki nefeː liɖiːne
T’oñúdo li pi nefé fadrale fé kudodo ni fé t’ise ki nefé lidríne. [tˤoɲuːdo li pi nefeː faɖale feː kudodo ni feː tˤise ki nefeː liɖiːne] tˤoɲuː kiss -do indicative li PAST pi 3.sing.masc.POSS ne- fem feː the faɖ daughter -al ACT -e sing feː the kudod hunter -o sing ni 3.sing.fem.POSS feː the tˤis son -e sing ki 2.sing.POSS ne- fem feː the liɖiːn neighbour -e sing “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb: No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> + <word gloss="a" posp="det"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="STA"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module addgender:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="STA"> + <np number="sing" tr="rheme" locus="number" case="STA" gender="fem"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="STA" gender="fem"> + <np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> - <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> + <word posp="noun" gloss="lamb"/> </np> </example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<word posp="noun" gloss="lamb"/>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="a" posp="det"/>
- <word posp="noun" gloss="lamb"/>
+ <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
</np>
</example>
About to call getSlotValue for a/det/gender/optionalGot fem
About to call getSlotValue for lamb/noun/case/optional
Got STA
About to call getSlotValue for lamb/noun/number/obligatory
Got sing
addaffixes:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|l|ə#|</word> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|b|a|dˤ|a|ɖ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |n|e|-#-> ne-
### |n|e|-
#-> ne-
### |l|ə#|
#-> lə#
### |l|ə#|
#-> lə#
### |b|a|dˤ|a|ɖ|
#-> badˤaɖ
### |b|a|dˤ|a|ɖ|
#-> badˤaɖ
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e||l|ə#| |b|a|dˤ|a|ɖ||e|
#-> nelə# badˤaɖe
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|l|ə#|</word> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|b|a|dˤ|a|ɖ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">lə̃</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">badˤaɖ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>nelə̃ badˤaɖe</p> + <p>nely bad’adre</p> + <il> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>lə̃</o> + <g>a</g> + </w> + <w> + <o>badˤaɖ</o> + <g>lamb</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### nelə̃ badˤaɖe
#-> nelə̃ badˤaɖe
nely bad’adre [nelə̃ badˤaɖe] ne- fem lə̃ a badˤaɖ lamb -e sing “a lamb” | (9) |
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> + <word gloss="a" posp="det"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<word gloss="a" posp="det"/>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> <word gloss="a" posp="det"/> </np> </example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="STA"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </example>
module addgender:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="STA"> + <np number="sing" tr="rheme" locus="number" case="STA" gender="fem"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="STA" gender="fem"> + <np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> + <word gloss="a" posp="det"/> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> - <word gloss="a" posp="det"/> </np> </example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="a" posp="det"/>
- <word gloss="lamb" lexposp="noun" posp="noun">
+ <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
About to call getSlotValue for a/det/gender/optionalGot fem
About to call getSlotValue for lamb/noun/case/optional
Got STA
About to call getSlotValue for lamb/noun/number/obligatory
Got sing
addaffixes:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|l|ə#|</word> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|b|a|dˤ|a|ɖ|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|i||||ʂ|</thingy> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |n|e|-#-> ne-
### |n|e|-
#-> ne-
### |l|ə#|
#-> lə#
### |l|ə#|
#-> lə#
### |b|a|dˤ|a|ɖ|
#-> badˤaɖ
### |b|a|dˤ|a|ɖ|
#-> badˤaɖ
### -|i||||ʂ|
#-> -iʂ
### -|i||||ʂ|
#-> -iʂ
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e||l|ə#| |b|a|dˤ|a|ɖ||i||||ʂ||e|
#-> nelə# badˤaɖiʂe
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|l|ə#|</word> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy> <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|b|a|dˤ|a|ɖ|</word> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|i||||ʂ|</thingy> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">lə̃</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">badˤaɖ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-iʂ</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>nelə̃ badˤaɖiʂe</p> + <p>nely bad’adrisre</p> + <il> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>lə̃</o> + <g>a</g> + </w> + <w> + <o>badˤaɖ</o> + <g>lamb</g> + </w> + <w> + <o>-iʂ</o> + <g>little</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### nelə̃ badˤaɖiʂe
#-> nelə̃ badˤaɖiʂe
nely bad’adrisre [nelə̃ badˤaɖiʂe] ne- fem lə̃ a badˤaɖ lamb -iʂ little -e sing “a little lamb” | (10) |
initial XML:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</s>
</example>cleanup:
<example id="lamb2" translation="She had a little lamb."> <s> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </s> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
+ <word gloss="a" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb2" translation="She had a little lamb."> <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="have"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> <word gloss="a" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
submodule transform_adj<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<word gloss="a" posp="det"/>
</np>
</s>
</example>tva1tva2
tva1
tva2
module affixdensity:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
+ <word gloss="lamb" lexposp="noun" posp="noun">
+ <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
+ <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
+ </word>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT">
<word posp="noun" gloss="girl"/>
</np>
- <np number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number" case="STA">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module addgender:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT" gender="fem">
<word posp="noun" gloss="girl"/>
</np>
- <np number="sing" tr="rheme" role="obj" locus="number" case="STA">
+ <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT" gender="fem">
- <word posp="noun" gloss="girl"/>
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem">
+ <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module markowned:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
- <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem">
+ <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <word gloss="a" posp="det"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
- <word gloss="a" posp="det"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="lamb2" translation="She had a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"> <word posp="verb" gloss="have"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <word gloss="a" posp="det"/> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </s> </example>
prodrop:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<word posp="verb" gloss="have"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
- <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
- </np>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word gloss="a" posp="det"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</s>
</example>
addclitics:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="have"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="have"/>
+ <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="a" posp="det"/>
- <word gloss="lamb" lexposp="noun" posp="noun">
+ <word gloss="a" posp="det" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</s>
</example>
About to call getSlotValue for have/verb/mode/obligatoryGot indicative
About to call getSlotValue for a/det/gender/optional
Got fem
About to call getSlotValue for lamb/noun/case/optional
Got STA
About to call getSlotValue for lamb/noun/number/obligatory
Got sing
addaffixes:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="a" posp="det" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="lamb2" translation="She had a little lamb."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="a" posp="det" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="lamb2" translation="She had a little lamb."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="a" posp="det" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">|ɖ|iː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="a" posp="det" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|l|ə#|</word> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|b|a|dˤ|a|ɖ|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|i||||ʂ|</thingy> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |ɖ|iː|#-> ɖiː
### |ɖ|iː|
#-> ɖiː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |l|i|
#-> li
### |l|i|
#-> li
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |l|ə#|
#-> lə#
### |l|ə#|
#-> lə#
### |b|a|dˤ|a|ɖ|
#-> badˤaɖ
### |b|a|dˤ|a|ɖ|
#-> badˤaɖ
### -|i||||ʂ|
#-> -iʂ
### -|i||||ʂ|
#-> -iʂ
### -|e|
#-> -e
### -|e|
#-> -e
### |ɖ|iː||d|e| |l|i| |n|e||l|ə#| |b|a|dˤ|a|ɖ||i||||ʂ||e|
#-> ɖiːde li nelə# badˤaɖiʂe
removetags:
<example id="lamb2" translation="She had a little lamb."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">|ɖ|iː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="a" posp="det" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|l|ə#|</word> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy> <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|b|a|dˤ|a|ɖ|</word> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|i||||ʂ|</thingy> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɖiː</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">lə̃</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">badˤaɖ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-iʂ</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>ɖiːde li nelə̃ badˤaɖiʂe</p> + <p>dríde li nely bad’adrisre</p> + <il> + <w> + <o>ɖiː</o> + <g>have</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>lə̃</o> + <g>a</g> + </w> + <w> + <o>badˤaɖ</o> + <g>lamb</g> + </w> + <w> + <o>-iʂ</o> + <g>little</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### ɖiːde li nelə̃ badˤaɖiʂe
#-> ɖiːde li nelə̃ badˤaɖiʂe
Dríde li nely bad’adrisre. [ɖiːde li nelə̃ badˤaɖiʂe] ɖiː have -de indicative li PAST ne- fem lə̃ a badˤaɖ lamb -iʂ little -e sing “She had a little lamb.” | (11) |
This doesn’t affect all adjectives and verbs. Compare, for instance the previous example with this one, where black and love do not undergo affixation:
initial XML:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp tam="past-punct">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>black</adj>
</np>
</s>
</example>cleanup:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <vp tam="past-punct"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>black</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="black"/> </np> </s> </example>
module adj2verb:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="black"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="black"/>
</np>
+ </relp>
+ </np>
</s>
</example>
module articles:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="black"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
</np>
</relp>
+ <word gloss="a" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb2b" translation="She loved a black lamb."> <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="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np number="sing" tr="rheme" role="obj" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="black"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="lamb"/> </np> </relp> <word gloss="a" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
</vp>
- <np head="this" role="subj" number="sing">
+ </subs>
+ <np role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
</np>
- </relp>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT">
<word posp="noun" gloss="girl"/>
</np>
- <np number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number" case="STA">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
</vp>
</subs>
<np role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
</np>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module addgender:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT" gender="fem">
<word posp="noun" gloss="girl"/>
</np>
- <np number="sing" tr="rheme" role="obj" locus="number" case="STA">
+ <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
</vp>
</subs>
- <np role="subj" number="sing">
+ <np role="subj" number="sing" gender="fem">
<word posp="noun" gloss="lamb"/>
</np>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT" gender="fem">
- <word posp="noun" gloss="girl"/>
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem">
+ <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
</vp>
</subs>
<np role="subj" number="sing" gender="fem">
<word posp="noun" gloss="lamb"/>
</np>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module markowned:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
- <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem">
+ <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
</vp>
</subs>
- <np role="subj" number="sing" gender="fem">
+ <np role="subj" number="sing" gender="fem" possessor="no.owner">
<word posp="noun" gloss="lamb"/>
</np>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <word gloss="a" posp="det"/>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
</vp>
</subs>
<np role="subj" number="sing" gender="fem" possessor="no.owner">
<word posp="noun" gloss="lamb"/>
</np>
- <word gloss="a" posp="det"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <word gloss="a" posp="det"/> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="black"/> </vp> </subs> <np role="subj" number="sing" gender="fem" possessor="no.owner"> <word posp="noun" gloss="lamb"/> </np> </np> </s> </example>
prodrop:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
- <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
- </np>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word gloss="a" posp="det"/>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
</vp>
</subs>
<np role="subj" number="sing" gender="fem" possessor="no.owner">
<word posp="noun" gloss="lamb"/>
</np>
</np>
</s>
</example>
addclitics:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<np role="subj" number="sing" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lamb"/>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
- <np role="subj" number="sing" gender="fem" possessor="no.owner">
+ <np role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lamb"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<subs>
<vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="black"/>
+ <word lexposp="adj" posp="verb" gloss="black" tam="pres-state" ta="PRES"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<np role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="lamb"/>
+ <word posp="noun" gloss="lamb" role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/mode/obligatoryGot indicative
About to call getSlotValue for a/det/gender/optional
About to call getSlotValue for black/verb/mode/obligatory
calling defaultval for mode/
defaultval: verb, mode
returning indicative
Got indicative
About to call getSlotValue for lamb/noun/case/optional
Got STA
About to call getSlotValue for lamb/noun/number/obligatory
Got sing
addaffixes:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="black" tam="pres-state" ta="PRES"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<np role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lamb" role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="lamb2b" translation="She loved a black lamb."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word gloss="a" posp="det"/> - <subs> - <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="black" tam="pres-state" ta="PRES"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </subs> - <np role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="noun" gloss="lamb" role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="lamb2b" translation="She loved a black lamb."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word gloss="a" posp="det"/> - <word lexposp="adj" posp="verb" gloss="black" tam="pres-state" ta="PRES"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="noun" gloss="lamb" role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">|t͡ʃ|eː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="a" posp="det">|l|ə#|</word> + <word lexposp="adj" posp="verb" gloss="black" tam="pres-state" ta="PRES">|dˤ|i|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="lamb" role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA">|b|a|dˤ|a|ɖ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |t͡ʃ|eː|#-> t͡ʃeː
### |t͡ʃ|eː|
#-> t͡ʃeː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |l|i|
#-> li
### |l|i|
#-> li
### |l|ə#|
#-> lə#
### |l|ə#|
#-> lə#
### |dˤ|i|
#-> dˤi
### |dˤ|i|
#-> dˤi
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |b|a|dˤ|a|ɖ|
#-> badˤaɖ
### |b|a|dˤ|a|ɖ|
#-> badˤaɖ
### -|e|
#-> -e
### -|e|
#-> -e
### |t͡ʃ|eː||d|e| |l|i| |l|ə#| |dˤ|i||d|e| |b|a|dˤ|a|ɖ||e|
#-> t͡ʃeːde li lə# dˤide badˤaɖe
removetags:
<example id="lamb2b" translation="She loved a black lamb."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">|t͡ʃ|eː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word gloss="a" posp="det">|l|ə#|</word> <word lexposp="adj" posp="verb" gloss="black" tam="pres-state" ta="PRES">|dˤ|i|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="noun" gloss="lamb" role="obj" number="sing" gender="fem" possessor="no.owner" tr="rheme" locus="number" case="STA">|b|a|dˤ|a|ɖ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">t͡ʃeː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">lə̃</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">dˤi</span><br><span class="gls">black</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">badˤaɖ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>t͡ʃeːde li lə̃ dˤide badˤaɖe</p> + <p>txéde li ly d’ide bad’adre</p> + <il> + <w> + <o>t͡ʃeː</o> + <g>love</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>lə̃</o> + <g>a</g> + </w> + <w> + <o>dˤi</o> + <g>black</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>badˤaɖ</o> + <g>lamb</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### t͡ʃeːde li lə̃ dˤide badˤaɖe
#-> t͡ʃeːde li lə̃ dˤide badˤaɖe
Txéde li ly d’ide bad’adre. [t͡ʃeːde li lə̃ dˤide badˤaɖe] t͡ʃeː love -de indicative li PAST lə̃ a dˤi black -de indicative badˤaɖ lamb -e sing “She loved a black lamb.” | (12) |
Compounding
Verbs
Inflectional Categories
The verbal phrase clitics in Lish fall into two categories, proclitics and enclitics: first, a clitic expressing negation, comprising d’a /dˤa/ ‘NEG’; second, a clitic expressing ta, comprising li /li/ ‘PAST’; third, a clitic expressing voice, comprising n’i /nˤi/ ‘passive’; and finally, fourth, a clitic expressing question, comprising fi /fi/ ‘Q’.
In addition, the verb is structured like this: the root followed by an obligatory suffix expressing mode, comprising -de /-de/ ‘indicative’, -ta /-ta/ ‘imperative’, -ne /-ne/ ‘conditional’ and -s’a /-sˤa/ ‘optative’.
The verb displays the following derivational morphology: five suffixes, namely -tra /-ʈa/ ‘begin’, -di /-di/ ‘stop’, -sre /-ʂe/ ‘continue’, -ma /-ma/ ‘try’ and -nri /-ɳi/ ‘start’
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np number="sing" def="neither" role="obj" locus="number">
+ <np number="sing" def="neither" role="obj" locus="number" case="STA">
<word person="2" number="sing" posp="pron"/>
</np>
</s>
</example>
module addgender: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np number="sing" def="neither" role="obj" locus="number" case="STA">
+ <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">
<word person="2" number="sing" posp="pron"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<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" case="ACT" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> - <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"> + <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
- </np>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
</s>
</example>
addclitics:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/mode/obligatoryGot indicative
addaffixes:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">|t͡ʃ|eː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">|sˤ|o|</word> </flat> </example>
vowelharmony: No change.
### |t͡ʃ|eː|#-> t͡ʃeː
### |t͡ʃ|eː|
#-> t͡ʃeː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |sˤ|o|
#-> sˤo
### |sˤ|o|
#-> sˤo
### |t͡ʃ|eː||d|e| |sˤ|o|
#-> t͡ʃeːde sˤo
removetags:
<example id="love" translation="I love you."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">|t͡ʃ|eː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">|sˤ|o|</word> </flat> + <p><span class="ilpair"><span class="mor">t͡ʃeː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">sˤo</span><br><span class="gls">2.sing</span></span></p> + <p>t͡ʃeːde sˤo</p> + <p>txéde s’o</p> + <il> + <w> + <o>t͡ʃeː</o> + <g>love</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>sˤo</o> + <g>2.sing</g> + </w> + </il> </example>### t͡ʃeːde sˤo
#-> t͡ʃeːde sˤo
Txéde s’o. [t͡ʃeːde sˤo] t͡ʃeː love -de indicative sˤo 2.sing “I love you.” | (13) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <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 addgender:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing" locus="number" case="LOC"> + <np def="def" number="sing" locus="number" case="LOC" gender="fem"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> <word gloss="in_surface" posp="pp"/> </pp> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing" locus="number" case="LOC" gender="fem"> + <np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> <word gloss="in_surface" posp="pp"/> </pp> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table"/>
</np>
<word gloss="in_surface" posp="pp"/>
</pp>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="table"/>
</np>
<word gloss="in_surface" posp="pp"/>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/>
</np>
- <word gloss="in_surface" posp="pp"/>
+ <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/>
</pp>
</example>
About to call getSlotValue for the/det/gender/optionalGot fem
About to call getSlotValue for table/noun/case/optional
Got LOC
About to call getSlotValue for table/noun/number/obligatory
Got sing
addaffixes:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="LOC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</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" gender="fem" possessor="no.owner"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="LOC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </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> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="LOC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">|f|e|l|</word> + <thingy type="nouncase" function="suffix" gloss="LOC">-|a|h|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">|t͡ʃ|ə#|</word> </flat> </example>
vowelharmony: No change.
### |n|e|-#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |f|e|l|
#-> fel
### |f|e|l|
#-> fel
### -|a|h|
#-> -ah
### -|a|h|
#-> -ah
### -|e|
#-> -e
### -|e|
#-> -e
### |t͡ʃ|ə#|
#-> t͡ʃə#
### |t͡ʃ|ə#|
#-> t͡ʃə#
### |n|e||f|eː| |f|e|l||a|h||e| |t͡ʃ|ə#|
#-> nefeː felahe t͡ʃə#
removetags:
<example id="adpos1" translation="on the table"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="table" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">|f|e|l|</word> <thingy type="nouncase" function="suffix" gloss="LOC">-|a|h|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">|t͡ʃ|ə#|</word> </flat> + <p><span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">fel</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-ah</span><br><span class="gls"><span class="glssc">LOC</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">t͡ʃə̃</span><br><span class="gls">in_surface</span></span></p> + <p>nefeː felahe t͡ʃə̃</p> + <p>nefé felahe txy</p> + <il> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>fel</o> + <g>table</g> + </w> + <w> + <o>-ah</o> + <g>LOC</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>t͡ʃə̃</o> + <g>in_surface</g> + </w> + </il> </example>### nefeː felahe t͡ʃə̃
#-> nefeː felahe t͡ʃə̃
nefé felahe txy [nefeː felahe t͡ʃə̃] ne- fem feː the fel table -ah LOC -e sing t͡ʃə̃ in_surface “on the table” | (14) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <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 addgender:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing" locus="number" case="LOC"> + <np def="def" number="sing" locus="number" case="LOC" gender="fem"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> <word gloss="to_inside" posp="pp"/> </pp> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing" locus="number" case="LOC" gender="fem"> + <np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> <word gloss="to_inside" posp="pp"/> </pp> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box"/>
</np>
<word gloss="to_inside" posp="pp"/>
</pp>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="box"/>
</np>
<word gloss="to_inside" posp="pp"/>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/>
</np>
- <word gloss="to_inside" posp="pp"/>
+ <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/>
</pp>
</example>
About to call getSlotValue for the/det/gender/optionalGot fem
About to call getSlotValue for box/noun/case/optional
Got LOC
About to call getSlotValue for box/noun/number/obligatory
Got sing
addaffixes:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="LOC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</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" gender="fem" possessor="no.owner"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="LOC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </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> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="LOC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">|ʃ|i|ɡ|iː|b|</word> + <thingy type="nouncase" function="suffix" gloss="LOC">-|a|h|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">|l|uː|</word> </flat> </example>
vowelharmony: No change.
### |n|e|-#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |ʃ|i|ɡ|iː|b|
#-> ʃiɡiːb
### |ʃ|i|ɡ|iː|b|
#-> ʃiɡiːb
### -|a|h|
#-> -ah
### -|a|h|
#-> -ah
### -|e|
#-> -e
### -|e|
#-> -e
### |l|uː|
#-> luː
### |l|uː|
#-> luː
### |n|e||f|eː| |ʃ|i|ɡ|iː|b||a|h||e| |l|uː|
#-> nefeː ʃiɡiːbahe luː
removetags:
<example id="adpos2" translation="into the box"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="box" def="def" number="sing" locus="number" case="LOC" gender="fem" possessor="no.owner">|ʃ|i|ɡ|iː|b|</word> <thingy type="nouncase" function="suffix" gloss="LOC">-|a|h|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">|l|uː|</word> </flat> + <p><span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʃiɡiːb</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-ah</span><br><span class="gls"><span class="glssc">LOC</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">luː</span><br><span class="gls">to_inside</span></span></p> + <p>nefeː ʃiɡiːbahe luː</p> + <p>nefé xigíbahe lú</p> + <il> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>ʃiɡiːb</o> + <g>box</g> + </w> + <w> + <o>-ah</o> + <g>LOC</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>luː</o> + <g>to_inside</g> + </w> + </il> </example>### nefeː ʃiɡiːbahe luː
#-> nefeː ʃiɡiːbahe luː
nefé xigíbahe lú [nefeː ʃiɡiːbahe luː] ne- fem feː the ʃiɡiːb box -ah LOC -e sing luː to_inside “into the box” | (15) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <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 addgender: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</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" possessor="no.owner"> + <np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </example>
prodrop: No change.
addclitics:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</example>
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" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner"/>
</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" possessor="no.owner" person="1excl"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner"/> - <word gloss="COMIT" posp="pp" role="comitative"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner">|f|e|</word> + <word gloss="COMIT" posp="pp" role="comitative">|dˤ|a|p|iː|</word> </flat> </example>
vowelharmony: No change.
### |f|e|#-> fe
### |f|e|
#-> fe
### |dˤ|a|p|iː|
#-> dˤapiː
### |dˤ|a|p|iː|
#-> dˤapiː
### |f|e| |dˤ|a|p|iː|
#-> fe dˤapiː
removetags:
<example id="adpos3" translation="with me"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner">|f|e|</word> <word gloss="COMIT" posp="pp" role="comitative">|dˤ|a|p|iː|</word> </flat> + <p><span class="ilpair"><span class="mor">fe</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">dˤapiː</span><br><span class="gls"><span class="glssc">COMIT</span></span></span></p> + <p>fe dˤapiː</p> + <p>fe d’apí</p> + <il> + <w> + <o>fe</o> + <g>1excl.sing</g> + </w> + <w> + <o>dˤapiː</o> + <g>COMIT</g> + </w> + </il> </example>### fe dˤapiː
#-> fe dˤapiː
fe d’apí [fe dˤapiː] fe 1excl.sing dˤapiː COMIT “with me” | (16) |
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.
The basic constituent order of Lish is Verb–Subject–Object (VSO). Clauses begin with the verb, followed by the subject, with the object in final position. This pattern is attested among various verb-initial languages.
The following examples illustrate the basic, unmarked, constituent order in Lish.
initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" locus="number" case="ACT">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" locus="number">
+ <np number="sing" def="def" role="obj" locus="number" case="STA">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" locus="number" case="STA">
+ <np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="masc">
+ <np number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc">
+ <np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="jaguar"/> </np> <np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3.sing.masc" obj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<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" subj="3.sing.masc" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for kill/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for jaguar/noun/case/optional
Got ACT
About to call getSlotValue for jaguar/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for hunter/noun/case/optional
Got STA
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
addaffixes:
<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" subj="3.sing.masc" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.masc" obj="3.sing.masc"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">|ʋ|iː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|n|i|ʋ|i|ʂ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|k|i|d|o|d|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">|ʋ|iː|</word>
<thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|n|i|ʋ|i|ʂ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word>
- <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|k|i|d|o|d|</word>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|k|u|d|o|d|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |ʋ|iː|#-> ʋiː
### |ʋ|iː|
#-> ʋiː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |l|i|
#-> li
### |l|i|
#-> li
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |n|i|ʋ|i|ʂ|
#-> niʋiʂ
### |n|i|ʋ|i|ʂ|
#-> niʋiʂ
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |k|u|d|o|d|
#-> kudod
### |k|u|d|o|d|
#-> kudod
### -|e|
#-> -e
### -|e|
#-> -e
### |ʋ|iː||d|e| |l|i| |f|eː| |n|i|ʋ|i|ʂ||a|l||e| |f|eː| |k|u|d|o|d||e|
#-> ʋiːde li feː niʋiʂale feː kudode
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">|ʋ|iː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|n|i|ʋ|i|ʂ|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|k|u|d|o|d|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ʋiː</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niʋiʂ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kudod</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>ʋiːde li feː niʋiʂale feː kudode</p> + <p>víde li fé nivisrale fé kudode</p> + <il> + <w> + <o>ʋiː</o> + <g>kill</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>niʋiʂ</o> + <g>jaguar</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>kudod</o> + <g>hunter</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### ʋiːde li feː niʋiʂale feː kudode
#-> ʋiːde li feː niʋiʂale feː kudode
Víde li fé nivisrale fé kudode. [ʋiːde li feː niʋiʂale feː kudode] ʋiː kill -de indicative li PAST feː the niʋiʂ jaguar -al ACT -e sing feː the kudod hunter -e sing “The jaguar killed the hunter.” | (17) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" locus="number" case="ACT">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
+ <np role="obj" case="STA">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="STA">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np number="sing" def="def" locus="number" role="owner">
+ <np type="owner_owned" gender="masc">
+ <np type="owner_owned" role="owner" gender="fem">
+ <np number="sing" def="def" locus="number" role="owner" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<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" case="ACT" gender="fem">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="STA">
- <np type="owner_owned" gender="masc">
- <np type="owner_owned" role="owner" gender="fem">
+ <np role="obj" case="STA" number="sing">
+ <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="fem">
+ <np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="STA" number="sing">
+ <np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np type="owner_owned" role="owner" gender="fem" number="sing">
- <np number="sing" def="def" locus="number" role="owner" gender="masc">
+ <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="masc">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module ngen:
<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" case="ACT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
- <np type="owner_owned" role="owner" gender="fem" number="sing">
- <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
+ <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
- <word posp="noun" gloss="dog"/>
+ <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
+ </np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<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" case="ACT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
<np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> </np> - <np role="obj" case="STA" number="sing" possessor="no.owner"> + <np role="obj" case="STA" number="sing" possessor="no.owner" gender="masc"> <np type="owner_owned" gender="masc" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem"> <word gloss="the" posp="det"/> <word posp="noun" gloss="dog"/> </np> <np type="owner_owned" role="owner" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> </np> </np> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<np role="obj" case="STA" number="sing" possessor="no.owner" gender="masc">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<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" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- <np role="obj" case="STA" number="sing" possessor="no.owner" gender="masc">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc" number="sing" role="obj" case="STA" possessor="no.owner">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<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" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="masc" number="sing" role="obj" case="STA" possessor="no.owner">
- <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
- <np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- </np>
- </np>
</s>
</example>
movedowntoword:
<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" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for eat/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for lion/noun/case/optional
Got ACT
About to call getSlotValue for lion/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for dog/noun/case/optional
Got STA
About to call getSlotValue for dog/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for daughter/noun/case/optional
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for hunter/noun/case/optional
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
addaffixes:
<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" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.fem" obj="3.sing.masc"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|f|uː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">|j|a|ɲ|u|t͡ʃ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|f|eː|</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|t|eː|ʂ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|f|eː|</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|f|a|ɖ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|k|i|d|o|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|f|uː|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">|j|a|ɲ|u|t͡ʃ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|f|eː|</word>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|t|eː|ʂ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|f|eː|</word>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|f|a|ɖ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|eː|</word>
- <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|k|i|d|o|d|</word>
- <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|k|u|d|o|d|</word>
+ <thingy type="nounnumber" function="suffix" gloss="sing">-|o|</thingy>
</flat>
</example>
### |f|uː|#-> fuː
### |f|uː|
#-> fuː
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|ɲ|u|t͡ʃ|
#-> jaɲut͡ʃ
### |j|a|ɲ|u|t͡ʃ|
#-> jaɲut͡ʃ
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |n|i|
#-> ni
### |n|i|
#-> ni
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |t|eː|ʂ|
#-> teːʂ
### |t|eː|ʂ|
#-> teːʂ
### -|e|
#-> -e
### -|e|
#-> -e
### |p|i|
#-> pi
### |p|i|
#-> pi
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |f|a|ɖ|
#-> faɖ
### |f|a|ɖ|
#-> faɖ
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |k|u|d|o|d|
#-> kudod
### |k|u|d|o|d|
#-> kudod
### -|o|
#-> -o
### -|o|
#-> -o
### |f|uː||d|o| |l|i| |n|e||f|eː| |j|a|ɲ|u|t͡ʃ||a|l||e| |n|i| |f|eː| |t|eː|ʂ||e| |p|i| |n|e||f|eː| |f|a|ɖ||e| |f|eː| |k|u|d|o|d||o|
#-> fuːdo li nefeː jaɲut͡ʃale ni feː teːʂe pi nefeː faɖe feː kudodo
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|f|uː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" gender="fem" possessor="no.owner">|j|a|ɲ|u|t͡ʃ|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|f|eː|</word> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="STA">|t|eː|ʂ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|f|eː|</word> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|f|a|ɖ|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|k|u|d|o|d|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|o|</thingy> </flat> + <p><span class="ilpair"><span class="mor">fuː</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jaɲut͡ʃ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">teːʂ</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">faɖ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kudod</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-o</span><br><span class="gls">sing</span></span></p> + <p>fuːdo li nefeː jaɲut͡ʃale ni feː teːʂe pi nefeː faɖe feː kudodo</p> + <p>fúdo li nefé jañutxale ni fé tésre pi nefé fadre fé kudodo</p> + <il> + <w> + <o>fuː</o> + <g>eat</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jaɲut͡ʃ</o> + <g>lion</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ni</o> + <g>3.sing.fem.POSS</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>teːʂ</o> + <g>dog</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>pi</o> + <g>3.sing.masc.POSS</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>faɖ</o> + <g>daughter</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>kudod</o> + <g>hunter</g> + </w> + <w> + <o>-o</o> + <g>sing</g> + </w> + </il> </example>### fuːdo li nefeː jaɲut͡ʃale ni feː teːʂe pi nefeː faɖe feː kudodo
#-> fuːdo li nefeː jaɲut͡ʃale ni feː teːʂe pi nefeː faɖe feː kudodo
Fúdo li nefé jañutxale ni fé tésre pi nefé fadre fé kudodo. [fuːdo li nefeː jaɲut͡ʃale ni feː teːʂe pi nefeː faɖe feː kudodo] fuː eat -do indicative li PAST ne- fem feː the jaɲut͡ʃ lion -al ACT -e sing ni 3.sing.fem.POSS feː the teːʂ dog -e sing pi 3.sing.masc.POSS ne- fem feː the faɖ daughter -e sing feː the kudod hunter -o sing “The lion ate the hunter’s daughter’s dog.” | (18) |
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 Lish reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-initial: the possessed noun precedes the possessor. For instance, Lish expresses “the child’s toy” with the equivalent of “toy child”. This structure is typologically rarer and often co-occurs with verb-initial syntax or with grammatical marking on the noun.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="STA"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="STA"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="STA" gender="fem"> + <np type="owner_owned" role="owner" gender="fem"> + <np type="owner_owned" role="owner" gender="masc"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="STA" gender="fem"> - <np type="owner_owned" role="owner" gender="fem"> - <np type="owner_owned" role="owner" gender="masc"> + <np type="owner_owned" case="STA" gender="fem" number="sing"> + <np type="owner_owned" role="owner" gender="fem" number="sing"> + <np type="owner_owned" role="owner" gender="masc" 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" gender="masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA" gender="fem" number="sing">
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np type="owner_owned" role="owner" gender="masc" 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" gender="masc">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module ngen:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="STA" gender="fem" number="sing"> - <np type="owner_owned" role="owner" gender="fem" number="sing"> - <np type="owner_owned" role="owner" gender="masc" number="sing"> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"> - <word posp="noun" gloss="son"/> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem"> + <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - </np> + <np type="owner_owned" role="owner" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem"> - <word posp="noun" gloss="book"/> + <np type="owner_owned" role="owner" gender="masc" number="sing"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"> + <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> + </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem">
- <word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book"/>
</np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
<np type="owner_owned" role="owner" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
<np type="owner_owned" role="owner" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">
+ <thingy type="nppossessor" function="proclitic" gloss="2.sing"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="STA" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> </np> - <np type="owner_owned" role="owner" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> </np> - <np type="owner_owned" role="owner" gender="masc" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"> <thingy type="nppossessor" function="proclitic" gloss="2.sing"/> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"/>
+ <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">
<thingy type="nppossessor" function="proclitic" gloss="2.sing"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/>
</np>
</example>
About to call getSlotValue for the/det/gender/optionalGot fem
About to call getSlotValue for book/noun/case/optional
Got STA
About to call getSlotValue for book/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for friend/noun/case/optional
About to call getSlotValue for friend/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for son/noun/case/optional
About to call getSlotValue for son/noun/number/obligatory
Got sing
addaffixes:
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"/>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">
<thingy type="nppossessor" function="proclitic" gloss="2.sing"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"> <thingy type="nppossessor" function="proclitic" gloss="2.sing"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="2.sing"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA">|f|eː|</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA">pikə̃ːdˤ</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|f|eː|</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|j|aː|ɡ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="2.sing.POSS">|k|i|</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">|f|eː|</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">|tˤ|i|s|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |n|i|#-> ni
### |n|i|
#-> ni
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### pikə̃ːdˤ
#-> pikə̃ːdˤ
### pikə̃ːdˤ
#-> pikə̃ːdˤ
### -|e|
#-> -e
### -|e|
#-> -e
### |p|i|
#-> pi
### |p|i|
#-> pi
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|aː|ɡ|
#-> jaːɡ
### |j|aː|ɡ|
#-> jaːɡ
### -|e|
#-> -e
### -|e|
#-> -e
### |k|i|
#-> ki
### |k|i|
#-> ki
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |tˤ|i|s|
#-> tˤis
### |tˤ|i|s|
#-> tˤis
### -|e|
#-> -e
### -|e|
#-> -e
### |n|i| |n|e||f|eː| pikə̃ːdˤ|e| |p|i| |n|e||f|eː| |j|aː|ɡ||e| |k|i| |f|eː| |tˤ|i|s||e|
#-> ni nefeː pikə̃ːdˤe pi nefeː jaːɡe ki feː tˤise
removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA">|f|eː|</word>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.fem" case="STA">pikə̃ːdˤ</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.masc.POSS">|p|i|</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|f|eː|</word>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|j|aː|ɡ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="2.sing.POSS">|k|i|</thingy>
- <thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">|f|eː|</word>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">|tˤ|i|s|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">pikə̃ːdˤ</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jaːɡ</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ki</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p>
+ <p>ni nefeː pikə̃ːdˤe pi nefeː jaːɡe ki feː tˤise</p>
+ <p>ni nefé pikə̃ːd’e pi nefé jáge ki fé t’ise</p>
+ <il>
+ <w>
+ <o>ni</o>
+ <g>3.sing.fem.POSS</g>
+ </w>
+ <w>
+ <o>ne-</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>feː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>pikə̃ːdˤ</o>
+ <g>book</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>pi</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>ne-</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>feː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>jaːɡ</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ki</o>
+ <g>2.sing.POSS</g>
+ </w>
+ <w>
+ <o>feː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>tˤis</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### ni nefeː pikə̃ːdˤe pi nefeː jaːɡe ki feː tˤise#-> ni nefeː pikə̃ːdˤe pi nefeː jaːɡe ki feː tˤise
ni nefé pikə̃ːd’e pi nefé jáge ki fé t’ise [ni nefeː pikə̃ːdˤe pi nefeː jaːɡe ki feː tˤise] ni 3.sing.fem.POSS ne- fem feː the pikə̃ːdˤ book -e sing pi 3.sing.masc.POSS ne- fem feː the jaːɡ friend -e sing ki 2.sing.POSS feː the tˤis son -e sing “your son’s friend’s book” | (19) |
Case Marking
Lish uses active case marking. Intransitive subjects are divided according to how they participate in the event. More agent-like subjects, such as the subject of ‘run’ or ‘shout’, pattern with transitive subjects and take the active or agentive case. Less agent-like subjects, such as the subject of ‘sleep’ or ‘be ill’, pattern with transitive objects and take the patientive or absolutive case. This system makes sense where the grammar treats control, volition or affectedness as more important than the simple distinction between subject and object.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="STA">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="STA" gender="masc">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="STA" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<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"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<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" subj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for sleep/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cat/noun/case/optional
Got STA
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<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" subj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.masc"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc">|kʼ|i|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner">|j|a|n|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |kʼ|i|#-> kʼi
### |kʼ|i|
#-> kʼi
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|n|
#-> jan
### |j|a|n|
#-> jan
### -|e|
#-> -e
### -|e|
#-> -e
### |kʼ|i||d|e| |f|eː| |j|a|n||e|
#-> kʼide feː jane
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc">|kʼ|i|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" gender="masc" possessor="no.owner">|j|a|n|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">kʼi</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jan</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>kʼide feː jane</p> + <p>qide fé jane</p> + <il> + <w> + <o>kʼi</o> + <g>sleep</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jan</o> + <g>cat</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### kʼide feː jane
#-> kʼide feː jane
Qide fé jane. [kʼide feː jane] kʼi sleep -de indicative feː the jan cat -e sing “The cat is sleeping.” | (20) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="masc">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running."> <s> - <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.masc"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for run/verb/mode/obligatorycalling defaultval for mode/
defaultval: verb, mode
returning indicative
Got indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cat/noun/case/optional
Got ACT
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">|ɡ|aː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|j|a|n|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |ɡ|aː|#-> ɡaː
### |ɡ|aː|
#-> ɡaː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|n|
#-> jan
### |j|a|n|
#-> jan
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |ɡ|aː||d|e| |f|eː| |j|a|n||a|l||e|
#-> ɡaːde feː janale
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">|ɡ|aː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|j|a|n|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɡaː</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jan</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>ɡaːde feː janale</p> + <p>gáde fé janale</p> + <il> + <w> + <o>ɡaː</o> + <g>run</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jan</o> + <g>cat</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### ɡaːde feː janale
#-> ɡaːde feː janale
Gáde fé janale. [ɡaːde feː janale] ɡaː run -de indicative feː the jan cat -al ACT -e sing “The cat is running.” | (21) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="masc">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <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.masc" obj="3.sing.fem"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for chase/verb/mode/obligatorycalling defaultval for mode/
defaultval: verb, mode
returning indicative
Got indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cat/noun/case/optional
Got ACT
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for mouse/noun/case/optional
Got STA
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
addaffixes:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|ʋ|i|t͡ʃ|aː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|j|a|n|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|tˤ|i|ɡ|i|dˤ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |ʋ|i|t͡ʃ|aː|#-> ʋit͡ʃaː
### |ʋ|i|t͡ʃ|aː|
#-> ʋit͡ʃaː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|n|
#-> jan
### |j|a|n|
#-> jan
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### -|e|
#-> -e
### -|e|
#-> -e
### |ʋ|i|t͡ʃ|aː||d|e| |f|eː| |j|a|n||a|l||e| |n|e||f|eː| |tˤ|i|ɡ|i|dˤ||e|
#-> ʋit͡ʃaːde feː janale nefeː tˤiɡidˤe
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|ʋ|i|t͡ʃ|aː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|j|a|n|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|tˤ|i|ɡ|i|dˤ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ʋit͡ʃaː</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jan</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tˤiɡidˤ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>ʋit͡ʃaːde feː janale nefeː tˤiɡidˤe</p> + <p>vitxáde fé janale nefé t’igid’e</p> + <il> + <w> + <o>ʋit͡ʃaː</o> + <g>chase</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jan</o> + <g>cat</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>tˤiɡidˤ</o> + <g>mouse</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### ʋit͡ʃaːde feː janale nefeː tˤiɡidˤe
#-> ʋit͡ʃaːde feː janale nefeː tˤiɡidˤe
Vitxáde fé janale nefé t’igid’e. [ʋit͡ʃaːde feː janale nefeː tˤiɡidˤe] ʋit͡ʃaː chase -de indicative feː the jan cat -al ACT -e sing ne- fem feː the tˤiɡidˤ mouse -e sing “The cat is chasing the mouse.” | (22) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="masc">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<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" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for catch/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cat/noun/case/optional
Got ACT
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for mouse/noun/case/optional
Got STA
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
addaffixes:
<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" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.masc" obj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">|ɲ|u|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|j|a|n|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|tˤ|i|ɡ|i|dˤ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">|ɲ|u|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|j|a|n|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|tˤ|i|ɡ|i|dˤ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |ɲ|u|#-> ɲu
### |ɲ|u|
#-> ɲu
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|n|
#-> jan
### |j|a|n|
#-> jan
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### -|e|
#-> -e
### -|e|
#-> -e
### |ɲ|u||d|o| |l|i| |f|eː| |j|a|n||a|l||e| |n|e||f|eː| |tˤ|i|ɡ|i|dˤ||e|
#-> ɲudo li feː janale nefeː tˤiɡidˤe
removetags:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">|ɲ|u|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" gender="masc" possessor="no.owner">|j|a|n|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" gender="fem" possessor="no.owner">|tˤ|i|ɡ|i|dˤ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɲu</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jan</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tˤiɡidˤ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>ɲudo li feː janale nefeː tˤiɡidˤe</p> + <p>ñudo li fé janale nefé t’igid’e</p> + <il> + <w> + <o>ɲu</o> + <g>catch</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jan</o> + <g>cat</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>tˤiɡidˤ</o> + <g>mouse</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### ɲudo li feː janale nefeː tˤiɡidˤe
#-> ɲudo li feː janale nefeː tˤiɡidˤe
Ñudo li fé janale nefé t’igid’e. [ɲudo li feː janale nefeː tˤiɡidˤe] ɲu catch -do indicative li PAST feː the jan cat -al ACT -e sing ne- fem feː the tˤiɡidˤ mouse -e sing “The cat caught the mouse.” | (23) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" case="STA">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="STA">
+ <np role="obj" tr="rheme" case="STA" gender="fem">
<conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" gender="masc">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" gender="fem">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" gender="fem">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module propagatenumber:
<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" case="ACT" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="STA" gender="fem">
+ <np role="obj" tr="rheme" case="STA" gender="fem" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number" gender="masc">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number" gender="fem">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number" gender="fem">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="masc">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="STA" gender="fem" number="plur">
+ <np role="obj" tr="rheme" case="STA" gender="fem" number="plur" possessor="no.owner">
<conjp conj="and">
- <np def="def" number="plur" locus="number" gender="masc">
+ <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="plur" locus="number" gender="fem">
+ <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="plur" locus="number" gender="fem">
+ <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np role="obj" tr="rheme" case="STA" gender="fem" number="plur" possessor="no.owner">
<conjp conj="and">
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
module conjp:
<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" case="ACT" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np role="obj" tr="rheme" case="STA" gender="fem" number="plur" possessor="no.owner">
<conjp conj="and">
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<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" case="ACT" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np role="obj" tr="rheme" case="STA" gender="fem" number="plur" possessor="no.owner">
- <conjp conj="and">
- <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner">
+ <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner">
+ <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </conjp>
</np>
</s>
</example>
fixpronouns: No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme" case="STA" gender="fem" number="plur" possessor="no.owner"> <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="jaguar"/> </np> <word posp="conj" gloss="and"/> <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="tiger"/> </np> <word posp="conj" gloss="and"/> <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> </np> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np role="obj" tr="rheme" case="STA" gender="fem" number="plur" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<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" subj="3.sing.masc" obj="3.plur.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- <np role="obj" tr="rheme" case="STA" gender="fem" number="plur" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<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" subj="3.sing.masc" obj="3.plur.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for kill/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for hunter/noun/case/optional
Got ACT
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for jaguar/noun/case/optional
Got STA
About to call getSlotValue for jaguar/noun/number/obligatory
Got plur
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for tiger/noun/case/optional
Got STA
About to call getSlotValue for tiger/noun/number/obligatory
Got plur
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for lion/noun/case/optional
Got STA
About to call getSlotValue for lion/noun/number/obligatory
Got plur
addaffixes:
<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" subj="3.sing.masc" obj="3.plur.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.masc" obj="3.plur.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word posp="conj" gloss="and"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word posp="conj" gloss="and"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem">|ʋ|iː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|k|i|d|o|d|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">|n|i|ʋ|i|ʂ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <word posp="conj" gloss="and">|f|ə#ː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|ʋ|i|ʈ|eː|ʋ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <word posp="conj" gloss="and">|f|ə#ː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|j|a|ɲ|u|t͡ʃ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> </flat> </example>
vowelharmony:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem">|ʋ|iː|</word>
<thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word>
- <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|k|i|d|o|d|</word>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|k|u|d|o|d|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">|n|i|ʋ|i|ʂ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
<word posp="conj" gloss="and">|f|ə#ː|</word>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|ʋ|i|ʈ|eː|ʋ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
<word posp="conj" gloss="and">|f|ə#ː|</word>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|j|a|ɲ|u|t͡ʃ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
</flat>
</example>
### |ʋ|iː|#-> ʋiː
### |ʋ|iː|
#-> ʋiː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |l|i|
#-> li
### |l|i|
#-> li
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |k|u|d|o|d|
#-> kudod
### |k|u|d|o|d|
#-> kudod
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |n|i|ʋ|i|ʂ|
#-> niʋiʂ
### |n|i|ʋ|i|ʂ|
#-> niʋiʂ
### -|a|
#-> -a
### -|a|
#-> -a
### |f|ə#ː|
#-> fə#ː
### |f|ə#ː|
#-> fə#ː
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |ʋ|i|ʈ|eː|ʋ|
#-> ʋiʈeːʋ
### |ʋ|i|ʈ|eː|ʋ|
#-> ʋiʈeːʋ
### -|a|
#-> -a
### -|a|
#-> -a
### |f|ə#ː|
#-> fə#ː
### |f|ə#ː|
#-> fə#ː
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|ɲ|u|t͡ʃ|
#-> jaɲut͡ʃ
### |j|a|ɲ|u|t͡ʃ|
#-> jaɲut͡ʃ
### -|a|
#-> -a
### -|a|
#-> -a
### |ʋ|iː||d|e| |l|i| |f|eː| |k|u|d|o|d||a|l||e| |f|eː| |n|i|ʋ|i|ʂ||a| |f|ə#ː| |n|e||f|eː| |ʋ|i|ʈ|eː|ʋ||a| |f|ə#ː| |n|e||f|eː| |j|a|ɲ|u|t͡ʃ||a|
#-> ʋiːde li feː kudodale feː niʋiʂa fə#ː nefeː ʋiʈeːʋa fə#ː nefeː jaɲut͡ʃa
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.fem">|ʋ|iː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|k|u|d|o|d|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="STA">|n|i|ʋ|i|ʂ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> <word posp="conj" gloss="and">|f|ə#ː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|ʋ|i|ʈ|eː|ʋ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> <word posp="conj" gloss="and">|f|ə#ː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|f|eː|</word> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="STA">|j|a|ɲ|u|t͡ʃ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ʋiː</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kudod</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niʋiʂ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">fə̃ː</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋiʈeːʋ</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">fə̃ː</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jaɲut͡ʃ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span></p> + <p>ʋiːde li feː kudodale feː niʋiʂa fə̃ː nefeː ʋiʈeːʋa fə̃ː nefeː jaɲut͡ʃa</p> + <p>víde li fé kudodale fé nivisra fý nefé vitréva fý nefé jañutxa</p> + <il> + <w> + <o>ʋiː</o> + <g>kill</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>kudod</o> + <g>hunter</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>niʋiʂ</o> + <g>jaguar</g> + </w> + <w> + <o>-a</o> + <g>plur</g> + </w> + <w> + <o>fə̃ː</o> + <g>and</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>ʋiʈeːʋ</o> + <g>tiger</g> + </w> + <w> + <o>-a</o> + <g>plur</g> + </w> + <w> + <o>fə̃ː</o> + <g>and</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jaɲut͡ʃ</o> + <g>lion</g> + </w> + <w> + <o>-a</o> + <g>plur</g> + </w> + </il> </example>### ʋiːde li feː kudodale feː niʋiʂa fə̃ː nefeː ʋiʈeːʋa fə̃ː nefeː jaɲut͡ʃa
#-> ʋiːde li feː kudodale feː niʋiʂa fə̃ː nefeː ʋiʈeːʋa fə̃ː nefeː jaɲut͡ʃa
Víde li fé kudodale fé nivisra fý nefé vitréva fý nefé jañutxa. [ʋiːde li feː kudodale feː niʋiʂa fə̃ː nefeː ʋiʈeːʋa fə̃ː nefeː jaɲut͡ʃa] ʋiː kill -de indicative li PAST feː the kudod hunter -al ACT -e sing feː the niʋiʂ jaguar -a plur fə̃ː and ne- fem feː the ʋiʈeːʋ tiger -a plur fə̃ː and ne- fem feː the jaɲut͡ʃ lion -a plur “The hunter killed the jaguars, the tigers and the lions.” | (24) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Lish 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
Lish forms relative clauses by placing them before the noun they modify. The modifier takes the form of a finite clause that precedes the head noun without any relative pronoun. The clause shows ordinary clausal structure, with the role of the head noun recoverable from the syntactic position inside the clause.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<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 nominalise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<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" case="ACT" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
copyuptophrase:
<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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
- </np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cat/noun/case/optional
Got STA
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|i|ɽ|o|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|j|a|n|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="relp1" translation="I patted the cat.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|i|ɽ|o|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|u|ɽ|o|</word>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|j|a|n|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |b|u|ɽ|o|#-> buɽo
### |b|u|ɽ|o|
#-> buɽo
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|n|
#-> jan
### |j|a|n|
#-> jan
### -|e|
#-> -e
### -|e|
#-> -e
### |b|u|ɽ|o||d|o| |l|i| |f|eː| |j|a|n||e|
#-> buɽodo li feː jane
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|u|ɽ|o|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|j|a|n|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">buɽo</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jan</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>buɽodo li feː jane</p> + <p>burrodo li fé jane</p> + <il> + <w> + <o>buɽo</o> + <g>pat</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jan</o> + <g>cat</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### buɽodo li feː jane
#-> buɽodo li feː jane
Burrodo li fé jane. [buɽodo li feː jane] buɽo pat -do indicative li PAST feː the jan cat -e sing “I patted the cat.” | (25) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module 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 nominalise: No change.
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
+ <np role="obj" case="STA">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" case="STA">
<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>
module addgender:
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA">
+ <np role="obj" case="STA" gender="masc">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number" case="STA">
+ <np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module propagatenumber:
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA" gender="masc">
+ <np role="obj" case="STA" gender="masc" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA" gender="masc" number="sing">
+ <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem">
+ <np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="masc">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<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" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<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" case="ACT" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </subs> <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
- </np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/mode/obligatoryGot indicative
About to call getSlotValue for catch/verb/mode/obligatory
Got indicative
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for mouse/noun/case/optional
Got STA
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cat/noun/case/optional
Got STA
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </subs> - <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|i|ɽ|o|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|ɲ|u|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|tˤ|i|ɡ|i|dˤ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|f|eː|</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|j|a|n|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|i|ɽ|o|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|u|ɽ|o|</word>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|ɲ|u|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|tˤ|i|ɡ|i|dˤ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|f|eː|</word>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|j|a|n|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |b|u|ɽ|o|#-> buɽo
### |b|u|ɽ|o|
#-> buɽo
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |ɲ|u|
#-> ɲu
### |ɲ|u|
#-> ɲu
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|n|
#-> jan
### |j|a|n|
#-> jan
### -|e|
#-> -e
### -|e|
#-> -e
### |b|u|ɽ|o||d|o| |l|i| |ɲ|u||d|o| |l|i| |n|e||f|eː| |tˤ|i|ɡ|i|dˤ||e| |f|eː| |j|a|n||e|
#-> buɽodo li ɲudo li nefeː tˤiɡidˤe feː jane
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|u|ɽ|o|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|ɲ|u|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" gender="fem" possessor="no.owner">|tˤ|i|ɡ|i|dˤ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|f|eː|</word> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|j|a|n|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">buɽo</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɲu</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tˤiɡidˤ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jan</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>buɽodo li ɲudo li nefeː tˤiɡidˤe feː jane</p> + <p>burrodo li ñudo li nefé t’igid’e fé jane</p> + <il> + <w> + <o>buɽo</o> + <g>pat</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>ɲu</o> + <g>catch</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>tˤiɡidˤ</o> + <g>mouse</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jan</o> + <g>cat</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### buɽodo li ɲudo li nefeː tˤiɡidˤe feː jane
#-> buɽodo li ɲudo li nefeː tˤiɡidˤe feː jane
Burrodo li ñudo li nefé t’igid’e fé jane. [buɽodo li ɲudo li nefeː tˤiɡidˤe feː jane] buɽo pat -do indicative li PAST ɲu catch -do indicative li PAST ne- fem feː the tˤiɡidˤ mouse -e sing feː the jan cat -e sing “I patted the cat that caught the mouse.” | (26) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module 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 nominalise: No change.
tva1tva2
tva1
tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
+ <np role="obj" case="STA">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj">
+ <np role="obj" case="STA">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" case="STA">
<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>
module addgender:
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA">
+ <np role="obj" case="STA" gender="masc">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="STA">
+ <np role="obj" case="STA" gender="fem">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number" case="STA">
+ <np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="fem">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module propagatenumber:
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA" gender="masc">
+ <np role="obj" case="STA" gender="masc" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="STA" gender="fem">
+ <np role="obj" case="STA" gender="fem" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA" gender="masc" number="sing">
+ <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="STA" gender="fem" number="sing">
+ <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc">
+ <np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="fem">
+ <np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="masc">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<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" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<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" case="ACT" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </subs> <np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
- </np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
+ <np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
- </np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/mode/obligatoryGot indicative
About to call getSlotValue for catch/verb/mode/obligatory
Got indicative
About to call getSlotValue for eat/verb/mode/obligatory
Got indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cheese/noun/case/optional
Got STA
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for mouse/noun/case/optional
Got STA
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cat/noun/case/optional
Got STA
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </subs> - <np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </subs> - <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|i|ɽ|o|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|ɲ|u|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|f|uː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|dˤ|a|ɳ|aː|ɲ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">|f|eː|</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">|tˤ|i|ɡ|i|dˤ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|f|eː|</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|j|a|n|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|i|ɽ|o|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|u|ɽ|o|</word>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|ɲ|u|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|f|uː|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|dˤ|a|ɳ|aː|ɲ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">|f|eː|</word>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">|tˤ|i|ɡ|i|dˤ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|f|eː|</word>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|j|a|n|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |b|u|ɽ|o|#-> buɽo
### |b|u|ɽ|o|
#-> buɽo
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |ɲ|u|
#-> ɲu
### |ɲ|u|
#-> ɲu
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |f|uː|
#-> fuː
### |f|uː|
#-> fuː
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |dˤ|a|ɳ|aː|ɲ|
#-> dˤaɳaːɲ
### |dˤ|a|ɳ|aː|ɲ|
#-> dˤaɳaːɲ
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|n|
#-> jan
### |j|a|n|
#-> jan
### -|e|
#-> -e
### -|e|
#-> -e
### |b|u|ɽ|o||d|o| |l|i| |ɲ|u||d|o| |l|i| |f|uː||d|o| |l|i| |f|eː| |dˤ|a|ɳ|aː|ɲ||e| |n|e||f|eː| |tˤ|i|ɡ|i|dˤ||e| |f|eː| |j|a|n||e|
#-> buɽodo li ɲudo li fuːdo li feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|b|u|ɽ|o|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|ɲ|u|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|f|uː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|dˤ|a|ɳ|aː|ɲ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">|f|eː|</word> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA">|tˤ|i|ɡ|i|dˤ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|f|eː|</word> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA">|j|a|n|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">buɽo</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɲu</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">fuː</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤaɳaːɲ</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tˤiɡidˤ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jan</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>buɽodo li ɲudo li fuːdo li feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane</p> + <p>burrodo li ñudo li fúdo li fé d’anráñe nefé t’igid’e fé jane</p> + <il> + <w> + <o>buɽo</o> + <g>pat</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>ɲu</o> + <g>catch</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>fuː</o> + <g>eat</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>dˤaɳaːɲ</o> + <g>cheese</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>tˤiɡidˤ</o> + <g>mouse</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jan</o> + <g>cat</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### buɽodo li ɲudo li fuːdo li feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane
#-> buɽodo li ɲudo li fuːdo li feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane
Burrodo li ñudo li fúdo li fé d’anráñe nefé t’igid’e fé jane. [buɽodo li ɲudo li fuːdo li feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane] buɽo pat -do indicative li PAST ɲu catch -do indicative li PAST fuː eat -do indicative li PAST feː the dˤaɳaːɲ cheese -e sing ne- fem feː the tˤiɡidˤ mouse -e sing feː the jan cat -e sing “I patted the cat that caught the mouse that ate the cheese.” | (27) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module 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 nominalise:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
</subs>
+ </np>
+ </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<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: No change.
module casemarking:
<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">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
+ <np role="obj" case="STA">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj">
+ <np role="obj" case="STA">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj">
+ <np role="obj" case="STA">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<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>
module addgender:
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA">
+ <np role="obj" case="STA" gender="masc">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="STA">
+ <np role="obj" case="STA" gender="fem">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="STA">
- <np type="owner_owned">
+ <np role="obj" case="STA" gender="fem" number="sing">
+ <np type="owner_owned" gender="fem" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="fem">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" gender="masc">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="fem">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA" gender="masc">
+ <np role="obj" case="STA" gender="masc" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="STA" gender="fem">
+ <np role="obj" case="STA" gender="fem" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing">
<np type="owner_owned" gender="fem" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" gender="fem">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number" gender="masc">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<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" case="ACT">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="STA" gender="masc" number="sing">
+ <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="STA" gender="fem" number="sing">
+ <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="STA" gender="fem" number="sing">
+ <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
- <np number="sing" def="neither" role="owned" locus="number">
+ <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing" gender="fem">
+ <np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
- <np def="def" number="sing" role="obj" locus="number" gender="masc">
+ <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="fem">
+ <np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="masc">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module ngen:
<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" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
- <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
+ <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
+ <word person="1excl" number="sing" posp="pron"/>
</np>
+ </np>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
<word person="1excl" number="sing" posp="pron"/>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
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>
<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" case="ACT" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> - <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner"> + <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner" person="1excl"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner"> + <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner"> + <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl"> <np type="owner_owned" gender="fem" number="sing"> <np role="owner" number="sing" gender="fem" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> - <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem"> + <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> </np> <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
- </np>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl">
<np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="STA" gender="masc" number="sing" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="buy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</np>
- <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
- </np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="fem" possessor="no.owner">
+ <np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
- </np>
</subs>
- <np def="def" number="sing" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="buy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
- <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl">
+ <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl" gender="fem">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
- </np>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl" gender="fem">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem"/>
</np>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/mode/obligatoryGot indicative
About to call getSlotValue for catch/verb/mode/obligatory
Got indicative
About to call getSlotValue for eat/verb/mode/obligatory
Got indicative
About to call getSlotValue for buy/verb/mode/obligatory
Got indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cheese/noun/case/optional
Got STA
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for mouse/noun/case/optional
Got STA
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for cat/noun/case/optional
Got STA
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl" gender="fem">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem"/>
</np>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np role="owner" number="sing" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - </np> - <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl" gender="fem"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem"/> - </np> - <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </subs> - <np def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </subs> - <np def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">|b|i|ɽ|o|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">|ɲ|u|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">|f|uː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|b|e|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem">|f|e|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|f|eː|</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|dˤ|a|ɳ|aː|ɲ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">|f|eː|</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">|tˤ|i|ɡ|i|dˤ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|f|eː|</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|j|a|n|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">|b|i|ɽ|o|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">|b|u|ɽ|o|</word>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">|ɲ|u|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">|f|uː|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|b|e|</word>
<thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem">|f|e|</word>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|f|eː|</word>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|dˤ|a|ɳ|aː|ɲ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">|f|eː|</word>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">|tˤ|i|ɡ|i|dˤ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|f|eː|</word>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|j|a|n|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |b|u|ɽ|o|#-> buɽo
### |b|u|ɽ|o|
#-> buɽo
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |ɲ|u|
#-> ɲu
### |ɲ|u|
#-> ɲu
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |f|uː|
#-> fuː
### |f|uː|
#-> fuː
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |b|e|
#-> be
### |b|e|
#-> be
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |l|i|
#-> li
### |l|i|
#-> li
### |n|i|
#-> ni
### |n|i|
#-> ni
### |f|e|
#-> fe
### |f|e|
#-> fe
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |dˤ|a|ɳ|aː|ɲ|
#-> dˤaɳaːɲ
### |dˤ|a|ɳ|aː|ɲ|
#-> dˤaɳaːɲ
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### |tˤ|i|ɡ|i|dˤ|
#-> tˤiɡidˤ
### -|e|
#-> -e
### -|e|
#-> -e
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |j|a|n|
#-> jan
### |j|a|n|
#-> jan
### -|e|
#-> -e
### -|e|
#-> -e
### |b|u|ɽ|o||d|o| |l|i| |ɲ|u||d|o| |l|i| |f|uː||d|o| |l|i| |b|e||d|e| |l|i| |n|i| |f|e| |f|eː| |dˤ|a|ɳ|aː|ɲ||e| |n|e||f|eː| |tˤ|i|ɡ|i|dˤ||e| |f|eː| |j|a|n||e|
#-> buɽodo li ɲudo li fuːdo li bede li ni fe feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">|b|u|ɽ|o|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">|ɲ|u|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">|f|uː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|b|e|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem">|f|e|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|f|eː|</word> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|dˤ|a|ɳ|aː|ɲ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">|f|eː|</word> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" gender="fem" possessor="no.owner" case="STA" person="1excl">|tˤ|i|ɡ|i|dˤ|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|f|eː|</word> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" gender="masc" possessor="no.owner" case="STA" person="1excl">|j|a|n|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">buɽo</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɲu</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">fuː</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">be</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">fe</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤaɳaːɲ</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tˤiɡidˤ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jan</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>buɽodo li ɲudo li fuːdo li bede li ni fe feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane</p> + <p>burrodo li ñudo li fúdo li bede li ni fe fé d’anráñe nefé t’igid’e fé jane</p> + <il> + <w> + <o>buɽo</o> + <g>pat</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>ɲu</o> + <g>catch</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>fuː</o> + <g>eat</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>be</o> + <g>buy</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>3.sing.fem.POSS</g> + </w> + <w> + <o>fe</o> + <g>1excl.sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>dˤaɳaːɲ</o> + <g>cheese</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>tˤiɡidˤ</o> + <g>mouse</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>jan</o> + <g>cat</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### buɽodo li ɲudo li fuːdo li bede li ni fe feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane
#-> buɽodo li ɲudo li fuːdo li bede li ni fe feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane
Burrodo li ñudo li fúdo li bede li ni fe fé d’anráñe nefé t’igid’e fé jane. [buɽodo li ɲudo li fuːdo li bede li ni fe feː dˤaɳaːɲe nefeː tˤiɡidˤe feː jane] buɽo pat -do indicative li PAST ɲu catch -do indicative li PAST fuː eat -do indicative li PAST be buy -de indicative li PAST ni 3.sing.fem.POSS fe 1excl.sing feː the dˤaɳaːɲ cheese -e sing ne- fem feː the tˤiɡidˤ mouse -e sing feː the jan cat -e sing “I patted the cat that caught the mouse that ate the cheese that I bought.” | (28) |
Complementation Strategies
Lish forms complement clauses by nominalising the embedded verb. The nominalised form lacks finite verbal categories and behaves as a noun phrase. Subjects of nominalised clauses occur in the genitive case, and the nominalised verb establishes the semantic content of the complement.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <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"/>
+ <word gloss="a" posp="det"/>
</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"/> <word gloss="a" posp="det"/> </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 nominalise:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
+ <np type="owner_owned">
+ <np number="sing" def="def" head="this" role="owned" locus="number">
+ <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
+ </np>
+ </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: No change.
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
- <np role="subj">
+ <np role="subj" case="ACT">
<np type="owner_owned">
<np number="sing" def="def" head="this" role="owned" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number" case="STA">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
- <np number="sing" def="def" role="indobj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</np>
</np>
- <np number="sing" def="def" role="indobj" locus="number">
+ <np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
- <np type="owner_owned">
- <np number="sing" def="def" head="this" role="owned" locus="number">
+ <np role="subj" case="ACT" gender="fem" number="sing">
+ <np type="owner_owned" gender="masc">
+ <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="fem">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" role="obj" locus="number" case="STA">
+ <np number="sing" role="obj" locus="number" case="STA" gender="masc">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
- <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
+ <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</np>
</np>
- <np number="sing" def="def" role="indobj" locus="number" case="DAT">
+ <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber:
<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" case="ACT" gender="fem" number="sing">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="fem">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" role="obj" locus="number" case="STA" gender="masc">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</np>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="fem" number="sing">
+ <np role="subj" case="ACT" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
- <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc">
+ <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing" gender="fem">
+ <np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" role="obj" locus="number" case="STA" gender="masc">
+ <np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
- <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem">
+ <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</np>
</np>
- <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem">
+ <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen:
<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" case="ACT" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
- <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
+ <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem">
+ <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<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" case="ACT" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
</np>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj" case="ACT" gender="fem" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np role="owner" number="sing" gender="fem" possessor="no.owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem"> <word posp="verb" gloss="give"/> </vp> <np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"> <word gloss="a" posp="det"/> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="girl"/> </np> </subs> </np> <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> </np> </np> <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="teacher"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="subj" case="ACT" gender="fem" number="sing" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned" gender="masc" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
</np>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="surprise"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="subj" case="ACT" gender="fem" number="sing" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc" number="sing" role="subj" case="ACT" possessor="no.owner">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="give"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
</np>
- </np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
unwrapOwnerOwned:
<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" subj="3.sing.fem" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="surprise"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="masc" number="sing" role="subj" case="ACT" possessor="no.owner">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="give"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="a" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
- <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem">
+ <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
- </np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
movedowntoword:
<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" subj="3.sing.fem" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="surprise"/>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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" obj="3.sing.masc" indobj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="a" posp="det"/>
- <word posp="noun" gloss="apple"/>
+ <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
</np>
</subs>
</np>
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"/>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for surprise/verb/mode/obligatoryGot indicative
About to call getSlotValue for give/verb/mode/obligatory
Got indicative
About to call getSlotValue for a/det/gender/optional
Got masc
About to call getSlotValue for apple/noun/case/optional
Got STA
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for girl/noun/case/optional
Got DAT
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for boy/noun/case/optional
Got ACT
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for teacher/noun/case/optional
Got DAT
About to call getSlotValue for teacher/noun/number/obligatory
Got sing
addaffixes:
<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" subj="3.sing.fem" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="a" posp="det" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</subs>
</np>
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"/>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.fem" indobj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np role="owner" number="sing" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </subs> - </np> - <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem">|ɲ|e|n|o|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem">|m|aː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|l|ə#|</word> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|ɳ|a|nˤ|ə#ː|m|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|b|i|t|</word> + <thingy type="nouncase" function="suffix" gloss="DAT">-|i|j|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">|f|eː|</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">|f|e|ɡ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">ɡiɽuːh</word> + <thingy type="nouncase" function="suffix" gloss="DAT">-|i|j|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem">|ɲ|e|n|o|</word>
- <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem">|ɲ|o|n|o|</word>
+ <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem">|m|aː|</word>
<thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy>
<thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="a" posp="det" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|l|ə#|</word>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|ɳ|a|nˤ|ə#ː|m|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|f|eː|</word>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|b|i|t|</word>
<thingy type="nouncase" function="suffix" gloss="DAT">-|i|j|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy>
<thingy type="detgender" function="prefix" gloss="masc">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">|f|eː|</word>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">|f|e|ɡ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|f|eː|</word>
- <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">ɡiɽuːh</word>
- <thingy type="nouncase" function="suffix" gloss="DAT">-|i|j|</thingy>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">ɡuɽuːh</word>
+ <thingy type="nouncase" function="suffix" gloss="DAT">-|u|j|</thingy>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
</flat>
</example>
### |ɲ|o|n|o|#-> ɲono
### |ɲ|o|n|o|
#-> ɲono
### -|d|o|
#-> -do
### -|d|o|
#-> -do
### |l|i|
#-> li
### |l|i|
#-> li
### |m|aː|
#-> maː
### |m|aː|
#-> maː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |l|i|
#-> li
### |l|i|
#-> li
### |l|ə#|
#-> lə#
### |l|ə#|
#-> lə#
### |ɳ|a|nˤ|ə#ː|m|
#-> ɳanˤə#ːm
### |ɳ|a|nˤ|ə#ː|m|
#-> ɳanˤə#ːm
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |b|i|t|
#-> bit
### |b|i|t|
#-> bit
### -|i|j|
#-> -ij
### -|i|j|
#-> -ij
### -|e|
#-> -e
### -|e|
#-> -e
### |n|i|
#-> ni
### |n|i|
#-> ni
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |f|e|ɡ|
#-> feɡ
### |f|e|ɡ|
#-> feɡ
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### ɡuɽuːh
#-> ɡuɽuːh
### ɡuɽuːh
#-> ɡuɽuːh
### -|u|j|
#-> -uj
### -|u|j|
#-> -uj
### -|e|
#-> -e
### -|e|
#-> -e
### |ɲ|o|n|o||d|o| |l|i| |m|aː||d|e| |l|i| |l|ə#| |ɳ|a|nˤ|ə#ː|m||e| |n|e||f|eː| |b|i|t||i|j||e| |n|i| |f|eː| |f|e|ɡ||a|l||e| |n|e||f|eː| ɡuɽuːh|u|j||e|
#-> ɲonodo li maːde li lə# ɳanˤə#ːme nefeː bitije ni feː feɡale nefeː ɡuɽuːhuje
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" indobj="3.sing.fem">|ɲ|o|n|o|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|o|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc" indobj="3.sing.fem">|m|aː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|l|ə#|</word> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" gender="masc" possessor="no.owner">|ɳ|a|nˤ|ə#ː|m|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|b|i|t|</word> <thingy type="nouncase" function="suffix" gloss="DAT">-|i|j|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">|f|eː|</word> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.fem" case="ACT">|f|e|ɡ|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">ɡuɽuːh</word> <thingy type="nouncase" function="suffix" gloss="DAT">-|u|j|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɲono</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-do</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">maː</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">lə̃</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">ɳanˤə̃ːm</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">feɡ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡuɽuːh</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-uj</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>ɲonodo li maːde li lə̃ ɳanˤə̃ːme nefeː bitije ni feː feɡale nefeː ɡuɽuːhuje</p> + <p>ñonodo li máde li ly nran’ýme nefé bitije ni fé fegale nefé gurrúhuje</p> + <il> + <w> + <o>ɲono</o> + <g>surprise</g> + </w> + <w> + <o>-do</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>maː</o> + <g>give</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>lə̃</o> + <g>a</g> + </w> + <w> + <o>ɳanˤə̃ːm</o> + <g>apple</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>bit</o> + <g>girl</g> + </w> + <w> + <o>-ij</o> + <g>DAT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ni</o> + <g>3.sing.fem.POSS</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>feɡ</o> + <g>boy</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>ɡuɽuːh</o> + <g>teacher</g> + </w> + <w> + <o>-uj</o> + <g>DAT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### ɲonodo li maːde li lə̃ ɳanˤə̃ːme nefeː bitije ni feː feɡale nefeː ɡuɽuːhuje
#-> ɲonodo li maːde li lə̃ ɳanˤə̃ːme nefeː bitije ni feː feɡale nefeː ɡuɽuːhuje
Ñonodo li máde li ly nran’ýme nefé bitije ni fé fegale nefé gurrúhuje. [ɲonodo li maːde li lə̃ ɳanˤə̃ːme nefeː bitije ni feː feɡale nefeː ɡuɽuːhuje] ɲono surprise -do indicative li PAST maː give -de indicative li PAST lə̃ a ɳanˤə̃ːm apple -e sing ne- fem feː the bit girl -ij DAT -e sing ni 3.sing.fem.POSS feː the feɡ boy -al ACT -e sing ne- fem feː the ɡuɽuːh teacher -uj DAT -e sing “It surprised the teacher that the boy had given the girl an apple.” | (29) |
Quotes
Lish expresses quoted or reported speech without a dedicated quotative particle. Quotations appear as ordinary clauses, distinguished only by the surrounding syntactic context or by the use of verbs of speaking.
Here is an example of how quotations are expressed:
initial XML:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp tam="past-punct">
<verb>tell</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>boy</noun>
</np>
<np role="obj" tr="rheme">
<subs>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp tam="past-punct"> - <verb>tell</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> <np role="obj" tr="rheme"> <subs> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module RelN: No change.
module sentenceconnectors: No change.
module nominalise:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
+ </np>
+ </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" case="STA">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="obj" locus="number">
+ <np number="sing" def="neither" role="obj" locus="number" case="STA">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
- <np def="def" number="sing" tr="theme" role="indobj" locus="number">
+ <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module addgender:
<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" case="ACT">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="STA">
- <np type="owner_owned">
+ <np role="obj" tr="rheme" case="STA" gender="fem" number="sing">
+ <np type="owner_owned" gender="fem" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="fem">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
- <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
+ <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<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" case="ACT" gender="masc">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="STA" gender="fem" number="sing">
+ <np role="obj" tr="rheme" case="STA" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
- <np number="sing" def="neither" role="owned" locus="number">
+ <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing" gender="fem">
+ <np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="obj" locus="number" case="STA">
+ <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
- <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem">
+ <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen:
<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" case="ACT" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="STA" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
- <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
+ <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
+ <word person="1excl" number="sing" posp="pron"/>
</np>
</np>
+ </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" case="ACT" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np role="obj" tr="rheme" case="STA" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
<word person="1excl" number="sing" posp="pron"/>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<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" case="ACT" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<np role="obj" tr="rheme" case="STA" gender="fem" number="sing" possessor="no.owner">
<np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
copyuptophrase:
<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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> - <np role="obj" tr="rheme" case="STA" gender="fem" number="sing" possessor="no.owner"> + <np role="obj" tr="rheme" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl"> <np type="owner_owned" gender="fem" number="sing"> - <np role="owner" number="sing" gender="fem" possessor="no.owner"> + <np role="owner" number="sing" gender="fem" possessor="no.owner" person="2"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"> + <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/> </np> </subs> </np> - <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem"> + <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> </np> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="girl"/> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<np role="obj" tr="rheme" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned" gender="fem" number="sing">
<np role="owner" number="sing" gender="fem" possessor="no.owner" person="2">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<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" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="tell"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
- <np role="obj" tr="rheme" case="STA" gender="fem" number="sing" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="fem" number="sing">
+ <np type="owner_owned" gender="fem" number="sing" role="obj" tr="rheme" case="STA" possessor="no.owner" person="1excl">
<np role="owner" number="sing" gender="fem" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</np>
- </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
unwrapOwnerOwned:
<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" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="tell"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" gender="fem" number="sing" role="obj" tr="rheme" case="STA" possessor="no.owner" person="1excl">
<np role="owner" number="sing" gender="fem" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
</subs>
</np>
- <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl">
+ <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl" gender="fem" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
- </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
movedowntoword:
<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" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="tell"/>
+ <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np role="owner" number="sing" gender="fem" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/>
</np>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl" gender="fem" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem" tr="rheme" case="STA"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for tell/verb/mode/obligatoryGot indicative
About to call getSlotValue for the/det/gender/optional
Got masc
About to call getSlotValue for boy/noun/case/optional
Got ACT
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for love/verb/mode/obligatory
Got indicative
About to call getSlotValue for the/det/gender/optional
Got fem
About to call getSlotValue for girl/noun/case/optional
Got DAT
About to call getSlotValue for girl/noun/number/obligatory
Got sing
addaffixes:
<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" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="masc"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np role="owner" number="sing" gender="fem" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/>
+ <thingy type="verbmode" function="suffix" gloss="indicative"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/>
</np>
</subs>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl" gender="fem" tr="rheme" case="STA">
<thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem" tr="rheme" case="STA"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="fem"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<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" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="masc"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np role="owner" number="sing" gender="fem" possessor="no.owner" person="2"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/> - </np> - </subs> - </np> - <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.fem" person="1excl" gender="fem" tr="rheme" case="STA"> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem" tr="rheme" case="STA"/> - </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="detgender" function="prefix" gloss="fem"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="masc"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem" tr="rheme" case="STA"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="detgender" function="prefix" gloss="fem"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem">|k|i|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="masc">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|e|ɡ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">|t͡ʃ|eː|</word> + <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">|sˤ|o|</word> + <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem" tr="rheme" case="STA">|f|e|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|f|eː|</word> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|b|i|t|</word> + <thingy type="nouncase" function="suffix" gloss="DAT">-|i|j|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> </example>
vowelharmony: No change.
### |k|i|#-> ki
### |k|i|
#-> ki
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |l|i|
#-> li
### |l|i|
#-> li
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |f|e|ɡ|
#-> feɡ
### |f|e|ɡ|
#-> feɡ
### -|a|l|
#-> -al
### -|a|l|
#-> -al
### -|e|
#-> -e
### -|e|
#-> -e
### |t͡ʃ|eː|
#-> t͡ʃeː
### |t͡ʃ|eː|
#-> t͡ʃeː
### -|d|e|
#-> -de
### -|d|e|
#-> -de
### |sˤ|o|
#-> sˤo
### |sˤ|o|
#-> sˤo
### |n|i|
#-> ni
### |n|i|
#-> ni
### |f|e|
#-> fe
### |f|e|
#-> fe
### |n|e|-
#-> ne-
### |n|e|-
#-> ne-
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |b|i|t|
#-> bit
### |b|i|t|
#-> bit
### -|i|j|
#-> -ij
### -|i|j|
#-> -ij
### -|e|
#-> -e
### -|e|
#-> -e
### |k|i||d|e| |l|i| |f|eː| |f|e|ɡ||a|l||e| |t͡ʃ|eː||d|e| |sˤ|o| |n|i| |f|e| |n|e||f|eː| |b|i|t||i|j||e|
#-> kide li feː feɡale t͡ʃeːde sˤo ni fe nefeː bitije
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="1excl.sing" indobj="3.sing.fem">|k|i|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> <thingy type="vpta" function="enclitic" gloss="PAST">|l|i|</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="detgender" function="prefix" gloss="masc">-</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" gender="masc" possessor="no.owner">|f|e|ɡ|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|a|l|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">|t͡ʃ|eː|</word> <thingy type="verbmode" function="suffix" gloss="indicative">-|d|e|</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">|sˤ|o|</word> <thingy type="nppossessor" function="proclitic" gloss="3.sing.fem.POSS">|n|i|</thingy> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.fem" tr="rheme" case="STA">|f|e|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="detgender" function="prefix" gloss="fem">|n|e|-</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|f|eː|</word> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|b|i|t|</word> <thingy type="nouncase" function="suffix" gloss="DAT">-|i|j|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> </flat> + <p><span class="ilpair"><span class="mor">ki</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">feɡ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-al</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">t͡ʃeː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-de</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">sˤo</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">fe</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ne-</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p> + <p>kide li feː feɡale t͡ʃeːde sˤo ni fe nefeː bitije</p> + <p>kide li fé fegale txéde s’o ni fe nefé bitije</p> + <il> + <w> + <o>ki</o> + <g>tell</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>li</o> + <g>PAST</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>feɡ</o> + <g>boy</g> + </w> + <w> + <o>-al</o> + <g>ACT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + <w> + <o>t͡ʃeː</o> + <g>love</g> + </w> + <w> + <o>-de</o> + <g>indicative</g> + </w> + <w> + <o>sˤo</o> + <g>2.sing</g> + </w> + <w> + <o>ni</o> + <g>3.sing.fem.POSS</g> + </w> + <w> + <o>fe</o> + <g>1excl.sing</g> + </w> + <w> + <o>ne-</o> + <g>fem</g> + </w> + <w> + <o>feː</o> + <g>the</g> + </w> + <w> + <o>bit</o> + <g>girl</g> + </w> + <w> + <o>-ij</o> + <g>DAT</g> + </w> + <w> + <o>-e</o> + <g>sing</g> + </w> + </il> </example>### kide li feː feɡale t͡ʃeːde sˤo ni fe nefeː bitije
#-> kide li feː feɡale t͡ʃeːde sˤo ni fe nefeː bitije
Kide li fé fegale txéde s’o ni fe nefé bitije. [kide li feː feɡale t͡ʃeːde sˤo ni fe nefeː bitije] ki tell -de indicative li PAST feː the feɡ boy -al ACT -e sing t͡ʃeː love -de indicative sˤo 2.sing ni 3.sing.fem.POSS fe 1excl.sing ne- fem feː the bit girl -ij DAT -e sing “The boy told the girl that he loved her.” | (30) |
How to cite this grammar
Language Creator. 2026. A Grammar of Lish. Generated by the Language Creator, version 0.91, on 19 June 2026. https://languagecreator.org/grammar/4GRWN
In BibTeX format:
@misc{LC-4GRWN,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Lish}},
howpublished = {\url{https://languagecreator.org/grammar/4GRWN}},
note = {Generated by the Language Creator, version 0.91, on 19 June 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Lish / Lish–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/4GRWN
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.08 seconds.