A Grammar of Ichakacha
Introduction
Scope and Purpose
This grammar provides a systematic description of the Ichakacha language (the 277th 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 Ichakacha.
Typological Profile
It has has no interesting typological features.Phonology
Phoneme Inventory
Consonants
Ichakacha has a moderately small consonant inventory, comprising 15 phonemes.
It has a complete absence of palatal consonants, something which is a rare occurrence indeed, as well as a strongly reduced sibilant system and a complete absence of laryngeal consonants.The table below presents the full inventory of consonant phonemes in Ichakacha. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | postalveolar | lateral | velar | |
|---|---|---|---|---|---|
| stop | p b | d t | k ɡ | ||
| nasal | m | n | |||
| trill/tap/flap | r | ||||
| fricative | f | s | |||
| approximant | ʋ | l | |||
| affricate | t͡ʃ |
Vowels
Ichakacha 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 strongly reduced vowel system in unstressed syllables.The table below presents the full inventory of vowel phonemes in Ichakacha. 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
Ichakacha has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
Vowel harmony does not exist in this language.
Writing System
Introduction
Ichakacha is normally written using the Cyrillic alphabet, a script with a long and varied history across Eastern Europe and northern Asia. In this grammar, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also used to give an unambiguous representation of sound.
The conventions adopted here follow standard Cyrillic practice for the language where that exists; where they do not, the IPA transcription should be taken as authoritative.
Orthography
Here are the various components of the orthography:
Simple letters
| а /a/ | б /b/ | в /ʋ/ | г /ɡ/ |
| д /d/ | е /e/ | и /i/ | к /k/ |
| л /l/ | м /m/ | н /n/ | о /o/ |
| п /p/ | р /r/ | с /s/ | т /t/ |
| у /u/ | ф /f/ | ч /t͡ʃ/ | ӟ /ə/ |
Word Classes and Morphology
Number and Gender
Number
Ichakacha does not have grammatical number.
Gender
Ichakacha does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Ichakacha 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 NRel:
<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>
- <vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
- </vp>
- <np head="this" role="subj" number="plur">
+ <np def="def" locus="number" id="parent">
+ <np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ <relp comma="after">
+ <np id="relnp" number="plur" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp tam="pres-state" ta="PRES">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
</relp>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise: 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">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np def="def" locus="number" id="parent">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np def="def" locus="number" id="parent"> <np role="obj" number="plur" id="headnp" tr="rheme"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <relp comma="after"> <np id="relnp" number="plur" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </relp> </np> </s> </example>
module casemarking:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" number="sing" def="def" locus="number" case="ACT"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" locus="number" id="parent"> <np role="obj" number="plur" id="headnp" tr="rheme"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <relp comma="after"> - <np id="relnp" number="plur" def="neither" role="subj" comma="before"> + <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </relp> </np> </s> </example>
module propagatenumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" locus="number" id="parent">
+ <np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" id="headnp" tr="rheme">
- <word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
+ <word posp="noun" gloss="mouse"/>
<word posp="det" gloss="yon"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT">
- <word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
- <word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" id="headnp" tr="rheme">
+ <word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
- <word posp="det" gloss="yon"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</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>
<np role="subj" number="sing" def="def" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np def="def" locus="number" id="parent" number="plur">
+ <np def="def" locus="number" id="parent" number="plur" case="ACT">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="def" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" locus="number" id="parent" number="plur" case="ACT">
<np role="obj" number="plur" id="headnp" tr="rheme">
- <word posp="det" gloss="yon"/>
- <word posp="num" gloss="three"/>
- <word posp="noun" gloss="mouse"/>
+ <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme"/>
+ <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme"/>
+ <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur"/>
</vp>
</relp>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for woman/noun/case/obligatory
Got ACT
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for knife/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for catch/verb/question/optional
Got not.Q
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for yon/det/number/obligatory
Got plur
About to call getSlotValue for mouse/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for blind/verb/question/optional
About to call getSlotValue for blind/verb/voice/obligatory
calling defaultval for voice/
defaultval: verb, voice
returning active
Got active
addaffixes:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT">
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det" number="sing" def="def" locus="number"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" locus="number" id="parent" number="plur" case="ACT">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme"/>
+ <thingy type="detnumber" function="suffix" gloss="plur"/>
<word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
</vp>
</relp>
</np>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="subj" number="sing" def="def" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np number="sing" def="def" locus="number"> <word gloss="the" posp="det" number="sing" def="def" locus="number"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number"/> - </np> - </pp> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" locus="number" id="parent" number="plur" case="ACT"> - <np role="obj" number="plur" id="headnp" tr="rheme"> <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme"/> <thingy type="detnumber" function="suffix" gloss="plur"/> <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme"/> - </np> - <relp comma="after"> - <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA"> <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.plur"> <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur"/> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> <thingy type="verbvoice" function="suffix" gloss="active"/> - </vp> - </relp> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme"/> - <thingy type="detnumber" function="suffix" gloss="plur"/> - <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT">|o|n|ə|l|ə|</word> + <word gloss="COMIT" posp="pp" role="comitative">|t|ə|d|i|t͡ʃ|ə|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number">|u|ʋ|ə|r|ə|f|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|p|u|m|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme">|m|o|</word> + <thingy type="detnumber" function="suffix" gloss="plur">-|n|ə|</thingy> + <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme">|s|i|</word> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme">|u|r|ə|t|ə|r|ə|ʋ|ə|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">|m|a|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|s|a|d|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |o|n|ə|l|ə|
#-> onələ
### |o|n|ə|l|ə|
#-> onələ
### |t|ə|d|i|t͡ʃ|ə|
#-> tədit͡ʃə
### |t|ə|d|i|t͡ʃ|ə|
#-> tədit͡ʃə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |u|ʋ|ə|r|ə|f|ə|
#-> uʋərəfə
### |u|ʋ|ə|r|ə|f|ə|
#-> uʋərəfə
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |p|u|m|
#-> pum
### |p|u|m|
#-> pum
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |m|o|
#-> mo
### |m|o|
#-> mo
### -|n|ə|
#-> -nə
### -|n|ə|
#-> -nə
### |s|i|
#-> si
### |s|i|
#-> si
### |l|-
#-> l-
### |l|-
#-> l-
### |u|r|ə|t|ə|r|ə|ʋ|ə|,
#-> urətərəʋə,
### |u|r|ə|t|ə|r|ə|ʋ|ə|,
#-> urətərəʋə,
### |m|a|
#-> ma
### |m|a|
#-> ma
### |s|a|d|
#-> sad
### |s|a|d|
#-> sad
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o||r|ə| |m||o|n|ə|l|ə| |t|ə|d|i|t͡ʃ|ə| |l|o||r|ə| |l||u|ʋ|ə|r|ə|f|ə| |t|ə| |p|u|m||ə|p|ə| |m|o||n|ə| |s|i| |l||u|r|ə|t|ə|r|ə|ʋ|ə|, |m|a| |s|a|d||ə|p|ə|
#-> lorə monələ tədit͡ʃə lorə luʋərəfə tə puməpə monə si lurətərəʋə, ma sadəpə
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT">|o|n|ə|l|ə|</word>
<word gloss="COMIT" posp="pp" role="comitative">|t|ə|d|i|t͡ʃ|ə|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number">|u|ʋ|ə|r|ə|f|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|p|u|m|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme">|m|o|</word>
<thingy type="detnumber" function="suffix" gloss="plur">-|n|ə|</thingy>
<word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme">|s|i|</word>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
- <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme">|u|r|ə|t|ə|r|ə|ʋ|ə|</word>
+ <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme">|u|r|ə|t|ə|r|ə|ʋ|ə|,</word>
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA">|m|a|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|s|a|d|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">onələ</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">tədit͡ʃə</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">uʋərəfə</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pum</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">mo</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">-nə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">si</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">urətərəʋə,</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">sad</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span></p>
+ <p>lorə monələ tədit͡ʃə lorə luʋərəfə tə puməpə monə si lurətərəʋə, ma sadəpə</p>
+ <p>лорӟ монӟлӟ тӟдичӟ лорӟ лувӟрӟфӟ тӟ пумӟпӟ монӟ си лурӟтӟрӟвӟ, ма садӟпӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>onələ</o>
+ <g>woman</g>
+ </w>
+ <w>
+ <o>tədit͡ʃə</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>uʋərəfə</o>
+ <g>knife</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>pum</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>mo</o>
+ <g>yon</g>
+ </w>
+ <w>
+ <o>-nə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>si</o>
+ <g>three</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>urətərəʋə,</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>sad</o>
+ <g>blind</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ </il>
</example>
### lorə monələ tədit͡ʃə lorə luʋərəfə tə puməpə monə si lurətərəʋə, ma sadəpə#-> lorə monələ tədit͡ʃə lorə luʋərəfə tə puməpə monə si lurətərəʋə, ma sadəpə
Лорӟ монӟлӟ тӟдичӟ лорӟ лувӟрӟфӟ тӟ пумӟпӟ монӟ си лурӟтӟрӟвӟ, ма садӟпӟ. [lorə monələ tədit͡ʃə lorə luʋərəfə tə puməpə monə si lurətərəʋə, ma sadəpə] lo the -rə sing m- ACT onələ woman tədit͡ʃə COMIT lo the -rə sing l- STA uʋərəfə knife tə PAST pum catch -əpə active mo yon -nə plur si three l- STA urətərəʋə, mouse ma RELPRON sad blind -əpə active “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There are no clitics in the nominal phrase.The Noun
The noun in Ichakacha consists of an obligatory prefix expressing case, comprising л- /l-/ ‘STA’, м- /m-/ ‘ACT’, с- /s-/ ‘DAT’, б- /b-/ ‘INS’, п- /p-/ ‘VOC’, ч- /t͡ʃ-/ ‘ALL’, т- /t-/ ‘LOC’, д- /d-/ ‘ABL’ and г- /ɡ-/ ‘PART’ followed by the root.
The noun displays the following derivational morphology: two suffixes, namely -ӟмӟрӟ /-əmərə/ ‘little’ and -ӟтӟлӟ /-ətələ/ ‘big’
The Adjective
The adjective in Ichakacha stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Ichakacha stands alone without any prefixes or suffixes attached to it.
Determiners
In Ichakacha, the determiner has the following structure: the root followed by an obligatory suffix expressing number, comprising -рӟ /-rə/ ‘sing’ and -нӟ /-nə/ ‘plur’.
Pronouns
The pronoun in Ichakacha stands alone without any prefixes or suffixes attached to it.
In Ichakacha, 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 NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA"> <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> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA"> <word posp="pron" number="sing" gloss="3.sing"/> </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" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA">
<word posp="pron" number="sing" gloss="3.sing"/>
</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" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/question/optionalGot not.Q
About to call getSlotValue for love/verb/voice/obligatory
Got active
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" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA"/>
</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" obj="3.sing"> + <flat> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|p|i|n|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA">|d|u|</word> </flat> </example>
vowelharmony: No change.
### |p|i|n|#-> pin
### |p|i|n|
#-> pin
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |d|u|
#-> du
### |d|u|
#-> du
### |p|i|n||ə|p|ə| |d|u|
#-> pinəpə du
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|p|i|n|</word> <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA">|d|u|</word> </flat> + <p><span class="ilpair"><span class="mor">pin</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">du</span><br><span class="gls">3.sing</span></span></p> + <p>pinəpə du</p> + <p>пинӟпӟ ду</p> + <il> + <w> + <o>pin</o> + <g>love</g> + </w> + <w> + <o>-əpə</o> + <g>active</g> + </w> + <w> + <o>du</o> + <g>3.sing</g> + </w> + </il> </example>### pinəpə du
#-> pinəpə du
Пинӟпӟ ду. [pinəpə du] pin love -əpə active du 3.sing “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 NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA"> <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> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ACT"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/question/optionalGot not.Q
About to call getSlotValue for love/verb/voice/obligatory
Got active
addaffixes:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT">|d|u|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|p|i|n|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA">|d|u|</word> </flat> </example>
vowelharmony: No change.
### |d|u|#-> du
### |d|u|
#-> du
### |p|i|n|
#-> pin
### |p|i|n|
#-> pin
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |d|u|
#-> du
### |d|u|
#-> du
### |d|u| |p|i|n||ə|p|ə| |d|u|
#-> du pinəpə du
removetags:
<example id="love2he" translation="*He* loves her.">
<flat>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT">|d|u|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|p|i|n|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="STA">|d|u|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">du</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">pin</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">du</span><br><span class="gls">3.sing</span></span></p>
+ <p>du pinəpə du</p>
+ <p>ду пинӟпӟ ду</p>
+ <il>
+ <w>
+ <o>du</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>pin</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>du</o>
+ <g>3.sing</g>
+ </w>
+ </il>
</example>
### du pinəpə du#-> du pinəpə du
Ду пинӟпӟ ду. [du pinəpə du] du 3.sing pin love -əpə active du 3.sing “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 NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="hate"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <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 propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
- <word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
- <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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
<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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="hate"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
<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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
- <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"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for NN1/noun/case/obligatory
Got ACT
About to call getSlotValue for hate/verb/question/optional
Got not.Q
About to call getSlotValue for hate/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for NN2/noun/case/obligatory
Got STA
addaffixes:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Ulatachasa hates Aramagasa."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="Ulatachasa" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" propernoun="yes">|u|l|ə|t|ə|t͡ʃ|ə|s|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|b|ə|f|a|ʋ|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="Aramagasa" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" propernoun="yes">|a|r|ə|m|ə|ɡ|ə|s|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |u|l|ə|t|ə|t͡ʃ|ə|s|ə|
#-> ulətət͡ʃəsə
### |u|l|ə|t|ə|t͡ʃ|ə|s|ə|
#-> ulətət͡ʃəsə
### |b|ə|f|a|ʋ|
#-> bəfaʋ
### |b|ə|f|a|ʋ|
#-> bəfaʋ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |a|r|ə|m|ə|ɡ|ə|s|ə|
#-> arəməɡəsə
### |a|r|ə|m|ə|ɡ|ə|s|ə|
#-> arəməɡəsə
### |l|o||r|ə| |m||u|l|ə|t|ə|t͡ʃ|ə|s|ə| |b|ə|f|a|ʋ||ə|p|ə| |l|o||r|ə| |l||a|r|ə|m|ə|ɡ|ə|s|ə|
#-> lorə mulətət͡ʃəsə bəfaʋəpə lorə larəməɡəsə
removetags:
<example id="loveprop" translation="Ulatachasa hates Aramagasa.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="Ulatachasa" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" propernoun="yes">|u|l|ə|t|ə|t͡ʃ|ə|s|ə|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|b|ə|f|a|ʋ|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="Aramagasa" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" propernoun="yes">|a|r|ə|m|ə|ɡ|ə|s|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">ulətət͡ʃəsə</span><br><span class="gls">Ulatachasa</span></span> <span class="ilpair"><span class="mor">bəfaʋ</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">arəməɡəsə</span><br><span class="gls">Aramagasa</span></span></p>
+ <p>lorə mulətət͡ʃəsə bəfaʋəpə lorə larəməɡəsə</p>
+ <p>лорӟ мУлӟтӟчӟсӟ бӟфавӟпӟ лорӟ лАрӟмӟгӟсӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>ulətət͡ʃəsə</o>
+ <g>Ulatachasa</g>
+ </w>
+ <w>
+ <o>bəfaʋ</o>
+ <g>hate</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>arəməɡəsə</o>
+ <g>Aramagasa</g>
+ </w>
+ </il>
</example>
### lorə mulətət͡ʃəsə bəfaʋəpə lorə larəməɡəsə#-> lorə mulətət͡ʃəsə bəfaʋəpə lorə larəməɡəsə
Лорӟ мУлӟтӟчӟсӟ бӟфавӟпӟ лорӟ лАрӟмӟгӟсӟ. [lorə mulətət͡ʃəsə bəfaʋəpə lorə larəməɡəsə] lo the -rə sing m- ACT ulətət͡ʃəsə Ulatachasa bəfaʋ hate -əpə active lo the -rə sing l- STA arəməɡəsə Aramagasa “Ulatachasa hates Aramagasa.” | (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 NRel: No change.
module sentenceconnectors: No change.
module complementise: 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 propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="STA"> + <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="STA" number="sing">
<np number="sing" def="def" locus="number" role="owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned" case="STA"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> </np> </example>About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for boy/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/obligatory
Got STA
addaffixes:
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="STA">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner">|i|d|ə|s|ə|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA">|i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|d|ə|s|ə|
#-> idəsə
### |i|d|ə|s|ə|
#-> idəsə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> it͡ʃəsələt͡ʃə
### |i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> it͡ʃəsələt͡ʃə
### |l|o||r|ə| |l||i|d|ə|s|ə| |l|o||r|ə| |l||i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> lorə lidəsə lorə lit͡ʃəsələt͡ʃə
removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner">|i|d|ə|s|ə|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA">|i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">idəsə</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">it͡ʃəsələt͡ʃə</span><br><span class="gls">apple</span></span></p>
+ <p>lorə lidəsə lorə lit͡ʃəsələt͡ʃə</p>
+ <p>лорӟ лидӟсӟ лорӟ личӟсӟлӟчӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>idəsə</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>it͡ʃəsələt͡ʃə</o>
+ <g>apple</g>
+ </w>
+ </il>
</example>
### lorə lidəsə lorə lit͡ʃəsələt͡ʃə#-> lorə lidəsə lorə lit͡ʃəsələt͡ʃə
лорӟ лидӟсӟ лорӟ личӟсӟлӟчӟ [lorə lidəsə lorə lit͡ʃəsələt͡ʃə] lo the -rə sing l- STA idəsə boy lo the -rə sing l- STA it͡ʃəsələt͡ʃə apple “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 NRel: No change.
module sentenceconnectors: No change.
module complementise: 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 propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="STA"> + <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="STA" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="STA" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owner"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned" case="STA"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> </np> </example>About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/obligatory
Got STA
addaffixes:
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owner">
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="STA">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner">|d|u|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA">|i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|</word> </flat> </example>
vowelharmony: No change.
### |d|u|#-> du
### |d|u|
#-> du
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> it͡ʃəsələt͡ʃə
### |i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> it͡ʃəsələt͡ʃə
### |d|u| |l|o||r|ə| |l||i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> du lorə lit͡ʃəsələt͡ʃə
removetags:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner">|d|u|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA">|i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">du</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">it͡ʃəsələt͡ʃə</span><br><span class="gls">apple</span></span></p>
+ <p>du lorə lit͡ʃəsələt͡ʃə</p>
+ <p>ду лорӟ личӟсӟлӟчӟ</p>
+ <il>
+ <w>
+ <o>du</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>it͡ʃəsələt͡ʃə</o>
+ <g>apple</g>
+ </w>
+ </il>
</example>
### du lorə lit͡ʃəsələt͡ʃə#-> du lorə lit͡ʃəsələt͡ʃə
ду лорӟ личӟсӟлӟчӟ [du lorə lit͡ʃəsələt͡ʃə] du 3.sing lo the -rə sing l- STA it͡ʃəsələt͡ʃə apple “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 NRel: No change.
module sentenceconnectors: No change.
module complementise: 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 propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="STA"> + <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="STA" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="STA" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="STA" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="neither" locus="number" role="owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned" case="STA"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> </np> </example>About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/obligatory
Got STA
addaffixes:
<example id="posso2" translation="my apple">
<np number="sing" def="neither" locus="number" role="owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="STA">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="neither" locus="number" role="owner" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner">|m|e|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA">|i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|</word> </flat> </example>
vowelharmony: No change.
### |m|e|#-> me
### |m|e|
#-> me
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> it͡ʃəsələt͡ʃə
### |i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> it͡ʃəsələt͡ʃə
### |m|e| |l|o||r|ə| |l||i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> me lorə lit͡ʃəsələt͡ʃə
removetags:
<example id="posso2" translation="my apple">
<flat>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner">|m|e|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="STA">|i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">me</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">it͡ʃəsələt͡ʃə</span><br><span class="gls">apple</span></span></p>
+ <p>me lorə lit͡ʃəsələt͡ʃə</p>
+ <p>ме лорӟ личӟсӟлӟчӟ</p>
+ <il>
+ <w>
+ <o>me</o>
+ <g>1excl.sing</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>it͡ʃəsələt͡ʃə</o>
+ <g>apple</g>
+ </w>
+ </il>
</example>
### me lorə lit͡ʃəsələt͡ʃə#-> me lorə lit͡ʃəsələt͡ʃə
ме лорӟ личӟсӟлӟчӟ [me lorə lit͡ʃəsələt͡ʃə] me 1excl.sing lo the -rə sing l- STA it͡ʃəsələt͡ʃə apple “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 NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <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 casemarking:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <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> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj"> + <np role="obj" case="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 propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ACT"> - <np type="owner_owned"> + <np role="subj" case="ACT" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj" case="STA"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" case="STA" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ACT" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="STA" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ACT" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="STA" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ACT" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="STA" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ACT" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" case="STA" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ACT" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="subj" case="ACT"> <np number="sing" def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <word posp="verb" gloss="kiss"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> - <np role="obj" case="STA" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj" case="STA"> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> </np> - </np> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" number="sing" role="subj" case="ACT"> <np number="sing" def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="ACT"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <word posp="verb" gloss="kiss"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> - <np type="owner_owned" number="sing" role="obj" case="STA"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACT">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACT"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" locus="number" role="owner" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="STA">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for hunter/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/obligatory
Got ACT
About to call getSlotValue for kiss/verb/question/optional
Got not.Q
About to call getSlotValue for kiss/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for neighbour/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for son/noun/case/obligatory
Got STA
addaffixes:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACT">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="STA">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="STA"/>
</np>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="ACT"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">|i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="ACT">|a|n|ə|l|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|m|ə|l|u|l|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">|f|o|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned">|i|s|ə|l|ə|ʋ|ə|r|ə|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="STA">|u|t͡ʃ|ə|d|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> ikəɡəʋəʋə
### |i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> ikəɡəʋəʋə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |a|n|ə|l|ə|
#-> anələ
### |a|n|ə|l|ə|
#-> anələ
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |m|ə|l|u|l|
#-> məlul
### |m|ə|l|u|l|
#-> məlul
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |f|o|
#-> fo
### |f|o|
#-> fo
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|s|ə|l|ə|ʋ|ə|r|ə|
#-> isələʋərə
### |i|s|ə|l|ə|ʋ|ə|r|ə|
#-> isələʋərə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |u|t͡ʃ|ə|d|ə|
#-> ut͡ʃədə
### |u|t͡ʃ|ə|d|ə|
#-> ut͡ʃədə
### |l|o||r|ə| |l||i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə| |l|o||r|ə| |m||a|n|ə|l|ə| |t|ə| |m|ə|l|u|l||ə|p|ə| |f|o| |l|o||r|ə| |l||i|s|ə|l|ə|ʋ|ə|r|ə| |l|o||r|ə| |l||u|t͡ʃ|ə|d|ə|
#-> lorə likəɡəʋəʋə lorə manələ tə məluləpə fo lorə lisələʋərə lorə lut͡ʃədə
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">|i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="ACT">|a|n|ə|l|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|m|ə|l|u|l|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">|f|o|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned">|i|s|ə|l|ə|ʋ|ə|r|ə|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="STA">|u|t͡ʃ|ə|d|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ikəɡəʋəʋə</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">anələ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">məlul</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">fo</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">isələʋərə</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ut͡ʃədə</span><br><span class="gls">son</span></span></p>
+ <p>lorə likəɡəʋəʋə lorə manələ tə məluləpə fo lorə lisələʋərə lorə lut͡ʃədə</p>
+ <p>лорӟ ликӟгӟвӟвӟ лорӟ манӟлӟ тӟ мӟлулӟпӟ фо лорӟ лисӟлӟвӟрӟ лорӟ лучӟдӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ikəɡəʋəʋə</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>anələ</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>məlul</o>
+ <g>kiss</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>fo</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>isələʋərə</o>
+ <g>neighbour</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ut͡ʃədə</o>
+ <g>son</g>
+ </w>
+ </il>
</example>
### lorə likəɡəʋəʋə lorə manələ tə məluləpə fo lorə lisələʋərə lorə lut͡ʃədə#-> lorə likəɡəʋəʋə lorə manələ tə məluləpə fo lorə lisələʋərə lorə lut͡ʃədə
Лорӟ ликӟгӟвӟвӟ лорӟ манӟлӟ тӟ мӟлулӟпӟ фо лорӟ лисӟлӟвӟрӟ лорӟ лучӟдӟ. [lorə likəɡəʋəʋə lorə manələ tə məluləpə fo lorə lisələʋərə lorə lut͡ʃədə] lo the -rə sing l- STA ikəɡəʋəʋə hunter lo the -rə sing m- ACT anələ daughter tə PAST məlul kiss -əpə active fo 2.sing lo the -rə sing l- STA isələʋərə neighbour lo the -rə sing l- STA ut͡ʃədə son “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Ichakacha has a few derivational processes. To illustrate this, let us start with a simple noun phrase:
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb: No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: 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"/> </np> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number" case="STA"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA"/> </np> </example>About to call getSlotValue for lamb/noun/case/obligatory
Got STA
addaffixes:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="STA">
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="STA"> + <flat> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA"/> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA">|o|s|ə|t͡ʃ|ə|k|ə|p|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|-#-> l-
### |l|-
#-> l-
### |o|s|ə|t͡ʃ|ə|k|ə|p|ə|
#-> osət͡ʃəkəpə
### |o|s|ə|t͡ʃ|ə|k|ə|p|ə|
#-> osət͡ʃəkəpə
### |l||o|s|ə|t͡ʃ|ə|k|ə|p|ə|
#-> losət͡ʃəkəpə
removetags:
<example id="lamb0" translation="a lamb">
<flat>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA">|o|s|ə|t͡ʃ|ə|k|ə|p|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">osət͡ʃəkəpə</span><br><span class="gls">lamb</span></span></p>
+ <p>losət͡ʃəkəpə</p>
+ <p>лосӟчӟкӟпӟ</p>
+ <il>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>osət͡ʃəkəpə</o>
+ <g>lamb</g>
+ </w>
+ </il>
</example>
### losət͡ʃəkəpə#-> losət͡ʃəkəpə
лосӟчӟкӟпӟ [losət͡ʃəkəpə] l- STA osət͡ʃəkəpə lamb “a lamb” | (9) |
In the following, the word for little becomes an affix attached to lamb:
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="STA"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number" case="STA"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>About to call getSlotValue for lamb/noun/case/obligatory
Got STA
addaffixes:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="STA">
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="STA"> + <flat> <thingy type="nouncase" function="prefix" gloss="STA"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA">|o|s|ə|t͡ʃ|ə|k|ə|p|ə|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|ə||||m||ə||||r||ə|||||</thingy> </flat> </example>
vowelharmony: No change.
### |l|-#-> l-
### |l|-
#-> l-
### |o|s|ə|t͡ʃ|ə|k|ə|p|ə|
#-> osət͡ʃəkəpə
### |o|s|ə|t͡ʃ|ə|k|ə|p|ə|
#-> osət͡ʃəkəpə
### -|ə||||m||ə||||r||ə|||||
#-> -əmərə
### -|ə||||m||ə||||r||ə|||||
#-> -əmərə
### |l||o|s|ə|t͡ʃ|ə|k|ə|p|ə||ə||||m||ə||||r||ə|||||
#-> losət͡ʃəkəpəəmərə
removetags:
<example id="lamb1" translation="a little lamb">
<flat>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
- <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy>
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA">|o|s|ə|t͡ʃ|ə|k|ə|p|ə|</word>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|ə||||m||ə||||r||ə|||||</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">osət͡ʃəkəpə</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-əmərə</span><br><span class="gls">little</span></span></p>
+ <p>losət͡ʃəkəpəəmərə</p>
+ <p>лосӟчӟкӟпӟӟмӟрӟ</p>
+ <il>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>osət͡ʃəkəpə</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-əmərə</o>
+ <g>little</g>
+ </w>
+ </il>
</example>
### losət͡ʃəkəpəəmərə#-> losət͡ʃəkəpəəmərə
лосӟчӟкӟпӟӟмӟрӟ [losət͡ʃəkəpəəmərə] l- STA osət͡ʃəkəpə lamb -əmərə little “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
The verbal phrase clitics in Ichakacha fall into two categories, proclitics and enclitics: first, a clitic expressing ta, comprising тӟ /tə/ ‘PAST’; second, a clitic expressing mode, comprising вӟ /ʋə/ ‘imperative’, фӟ /fə/ ‘conditional’ and лӟ /lə/ ‘optative’; and finally, third, a clitic expressing negation, comprising кӟ /kə/ ‘NEG’.
In addition, the verb is structured like this: first, an optional prefix expressing question, comprising кӟ- /kə-/ ‘Q’; second, the root; and finally, third, an obligatory suffix expressing voice, comprising -ӟпӟ /-əpə/ ‘active’ and -ӟкӟ /-əkə/ ‘passive’.
The verb displays the following derivational morphology: two suffixes, namely -ӟмӟд /-əməd/ ‘begin’ and -ӟвӟп /-əʋəp/ ‘stop’
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module casemarking:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="STA"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> <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" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="obj" locus="number" case="STA" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </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="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</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="vpta" function="proclitic" gloss="PRES"/>
- <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="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/question/optionalGot not.Q
About to call getSlotValue for love/verb/voice/obligatory
Got active
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="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<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="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA"/>
</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="vpta" function="proclitic" gloss="PRES"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <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="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="STA" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</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">|p|i|n|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA">|f|o|</word> </flat> </example>
vowelharmony: No change.
### |p|i|n|#-> pin
### |p|i|n|
#-> pin
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |f|o|
#-> fo
### |f|o|
#-> fo
### |p|i|n||ə|p|ə| |f|o|
#-> pinəpə fo
removetags:
<example id="love" translation="I love you."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="verbquestion" function="prefix" gloss="not.Q">-</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">|p|i|n|</word> <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA">|f|o|</word> </flat> + <p><span class="ilpair"><span class="mor">pin</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">fo</span><br><span class="gls">2.sing</span></span></p> + <p>pinəpə fo</p> + <p>пинӟпӟ фо</p> + <il> + <w> + <o>pin</o> + <g>love</g> + </w> + <w> + <o>-əpə</o> + <g>active</g> + </w> + <w> + <o>fo</o> + <g>2.sing</g> + </w> + </il> </example>### pinəpə fo
#-> pinəpə fo
Пинӟпӟ фо. [pinəpə fo] pin love -əpə active fo 2.sing “I love you.” | (11) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
+ <word gloss="in_surface" posp="pp"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module constorder: No change.
module casemarking: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
<np def="def" number="sing" locus="number">
- <word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table"/>
</np>
</pp>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in_surface" posp="pp"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> <np def="def" number="sing" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="table"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> </np> </pp> </example>About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for table/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
addaffixes:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/>
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det" def="def" number="sing" locus="number"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="table" def="def" number="sing" locus="number"/>
</np>
</pp>
</example>
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> + <flat> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - <np def="def" number="sing" locus="number"> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">|k|i|m|ə|</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="table" def="def" number="sing" locus="number">|a|n|ə|ɡ|ə|b|ə|</word> </flat> </example>
vowelharmony: No change.
### |k|i|m|ə|#-> kimə
### |k|i|m|ə|
#-> kimə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |a|n|ə|ɡ|ə|b|ə|
#-> anəɡəbə
### |a|n|ə|ɡ|ə|b|ə|
#-> anəɡəbə
### |k|i|m|ə| |l|o||r|ə| |l||a|n|ə|ɡ|ə|b|ə|
#-> kimə lorə lanəɡəbə
removetags:
<example id="adpos1" translation="on the table">
<flat>
<word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">|k|i|m|ə|</word>
<word gloss="the" posp="det" def="def" number="sing" locus="number">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="table" def="def" number="sing" locus="number">|a|n|ə|ɡ|ə|b|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">kimə</span><br><span class="gls">in_surface</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">anəɡəbə</span><br><span class="gls">table</span></span></p>
+ <p>kimə lorə lanəɡəbə</p>
+ <p>кимӟ лорӟ ланӟгӟбӟ</p>
+ <il>
+ <w>
+ <o>kimə</o>
+ <g>in_surface</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>anəɡəbə</o>
+ <g>table</g>
+ </w>
+ </il>
</example>
### kimə lorə lanəɡəbə#-> kimə lorə lanəɡəbə
кимӟ лорӟ ланӟгӟбӟ [kimə lorə lanəɡəbə] kimə in_surface lo the -rə sing l- STA anəɡəbə table “on the table” | (12) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<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 NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
+ <word gloss="to_inside" posp="pp"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module constorder: No change.
module casemarking: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
<np def="def" number="sing" locus="number">
- <word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box"/>
</np>
</pp>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to_inside" posp="pp"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> <np def="def" number="sing" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="box"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> </np> </pp> </example>About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for box/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
addaffixes:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/>
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det" def="def" number="sing" locus="number"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="box" def="def" number="sing" locus="number"/>
</np>
</pp>
</example>
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> + <flat> <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - <np def="def" number="sing" locus="number"> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">|l|a|p|ə|</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="box" def="def" number="sing" locus="number">|i|d|ə|n|ə|f|ə|b|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|a|p|ə|#-> lapə
### |l|a|p|ə|
#-> lapə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|d|ə|n|ə|f|ə|b|ə|
#-> idənəfəbə
### |i|d|ə|n|ə|f|ə|b|ə|
#-> idənəfəbə
### |l|a|p|ə| |l|o||r|ə| |l||i|d|ə|n|ə|f|ə|b|ə|
#-> lapə lorə lidənəfəbə
removetags:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">|l|a|p|ə|</word>
<word gloss="the" posp="det" def="def" number="sing" locus="number">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="box" def="def" number="sing" locus="number">|i|d|ə|n|ə|f|ə|b|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lapə</span><br><span class="gls">to_inside</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">idənəfəbə</span><br><span class="gls">box</span></span></p>
+ <p>lapə lorə lidənəfəbə</p>
+ <p>лапӟ лорӟ лидӟнӟфӟбӟ</p>
+ <il>
+ <w>
+ <o>lapə</o>
+ <g>to_inside</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>idənəfəbə</o>
+ <g>box</g>
+ </w>
+ </il>
</example>
### lapə lorə lidənəfəbə#-> lapə lorə lidənəfəbə
лапӟ лорӟ лидӟнӟфӟбӟ [lapə lorə lidənəfəbə] lapə to_inside lo the -rə sing l- STA idənəfəbə box “into the box” | (13) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module constorder: No change.
module casemarking: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number">
+ <np number="sing" def="neither" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp"/> + <word gloss="COMIT" posp="pp" role="comitative"/> <np number="sing" def="neither" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> </np> </pp> </example>
addaffixes: No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" role="comitative"/> - <np number="sing" def="neither" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> + <word gloss="COMIT" posp="pp" role="comitative">|t|ə|d|i|t͡ʃ|ə|</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number">|m|e|</word> </flat> </example>
vowelharmony: No change.
### |t|ə|d|i|t͡ʃ|ə|#-> tədit͡ʃə
### |t|ə|d|i|t͡ʃ|ə|
#-> tədit͡ʃə
### |m|e|
#-> me
### |m|e|
#-> me
### |t|ə|d|i|t͡ʃ|ə| |m|e|
#-> tədit͡ʃə me
removetags:
<example id="adpos3" translation="with me">
<flat>
<word gloss="COMIT" posp="pp" role="comitative">|t|ə|d|i|t͡ʃ|ə|</word>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number">|m|e|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tədit͡ʃə</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">me</span><br><span class="gls">1excl.sing</span></span></p>
+ <p>tədit͡ʃə me</p>
+ <p>тӟдичӟ ме</p>
+ <il>
+ <w>
+ <o>tədit͡ʃə</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>me</o>
+ <g>1excl.sing</g>
+ </w>
+ </il>
</example>
### tədit͡ʃə me#-> tədit͡ʃə me
тӟдичӟ ме [tədit͡ʃə me] tədit͡ʃə COMIT me 1excl.sing “with me” | (14) |
Syntax
Basic Clause Structure
Constituent Order
Constituent order describes the typical arrangement of the subject (S), verb (V) and object (O) in simple declarative clauses. It is a fundamental parameter in grammatical description and forms one of the clearest ways of characterising the overall structure of a language’s clause system.
Ichakacha employs Subject–Verb–Object (SVO) as its basic word order. The subject is followed by the verb, with the object occurring in post-verbal position. This ordering is widely attested across the world’s languages.
The following examples illustrate the basic, unmarked, constituent order in Ichakacha.
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 NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <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 propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA">
- <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>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA">
<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>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA">
<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>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA">
- <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"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for jaguar/noun/case/obligatory
Got ACT
About to call getSlotValue for kill/verb/question/optional
Got not.Q
About to call getSlotValue for kill/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/obligatory
Got STA
addaffixes:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA">
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="subj" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="obj" locus="number" case="STA"> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT">|i|f|ə|n|ə|b|ə|ɡ|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|m|a|n|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA">|i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |i|f|ə|n|ə|b|ə|ɡ|ə|
#-> ifənəbəɡə
### |i|f|ə|n|ə|b|ə|ɡ|ə|
#-> ifənəbəɡə
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |m|a|n|
#-> man
### |m|a|n|
#-> man
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> ikəɡəʋəʋə
### |i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> ikəɡəʋəʋə
### |l|o||r|ə| |m||i|f|ə|n|ə|b|ə|ɡ|ə| |t|ə| |m|a|n||ə|p|ə| |l|o||r|ə| |l||i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> lorə mifənəbəɡə tə manəpə lorə likəɡəʋəʋə
removetags:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT">|i|f|ə|n|ə|b|ə|ɡ|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|m|a|n|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA">|i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">ifənəbəɡə</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">man</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ikəɡəʋəʋə</span><br><span class="gls">hunter</span></span></p>
+ <p>lorə mifənəbəɡə tə manəpə lorə likəɡəʋəʋə</p>
+ <p>лорӟ мифӟнӟбӟгӟ тӟ манӟпӟ лорӟ ликӟгӟвӟвӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>ifənəbəɡə</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>man</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ikəɡəʋəʋə</o>
+ <g>hunter</g>
+ </w>
+ </il>
</example>
### lorə mifənəbəɡə tə manəpə lorə likəɡəʋəʋə#-> lorə mifənəbəɡə tə manəpə lorə likəɡəʋəʋə
Лорӟ мифӟнӟбӟгӟ тӟ манӟпӟ лорӟ ликӟгӟвӟвӟ. [lorə mifənəbəɡə tə manəpə lorə likəɡəʋəʋə] lo the -rə sing m- ACT ifənəbəɡə jaguar tə PAST man kill -əpə active lo the -rə sing l- STA ikəɡəʋəʋə hunter “The jaguar killed the hunter.” | (15) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <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 casemarking:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <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 propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="STA">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="STA" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="STA" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="STA" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" case="STA" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" case="STA" number="sing">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="obj" case="STA">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np type="owner_owned" number="sing" role="obj" case="STA">
- <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
- </np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
- </np>
</s>
</example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" locus="number" role="owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="STA">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for lion/noun/case/obligatory
Got ACT
About to call getSlotValue for eat/verb/question/optional
Got not.Q
About to call getSlotValue for eat/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for dog/noun/case/obligatory
Got STA
addaffixes:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="STA">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="STA"/>
</np>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np number="sing" def="def" role="subj" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" locus="number" role="owner"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT">|a|t͡ʃ|ə|f|ə|l|ə|b|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|r|i|f|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">|i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">|a|n|ə|l|ə|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="STA">|e|n|ə|ɡ|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |a|t͡ʃ|ə|f|ə|l|ə|b|ə|
#-> at͡ʃəfələbə
### |a|t͡ʃ|ə|f|ə|l|ə|b|ə|
#-> at͡ʃəfələbə
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |r|i|f|
#-> rif
### |r|i|f|
#-> rif
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> ikəɡəʋəʋə
### |i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> ikəɡəʋəʋə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |a|n|ə|l|ə|
#-> anələ
### |a|n|ə|l|ə|
#-> anələ
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |e|n|ə|ɡ|ə|
#-> enəɡə
### |e|n|ə|ɡ|ə|
#-> enəɡə
### |l|o||r|ə| |m||a|t͡ʃ|ə|f|ə|l|ə|b|ə| |t|ə| |r|i|f||ə|p|ə| |l|o||r|ə| |l||i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə| |l|o||r|ə| |l||a|n|ə|l|ə| |l|o||r|ə| |l||e|n|ə|ɡ|ə|
#-> lorə mat͡ʃəfələbə tə rifəpə lorə likəɡəʋəʋə lorə lanələ lorə lenəɡə
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT">|a|t͡ʃ|ə|f|ə|l|ə|b|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|r|i|f|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">|i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">|a|n|ə|l|ə|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="STA">|e|n|ə|ɡ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">at͡ʃəfələbə</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">rif</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ikəɡəʋəʋə</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">anələ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">enəɡə</span><br><span class="gls">dog</span></span></p>
+ <p>lorə mat͡ʃəfələbə tə rifəpə lorə likəɡəʋəʋə lorə lanələ lorə lenəɡə</p>
+ <p>лорӟ мачӟфӟлӟбӟ тӟ рифӟпӟ лорӟ ликӟгӟвӟвӟ лорӟ ланӟлӟ лорӟ ленӟгӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>at͡ʃəfələbə</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>rif</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ikəɡəʋəʋə</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>anələ</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>enəɡə</o>
+ <g>dog</g>
+ </w>
+ </il>
</example>
### lorə mat͡ʃəfələbə tə rifəpə lorə likəɡəʋəʋə lorə lanələ lorə lenəɡə#-> lorə mat͡ʃəfələbə tə rifəpə lorə likəɡəʋəʋə lorə lanələ lorə lenəɡə
Лорӟ мачӟфӟлӟбӟ тӟ рифӟпӟ лорӟ ликӟгӟвӟвӟ лорӟ ланӟлӟ лорӟ ленӟгӟ. [lorə mat͡ʃəfələbə tə rifəpə lorə likəɡəʋəʋə lorə lanələ lorə lenəɡə] lo the -rə sing m- ACT at͡ʃəfələbə lion tə PAST rif eat -əpə active lo the -rə sing l- STA ikəɡəʋəʋə hunter lo the -rə sing l- STA anələ daughter lo the -rə sing l- STA enəɡə dog “The lion ate the hunter’s daughter’s dog.” | (16) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Ichakacha reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-final: the possessor precedes the possessed noun. For example, Ichakacha expresses “the child’s toy” with the equivalent of “child toy”. This ordering is found in many SOV and postpositional languages and aligns with a broader tendency towards modifier-first structures.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: 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 propagatenumber:
<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" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="STA" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="neither" locus="number" role="owner" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="son"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="friend"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owned" case="STA"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="book"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="STA"/> </np> </example>About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for son/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for friend/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for book/noun/case/obligatory
Got STA
addaffixes:
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="STA">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="STA"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="neither" locus="number" role="owner" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="STA"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="STA"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="STA"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">|f|o|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">|u|t͡ʃ|ə|d|ə|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned">|e|b|ə|t͡ʃ|ə|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="STA">|a|ʋ|ə|ɡ|ə|</word> </flat> </example>
vowelharmony: No change.
### |f|o|#-> fo
### |f|o|
#-> fo
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |u|t͡ʃ|ə|d|ə|
#-> ut͡ʃədə
### |u|t͡ʃ|ə|d|ə|
#-> ut͡ʃədə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |e|b|ə|t͡ʃ|ə|
#-> ebət͡ʃə
### |e|b|ə|t͡ʃ|ə|
#-> ebət͡ʃə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |a|ʋ|ə|ɡ|ə|
#-> aʋəɡə
### |a|ʋ|ə|ɡ|ə|
#-> aʋəɡə
### |f|o| |l|o||r|ə| |l||u|t͡ʃ|ə|d|ə| |l|o||r|ə| |l||e|b|ə|t͡ʃ|ə| |l|o||r|ə| |l||a|ʋ|ə|ɡ|ə|
#-> fo lorə lut͡ʃədə lorə lebət͡ʃə lorə laʋəɡə
removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">|f|o|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">|u|t͡ʃ|ə|d|ə|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned">|e|b|ə|t͡ʃ|ə|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="STA">|a|ʋ|ə|ɡ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">fo</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ut͡ʃədə</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ebət͡ʃə</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">aʋəɡə</span><br><span class="gls">book</span></span></p>
+ <p>fo lorə lut͡ʃədə lorə lebət͡ʃə lorə laʋəɡə</p>
+ <p>фо лорӟ лучӟдӟ лорӟ лебӟчӟ лорӟ лавӟгӟ</p>
+ <il>
+ <w>
+ <o>fo</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ut͡ʃədə</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ebət͡ʃə</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>aʋəɡə</o>
+ <g>book</g>
+ </w>
+ </il>
</example>
### fo lorə lut͡ʃədə lorə lebət͡ʃə lorə laʋəɡə#-> fo lorə lut͡ʃədə lorə lebət͡ʃə lorə laʋəɡə
фо лорӟ лучӟдӟ лорӟ лебӟчӟ лорӟ лавӟгӟ [fo lorə lut͡ʃədə lorə lebət͡ʃə lorə laʋəɡə] fo 2.sing lo the -rə sing l- STA ut͡ʃədə son lo the -rə sing l- STA ebət͡ʃə friend lo the -rə sing l- STA aʋəɡə book “your son’s friend’s book” | (17) |
Case Marking
Ichakacha 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 NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="sleep"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="sleep"/> + </vp> </s> </example>
module casemarking:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">
- <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"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got STA
About to call getSlotValue for sleep/verb/question/optional
Got not.Q
About to call getSlotValue for sleep/verb/voice/obligatory
Got active
addaffixes:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">|o|ʋ|ə|l|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">|r|i|ʋ|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |r|i|ʋ|
#-> riʋ
### |r|i|ʋ|
#-> riʋ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o||r|ə| |l||o|ʋ|ə|l|ə| |r|i|ʋ||ə|p|ə|
#-> lorə loʋələ riʋəpə
removetags:
<example id="intr_stat" translation="The cat is sleeping.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA">|o|ʋ|ə|l|ə|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">|r|i|ʋ|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">oʋələ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">riʋ</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span></p>
+ <p>lorə loʋələ riʋəpə</p>
+ <p>лорӟ ловӟлӟ ривӟпӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>oʋələ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>riʋ</o>
+ <g>sleep</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ </il>
</example>
### lorə loʋələ riʋəpə#-> lorə loʋələ riʋəpə
Лорӟ ловӟлӟ ривӟпӟ. [lorə loʋələ riʋəpə] lo the -rə sing l- STA oʋələ cat riʋ sleep -əpə active “The cat is sleeping.” | (18) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="run"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="run"/> + </vp> </s> </example>
module casemarking:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="run"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got ACT
About to call getSlotValue for run/verb/question/optional
Got not.Q
About to call getSlotValue for run/verb/voice/obligatory
calling defaultval for voice/
defaultval: verb, voice
returning active
Got active
addaffixes:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|o|ʋ|ə|l|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">|t͡ʃ|a|t|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |t͡ʃ|a|t|
#-> t͡ʃat
### |t͡ʃ|a|t|
#-> t͡ʃat
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o||r|ə| |m||o|ʋ|ə|l|ə| |t͡ʃ|a|t||ə|p|ə|
#-> lorə moʋələ t͡ʃatəpə
removetags:
<example id="intr_act" translation="The cat is running.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|o|ʋ|ə|l|ə|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">|t͡ʃ|a|t|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">oʋələ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t͡ʃat</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span></p>
+ <p>lorə moʋələ t͡ʃatəpə</p>
+ <p>лорӟ мовӟлӟ чатӟпӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>oʋələ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>t͡ʃat</o>
+ <g>run</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ </il>
</example>
### lorə moʋələ t͡ʃatəpə#-> lorə moʋələ t͡ʃatəpə
Лорӟ мовӟлӟ чатӟпӟ. [lorə moʋələ t͡ʃatəpə] lo the -rə sing m- ACT oʋələ cat t͡ʃat run -əpə active “The cat is running.” | (19) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> - <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 propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
- <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>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
<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>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="chase"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
<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>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
- <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"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got ACT
About to call getSlotValue for chase/verb/question/optional
Got not.Q
About to call getSlotValue for chase/verb/voice/obligatory
calling defaultval for voice/
defaultval: verb, voice
returning active
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/obligatory
Got STA
addaffixes:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/>
</np>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|o|ʋ|ə|l|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">|n|ə|k|a|f|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">|u|r|ə|t|ə|r|ə|ʋ|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |n|ə|k|a|f|
#-> nəkaf
### |n|ə|k|a|f|
#-> nəkaf
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |u|r|ə|t|ə|r|ə|ʋ|ə|
#-> urətərəʋə
### |u|r|ə|t|ə|r|ə|ʋ|ə|
#-> urətərəʋə
### |l|o||r|ə| |m||o|ʋ|ə|l|ə| |n|ə|k|a|f||ə|p|ə| |l|o||r|ə| |l||u|r|ə|t|ə|r|ə|ʋ|ə|
#-> lorə moʋələ nəkafəpə lorə lurətərəʋə
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|o|ʋ|ə|l|ə|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">|n|ə|k|a|f|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">|u|r|ə|t|ə|r|ə|ʋ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">oʋələ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">nəkaf</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">urətərəʋə</span><br><span class="gls">mouse</span></span></p>
+ <p>lorə moʋələ nəkafəpə lorə lurətərəʋə</p>
+ <p>лорӟ мовӟлӟ нӟкафӟпӟ лорӟ лурӟтӟрӟвӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>oʋələ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>nəkaf</o>
+ <g>chase</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>urətərəʋə</o>
+ <g>mouse</g>
+ </w>
+ </il>
</example>
### lorə moʋələ nəkafəpə lorə lurətərəʋə#-> lorə moʋələ nəkafəpə lorə lurətərəʋə
Лорӟ мовӟлӟ нӟкафӟпӟ лорӟ лурӟтӟрӟвӟ. [lorə moʋələ nəkafəpə lorə lurətərəʋə] lo the -rə sing m- ACT oʋələ cat nəkaf chase -əpə active lo the -rə sing l- STA urətərəʋə mouse “The cat is chasing the mouse.” | (20) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <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 propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
- <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>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
<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>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
<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>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
- <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"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got ACT
About to call getSlotValue for catch/verb/question/optional
Got not.Q
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/obligatory
Got STA
addaffixes:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/>
</np>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|o|ʋ|ə|l|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|u|m|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">|u|r|ə|t|ə|r|ə|ʋ|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |p|u|m|
#-> pum
### |p|u|m|
#-> pum
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |u|r|ə|t|ə|r|ə|ʋ|ə|
#-> urətərəʋə
### |u|r|ə|t|ə|r|ə|ʋ|ə|
#-> urətərəʋə
### |l|o||r|ə| |m||o|ʋ|ə|l|ə| |t|ə| |p|u|m||ə|p|ə| |l|o||r|ə| |l||u|r|ə|t|ə|r|ə|ʋ|ə|
#-> lorə moʋələ tə puməpə lorə lurətərəʋə
removetags:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT">|o|ʋ|ə|l|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|u|m|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA">|u|r|ə|t|ə|r|ə|ʋ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">oʋələ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pum</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">urətərəʋə</span><br><span class="gls">mouse</span></span></p>
+ <p>lorə moʋələ tə puməpə lorə lurətərəʋə</p>
+ <p>лорӟ мовӟлӟ тӟ пумӟпӟ лорӟ лурӟтӟрӟвӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>oʋələ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>pum</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>urətərəʋə</o>
+ <g>mouse</g>
+ </w>
+ </il>
</example>
### lorə moʋələ tə puməpə lorə lurətərəʋə#-> lorə moʋələ tə puməpə lorə lurətərəʋə
Лорӟ мовӟлӟ тӟ пумӟпӟ лорӟ лурӟтӟрӟвӟ. [lorə moʋələ tə puməpə lorə lurətərəʋə] lo the -rə sing m- ACT oʋələ cat tə PAST pum catch -əpə active lo the -rə sing l- STA urətərəʋə mouse “The cat caught the mouse.” | (21) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <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 casemarking:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <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 propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np role="obj" tr="rheme" case="STA">
+ <np role="obj" tr="rheme" case="STA" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="STA" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="STA" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="STA" number="plur">
- <conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" 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">
+ <np def="def" number="plur" locus="number" 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">
+ <np def="def" number="plur" locus="number" 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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="STA" number="plur">
<np def="def" number="plur" locus="number" 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" 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" 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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" tr="rheme" case="STA" number="plur">
<np def="def" number="plur" locus="number" 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" 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" role="obj" tr="rheme" case="STA">
<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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="kill"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" tr="rheme" case="STA" number="plur">
<np def="def" number="plur" locus="number" 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" 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" role="obj" tr="rheme" case="STA">
<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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" obj="3.plur"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for hunter/noun/case/obligatory
Got ACT
About to call getSlotValue for kill/verb/question/optional
Got not.Q
About to call getSlotValue for kill/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got plur
About to call getSlotValue for jaguar/noun/case/obligatory
Got STA
About to call getSlotValue for the/det/number/obligatory
Got plur
About to call getSlotValue for tiger/noun/case/obligatory
Got STA
About to call getSlotValue for the/det/number/obligatory
Got plur
About to call getSlotValue for lion/noun/case/obligatory
Got STA
addaffixes:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="plur"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="plur"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="plur"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/>
</np>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> <thingy type="detnumber" function="suffix" gloss="plur"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> <thingy type="detnumber" function="suffix" gloss="plur"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> <thingy type="detnumber" function="suffix" gloss="plur"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">|m|a|n|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="plur">-|n|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|i|f|ə|n|ə|b|ə|ɡ|ə|</word> + <word posp="conj" gloss="and">|s|o|</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="plur">-|n|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|a|n|ə|p|ə|s|ə|k|ə|</word> + <word posp="conj" gloss="and">|s|o|</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="plur">-|n|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|a|t͡ʃ|ə|f|ə|l|ə|b|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> ikəɡəʋəʋə
### |i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|
#-> ikəɡəʋəʋə
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |m|a|n|
#-> man
### |m|a|n|
#-> man
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|n|ə|
#-> -nə
### -|n|ə|
#-> -nə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|f|ə|n|ə|b|ə|ɡ|ə|
#-> ifənəbəɡə
### |i|f|ə|n|ə|b|ə|ɡ|ə|
#-> ifənəbəɡə
### |s|o|
#-> so
### |s|o|
#-> so
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|n|ə|
#-> -nə
### -|n|ə|
#-> -nə
### |l|-
#-> l-
### |l|-
#-> l-
### |a|n|ə|p|ə|s|ə|k|ə|
#-> anəpəsəkə
### |a|n|ə|p|ə|s|ə|k|ə|
#-> anəpəsəkə
### |s|o|
#-> so
### |s|o|
#-> so
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|n|ə|
#-> -nə
### -|n|ə|
#-> -nə
### |l|-
#-> l-
### |l|-
#-> l-
### |a|t͡ʃ|ə|f|ə|l|ə|b|ə|
#-> at͡ʃəfələbə
### |a|t͡ʃ|ə|f|ə|l|ə|b|ə|
#-> at͡ʃəfələbə
### |l|o||r|ə| |m||i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə| |t|ə| |m|a|n||ə|p|ə| |l|o||n|ə| |l||i|f|ə|n|ə|b|ə|ɡ|ə| |s|o| |l|o||n|ə| |l||a|n|ə|p|ə|s|ə|k|ə| |s|o| |l|o||n|ə| |l||a|t͡ʃ|ə|f|ə|l|ə|b|ə|
#-> lorə mikəɡəʋəʋə tə manəpə lonə lifənəbəɡə so lonə lanəpəsəkə so lonə lat͡ʃəfələbə
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|i|k|ə|ɡ|ə|ʋ|ə|ʋ|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">|m|a|n|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="plur">-|n|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|i|f|ə|n|ə|b|ə|ɡ|ə|</word>
<word posp="conj" gloss="and">|s|o|</word>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="plur">-|n|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|a|n|ə|p|ə|s|ə|k|ə|</word>
<word posp="conj" gloss="and">|s|o|</word>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="plur">-|n|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="STA">|a|t͡ʃ|ə|f|ə|l|ə|b|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">ikəɡəʋəʋə</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">man</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-nə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ifənəbəɡə</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">so</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-nə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">anəpəsəkə</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">so</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-nə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">at͡ʃəfələbə</span><br><span class="gls">lion</span></span></p>
+ <p>lorə mikəɡəʋəʋə tə manəpə lonə lifənəbəɡə so lonə lanəpəsəkə so lonə lat͡ʃəfələbə</p>
+ <p>лорӟ микӟгӟвӟвӟ тӟ манӟпӟ лонӟ лифӟнӟбӟгӟ со лонӟ ланӟпӟсӟкӟ со лонӟ лачӟфӟлӟбӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>ikəɡəʋəʋə</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>man</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-nə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ifənəbəɡə</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>so</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-nə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>anəpəsəkə</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>so</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-nə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>at͡ʃəfələbə</o>
+ <g>lion</g>
+ </w>
+ </il>
</example>
### lorə mikəɡəʋəʋə tə manəpə lonə lifənəbəɡə so lonə lanəpəsəkə so lonə lat͡ʃəfələbə#-> lorə mikəɡəʋəʋə tə manəpə lonə lifənəbəɡə so lonə lanəpəsəkə so lonə lat͡ʃəfələbə
Лорӟ микӟгӟвӟвӟ тӟ манӟпӟ лонӟ лифӟнӟбӟгӟ со лонӟ ланӟпӟсӟкӟ со лонӟ лачӟфӟлӟбӟ. [lorə mikəɡəʋəʋə tə manəpə lonə lifənəbəɡə so lonə lanəpəsəkə so lonə lat͡ʃəfələbə] lo the -rə sing m- ACT ikəɡəʋəʋə hunter tə PAST man kill -əpə active lo the -nə plur l- STA ifənəbəɡə jaguar so and lo the -nə plur l- STA anəpəsəkə tiger so and lo the -nə plur l- STA at͡ʃəfələbə lion “The hunter killed the jaguars, the tigers and the lions.” | (22) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Ichakacha 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
Ichakacha forms relative clauses by placing the relative clause after the noun it modifies. The clause follows the internal word order of ordinary finite clauses. A dedicated relativising marker introduces the clause and identifies the relationship between the head noun and its role inside the relative 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 NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"> <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 ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp1" translation="I patted the cat.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
- <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>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"> <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">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
<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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
- <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"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/question/optionalGot not.Q
About to call getSlotValue for pat/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/obligatory
Got STA
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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<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"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/>
</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"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <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"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <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"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</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">|n|ə|s|u|l|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">|o|ʋ|ə|l|ə|</word> </flat> </example>
vowelharmony: No change.
### |t|ə|#-> tə
### |t|ə|
#-> tə
### |n|ə|s|u|l|
#-> nəsul
### |n|ə|s|u|l|
#-> nəsul
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |o|ʋ|ə|l|ə|
#-> oʋələ
### |t|ə| |n|ə|s|u|l||ə|p|ə| |l|o||r|ə| |l||o|ʋ|ə|l|ə|
#-> tə nəsuləpə lorə loʋələ
removetags:
<example id="relp1" translation="I patted the cat.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</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">|n|ə|s|u|l|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA">|o|ʋ|ə|l|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nəsul</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">oʋələ</span><br><span class="gls">cat</span></span></p>
+ <p>tə nəsuləpə lorə loʋələ</p>
+ <p>тӟ нӟсулӟпӟ лорӟ ловӟлӟ</p>
+ <il>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>nəsul</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>oʋələ</o>
+ <g>cat</g>
+ </w>
+ </il>
</example>
### tə nəsuləpə lorə loʋələ#-> tə nəsuləpə lorə loʋələ
Тӟ нӟсулӟпӟ лорӟ ловӟлӟ. [tə nəsuləpə lorə loʋələ] tə PAST nəsul pat -əpə active lo the -rə sing l- STA oʋələ cat “I patted the cat.” | (23) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module NRel:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
- <relp>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="catch"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="catch"/>
+ </vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module casemarking:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <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> </relp> </np> </s> </example>
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<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">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<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">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</relp>
</np>
</s>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</relp>
</np>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </relp> </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">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</relp>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
- <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"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA"/>
</np>
</relp>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/question/optionalGot not.Q
About to call getSlotValue for pat/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for catch/verb/question/optional
Got not.Q
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/obligatory
Got STA
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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA"/>
</np>
</relp>
</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"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="STA"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA"/> - </np> - </relp> - </np> - </s> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" comma="after"/> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" comma="after"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|n|ə|s|u|l|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|u|m|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" comma="after">|u|r|ə|t|ə|r|ə|ʋ|ə|</word> </flat> </example>
vowelharmony: No change.
### |t|ə|#-> tə
### |t|ə|
#-> tə
### |n|ə|s|u|l|
#-> nəsul
### |n|ə|s|u|l|
#-> nəsul
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |o|ʋ|ə|l|ə|,
#-> oʋələ,
### |o|ʋ|ə|l|ə|,
#-> oʋələ,
### |m|a|
#-> ma
### |m|a|
#-> ma
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |p|u|m|
#-> pum
### |p|u|m|
#-> pum
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |u|r|ə|t|ə|r|ə|ʋ|ə|
#-> urətərəʋə
### |u|r|ə|t|ə|r|ə|ʋ|ə|
#-> urətərəʋə
### |t|ə| |n|ə|s|u|l||ə|p|ə| |l|o||r|ə| |l||o|ʋ|ə|l|ə|, |m|a| |t|ə| |p|u|m||ə|p|ə| |l|o||r|ə| |l||u|r|ə|t|ə|r|ə|ʋ|ə|
#-> tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|n|ə|s|u|l|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
- <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|</word>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|,</word>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|u|m|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" comma="after">|u|r|ə|t|ə|r|ə|ʋ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nəsul</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">oʋələ,</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pum</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">urətərəʋə</span><br><span class="gls">mouse</span></span></p>
+ <p>tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə</p>
+ <p>тӟ нӟсулӟпӟ лорӟ ловӟлӟ, ма тӟ пумӟпӟ лорӟ лурӟтӟрӟвӟ</p>
+ <il>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>nəsul</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>oʋələ,</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>pum</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>urətərəʋə</o>
+ <g>mouse</g>
+ </w>
+ </il>
</example>
### tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə#-> tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə
Тӟ нӟсулӟпӟ лорӟ ловӟлӟ, ма тӟ пумӟпӟ лорӟ лурӟтӟрӟвӟ. [tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə] tə PAST nəsul pat -əpə active lo the -rə sing l- STA oʋələ, cat ma RELPRON tə PAST pum catch -əpə active lo the -rə sing l- STA urətərəʋə mouse “I patted the cat that caught the mouse.” | (24) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module NRel:
<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>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="catch"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="eat"/>
+ </vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
tva1
tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module casemarking:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <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> </relp> </np> </relp> </np> </s> </example>
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<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">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<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">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</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>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </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">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
<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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np id="parent" number="sing">
+ <np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
unwrapArgumentNPs: No change.
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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
- <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"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/question/optionalGot not.Q
About to call getSlotValue for pat/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for catch/verb/question/optional
Got not.Q
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for eat/verb/question/optional
Got not.Q
About to call getSlotValue for eat/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for cheese/noun/case/obligatory
Got STA
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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA"/>
</np>
</relp>
</np>
</relp>
</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"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing" case="ACT"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="STA"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA"/> - </np> - </relp> - </np> - </relp> - </np> - </s> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" comma="after"/> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" comma="after"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|n|ə|s|u|l|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|p|u|m|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|u|r|ə|t|ə|r|ə|ʋ|ə|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|r|i|f|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" comma="after">|o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|</word> </flat> </example>
vowelharmony: No change.
### |t|ə|#-> tə
### |t|ə|
#-> tə
### |n|ə|s|u|l|
#-> nəsul
### |n|ə|s|u|l|
#-> nəsul
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |o|ʋ|ə|l|ə|,
#-> oʋələ,
### |o|ʋ|ə|l|ə|,
#-> oʋələ,
### |m|a|
#-> ma
### |m|a|
#-> ma
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |p|u|m|
#-> pum
### |p|u|m|
#-> pum
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |u|r|ə|t|ə|r|ə|ʋ|ə|,
#-> urətərəʋə,
### |u|r|ə|t|ə|r|ə|ʋ|ə|,
#-> urətərəʋə,
### |m|a|
#-> ma
### |m|a|
#-> ma
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |r|i|f|
#-> rif
### |r|i|f|
#-> rif
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|
#-> ofət͡ʃəsət͡ʃə
### |o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|
#-> ofət͡ʃəsət͡ʃə
### |t|ə| |n|ə|s|u|l||ə|p|ə| |l|o||r|ə| |l||o|ʋ|ə|l|ə|, |m|a| |t|ə| |p|u|m||ə|p|ə| |l|o||r|ə| |l||u|r|ə|t|ə|r|ə|ʋ|ə|, |m|a| |t|ə| |r|i|f||ə|p|ə| |l|o||r|ə| |l||o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|
#-> tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|n|ə|s|u|l|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
- <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|</word>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|,</word>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|p|u|m|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
- <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|u|r|ə|t|ə|r|ə|ʋ|ə|</word>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|u|r|ə|t|ə|r|ə|ʋ|ə|,</word>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|r|i|f|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" comma="after">|o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nəsul</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">oʋələ,</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pum</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">urətərəʋə,</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">rif</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ofət͡ʃəsət͡ʃə</span><br><span class="gls">cheese</span></span></p>
+ <p>tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə</p>
+ <p>тӟ нӟсулӟпӟ лорӟ ловӟлӟ, ма тӟ пумӟпӟ лорӟ лурӟтӟрӟвӟ, ма тӟ рифӟпӟ лорӟ лофӟчӟсӟчӟ</p>
+ <il>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>nəsul</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>oʋələ,</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>pum</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>urətərəʋə,</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>rif</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ofət͡ʃəsət͡ʃə</o>
+ <g>cheese</g>
+ </w>
+ </il>
</example>
### tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə#-> tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə
Тӟ нӟсулӟпӟ лорӟ ловӟлӟ, ма тӟ пумӟпӟ лорӟ лурӟтӟрӟвӟ, ма тӟ рифӟпӟ лорӟ лофӟчӟсӟчӟ. [tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə] tə PAST nəsul pat -əpə active lo the -rə sing l- STA oʋələ, cat ma RELPRON tə PAST pum catch -əpə active lo the -rə sing l- STA urətərəʋə, mouse ma RELPRON tə PAST rif eat -əpə active lo the -rə sing l- STA ofət͡ʃəsət͡ʃə cheese “I patted the cat that caught the mouse that ate the cheese.” | (25) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module NRel:
<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>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="obj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<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 sentenceconnectors: No change.
module complementise: No change.
tva1tva2
tva1
tva2
tva1
tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="obj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <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> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module casemarking:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="obj" comma="before"> + <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"> <word posp="pron" gloss="RELPRON"/> </np> <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"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT"> <word person="1excl" number="sing" posp="pron"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<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" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</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>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<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" case="ACT">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> </relp> </np> </relp> </np> </relp> </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">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="buy"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
<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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np id="parent" number="sing">
+ <np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np id="parent" number="sing">
+ <np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="buy"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/question/optionalGot not.Q
About to call getSlotValue for pat/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for catch/verb/question/optional
Got not.Q
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for eat/verb/question/optional
Got not.Q
About to call getSlotValue for eat/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for cheese/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for buy/verb/question/optional
Got not.Q
About to call getSlotValue for buy/verb/voice/obligatory
Got active
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">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</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"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing" case="ACT"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing" case="ACT"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT"/> - </np> - </relp> - </np> - </relp> - </np> - </relp> - </np> - </s> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" comma="after"/> + </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="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" comma="after"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|n|ə|s|u|l|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|p|u|m|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|u|r|ə|t|ə|r|ə|ʋ|ə|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|r|i|f|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp">|o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">|m|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|n|u|m|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" comma="after">|m|e|</word> </flat> </example>
vowelharmony: No change.
### |t|ə|#-> tə
### |t|ə|
#-> tə
### |n|ə|s|u|l|
#-> nəsul
### |n|ə|s|u|l|
#-> nəsul
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |o|ʋ|ə|l|ə|,
#-> oʋələ,
### |o|ʋ|ə|l|ə|,
#-> oʋələ,
### |m|a|
#-> ma
### |m|a|
#-> ma
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |p|u|m|
#-> pum
### |p|u|m|
#-> pum
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |u|r|ə|t|ə|r|ə|ʋ|ə|,
#-> urətərəʋə,
### |u|r|ə|t|ə|r|ə|ʋ|ə|,
#-> urətərəʋə,
### |m|a|
#-> ma
### |m|a|
#-> ma
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |r|i|f|
#-> rif
### |r|i|f|
#-> rif
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |l|-
#-> l-
### |l|-
#-> l-
### |o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|,
#-> ofət͡ʃəsət͡ʃə,
### |o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|,
#-> ofət͡ʃəsət͡ʃə,
### |m|a|
#-> ma
### |m|a|
#-> ma
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |n|u|m|
#-> num
### |n|u|m|
#-> num
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |m|e|
#-> me
### |m|e|
#-> me
### |t|ə| |n|ə|s|u|l||ə|p|ə| |l|o||r|ə| |l||o|ʋ|ə|l|ə|, |m|a| |t|ə| |p|u|m||ə|p|ə| |l|o||r|ə| |l||u|r|ə|t|ə|r|ə|ʋ|ə|, |m|a| |t|ə| |r|i|f||ə|p|ə| |l|o||r|ə| |l||o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|, |m|a| |t|ə| |n|u|m||ə|p|ə| |m|e|
#-> tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə, ma tə numəpə me
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|n|ə|s|u|l|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
- <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|</word>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|o|ʋ|ə|l|ə|,</word>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|p|u|m|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
- <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|u|r|ə|t|ə|r|ə|ʋ|ə|</word>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|u|r|ə|t|ə|r|ə|ʋ|ə|,</word>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">|m|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|r|i|f|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
- <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp">|o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|</word>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp">|o|f|ə|t͡ʃ|ə|s|ə|t͡ʃ|ə|,</word>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">|m|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|n|u|m|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" comma="after">|m|e|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nəsul</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">oʋələ,</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pum</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">urətərəʋə,</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">rif</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">ofət͡ʃəsət͡ʃə,</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">num</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">me</span><br><span class="gls">1excl.sing</span></span></p>
+ <p>tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə, ma tə numəpə me</p>
+ <p>тӟ нӟсулӟпӟ лорӟ ловӟлӟ, ма тӟ пумӟпӟ лорӟ лурӟтӟрӟвӟ, ма тӟ рифӟпӟ лорӟ лофӟчӟсӟчӟ, ма тӟ нумӟпӟ ме</p>
+ <il>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>nəsul</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>oʋələ,</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>pum</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>urətərəʋə,</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>rif</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>ofət͡ʃəsət͡ʃə,</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>num</o>
+ <g>buy</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>me</o>
+ <g>1excl.sing</g>
+ </w>
+ </il>
</example>
### tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə, ma tə numəpə me#-> tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə, ma tə numəpə me
Тӟ нӟсулӟпӟ лорӟ ловӟлӟ, ма тӟ пумӟпӟ лорӟ лурӟтӟрӟвӟ, ма тӟ рифӟпӟ лорӟ лофӟчӟсӟчӟ, ма тӟ нумӟпӟ ме. [tə nəsuləpə lorə loʋələ, ma tə puməpə lorə lurətərəʋə, ma tə rifəpə lorə lofət͡ʃəsət͡ʃə, ma tə numəpə me] tə PAST nəsul pat -əpə active lo the -rə sing l- STA oʋələ, cat ma RELPRON tə PAST pum catch -əpə active lo the -rə sing l- STA urətərəʋə, mouse ma RELPRON tə PAST rif eat -əpə active lo the -rə sing l- STA ofət͡ʃəsət͡ʃə, cheese ma RELPRON tə PAST num buy -əpə active me 1excl.sing “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Ichakacha introduces complement clauses with a dedicated complementiser, similar to English that. The complementiser appears at the beginning of the embedded clause and signals that the clause functions as a syntactic argument. The embedded clause is fully finite and displays the same tense, aspect and agreement patterns as independent clauses.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> <np role="subj"> <subs> - <word gloss="COMP" posp="pp"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="give"/> - </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> - <word posp="noun" gloss="apple"/> - </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="give"/> + </vp> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <np number="sing" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> + </np> + <word gloss="COMP" posp="pp"/> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" case="ACT"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <np number="sing" def="def" head="this" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> + <np number="sing" role="obj" locus="number" case="STA"> <word posp="noun" gloss="apple"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np number="sing" def="def" role="indobj" locus="number"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <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> - <np role="subj" case="ACT"> + <np role="subj" case="ACT" number="sing"> <subs> <np number="sing" def="def" head="this" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number" case="STA"> <word posp="noun" gloss="apple"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ACT" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np number="sing" role="obj" locus="number" case="STA">
<word posp="noun" gloss="apple"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
- <word posp="noun" gloss="teacher"/>
<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>
<np role="subj" case="ACT" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" role="obj" locus="number" case="STA">
<word posp="noun" gloss="apple"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
<word posp="verb" gloss="surprise"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<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>
<np role="subj" case="ACT" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="give"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" role="obj" locus="number" case="STA">
<word posp="noun" gloss="apple"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ACT" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" subj="3.sing" indobj="3.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
- <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"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
</np>
<np number="sing" role="obj" locus="number" case="STA">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" indobj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
- <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"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for boy/noun/case/obligatory
Got ACT
About to call getSlotValue for give/verb/question/optional
Got not.Q
About to call getSlotValue for give/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for girl/noun/case/obligatory
Got DAT
About to call getSlotValue for apple/noun/case/obligatory
Got STA
About to call getSlotValue for surprise/verb/question/optional
Got not.Q
About to call getSlotValue for surprise/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for teacher/noun/case/obligatory
Got DAT
addaffixes:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ACT" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
</np>
<np number="sing" role="obj" locus="number" case="STA">
+ <thingy type="nouncase" function="prefix" gloss="STA"/>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA"/>
</np>
<word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
</np>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np role="subj" case="ACT" number="sing"> - <subs> - <np number="sing" def="def" head="this" role="subj" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> - </np> - <np number="sing" role="obj" locus="number" case="STA"> <thingy type="nouncase" function="prefix" gloss="STA"/> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA"/> - </np> <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing"/> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> - <thingy type="nouncase" function="prefix" gloss="STA"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA"/> - <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT">|i|d|ə|s|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">|s|u|s|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">|s|-</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">|i|m|ə|r|ə|</word> + <thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA">|i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|</word> + <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing">|ʋ|ə|ʋ|u|d|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">|ʋ|ə|s|e|t|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">|s|-</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT">|a|l|ə|m|ə|m|ə|d|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |i|d|ə|s|ə|
#-> idəsə
### |i|d|ə|s|ə|
#-> idəsə
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |s|u|s|
#-> sus
### |s|u|s|
#-> sus
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |s|-
#-> s-
### |s|-
#-> s-
### |i|m|ə|r|ə|
#-> imərə
### |i|m|ə|r|ə|
#-> imərə
### |l|-
#-> l-
### |l|-
#-> l-
### |i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> it͡ʃəsələt͡ʃə
### |i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|
#-> it͡ʃəsələt͡ʃə
### |ʋ|ə|ʋ|u|d|ə|
#-> ʋəʋudə
### |ʋ|ə|ʋ|u|d|ə|
#-> ʋəʋudə
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |ʋ|ə|s|e|t|
#-> ʋəset
### |ʋ|ə|s|e|t|
#-> ʋəset
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |s|-
#-> s-
### |s|-
#-> s-
### |a|l|ə|m|ə|m|ə|d|ə|
#-> aləməmədə
### |a|l|ə|m|ə|m|ə|d|ə|
#-> aləməmədə
### |l|o||r|ə| |m||i|d|ə|s|ə| |t|ə| |s|u|s||ə|p|ə| |l|o||r|ə| |s||i|m|ə|r|ə| |l||i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə| |ʋ|ə|ʋ|u|d|ə| |t|ə| |ʋ|ə|s|e|t||ə|p|ə| |l|o||r|ə| |s||a|l|ə|m|ə|m|ə|d|ə|
#-> lorə midəsə tə susəpə lorə simərə lit͡ʃəsələt͡ʃə ʋəʋudə tə ʋəsetəpə lorə saləməmədə
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT">|i|d|ə|s|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">|s|u|s|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="DAT">|s|-</thingy>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">|i|m|ə|r|ə|</word>
<thingy type="nouncase" function="prefix" gloss="STA">|l|-</thingy>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA">|i|t͡ʃ|ə|s|ə|l|ə|t͡ʃ|ə|</word>
<word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing">|ʋ|ə|ʋ|u|d|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">|ʋ|ə|s|e|t|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="DAT">|s|-</thingy>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT">|a|l|ə|m|ə|m|ə|d|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">idəsə</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">sus</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">imərə</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">it͡ʃəsələt͡ʃə</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ʋəʋudə</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ʋəset</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">aləməmədə</span><br><span class="gls">teacher</span></span></p>
+ <p>lorə midəsə tə susəpə lorə simərə lit͡ʃəsələt͡ʃə ʋəʋudə tə ʋəsetəpə lorə saləməmədə</p>
+ <p>лорӟ мидӟсӟ тӟ сусӟпӟ лорӟ симӟрӟ личӟсӟлӟчӟ вӟвудӟ тӟ вӟсетӟпӟ лорӟ салӟмӟмӟдӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>idəsə</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>sus</o>
+ <g>give</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>imərə</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>l-</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>it͡ʃəsələt͡ʃə</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>ʋəʋudə</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ʋəset</o>
+ <g>surprise</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>aləməmədə</o>
+ <g>teacher</g>
+ </w>
+ </il>
</example>
### lorə midəsə tə susəpə lorə simərə lit͡ʃəsələt͡ʃə ʋəʋudə tə ʋəsetəpə lorə saləməmədə#-> lorə midəsə tə susəpə lorə simərə lit͡ʃəsələt͡ʃə ʋəʋudə tə ʋəsetəpə lorə saləməmədə
Лорӟ мидӟсӟ тӟ сусӟпӟ лорӟ симӟрӟ личӟсӟлӟчӟ вӟвудӟ тӟ вӟсетӟпӟ лорӟ салӟмӟмӟдӟ. [lorə midəsə tə susəpə lorə simərə lit͡ʃəsələt͡ʃə ʋəʋudə tə ʋəsetəpə lorə saləməmədə] lo the -rə sing m- ACT idəsə boy tə PAST sus give -əpə active lo the -rə sing s- DAT imərə girl l- STA it͡ʃəsələt͡ʃə apple ʋəʋudə COMP tə PAST ʋəset surprise -əpə active lo the -rə sing s- DAT aləməmədə teacher “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Ichakacha 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 NRel: No change.
module sentenceconnectors: No change.
module complementise:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
+ <word gloss="COMP" posp="pp"/>
<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>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <word gloss="COMP" posp="pp"/> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <word gloss="COMP" posp="pp"/> </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 casemarking:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="STA"> <subs> - <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> <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> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="STA">
+ <np role="obj" tr="rheme" case="STA" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA">
<word person="2" number="sing" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA">
<word person="2" number="sing" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
- <np role="obj" tr="rheme" case="STA" number="sing">
+ <np role="obj" tr="rheme" case="STA" number="sing" person="1excl">
<subs>
- <np number="sing" def="neither" role="subj" locus="number" case="ACT">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<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" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
<word posp="verb" gloss="tell"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
- <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"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
- <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" indobj="3.sing" obj="1excl.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
- <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"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT"/>
</np>
<vp 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="proclitic" gloss="PRES"/>
- <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="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" person="1excl"/>
</subs>
</np>
</s>
</example>
About to call getSlotValue for the/det/number/obligatoryGot sing
About to call getSlotValue for boy/noun/case/obligatory
Got ACT
About to call getSlotValue for tell/verb/question/optional
Got not.Q
About to call getSlotValue for tell/verb/voice/obligatory
Got active
About to call getSlotValue for the/det/number/obligatory
Got sing
About to call getSlotValue for girl/noun/case/obligatory
Got DAT
About to call getSlotValue for love/verb/question/optional
Got not.Q
About to call getSlotValue for love/verb/voice/obligatory
Got active
addaffixes:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="ACT"/>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
+ <thingy type="detnumber" function="suffix" gloss="sing"/>
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT"/>
</np>
<vp 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="proclitic" gloss="PRES"/>
+ <thingy type="verbquestion" function="prefix" gloss="not.Q"/>
<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="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA"/>
</np>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" person="1excl"/>
</subs>
</np>
</s>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="ACT"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> <thingy type="detnumber" function="suffix" gloss="sing"/> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> - </np> - <np role="obj" tr="rheme" case="STA" number="sing" person="1excl"> - <subs> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT"/> - </np> - <vp 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="proclitic" gloss="PRES"/> <thingy type="verbquestion" function="prefix" gloss="not.Q"/> <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="verbvoice" function="suffix" gloss="active"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="STA" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA"/> - </np> <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" person="1excl"/> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="ACT"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="verbquestion" function="prefix" gloss="not.Q"/> - <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="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA"/> - <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" person="1excl"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|i|d|ə|s|ə|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">|b|i|ɡ|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">|l|o|</word> + <thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">|s|-</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">|i|m|ə|r|ə|</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT">|m|e|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="prefix" gloss="not.Q">-</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">|p|i|n|</word> + <thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA">|f|o|</word> + <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" person="1excl">|ʋ|ə|ʋ|u|d|ə|</word> </flat> </example>
vowelharmony: No change.
### |l|o|#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |m|-
#-> m-
### |m|-
#-> m-
### |i|d|ə|s|ə|
#-> idəsə
### |i|d|ə|s|ə|
#-> idəsə
### |t|ə|
#-> tə
### |t|ə|
#-> tə
### |b|i|ɡ|
#-> biɡ
### |b|i|ɡ|
#-> biɡ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |l|o|
#-> lo
### |l|o|
#-> lo
### -|r|ə|
#-> -rə
### -|r|ə|
#-> -rə
### |s|-
#-> s-
### |s|-
#-> s-
### |i|m|ə|r|ə|
#-> imərə
### |i|m|ə|r|ə|
#-> imərə
### |m|e|
#-> me
### |m|e|
#-> me
### |p|i|n|
#-> pin
### |p|i|n|
#-> pin
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |f|o|
#-> fo
### |f|o|
#-> fo
### |ʋ|ə|ʋ|u|d|ə|
#-> ʋəʋudə
### |ʋ|ə|ʋ|u|d|ə|
#-> ʋəʋudə
### |l|o||r|ə| |m||i|d|ə|s|ə| |t|ə| |b|i|ɡ||ə|p|ə| |l|o||r|ə| |s||i|m|ə|r|ə| |m|e| |p|i|n||ə|p|ə| |f|o| |ʋ|ə|ʋ|u|d|ə|
#-> lorə midəsə tə biɡəpə lorə simərə me pinəpə fo ʋəʋudə
removetags:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="ACT">|m|-</thingy>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">|i|d|ə|s|ə|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|ə|</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</thingy>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">|b|i|ɡ|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">|l|o|</word>
<thingy type="detnumber" function="suffix" gloss="sing">-|r|ə|</thingy>
<thingy type="nouncase" function="prefix" gloss="DAT">|s|-</thingy>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">|i|m|ə|r|ə|</word>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT">|m|e|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="verbquestion" function="prefix" gloss="not.Q">-</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">|p|i|n|</word>
<thingy type="verbvoice" function="suffix" gloss="active">-|ə|p|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA">|f|o|</word>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" person="1excl">|ʋ|ə|ʋ|u|d|ə|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">idəsə</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">tə</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">biɡ</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">lo</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-rə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">s-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">imərə</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">me</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">pin</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">fo</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">ʋəʋudə</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p>
+ <p>lorə midəsə tə biɡəpə lorə simərə me pinəpə fo ʋəʋudə</p>
+ <p>лорӟ мидӟсӟ тӟ бигӟпӟ лорӟ симӟрӟ ме пинӟпӟ фо вӟвудӟ</p>
+ <il>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>m-</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>idəsə</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>tə</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>biɡ</o>
+ <g>tell</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>lo</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-rə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>s-</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>imərə</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>me</o>
+ <g>1excl.sing</g>
+ </w>
+ <w>
+ <o>pin</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>active</g>
+ </w>
+ <w>
+ <o>fo</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>ʋəʋudə</o>
+ <g>COMP</g>
+ </w>
+ </il>
</example>
### lorə midəsə tə biɡəpə lorə simərə me pinəpə fo ʋəʋudə#-> lorə midəsə tə biɡəpə lorə simərə me pinəpə fo ʋəʋudə
Лорӟ мидӟсӟ тӟ бигӟпӟ лорӟ симӟрӟ ме пинӟпӟ фо вӟвудӟ. [lorə midəsə tə biɡəpə lorə simərə me pinəpə fo ʋəʋudə] lo the -rə sing m- ACT idəsə boy tə PAST biɡ tell -əpə active lo the -rə sing s- DAT imərə girl me 1excl.sing pin love -əpə active fo 2.sing ʋəʋudə COMP “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Ichakacha. Generated by the Language Creator, version 0.91, on 12 June 2026. https://languagecreator.org/grammar/43VGA
In BibTeX format:
@misc{LC-43VGA,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Ichakacha}},
howpublished = {\url{https://languagecreator.org/grammar/43VGA}},
note = {Generated by the Language Creator, version 0.91, on 12 June 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Ichakacha / Ichakacha–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/43VGA
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.04 seconds; writing the grammar 0.05 seconds.