A Grammar of Airu
Introduction
Scope and Purpose
This grammar provides a systematic description of the Airu language (the 1498th 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 Airu.
Typological Profile
It has a small but genuine set of click consonants.Phonology
Phoneme Inventory
Consonants
Airu has a moderately large consonant inventory, with 27 phonemes.
It has a modest (but clearly contrastive) set of labialised consonants, a noticeable presence of pharyngealised phonemes and a small but genuine set of click consonants.The table below presents the full inventory of consonant phonemes in Airu. The chart lists all places and manners of articulation attested in the language.
| labial | dental | phar. dental | alveolar | phar. alveolar | postalveolar | alveolo-palatal | lateral | palatal | velar | lab. velar | glottal | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| stop | p b | d t | dˤ tˤ | k ɡ | kʷ ɡʷ | |||||||
| nasal | m | n | nˤ | ɲ | ||||||||
| fricative | f | s | sˤ | ʃ | h | |||||||
| approximant | ʋ | ɾ | j | |||||||||
| affricate | t͡ʃ | t͡ɕ | ||||||||||
| click | ᵏǀ | ᵏǀˤ |
Vowels
Airu has more than 14 vowel qualities. This constitutes an exceptionally rich vowel inventory, with numerous distinct categories represented in the chart.
It has an unusually fine-grained height system distinguishing four levels.The table below presents the full inventory of vowel phonemes in Airu. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| mid | e | o | |
| open-mid | ɛ | ɔ | |
| open | a |
Stress and Tones
Airu has phonemic stress but no lexical tone. Stress consistently falls on the first vowel of the root, and no contrastive tonal distinctions are made.
Phonological Processes
Vowel Harmony
Vowel harmony does not exist in this language.
Writing System
Introduction
Airu is normally written using the Latin alphabet, whose familiarity makes it straightforward for most readers. For clarity and precision, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also provided throughout this grammar.
Orthography
Here are the various components of the orthography:
Simple letters
| a /a/ | a’ /a̰/ | b /b/ | c /ᵏǀ/ |
| c̣ /ᵏǀˤ/ | d /d/ | ḍ /dˤ/ | e /e/ |
| e’ /ḛ/ | f /f/ | g /ɡ/ | h /h/ |
| i /i/ | i’ /ḭ/ | j /j/ | k /k/ |
| m /m/ | n /n/ | ṇ /nˤ/ | o /ɔ/ |
| o’ /ɔ̰/ | p /p/ | r /ɾ/ | s /s/ |
| ṣ /sˤ/ | t /t/ | ṭ /tˤ/ | u /u/ |
| u’ /ṵ/ | w /ʋ/ | æ /ɛ/ | æ’ /ɛ̰/ |
| ñ /ɲ/ | ó /o/ | ó’ /o̰/ |
Multi-letter combinations such as digraphs
| ai /ai/ | au /au/ | ch /t͡ʃ/ |
| gw /ɡʷ/ | qu /kʷ/ | sh /ʃ/ |
| ty /t͡ɕ/ |
Word Classes and Morphology
Number and Gender
Number
Airu does not have grammatical number.
Gender
Airu does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Airu can be exemplified by the following example:
initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
- <np number="sing" def="def" locus="number">
+ <word gloss="COMIT" posp="pp" owner="3s"/>
+ <np number="sing" def="def" locus="number" case="LOC">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module 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" owner="3s"/> <np number="sing" def="def" locus="number" case="LOC"> <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 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 casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" case="LOC">
<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 role="obj" def="def" number="plur" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
+ <word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" case="LOC">
<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">
+ <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="catch"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="adj" gloss="blind"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</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">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" case="LOC">
<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" subj="3.sing" obj="3.plur">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="adj" gloss="blind"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number">
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp" owner="3s"/>
+ <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
<np number="sing" def="def" locus="number" case="LOC">
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC"/>
</np>
</pp>
</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="vpquestion" function="proclitic" gloss="not.Q"/>
- <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.plur"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <word posp="adj" gloss="blind"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
+ <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: adj, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for woman/noun/number/obligatoryGot sing
About to call getSlotValue for woman/noun/case/obligatory
Got NOM
About to call getSlotValue for knife/noun/number/obligatory
Got sing
About to call getSlotValue for knife/noun/case/obligatory
Got LOC
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for blind/adj/case/obligatory
Got NOM
About to call getSlotValue for mouse/noun/number/obligatory
Got plur
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
<np number="sing" def="def" locus="number" case="LOC">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC"/>
+ <thingy type="nouncase" function="suffix" gloss="LOC"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC"/>
</np>
</pp>
</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="vpquestion" function="proclitic" 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.plur"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <thingy type="adjcase" function="suffix" gloss="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="plur"/>
<word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
<word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number"/>
</np>
</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"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <np number="sing" def="def" locus="number" case="LOC"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC"/> <thingy type="nouncase" function="suffix" gloss="LOC"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC"/> - </np> - </pp> - </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="vpquestion" function="proclitic" 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.plur"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number"/> <thingy type="adjcase" function="suffix" gloss="NOM"/> <thingy type="nounnumber" function="prefix" gloss="plur"/> <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number"/> <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC"/> - <thingy type="nouncase" function="suffix" gloss="LOC"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC"/> - <thingy type="vpquestion" function="proclitic" 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.plur"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - <thingy type="adjcase" function="suffix" gloss="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="plur"/> - <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number"/> - <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" ph="u">u</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative" ph="ɡ a kʷ au ˈ t͡ʃ">ɡakʷauˈt͡ʃ</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" ph="i ˈ ʃ u">iˈʃu</word> + <thingy type="nouncase" function="suffix" gloss="LOC" attach="suffix" ph="sˤ">sˤ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="k au ˈ">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="h ɔ ˈ ʋ">hɔˈʋ</word> + <thingy type="adjcase" function="suffix" gloss="NOM" attach="suffix" ph="o j">oj</thingy> + <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="t͡ʃ">t͡ʃ</thingy> + <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="ɔ ɾ a ˈ ʋ u">ɔɾaˈʋu</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="ɡʷ ɔ ˈ t">ɡʷɔˈt</word> + <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="j ai ˈ ʋ">jaiˈʋ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" ph="u">u</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative" ph="ɡ a kʷ au ˈ t͡ʃ">ɡakʷauˈt͡ʃ</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" ph="i ˈ ʃ u">iˈʃu</word> - <thingy type="nouncase" function="suffix" gloss="LOC" attach="suffix" ph="sˤ">sˤ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="k au ˈ">kauˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="h ɔ ˈ ʋ">hɔˈʋ</word> - <thingy type="adjcase" function="suffix" gloss="NOM" attach="suffix" ph="o j">oj</thingy> - <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="t͡ʃ">t͡ʃ</thingy> - <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="ɔ ɾ a ˈ ʋ u">ɔɾaˈʋu</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="ɡʷ ɔ ˈ t">ɡʷɔˈt</word> - <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" ph="j ai ˈ ʋ">jaiˈʋ</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number">u</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number">sˤɔˈs</word> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">ɡakʷauˈt͡ʃ</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC">iˈʃu</word> + <thingy type="nouncase" function="suffix" gloss="LOC">sˤ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC">sˤɔˈs</word> + <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.plur">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number">hɔˈʋ</word> + <thingy type="adjcase" function="suffix" gloss="NOM">oj</thingy> + <thingy type="nounnumber" function="prefix" gloss="plur">t͡ʃ</thingy> + <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number">ɔɾaˈʋu</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number">ɡʷɔˈt</word> + <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number">jaiˈʋ</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">u</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡaˈkʷaut͡ʃ</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈiʃu</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-sˤ</span><br><span class="gls"><span class="glssc">LOC</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈkau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈhɔʋ</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">-oj</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">t͡ʃ-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈɔɾaʋu</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈɡʷɔt</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">ˈjaiʋ</span><br><span class="gls">yon</span></span></p> + <p>dˤud ˈsˤɔs ɡaˈkʷaut͡ʃ ˈdˤiʃusˤ ˈsˤɔs ˈkaukʷ tˤis ˈhɔʋoj t͡ʃɔˈɾaʋud ˈɡʷɔt ˈjaiʋ</p> + <p>ḍud ṣos gaquauch ḍishuṣ ṣos kauqu ṭis howój chorawud gwot jaiw</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>u</o> + <g>woman</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ɡaˈkʷaut͡ʃ</o> + <g>COMIT</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈiʃu</o> + <g>knife</g> + </w> + <w> + <o>-sˤ</o> + <g>LOC</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈkau</o> + <g>catch</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>ˈhɔʋ</o> + <g>blind</g> + </w> + <w> + <o>-oj</o> + <g>NOM</g> + </w> + <w> + <o>t͡ʃ-</o> + <g>plur</g> + </w> + <w> + <o>ˈɔɾaʋu</o> + <g>mouse</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈɡʷɔt</o> + <g>three</g> + </w> + <w> + <o>ˈjaiʋ</o> + <g>yon</g> + </w> + </il> </example>
Ḍud ṣos gaquauch ḍishuṣ ṣos kauqu ṭis howój chorawud gwot jaiw. [dˤud ˈsˤɔs ɡaˈkʷaut͡ʃ ˈdˤiʃusˤ ˈsˤɔs ˈkaukʷ tˤis ˈhɔʋoj t͡ʃɔˈɾaʋud ˈɡʷɔt ˈjaiʋ] dˤ- sing u woman -d NOM ˈsˤɔs the ɡaˈkʷaut͡ʃ COMIT dˤ- sing ˈiʃu knife -sˤ LOC ˈsˤɔs the ˈkau catch -kʷ active tˤis PAST ˈhɔʋ blind -oj NOM t͡ʃ- plur ˈɔɾaʋu mouse -d NOM ˈɡʷɔt three ˈjaiʋ yon “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 Airu consists of first, an obligatory prefix expressing number, comprising ḍ- /dˤ-/ ‘sing’ and ch- /t͡ʃ-/ ‘plur’; second, the root; and finally, third, an obligatory suffix expressing case, comprising -d /-d/ ‘NOM’, -b /-b/ ‘GEN’, -p /-p/ ‘DAT’, -n /-n/ ‘INS’, -k /-k/ ‘VOC’, -j /-j/ ‘ALL’, -ṣ /-sˤ/ ‘LOC’, -ṇ /-nˤ/ ‘ABL’ and -qu /-kʷ/ ‘PART’.
The noun displays the following derivational morphology: two suffixes, namely -mu /-mu/ ‘little’ and -wi /-ʋi/ ‘big’
The Adjective
In Airu, the adjective has the following structure: the root followed by an obligatory suffix expressing case, comprising -ój /-oj/ ‘NOM’, -u’ṇ /-ṵnˤ/ ‘GEN’, -er /-eɾ/ ‘DAT’, -iṇ /-inˤ/ ‘INS’, -ad /-ad/ ‘VOC’, -e’ṇ /-ḛnˤ/ ‘ALL’, -ó’ty /-o̰t͡ɕ/ ‘LOC’, -u’ch /-ṵt͡ʃ/ ‘ABL’ and -u’j /-ṵj/ ‘PART’.
Numerals
The numeral in Airu stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Airu stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Airu stands alone without any prefixes or suffixes attached to it.
In Airu, subject pronouns (but not object pronouns ones) are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module articles:
No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </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">
<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">
<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"> - <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"> <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="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<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="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PRES"/>
<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">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/voice/obligatoryGot active
<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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/>
<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">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> <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"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="t͡ɕ ɔ ˈ">t͡ɕɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="t͡ɕ ɔ ˈ">t͡ɕɔˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <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">t͡ɕɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">diˈt͡ɕ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈt͡ɕɔ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span></p> + <p>ˈt͡ɕɔkʷ ˈdit͡ɕ</p> + <p>tyoqu dity</p> + <il> + <w> + <o>ˈt͡ɕɔ</o> + <g>love</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + </il> </example>
Tyoqu dity. [ˈt͡ɕɔkʷ ˈdit͡ɕ] ˈt͡ɕɔ love -kʷ active ˈdit͡ɕ 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 articles:
No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </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">
<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">
<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">
<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="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<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">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PRES"/>
<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">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/voice/obligatoryGot active
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/>
<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">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> <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"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - </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"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="t͡ɕ ɔ ˈ">t͡ɕɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="t͡ɕ ɔ ˈ">t͡ɕɔˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number">diˈt͡ɕ</word> + <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">t͡ɕɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">diˈt͡ɕ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈt͡ɕɔ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span></p> + <p>ˈdit͡ɕ ˈt͡ɕɔkʷ ˈdit͡ɕ</p> + <p>dity tyoqu dity</p> + <il> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈt͡ɕɔ</o> + <g>love</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + </il> </example>
Dity tyoqu dity. [ˈdit͡ɕ ˈt͡ɕɔkʷ ˈdit͡ɕ] ˈdit͡ɕ 3.sing ˈt͡ɕɔ love -kʷ active ˈdit͡ɕ 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 articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<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>
prodrop:
No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<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" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</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">
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PRES"/>
<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">
- <word posp="noun" gloss="NN2"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for NN1/noun/number/obligatoryGot sing
About to call getSlotValue for NN1/noun/case/obligatory
Got NOM
About to call getSlotValue for hate/verb/voice/obligatory
Got active
About to call getSlotValue for NN2/noun/number/obligatory
Got sing
About to call getSlotValue for NN2/noun/case/obligatory
Got NOM
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/>
<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">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> <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"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Iyuvo hates Ududa."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="Iyuvo" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes" ph="i j u ˈ ʋ o">ijuˈʋo</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="t o d ɔ ˈ">todɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="Ududa" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes" ph="u dˤ u ˈ d a">udˤuˈda</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Iyuvo hates Ududa."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="Iyuvo" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes" ph="i j u ˈ ʋ o">ijuˈʋo</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="t o d ɔ ˈ">todɔˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="Ududa" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes" ph="u dˤ u ˈ d a">udˤuˈda</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="Iyuvo" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes">ijuˈʋo</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">sˤɔˈs</word> + <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">todɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="Ududa" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes">udˤuˈda</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈijuʋo</span><br><span class="gls">Iyuvo</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">toˈdɔ</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈudˤuda</span><br><span class="gls">Ududa</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>dˤiˈjuʋod ˈsˤɔs toˈdɔkʷ dˤuˈdˤudad ˈsˤɔs</p> + <p>ḍIjuwód ṣos tódoqu ḍUḍudad ṣos</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈijuʋo</o> + <g>Iyuvo</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>toˈdɔ</o> + <g>hate</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈudˤuda</o> + <g>Ududa</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
ḌIjuwód ṣos tódoqu ḍUḍudad ṣos. [dˤiˈjuʋod ˈsˤɔs toˈdɔkʷ dˤuˈdˤudad ˈsˤɔs] dˤ- sing ˈijuʋo Iyuvo -d NOM ˈsˤɔs the toˈdɔ hate -kʷ active dˤ- sing ˈudˤuda Ududa -d NOM ˈsˤɔs the “Iyuvo hates Ududa.” | (4) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for boy/noun/case/obligatory
Got GEN
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owned"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> + <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> </np> </example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owned"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɛ f i ˈ ʃ i">ɛfiˈʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="a̰ t͡ʃ i">a̰t͡ʃi</word> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɛ f i ˈ ʃ i">ɛfiˈʃi</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="a̰ t͡ʃ i">a̰t͡ʃi</word> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">ɛfiˈʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN">a̰t͡ʃi</word> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈɛfiʃi</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">a̰t͡ʃi</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>dˤɛˈfiʃid ˈsˤɔs dˤa̰t͡ʃib ˈsˤɔs</p> + <p>ḍæfishid ṣos ḍa’chib ṣos</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈɛfiʃi</o> + <g>apple</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>a̰t͡ʃi</o> + <g>boy</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
ḍæfishid ṣos ḍa’chib ṣos [dˤɛˈfiʃid ˈsˤɔs dˤa̰t͡ʃib ˈsˤɔs] dˤ- sing ˈɛfiʃi apple -d NOM ˈsˤɔs the dˤ- sing a̰t͡ʃi boy -b GEN ˈsˤɔs the “the boy’s apple” | (5) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owned"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> </np> </example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owned"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɛ f i ˈ ʃ i">ɛfiˈʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɛ f i ˈ ʃ i">ɛfiˈʃi</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">ɛfiˈʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">sˤɔˈs</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN">diˈt͡ɕ</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈɛfiʃi</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span></p> + <p>dˤɛˈfiʃid ˈsˤɔs ˈdit͡ɕ</p> + <p>ḍæfishid ṣos dity</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈɛfiʃi</o> + <g>apple</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + </il> </example>
ḍæfishid ṣos dity [dˤɛˈfiʃid ˈsˤɔs ˈdit͡ɕ] dˤ- sing ˈɛfiʃi apple -d NOM ˈsˤɔs the ˈdit͡ɕ 3.sing “his (the boy’s) apple” | (6) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<example id="posso2" translation="my apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> + <word person="1excl" number="sing" posp="pron"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
<example id="posso2" translation="my apple"> <np number="sing" def="def" locus="number" role="owned"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> + <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> </example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="def" locus="number" role="owned"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɛ f i ˈ ʃ i">ɛfiˈʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="t͡ʃ i ˈ j">t͡ʃiˈj</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso2" translation="my apple"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" ph="ɛ f i ˈ ʃ i">ɛfiˈʃi</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="t͡ʃ i ˈ j">t͡ʃiˈj</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">ɛfiˈʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">sˤɔˈs</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN">t͡ʃiˈj</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈɛfiʃi</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈt͡ʃij</span><br><span class="gls">1excl.sing</span></span></p> + <p>dˤɛˈfiʃid ˈsˤɔs ˈt͡ʃij</p> + <p>ḍæfishid ṣos chij</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈɛfiʃi</o> + <g>apple</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈt͡ʃij</o> + <g>1excl.sing</g> + </w> + </il> </example>
ḍæfishid ṣos chij [dˤɛˈfiʃid ˈsˤɔs ˈt͡ʃij] dˤ- sing ˈɛfiʃi apple -d NOM ˈsˤɔs the ˈt͡ʃij 1excl.sing “my apple” | (7) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> + <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:
No change.
module markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> - <np type="owner_owned"> + <np role="subj" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
- <np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
+ <word posp="noun" gloss="hunter"/>
+ <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" number="sing">
<np type="owner_owned" number="sing">
- <np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="2" number="sing" posp="pron"/>
+ <np number="sing" def="def" locus="number" role="owned">
+ <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
+ <word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<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" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</np>
</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" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</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="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</np>
</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" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="subj"> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </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="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj"> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> </np> </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"> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </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="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> - <np type="owner_owned" number="sing" role="obj"> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - </np> - </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="owned">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</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="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for daughter/noun/number/obligatoryGot sing
About to call getSlotValue for daughter/noun/case/obligatory
Got NOM
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/obligatory
Got GEN
About to call getSlotValue for kiss/verb/voice/obligatory
Got active
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for son/noun/case/obligatory
Got NOM
About to call getSlotValue for neighbour/noun/number/obligatory
Got sing
About to call getSlotValue for neighbour/noun/case/obligatory
Got GEN
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owned">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" locus="number" role="owned">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
</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="owned"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - </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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" locus="number" role="owned"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" ph="ḛ">ḛ</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="u ɡ e ˈ kʷ a">uɡeˈkʷa</word> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="p i nˤ e ˈ">pinˤeˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" ph="a f o">afo</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="e t͡ɕ ḭ ˈ ɾ e">et͡ɕḭˈɾe</word> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="n i ˈ ɡʷ">niˈɡʷ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" ph="ḛ">ḛ</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="u ɡ e ˈ kʷ a">uɡeˈkʷa</word> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="p i nˤ e ˈ">pinˤeˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" ph="a f o">afo</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="e t͡ɕ ḭ ˈ ɾ e">et͡ɕḭˈɾe</word> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="n i ˈ ɡʷ">niˈɡʷ</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">ḛ</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN">uɡeˈkʷa</word> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">sˤɔˈs</word> + <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">pinˤeˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">afo</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN">et͡ɕḭˈɾe</word> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">sˤɔˈs</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN">niˈɡʷ</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ḛ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈuɡekʷa</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">piˈnˤe</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">afo</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈet͡ɕḭɾe</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈniɡʷ</span><br><span class="gls">2.sing</span></span></p> + <p>dˤḛd ˈsˤɔs dˤuˈɡekʷab ˈsˤɔs piˈnˤekʷ tˤis dˤafod ˈsˤɔs dˤeˈt͡ɕḭɾeb ˈsˤɔs ˈniɡʷ</p> + <p>ḍe’d ṣos ḍugequab ṣos piṇequ ṭis ḍafód ṣos ḍetyi’reb ṣos nigw</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ḛ</o> + <g>daughter</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈuɡekʷa</o> + <g>hunter</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>piˈnˤe</o> + <g>kiss</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>afo</o> + <g>son</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈet͡ɕḭɾe</o> + <g>neighbour</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈniɡʷ</o> + <g>2.sing</g> + </w> + </il> </example>
Ḍe’d ṣos ḍugequab ṣos piṇequ ṭis ḍafód ṣos ḍetyi’reb ṣos nigw. [dˤḛd ˈsˤɔs dˤuˈɡekʷab ˈsˤɔs piˈnˤekʷ tˤis dˤafod ˈsˤɔs dˤeˈt͡ɕḭɾeb ˈsˤɔs ˈniɡʷ] dˤ- sing ḛ daughter -d NOM ˈsˤɔs the dˤ- sing ˈuɡekʷa hunter -b GEN ˈsˤɔs the piˈnˤe kiss -kʷ active tˤis PAST dˤ- sing afo son -d NOM ˈsˤɔs the dˤ- sing ˈet͡ɕḭɾe neighbour -b GEN ˈsˤɔs the ˈniɡʷ 2.sing “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Airu has a few derivational processes. To illustrate this, let us start with a simple noun phrase:
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
About to call getSlotValue for lamb/noun/case/obligatory
Got NOM
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> + <thingy type="nouncase" function="suffix" gloss="NOM"/> </np> </example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" ph="i ʃ u ˈ p e">iʃuˈpe</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" ph="i ʃ u ˈ p e">iʃuˈpe</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number">iʃuˈpe</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈiʃupe</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>dˤiˈʃuped</p> + <p>ḍishuped</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈiʃupe</o> + <g>lamb</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + </il> </example>
ḍishuped [dˤiˈʃuped] dˤ- sing ˈiʃupe lamb -d NOM “a lamb” | (9) |
In the following, the word for little becomes an affix attached to lamb:
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
About to call getSlotValue for lamb/noun/case/obligatory
Got NOM
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> + <thingy type="nouncase" function="suffix" gloss="NOM"/> </np> </example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" ph="i ʃ u ˈ p e">iʃuˈpe</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="m u">mu</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" ph="i ʃ u ˈ p e">iʃuˈpe</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="m u">mu</thingy> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number">iʃuˈpe</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">mu</thingy> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈiʃupe</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-mu</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span></p> + <p>dˤiˈʃupemud</p> + <p>ḍishupemud</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈiʃupe</o> + <g>lamb</g> + </w> + <w> + <o>-mu</o> + <g>little</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + </il> </example>
ḍishupemud [dˤiˈʃupemud] dˤ- sing ˈiʃupe lamb -mu little -d NOM “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
The verbal phrase clitics in Airu fall into two categories, proclitics and enclitics: first, a clitic expressing question, comprising kiṇ /kinˤ/ ‘Q’; second, a clitic expressing ta, comprising ṭis /tˤis/ ‘PAST’; third, a clitic expressing mode, comprising chim /t͡ʃim/ ‘imperative’, ñó’ty /ɲo̰t͡ɕ/ ‘conditional’ and gwóṭ /ɡʷotˤ/ ‘optative’; fourth, a clitic expressing negation, comprising meṭ /metˤ/ ‘NEG’; and finally, fifth, a clitic expressing comp, comprising tij /tij/ ‘COMP’.
In addition, the verb is structured like this: the root followed by an obligatory suffix expressing voice, comprising -qu /-kʷ/ ‘active’ and -d /-d/ ‘passive’.
The verb displays the following derivational morphology: two suffixes, namely -di /-di/ ‘begin’ and -fi /-fi/ ‘stop’
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module articles:
No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</s>
</example>
copyuptophrase:
<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" 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"> + <np number="sing" def="neither" role="obj" locus="number" 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" 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" 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="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" 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="vpquestion" function="proclitic" gloss="not.Q"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/voice/obligatoryGot active
<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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
</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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="t͡ɕ ɔ ˈ">t͡ɕɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="n i ˈ ɡʷ">niˈɡʷ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love" translation="I love you."> <flat> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="t͡ɕ ɔ ˈ">t͡ɕɔˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="n i ˈ ɡʷ">niˈɡʷ</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">t͡ɕɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">niˈɡʷ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈt͡ɕɔ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">ˈniɡʷ</span><br><span class="gls">2.sing</span></span></p> + <p>ˈt͡ɕɔkʷ ˈniɡʷ</p> + <p>tyoqu nigw</p> + <il> + <w> + <o>ˈt͡ɕɔ</o> + <g>love</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>ˈniɡʷ</o> + <g>2.sing</g> + </w> + </il> </example>
Tyoqu nigw. [ˈt͡ɕɔkʷ ˈniɡʷ] ˈt͡ɕɔ love -kʷ active ˈniɡʷ 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 articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> + <word gloss="in" posp="pp" owner="3s"/> + <np type="owner_owned" case="LOC"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="surface"/> + </np> + </np> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s"/>
- <np type="owner_owned" case="LOC">
+ <np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s"/>
<np type="owner_owned" case="LOC" number="sing">
+ <np def="def" number="sing">
+ <word posp="noun" gloss="surface"/>
+ </np>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
- <word posp="noun" gloss="surface"/>
</np>
- </np>
</pp>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s"/>
- <np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in" posp="pp" owner="3s"/> + <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> <np def="def" number="sing"> - <word posp="noun" gloss="surface"/> + <word posp="noun" gloss="surface" def="def" number="sing"/> </np> <np def="def" number="sing" locus="number"> - <word posp="noun" gloss="table"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> </np> </pp> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for surface/noun/number/obligatoryGot sing
About to call getSlotValue for surface/noun/case/obligatory
Got NOM
About to call getSlotValue for table/noun/number/obligatory
Got sing
About to call getSlotValue for table/noun/case/obligatory
Got NOM
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/>
<np def="def" number="sing">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="surface" def="def" number="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np def="def" number="sing" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="table" def="def" number="sing" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" 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" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> - <np def="def" number="sing"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="surface" def="def" number="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np def="def" number="sing" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="surface" def="def" number="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes" ph="k ɔ ˈ t">kɔˈt</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="surface" def="def" number="sing" ph="u ɡ ḛ">uɡḛ</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="o ˈ dˤ a">oˈdˤa</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes" ph="k ɔ ˈ t">kɔˈt</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="surface" def="def" number="sing" ph="u ɡ ḛ">uɡḛ</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="o ˈ dˤ a">oˈdˤa</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes">kɔˈt</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="surface" def="def" number="sing">uɡḛ</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="table" def="def" number="sing" locus="number">oˈdˤa</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">ˈkɔt</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">uɡḛ</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈodˤa</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>ˈkɔt dˤuɡḛd ˈdˤodˤad ˈsˤɔs</p> + <p>kot ḍuge’d ḍóḍad ṣos</p> + <il> + <w> + <o>ˈkɔt</o> + <g>in</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>uɡḛ</o> + <g>surface</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈodˤa</o> + <g>table</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
kot ḍuge’d ḍóḍad ṣos [ˈkɔt dˤuɡḛd ˈdˤodˤad ˈsˤɔs] ˈkɔt in dˤ- sing uɡḛ surface -d NOM dˤ- sing ˈodˤa table -d NOM ˈsˤɔs the “on the table” | (12) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> + <word gloss="to" posp="pp" owner="3s"/> + <np type="owner_owned" case="DAT"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="inside"/> + </np> + </np> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s"/>
- <np type="owner_owned" case="DAT">
+ <np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s"/>
<np type="owner_owned" case="DAT" number="sing">
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
+ </np>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
- <word posp="noun" gloss="inside"/>
</np>
- </np>
</pp>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s"/>
- <np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to" posp="pp" owner="3s"/> + <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> <np def="def" number="sing"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing"/> </np> <np def="def" number="sing" locus="number"> - <word posp="noun" gloss="box"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> </np> </pp> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for inside/noun/number/obligatoryGot sing
About to call getSlotValue for inside/noun/case/obligatory
Got NOM
About to call getSlotValue for box/noun/number/obligatory
Got sing
About to call getSlotValue for box/noun/case/obligatory
Got NOM
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/>
<np def="def" number="sing">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="inside" def="def" number="sing"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
<np def="def" number="sing" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="box" def="def" number="sing" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" 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" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> - <np def="def" number="sing"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="inside" def="def" number="sing"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - <np def="def" number="sing" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="inside" def="def" number="sing"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes" ph="ʃ o ˈ t">ʃoˈt</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" ph="ai m o">aimo</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="ḛ s u ˈ ɡʷ a̰">ḛsuˈɡʷa̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes" ph="ʃ o ˈ t">ʃoˈt</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="ai m o">aimo</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="ḛ s u ˈ ɡʷ a̰">ḛsuˈɡʷa̰</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes">ʃoˈt</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing">aimo</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="box" def="def" number="sing" locus="number">ḛsuˈɡʷa̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">ˈʃot</span><br><span class="gls">to</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">aimo</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈḛsuɡʷa̰</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>ˈʃot dˤaimod dˤḛˈsuɡʷa̰d ˈsˤɔs</p> + <p>shót ḍaimód ḍe’sugwa’d ṣos</p> + <il> + <w> + <o>ˈʃot</o> + <g>to</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>aimo</o> + <g>inside</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈḛsuɡʷa̰</o> + <g>box</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
shót ḍaimód ḍe’sugwa’d ṣos [ˈʃot dˤaimod dˤḛˈsuɡʷa̰d ˈsˤɔs] ˈʃot to dˤ- sing aimo inside -d NOM dˤ- sing ˈḛsuɡʷa̰ box -d NOM ˈsˤɔs the “into the box” | (13) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither" locus="number"> + <word gloss="COMIT" posp="pp" owner="3s"/> + <np number="sing" def="neither" locus="number" case="LOC"> <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="neither" locus="number" case="LOC">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
- <np number="sing" def="neither" locus="number" case="LOC">
+ <np number="sing" def="neither" locus="number" case="LOC" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp" owner="3s"/> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> <np number="sing" def="neither" locus="number" case="LOC" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <np number="sing" def="neither" locus="number" case="LOC" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC"/> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative" ph="ɡ a kʷ au ˈ t͡ʃ">ɡakʷauˈt͡ʃ</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" ph="t͡ʃ i ˈ j">t͡ʃiˈj</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative" ph="ɡ a kʷ au ˈ t͡ʃ">ɡakʷauˈt͡ʃ</word> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC" ph="t͡ʃ i ˈ j">t͡ʃiˈj</word> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">ɡakʷauˈt͡ʃ</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" case="LOC">t͡ʃiˈj</word> </flat> + <p><span class="ilpair"><span class="mor">ɡaˈkʷaut͡ʃ</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ˈt͡ʃij</span><br><span class="gls">1excl.sing</span></span></p> + <p>ɡaˈkʷaut͡ʃ ˈt͡ʃij</p> + <p>gaquauch chij</p> + <il> + <w> + <o>ɡaˈkʷaut͡ʃ</o> + <g>COMIT</g> + </w> + <w> + <o>ˈt͡ʃij</o> + <g>1excl.sing</g> + </w> + </il> </example>
gaquauch chij [ɡaˈkʷaut͡ʃ ˈt͡ʃij] ɡaˈkʷaut͡ʃ COMIT ˈt͡ʃij 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.
Airu 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 Airu.
initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<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>
prodrop:
No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<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" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</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">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for jaguar/noun/number/obligatoryGot sing
About to call getSlotValue for jaguar/noun/case/obligatory
Got NOM
About to call getSlotValue for kill/verb/voice/obligatory
Got active
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/obligatory
Got NOM
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="subj" locus="number"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="obj" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" ph="a d o̰ ˈ ɾ o̰">ado̰ˈɾo̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="j e ˈ">jeˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" ph="u ɡ e ˈ kʷ a">uɡeˈkʷa</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" ph="a d o̰ ˈ ɾ o̰">ado̰ˈɾo̰</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="j e ˈ">jeˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" ph="u ɡ e ˈ kʷ a">uɡeˈkʷa</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number">ado̰ˈɾo̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">sˤɔˈs</word> + <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">jeˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number">uɡeˈkʷa</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈado̰ɾo̰</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈje</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈuɡekʷa</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>dˤaˈdo̰ɾo̰d ˈsˤɔs ˈjekʷ tˤis dˤuˈɡekʷad ˈsˤɔs</p> + <p>ḍadó’ró’d ṣos jequ ṭis ḍugequad ṣos</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈado̰ɾo̰</o> + <g>jaguar</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈje</o> + <g>kill</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈuɡekʷa</o> + <g>hunter</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
Ḍadó’ró’d ṣos jequ ṭis ḍugequad ṣos. [dˤaˈdo̰ɾo̰d ˈsˤɔs ˈjekʷ tˤis dˤuˈɡekʷad ˈsˤɔs] dˤ- sing ˈado̰ɾo̰ jaguar -d NOM ˈsˤɔs the ˈje kill -kʷ active tˤis PAST dˤ- sing ˈuɡekʷa hunter -d NOM ˈsˤɔs the “The jaguar killed the hunter.” | (15) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> + <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:
No change.
module markowner:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<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">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</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">
<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 role="obj" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<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" number="sing">
<np type="owner_owned" number="sing">
- <np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
+ <np number="sing" def="def" locus="number" role="owned">
+ <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- <np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
+ <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
+ </np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np 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" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</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">
<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" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" number="sing">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="obj">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</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">
<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" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np type="owner_owned" number="sing" role="obj">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
- <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- </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">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for lion/noun/number/obligatoryGot sing
About to call getSlotValue for lion/noun/case/obligatory
Got NOM
About to call getSlotValue for eat/verb/voice/obligatory
Got active
About to call getSlotValue for dog/noun/number/obligatory
Got sing
About to call getSlotValue for dog/noun/case/obligatory
Got NOM
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/obligatory
Got GEN
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/case/obligatory
Got GEN
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" locus="number" role="owned">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</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"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" locus="number" role="owned"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" ph="a d i ˈ ʋ a̰">adiˈʋa̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="m a ˈ">maˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" ph="au">au</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ḛ">ḛ</word> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="u ɡ e ˈ kʷ a">uɡeˈkʷa</word> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" ph="a d i ˈ ʋ a̰">adiˈʋa̰</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="m a ˈ">maˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" ph="au">au</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ḛ">ḛ</word> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="u ɡ e ˈ kʷ a">uɡeˈkʷa</word> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number">adiˈʋa̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">sˤɔˈs</word> + <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">maˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned">au</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN">ḛ</word> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN">uɡeˈkʷa</word> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈadiʋa̰</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈma</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">au</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ḛ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈuɡekʷa</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>dˤaˈdiʋa̰d ˈsˤɔs ˈmakʷ tˤis dˤaud ˈsˤɔs dˤḛb ˈsˤɔs dˤuˈɡekʷab ˈsˤɔs</p> + <p>ḍadiwa’d ṣos maqu ṭis ḍaud ṣos ḍe’b ṣos ḍugequab ṣos</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈadiʋa̰</o> + <g>lion</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈma</o> + <g>eat</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>au</o> + <g>dog</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ḛ</o> + <g>daughter</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈuɡekʷa</o> + <g>hunter</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
Ḍadiwa’d ṣos maqu ṭis ḍaud ṣos ḍe’b ṣos ḍugequab ṣos. [dˤaˈdiʋa̰d ˈsˤɔs ˈmakʷ tˤis dˤaud ˈsˤɔs dˤḛb ˈsˤɔs dˤuˈɡekʷab ˈsˤɔs] dˤ- sing ˈadiʋa̰ lion -d NOM ˈsˤɔs the ˈma eat -kʷ active tˤis PAST dˤ- sing au dog -d NOM ˈsˤɔs the dˤ- sing ḛ daughter -b GEN ˈsˤɔs the dˤ- sing ˈuɡekʷa hunter -b GEN ˈsˤɔs the “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 Airu reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-initial: the possessed noun precedes the possessor. For instance, Airu expresses “the child’s toy” with the equivalent of “toy child”. This structure is typologically rarer and often co-occurs with verb-initial syntax or with grammatical marking on the noun.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="2" number="sing" posp="pron"/> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> + <word gloss="the" posp="det"/> </np> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="son"/> + <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> + <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> </np> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</np>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</np>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="son"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> </np> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for book/noun/number/obligatoryGot sing
About to call getSlotValue for book/noun/case/obligatory
Got NOM
About to call getSlotValue for friend/noun/number/obligatory
Got sing
About to call getSlotValue for friend/noun/case/obligatory
Got GEN
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for son/noun/case/obligatory
Got GEN
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="def" locus="number" role="owned"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> + <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> </np> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> </example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="def" locus="number" role="owned"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" ph="e b u k e">ebuke</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ḭ p i">ḭpi</word> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="a f o">afo</word> + <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="n i ˈ ɡʷ">niˈɡʷ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" ph="e b u k e">ebuke</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ḭ p i">ḭpi</word> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="a f o">afo</word> - <thingy type="nouncase" function="suffix" gloss="GEN" attach="suffix" ph="b">b</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="n i ˈ ɡʷ">niˈɡʷ</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned">ebuke</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN">ḭpi</word> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN">afo</word> + <thingy type="nouncase" function="suffix" gloss="GEN">b</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">sˤɔˈs</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN">niˈɡʷ</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ebuke</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ḭpi</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">afo</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-b</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈniɡʷ</span><br><span class="gls">2.sing</span></span></p> + <p>dˤebuked ˈsˤɔs dˤḭpib ˈsˤɔs dˤafob ˈsˤɔs ˈniɡʷ</p> + <p>ḍebuked ṣos ḍi’pib ṣos ḍafób ṣos nigw</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ebuke</o> + <g>book</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ḭpi</o> + <g>friend</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>afo</o> + <g>son</g> + </w> + <w> + <o>-b</o> + <g>GEN</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈniɡʷ</o> + <g>2.sing</g> + </w> + </il> </example>
ḍebuked ṣos ḍi’pib ṣos ḍafób ṣos nigw [dˤebuked ˈsˤɔs dˤḭpib ˈsˤɔs dˤafob ˈsˤɔs ˈniɡʷ] dˤ- sing ebuke book -d NOM ˈsˤɔs the dˤ- sing ḭpi friend -b GEN ˈsˤɔs the dˤ- sing afo son -b GEN ˈsˤɔs the ˈniɡʷ 2.sing “your son’s friend’s book” | (17) |
Case Marking
Airu does not use case marking to distinguish the core participants of the clause. There is therefore no regular nominative, accusative, ergative, active or stative marking on subjects and objects. Instead, the roles of the participants are identified by other means, cf. the examples below.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="sleep"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="sleep"/> + </vp> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for sleep/verb/voice/obligatory
Got active
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="e">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="b i ˈ">biˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="e">e</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="b i ˈ">biˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">sˤɔˈs</word> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">biˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">e</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈbi</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span></p> + <p>dˤed ˈsˤɔs ˈbikʷ</p> + <p>ḍed ṣos biqu</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>e</o> + <g>cat</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈbi</o> + <g>sleep</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + </il> </example>
Ḍed ṣos biqu. [dˤed ˈsˤɔs ˈbikʷ] dˤ- sing e cat -d NOM ˈsˤɔs the ˈbi sleep -kʷ 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 articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="run"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="run"/> + </vp> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for voice/
defaultval: verb, voice
returning active
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for run/verb/voice/obligatory
Got active
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="e">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="ᵏǀ ɛ ˈ">ᵏǀɛˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="e">e</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="ᵏǀ ɛ ˈ">ᵏǀɛˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">sˤɔˈs</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">ᵏǀɛˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">e</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀɛ</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span></p> + <p>dˤed ˈsˤɔs ˈᵏǀɛkʷ</p> + <p>ḍed ṣos cæqu</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>e</o> + <g>cat</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀɛ</o> + <g>run</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + </il> </example>
Ḍed ṣos cæqu. [dˤed ˈsˤɔs ˈᵏǀɛkʷ] dˤ- sing e cat -d NOM ˈsˤɔs the ˈᵏǀɛ run -kʷ 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 articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<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>
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">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</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>
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">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for voice/
defaultval: verb, voice
returning active
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for chase/verb/voice/obligatory
Got active
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</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"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="e">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing" ph="t͡ʃ o̰ d i ˈ">t͡ʃo̰diˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="ɔ ɾ a ˈ ʋ u">ɔɾaˈʋu</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="e">e</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing" ph="t͡ʃ o̰ d i ˈ">t͡ʃo̰diˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="ɔ ɾ a ˈ ʋ u">ɔɾaˈʋu</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">sˤɔˈs</word> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">t͡ʃo̰diˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number">ɔɾaˈʋu</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">e</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃo̰ˈdi</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈɔɾaʋu</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>dˤed ˈsˤɔs t͡ʃo̰ˈdikʷ dˤɔˈɾaʋud ˈsˤɔs</p> + <p>ḍed ṣos chó’diqu ḍorawud ṣos</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>e</o> + <g>cat</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>t͡ʃo̰ˈdi</o> + <g>chase</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈɔɾaʋu</o> + <g>mouse</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
Ḍed ṣos chó’diqu ḍorawud ṣos. [dˤed ˈsˤɔs t͡ʃo̰ˈdikʷ dˤɔˈɾaʋud ˈsˤɔs] dˤ- sing e cat -d NOM ˈsˤɔs the t͡ʃo̰ˈdi chase -kʷ active dˤ- sing ˈɔɾaʋu mouse -d NOM ˈsˤɔs the “The cat is chasing the mouse.” | (20) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="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">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</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">
<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" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</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">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<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">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<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">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</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"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <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"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="e">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k au ˈ">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="ɔ ɾ a ˈ ʋ u">ɔɾaˈʋu</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" ph="e">e</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k au ˈ">kauˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="ɔ ɾ a ˈ ʋ u">ɔɾaˈʋu</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">sˤɔˈs</word> + <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">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number">ɔɾaˈʋu</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">e</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈkau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈɔɾaʋu</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>dˤed ˈsˤɔs ˈkaukʷ tˤis dˤɔˈɾaʋud ˈsˤɔs</p> + <p>ḍed ṣos kauqu ṭis ḍorawud ṣos</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>e</o> + <g>cat</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈkau</o> + <g>catch</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈɔɾaʋu</o> + <g>mouse</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
Ḍed ṣos kauqu ṭis ḍorawud ṣos. [dˤed ˈsˤɔs ˈkaukʷ tˤis dˤɔˈɾaʋud ˈsˤɔs] dˤ- sing e cat -d NOM ˈsˤɔs the ˈkau catch -kʷ active tˤis PAST dˤ- sing ˈɔɾaʋu mouse -d NOM ˈsˤɔs the “The cat caught the mouse.” | (21) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<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" 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:
No change.
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">
<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" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</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">
<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" number="plur">
- <conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
</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">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
</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">
<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" subj="3.sing" obj="3.plur">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" tr="rheme" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
</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">
<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" subj="3.sing" obj="3.plur">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" tr="rheme" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</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">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<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">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for hunter/noun/number/obligatoryGot sing
About to call getSlotValue for hunter/noun/case/obligatory
Got NOM
About to call getSlotValue for kill/verb/voice/obligatory
Got active
About to call getSlotValue for jaguar/noun/number/obligatory
Got plur
About to call getSlotValue for jaguar/noun/case/obligatory
Got NOM
About to call getSlotValue for tiger/noun/number/obligatory
Got plur
About to call getSlotValue for tiger/noun/case/obligatory
Got NOM
About to call getSlotValue for lion/noun/number/obligatory
Got plur
About to call getSlotValue for lion/noun/case/obligatory
Got NOM
<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">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<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">
+ <thingy type="nounnumber" function="prefix" gloss="plur"/>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
+ <thingy type="nounnumber" function="prefix" gloss="plur"/>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
+ <thingy type="nounnumber" function="prefix" gloss="plur"/>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</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"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <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"> <thingy type="nounnumber" function="prefix" gloss="plur"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <thingy type="nounnumber" function="prefix" gloss="plur"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <thingy type="nounnumber" function="prefix" gloss="plur"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="plur"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <thingy type="nounnumber" function="prefix" gloss="plur"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <thingy type="nounnumber" function="prefix" gloss="plur"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" ph="u ɡ e ˈ kʷ a">uɡeˈkʷa</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="j e ˈ">jeˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="t͡ʃ">t͡ʃ</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="a d o̰ ˈ ɾ o̰">ado̰ˈɾo̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word posp="conj" gloss="and" ph="ʃ au ˈ ɾ">ʃauˈɾ</word> + <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="t͡ʃ">t͡ʃ</thingy> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="i j a ˈ sˤ a">ijaˈsˤa</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word posp="conj" gloss="and" ph="ʃ au ˈ ɾ">ʃauˈɾ</word> + <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="t͡ʃ">t͡ʃ</thingy> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="a d i ˈ ʋ a̰">adiˈʋa̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" ph="u ɡ e ˈ kʷ a">uɡeˈkʷa</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="j e ˈ">jeˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="t͡ʃ">t͡ʃ</thingy> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="a d o̰ ˈ ɾ o̰">ado̰ˈɾo̰</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <word posp="conj" gloss="and" ph="ʃ au ˈ ɾ">ʃauˈɾ</word> - <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="t͡ʃ">t͡ʃ</thingy> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="i j a ˈ sˤ a">ijaˈsˤa</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <word posp="conj" gloss="and" ph="ʃ au ˈ ɾ">ʃauˈɾ</word> - <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="t͡ʃ">t͡ʃ</thingy> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="a d i ˈ ʋ a̰">adiˈʋa̰</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number">uɡeˈkʷa</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">sˤɔˈs</word> + <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">jeˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="plur">t͡ʃ</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme">ado̰ˈɾo̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">sˤɔˈs</word> + <word posp="conj" gloss="and">ʃauˈɾ</word> + <thingy type="nounnumber" function="prefix" gloss="plur">t͡ʃ</thingy> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme">ijaˈsˤa</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">sˤɔˈs</word> + <word posp="conj" gloss="and">ʃauˈɾ</word> + <thingy type="nounnumber" function="prefix" gloss="plur">t͡ʃ</thingy> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme">adiˈʋa̰</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈuɡekʷa</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈje</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃ-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈado̰ɾo̰</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈʃauɾ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">t͡ʃ-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈijasˤa</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈʃauɾ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">t͡ʃ-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈadiʋa̰</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>dˤuˈɡekʷad ˈsˤɔs ˈjekʷ tˤis t͡ʃaˈdo̰ɾo̰d ˈsˤɔs ˈʃauɾ t͡ʃiˈjasˤad ˈsˤɔs ˈʃauɾ t͡ʃaˈdiʋa̰d ˈsˤɔs</p> + <p>ḍugequad ṣos jequ ṭis chadó’ró’d ṣos shaur chijaṣad ṣos shaur chadiwa’d ṣos</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈuɡekʷa</o> + <g>hunter</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈje</o> + <g>kill</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>t͡ʃ-</o> + <g>plur</g> + </w> + <w> + <o>ˈado̰ɾo̰</o> + <g>jaguar</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈʃauɾ</o> + <g>and</g> + </w> + <w> + <o>t͡ʃ-</o> + <g>plur</g> + </w> + <w> + <o>ˈijasˤa</o> + <g>tiger</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈʃauɾ</o> + <g>and</g> + </w> + <w> + <o>t͡ʃ-</o> + <g>plur</g> + </w> + <w> + <o>ˈadiʋa̰</o> + <g>lion</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
Ḍugequad ṣos jequ ṭis chadó’ró’d ṣos shaur chijaṣad ṣos shaur chadiwa’d ṣos. [dˤuˈɡekʷad ˈsˤɔs ˈjekʷ tˤis t͡ʃaˈdo̰ɾo̰d ˈsˤɔs ˈʃauɾ t͡ʃiˈjasˤad ˈsˤɔs ˈʃauɾ t͡ʃaˈdiʋa̰d ˈsˤɔs] dˤ- sing ˈuɡekʷa hunter -d NOM ˈsˤɔs the ˈje kill -kʷ active tˤis PAST t͡ʃ- plur ˈado̰ɾo̰ jaguar -d NOM ˈsˤɔs the ˈʃauɾ and t͡ʃ- plur ˈijasˤa tiger -d NOM ˈsˤɔs the ˈʃauɾ and t͡ʃ- plur ˈadiʋa̰ lion -d NOM ˈsˤɔs the “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 Airu 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
Airu uses the correlative strategy to form relative clauses. The relative clause is introduced by a dedicated relativiser and appears as an independent clause. The main clause contains a demonstrative that corresponds to the relativiser and identifies the element being modified. The relative clause precedes the main clause when used on its own, and follows the head noun when it functions as a modifier. The internal structure of both clauses is fully finite.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
copyuptophrase:
<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" 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"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <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>
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="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</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="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<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">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for pat/verb/voice/obligatoryGot active
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
<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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<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">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <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"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡ u sˤ i ˈ">ɡusˤiˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="e">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡ u sˤ i ˈ">ɡusˤiˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="e">e</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <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">ɡusˤiˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number">e</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">ɡuˈsˤi</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">e</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>ɡuˈsˤikʷ tˤis dˤed ˈsˤɔs</p> + <p>guṣiqu ṭis ḍed ṣos</p> + <il> + <w> + <o>ɡuˈsˤi</o> + <g>pat</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>e</o> + <g>cat</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
Guṣiqu ṭis ḍed ṣos. [ɡuˈsˤikʷ tˤis dˤed ˈsˤɔs] ɡuˈsˤi pat -kʷ active tˤis PAST dˤ- sing e cat -d NOM ˈsˤɔs the “I patted the cat.” | (23) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module sequential:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="pat"/>
- </vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
- <np role="obj">
- <relp>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </s>
+ <s connector="then">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="pat"/>
+ </vp>
+ <np number="sing" def="neither" role="subj" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
</np>
+ <np role="obj">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate:
No change.
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <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> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<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>
</s>
<s connector="then">
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="def" number="sing" role="subj" head="this" locus="number"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <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> </s> <s connector="then"> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </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="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for catch/verb/voice/obligatoryGot active
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for pat/verb/voice/obligatory
Got active
<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="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</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="3.sing" obj="3.sing"> + <flat> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - </s> - <s connector="then"> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k au ˈ">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="ɔ ɾ a ˈ ʋ u">ɔɾaˈʋu</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡ u sˤ i ˈ">ɡusˤiˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k au ˈ">kauˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" ph="ɔ ɾ a ˈ ʋ u">ɔɾaˈʋu</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡ u sˤ i ˈ">ɡusˤiˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> - <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> + <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">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number">ɔɾaˈʋu</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">sˤɔˈs</word> + <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">ɡusˤiˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">diˈt͡ɕ</word> + <word gloss="then" posp="conj">hiˈ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈkau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈɔɾaʋu</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡuˈsˤi</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈhi</span><br><span class="gls">then</span></span></p> + <p>ˈkaukʷ tˤis dˤɔˈɾaʋud ˈsˤɔs ɡuˈsˤikʷ tˤis ˈdit͡ɕ ˈhi</p> + <p>kauqu ṭis ḍorawud ṣos guṣiqu ṭis dity hi</p> + <il> + <w> + <o>ˈkau</o> + <g>catch</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈɔɾaʋu</o> + <g>mouse</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ɡuˈsˤi</o> + <g>pat</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈhi</o> + <g>then</g> + </w> + </il> </example>
Kauqu ṭis ḍorawud ṣos guṣiqu ṭis dity hi. [ˈkaukʷ tˤis dˤɔˈɾaʋud ˈsˤɔs ɡuˈsˤikʷ tˤis ˈdit͡ɕ ˈhi] ˈkau catch -kʷ active tˤis PAST dˤ- sing ˈɔɾaʋu mouse -d NOM ˈsˤɔs the ɡuˈsˤi pat -kʷ active tˤis PAST ˈdit͡ɕ 3.sing ˈhi then “I patted the cat that caught the mouse.” | (24) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module sequential:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="eat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <np def="def" number="sing" role="obj" locus="number">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </s>
+ <s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="eat"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
</np>
- </relp>
+ </s>
+ <s connector="then">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="pat"/>
+ </vp>
+ <np number="sing" def="neither" role="subj" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
</np>
- </relp>
+ <np role="obj">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
+ </np>
</s>
</example>
module sentenceconnectors:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate:
No change.
tva1tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <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> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<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>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="def" number="sing" role="subj" head="this" locus="number"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <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> </s> <s connector="then"> - <np def="def" number="sing" role="subj" head="this" locus="number"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for eat/verb/voice/obligatoryGot active
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for cheese/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for pat/verb/voice/obligatory
Got active
<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="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> + <flat> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - </np> - </s> - <s connector="then"> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="m a ˈ">maˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" ph="ɛ̰ dˤ o̰ ˈ s a">ɛ̰dˤo̰ˈsa</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k au ˈ">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡ u sˤ i ˈ">ɡusˤiˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="m a ˈ">maˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" ph="ɛ̰ dˤ o̰ ˈ s a">ɛ̰dˤo̰ˈsa</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k au ˈ">kauˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> - <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡ u sˤ i ˈ">ɡusˤiˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> - <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> + <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">maˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number">ɛ̰dˤo̰ˈsa</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">sˤɔˈs</word> + <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">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">diˈt͡ɕ</word> + <word gloss="then" posp="conj">hiˈ</word> + <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">ɡusˤiˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">diˈt͡ɕ</word> + <word gloss="then" posp="conj">hiˈ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈma</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈɛ̰dˤo̰sa</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈkau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈhi</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">ɡuˈsˤi</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈhi</span><br><span class="gls">then</span></span></p> + <p>ˈmakʷ tˤis dˤɛ̰ˈdˤo̰sad ˈsˤɔs ˈkaukʷ tˤis ˈdit͡ɕ ˈhi ɡuˈsˤikʷ tˤis ˈdit͡ɕ ˈhi</p> + <p>maqu ṭis ḍæ’ḍó’sad ṣos kauqu ṭis dity hi guṣiqu ṭis dity hi</p> + <il> + <w> + <o>ˈma</o> + <g>eat</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈɛ̰dˤo̰sa</o> + <g>cheese</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈkau</o> + <g>catch</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈhi</o> + <g>then</g> + </w> + <w> + <o>ɡuˈsˤi</o> + <g>pat</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈhi</o> + <g>then</g> + </w> + </il> </example>
Maqu ṭis ḍæ’ḍó’sad ṣos kauqu ṭis dity hi guṣiqu ṭis dity hi. [ˈmakʷ tˤis dˤɛ̰ˈdˤo̰sad ˈsˤɔs ˈkaukʷ tˤis ˈdit͡ɕ ˈhi ɡuˈsˤikʷ tˤis ˈdit͡ɕ ˈhi] ˈma eat -kʷ active tˤis PAST dˤ- sing ˈɛ̰dˤo̰sa cheese -d NOM ˈsˤɔs the ˈkau catch -kʷ active tˤis PAST ˈdit͡ɕ 3.sing ˈhi then ɡuˈsˤi pat -kʷ active tˤis PAST ˈdit͡ɕ 3.sing ˈhi then “I patted the cat that caught the mouse that ate the cheese.” | (25) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module sequential:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
+ <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </s>
+ <s connector="then">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="eat"/>
+ </vp>
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np role="obj">
- <relp>
+ <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
+ </s>
+ <s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="eat"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ </np>
+ </s>
+ <s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="noun" gloss="cheese"/>
+ <np role="obj">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
</np>
- </relp>
- </np>
- </relp>
- </np>
</s>
</example>
module sentenceconnectors:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate:
No change.
tva1tva2
tva1
tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="buy"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="buy"/> + </vp> <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <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 def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
- <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="obj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
<s connector="then">
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" number="sing">
- <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="obj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="buy"/> </vp> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> <s connector="then"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="buy"/> </vp> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> <s connector="then"> - <np def="def" number="sing" role="subj" head="this" locus="number"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np def="def" number="sing" role="subj" head="this" locus="number"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" number="sing"> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="buy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" number="sing">
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" number="sing">
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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" subj="1excl.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
addaffixes:
About to call getSlotValue for buy/verb/voice/obligatoryGot active
About to call getSlotValue for eat/verb/voice/obligatory
Got active
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for pat/verb/voice/obligatory
Got active
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="buy" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <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="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="buy" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </np> - </s> - <s connector="then"> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="buy" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="ɡʷ e ˈ">ɡʷeˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="m a ˈ">maˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k au ˈ">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡ u sˤ i ˈ">ɡusˤiˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> + <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="ɡʷ e ˈ">ɡʷeˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="m a ˈ">maˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> - <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k au ˈ">kauˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> - <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡ u sˤ i ˈ">ɡusˤiˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number" ph="d i ˈ t͡ɕ">diˈt͡ɕ</word> - <word gloss="then" posp="conj" ph="h i ˈ">hiˈ</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">ɡʷeˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">diˈt͡ɕ</word> + <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">maˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">diˈt͡ɕ</word> + <word gloss="then" posp="conj">hiˈ</word> + <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">kauˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">diˈt͡ɕ</word> + <word gloss="then" posp="conj">hiˈ</word> + <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">ɡusˤiˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="obj" head="this" locus="number">diˈt͡ɕ</word> + <word gloss="then" posp="conj">hiˈ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈɡʷe</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈma</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈhi</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">ˈkau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈhi</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">ɡuˈsˤi</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈdit͡ɕ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈhi</span><br><span class="gls">then</span></span></p> + <p>ˈɡʷekʷ tˤis ˈdit͡ɕ ˈmakʷ tˤis ˈdit͡ɕ ˈhi ˈkaukʷ tˤis ˈdit͡ɕ ˈhi ɡuˈsˤikʷ tˤis ˈdit͡ɕ ˈhi</p> + <p>gwequ ṭis dity maqu ṭis dity hi kauqu ṭis dity hi guṣiqu ṭis dity hi</p> + <il> + <w> + <o>ˈɡʷe</o> + <g>buy</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈma</o> + <g>eat</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈhi</o> + <g>then</g> + </w> + <w> + <o>ˈkau</o> + <g>catch</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈhi</o> + <g>then</g> + </w> + <w> + <o>ɡuˈsˤi</o> + <g>pat</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>ˈdit͡ɕ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈhi</o> + <g>then</g> + </w> + </il> </example>
Gwequ ṭis dity maqu ṭis dity hi kauqu ṭis dity hi guṣiqu ṭis dity hi. [ˈɡʷekʷ tˤis ˈdit͡ɕ ˈmakʷ tˤis ˈdit͡ɕ ˈhi ˈkaukʷ tˤis ˈdit͡ɕ ˈhi ɡuˈsˤikʷ tˤis ˈdit͡ɕ ˈhi] ˈɡʷe buy -kʷ active tˤis PAST ˈdit͡ɕ 3.sing ˈma eat -kʷ active tˤis PAST ˈdit͡ɕ 3.sing ˈhi then ˈkau catch -kʷ active tˤis PAST ˈdit͡ɕ 3.sing ˈhi then ɡuˈsˤi pat -kʷ active tˤis PAST ˈdit͡ɕ 3.sing ˈhi then “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Airu marks complement clauses with subordinating verbal morphology. The embedded verb is fully finite and carries a subordinating suffix that identifies the clause as a complement. No structural changes occur within the clause apart from this verbal marking.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="give"/> - </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <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" comp="COMP"> + <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> </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:
No change.
module markowner:
No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" number="sing"> <subs> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="give"/> </vp> <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> </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 simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
</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">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</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" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</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>
</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="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</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" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np number="sing" role="obj" locus="number">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/>
</np>
</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="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for boy/noun/number/obligatoryGot sing
About to call getSlotValue for boy/noun/case/obligatory
Got NOM
About to call getSlotValue for give/verb/voice/obligatory
Got active
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for girl/noun/case/obligatory
Got NOM
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
About to call getSlotValue for surprise/verb/voice/obligatory
Got active
About to call getSlotValue for teacher/noun/number/obligatory
Got sing
About to call getSlotValue for teacher/noun/case/obligatory
Got NOM
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np number="sing" role="obj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
</np>
</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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/>
</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" number="sing"> - <subs> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing"> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - </np> - <np number="sing" role="obj" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> - </np> - </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="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="indobj" locus="number"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" ph="a̰ t͡ʃ i">a̰t͡ʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing" ph="s o ˈ">soˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="t i j">tij</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="a m o">amo</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" ph="ɛ f i ˈ ʃ i">ɛfiˈʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡʷ a m ɛ ˈ">ɡʷamɛˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" ph="i t͡ʃ e j e">it͡ʃeje</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" ph="a̰ t͡ʃ i">a̰t͡ʃi</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing" ph="s o ˈ">soˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="t i j">tij</thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="a m o">amo</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" ph="ɛ f i ˈ ʃ i">ɛfiˈʃi</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="ɡʷ a m ɛ ˈ">ɡʷamɛˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" ph="i t͡ʃ e j e">it͡ʃeje</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number">a̰t͡ʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number">sˤɔˈs</word> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing">soˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">tij</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number">amo</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number">sˤɔˈs</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number">ɛfiˈʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</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">ɡʷamɛˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number">it͡ʃeje</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number">sˤɔˈs</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">a̰t͡ʃi</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈso</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tij</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">amo</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈɛfiʃi</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ɡʷaˈmɛ</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">it͡ʃeje</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span></p> + <p>dˤa̰t͡ʃid ˈsˤɔs ˈsokʷ tˤis tij dˤamod ˈsˤɔs dˤɛˈfiʃid ɡʷaˈmɛkʷ tˤis dˤit͡ʃejed ˈsˤɔs</p> + <p>ḍa’chid ṣos sóqu ṭis tij ḍamód ṣos ḍæfishid gwamæqu ṭis ḍichejed ṣos</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>a̰t͡ʃi</o> + <g>boy</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈso</o> + <g>give</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>tij</o> + <g>COMP</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>amo</o> + <g>girl</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>ˈɛfiʃi</o> + <g>apple</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ɡʷaˈmɛ</o> + <g>surprise</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>it͡ʃeje</o> + <g>teacher</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + </il> </example>
Ḍa’chid ṣos sóqu ṭis tij ḍamód ṣos ḍæfishid gwamæqu ṭis ḍichejed ṣos. [dˤa̰t͡ʃid ˈsˤɔs ˈsokʷ tˤis tij dˤamod ˈsˤɔs dˤɛˈfiʃid ɡʷaˈmɛkʷ tˤis dˤit͡ʃejed ˈsˤɔs] dˤ- sing a̰t͡ʃi boy -d NOM ˈsˤɔs the ˈso give -kʷ active tˤis PAST tij COMP dˤ- sing amo girl -d NOM ˈsˤɔs the dˤ- sing ˈɛfiʃi apple -d NOM ɡʷaˈmɛ surprise -kʷ active tˤis PAST dˤ- sing it͡ʃeje teacher -d NOM ˈsˤɔs the “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Airu employs a quotative particle to mark direct and indirect speech. The quotative follows the reported phrase and identifies the preceding expression as quoted or reported. The same construction is also used to express reported thoughts.
Here is an example of how quotations are expressed:
initial XML:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp tam="past-punct">
<verb>tell</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>boy</noun>
</np>
<np role="obj" tr="rheme">
<subs>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp tam="past-punct"> - <verb>tell</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> <np role="obj" tr="rheme"> <subs> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> + <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> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" def="neither" role="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 casemarking:
No change.
module markowner:
No change.
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">
<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">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np 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="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</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">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" 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">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" number="sing">
+ <np role="obj" tr="rheme" number="sing" person="1excl">
<subs>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="obj" locus="number">
+ <np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</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">
<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" subj="3.sing" indobj="3.sing" obj="1excl.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<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" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing">
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</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">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="vpta" function="enclitic" gloss="PAST"/>
<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">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
</np>
<np role="obj" tr="rheme" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
</subs>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for boy/noun/number/obligatoryGot sing
About to call getSlotValue for boy/noun/case/obligatory
Got NOM
About to call getSlotValue for tell/verb/voice/obligatory
Got active
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for girl/noun/case/obligatory
Got NOM
About to call getSlotValue for love/verb/voice/obligatory
Got active
<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">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/>
<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">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
+ <thingy type="nouncase" function="suffix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
</np>
<np role="obj" tr="rheme" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing">
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
</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"> + <flat> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"> <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> <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"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/> <thingy type="nouncase" function="suffix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - </np> - <np role="obj" tr="rheme" number="sing" person="1excl"> - <subs> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing"> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - </np> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="vpquestion" function="proclitic" 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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - <thingy type="nouncase" function="suffix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" ph="a̰ t͡ʃ i">a̰t͡ʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="nˤ ɛ̰ ˈ">nˤɛ̰ˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="a m o">amo</word> + <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" ph="t͡ʃ i ˈ j">t͡ʃiˈj</word> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing" ph="t͡ɕ ɔ ˈ">t͡ɕɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="t i j">tij</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="n i ˈ ɡʷ">niˈɡʷ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" ph="a̰ t͡ʃ i">a̰t͡ʃi</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></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" ph="nˤ ɛ̰ ˈ">nˤɛ̰ˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="tˤ i s">tˤis</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="dˤ">dˤ</thingy> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="a m o">amo</word> - <thingy type="nouncase" function="suffix" gloss="NOM" attach="suffix" ph="d">d</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" ph="sˤ ɔ ˈ s">sˤɔˈs</word> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" ph="t͡ʃ i ˈ j">t͡ʃiˈj</word> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing" ph="t͡ɕ ɔ ˈ">t͡ɕɔˈ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph="kʷ">kʷ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="t i j">tij</thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" ph="n i ˈ ɡʷ">niˈɡʷ</word> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number">a̰t͡ʃi</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">sˤɔˈs</word> + <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">nˤɛ̰ˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">tˤis</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">dˤ</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number">amo</word> + <thingy type="nouncase" function="suffix" gloss="NOM">d</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number">sˤɔˈs</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number">t͡ʃiˈj</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing">t͡ɕɔˈ</word> + <thingy type="verbvoice" function="suffix" gloss="active">kʷ</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">tij</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">niˈɡʷ</word> </flat> + <p><span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">a̰t͡ʃi</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈnˤɛ̰</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tˤis</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">dˤ-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">amo</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-d</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈsˤɔs</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈt͡ʃij</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ˈt͡ɕɔ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-kʷ</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">tij</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈniɡʷ</span><br><span class="gls">2.sing</span></span></p> + <p>dˤa̰t͡ʃid ˈsˤɔs ˈnˤɛ̰kʷ tˤis dˤamod ˈsˤɔs ˈt͡ʃij ˈt͡ɕɔkʷ tij ˈniɡʷ</p> + <p>ḍa’chid ṣos ṇæ’qu ṭis ḍamód ṣos chij tyoqu tij nigw</p> + <il> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>a̰t͡ʃi</o> + <g>boy</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈnˤɛ̰</o> + <g>tell</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tˤis</o> + <g>PAST</g> + </w> + <w> + <o>dˤ-</o> + <g>sing</g> + </w> + <w> + <o>amo</o> + <g>girl</g> + </w> + <w> + <o>-d</o> + <g>NOM</g> + </w> + <w> + <o>ˈsˤɔs</o> + <g>the</g> + </w> + <w> + <o>ˈt͡ʃij</o> + <g>1excl.sing</g> + </w> + <w> + <o>ˈt͡ɕɔ</o> + <g>love</g> + </w> + <w> + <o>-kʷ</o> + <g>active</g> + </w> + <w> + <o>tij</o> + <g>COMP</g> + </w> + <w> + <o>ˈniɡʷ</o> + <g>2.sing</g> + </w> + </il> </example>
Ḍa’chid ṣos ṇæ’qu ṭis ḍamód ṣos chij tyoqu tij nigw. [dˤa̰t͡ʃid ˈsˤɔs ˈnˤɛ̰kʷ tˤis dˤamod ˈsˤɔs ˈt͡ʃij ˈt͡ɕɔkʷ tij ˈniɡʷ] dˤ- sing a̰t͡ʃi boy -d NOM ˈsˤɔs the ˈnˤɛ̰ tell -kʷ active tˤis PAST dˤ- sing amo girl -d NOM ˈsˤɔs the ˈt͡ʃij 1excl.sing ˈt͡ɕɔ love -kʷ active tij COMP ˈniɡʷ 2.sing “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Airu. Generated by the Language Creator, version 0.92, on 6 September 2026. https://languagecreator.org/grammar/3VF7C
In BibTeX format:
@misc{LC-3VF7C,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Airu}},
howpublished = {\url{https://languagecreator.org/grammar/3VF7C}},
note = {Generated by the Language Creator, version 0.92, on 6 September 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Airu / Airu–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/3VF7C
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.05 seconds; writing the grammar 0.06 seconds.