A Grammar of Feh
Introduction
Scope and Purpose
This grammar provides a systematic description of the Feh language (the 344th 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 Feh.
Typological Profile
It has has no interesting typological features.Phonology
Phoneme Inventory
Consonants
Feh has 21 consonant phonemes, a size that falls within a broadly average range.
It has a highly developed aspirated consonant series, a complete absence of palatal consonants, something which is a rare occurrence indeed, and a strongly reduced sibilant system.The table below presents the full inventory of consonant phonemes in Feh. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | postalveolar | lateral | velar | glottal | |
|---|---|---|---|---|---|---|
| stop | p b | d t | k ɡ | ʔ | ||
| aspirated stop | pʰ | tʰ | kʰ | |||
| nasal | m | n | ŋ | |||
| fricative | f | s | h | |||
| approximant | w | l | ||||
| affricate | t͡s | t͡ʃ |
Vowels
Feh has 5 vowel qualities. This places it within the broadly common range of mid-sized vowel inventories. The vowel chart shows the full set of contrasts employed in the language’s phonology.
It has a full range of vowel qualities even in reduced syllables.The table below presents the full inventory of vowel phonemes in Feh. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| mid | e | o | |
| open | a |
Stress and Tones
Feh has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
Vowel harmony does not exist in this language.
Writing System
Introduction
Feh 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/ | ბ /b/ | გ /ɡ/ | დ /d/ |
| ე /e/ | ვ /w/ | თ /tʰ/ | ი /i/ |
| კ /k/ | ლ /l/ | მ /m/ | ნ /n/ |
| ო /o/ | პ /p/ | ს /s/ | ტ /t/ |
| უ /u/ | ფ /pʰ/ | ქ /kʰ/ | ჩ /t͡ʃ/ |
| ც /t͡s/ | ჰ /h/ | ჶ /f/ | ჸ /ʔ/ |
Multi-letter combinations such as digraphs
| ნგ /ŋ/ |
Word Classes and Morphology
Number and Gender
Number
Feh does not have grammatical number.
Gender
Feh has the following genders:
Gender masc – for instance: გასად ‘vagina’, გიჸ ‘boy’, გუნგინ ‘mortar’, დელოჰ ‘lamb’, ველ ‘day’, თის ‘knife’, კოლ ‘leaf’, კოჩინ ‘neck’, მოც ‘skin’, ნაბამ ‘God’, ტეც ‘back’, ფაჸ ‘year’, ფობუპ ‘fingernail’, ქენგაჩ ‘snake’, ჩათაკ ‘bosom’, ციდ ‘fish’, ცის ‘man’, ჸედ ‘time’, ჸეჸეთ ‘embrace’, ჸოთოს ‘wild boar’.
Gender fem – for instance: გიტენ ‘teacher’, დაც ‘wind’, დომევ ‘slime’, თეჶამ ‘student’, კიგიგ ‘smoke’, ლუჩიდ ‘bank’, მასიპ ‘faeces’, მიჶოც ‘restaurant’, ნგედოპ ‘apple’, ნუტ ‘girl’, პეფ ‘sun’, ტინგ ‘child’, ქათ ‘inside’, ქილ ‘top’, ჩაჶ ‘speech’, ცუპომ ‘fat’, ჶაჸ ‘earth’, ჶეტინ ‘ash’, ჶინგიბ ‘lake’, ჸიგაპ ‘breath’.
The Nominal Phrase
Nominal phrases in Feh can be exemplified by the following example:
initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module adj2verb:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ </relp>
+ </np>
</s>
</example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np head="this" role="subj" number="plur">
+ <np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <subs>
- <vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
- </vp>
- <np role="subj" number="plur">
+ <np type="owner_owned">
+ <np role="owned" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ <np role="owner" number="sing">
+ <subs>
+ <vp tam="pres-state" ta="PRES">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
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"/>
+ <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">
<np type="owner_owned">
<np role="owned" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<np role="owner" number="sing">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
</np>
</np>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <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"> <np type="owner_owned"> <np role="owned" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <np role="owner" number="sing"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </s> </example>
module casemarking:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" number="sing" def="def" locus="number" case="NOM"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <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"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> <np type="owner_owned"> <np role="owned" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <np role="owner" number="sing"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </s> </example>
module addgender:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number" case="NOM"> + <np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> - <np number="sing" def="def" locus="number" case="LOC"> + <np number="sing" def="def" locus="number" case="LOC" gender="masc"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> - <np type="owner_owned"> - <np role="owned" number="plur"> + <np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ACC" gender="masc"> + <np type="owner_owned" gender="masc"> + <np role="owned" number="plur" gender="masc"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - <np role="owner" number="sing"> + <np role="owner" number="sing" gender="masc"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </s> </example>
module propagatenumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number" case="LOC" gender="masc">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ACC" gender="masc">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="plur">
<np role="owned" number="plur" gender="masc">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem"> + <np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> - <np number="sing" def="def" locus="number" case="LOC" gender="masc"> + <np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> - <np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ACC" gender="masc"> + <np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"> <np type="owner_owned" gender="masc" number="plur"> - <np role="owned" number="plur" gender="masc"> + <np role="owned" number="plur" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </s> </example>
module 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="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
<np type="owner_owned" gender="masc" number="plur">
<np role="owned" number="plur" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
</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.fem" obj="3.sing.masc">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
<np type="owner_owned" gender="masc" number="plur">
<np role="owned" number="plur" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
- <np type="owner_owned" gender="masc" number="plur">
+ <np type="owner_owned" gender="masc" number="plur" role="obj" def="def" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<np role="owned" number="plur" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np type="owner_owned" gender="masc" number="plur" role="obj" def="def" tr="rheme" locus="number" case="ACC" possessor="no.owner">
- <np role="owned" number="plur" gender="masc" possessor="3.sing.masc">
+ <np role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
+ <word posp="noun" gloss="mouse" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/>
+ <word posp="num" gloss="three" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/>
+ <word posp="det" gloss="yon" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for woman/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for knife/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/number/obligatory
Got plur
About to call getSlotValue for yon/det/gender/obligatory
Got masc
About to call getSlotValue for blind/verb/negation/obligatory
calling defaultval for negation/
defaultval: verb, negation
returning POS
Got POS
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
addaffixes:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word posp="num" gloss="three" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/>
<word posp="det" gloss="yon" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"> + <flat> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word posp="num" gloss="three" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/> <word posp="det" gloss="yon" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> - <subs> - <vp tam="pres-state" ta="PRES"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="mouse" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word posp="num" gloss="three" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/> - <word posp="det" gloss="yon" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">|l|a|f|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <word gloss="COMIT" posp="pp" role="comitative">|p|e|b|i|</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|tʰ|i|s|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="mouse" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">|h|a|ʔ|e|p|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <word posp="num" gloss="three" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">|kʰ|a|</word> + <word posp="det" gloss="yon" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">|n|e|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">|o|n|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|a|d|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |l|a|f|#-> laf
### |l|a|f|
#-> laf
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |p|e|b|i|
#-> pebi
### |p|e|b|i|
#-> pebi
### |tʰ|i|s|
#-> tʰis
### |tʰ|i|s|
#-> tʰis
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |h|a|ʔ|e|p|
#-> haʔep
### |h|a|ʔ|e|p|
#-> haʔep
### -|a|
#-> -a
### -|a|
#-> -a
### |kʰ|a|
#-> kʰa
### |kʰ|a|
#-> kʰa
### |n|e|
#-> ne
### |n|e|
#-> ne
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |d|o|
#-> do
### |d|o|
#-> do
### |b|-
#-> b-
### |b|-
#-> b-
### |o|n|a|
#-> ona
### |o|n|a|
#-> ona
### |b|-
#-> b-
### |b|-
#-> b-
### |a|d|a|
#-> ada
### |a|d|a|
#-> ada
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |l|a|f||e| |m|u||f|e| |p|e|b|i| |tʰ|i|s||e| |m|u||t͡ʃ|e| |h|a|ʔ|e|p||a| |kʰ|a| |n|e||t͡ʃ|e| |d|o| |b||o|n|a| |b||a|d|a| |ŋ|i|
#-> lafe mufe pebi tʰise mut͡ʃe haʔepa kʰa net͡ʃe do bona bada ŋi
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">|l|a|f|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" gender="fem" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
<word gloss="COMIT" posp="pp" role="comitative">|p|e|b|i|</word>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|tʰ|i|s|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="LOC" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="mouse" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">|h|a|ʔ|e|p|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
<word posp="num" gloss="three" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">|kʰ|a|</word>
<word posp="det" gloss="yon" role="owned" number="plur" gender="masc" possessor="3.sing.masc" def="def" tr="rheme" locus="number" case="ACC">|n|e|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">|o|n|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|a|d|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">laf</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">pebi</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">tʰis</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">haʔep</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">kʰa</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">ne</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ona</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ada</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>lafe mufe pebi tʰise mut͡ʃe haʔepa kʰa net͡ʃe do bona bada ŋi</p>
+ <p>ლაჶე მუჶე პები თისე მუჩე ჰაჸეპა ქა ნეჩე დო ბონა ბადა ნგი</p>
+ <il>
+ <w>
+ <o>laf</o>
+ <g>woman</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>pebi</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>tʰis</o>
+ <g>knife</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>haʔep</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-a</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>kʰa</o>
+ <g>three</g>
+ </w>
+ <w>
+ <o>ne</o>
+ <g>yon</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ona</o>
+ <g>blind</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ada</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### lafe mufe pebi tʰise mut͡ʃe haʔepa kʰa net͡ʃe do bona bada ŋi#-> lafe mufe pebi tʰise mut͡ʃe haʔepa kʰa net͡ʃe do bona bada ŋi
Ლაჶე მუჶე პები თისე მუჩე ჰაჸეპა ქა ნეჩე დო ბონა ბადა ნგი. [lafe mufe pebi tʰise mut͡ʃe haʔepa kʰa net͡ʃe do bona bada ŋi] laf woman -e sing mu the -fe fem pebi COMIT tʰis knife -e sing mu the -t͡ʃe masc haʔep mouse -a plur kʰa three ne yon -t͡ʃe masc do 3.sing.masc.POSS b- POS ona blind b- POS ada catch ŋi PAST “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There is one type of clitic in the nominal phrase, namely an enclitic (placed finally), expressing possessor. a clitic expressing possessor, comprising ფე /pʰe/ ‘1incl.sing’, ჰუ /hu/ ‘1excl.sing’, ჶუ /fu/ ‘2.sing’, დო /do/ ‘3.sing.masc’, პუ /pu/ ‘3.sing.fem’, ცუ /t͡su/ ‘1incl.plur’, თუ /tʰu/ ‘1excl.plur’, ჶა /fa/ ‘2.plur’, მე /me/ ‘3.plur.masc’ and მო /mo/ ‘3.plur.fem’.
The morphology of the elements of the nominal phrase, i.e., nouns, numerals and pronouns, is described below, as is the way that possession is expressed in Feh.
The Noun
The noun in Feh consists of the root followed by an obligatory suffix expressing number, comprising -ე /-e/ ‘sing’ and -ა /-a/ ‘plur’.
The Adjective
In Feh, the adjective has the following structure: first, the root; second, an obligatory suffix expressing case, comprising -ათ /-atʰ/ ‘NOM’, -ოთ /-otʰ/ ‘ACC’, -ოს /-os/ ‘DAT’, -იქ /-ikʰ/ ‘INS’, -ოპ /-op/ ‘VOC’, -იჰ /-ih/ ‘ALL’, -უნ /-un/ ‘LOC’, -ომ /-om/ ‘ABL’ and -ოჩ /-ot͡ʃ/ ‘PART’; and finally, third, an obligatory suffix expressing gender, comprising -ო /-o/ ‘masc’ and -ა /-a/ ‘fem’.
Numerals
The numeral in Feh stands alone without any prefixes or suffixes attached to it.
Determiners
In Feh, the determiner has the following structure: the root followed by an obligatory suffix expressing gender, comprising -ჩე /-t͡ʃe/ ‘masc’ and -ჶე /-fe/ ‘fem’.
Pronouns
The pronoun in Feh stands alone without any prefixes or suffixes attached to it.
In Feh, subject pronouns (but not object pronouns ones) are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module addgender:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC" gender="fem"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM" gender="masc"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc"> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC" gender="fem"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem"> + <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowned:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem"> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</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.masc" obj="3.sing.fem">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> - <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> - </np> <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> <word posp="verb" gloss="love"/> </vp> </s> </example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
- <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
+ <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for love/verb/negation/obligatoryGot POS
addaffixes:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> + <flat> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">|k|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|u|f|e|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |k|a|#-> ka
### |k|a|
#-> ka
### |b|-
#-> b-
### |b|-
#-> b-
### |u|f|e|
#-> ufe
### |u|f|e|
#-> ufe
### |k|a| |b||u|f|e|
#-> ka bufe
removetags:
<example id="love2" translation="He (the boy) loves her (the girl).">
<flat>
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">|k|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|u|f|e|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ka</span><br><span class="gls">3.sing.fem</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ufe</span><br><span class="gls">love</span></span></p>
+ <p>ka bufe</p>
+ <p>კა ბუჶე</p>
+ <il>
+ <w>
+ <o>ka</o>
+ <g>3.sing.fem</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ufe</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### ka bufe#-> ka bufe
Კა ბუჶე. [ka bufe] ka 3.sing.fem b- POS ufe love “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he (i.e., the subject) is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module addgender:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC" gender="fem"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM" gender="masc"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" gender="masc"> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC" gender="fem"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem"> + <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowned:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" gender="masc"> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem"> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</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.masc" obj="3.sing.fem">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
+ <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
- <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
+ <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for love/verb/negation/obligatoryGot POS
addaffixes:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner">|n|u|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">|k|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|u|f|e|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |n|u|#-> nu
### |n|u|
#-> nu
### |k|a|
#-> ka
### |k|a|
#-> ka
### |b|-
#-> b-
### |b|-
#-> b-
### |u|f|e|
#-> ufe
### |u|f|e|
#-> ufe
### |n|u| |k|a| |b||u|f|e|
#-> nu ka bufe
removetags:
<example id="love2he" translation="*He* loves her.">
<flat>
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner">|n|u|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">|k|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|u|f|e|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">nu</span><br><span class="gls">3.sing.masc</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls">3.sing.fem</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ufe</span><br><span class="gls">love</span></span></p>
+ <p>nu ka bufe</p>
+ <p>ნუ კა ბუჶე</p>
+ <il>
+ <w>
+ <o>nu</o>
+ <g>3.sing.masc</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>3.sing.fem</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ufe</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### nu ka bufe#-> nu ka bufe
Ნუ კა ბუჶე. [nu ka bufe] nu 3.sing.masc ka 3.sing.fem b- POS ufe love “He loves her.” | (3) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="hate"/> + </vp> </s> </example>
module casemarking:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> </s> </example>
module addgender:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> </s> </example>
module 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" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<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.masc" obj="3.sing.fem">
<word posp="verb" gloss="hate"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <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" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
- <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" case="ACC" gender="fem" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for NN1/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for NN2/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for hate/verb/negation/obligatory
Got POS
addaffixes:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Lodut hates Lubaw."> <flat> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="Lodut" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner" propernoun="yes">|l|o|d|u|tʰ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="Lubaw" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner" propernoun="yes">|l|u|b|a|w|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|e|l|u|b|u|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |l|o|d|u|tʰ|#-> lodutʰ
### |l|o|d|u|tʰ|
#-> lodutʰ
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |l|u|b|a|w|
#-> lubaw
### |l|u|b|a|w|
#-> lubaw
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |b|-
#-> b-
### |b|-
#-> b-
### |e|l|u|b|u|
#-> elubu
### |e|l|u|b|u|
#-> elubu
### |l|o|d|u|tʰ||e| |m|u||t͡ʃ|e| |l|u|b|a|w||e| |m|u||f|e| |b||e|l|u|b|u|
#-> lodutʰe mut͡ʃe lubawe mufe belubu
removetags:
<example id="loveprop" translation="Lodut hates Lubaw.">
<flat>
<word posp="noun" gloss="Lodut" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner" propernoun="yes">|l|o|d|u|tʰ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="Lubaw" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner" propernoun="yes">|l|u|b|a|w|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc" obj="3.sing.fem">|e|l|u|b|u|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">lodutʰ</span><br><span class="gls">Lodut</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">lubaw</span><br><span class="gls">Lubaw</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">elubu</span><br><span class="gls">hate</span></span></p>
+ <p>lodutʰe mut͡ʃe lubawe mufe belubu</p>
+ <p>Ლოდუთე მუჩე Ლუბავე მუჶე ბელუბუ</p>
+ <il>
+ <w>
+ <o>lodutʰ</o>
+ <g>Lodut</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>lubaw</o>
+ <g>Lubaw</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>elubu</o>
+ <g>hate</g>
+ </w>
+ </il>
</example>
### lodutʰe mut͡ʃe lubawe mufe belubu#-> lodutʰe mut͡ʃe lubawe mufe belubu
Ლოდუთე მუჩე Ლუბავე მუჶე ბელუბუ. [lodutʰe mut͡ʃe lubawe mufe belubu] lodutʰ Lodut -e sing mu the -t͡ʃe masc lubaw Lubaw -e sing mu the -fe fem b- POS elubu hate “Lodut hates Lubaw.” | (4) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM"> - <np number="sing" def="def" locus="number" role="owner"> + <np type="owner_owned" case="NOM" gender="fem"> + <np number="sing" def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM" gender="fem"> + <np type="owner_owned" case="NOM" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="NOM" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="NOM" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> </example>About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
addaffixes:
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|ɡ|i|ʔ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|ŋ|e|d|o|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> </flat> </example>
vowelharmony: No change.
### |ɡ|i|ʔ|#-> ɡiʔ
### |ɡ|i|ʔ|
#-> ɡiʔ
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |ŋ|e|d|o|p|
#-> ŋedop
### |ŋ|e|d|o|p|
#-> ŋedop
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |d|o|
#-> do
### |d|o|
#-> do
### |ɡ|i|ʔ||e| |m|u||t͡ʃ|e| |ŋ|e|d|o|p||e| |m|u||f|e| |d|o|
#-> ɡiʔe mut͡ʃe ŋedope mufe do
removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|ɡ|i|ʔ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|ŋ|e|d|o|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɡiʔ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">ŋedop</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span></p>
+ <p>ɡiʔe mut͡ʃe ŋedope mufe do</p>
+ <p>გიჸე მუჩე ნგედოპე მუჶე დო</p>
+ <il>
+ <w>
+ <o>ɡiʔ</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>ŋedop</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ </il>
</example>
### ɡiʔe mut͡ʃe ŋedope mufe do#-> ɡiʔe mut͡ʃe ŋedope mufe do
გიჸე მუჩე ნგედოპე მუჶე დო [ɡiʔe mut͡ʃe ŋedope mufe do] ɡiʔ boy -e sing mu the -t͡ʃe masc ŋedop apple -e sing mu the -fe fem do 3.sing.masc.POSS “the boy’s apple” | (5) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np type="owner_owned" case="NOM" gender="fem"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM" gender="fem"> + <np type="owner_owned" case="NOM" gender="fem" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM" gender="fem" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowned:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="NOM" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> - <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc"/> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> </example>About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
addaffixes:
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> + <flat> <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> + <word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner">|n|u|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|ŋ|e|d|o|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> </flat> </example>
vowelharmony: No change.
### |n|u|#-> nu
### |n|u|
#-> nu
### |ŋ|e|d|o|p|
#-> ŋedop
### |ŋ|e|d|o|p|
#-> ŋedop
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |d|o|
#-> do
### |d|o|
#-> do
### |n|u| |ŋ|e|d|o|p||e| |m|u||f|e| |d|o|
#-> nu ŋedope mufe do
removetags:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<word posp="pron" number="sing" gender="masc" gloss="3.sing.masc" def="def" locus="number" role="owner" possessor="no.owner">|n|u|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|ŋ|e|d|o|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">nu</span><br><span class="gls">3.sing.masc</span></span> <span class="ilpair"><span class="mor">ŋedop</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span></p>
+ <p>nu ŋedope mufe do</p>
+ <p>ნუ ნგედოპე მუჶე დო</p>
+ <il>
+ <w>
+ <o>nu</o>
+ <g>3.sing.masc</g>
+ </w>
+ <w>
+ <o>ŋedop</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ </il>
</example>
### nu ŋedope mufe do#-> nu ŋedope mufe do
ნუ ნგედოპე მუჶე დო [nu ŋedope mufe do] nu 3.sing.masc ŋedop apple -e sing mu the -fe fem do 3.sing.masc.POSS “his (the boy’s) apple” | (6) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" gender="fem"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM" gender="fem"> + <np type="owner_owned" case="NOM" gender="fem" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM" gender="fem" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="1excl" number="sing" posp="pron"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> </np> </example>About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
addaffixes:
<example id="posso2" translation="my apple">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"> + <flat> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM">|ŋ|e|d|o|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS">|h|u|</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|e|d|o|p|#-> ŋedop
### |ŋ|e|d|o|p|
#-> ŋedop
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |h|u|
#-> hu
### |h|u|
#-> hu
### |ŋ|e|d|o|p||e| |m|u||f|e| |h|u|
#-> ŋedope mufe hu
removetags:
<example id="posso2" translation="my apple">
<flat>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM">|ŋ|e|d|o|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="1excl.sing" case="NOM">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS">|h|u|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋedop</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">hu</span><br><span class="gls">1excl.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>ŋedope mufe hu</p>
+ <p>ნგედოპე მუჶე ჰუ</p>
+ <il>
+ <w>
+ <o>ŋedop</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>hu</o>
+ <g>1excl.sing.POSS</g>
+ </w>
+ </il>
</example>
### ŋedope mufe hu#-> ŋedope mufe hu
ნგედოპე მუჶე ჰუ [ŋedope mufe hu] ŋedop apple -e sing mu the -fe fem hu 1excl.sing.POSS “my apple” | (7) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> </s> </example>
module casemarking:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> + <np role="subj" case="NOM"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <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> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
module addgender:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM">
- <np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np type="owner_owned" gender="fem">
+ <np number="sing" def="def" locus="number" role="owner" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj" case="ACC">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np type="owner_owned" gender="masc">
+ <np type="owner_owned" role="owner" gender="fem">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM"> - <np type="owner_owned" gender="fem"> + <np role="subj" case="NOM" number="sing"> + <np type="owner_owned" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="obj" case="ACC"> - <np type="owner_owned" gender="masc"> - <np type="owner_owned" role="owner" gender="fem"> + <np role="obj" case="ACC" number="sing"> + <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" role="owner" gender="fem" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM" number="sing"> + <np role="subj" case="NOM" number="sing" possessor="no.owner"> <np type="owner_owned" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np type="owner_owned" role="owner" gender="fem" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="2" number="sing" posp="pron"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
module 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="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM" number="sing" possessor="no.owner"> + <np role="subj" case="NOM" number="sing" possessor="no.owner" gender="fem"> <np type="owner_owned" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="obj" case="ACC" number="sing" possessor="no.owner"> + <np role="obj" case="ACC" number="sing" possessor="no.owner" gender="fem"> <np type="owner_owned" gender="masc" number="sing"> <np type="owner_owned" role="owner" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
prodrop: No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM" number="sing" possessor="no.owner" gender="fem">
<np type="owner_owned" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" case="ACC" number="sing" possessor="no.owner" gender="fem">
<np type="owner_owned" gender="masc" number="sing">
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM" number="sing" possessor="no.owner" gender="fem"> - <np type="owner_owned" gender="fem" number="sing"> + <np type="owner_owned" gender="fem" number="sing" role="subj" case="NOM" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" case="ACC" number="sing" possessor="no.owner" gender="fem"> - <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> <np type="owner_owned" role="owner" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" gender="fem" number="sing" role="subj" case="NOM" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> - <np type="owner_owned" role="owner" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for hunter/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for neighbour/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for kiss/verb/negation/obligatory
Got POS
addaffixes:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|e|ʔ|e|t|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|pʰ|o|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|k|a|h|u|n|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|f|u|</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">|pʰ|a|f|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem.POSS">|p|u|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">|o|k|u|b|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |f|e|ʔ|e|t|#-> feʔet
### |f|e|ʔ|e|t|
#-> feʔet
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |pʰ|o|p|
#-> pʰop
### |pʰ|o|p|
#-> pʰop
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |d|o|
#-> do
### |d|o|
#-> do
### |k|a|h|u|n|
#-> kahun
### |k|a|h|u|n|
#-> kahun
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |f|u|
#-> fu
### |f|u|
#-> fu
### |pʰ|a|f|
#-> pʰaf
### |pʰ|a|f|
#-> pʰaf
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |p|u|
#-> pu
### |p|u|
#-> pu
### |b|-
#-> b-
### |b|-
#-> b-
### |o|k|u|b|a|
#-> okuba
### |o|k|u|b|a|
#-> okuba
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |f|e|ʔ|e|t||e| |m|u||t͡ʃ|e| |pʰ|o|p||e| |m|u||f|e| |d|o| |k|a|h|u|n||e| |m|u||f|e| |f|u| |pʰ|a|f||e| |m|u||t͡ʃ|e| |p|u| |b||o|k|u|b|a| |ŋ|i|
#-> feʔete mut͡ʃe pʰope mufe do kahune mufe fu pʰafe mut͡ʃe pu bokuba ŋi
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|e|ʔ|e|t|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|pʰ|o|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc" case="NOM">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|k|a|h|u|n|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="2.sing">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|f|u|</thingy>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">|pʰ|a|f|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem.POSS">|p|u|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.fem">|o|k|u|b|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">feʔet</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">pʰop</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">kahun</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">fu</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">pʰaf</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">pu</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">okuba</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>feʔete mut͡ʃe pʰope mufe do kahune mufe fu pʰafe mut͡ʃe pu bokuba ŋi</p>
+ <p>ჶეჸეტე მუჩე ფოპე მუჶე დო კაჰუნე მუჶე ჶუ ფაჶე მუჩე პუ ბოკუბა ნგი</p>
+ <il>
+ <w>
+ <o>feʔet</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>pʰop</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>kahun</o>
+ <g>neighbour</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>fu</o>
+ <g>2.sing.POSS</g>
+ </w>
+ <w>
+ <o>pʰaf</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>pu</o>
+ <g>3.sing.fem.POSS</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>okuba</o>
+ <g>kiss</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### feʔete mut͡ʃe pʰope mufe do kahune mufe fu pʰafe mut͡ʃe pu bokuba ŋi#-> feʔete mut͡ʃe pʰope mufe do kahune mufe fu pʰafe mut͡ʃe pu bokuba ŋi
Ჶეჸეტე მუჩე ფოპე მუჶე დო კაჰუნე მუჶე ჶუ ფაჶე მუჩე პუ ბოკუბა ნგი. [feʔete mut͡ʃe pʰope mufe do kahune mufe fu pʰafe mut͡ʃe pu bokuba ŋi] feʔet hunter -e sing mu the -t͡ʃe masc pʰop daughter -e sing mu the -fe fem do 3.sing.masc.POSS kahun neighbour -e sing mu the -fe fem fu 2.sing.POSS pʰaf son -e sing mu the -t͡ʃe masc pu 3.sing.fem.POSS b- POS okuba kiss ŋi PAST “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Feh has no derivational processes.
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb: No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> + <word gloss="a" posp="det"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module addgender:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <np number="sing" tr="rheme" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM" gender="masc"> + <np number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="lamb"/>
<word gloss="a" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"> - <word posp="noun" gloss="lamb"/> - <word gloss="a" posp="det"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> + <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>About to call getSlotValue for lamb/noun/number/obligatory
Got sing
About to call getSlotValue for a/det/gender/obligatory
Got masc
addaffixes:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner">|d|e|l|o|h|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner">|ɡ|o|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |d|e|l|o|h|#-> deloh
### |d|e|l|o|h|
#-> deloh
### -|e|
#-> -e
### -|e|
#-> -e
### |ɡ|o|
#-> ɡo
### |ɡ|o|
#-> ɡo
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |d|e|l|o|h||e| |ɡ|o||t͡ʃ|e|
#-> delohe ɡot͡ʃe
removetags:
<example id="lamb0" translation="a lamb">
<flat>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner">|d|e|l|o|h|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="a" posp="det" number="sing" tr="rheme" locus="number" case="NOM" gender="masc" possessor="no.owner">|ɡ|o|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">deloh</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɡo</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span></p>
+ <p>delohe ɡot͡ʃe</p>
+ <p>დელოჰე გოჩე</p>
+ <il>
+ <w>
+ <o>deloh</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɡo</o>
+ <g>a</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ </il>
</example>
### delohe ɡot͡ʃe#-> delohe ɡot͡ʃe
დელოჰე გოჩე [delohe ɡot͡ʃe] deloh lamb -e sing ɡo a -t͡ʃe masc “a lamb” | (9) |
Note how none show up here:
initial XML:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp tam="past-punct">
<verb>want</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</subs>
</np>
</s>
</example>cleanup:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp tam="past-punct"> - <verb>want</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="want"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
module adj2verb:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="little"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
</np>
+ </relp>
+ </np>
</subs>
</np>
</s>
</example>
module articles:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
</np>
</relp>
+ <word gloss="a" posp="det"/>
</np>
</subs>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <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="have"/> </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="lamb"/> </np> </relp> <word gloss="a" posp="det"/> </np> </subs> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
- <np head="this" role="subj" number="sing">
+ <np role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
</np>
- </relp>
+ </subs>
<word gloss="a" posp="det"/>
</np>
</subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number">
+ <np type="owner_owned">
+ <np role="owned" number="sing">
+ <word posp="noun" gloss="lamb"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
- <np role="subj" number="sing">
- <word posp="noun" gloss="lamb"/>
- </np>
</subs>
+ </np>
+ </np>
<word gloss="a" posp="det"/>
</np>
</subs>
</np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="want"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="have"/> - </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <np type="owner_owned"> <np role="owned" number="sing"> <word posp="noun" gloss="lamb"/> </np> <np role="owner" number="sing"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </subs> </np> </np> <word gloss="a" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="have"/> + </vp> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="want"/> + </vp> </s> </example>
module casemarking:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="girl"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <subs> - <np number="sing" tr="rheme" role="obj" locus="number"> + <np number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <np type="owner_owned"> <np role="owned" number="sing"> <word posp="noun" gloss="lamb"/> </np> <np role="owner" number="sing"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </subs> </np> </np> <word gloss="a" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> </s> </example>
module addgender:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM" gender="fem"> <word posp="noun" gloss="girl"/> </np> - <np role="obj" case="ACC"> + <np role="obj" case="ACC" gender="masc" number="sing"> <subs> - <np number="sing" tr="rheme" role="obj" locus="number" case="ACC"> - <np type="owner_owned"> - <np role="owned" number="sing"> + <np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc"> + <np type="owner_owned" gender="masc"> + <np role="owned" number="sing" gender="masc"> <word posp="noun" gloss="lamb"/> </np> - <np role="owner" number="sing"> + <np role="owner" number="sing" gender="masc"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </subs> </np> </np> <word gloss="a" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> </s> </example>
module propagatenumber:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM" gender="fem">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" case="ACC" gender="masc" number="sing">
<subs>
<np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="sing">
<np role="owned" number="sing" gender="masc">
<word posp="noun" gloss="lamb"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</subs>
</np>
</np>
<word gloss="a" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
</s>
</example>
module simplifynumber: No change.
createpronouns:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM" gender="fem"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="fem"> + <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> <np role="obj" case="ACC" gender="masc" number="sing"> <subs> <np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc"> <np type="owner_owned" gender="masc" number="sing"> <np role="owned" number="sing" gender="masc"> <word posp="noun" gloss="lamb"/> </np> <np role="owner" number="sing" gender="masc"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </subs> </np> </np> <word gloss="a" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> </s> </example>
module markowned:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="fem"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="fem" possessor="no.owner"> <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> </np> - <np role="obj" case="ACC" gender="masc" number="sing"> + <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <subs> - <np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc"> + <np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np role="owned" number="sing" gender="masc"> + <np role="owned" number="sing" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="lamb"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </subs> </np> </np> <word gloss="a" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="fem" possessor="no.owner">
<word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/>
</np>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<subs>
<np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np role="owned" number="sing" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="lamb"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</subs>
</np>
</np>
<word gloss="a" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<word posp="verb" gloss="have"/>
</vp>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<word posp="verb" gloss="want"/>
</vp>
</s>
</example>
prodrop:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="fem" possessor="no.owner"> - <word posp="pron" number="sing" gender="fem" gloss="3.sing.fem"/> - </np> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <subs> <np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np role="owned" number="sing" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="lamb"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </subs> </np> </np> <word gloss="a" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <word posp="verb" gloss="have"/> </vp> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"> <word posp="verb" gloss="want"/> </vp> </s> </example>
addclitics:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<subs>
<np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np role="owned" number="sing" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="lamb"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
<word gloss="a" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="have"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="want"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<subs>
- <np number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
- <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<np role="owned" number="sing" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="lamb"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
<word gloss="a" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="have"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="want"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<subs>
- <np type="owner_owned" gender="masc" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
- <np role="owned" number="sing" gender="masc" possessor="3.sing.masc">
+ <np role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="lamb"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
<word gloss="a" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="have"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="want"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
movedowntoword:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<subs>
<np role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC">
- <word posp="noun" gloss="lamb"/>
+ <word posp="noun" gloss="lamb" role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="little"/>
+ <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <word gloss="a" posp="det"/>
+ <word gloss="a" posp="det" role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="have"/>
+ <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="want"/>
+ <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
About to call getSlotValue for little/verb/negation/obligatory
calling defaultval for negation/
defaultval: verb, negation
returning POS
Got POS
About to call getSlotValue for a/det/gender/obligatory
Got masc
About to call getSlotValue for have/verb/negation/obligatory
Got POS
About to call getSlotValue for want/verb/negation/obligatory
Got POS
addaffixes:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<subs>
<np role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="lamb" role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="a" posp="det" role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="lamb3" translation="She wanted to have a little lamb."> - <s> - <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> - <subs> - <np role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC"> + <flat> <word posp="noun" gloss="lamb" role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> - <subs> - <vp tam="pres-state" ta="PRES"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="a" posp="det" role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <word posp="noun" gloss="lamb" role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="a" posp="det" role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="lamb" role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC">|d|e|l|o|h|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES">|e|l|i|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="a" posp="det" role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">|ɡ|o|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|e|d|i|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|o|ŋ|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |d|e|l|o|h|#-> deloh
### |d|e|l|o|h|
#-> deloh
### -|e|
#-> -e
### -|e|
#-> -e
### |d|o|
#-> do
### |d|o|
#-> do
### |b|-
#-> b-
### |b|-
#-> b-
### |e|l|i|
#-> eli
### |e|l|i|
#-> eli
### |ɡ|o|
#-> ɡo
### |ɡ|o|
#-> ɡo
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |e|d|i|
#-> edi
### |e|d|i|
#-> edi
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |b|-
#-> b-
### |b|-
#-> b-
### |o|ŋ|e|
#-> oŋe
### |o|ŋ|e|
#-> oŋe
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |d|e|l|o|h||e| |d|o| |b||e|l|i| |ɡ|o||t͡ʃ|e| |b||e|d|i| |ŋ|i| |b||o|ŋ|e| |ŋ|i|
#-> delohe do beli ɡot͡ʃe bedi ŋi boŋe ŋi
removetags:
<example id="lamb3" translation="She wanted to have a little lamb.">
<flat>
<word posp="noun" gloss="lamb" role="owned" number="sing" gender="masc" possessor="3.sing.masc" tr="rheme" locus="number" case="ACC">|d|e|l|o|h|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES">|e|l|i|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="a" posp="det" role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">|ɡ|o|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|e|d|i|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.fem" obj="3.sing.masc">|o|ŋ|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">deloh</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">eli</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">ɡo</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">edi</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">oŋe</span><br><span class="gls">want</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>delohe do beli ɡot͡ʃe bedi ŋi boŋe ŋi</p>
+ <p>დელოჰე დო ბელი გოჩე ბედი ნგი ბონგე ნგი</p>
+ <il>
+ <w>
+ <o>deloh</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>eli</o>
+ <g>little</g>
+ </w>
+ <w>
+ <o>ɡo</o>
+ <g>a</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>edi</o>
+ <g>have</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>oŋe</o>
+ <g>want</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### delohe do beli ɡot͡ʃe bedi ŋi boŋe ŋi#-> delohe do beli ɡot͡ʃe bedi ŋi boŋe ŋi
Დელოჰე დო ბელი გოჩე ბედი ნგი ბონგე ნგი. [delohe do beli ɡot͡ʃe bedi ŋi boŋe ŋi] deloh lamb -e sing do 3.sing.masc.POSS b- POS eli little ɡo a -t͡ʃe masc b- POS edi have ŋi PAST b- POS oŋe want ŋi PAST “She wanted to have a little lamb.” | (10) |
Compounding
Verbs
Inflectional Categories
The verbal phrase clitics in Feh fall into two categories, proclitics and enclitics: first, a clitic expressing mode, comprising ფი /pʰi/ ‘imperative’, ჰე /he/ ‘conditional’ and სუ /su/ ‘optative’; second, a clitic expressing ta, comprising ნგი /ŋi/ ‘PAST’; third, a clitic expressing voice, comprising ჰე /he/ ‘passive’; and finally, fourth, a clitic expressing question, comprising გე /ɡe/ ‘Q’.
In addition, the verb is structured like this: an obligatory prefix expressing negation, comprising ფ- /pʰ-/ ‘NEG’ and ბ- /b-/ ‘POS’ followed by the root.
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module addgender: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> <word person="2" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/> </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> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> - </np> <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/> </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> </s> </example>
addclitics:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for love/verb/negation/obligatoryGot POS
addaffixes:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">|s|e|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</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">|u|f|e|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |s|e|#-> se
### |s|e|
#-> se
### |b|-
#-> b-
### |b|-
#-> b-
### |u|f|e|
#-> ufe
### |u|f|e|
#-> ufe
### |s|e| |b||u|f|e|
#-> se bufe
removetags:
<example id="love" translation="I love you.">
<flat>
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">|s|e|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</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">|u|f|e|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">se</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ufe</span><br><span class="gls">love</span></span></p>
+ <p>se bufe</p>
+ <p>სე ბუჶე</p>
+ <il>
+ <w>
+ <o>se</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ufe</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### se bufe#-> se bufe
Სე ბუჶე. [se bufe] se 2.sing b- POS ufe love “I love you.” | (11) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> + <word gloss="in" posp="pp"/> + <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 addgender:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned" case="LOC">
- <np def="def" number="sing" locus="number">
+ <np def="def" number="sing" locus="number" gender="masc">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" gender="masc">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
module propagatenumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" case="LOC">
+ <np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing" locus="number" gender="masc">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" gender="masc">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned" case="LOC" number="sing">
- <np def="def" number="sing" locus="number" gender="masc">
+ <np def="def" number="sing" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" gender="masc">
+ <np def="def" number="sing" gender="masc" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" gender="masc" possessor="no.owner">
<word posp="noun" gloss="surface"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</pp>
</example>
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"/>
- <np type="owner_owned" case="LOC" number="sing">
<np def="def" number="sing" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" gender="masc" possessor="no.owner">
<word posp="noun" gloss="surface"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> <np def="def" number="sing" locus="number" gender="masc" possessor="no.owner"> - <word posp="noun" gloss="table"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" gender="masc" possessor="no.owner"> - <word posp="noun" gloss="surface"/> + <word posp="noun" gloss="surface" def="def" number="sing" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>About to call getSlotValue for table/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for surface/noun/number/obligatory
Got sing
addaffixes:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" p="in" location="surface" precise="yes"/>
<np def="def" number="sing" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="table" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" gender="masc" possessor="no.owner">
<word posp="noun" gloss="surface" def="def" number="sing" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> + <flat> <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> - <np def="def" number="sing" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="table" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" gender="masc" possessor="no.owner"> <word posp="noun" gloss="surface" def="def" number="sing" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="surface" def="def" number="sing" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes">|t͡ʃ|e|</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" gender="masc" possessor="no.owner">|l|i|h|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="surface" def="def" number="sing" gender="masc" possessor="no.owner">|ŋ|u|w|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |t͡ʃ|e|#-> t͡ʃe
### |t͡ʃ|e|
#-> t͡ʃe
### |l|i|h|
#-> lih
### |l|i|h|
#-> lih
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |ŋ|u|w|
#-> ŋuw
### |ŋ|u|w|
#-> ŋuw
### -|e|
#-> -e
### -|e|
#-> -e
### |t͡ʃ|e| |l|i|h||e| |m|u||t͡ʃ|e| |ŋ|u|w||e|
#-> t͡ʃe lihe mut͡ʃe ŋuwe
removetags:
<example id="adpos1" translation="on the table">
<flat>
<word gloss="in" posp="pp" p="in" location="surface" precise="yes">|t͡ʃ|e|</word>
<word posp="noun" gloss="table" def="def" number="sing" locus="number" gender="masc" possessor="no.owner">|l|i|h|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="surface" def="def" number="sing" gender="masc" possessor="no.owner">|ŋ|u|w|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">t͡ʃe</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">lih</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">ŋuw</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p>
+ <p>t͡ʃe lihe mut͡ʃe ŋuwe</p>
+ <p>ჩე ლიჰე მუჩე ნგუვე</p>
+ <il>
+ <w>
+ <o>t͡ʃe</o>
+ <g>in</g>
+ </w>
+ <w>
+ <o>lih</o>
+ <g>table</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>ŋuw</o>
+ <g>surface</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### t͡ʃe lihe mut͡ʃe ŋuwe#-> t͡ʃe lihe mut͡ʃe ŋuwe
ჩე ლიჰე მუჩე ნგუვე [t͡ʃe lihe mut͡ʃe ŋuwe] t͡ʃe in lih table -e sing mu the -t͡ʃe masc ŋuw surface -e sing “on the table” | (12) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> + <word gloss="to" posp="pp"/> + <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 addgender:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
<np type="owner_owned" case="DAT">
- <np def="def" number="sing" locus="number">
+ <np def="def" number="sing" locus="number" gender="masc">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" gender="fem">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
module propagatenumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
- <np type="owner_owned" case="DAT">
+ <np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing" locus="number" gender="masc">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" gender="fem">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
<np type="owner_owned" case="DAT" number="sing">
- <np def="def" number="sing" locus="number" gender="masc">
+ <np def="def" number="sing" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" gender="fem">
+ <np def="def" number="sing" gender="fem" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
<np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" gender="fem" possessor="no.owner">
<word posp="noun" gloss="inside"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</pp>
</example>
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"/>
- <np type="owner_owned" case="DAT" number="sing">
<np def="def" number="sing" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" gender="fem" possessor="no.owner">
<word posp="noun" gloss="inside"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to" posp="pp"/> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> <np def="def" number="sing" locus="number" gender="masc" possessor="no.owner"> - <word posp="noun" gloss="box"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" gender="fem" possessor="no.owner"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing" gender="fem" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>About to call getSlotValue for box/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for inside/noun/number/obligatory
Got sing
addaffixes:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" p="to" location="inside" precise="yes"/>
<np def="def" number="sing" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="box" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" gender="fem" possessor="no.owner">
<word posp="noun" gloss="inside" def="def" number="sing" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> + <flat> <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> - <np def="def" number="sing" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="box" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" gender="fem" possessor="no.owner"> <word posp="noun" gloss="inside" def="def" number="sing" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="inside" def="def" number="sing" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes">|ŋ|i|</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" gender="masc" possessor="no.owner">|l|a|m|u|m|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" gender="fem" possessor="no.owner">|kʰ|a|tʰ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |ŋ|i|#-> ŋi
### |ŋ|i|
#-> ŋi
### |l|a|m|u|m|
#-> lamum
### |l|a|m|u|m|
#-> lamum
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |kʰ|a|tʰ|
#-> kʰatʰ
### |kʰ|a|tʰ|
#-> kʰatʰ
### -|e|
#-> -e
### -|e|
#-> -e
### |ŋ|i| |l|a|m|u|m||e| |m|u||t͡ʃ|e| |kʰ|a|tʰ||e|
#-> ŋi lamume mut͡ʃe kʰatʰe
removetags:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to" posp="pp" p="to" location="inside" precise="yes">|ŋ|i|</word>
<word posp="noun" gloss="box" def="def" number="sing" locus="number" gender="masc" possessor="no.owner">|l|a|m|u|m|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" locus="number" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="inside" def="def" number="sing" gender="fem" possessor="no.owner">|kʰ|a|tʰ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ŋi</span><br><span class="gls">to</span></span> <span class="ilpair"><span class="mor">lamum</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">kʰatʰ</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span></p>
+ <p>ŋi lamume mut͡ʃe kʰatʰe</p>
+ <p>ნგი ლამუმე მუჩე ქათე</p>
+ <il>
+ <w>
+ <o>ŋi</o>
+ <g>to</g>
+ </w>
+ <w>
+ <o>lamum</o>
+ <g>box</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>kʰatʰ</o>
+ <g>inside</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### ŋi lamume mut͡ʃe kʰatʰe#-> ŋi lamume mut͡ʃe kʰatʰe
ნგი ლამუმე მუჩე ქათე [ŋi lamume mut͡ʃe kʰatʰe] ŋi to lamum box -e sing mu the -t͡ʃe masc kʰatʰ inside -e sing “into the box” | (13) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: 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"/> + <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 addgender: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number" case="LOC">
+ <np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner">
+ <np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
</pp>
</example>
prodrop: No change.
addclitics:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp"/> + <word gloss="COMIT" posp="pp" role="comitative"/> <np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>
addaffixes: No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" role="comitative"/> - <np number="sing" def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="COMIT" posp="pp" role="comitative">|p|e|b|i|</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner">|m|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |p|e|b|i|#-> pebi
### |p|e|b|i|
#-> pebi
### |m|a|
#-> ma
### |m|a|
#-> ma
### |p|e|b|i| |m|a|
#-> pebi ma
removetags:
<example id="adpos3" translation="with me">
<flat>
<word gloss="COMIT" posp="pp" role="comitative">|p|e|b|i|</word>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" locus="number" case="LOC" possessor="no.owner">|m|a|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">pebi</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">1excl.sing</span></span></p>
+ <p>pebi ma</p>
+ <p>პები მა</p>
+ <il>
+ <w>
+ <o>pebi</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>1excl.sing</g>
+ </w>
+ </il>
</example>
### pebi ma#-> pebi ma
პები მა [pebi ma] pebi COMIT ma 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.
Feh has basic Subject–Object–Verb (SOV) word order. The subject precedes the object, and the verb appears at the end of the clause. This is one of the most frequent patterns cross-linguistically.
The following examples illustrate the basic, unmarked, constituent order in Feh.
initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> </s> </example>
module casemarking:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" locus="number"> + <np number="sing" def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module addgender:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" locus="number" case="ACC"> + <np number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc"> + <np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc"> + <np number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module 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" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<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.masc" obj="3.sing.masc">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for jaguar/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for kill/verb/negation/obligatory
Got POS
addaffixes:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|s|u|f|u|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|f|e|ʔ|e|t|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">|i|d|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |s|u|f|u|k|#-> sufuk
### |s|u|f|u|k|
#-> sufuk
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |f|e|ʔ|e|t|
#-> feʔet
### |f|e|ʔ|e|t|
#-> feʔet
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |i|d|a|
#-> ida
### |i|d|a|
#-> ida
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |s|u|f|u|k||e| |m|u||t͡ʃ|e| |f|e|ʔ|e|t||e| |m|u||t͡ʃ|e| |b||i|d|a| |ŋ|i|
#-> sufuke mut͡ʃe feʔete mut͡ʃe bida ŋi
removetags:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|s|u|f|u|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|f|e|ʔ|e|t|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">|i|d|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">sufuk</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">feʔet</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ida</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>sufuke mut͡ʃe feʔete mut͡ʃe bida ŋi</p>
+ <p>სუჶუკე მუჩე ჶეჸეტე მუჩე ბიდა ნგი</p>
+ <il>
+ <w>
+ <o>sufuk</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>feʔet</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ida</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### sufuke mut͡ʃe feʔete mut͡ʃe bida ŋi#-> sufuke mut͡ʃe feʔete mut͡ʃe bida ŋi
Სუჶუკე მუჩე ჶეჸეტე მუჩე ბიდა ნგი. [sufuke mut͡ʃe feʔete mut͡ʃe bida ŋi] sufuk jaguar -e sing mu the -t͡ʃe masc feʔet hunter -e sing mu the -t͡ʃe masc b- POS ida kill ŋi PAST “The jaguar killed the hunter.” | (15) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> </s> </example>
module casemarking:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <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> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </s> </example>
module addgender:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj" case="ACC"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np number="sing" def="def" locus="number" role="owner"> + <np type="owner_owned" gender="masc"> + <np type="owner_owned" role="owner" gender="fem"> + <np number="sing" def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </s> </example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ACC">
- <np type="owner_owned" gender="masc">
- <np type="owner_owned" role="owner" gender="fem">
+ <np role="obj" case="ACC" number="sing">
+ <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc"> + <np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np type="owner_owned" role="owner" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ACC" number="sing" possessor="no.owner">
+ <np role="obj" case="ACC" number="sing" possessor="no.owner" gender="fem">
<np type="owner_owned" gender="masc" number="sing">
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" case="ACC" number="sing" possessor="no.owner" gender="fem">
<np type="owner_owned" gender="masc" number="sing">
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np role="obj" case="ACC" number="sing" possessor="no.owner" gender="fem">
- <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner">
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner">
- <np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
- </np>
- <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <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.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for lion/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for dog/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
addaffixes:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|p|e|k|e|ʔ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|e|ʔ|e|t|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|pʰ|o|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">|t͡s|o|m|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem.POSS">|p|u|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">|i|d|u|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |p|e|k|e|ʔ|#-> pekeʔ
### |p|e|k|e|ʔ|
#-> pekeʔ
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |f|e|ʔ|e|t|
#-> feʔet
### |f|e|ʔ|e|t|
#-> feʔet
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |pʰ|o|p|
#-> pʰop
### |pʰ|o|p|
#-> pʰop
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |d|o|
#-> do
### |d|o|
#-> do
### |t͡s|o|m|
#-> t͡som
### |t͡s|o|m|
#-> t͡som
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |p|u|
#-> pu
### |p|u|
#-> pu
### |b|-
#-> b-
### |b|-
#-> b-
### |i|d|u|
#-> idu
### |i|d|u|
#-> idu
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |p|e|k|e|ʔ||e| |m|u||t͡ʃ|e| |f|e|ʔ|e|t||e| |m|u||t͡ʃ|e| |pʰ|o|p||e| |m|u||f|e| |d|o| |t͡s|o|m||e| |m|u||t͡ʃ|e| |p|u| |b||i|d|u| |ŋ|i|
#-> pekeʔe mut͡ʃe feʔete mut͡ʃe pʰope mufe do t͡some mut͡ʃe pu bidu ŋi
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|p|e|k|e|ʔ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|f|e|ʔ|e|t|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|pʰ|o|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">|t͡s|o|m|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem.POSS">|p|u|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.fem">|i|d|u|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">pekeʔ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">feʔet</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">pʰop</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">t͡som</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">pu</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">idu</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>pekeʔe mut͡ʃe feʔete mut͡ʃe pʰope mufe do t͡some mut͡ʃe pu bidu ŋi</p>
+ <p>პეკეჸე მუჩე ჶეჸეტე მუჩე ფოპე მუჶე დო ცომე მუჩე პუ ბიდუ ნგი</p>
+ <il>
+ <w>
+ <o>pekeʔ</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>feʔet</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>pʰop</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>t͡som</o>
+ <g>dog</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>pu</o>
+ <g>3.sing.fem.POSS</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>idu</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### pekeʔe mut͡ʃe feʔete mut͡ʃe pʰope mufe do t͡some mut͡ʃe pu bidu ŋi#-> pekeʔe mut͡ʃe feʔete mut͡ʃe pʰope mufe do t͡some mut͡ʃe pu bidu ŋi
Პეკეჸე მუჩე ჶეჸეტე მუჩე ფოპე მუჶე დო ცომე მუჩე პუ ბიდუ ნგი. [pekeʔe mut͡ʃe feʔete mut͡ʃe pʰope mufe do t͡some mut͡ʃe pu bidu ŋi] pekeʔ lion -e sing mu the -t͡ʃe masc feʔet hunter -e sing mu the -t͡ʃe masc pʰop daughter -e sing mu the -fe fem do 3.sing.masc.POSS t͡som dog -e sing mu the -t͡ʃe masc pu 3.sing.fem.POSS b- POS idu eat ŋi PAST “The lion ate the hunter’s daughter’s dog.” | (16) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Feh reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-final: the possessor precedes the possessed noun. For example, Feh expresses “the child’s toy” with the equivalent of “child toy”. This ordering is found in many SOV and postpositional languages and aligns with a broader tendency towards modifier-first structures.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="NOM" gender="masc"> + <np type="owner_owned" role="owner" gender="fem"> + <np type="owner_owned" role="owner" gender="masc"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM" gender="masc"> - <np type="owner_owned" role="owner" gender="fem"> - <np type="owner_owned" role="owner" gender="masc"> + <np type="owner_owned" case="NOM" gender="masc" number="sing"> + <np type="owner_owned" role="owner" gender="fem" number="sing"> + <np type="owner_owned" role="owner" gender="masc" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" gender="masc" number="sing">
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np type="owner_owned" role="owner" gender="masc" number="sing">
- <np number="sing" def="neither" locus="number" role="owner">
- <word person="2" number="sing" posp="pron"/>
- </np>
- <np number="sing" def="def" locus="number" role="owned" gender="masc">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="fem">
+ <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="masc">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" gender="masc" number="sing">
<np type="owner_owned" role="owner" gender="fem" number="sing">
<np type="owner_owned" role="owner" gender="masc" number="sing">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM" gender="masc" number="sing"> - <np type="owner_owned" role="owner" gender="fem" number="sing"> - <np type="owner_owned" role="owner" gender="masc" number="sing"> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem"> + <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"> - <word posp="noun" gloss="son"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> - <word posp="noun" gloss="friend"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> </np> </example>About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for friend/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for book/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
addaffixes:
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM">
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"> + <flat> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">|pʰ|a|f|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|f|u|</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|ʔ|e|f|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM">liben</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.fem.POSS">|p|u|</thingy> </flat> </example>
vowelharmony: No change.
### |pʰ|a|f|#-> pʰaf
### |pʰ|a|f|
#-> pʰaf
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |f|u|
#-> fu
### |f|u|
#-> fu
### |ʔ|e|f|
#-> ʔef
### |ʔ|e|f|
#-> ʔef
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |d|o|
#-> do
### |d|o|
#-> do
### liben
#-> liben
### liben
#-> liben
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |p|u|
#-> pu
### |p|u|
#-> pu
### |pʰ|a|f||e| |m|u||t͡ʃ|e| |f|u| |ʔ|e|f||e| |m|u||f|e| |d|o| liben|e| |m|u||t͡ʃ|e| |p|u|
#-> pʰafe mut͡ʃe fu ʔefe mufe do libene mut͡ʃe pu
removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">|pʰ|a|f|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="2.sing">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|f|u|</thingy>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|ʔ|e|f|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="fem" possessor="3.sing.masc">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM">liben</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" gender="masc" possessor="3.sing.fem" case="NOM">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.fem.POSS">|p|u|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">pʰaf</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">fu</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ʔef</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">liben</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">pu</span><br><span class="gls">3.sing.fem.<span class="glssc">POSS</span></span></span></p>
+ <p>pʰafe mut͡ʃe fu ʔefe mufe do libene mut͡ʃe pu</p>
+ <p>ფაჶე მუჩე ჶუ ჸეჶე მუჶე დო ლიბენე მუჩე პუ</p>
+ <il>
+ <w>
+ <o>pʰaf</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>fu</o>
+ <g>2.sing.POSS</g>
+ </w>
+ <w>
+ <o>ʔef</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>liben</o>
+ <g>book</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>pu</o>
+ <g>3.sing.fem.POSS</g>
+ </w>
+ </il>
</example>
### pʰafe mut͡ʃe fu ʔefe mufe do libene mut͡ʃe pu#-> pʰafe mut͡ʃe fu ʔefe mufe do libene mut͡ʃe pu
ფაჶე მუჩე ჶუ ჸეჶე მუჶე დო ლიბენე მუჩე პუ [pʰafe mut͡ʃe fu ʔefe mufe do libene mut͡ʃe pu] pʰaf son -e sing mu the -t͡ʃe masc fu 2.sing.POSS ʔef friend -e sing mu the -fe fem do 3.sing.masc.POSS liben book -e sing mu the -t͡ʃe masc pu 3.sing.fem.POSS “your son’s friend’s book” | (17) |
Case Marking
Feh uses nominative–accusative case marking. The subject of an intransitive verb and the subject of a transitive verb are treated alike and take the nominative case, while the object of a transitive verb is marked with the accusative case. This is the familiar pattern from many European languages: the grammar groups together the participants that function as subjects and marks the participant affected by a transitive action separately.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<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 embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="sleep"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="sleep"/> + </vp> </s> </example>
module casemarking:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <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 addgender:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"> <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 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" case="NOM" gender="masc" possessor="no.owner">
<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.masc">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <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" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for sleep/verb/negation/obligatory
Got POS
addaffixes:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|kʰ|e|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc">|a|b|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʰ|e|k|#-> kʰek
### |kʰ|e|k|
#-> kʰek
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |a|b|a|
#-> aba
### |a|b|a|
#-> aba
### |kʰ|e|k||e| |m|u||t͡ʃ|e| |b||a|b|a|
#-> kʰeke mut͡ʃe baba
removetags:
<example id="intr_stat" translation="The cat is sleeping.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|kʰ|e|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing.masc">|a|b|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʰek</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">aba</span><br><span class="gls">sleep</span></span></p>
+ <p>kʰeke mut͡ʃe baba</p>
+ <p>ქეკე მუჩე ბაბა</p>
+ <il>
+ <w>
+ <o>kʰek</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>aba</o>
+ <g>sleep</g>
+ </w>
+ </il>
</example>
### kʰeke mut͡ʃe baba#-> kʰeke mut͡ʃe baba
Ქეკე მუჩე ბაბა. [kʰeke mut͡ʃe baba] kʰek cat -e sing mu the -t͡ʃe masc b- POS aba sleep “The cat is sleeping.” | (18) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="run"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="run"/> + </vp> </s> </example>
module casemarking:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <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 addgender:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"> <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 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" case="NOM" gender="masc" possessor="no.owner">
<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.masc">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <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" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for run/verb/negation/obligatory
Got POS
addaffixes:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|kʰ|e|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">|a|ŋ|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʰ|e|k|#-> kʰek
### |kʰ|e|k|
#-> kʰek
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |a|ŋ|a|
#-> aŋa
### |a|ŋ|a|
#-> aŋa
### |kʰ|e|k||e| |m|u||t͡ʃ|e| |b||a|ŋ|a|
#-> kʰeke mut͡ʃe baŋa
removetags:
<example id="intr_act" translation="The cat is running.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|kʰ|e|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc">|a|ŋ|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʰek</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">aŋa</span><br><span class="gls">run</span></span></p>
+ <p>kʰeke mut͡ʃe baŋa</p>
+ <p>ქეკე მუჩე ბანგა</p>
+ <il>
+ <w>
+ <o>kʰek</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>aŋa</o>
+ <g>run</g>
+ </w>
+ </il>
</example>
### kʰeke mut͡ʃe baŋa#-> kʰeke mut͡ʃe baŋa
Ქეკე მუჩე ბანგა. [kʰeke mut͡ʃe baŋa] kʰek cat -e sing mu the -t͡ʃe masc b- POS aŋa run “The cat is running.” | (19) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> </s> </example>
module casemarking:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> </s> </example>
module addgender:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> </s> </example>
module 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" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<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.masc" obj="3.sing.masc">
<word posp="verb" gloss="chase"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <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" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
- <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" case="ACC" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for chase/verb/negation/obligatory
Got POS
addaffixes:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|kʰ|e|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">|h|a|ʔ|e|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc">|o|m|e|l|o|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʰ|e|k|#-> kʰek
### |kʰ|e|k|
#-> kʰek
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |h|a|ʔ|e|p|
#-> haʔep
### |h|a|ʔ|e|p|
#-> haʔep
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |o|m|e|l|o|
#-> omelo
### |o|m|e|l|o|
#-> omelo
### |kʰ|e|k||e| |m|u||t͡ʃ|e| |h|a|ʔ|e|p||e| |m|u||t͡ʃ|e| |b||o|m|e|l|o|
#-> kʰeke mut͡ʃe haʔepe mut͡ʃe bomelo
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|kʰ|e|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">|h|a|ʔ|e|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing.masc" obj="3.sing.masc">|o|m|e|l|o|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʰek</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">haʔep</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">omelo</span><br><span class="gls">chase</span></span></p>
+ <p>kʰeke mut͡ʃe haʔepe mut͡ʃe bomelo</p>
+ <p>ქეკე მუჩე ჰაჸეპე მუჩე ბომელო</p>
+ <il>
+ <w>
+ <o>kʰek</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>haʔep</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>omelo</o>
+ <g>chase</g>
+ </w>
+ </il>
</example>
### kʰeke mut͡ʃe haʔepe mut͡ʃe bomelo#-> kʰeke mut͡ʃe haʔepe mut͡ʃe bomelo
Ქეკე მუჩე ჰაჸეპე მუჩე ბომელო. [kʰeke mut͡ʃe haʔepe mut͡ʃe bomelo] kʰek cat -e sing mu the -t͡ʃe masc haʔep mouse -e sing mu the -t͡ʃe masc b- POS omelo chase “The cat is chasing the mouse.” | (20) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </s> </example>
module casemarking:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <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="catch"/> </vp> </s> </example>
module addgender:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc"> <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="catch"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"> <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="catch"/> </vp> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
<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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <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" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
- <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" case="ACC" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
addaffixes:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|kʰ|e|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">|h|a|ʔ|e|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">|a|d|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʰ|e|k|#-> kʰek
### |kʰ|e|k|
#-> kʰek
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |h|a|ʔ|e|p|
#-> haʔep
### |h|a|ʔ|e|p|
#-> haʔep
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |a|d|a|
#-> ada
### |a|d|a|
#-> ada
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |kʰ|e|k||e| |m|u||t͡ʃ|e| |h|a|ʔ|e|p||e| |m|u||t͡ʃ|e| |b||a|d|a| |ŋ|i|
#-> kʰeke mut͡ʃe haʔepe mut͡ʃe bada ŋi
removetags:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|kʰ|e|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">|h|a|ʔ|e|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.sing.masc">|a|d|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʰek</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">haʔep</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ada</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>kʰeke mut͡ʃe haʔepe mut͡ʃe bada ŋi</p>
+ <p>ქეკე მუჩე ჰაჸეპე მუჩე ბადა ნგი</p>
+ <il>
+ <w>
+ <o>kʰek</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>haʔep</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ada</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### kʰeke mut͡ʃe haʔepe mut͡ʃe bada ŋi#-> kʰeke mut͡ʃe haʔepe mut͡ʃe bada ŋi
Ქეკე მუჩე ჰაჸეპე მუჩე ბადა ნგი. [kʰeke mut͡ʃe haʔepe mut͡ʃe bada ŋi] kʰek cat -e sing mu the -t͡ʃe masc haʔep mouse -e sing mu the -t͡ʃe masc b- POS ada catch ŋi PAST “The cat caught the mouse.” | (21) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> </s> </example>
module casemarking:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ACC"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <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> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module addgender:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="ACC"> + <np role="obj" tr="rheme" case="ACC" gender="masc"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" gender="masc"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" gender="masc"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" gender="masc"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ACC" gender="masc">
+ <np role="obj" tr="rheme" case="ACC" gender="masc" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number" gender="masc">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number" gender="masc">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number" gender="masc">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="ACC" gender="masc" number="plur"> + <np role="obj" tr="rheme" case="ACC" gender="masc" number="plur" possessor="no.owner"> <conjp conj="and"> - <np def="def" number="plur" locus="number" gender="masc"> + <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number" gender="masc"> + <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number" gender="masc"> + <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module 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" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ACC" gender="masc" number="plur" possessor="no.owner">
<conjp conj="and">
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ACC" gender="masc" number="plur" possessor="no.owner">
- <conjp conj="and">
- <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
fixpronouns: No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ACC" gender="masc" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</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.masc" obj="3.plur.masc">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="ACC" gender="masc" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np role="obj" tr="rheme" case="ACC" gender="masc" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="kill"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <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" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for hunter/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for jaguar/noun/number/obligatory
Got plur
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for tiger/noun/number/obligatory
Got plur
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for lion/noun/number/obligatory
Got plur
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for kill/verb/negation/obligatory
Got POS
addaffixes:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|f|e|ʔ|e|t|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|s|u|f|u|k|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="conj" gloss="and">|pʰ|u|</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|b|a|t|a|f|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="conj" gloss="and">|pʰ|u|</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|p|e|k|e|ʔ|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc">|i|d|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |f|e|ʔ|e|t|#-> feʔet
### |f|e|ʔ|e|t|
#-> feʔet
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |s|u|f|u|k|
#-> sufuk
### |s|u|f|u|k|
#-> sufuk
### -|a|
#-> -a
### -|a|
#-> -a
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |pʰ|u|
#-> pʰu
### |pʰ|u|
#-> pʰu
### |b|a|t|a|f|
#-> bataf
### |b|a|t|a|f|
#-> bataf
### -|a|
#-> -a
### -|a|
#-> -a
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |pʰ|u|
#-> pʰu
### |pʰ|u|
#-> pʰu
### |p|e|k|e|ʔ|
#-> pekeʔ
### |p|e|k|e|ʔ|
#-> pekeʔ
### -|a|
#-> -a
### -|a|
#-> -a
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |i|d|a|
#-> ida
### |i|d|a|
#-> ida
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |f|e|ʔ|e|t||e| |m|u||t͡ʃ|e| |s|u|f|u|k||a| |m|u||t͡ʃ|e| |pʰ|u| |b|a|t|a|f||a| |m|u||t͡ʃ|e| |pʰ|u| |p|e|k|e|ʔ||a| |m|u||t͡ʃ|e| |b||i|d|a| |ŋ|i|
#-> feʔete mut͡ʃe sufuka mut͡ʃe pʰu batafa mut͡ʃe pʰu pekeʔa mut͡ʃe bida ŋi
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|f|e|ʔ|e|t|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|s|u|f|u|k|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="conj" gloss="and">|pʰ|u|</word>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|b|a|t|a|f|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="conj" gloss="and">|pʰ|u|</word>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|p|e|k|e|ʔ|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|a|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" obj="3.plur.masc">|i|d|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">feʔet</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">sufuk</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">pʰu</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">bataf</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">pʰu</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">pekeʔ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-a</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ida</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>feʔete mut͡ʃe sufuka mut͡ʃe pʰu batafa mut͡ʃe pʰu pekeʔa mut͡ʃe bida ŋi</p>
+ <p>ჶეჸეტე მუჩე სუჶუკა მუჩე ფუ ბატაჶა მუჩე ფუ პეკეჸა მუჩე ბიდა ნგი</p>
+ <il>
+ <w>
+ <o>feʔet</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>sufuk</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>-a</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>pʰu</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>bataf</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>-a</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>pʰu</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>pekeʔ</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>-a</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ida</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### feʔete mut͡ʃe sufuka mut͡ʃe pʰu batafa mut͡ʃe pʰu pekeʔa mut͡ʃe bida ŋi#-> feʔete mut͡ʃe sufuka mut͡ʃe pʰu batafa mut͡ʃe pʰu pekeʔa mut͡ʃe bida ŋi
Ჶეჸეტე მუჩე სუჶუკა მუჩე ფუ ბატაჶა მუჩე ფუ პეკეჸა მუჩე ბიდა ნგი. [feʔete mut͡ʃe sufuka mut͡ʃe pʰu batafa mut͡ʃe pʰu pekeʔa mut͡ʃe bida ŋi] feʔet hunter -e sing mu the -t͡ʃe masc sufuk jaguar -a plur mu the -t͡ʃe masc pʰu and bataf tiger -a plur mu the -t͡ʃe masc pʰu and pekeʔ lion -a plur mu the -t͡ʃe masc b- POS ida kill ŋi PAST “The hunter killed the jaguars, the tigers and the lions.” | (22) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Feh 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
Feh forms relative clauses by using a head-internal strategy. The head noun appears inside the clause itself, occupying its regular syntactic position. The entire clause functions as a modifier, and its external syntactic behaviour is identical to that of a noun-modifying phrase.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module adpositions: No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat"/> <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="pat"/> </vp> </s> </example>
module addgender:
<example id="relp1" translation="I patted the cat.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc">
<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="pat"/>
</vp>
</s>
</example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <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="pat"/> </vp> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<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="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <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="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> - </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <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="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
- <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" case="ACC" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for pat/verb/negation/obligatory
Got POS
addaffixes:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|kʰ|e|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|a|ɡ|o|w|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʰ|e|k|#-> kʰek
### |kʰ|e|k|
#-> kʰek
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |a|ɡ|o|w|a|
#-> aɡowa
### |a|ɡ|o|w|a|
#-> aɡowa
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |kʰ|e|k||e| |m|u||t͡ʃ|e| |b||a|ɡ|o|w|a| |ŋ|i|
#-> kʰeke mut͡ʃe baɡowa ŋi
removetags:
<example id="relp1" translation="I patted the cat.">
<flat>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|kʰ|e|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|a|ɡ|o|w|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʰek</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">aɡowa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>kʰeke mut͡ʃe baɡowa ŋi</p>
+ <p>ქეკე მუჩე ბაგოვა ნგი</p>
+ <il>
+ <w>
+ <o>kʰek</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>aɡowa</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### kʰeke mut͡ʃe baɡowa ŋi#-> kʰeke mut͡ʃe baɡowa ŋi
Ქეკე მუჩე ბაგოვა ნგი. [kʰeke mut͡ʃe baɡowa ŋi] kʰek cat -e sing mu the -t͡ʃe masc b- POS aɡowa pat ŋi PAST “I patted the cat.” | (23) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<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">
+ <np type="owner_owned">
+ <np def="def" number="sing" role="owned" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" 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>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> <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> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module addgender:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np def="def" number="sing" role="owned" locus="number">
+ <np role="obj" case="ACC" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc">
+ <np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="masc">
<subs>
- <np def="def" number="sing" role="obj" locus="number" case="ACC">
+ <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc">
<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="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="ACC" gender="masc" number="sing">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc">
<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="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj" case="ACC" gender="masc" number="sing"> + <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np def="def" number="sing" role="owned" locus="number" gender="masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc"> + <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <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="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module 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 number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<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="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <word posp="verb" gloss="catch"/> </vp> </subs> </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="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> - </np> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <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" obj="3.sing.masc"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> - <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for pat/verb/negation/obligatory
Got POS
addaffixes:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
<word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> + <flat> <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|kʰ|e|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|h|a|ʔ|e|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|a|d|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|a|ɡ|o|w|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʰ|e|k|#-> kʰek
### |kʰ|e|k|
#-> kʰek
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |d|o|
#-> do
### |d|o|
#-> do
### |h|a|ʔ|e|p|
#-> haʔep
### |h|a|ʔ|e|p|
#-> haʔep
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |b|-
#-> b-
### |b|-
#-> b-
### |a|d|a|
#-> ada
### |a|d|a|
#-> ada
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |b|-
#-> b-
### |b|-
#-> b-
### |a|ɡ|o|w|a|
#-> aɡowa
### |a|ɡ|o|w|a|
#-> aɡowa
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |kʰ|e|k||e| |m|u||t͡ʃ|e| |d|o| |h|a|ʔ|e|p||e| |m|u||t͡ʃ|e| |b||a|d|a| |ŋ|i| |b||a|ɡ|o|w|a| |ŋ|i|
#-> kʰeke mut͡ʃe do haʔepe mut͡ʃe bada ŋi baɡowa ŋi
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|kʰ|e|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|h|a|ʔ|e|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|a|d|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|a|ɡ|o|w|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʰek</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">haʔep</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ada</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">aɡowa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>kʰeke mut͡ʃe do haʔepe mut͡ʃe bada ŋi baɡowa ŋi</p>
+ <p>ქეკე მუჩე დო ჰაჸეპე მუჩე ბადა ნგი ბაგოვა ნგი</p>
+ <il>
+ <w>
+ <o>kʰek</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>haʔep</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ada</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>aɡowa</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### kʰeke mut͡ʃe do haʔepe mut͡ʃe bada ŋi baɡowa ŋi#-> kʰeke mut͡ʃe do haʔepe mut͡ʃe bada ŋi baɡowa ŋi
Ქეკე მუჩე დო ჰაჸეპე მუჩე ბადა ნგი ბაგოვა ნგი. [kʰeke mut͡ʃe do haʔepe mut͡ʃe bada ŋi baɡowa ŋi] kʰek cat -e sing mu the -t͡ʃe masc do 3.sing.masc.POSS haʔep mouse -e sing mu the -t͡ʃe masc b- POS ada catch ŋi PAST b- POS aɡowa pat ŋi PAST “I patted the cat that caught the mouse.” | (24) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
+ <np type="owner_owned">
+ <np def="def" number="sing" role="owned" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="cat"/>
+ <np role="obj">
+ <np type="owner_owned">
+ <np def="def" number="sing" role="owned" locus="number">
+ <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" 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>
</subs>
</np>
+ </np>
+ </np>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese"/> <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> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module addgender:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np def="def" number="sing" role="owned" locus="number">
+ <np role="obj" case="ACC" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc">
+ <np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="masc">
<subs>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np def="def" number="sing" role="owned" locus="number">
+ <np role="obj" case="ACC" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc">
+ <np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="masc">
<subs>
- <np def="def" number="sing" role="obj" locus="number" case="ACC">
+ <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="ACC" gender="masc" number="sing">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj" case="ACC" gender="masc" number="sing"> + <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np def="def" number="sing" role="owned" locus="number" gender="masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np role="obj" case="ACC" gender="masc" number="sing"> + <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np def="def" number="sing" role="owned" locus="number" gender="masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem"> + <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module 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 number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <word posp="verb" gloss="eat"/> </vp> </subs> </np> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <word posp="verb" gloss="catch"/> </vp> </subs> </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="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> - </np> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <word posp="verb" gloss="eat"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> - <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> - <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for pat/verb/negation/obligatory
Got POS
addaffixes:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
<word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
<word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> + <flat> <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> <word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|kʰ|e|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|h|a|ʔ|e|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|t͡s|i|ɡ|i|h|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|i|d|u|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|a|d|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|a|ɡ|o|w|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʰ|e|k|#-> kʰek
### |kʰ|e|k|
#-> kʰek
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |d|o|
#-> do
### |d|o|
#-> do
### |h|a|ʔ|e|p|
#-> haʔep
### |h|a|ʔ|e|p|
#-> haʔep
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |d|o|
#-> do
### |d|o|
#-> do
### |t͡s|i|ɡ|i|h|
#-> t͡siɡih
### |t͡s|i|ɡ|i|h|
#-> t͡siɡih
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |b|-
#-> b-
### |b|-
#-> b-
### |i|d|u|
#-> idu
### |i|d|u|
#-> idu
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |b|-
#-> b-
### |b|-
#-> b-
### |a|d|a|
#-> ada
### |a|d|a|
#-> ada
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |b|-
#-> b-
### |b|-
#-> b-
### |a|ɡ|o|w|a|
#-> aɡowa
### |a|ɡ|o|w|a|
#-> aɡowa
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |kʰ|e|k||e| |m|u||t͡ʃ|e| |d|o| |h|a|ʔ|e|p||e| |m|u||t͡ʃ|e| |d|o| |t͡s|i|ɡ|i|h||e| |m|u||f|e| |b||i|d|u| |ŋ|i| |b||a|d|a| |ŋ|i| |b||a|ɡ|o|w|a| |ŋ|i|
#-> kʰeke mut͡ʃe do haʔepe mut͡ʃe do t͡siɡihe mufe bidu ŋi bada ŋi baɡowa ŋi
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|kʰ|e|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|h|a|ʔ|e|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|t͡s|i|ɡ|i|h|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|i|d|u|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|a|d|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|a|ɡ|o|w|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʰek</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">haʔep</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">t͡siɡih</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">idu</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ada</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">aɡowa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>kʰeke mut͡ʃe do haʔepe mut͡ʃe do t͡siɡihe mufe bidu ŋi bada ŋi baɡowa ŋi</p>
+ <p>ქეკე მუჩე დო ჰაჸეპე მუჩე დო ციგიჰე მუჶე ბიდუ ნგი ბადა ნგი ბაგოვა ნგი</p>
+ <il>
+ <w>
+ <o>kʰek</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>haʔep</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>t͡siɡih</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>idu</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ada</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>aɡowa</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### kʰeke mut͡ʃe do haʔepe mut͡ʃe do t͡siɡihe mufe bidu ŋi bada ŋi baɡowa ŋi#-> kʰeke mut͡ʃe do haʔepe mut͡ʃe do t͡siɡihe mufe bidu ŋi bada ŋi baɡowa ŋi
Ქეკე მუჩე დო ჰაჸეპე მუჩე დო ციგიჰე მუჶე ბიდუ ნგი ბადა ნგი ბაგოვა ნგი. [kʰeke mut͡ʃe do haʔepe mut͡ʃe do t͡siɡihe mufe bidu ŋi bada ŋi baɡowa ŋi] kʰek cat -e sing mu the -t͡ʃe masc do 3.sing.masc.POSS haʔep mouse -e sing mu the -t͡ʃe masc do 3.sing.masc.POSS t͡siɡih cheese -e sing mu the -fe fem b- POS idu eat ŋi PAST b- POS ada catch ŋi PAST b- POS aɡowa pat ŋi PAST “I patted the cat that caught the mouse that ate the cheese.” | (25) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
+ <np type="owner_owned">
+ <np def="def" number="sing" role="owned" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="cat"/>
+ <np role="obj">
+ <np type="owner_owned">
+ <np def="def" number="sing" role="owned" locus="number">
+ <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
+ </np>
+ </np>
</subs>
</np>
+ </np>
+ </np>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np role="obj"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="buy"/> - </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="buy"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese"/> <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="buy"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module addgender:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np def="def" number="sing" role="owned" locus="number">
+ <np role="obj" case="ACC" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc">
+ <np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="masc">
<subs>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np def="def" number="sing" role="owned" locus="number">
+ <np role="obj" case="ACC" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc">
+ <np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="masc">
<subs>
- <np role="obj" case="ACC">
- <np type="owner_owned">
+ <np role="obj" case="ACC" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" gender="masc">
<subs>
- <np def="def" number="sing" role="obj" locus="number" case="ACC">
+ <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="ACC" gender="masc" number="sing">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj" case="ACC" gender="masc" number="sing"> + <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np def="def" number="sing" role="owned" locus="number" gender="masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np role="obj" case="ACC" gender="masc" number="sing"> + <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np def="def" number="sing" role="owned" locus="number" gender="masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np role="obj" case="ACC" gender="masc" number="sing"> + <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np number="sing" def="neither" role="owned" locus="number"> + <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem"> + <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module 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" case="NOM" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> + <np role="owner" number="sing" gender="masc" possessor="no.owner" person="1excl"> <subs> - <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> + <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner" person="1excl"> <np type="owner_owned" gender="masc" number="sing"> - <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc"> + <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="eat"/> </vp> </subs> </np> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <word posp="verb" gloss="catch"/> </vp> </subs> </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="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> - </np> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner" person="1excl"> <subs> <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner" person="1excl"> <np type="owner_owned" gender="masc" number="sing"> <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="eat"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner" person="1excl">
<subs>
<np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner" person="1excl">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> - <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner"> - <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner" person="1excl"> <subs> - <np role="obj" case="ACC" gender="masc" number="sing" possessor="no.owner" person="1excl"> - <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner" person="1excl"> <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="buy"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner"> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> + <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner" person="1excl"> <subs> - <np type="owner_owned" gender="masc" number="sing" role="obj" case="ACC" possessor="no.owner" person="1excl"> - <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl"> + <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl" gender="masc" case="ACC"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="buy"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl" gender="masc" case="ACC">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for buy/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for pat/verb/negation/obligatory
Got POS
addaffixes:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
<word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">
<word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl" gender="masc" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> + <flat> <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"> <word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner" person="1excl"> - <subs> - <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl" gender="masc" case="ACC"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|kʰ|e|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|h|a|ʔ|e|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" case="ACC">|m|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|t͡s|i|ɡ|i|h|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|a|d|u|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">|i|d|u|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|a|d|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|a|ɡ|o|w|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |kʰ|e|k|#-> kʰek
### |kʰ|e|k|
#-> kʰek
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |d|o|
#-> do
### |d|o|
#-> do
### |h|a|ʔ|e|p|
#-> haʔep
### |h|a|ʔ|e|p|
#-> haʔep
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |d|o|
#-> do
### |d|o|
#-> do
### |m|a|
#-> ma
### |m|a|
#-> ma
### |d|o|
#-> do
### |d|o|
#-> do
### |t͡s|i|ɡ|i|h|
#-> t͡siɡih
### |t͡s|i|ɡ|i|h|
#-> t͡siɡih
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |b|-
#-> b-
### |b|-
#-> b-
### |a|d|u|
#-> adu
### |a|d|u|
#-> adu
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |b|-
#-> b-
### |b|-
#-> b-
### |i|d|u|
#-> idu
### |i|d|u|
#-> idu
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |b|-
#-> b-
### |b|-
#-> b-
### |a|d|a|
#-> ada
### |a|d|a|
#-> ada
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |b|-
#-> b-
### |b|-
#-> b-
### |a|ɡ|o|w|a|
#-> aɡowa
### |a|ɡ|o|w|a|
#-> aɡowa
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |kʰ|e|k||e| |m|u||t͡ʃ|e| |d|o| |h|a|ʔ|e|p||e| |m|u||t͡ʃ|e| |d|o| |m|a| |d|o| |t͡s|i|ɡ|i|h||e| |m|u||f|e| |b||a|d|u| |ŋ|i| |b||i|d|u| |ŋ|i| |b||a|d|a| |ŋ|i| |b||a|ɡ|o|w|a| |ŋ|i|
#-> kʰeke mut͡ʃe do haʔepe mut͡ʃe do ma do t͡siɡihe mufe badu ŋi bidu ŋi bada ŋi baɡowa ŋi
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<word posp="noun" gloss="cat" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|kʰ|e|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word posp="noun" gloss="mouse" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|h|a|ʔ|e|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="ACC">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" case="ACC">|m|a|</word>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|t͡s|i|ɡ|i|h|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.fem">|a|d|u|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">|i|d|u|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing.masc">|a|d|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing.masc">|a|ɡ|o|w|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kʰek</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">haʔep</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">t͡siɡih</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">adu</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">idu</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ada</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">aɡowa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>kʰeke mut͡ʃe do haʔepe mut͡ʃe do ma do t͡siɡihe mufe badu ŋi bidu ŋi bada ŋi baɡowa ŋi</p>
+ <p>ქეკე მუჩე დო ჰაჸეპე მუჩე დო მა დო ციგიჰე მუჶე ბადუ ნგი ბიდუ ნგი ბადა ნგი ბაგოვა ნგი</p>
+ <il>
+ <w>
+ <o>kʰek</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>haʔep</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>1excl.sing</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>t͡siɡih</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>adu</o>
+ <g>buy</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>idu</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ada</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>aɡowa</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### kʰeke mut͡ʃe do haʔepe mut͡ʃe do ma do t͡siɡihe mufe badu ŋi bidu ŋi bada ŋi baɡowa ŋi#-> kʰeke mut͡ʃe do haʔepe mut͡ʃe do ma do t͡siɡihe mufe badu ŋi bidu ŋi bada ŋi baɡowa ŋi
Ქეკე მუჩე დო ჰაჸეპე მუჩე დო მა დო ციგიჰე მუჶე ბადუ ნგი ბიდუ ნგი ბადა ნგი ბაგოვა ნგი. [kʰeke mut͡ʃe do haʔepe mut͡ʃe do ma do t͡siɡihe mufe badu ŋi bidu ŋi bada ŋi baɡowa ŋi] kʰek cat -e sing mu the -t͡ʃe masc do 3.sing.masc.POSS haʔep mouse -e sing mu the -t͡ʃe masc do 3.sing.masc.POSS ma 1excl.sing do 3.sing.masc.POSS t͡siɡih cheese -e sing mu the -fe fem b- POS adu buy ŋi PAST b- POS idu eat ŋi PAST b- POS ada catch ŋi PAST b- POS aɡowa pat ŋi PAST “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Feh forms complement clauses by nominalising the embedded verb. The nominalised form lacks finite verbal categories and behaves as a noun phrase. Subjects of nominalised clauses occur in the genitive case, and the nominalised verb establishes the semantic content of the complement.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
+ <word gloss="a" posp="det"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
+ <np type="owner_owned">
+ <np number="sing" def="def" head="this" role="owned" locus="number">
+ <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
+ </np>
+ </np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="give"/> - </vp> - <np number="sing" role="obj" locus="number"> - <word posp="noun" gloss="apple"/> - <word gloss="a" posp="det"/> - </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <np number="sing" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> + <word gloss="a" posp="det"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="give"/> + </vp> </subs> </np> </np> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <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="surprise"/> + </vp> </s> </example>
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" case="NOM"> <np type="owner_owned"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> + <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> - <np number="sing" def="def" role="indobj" locus="number"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> </s> </example>
module addgender:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="NOM"> - <np type="owner_owned"> - <np number="sing" def="def" head="this" role="owned" locus="number"> + <np role="subj" case="NOM" gender="masc" number="sing"> + <np type="owner_owned" gender="masc"> + <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np role="owner" number="sing"> + <np role="owner" number="sing" gender="masc"> <subs> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number" case="ACC"> + <np number="sing" role="obj" locus="number" case="ACC" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> - <np number="sing" def="def" role="indobj" locus="number" case="DAT"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> </s> </example>
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM" gender="masc" number="sing">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC" gender="fem">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
</np>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
</s>
</example>
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="NOM" gender="masc" number="sing"> + <np role="subj" case="NOM" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc"> + <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number" case="ACC" gender="fem"> + <np number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> - <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> </s> </example>
module 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" case="NOM" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="apple"/>
<word gloss="a" 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" indobj="3.sing.fem" obj="3.sing.fem">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
</np>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem">
<word posp="verb" gloss="surprise"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="NOM" gender="masc" number="sing" possessor="no.owner"> - <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing" role="subj" case="NOM" possessor="no.owner"> <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="give"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="surprise"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np type="owner_owned" gender="masc" number="sing" role="subj" case="NOM" possessor="no.owner"> - <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc"> + <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> </np> <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="give"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <word posp="verb" gloss="surprise"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="apple"/>
- <word gloss="a" posp="det"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <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.masc" indobj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for boy/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for a/det/gender/obligatory
Got fem
About to call getSlotValue for give/verb/negation/obligatory
Got POS
About to call getSlotValue for teacher/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for surprise/verb/negation/obligatory
Got POS
addaffixes:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM">
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="a" posp="det" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"> + <flat> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner"> - <subs> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM">|ɡ|i|ʔ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|n|u|t|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|ŋ|e|d|o|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="a" posp="det" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|ɡ|o|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem">|e|d|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">ɡiten</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem">|e|t|u|s|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ɡ|i|ʔ|#-> ɡiʔ
### |ɡ|i|ʔ|
#-> ɡiʔ
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |d|o|
#-> do
### |d|o|
#-> do
### |n|u|t|
#-> nut
### |n|u|t|
#-> nut
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |ŋ|e|d|o|p|
#-> ŋedop
### |ŋ|e|d|o|p|
#-> ŋedop
### -|e|
#-> -e
### -|e|
#-> -e
### |ɡ|o|
#-> ɡo
### |ɡ|o|
#-> ɡo
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |b|-
#-> b-
### |b|-
#-> b-
### |e|d|a|
#-> eda
### |e|d|a|
#-> eda
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### ɡiten
#-> ɡiten
### ɡiten
#-> ɡiten
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |b|-
#-> b-
### |b|-
#-> b-
### |e|t|u|s|a|
#-> etusa
### |e|t|u|s|a|
#-> etusa
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |ɡ|i|ʔ||e| |m|u||t͡ʃ|e| |d|o| |n|u|t||e| |m|u||f|e| |ŋ|e|d|o|p||e| |ɡ|o||f|e| |b||e|d|a| |ŋ|i| ɡiten|e| |m|u||f|e| |b||e|t|u|s|a| |ŋ|i|
#-> ɡiʔe mut͡ʃe do nute mufe ŋedope ɡofe beda ŋi ɡitene mufe betusa ŋi
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM">|ɡ|i|ʔ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" gender="masc" possessor="3.sing.masc" case="NOM">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|n|u|t|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|ŋ|e|d|o|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="a" posp="det" number="sing" role="obj" locus="number" case="ACC" gender="fem" possessor="no.owner">|ɡ|o|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing.fem" obj="3.sing.fem">|e|d|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">ɡiten</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem">|e|t|u|s|a|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɡiʔ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">nut</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">ŋedop</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ɡo</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">eda</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɡiten</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">etusa</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ɡiʔe mut͡ʃe do nute mufe ŋedope ɡofe beda ŋi ɡitene mufe betusa ŋi</p>
+ <p>გიჸე მუჩე დო ნუტე მუჶე ნგედოპე გოჶე ბედა ნგი გიტენე მუჶე ბეტუსა ნგი</p>
+ <il>
+ <w>
+ <o>ɡiʔ</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>nut</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>ŋedop</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ɡo</o>
+ <g>a</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>eda</o>
+ <g>give</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ɡiten</o>
+ <g>teacher</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>etusa</o>
+ <g>surprise</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ɡiʔe mut͡ʃe do nute mufe ŋedope ɡofe beda ŋi ɡitene mufe betusa ŋi#-> ɡiʔe mut͡ʃe do nute mufe ŋedope ɡofe beda ŋi ɡitene mufe betusa ŋi
Გიჸე მუჩე დო ნუტე მუჶე ნგედოპე გოჶე ბედა ნგი გიტენე მუჶე ბეტუსა ნგი. [ɡiʔe mut͡ʃe do nute mufe ŋedope ɡofe beda ŋi ɡitene mufe betusa ŋi] ɡiʔ boy -e sing mu the -t͡ʃe masc do 3.sing.masc.POSS nut girl -e sing mu the -fe fem ŋedop apple -e sing ɡo a -fe fem b- POS eda give ŋi PAST ɡiten teacher -e sing mu the -fe fem b- POS etusa surprise ŋi PAST “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Feh expresses quoted or reported speech without a dedicated quotative particle. Quotations appear as ordinary clauses, distinguished only by the surrounding syntactic context or by the use of verbs of speaking.
Here is an example of how quotations are expressed:
initial XML:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp tam="past-punct">
<verb>tell</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>boy</noun>
</np>
<np role="obj" tr="rheme">
<subs>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp tam="past-punct"> - <verb>tell</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> <np role="obj" tr="rheme"> <subs> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
+ </np>
+ </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="tell"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> + <np 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 type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </subs> </np> </np> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> - <word posp="noun" gloss="girl"/> - <word gloss="the" posp="det"/> - </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="tell"/> + </vp> </s> </example>
module casemarking:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ACC"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
module addgender:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="ACC"> - <np type="owner_owned"> + <np role="obj" tr="rheme" case="ACC" gender="masc" number="sing"> + <np type="owner_owned" gender="masc" number="sing"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="owner" number="sing"> + <np role="owner" number="sing" gender="masc"> <subs> <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" 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> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module markowned:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="ACC" gender="masc" number="sing"> + <np role="obj" tr="rheme" case="ACC" gender="masc" number="sing" possessor="no.owner"> <np type="owner_owned" gender="masc" number="sing"> - <np number="sing" def="neither" role="owned" locus="number"> + <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="owner" number="sing" gender="masc"> + <np role="owner" number="sing" gender="masc" possessor="no.owner"> <subs> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> <word person="2" 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> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
module 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" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ACC" gender="masc" number="sing" possessor="no.owner">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ACC" gender="masc" number="sing" possessor="no.owner">
+ <np role="obj" tr="rheme" case="ACC" gender="masc" number="sing" possessor="no.owner" person="1excl">
<np type="owner_owned" gender="masc" number="sing">
- <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc">
+ <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
</np>
- <np role="owner" number="sing" gender="masc" possessor="no.owner">
+ <np role="owner" number="sing" gender="masc" possessor="no.owner" person="2">
<subs>
- <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">
+ <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</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.masc" indobj="3.sing.fem" obj="1excl.sing">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="ACC" gender="masc" number="sing" possessor="no.owner" person="1excl">
<np type="owner_owned" gender="masc" number="sing">
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing">
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np role="obj" tr="rheme" case="ACC" gender="masc" number="sing" possessor="no.owner" person="1excl">
- <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" gender="masc" number="sing" role="obj" tr="rheme" case="ACC" possessor="no.owner" person="1excl">
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="tell"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np type="owner_owned" gender="masc" number="sing" role="obj" tr="rheme" case="ACC" possessor="no.owner" person="1excl">
- <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl">
+ <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl" gender="masc" tr="rheme" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<word posp="verb" gloss="tell"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
- <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" case="NOM" gender="masc" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl" gender="masc" tr="rheme" case="ACC">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" tr="rheme" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
- <word posp="verb" gloss="tell"/>
+ <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for boy/noun/number/obligatoryGot sing
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for love/verb/negation/obligatory
Got POS
About to call getSlotValue for tell/verb/negation/obligatory
Got POS
addaffixes:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl" gender="masc" tr="rheme" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" tr="rheme" case="ACC"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/>
</np>
<np role="owner" number="sing" gender="masc" possessor="no.owner" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing">
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"> + <flat> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="neither" role="owned" locus="number" possessor="3.sing.masc" person="1excl" gender="masc" tr="rheme" case="ACC"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" tr="rheme" case="ACC"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - </np> - <np role="owner" number="sing" gender="masc" possessor="no.owner" person="2"> - <subs> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing"> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" tr="rheme" case="ACC"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|ɡ|i|ʔ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|n|u|t|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|m|u|</word> + <thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" tr="rheme" case="ACC">|m|a|</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">|s|e|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">|u|f|e|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing">|o|t|e|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ɡ|i|ʔ|#-> ɡiʔ
### |ɡ|i|ʔ|
#-> ɡiʔ
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|t͡ʃ|e|
#-> -t͡ʃe
### -|t͡ʃ|e|
#-> -t͡ʃe
### |n|u|t|
#-> nut
### |n|u|t|
#-> nut
### -|e|
#-> -e
### -|e|
#-> -e
### |m|u|
#-> mu
### |m|u|
#-> mu
### -|f|e|
#-> -fe
### -|f|e|
#-> -fe
### |m|a|
#-> ma
### |m|a|
#-> ma
### |d|o|
#-> do
### |d|o|
#-> do
### |s|e|
#-> se
### |s|e|
#-> se
### |b|-
#-> b-
### |b|-
#-> b-
### |u|f|e|
#-> ufe
### |u|f|e|
#-> ufe
### |b|-
#-> b-
### |b|-
#-> b-
### |o|t|e|
#-> ote
### |o|t|e|
#-> ote
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |ɡ|i|ʔ||e| |m|u||t͡ʃ|e| |n|u|t||e| |m|u||f|e| |m|a| |d|o| |s|e| |b||u|f|e| |b||o|t|e| |ŋ|i|
#-> ɡiʔe mut͡ʃe nute mufe ma do se bufe bote ŋi
removetags:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|ɡ|i|ʔ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" gender="masc" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="masc">-|t͡ʃ|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|n|u|t|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|e|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">|m|u|</word>
<thingy type="detgender" function="suffix" gloss="fem">-|f|e|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" gender="fem" def="neither" role="owned" locus="number" possessor="3.sing.masc" tr="rheme" case="ACC">|m|a|</word>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.masc.POSS">|d|o|</thingy>
<word person="2" number="sing" posp="pron" gloss="2.sing" gender="fem" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">|s|e|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">|u|f|e|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS">|b|-</thingy>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing.masc" indobj="3.sing.fem" obj="1excl.sing">|o|t|e|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|ŋ|i|</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɡiʔ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-t͡ʃe</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">nut</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-e</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-fe</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">do</span><br><span class="gls">3.sing.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">se</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ufe</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">b-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ote</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p>
+ <p>ɡiʔe mut͡ʃe nute mufe ma do se bufe bote ŋi</p>
+ <p>გიჸე მუჩე ნუტე მუჶე მა დო სე ბუჶე ბოტე ნგი</p>
+ <il>
+ <w>
+ <o>ɡiʔ</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-t͡ʃe</o>
+ <g>masc</g>
+ </w>
+ <w>
+ <o>nut</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-e</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-fe</o>
+ <g>fem</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>1excl.sing</g>
+ </w>
+ <w>
+ <o>do</o>
+ <g>3.sing.masc.POSS</g>
+ </w>
+ <w>
+ <o>se</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ufe</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>b-</o>
+ <g>POS</g>
+ </w>
+ <w>
+ <o>ote</o>
+ <g>tell</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>PAST</g>
+ </w>
+ </il>
</example>
### ɡiʔe mut͡ʃe nute mufe ma do se bufe bote ŋi#-> ɡiʔe mut͡ʃe nute mufe ma do se bufe bote ŋi
Გიჸე მუჩე ნუტე მუჶე მა დო სე ბუჶე ბოტე ნგი. [ɡiʔe mut͡ʃe nute mufe ma do se bufe bote ŋi] ɡiʔ boy -e sing mu the -t͡ʃe masc nut girl -e sing mu the -fe fem ma 1excl.sing do 3.sing.masc.POSS se 2.sing b- POS ufe love b- POS ote tell ŋi PAST “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Feh. Generated by the Language Creator, version 0.91, on 19 June 2026. https://languagecreator.org/grammar/4HCFD
In BibTeX format:
@misc{LC-4HCFD,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Feh}},
howpublished = {\url{https://languagecreator.org/grammar/4HCFD}},
note = {Generated by the Language Creator, version 0.91, on 19 June 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Feh / Feh–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/4HCFD
Behind the scenes, the Language Creator stores the generated language in a JSON-based format known as ELD. The corresponding ELD file may be downloaded, edited as required, and reuploaded in order to regenerate the grammar, dictionary and texts.
Language creation took 0.03 seconds; writing the grammar 0.08 seconds.