A Collection of Texts in Anyez
What follows is a collection of texts intended to illustrate the language in more natural and extended use than the glossed examples found in the grammar.
The Tower of Babel (Genesis 11:1–9)
initial XML:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp tam="past-punct" evidence="hearsay">
<verb>have</verb>
</vp>
<np def="def" number="plur" role="subj">
<noun>human being</noun>
<adj>all</adj>
<pp p="in" location="surface" precise="no">
<np def="def" number="sing">
<noun>earth</noun>
<adj>whole</adj>
</np>
</pp>
</np>
<np role="obj">
<conjp conj="and">
<np def="neither" number="sing">
<noun>language</noun>
<num>one</num>
</np>
<np def="neither" number="sing">
<noun>dialect</noun>
<num>one</num>
</np>
</conjp>
</np>
</s>cleanup:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> - <vp tam="past-punct" evidence="hearsay"> - <verb>have</verb> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="def" number="plur" role="subj"> - <noun>human being</noun> - <adj>all</adj> + <np def="def" number="plur" role="subj" locus="number"> + <word posp="noun" gloss="human being"/> + <word posp="adj" gloss="all"/> <pp p="in" location="surface" precise="no"> - <np def="def" number="sing"> - <noun>earth</noun> - <adj>whole</adj> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="earth"/> + <word posp="adj" gloss="whole"/> </np> </pp> </np> <np role="obj"> <conjp conj="and"> - <np def="neither" number="sing"> - <noun>language</noun> - <num>one</num> + <np def="neither" number="sing" locus="number"> + <word posp="noun" gloss="language"/> + <word posp="num" gloss="one"/> </np> - <np def="neither" number="sing"> - <noun>dialect</noun> - <num>one</num> + <np def="neither" number="sing" locus="number"> + <word posp="noun" gloss="dialect"/> + <word posp="num" gloss="one"/> </np> </conjp> </np> </s>
module adj2noun:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
- <np def="def" number="plur" role="subj" locus="number">
+ <np role="subj">
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="all" lexposp="adj"/>
+ </np>
+ <np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
- <word posp="adj" gloss="all"/>
<pp p="in" location="surface" precise="no">
- <np def="def" number="sing" locus="number">
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="whole" lexposp="adj"/>
+ </np>
+ <np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
- <word posp="adj" gloss="whole"/>
</np>
+ </np>
</pp>
</np>
+ </np>
+ </np>
<np role="obj">
<conjp conj="and">
<np def="neither" number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<np def="neither" number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module articles:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
</np>
</pp>
</np>
</np>
</np>
<np role="obj">
<conjp conj="and">
- <np def="neither" number="sing" locus="number">
+ <np number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
- <np def="neither" number="sing" locus="number">
+ <np number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module nonpastonly:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> - <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="all" lexposp="adj"/> </np> <np role="owned" def="def" number="plur" locus="number"> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="whole" lexposp="adj"/> </np> <np role="owned" def="def" number="sing" locus="number"> <word posp="noun" gloss="earth"/> </np> </np> </pp> </np> </np> </np> <np role="obj"> <conjp conj="and"> <np number="sing" locus="number"> <word posp="noun" gloss="language"/> <word posp="num" gloss="one"/> </np> <np number="sing" locus="number"> <word posp="noun" gloss="dialect"/> <word posp="num" gloss="one"/> </np> </conjp> </np> </s>
module noepistemic:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> - <vp evidence="hearsay" 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"> <word posp="verb" gloss="have"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="all" lexposp="adj"/> </np> <np role="owned" def="def" number="plur" locus="number"> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="whole" lexposp="adj"/> </np> <np role="owned" def="def" number="sing" locus="number"> <word posp="noun" gloss="earth"/> </np> </np> </pp> </np> </np> </np> <np role="obj"> <conjp conj="and"> <np number="sing" locus="number"> <word posp="noun" gloss="language"/> <word posp="num" gloss="one"/> </np> <np number="sing" locus="number"> <word posp="noun" gloss="dialect"/> <word posp="num" gloss="one"/> </np> </conjp> </np> </s>
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
+ <word gloss="in" posp="pp"/>
<np type="owner_owned">
+ <np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
</np>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="surface"/>
+ </np>
+ </np>
</pp>
</np>
</np>
</np>
<np role="obj">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module constorder:
No change.
module casemarking:
No change.
module markowner:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np role="subj">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
</np>
</np>
<np role="obj">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module propagatenumber:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np role="subj">
- <np type="owner_owned">
+ <np role="subj" number="sing">
+ <np type="owner_owned" number="plur">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
</np>
</np>
- <np role="obj">
+ <np role="obj" number="plur">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np role="subj" number="sing">
<np type="owner_owned" number="plur">
- <np number="sing" def="def" role="owner" case="GEN">
- <word posp="noun" gloss="all" lexposp="adj"/>
- </np>
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
- <np type="owner_owned" number="sing">
- <np number="sing" def="def" role="owner" case="GEN">
- <word posp="noun" gloss="whole" lexposp="adj"/>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="surface"/>
</np>
+ <np type="owner_owned" number="sing">
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
+ <np number="sing" def="def" role="owner" case="GEN">
+ <word posp="noun" gloss="whole" lexposp="adj"/>
</np>
- <np def="def" number="sing">
- <word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
+ <np number="sing" def="def" role="owner" case="GEN">
+ <word posp="noun" gloss="all" lexposp="adj"/>
</np>
</np>
+ </np>
<np role="obj" number="plur">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np role="subj" number="sing">
<np type="owner_owned" number="plur">
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
</np>
</np>
<np role="obj" number="plur">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
+ <word posp="conj" gloss="and"/>
<np number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
flattenconjp:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np role="subj" number="sing">
<np type="owner_owned" number="plur">
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
</np>
</np>
<np role="obj" number="plur">
- <conjp conj="and">
- <np number="sing" locus="number">
+ <np number="sing" locus="number" role="obj">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<word posp="conj" gloss="and"/>
- <np number="sing" locus="number">
+ <np number="sing" locus="number" role="obj">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
- </conjp>
</np>
</s>
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="subj" number="sing">
<np type="owner_owned" number="plur">
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
</np>
</np>
<np role="obj" number="plur">
<np number="sing" locus="number" role="obj">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" role="obj">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="subj" number="sing">
- <np type="owner_owned" number="plur">
+ <np type="owner_owned" number="plur" role="subj">
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
</np>
- </np>
- <np role="obj" number="plur">
<np number="sing" locus="number" role="obj">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" role="obj">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
- </np>
</s>
unwrapOwnerOwned:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np type="owner_owned" number="plur" role="subj">
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
- <np type="owner_owned" number="sing">
<np role="owned" def="def" number="sing" locus="number">
<word posp="noun" gloss="earth"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
- </np>
- </np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="all" lexposp="adj"/>
</np>
- </np>
<np number="sing" locus="number" role="obj">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" role="obj">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</s>
movedowntoword:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <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"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np role="owned" def="def" number="plur" locus="number"> - <word posp="noun" gloss="human being"/> + <word posp="noun" gloss="human being" role="owned" def="def" number="plur" locus="number"/> <pp p="in" location="surface" precise="no"> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" location="surface" precise="no"/> <np def="def" number="sing"> - <word posp="noun" gloss="surface"/> + <word posp="noun" gloss="surface" def="def" number="sing"/> </np> <np role="owned" def="def" number="sing" locus="number"> - <word posp="noun" gloss="earth"/> + <word posp="noun" gloss="earth" role="owned" def="def" number="sing" locus="number"/> </np> <np number="sing" def="def" role="owner" case="GEN"> - <word posp="noun" gloss="whole" lexposp="adj"/> + <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> </np> </pp> </np> <np number="sing" def="def" role="owner" case="GEN"> - <word posp="noun" gloss="all" lexposp="adj"/> + <word posp="noun" gloss="all" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> </np> <np number="sing" locus="number" role="obj"> - <word posp="noun" gloss="language"/> - <word posp="num" gloss="one"/> + <word posp="noun" gloss="language" number="sing" locus="number" role="obj"/> + <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" role="obj"> - <word posp="noun" gloss="dialect"/> - <word posp="num" gloss="one"/> + <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj"/> + <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> </np> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for human being/noun/case/obligatoryGot NOM
About to call getSlotValue for surface/noun/case/obligatory
Got NOM
About to call getSlotValue for earth/noun/case/obligatory
Got NOM
About to call getSlotValue for whole/noun/case/obligatory
Got GEN
About to call getSlotValue for all/noun/case/obligatory
Got GEN
About to call getSlotValue for language/noun/case/obligatory
Got NOM
About to call getSlotValue for dialect/noun/case/obligatory
Got NOM
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="owned" def="def" number="plur" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="human being" role="owned" def="def" number="plur" locus="number"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp" p="in" location="surface" precise="no"/>
<np def="def" number="sing">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="surface" def="def" number="sing"/>
</np>
<np role="owned" def="def" number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="earth" role="owned" def="def" number="sing" locus="number"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/>
</np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="all" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/>
</np>
<np number="sing" locus="number" role="obj">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="language" number="sing" locus="number" role="obj"/>
<word posp="num" gloss="one" number="sing" locus="number" role="obj"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" role="obj">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="dialect" number="sing" locus="number" role="obj"/>
<word posp="num" gloss="one" number="sing" locus="number" role="obj"/>
</np>
</s>
flatten:
<s> - <littrans>All humans in the whole earth had one language and one dialect.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np role="owned" def="def" number="plur" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="human being" role="owned" def="def" number="plur" locus="number"/> - <pp p="in" location="surface" precise="no"> <word gloss="in" posp="pp" p="in" location="surface" precise="no"/> - <np def="def" number="sing"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="surface" def="def" number="sing"/> - </np> - <np role="owned" def="def" number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="earth" role="owned" def="def" number="sing" locus="number"/> - </np> - <np number="sing" def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - </np> - </pp> - </np> - <np number="sing" def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="all" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - </np> - <np number="sing" locus="number" role="obj"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="language" number="sing" locus="number" role="obj"/> <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> - </np> <word posp="conj" gloss="and"/> - <np number="sing" locus="number" role="obj"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj"/> <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> - </np> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="human being" role="owned" def="def" number="plur" locus="number"/> - <word gloss="in" posp="pp" p="in" location="surface" precise="no"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="surface" def="def" number="sing"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="earth" role="owned" def="def" number="sing" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="all" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="language" number="sing" locus="number" role="obj"/> - <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> - <word posp="conj" gloss="and"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj"/> - <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="k a ɓ">kaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="human being" role="owned" def="def" number="plur" locus="number" ph="e ɲ">eɲ</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="no" ph="b o ɓ">boɓ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="surface" def="def" number="sing" ph="iː t͡ɕ">iːt͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="earth" role="owned" def="def" number="sing" locus="number" ph="e z">ez</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="i w">iw</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="all" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="i k">ik</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="language" number="sing" locus="number" role="obj" ph="o k">ok</word> + <word posp="num" gloss="one" number="sing" locus="number" role="obj" ph="l aː ɲ">laːɲ</word> + <word posp="conj" gloss="and" ph="k o r">kor</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj" ph="i ɓ u kʼʷ e ŋ">iɓukʼʷeŋ</word> + <word posp="num" gloss="one" number="sing" locus="number" role="obj" ph="l aː ɲ">laːɲ</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="k a ɓ">kaɓ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="human being" role="owned" def="def" number="plur" locus="number" ph="e ɲ">eɲ</word> - <word gloss="in" posp="pp" p="in" location="surface" precise="no" ph="b o ɓ">boɓ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="surface" def="def" number="sing" ph="iː t͡ɕ">iːt͡ɕ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="earth" role="owned" def="def" number="sing" locus="number" ph="e z">ez</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="i w">iw</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="all" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="i k">ik</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="language" number="sing" locus="number" role="obj" ph="o k">ok</word> - <word posp="num" gloss="one" number="sing" locus="number" role="obj" ph="l aː ɲ">laːɲ</word> - <word posp="conj" gloss="and" ph="k o r">kor</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj" ph="i ɓ u kʼʷ e ŋ">iɓukʼʷeŋ</word> - <word posp="num" gloss="one" number="sing" locus="number" role="obj" ph="l aː ɲ">laːɲ</word> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">kaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="human being" role="owned" def="def" number="plur" locus="number">eɲ</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="no">boɓ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="surface" def="def" number="sing">iːt͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="earth" role="owned" def="def" number="sing" locus="number">ez</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN">iw</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="all" lexposp="adj" number="sing" def="def" role="owner" case="GEN">ik</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="language" number="sing" locus="number" role="obj">ok</word> + <word posp="num" gloss="one" number="sing" locus="number" role="obj">laːɲ</word> + <word posp="conj" gloss="and">kor</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj">iɓukʼʷeŋ</word> + <word posp="num" gloss="one" number="sing" locus="number" role="obj">laːɲ</word> </flat> + <p><span class="ilpair"><span class="mor">kaɓ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">eɲ</span><br><span class="gls">human being</span></span> <span class="ilpair"><span class="mor">boɓ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">iːt͡ɕ</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ez</span><br><span class="gls">earth</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">iw</span><br><span class="gls">whole</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ik</span><br><span class="gls">all</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ok</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">laːɲ</span><br><span class="gls">one</span></span> <span class="ilpair"><span class="mor">kor</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">iɓukʼʷeŋ</span><br><span class="gls">dialect</span></span> <span class="ilpair"><span class="mor">laːɲ</span><br><span class="gls">one</span></span></p> + <p>kaɓ nar kʰeɲ boɓ kʰiːt͡ɕ kʰez tiw tik kʰok laːɲ kor kʰiɓukʼʷeŋ laːɲ</p> + <p>kabb nar kheñ bobb khiity khez tiw tik khok laañ kor khibbugqueng laañ</p> + <il> + <w> + <o>kaɓ</o> + <g>have</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>eɲ</o> + <g>human being</g> + </w> + <w> + <o>boɓ</o> + <g>in</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>iːt͡ɕ</o> + <g>surface</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ez</o> + <g>earth</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>iw</o> + <g>whole</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>ik</o> + <g>all</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ok</o> + <g>language</g> + </w> + <w> + <o>laːɲ</o> + <g>one</g> + </w> + <w> + <o>kor</o> + <g>and</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>iɓukʼʷeŋ</o> + <g>dialect</g> + </w> + <w> + <o>laːɲ</o> + <g>one</g> + </w> + </il> </s>
initial XML:
<s>
<littrans>They journeyed from the east.</littrans>
<vp tam="past-punct" evidence="hearsay">
<verb>journey</verb>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron">
<noun>human being</noun>
</np>
<pp p="from" location="inside" precise="no">
<np def="def" number="sing">
<noun>east</noun>
</np>
</pp>
</s>cleanup:
<s> <littrans>They journeyed from the east.</littrans> - <vp tam="past-punct" evidence="hearsay"> - <verb>journey</verb> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="journey"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" output="aspron"> - <noun>human being</noun> + <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="human being"/> </np> <pp p="from" location="inside" precise="no"> - <np def="def" number="sing"> - <noun>east</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="east"/> </np> </pp> </s>
module adj2noun:
No change.
module articles:
No change.
module nonpastonly:
<s> <littrans>They journeyed from the east.</littrans> - <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="journey"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <pp p="from" location="inside" precise="no"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="east"/> </np> </pp> </s>
module noepistemic:
<s> <littrans>They journeyed from the east.</littrans> - <vp evidence="hearsay" 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"> <word posp="verb" gloss="journey"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <pp p="from" location="inside" precise="no"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="east"/> </np> </pp> </s>
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<s>
<littrans>They journeyed from the east.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="journey"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<pp p="from" location="inside" precise="no">
+ <word gloss="from" posp="pp"/>
+ <np type="owner_owned">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="east"/>
</np>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
+ </np>
+ </np>
</pp>
</s>
module constorder:
No change.
module casemarking:
<s>
<littrans>They journeyed from the east.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="journey"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number" case="NOM">
<word posp="noun" gloss="human being"/>
</np>
<pp p="from" location="inside" precise="no">
<word gloss="from" posp="pp"/>
<np type="owner_owned">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="east"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module markowner:
No change.
module propagatenumber:
<s>
<littrans>They journeyed from the east.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="journey"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number" case="NOM">
<word posp="noun" gloss="human being"/>
</np>
<pp p="from" location="inside" precise="no">
<word gloss="from" posp="pp"/>
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="east"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module simplifynumber:
No change.
createpronouns:
<s>
<littrans>They journeyed from the east.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="journey"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number" case="NOM">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<pp p="from" location="inside" precise="no">
<word gloss="from" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="east"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module ngen:
<s>
<littrans>They journeyed from the east.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="journey"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<pp p="from" location="inside" precise="no">
<word gloss="from" posp="pp"/>
<np type="owner_owned" number="sing">
- <np def="def" number="sing" locus="number">
- <word posp="noun" gloss="east"/>
- </np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
+ <np def="def" number="sing" locus="number">
+ <word posp="noun" gloss="east"/>
</np>
+ </np>
</pp>
</s>
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:
<s>
<littrans>They journeyed from the east.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="journey"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<pp p="from" location="inside" precise="no">
<word gloss="from" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="east"/>
</np>
</np>
</pp>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<s>
<littrans>They journeyed from the east.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="journey"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<pp p="from" location="inside" precise="no">
<word gloss="from" posp="pp"/>
- <np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="east"/>
</np>
- </np>
</pp>
</s>
movedowntoword:
<s> <littrans>They journeyed from the east.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="journey"/> + <word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM"/> </np> <pp p="from" location="inside" precise="no"> - <word gloss="from" posp="pp"/> + <word gloss="from" posp="pp" p="from" location="inside" precise="no"/> <np def="def" number="sing"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing"/> </np> <np def="def" number="sing" locus="number"> - <word posp="noun" gloss="east"/> + <word posp="noun" gloss="east" def="def" number="sing" locus="number"/> </np> </pp> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for 3.plur/pron/number/obligatoryGot plur
About to call getSlotValue for inside/noun/case/obligatory
Got NOM
About to call getSlotValue for east/noun/case/obligatory
Got NOM
<s>
<littrans>They journeyed from the east.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<pp p="from" location="inside" precise="no">
<word gloss="from" posp="pp" p="from" location="inside" precise="no"/>
<np def="def" number="sing">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="inside" def="def" number="sing"/>
</np>
<np def="def" number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="east" def="def" number="sing" locus="number"/>
</np>
</pp>
</s>
flatten:
<s> - <littrans>They journeyed from the east.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <pp p="from" location="inside" precise="no"> <word gloss="from" posp="pp" p="from" location="inside" precise="no"/> - <np def="def" number="sing"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="inside" def="def" number="sing"/> - </np> - <np def="def" number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="east" def="def" number="sing" locus="number"/> - </np> - </pp> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <word gloss="from" posp="pp" p="from" location="inside" precise="no"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="inside" def="def" number="sing"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="east" def="def" number="sing" locus="number"/> + <word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="h a t͡ɕ iː ɡ">hat͡ɕiːɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM" ph="kʰ aː">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <word gloss="from" posp="pp" p="from" location="inside" precise="no" ph="pʰ a t͡ɕ">pʰat͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" ph="u t͡ɕ">ut͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="east" def="def" number="sing" locus="number" ph="e n">en</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="h a t͡ɕ iː ɡ">hat͡ɕiːɡ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM" ph="kʰ aː">kʰaː</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <word gloss="from" posp="pp" p="from" location="inside" precise="no" ph="pʰ a t͡ɕ">pʰat͡ɕ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="u t͡ɕ">ut͡ɕ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="east" def="def" number="sing" locus="number" ph="e n">en</word> + <word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">hat͡ɕiːɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <word gloss="from" posp="pp" p="from" location="inside" precise="no">pʰat͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing">ut͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="east" def="def" number="sing" locus="number">en</word> </flat> + <p><span class="ilpair"><span class="mor">hat͡ɕiːɡ</span><br><span class="gls">journey</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰaː</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">pʰat͡ɕ</span><br><span class="gls">from</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ut͡ɕ</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">en</span><br><span class="gls">east</span></span></p> + <p>hat͡ɕiːɡ nar kʰaːŋ pʰat͡ɕ kʰut͡ɕ kʰen</p> + <p>hatyiig nar khaang phaty khuty khen</p> + <il> + <w> + <o>hat͡ɕiːɡ</o> + <g>journey</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰaː</o> + <g>3.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>pʰat͡ɕ</o> + <g>from</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ut͡ɕ</o> + <g>inside</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>en</o> + <g>east</g> + </w> + </il> </s>
initial XML:
<s connector="and">
<littrans>And they found a wide plain in the a land.</littrans>
<vp tam="past-punct" evidence="hearsay">
<verb>find</verb>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron">
<noun>human being</noun>
</np>
<np role="obj" def="indef" number="sing">
<noun>plain</noun>
<adj>wide</adj>
<pp p="in" location="inside" precise="yes">
<np def="indef" number="sing">
<noun>land</noun>
</np>
</pp>
</np>
</s>cleanup:
<s connector="and"> <littrans>And they found a wide plain in the a land.</littrans> - <vp tam="past-punct" evidence="hearsay"> - <verb>find</verb> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="find"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" output="aspron"> - <noun>human being</noun> + <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="human being"/> </np> - <np role="obj" def="indef" number="sing"> - <noun>plain</noun> - <adj>wide</adj> + <np role="obj" def="indef" number="sing" locus="number"> + <word posp="noun" gloss="plain"/> + <word posp="adj" gloss="wide"/> <pp p="in" location="inside" precise="yes"> - <np def="indef" number="sing"> - <noun>land</noun> + <np def="indef" number="sing" locus="number"> + <word posp="noun" gloss="land"/> </np> </pp> </np> </s>
module adj2noun:
<s connector="and">
<littrans>And they found a wide plain in the a land.</littrans>
<vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="find"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
- <np role="obj" def="indef" number="sing" locus="number">
+ <np role="obj">
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="wide" lexposp="adj"/>
+ </np>
+ <np role="owned" def="indef" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
- <word posp="adj" gloss="wide"/>
<pp p="in" location="inside" precise="yes">
<np def="indef" number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
</pp>
</np>
+ </np>
+ </np>
</s>
module articles:
<s connector="and">
<littrans>And they found a wide plain in the a land.</littrans>
<vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="find"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
- <np role="owned" def="indef" number="sing" locus="number">
+ <np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
- <np def="indef" number="sing" locus="number">
+ <np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
</pp>
</np>
</np>
</np>
</s>
module nonpastonly:
<s connector="and"> <littrans>And they found a wide plain in the a land.</littrans> - <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="find"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="wide" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="plain"/> <pp p="in" location="inside" precise="yes"> <np number="sing" locus="number"> <word posp="noun" gloss="land"/> </np> </pp> </np> </np> </np> </s>
module noepistemic:
<s connector="and"> <littrans>And they found a wide plain in the a land.</littrans> - <vp evidence="hearsay" 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"> <word posp="verb" gloss="find"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="wide" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="plain"/> <pp p="in" location="inside" precise="yes"> <np number="sing" locus="number"> <word posp="noun" gloss="land"/> </np> </pp> </np> </np> </np> </s>
module RelN:
No change.
module sentenceconnectors:
<s connector="and">
+ <word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
<np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
</pp>
</np>
</np>
</np>
</s>
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
+ <word gloss="in" posp="pp"/>
+ <np type="owner_owned">
<np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
+ </np>
+ </np>
</pp>
</np>
</np>
</np>
</s>
module constorder:
No change.
module casemarking:
No change.
module markowner:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</np>
</np>
</np>
</s>
module propagatenumber:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
- <np role="obj">
- <np type="owner_owned">
+ <np role="obj" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
<np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</np>
</np>
</np>
</s>
module simplifynumber:
No change.
createpronouns:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" tr="theme" role="subj" locus="number">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</np>
</np>
</np>
</s>
module ngen:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
- <np number="sing" def="def" role="owner" case="GEN">
- <word posp="noun" gloss="wide" lexposp="adj"/>
- </np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
- <np number="sing" locus="number">
- <word posp="noun" gloss="land"/>
- </np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
+ <np number="sing" locus="number">
+ <word posp="noun" gloss="land"/>
</np>
+ </np>
</pp>
</np>
+ <np number="sing" def="def" role="owner" case="GEN">
+ <word posp="noun" gloss="wide" lexposp="adj"/>
</np>
</np>
+ </np>
</s>
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:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="sing">
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
</np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
</np>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np role="obj" number="sing">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="obj">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
</np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
</np>
- </np>
</s>
unwrapOwnerOwned:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np type="owner_owned" number="sing" role="obj">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="plain"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="land"/>
</np>
- </np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="wide" lexposp="adj"/>
</np>
- </np>
</s>
movedowntoword:
<s connector="and"> <word gloss="and" posp="conj"/> <littrans>And they found a wide plain in the a land.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="find"/> + <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> </np> <np role="owned" number="sing" locus="number"> - <word posp="noun" gloss="plain"/> + <word posp="noun" gloss="plain" role="owned" number="sing" locus="number"/> <pp p="in" location="inside" precise="yes"> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" location="inside" precise="yes"/> <np def="def" number="sing"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing"/> </np> <np number="sing" locus="number"> - <word posp="noun" gloss="land"/> + <word posp="noun" gloss="land" number="sing" locus="number"/> </np> </pp> </np> <np number="sing" def="def" role="owner" case="GEN"> - <word posp="noun" gloss="wide" lexposp="adj"/> + <word posp="noun" gloss="wide" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> </np> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for 3.plur/pron/number/obligatoryGot plur
About to call getSlotValue for plain/noun/case/obligatory
Got NOM
About to call getSlotValue for inside/noun/case/obligatory
Got NOM
About to call getSlotValue for land/noun/case/obligatory
Got NOM
About to call getSlotValue for wide/noun/case/obligatory
Got GEN
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they found a wide plain in the a land.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<np role="owned" number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="plain" role="owned" number="sing" locus="number"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp" p="in" location="inside" precise="yes"/>
<np def="def" number="sing">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="inside" def="def" number="sing"/>
</np>
<np number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="land" number="sing" locus="number"/>
</np>
</pp>
</np>
<np number="sing" def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="wide" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/>
</np>
</s>
flatten:
<s connector="and"> + <flat> <word gloss="and" posp="conj"/> - <littrans>And they found a wide plain in the a land.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <np role="owned" number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="plain" role="owned" number="sing" locus="number"/> - <pp p="in" location="inside" precise="yes"> <word gloss="in" posp="pp" p="in" location="inside" precise="yes"/> - <np def="def" number="sing"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="inside" def="def" number="sing"/> - </np> - <np number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="land" number="sing" locus="number"/> - </np> - </pp> - </np> - <np number="sing" def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="wide" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - </np> + </flat> </s>
addvocab:
-<s connector="and"> +<s connector="and" translation=""> <flat> - <word gloss="and" posp="conj"/> - <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="plain" role="owned" number="sing" locus="number"/> - <word gloss="in" posp="pp" p="in" location="inside" precise="yes"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="inside" def="def" number="sing"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="land" number="sing" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="wide" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> + <word gloss="and" posp="conj" ph="k o r">kor</word> + <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="t͡ɕ a f">t͡ɕaf</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" ph="kʰ aː">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="plain" role="owned" number="sing" locus="number" ph="aː w i kʼ i ɡ">aːwikʼiɡ</word> + <word gloss="in" posp="pp" p="in" location="inside" precise="yes" ph="b o ɓ">boɓ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" ph="u t͡ɕ">ut͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="land" number="sing" locus="number" ph="o t">ot</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="wide" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="uː t͡ʃ e m">uːt͡ʃem</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s connector="and" translation=""> <flat> - <word gloss="and" posp="conj" ph="k o r">kor</word> - <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="t͡ɕ a f">t͡ɕaf</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" ph="kʰ aː">kʰaː</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="plain" role="owned" number="sing" locus="number" ph="aː w i kʼ i ɡ">aːwikʼiɡ</word> - <word gloss="in" posp="pp" p="in" location="inside" precise="yes" ph="b o ɓ">boɓ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="u t͡ɕ">ut͡ɕ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="land" number="sing" locus="number" ph="o t">ot</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="wide" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="uː t͡ʃ e m">uːt͡ʃem</word> + <word gloss="and" posp="conj">kor</word> + <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">t͡ɕaf</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="plain" role="owned" number="sing" locus="number">aːwikʼiɡ</word> + <word gloss="in" posp="pp" p="in" location="inside" precise="yes">boɓ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing">ut͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="land" number="sing" locus="number">ot</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="wide" lexposp="adj" number="sing" def="def" role="owner" case="GEN">uːt͡ʃem</word> </flat> + <p><span class="ilpair"><span class="mor">kor</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">t͡ɕaf</span><br><span class="gls">find</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰaː</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">aːwikʼiɡ</span><br><span class="gls">plain</span></span> <span class="ilpair"><span class="mor">boɓ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ut͡ɕ</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ot</span><br><span class="gls">land</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">uːt͡ʃem</span><br><span class="gls">wide</span></span></p> + <p>kor t͡ɕaf nar kʰaːŋ kʰaːwikʼiɡ boɓ kʰut͡ɕ kʰot tuːt͡ʃem</p> + <p>kor tyaf nar khaang khaawigkig bobb khuty khot tuuchem</p> + <il> + <w> + <o>kor</o> + <g>and</g> + </w> + <w> + <o>t͡ɕaf</o> + <g>find</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰaː</o> + <g>3.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>aːwikʼiɡ</o> + <g>plain</g> + </w> + <w> + <o>boɓ</o> + <g>in</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ut͡ɕ</o> + <g>inside</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ot</o> + <g>land</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>uːt͡ʃem</o> + <g>wide</g> + </w> + </il> </s>
initial XML:
<s connector="thus">
<littrans>Thus they dwelled there.</littrans>
<vp tam="past-punct" evidence="hearsay">
<verb>dwell</verb>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron">
<noun>human being</noun>
</np>
<adv>there</adv>
</s>cleanup:
<s connector="thus"> <littrans>Thus they dwelled there.</littrans> - <vp tam="past-punct" evidence="hearsay"> - <verb>dwell</verb> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="dwell"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" output="aspron"> - <noun>human being</noun> + <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="human being"/> </np> - <adv>there</adv> + <word posp="adv" gloss="there"/> </s>
module adj2noun:
No change.
module articles:
No change.
module nonpastonly:
<s connector="thus"> <littrans>Thus they dwelled there.</littrans> - <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="dwell"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <word posp="adv" gloss="there"/> </s>
module noepistemic:
<s connector="thus"> <littrans>Thus they dwelled there.</littrans> - <vp evidence="hearsay" 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"> <word posp="verb" gloss="dwell"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <word posp="adv" gloss="there"/> </s>
module RelN:
No change.
module sentenceconnectors:
<s connector="thus">
+ <word gloss="thus" posp="conj"/>
<littrans>Thus they dwelled there.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="dwell"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<word posp="adv" gloss="there"/>
</s>
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<s connector="thus">
<word gloss="thus" posp="conj"/>
<littrans>Thus they dwelled there.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="dwell"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number" case="NOM">
<word posp="noun" gloss="human being"/>
</np>
<word posp="adv" gloss="there"/>
</s>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<s connector="thus">
<word gloss="thus" posp="conj"/>
<littrans>Thus they dwelled there.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="dwell"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number" case="NOM">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<word posp="adv" gloss="there"/>
</s>
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:
<s connector="thus">
<word gloss="thus" posp="conj"/>
<littrans>Thus they dwelled there.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="dwell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<word posp="adv" gloss="there"/>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<s connector="thus"> <word gloss="thus" posp="conj"/> <littrans>Thus they dwelled there.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="dwell"/> + <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM"/> </np> <word posp="adv" gloss="there"/> </s>
addaffixes:
About to call getSlotValue for 3.plur/pron/number/obligatoryGot plur
<s connector="thus">
<word gloss="thus" posp="conj"/>
<littrans>Thus they dwelled there.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<word posp="adv" gloss="there"/>
</s>
flatten:
<s connector="thus"> + <flat> <word gloss="thus" posp="conj"/> - <littrans>Thus they dwelled there.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number" case="NOM"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> <word posp="adv" gloss="there"/> + </flat> </s>
addvocab:
-<s connector="thus"> +<s connector="thus" translation=""> <flat> - <word gloss="thus" posp="conj"/> - <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <word posp="adv" gloss="there"/> + <word gloss="thus" posp="conj" ph="f o m u kʼ">fomukʼ</word> + <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="kʷ i d o ɓ">kʷidoɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM" ph="kʰ aː">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <word posp="adv" gloss="there" ph="s a">sa</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s connector="thus" translation=""> <flat> - <word gloss="thus" posp="conj" ph="f o m u kʼ">fomukʼ</word> - <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="kʷ i d o ɓ">kʷidoɓ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM" ph="kʰ aː">kʰaː</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <word posp="adv" gloss="there" ph="s a">sa</word> + <word gloss="thus" posp="conj">fomukʼ</word> + <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">kʷidoɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="NOM">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <word posp="adv" gloss="there">sa</word> </flat> + <p><span class="ilpair"><span class="mor">fomukʼ</span><br><span class="gls">thus</span></span> <span class="ilpair"><span class="mor">kʷidoɓ</span><br><span class="gls">dwell</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰaː</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">there</span></span></p> + <p>fomukʼ kʷidoɓ nar kʰaːŋ sa</p> + <p>fomugk quidobb nar khaang sa</p> + <il> + <w> + <o>fomukʼ</o> + <g>thus</g> + </w> + <w> + <o>kʷidoɓ</o> + <g>dwell</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰaː</o> + <g>3.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>sa</o> + <g>there</g> + </w> + </il> </s>
initial XML:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp tam="past-punct" evidence="hearsay">
<verb>say</verb>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron">
<noun>human being</noun>
</np>
<np role="obj">
<conjp conj="and">
<subs>
<vp tam="imperative">
<verb>make</verb>
</vp>
<np number="plur" def="def" role="subj">
<pron person="1incl" number="plur"/>
</np>
<np role="obj" def="neither" number="plur">
<noun>brick</noun>
</np>
</subs>
<subs>
<vp tam="imperative">
<verb>burn</verb>
</vp>
<np number="plur" def="def" role="subj">
<pron person="1incl" number="plur"/>
</np>
<np role="obj" def="neither" number="plur">
<noun>brick</noun>
</np>
<adv>thoroughly</adv>
</subs>
</conjp>
</np>
</s>cleanup:
<s> <littrans>They said: Let us make bricks and burn them thoroughly.</littrans> - <vp tam="past-punct" evidence="hearsay"> - <verb>say</verb> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="say"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" output="aspron"> - <noun>human being</noun> + <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="human being"/> </np> <np role="obj"> <conjp conj="and"> <subs> - <vp tam="imperative"> - <verb>make</verb> + <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active"> + <word posp="verb" gloss="make"/> </vp> - <np number="plur" def="def" role="subj"> - <pron person="1incl" number="plur"/> + <np number="plur" def="def" role="subj" locus="number"> + <word person="1incl" number="plur" posp="pron"/> </np> - <np role="obj" def="neither" number="plur"> - <noun>brick</noun> + <np role="obj" def="neither" number="plur" locus="number"> + <word posp="noun" gloss="brick"/> </np> </subs> <subs> - <vp tam="imperative"> - <verb>burn</verb> + <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active"> + <word posp="verb" gloss="burn"/> </vp> - <np number="plur" def="def" role="subj"> - <pron person="1incl" number="plur"/> + <np number="plur" def="def" role="subj" locus="number"> + <word person="1incl" number="plur" posp="pron"/> </np> - <np role="obj" def="neither" number="plur"> - <noun>brick</noun> + <np role="obj" def="neither" number="plur" locus="number"> + <word posp="noun" gloss="brick"/> </np> - <adv>thoroughly</adv> + <word posp="adv" gloss="thoroughly"/> </subs> </conjp> </np> </s>
module adj2noun:
No change.
module articles:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj">
<conjp conj="and">
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np role="obj" def="neither" number="plur" locus="number">
+ <np role="obj" number="plur" locus="number">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np role="obj" def="neither" number="plur" locus="number">
+ <np role="obj" number="plur" locus="number">
<word posp="noun" gloss="brick"/>
</np>
<word posp="adv" gloss="thoroughly"/>
</subs>
</conjp>
</np>
</s>
module nonpastonly:
<s> <littrans>They said: Let us make bricks and burn them thoroughly.</littrans> - <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="say"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj"> <conjp conj="and"> <subs> - <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES"> <word posp="verb" gloss="make"/> </vp> <np number="plur" def="def" role="subj" locus="number"> <word person="1incl" number="plur" posp="pron"/> </np> <np role="obj" number="plur" locus="number"> <word posp="noun" gloss="brick"/> </np> </subs> <subs> - <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES"> <word posp="verb" gloss="burn"/> </vp> <np number="plur" def="def" role="subj" locus="number"> <word person="1incl" number="plur" posp="pron"/> </np> <np role="obj" number="plur" locus="number"> <word posp="noun" gloss="brick"/> </np> <word posp="adv" gloss="thoroughly"/> </subs> </conjp> </np> </s>
module noepistemic:
<s> <littrans>They said: Let us make bricks and burn them thoroughly.</littrans> - <vp evidence="hearsay" 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"> <word posp="verb" gloss="say"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj"> <conjp conj="and"> <subs> <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES"> <word posp="verb" gloss="make"/> </vp> <np number="plur" def="def" role="subj" locus="number"> <word person="1incl" number="plur" posp="pron"/> </np> <np role="obj" number="plur" locus="number"> <word posp="noun" gloss="brick"/> </np> </subs> <subs> <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES"> <word posp="verb" gloss="burn"/> </vp> <np number="plur" def="def" role="subj" locus="number"> <word person="1incl" number="plur" posp="pron"/> </np> <np role="obj" number="plur" locus="number"> <word posp="noun" gloss="brick"/> </np> <word posp="adv" gloss="thoroughly"/> </subs> </conjp> </np> </s>
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj">
<conjp conj="and">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number">
<word posp="noun" gloss="brick"/>
</np>
<word posp="adv" gloss="thoroughly"/>
</subs>
</conjp>
</np>
</s>
tva1tva2
tva1
tva2
tva3
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj">
<conjp conj="and">
<subs>
- <word gloss="COMP" posp="pp"/>
+ <np role="obj" number="plur" locus="number">
+ <word posp="noun" gloss="brick"/>
+ </np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
+ <word gloss="COMP" posp="pp"/>
+ </subs>
+ <subs>
<np role="obj" number="plur" locus="number">
<word posp="noun" gloss="brick"/>
</np>
- </subs>
- <subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np role="obj" number="plur" locus="number">
- <word posp="noun" gloss="brick"/>
- </np>
+ <word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
</conjp>
</np>
</s>
module casemarking:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj">
<conjp conj="and">
<subs>
- <np role="obj" number="plur" locus="number">
+ <np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="make"/>
</vp>
- <np number="plur" def="def" role="subj" locus="number">
+ <np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<subs>
- <np role="obj" number="plur" locus="number">
+ <np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="burn"/>
</vp>
- <np number="plur" def="def" role="subj" locus="number">
+ <np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
</conjp>
</np>
</s>
module markowner:
No change.
module propagatenumber:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
- <np role="obj">
+ <np role="obj" number="plur">
<conjp conj="and">
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
</conjp>
</np>
</s>
module simplifynumber:
No change.
createpronouns:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" tr="theme" role="subj" locus="number">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur">
<conjp conj="and">
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
</conjp>
</np>
</s>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur">
<conjp conj="and">
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
+ <word posp="conj" gloss="and"/>
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
</conjp>
</np>
</s>
flattenconjp:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur">
- <conjp conj="and">
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<word posp="conj" gloss="and"/>
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
<word person="1incl" number="plur" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
- </conjp>
</np>
</s>
fixpronouns:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur">
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
- <word person="1incl" number="plur" posp="pron"/>
+ <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<word posp="conj" gloss="and"/>
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM">
- <word person="1incl" number="plur" posp="pron"/>
+ <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
</np>
</s>
copyuptophrase:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur">
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur">
<word posp="verb" gloss="make"/>
</vp>
- <np number="plur" def="def" role="subj" locus="number" case="NOM">
+ <np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<word posp="conj" gloss="and"/>
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur">
<word posp="verb" gloss="burn"/>
</vp>
- <np number="plur" def="def" role="subj" locus="number" case="NOM">
+ <np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
</np>
</s>
prodrop:
No change.
addclitics:
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur">
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur">
<word posp="verb" gloss="make"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="imperative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<word posp="conj" gloss="and"/>
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
<word posp="noun" gloss="brick"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur">
<word posp="verb" gloss="burn"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="imperative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<word gloss="COMP" posp="pp"/>
<word posp="adv" gloss="thoroughly"/>
</subs>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<s> <littrans>They said: Let us make bricks and burn them thoroughly.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="say"/> + <word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> </np> <np role="obj" number="plur"> <subs> <np role="obj" number="plur" locus="number" case="ACC"> - <word posp="noun" gloss="brick"/> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"> - <word posp="verb" gloss="make"/> + <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="imperative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl"> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM"/> </np> - <word gloss="COMP" posp="pp"/> + <word gloss="COMP" posp="pp" role="obj" number="plur"/> </subs> - <word posp="conj" gloss="and"/> + <word posp="conj" gloss="and" role="obj" number="plur"/> <subs> <np role="obj" number="plur" locus="number" case="ACC"> - <word posp="noun" gloss="brick"/> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"> - <word posp="verb" gloss="burn"/> + <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="imperative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl"> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM"/> </np> - <word gloss="COMP" posp="pp"/> - <word posp="adv" gloss="thoroughly"/> + <word gloss="COMP" posp="pp" role="obj" number="plur"/> + <word posp="adv" gloss="thoroughly" role="obj" number="plur"/> </subs> </np> </s>
addaffixes:
About to call getSlotValue for 3.plur/pron/number/obligatoryGot plur
About to call getSlotValue for brick/noun/case/obligatory
Got ACC
About to call getSlotValue for 1incl.plur/pron/number/obligatory
Got plur
About to call getSlotValue for brick/noun/case/obligatory
Got ACC
About to call getSlotValue for 1incl.plur/pron/number/obligatory
Got plur
<s>
<littrans>They said: Let us make bricks and burn them thoroughly.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<np role="obj" number="plur">
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
+ <thingy type="nouncase" function="prefix" gloss="ACC"/>
<word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur">
<word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="imperative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<word gloss="COMP" posp="pp" role="obj" number="plur"/>
</subs>
<word posp="conj" gloss="and" role="obj" number="plur"/>
<subs>
<np role="obj" number="plur" locus="number" case="ACC">
+ <thingy type="nouncase" function="prefix" gloss="ACC"/>
<word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur">
<word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="imperative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<word gloss="COMP" posp="pp" role="obj" number="plur"/>
<word posp="adv" gloss="thoroughly" role="obj" number="plur"/>
</subs>
</np>
</s>
flatten:
<s> - <littrans>They said: Let us make bricks and burn them thoroughly.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <np role="obj" number="plur"> - <subs> - <np role="obj" number="plur" locus="number" case="ACC"> <thingy type="nouncase" function="prefix" gloss="ACC"/> <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"> <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="imperative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> <word gloss="COMP" posp="pp" role="obj" number="plur"/> - </subs> <word posp="conj" gloss="and" role="obj" number="plur"/> - <subs> - <np role="obj" number="plur" locus="number" case="ACC"> <thingy type="nouncase" function="prefix" gloss="ACC"/> <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"> <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="imperative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="plur" def="def" role="subj" locus="number" case="NOM" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> <word gloss="COMP" posp="pp" role="obj" number="plur"/> <word posp="adv" gloss="thoroughly" role="obj" number="plur"/> - </subs> - </np> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="ACC"/> - <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC"/> - <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="imperative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <word gloss="COMP" posp="pp" role="obj" number="plur"/> - <word posp="conj" gloss="and" role="obj" number="plur"/> - <thingy type="nouncase" function="prefix" gloss="ACC"/> - <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC"/> - <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="imperative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <word gloss="COMP" posp="pp" role="obj" number="plur"/> - <word posp="adv" gloss="thoroughly" role="obj" number="plur"/> + <word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="w iː p">wiːp</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" ph="kʰ aː">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="ACC" attach="prefix" ph="kʷ">kʷ</thingy> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC" ph="i ʃ u t a kʼ">iʃutakʼ</word> + <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur" ph="kʼʷ o ɡ">kʼʷoɡ</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="imperative" ph="kʼʷ a ɲ">kʼʷaɲ</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM" ph="t͡ɕ o">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <word gloss="COMP" posp="pp" role="obj" number="plur" ph="t͡ɕ u ɲ iː ɡʷ">t͡ɕuɲiːɡʷ</word> + <word posp="conj" gloss="and" role="obj" number="plur" ph="k o r">kor</word> + <thingy type="nouncase" function="prefix" gloss="ACC" attach="prefix" ph="kʷ">kʷ</thingy> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC" ph="i ʃ u t a kʼ">iʃutakʼ</word> + <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur" ph="s iː ɲ">siːɲ</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="imperative" ph="kʼʷ a ɲ">kʼʷaɲ</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM" ph="t͡ɕ o">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <word gloss="COMP" posp="pp" role="obj" number="plur" ph="t͡ɕ u ɲ iː ɡʷ">t͡ɕuɲiːɡʷ</word> + <word posp="adv" gloss="thoroughly" role="obj" number="plur" ph="ɓ o tʰ eː ɡ">ɓotʰeːɡ</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="w iː p">wiːp</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" ph="kʰ aː">kʰaː</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <thingy type="nouncase" function="prefix" gloss="ACC" attach="prefix" ph="kʷ">kʷ</thingy> - <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC" ph="i ʃ u t a kʼ">iʃutakʼ</word> - <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur" ph="kʼʷ o ɡ">kʼʷoɡ</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="imperative" ph="kʼʷ a ɲ">kʼʷaɲ</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM" ph="t͡ɕ o">t͡ɕo</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <word gloss="COMP" posp="pp" role="obj" number="plur" ph="t͡ɕ u ɲ iː ɡʷ">t͡ɕuɲiːɡʷ</word> - <word posp="conj" gloss="and" role="obj" number="plur" ph="k o r">kor</word> - <thingy type="nouncase" function="prefix" gloss="ACC" attach="prefix" ph="kʷ">kʷ</thingy> - <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC" ph="i ʃ u t a kʼ">iʃutakʼ</word> - <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur" ph="s iː ɲ">siːɲ</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="imperative" ph="kʼʷ a ɲ">kʼʷaɲ</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM" ph="t͡ɕ o">t͡ɕo</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <word gloss="COMP" posp="pp" role="obj" number="plur" ph="t͡ɕ u ɲ iː ɡʷ">t͡ɕuɲiːɡʷ</word> - <word posp="adv" gloss="thoroughly" role="obj" number="plur" ph="ɓ o tʰ eː ɡ">ɓotʰeːɡ</word> + <word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">wiːp</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="ACC">kʷ</thingy> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC">iʃutakʼ</word> + <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur">kʼʷoɡ</word> + <thingy type="vpmode" function="enclitic" gloss="imperative">kʼʷaɲ</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <word gloss="COMP" posp="pp" role="obj" number="plur">t͡ɕuɲiːɡʷ</word> + <word posp="conj" gloss="and" role="obj" number="plur">kor</word> + <thingy type="nouncase" function="prefix" gloss="ACC">kʷ</thingy> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ACC">iʃutakʼ</word> + <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" obj="3.plur" subj="1incl.plur">siːɲ</word> + <thingy type="vpmode" function="enclitic" gloss="imperative">kʼʷaɲ</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="NOM">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <word gloss="COMP" posp="pp" role="obj" number="plur">t͡ɕuɲiːɡʷ</word> + <word posp="adv" gloss="thoroughly" role="obj" number="plur">ɓotʰeːɡ</word> </flat> + <p><span class="ilpair"><span class="mor">wiːp</span><br><span class="gls">say</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰaː</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">kʷ-</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">iʃutakʼ</span><br><span class="gls">brick</span></span> <span class="ilpair"><span class="mor">kʼʷoɡ</span><br><span class="gls">make</span></span> <span class="ilpair"><span class="mor">kʼʷaɲ</span><br><span class="gls">imperative</span></span> <span class="ilpair"><span class="mor">t͡ɕo</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">t͡ɕuɲiːɡʷ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">kor</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">kʷ-</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">iʃutakʼ</span><br><span class="gls">brick</span></span> <span class="ilpair"><span class="mor">siːɲ</span><br><span class="gls">burn</span></span> <span class="ilpair"><span class="mor">kʼʷaɲ</span><br><span class="gls">imperative</span></span> <span class="ilpair"><span class="mor">t͡ɕo</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">t͡ɕuɲiːɡʷ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ɓotʰeːɡ</span><br><span class="gls">thoroughly</span></span></p> + <p>wiːp nar kʰaːŋ kʷiʃutakʼ kʼʷoɡ kʼʷaɲ t͡ɕoŋ t͡ɕuɲiːɡʷ kor kʷiʃutakʼ siːɲ kʼʷaɲ t͡ɕoŋ t͡ɕuɲiːɡʷ ɓotʰeːɡ</p> + <p>wiip nar khaang quishutagk gquog gquañ tyong tyuñiigw kor quishutagk siiñ gquañ tyong tyuñiigw bbotheeg</p> + <il> + <w> + <o>wiːp</o> + <g>say</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰaː</o> + <g>3.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>kʷ-</o> + <g>ACC</g> + </w> + <w> + <o>iʃutakʼ</o> + <g>brick</g> + </w> + <w> + <o>kʼʷoɡ</o> + <g>make</g> + </w> + <w> + <o>kʼʷaɲ</o> + <g>imperative</g> + </w> + <w> + <o>t͡ɕo</o> + <g>1incl.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>t͡ɕuɲiːɡʷ</o> + <g>COMP</g> + </w> + <w> + <o>kor</o> + <g>and</g> + </w> + <w> + <o>kʷ-</o> + <g>ACC</g> + </w> + <w> + <o>iʃutakʼ</o> + <g>brick</g> + </w> + <w> + <o>siːɲ</o> + <g>burn</g> + </w> + <w> + <o>kʼʷaɲ</o> + <g>imperative</g> + </w> + <w> + <o>t͡ɕo</o> + <g>1incl.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>t͡ɕuɲiːɡʷ</o> + <g>COMP</g> + </w> + <w> + <o>ɓotʰeːɡ</o> + <g>thoroughly</g> + </w> + </il> </s>
initial XML:
<s>
<littrans>They had bricks for stone.</littrans>
<vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active">
<verb>have</verb>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron">
<noun>human being</noun>
</np>
<np role="obj" def="neither" number="sing">
<noun>brick</noun>
<pp role="purpose">
<np def="neither" number="sing">
<noun>stone</noun>
</np>
</pp>
</np>
</s>cleanup:
<s> <littrans>They had bricks for stone.</littrans> - <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active"> - <verb>have</verb> + <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q"> + <word posp="verb" gloss="have"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" output="aspron"> - <noun>human being</noun> + <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="human being"/> </np> - <np role="obj" def="neither" number="sing"> - <noun>brick</noun> + <np role="obj" def="neither" number="sing" locus="number"> + <word posp="noun" gloss="brick"/> <pp role="purpose"> - <np def="neither" number="sing"> - <noun>stone</noun> + <np def="neither" number="sing" locus="number"> + <word posp="noun" gloss="stone"/> </np> </pp> </np> </s>
module adj2noun:
No change.
module articles:
<s>
<littrans>They had bricks for stone.</littrans>
<vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
- <np role="obj" def="neither" number="sing" locus="number">
+ <np role="obj" number="sing" locus="number">
<word posp="noun" gloss="brick"/>
<pp role="purpose">
- <np def="neither" number="sing" locus="number">
+ <np number="sing" locus="number">
<word posp="noun" gloss="stone"/>
</np>
</pp>
</np>
</s>
module nonpastonly:
<s> <littrans>They had bricks for stone.</littrans> - <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q"> + <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj" number="sing" locus="number"> <word posp="noun" gloss="brick"/> <pp role="purpose"> <np number="sing" locus="number"> <word posp="noun" gloss="stone"/> </np> </pp> </np> </s>
module noepistemic:
<s> <littrans>They had bricks for stone.</littrans> - <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q" ta="PAST"> + <vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj" number="sing" locus="number"> <word posp="noun" gloss="brick"/> <pp role="purpose"> <np number="sing" locus="number"> <word posp="noun" gloss="stone"/> </np> </pp> </np> </s>
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<s>
<littrans>They had bricks for stone.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj" number="sing" locus="number">
<word posp="noun" gloss="brick"/>
<pp role="purpose">
+ <word gloss="PURP" posp="pp"/>
<np number="sing" locus="number">
<word posp="noun" gloss="stone"/>
</np>
</pp>
</np>
</s>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<s>
<littrans>They had bricks for stone.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" tr="theme" role="subj" locus="number">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="sing" locus="number">
<word posp="noun" gloss="brick"/>
<pp role="purpose">
<word gloss="PURP" posp="pp"/>
<np number="sing" locus="number">
<word posp="noun" gloss="stone"/>
</np>
</pp>
</np>
</s>
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:
<s>
<littrans>They had bricks for stone.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="sing" locus="number">
<word posp="noun" gloss="brick"/>
<pp role="purpose">
<word gloss="PURP" posp="pp"/>
<np number="sing" locus="number">
<word posp="noun" gloss="stone"/>
</np>
</pp>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<s> <littrans>They had bricks for stone.</littrans> <vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"> - <word posp="verb" gloss="have"/> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> </np> <np role="obj" number="sing" locus="number"> - <word posp="noun" gloss="brick"/> + <word posp="noun" gloss="brick" role="obj" number="sing" locus="number"/> <pp role="purpose"> - <word gloss="PURP" posp="pp"/> + <word gloss="PURP" posp="pp" role="purpose"/> <np number="sing" locus="number"> - <word posp="noun" gloss="stone"/> + <word posp="noun" gloss="stone" number="sing" locus="number"/> </np> </pp> </np> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for 3.plur/pron/number/obligatoryGot plur
About to call getSlotValue for brick/noun/case/obligatory
Got NOM
About to call getSlotValue for stone/noun/case/obligatory
Got NOM
<s>
<littrans>They had bricks for stone.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<np role="obj" number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="brick" role="obj" number="sing" locus="number"/>
<pp role="purpose">
<word gloss="PURP" posp="pp" role="purpose"/>
<np number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="stone" number="sing" locus="number"/>
</np>
</pp>
</np>
</s>
flatten:
<s> - <littrans>They had bricks for stone.</littrans> - <vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"> + <flat> <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <np role="obj" number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="brick" role="obj" number="sing" locus="number"/> - <pp role="purpose"> <word gloss="PURP" posp="pp" role="purpose"/> - <np number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="stone" number="sing" locus="number"/> - </np> - </pp> - </np> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="brick" role="obj" number="sing" locus="number"/> - <word gloss="PURP" posp="pp" role="purpose"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="stone" number="sing" locus="number"/> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST" ph="k a ɓ">kaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" ph="kʰ aː">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="brick" role="obj" number="sing" locus="number" ph="i ʃ u t a kʼ">iʃutakʼ</word> + <word gloss="PURP" posp="pp" role="purpose" ph="t o ŋ o ɲ">toŋoɲ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="stone" number="sing" locus="number" ph="aː">aː</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST" ph="k a ɓ">kaɓ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" ph="kʰ aː">kʰaː</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="brick" role="obj" number="sing" locus="number" ph="i ʃ u t a kʼ">iʃutakʼ</word> - <word gloss="PURP" posp="pp" role="purpose" ph="t o ŋ o ɲ">toŋoɲ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="stone" number="sing" locus="number" ph="aː">aː</word> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">kaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="brick" role="obj" number="sing" locus="number">iʃutakʼ</word> + <word gloss="PURP" posp="pp" role="purpose">toŋoɲ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="stone" number="sing" locus="number">aː</word> </flat> + <p><span class="ilpair"><span class="mor">kaɓ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰaː</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">iʃutakʼ</span><br><span class="gls">brick</span></span> <span class="ilpair"><span class="mor">toŋoɲ</span><br><span class="gls"><span class="glssc">PURP</span></span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">aː</span><br><span class="gls">stone</span></span></p> + <p>kaɓ nar kʰaːŋ kʰiʃutakʼ toŋoɲ kʰaː</p> + <p>kabb nar khaang khishutagk tongoñ khaa</p> + <il> + <w> + <o>kaɓ</o> + <g>have</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰaː</o> + <g>3.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>iʃutakʼ</o> + <g>brick</g> + </w> + <w> + <o>toŋoɲ</o> + <g>PURP</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>aː</o> + <g>stone</g> + </w> + </il> </s>
initial XML:
<s connector="and">
<littrans>And they had slime for mortar.</littrans>
<vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active">
<verb>have</verb>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron">
<noun>human being</noun>
</np>
<np role="obj" def="neither" number="sing">
<noun>slime</noun>
<pp role="purpose">
<np def="neither" number="sing">
<noun>mortar</noun>
</np>
</pp>
</np>
</s>cleanup:
<s connector="and"> <littrans>And they had slime for mortar.</littrans> - <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active"> - <verb>have</verb> + <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q"> + <word posp="verb" gloss="have"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" output="aspron"> - <noun>human being</noun> + <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="human being"/> </np> - <np role="obj" def="neither" number="sing"> - <noun>slime</noun> + <np role="obj" def="neither" number="sing" locus="number"> + <word posp="noun" gloss="slime"/> <pp role="purpose"> - <np def="neither" number="sing"> - <noun>mortar</noun> + <np def="neither" number="sing" locus="number"> + <word posp="noun" gloss="mortar"/> </np> </pp> </np> </s>
module adj2noun:
No change.
module articles:
<s connector="and">
<littrans>And they had slime for mortar.</littrans>
<vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
- <np role="obj" def="neither" number="sing" locus="number">
+ <np role="obj" number="sing" locus="number">
<word posp="noun" gloss="slime"/>
<pp role="purpose">
- <np def="neither" number="sing" locus="number">
+ <np number="sing" locus="number">
<word posp="noun" gloss="mortar"/>
</np>
</pp>
</np>
</s>
module nonpastonly:
<s connector="and"> <littrans>And they had slime for mortar.</littrans> - <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q"> + <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj" number="sing" locus="number"> <word posp="noun" gloss="slime"/> <pp role="purpose"> <np number="sing" locus="number"> <word posp="noun" gloss="mortar"/> </np> </pp> </np> </s>
module noepistemic:
<s connector="and"> <littrans>And they had slime for mortar.</littrans> - <vp tense="past" asp="habitual" mode="indicative" evidence="hearsay" voice="active" negation="POS" question="not.Q" ta="PAST"> + <vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj" number="sing" locus="number"> <word posp="noun" gloss="slime"/> <pp role="purpose"> <np number="sing" locus="number"> <word posp="noun" gloss="mortar"/> </np> </pp> </np> </s>
module RelN:
No change.
module sentenceconnectors:
<s connector="and">
+ <word gloss="and" posp="conj"/>
<littrans>And they had slime for mortar.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj" number="sing" locus="number">
<word posp="noun" gloss="slime"/>
<pp role="purpose">
<np number="sing" locus="number">
<word posp="noun" gloss="mortar"/>
</np>
</pp>
</np>
</s>
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they had slime for mortar.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj" number="sing" locus="number">
<word posp="noun" gloss="slime"/>
<pp role="purpose">
+ <word gloss="PURP" posp="pp"/>
<np number="sing" locus="number">
<word posp="noun" gloss="mortar"/>
</np>
</pp>
</np>
</s>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they had slime for mortar.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" output="aspron" locus="number">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" tr="theme" role="subj" locus="number">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="sing" locus="number">
<word posp="noun" gloss="slime"/>
<pp role="purpose">
<word gloss="PURP" posp="pp"/>
<np number="sing" locus="number">
<word posp="noun" gloss="mortar"/>
</np>
</pp>
</np>
</s>
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:
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they had slime for mortar.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="sing" locus="number">
<word posp="noun" gloss="slime"/>
<pp role="purpose">
<word gloss="PURP" posp="pp"/>
<np number="sing" locus="number">
<word posp="noun" gloss="mortar"/>
</np>
</pp>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<s connector="and"> <word gloss="and" posp="conj"/> <littrans>And they had slime for mortar.</littrans> <vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"> - <word posp="verb" gloss="have"/> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> </np> <np role="obj" number="sing" locus="number"> - <word posp="noun" gloss="slime"/> + <word posp="noun" gloss="slime" role="obj" number="sing" locus="number"/> <pp role="purpose"> - <word gloss="PURP" posp="pp"/> + <word gloss="PURP" posp="pp" role="purpose"/> <np number="sing" locus="number"> - <word posp="noun" gloss="mortar"/> + <word posp="noun" gloss="mortar" number="sing" locus="number"/> </np> </pp> </np> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for 3.plur/pron/number/obligatoryGot plur
About to call getSlotValue for slime/noun/case/obligatory
Got NOM
About to call getSlotValue for mortar/noun/case/obligatory
Got NOM
<s connector="and">
<word gloss="and" posp="conj"/>
<littrans>And they had slime for mortar.</littrans>
<vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">
<word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<np role="obj" number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="slime" role="obj" number="sing" locus="number"/>
<pp role="purpose">
<word gloss="PURP" posp="pp" role="purpose"/>
<np number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mortar" number="sing" locus="number"/>
</np>
</pp>
</np>
</s>
flatten:
<s connector="and"> + <flat> <word gloss="and" posp="conj"/> - <littrans>And they had slime for mortar.</littrans> - <vp tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"> <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <np role="obj" number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="slime" role="obj" number="sing" locus="number"/> - <pp role="purpose"> <word gloss="PURP" posp="pp" role="purpose"/> - <np number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mortar" number="sing" locus="number"/> - </np> - </pp> - </np> + </flat> </s>
addvocab:
-<s connector="and"> +<s connector="and" translation=""> <flat> - <word gloss="and" posp="conj"/> - <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="slime" role="obj" number="sing" locus="number"/> - <word gloss="PURP" posp="pp" role="purpose"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mortar" number="sing" locus="number"/> + <word gloss="and" posp="conj" ph="k o r">kor</word> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST" ph="k a ɓ">kaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" ph="kʰ aː">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="slime" role="obj" number="sing" locus="number" ph="e kʰ i ʃ u ɡ">ekʰiʃuɡ</word> + <word gloss="PURP" posp="pp" role="purpose" ph="t o ŋ o ɲ">toŋoɲ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="mortar" number="sing" locus="number" ph="e ʃ i ʒ u ʒ">eʃiʒuʒ</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s connector="and" translation=""> <flat> - <word gloss="and" posp="conj" ph="k o r">kor</word> - <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST" ph="k a ɓ">kaɓ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" ph="kʰ aː">kʰaː</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="slime" role="obj" number="sing" locus="number" ph="e kʰ i ʃ u ɡ">ekʰiʃuɡ</word> - <word gloss="PURP" posp="pp" role="purpose" ph="t o ŋ o ɲ">toŋoɲ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="mortar" number="sing" locus="number" ph="e ʃ i ʒ u ʒ">eʃiʒuʒ</word> + <word gloss="and" posp="conj">kor</word> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">kaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="slime" role="obj" number="sing" locus="number">ekʰiʃuɡ</word> + <word gloss="PURP" posp="pp" role="purpose">toŋoɲ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="mortar" number="sing" locus="number">eʃiʒuʒ</word> </flat> + <p><span class="ilpair"><span class="mor">kor</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">kaɓ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰaː</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ekʰiʃuɡ</span><br><span class="gls">slime</span></span> <span class="ilpair"><span class="mor">toŋoɲ</span><br><span class="gls"><span class="glssc">PURP</span></span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">eʃiʒuʒ</span><br><span class="gls">mortar</span></span></p> + <p>kor kaɓ nar kʰaːŋ kʰekʰiʃuɡ toŋoɲ kʰeʃiʒuʒ</p> + <p>kor kabb nar khaang khekhishug tongoñ kheshizhuzh</p> + <il> + <w> + <o>kor</o> + <g>and</g> + </w> + <w> + <o>kaɓ</o> + <g>have</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰaː</o> + <g>3.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ekʰiʃuɡ</o> + <g>slime</g> + </w> + <w> + <o>toŋoɲ</o> + <g>PURP</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>eʃiʒuʒ</o> + <g>mortar</g> + </w> + </il> </s>
Kabb nar kheñ bobb khiity khez tiw tik khok laañ kor khibbugqueng laañ. Hatyiig nar khaang phaty khuty khen, kor tyaf nar khaang khaawigkig bobb khuty khot tuuchem, fomugk quidobb nar khaang sa. Wiip nar khaang quishutagk gquog gquañ tyong tyuñiigw kor quishutagk siiñ gquañ tyong tyuñiigw bbotheeg. Kabb nar khaang khishutagk tongoñ khaa, kor kabb nar khaang khekhishug tongoñ kheshizhuzh.
And the whole earth was of one language, and of one speech. And it came to pass, as they journeyed from the east, that they found a plain in the land of Shinar; and they dwelt there. And they said one to another, Go to, let us make brick, and burn them thoroughly. And they had brick for stone, and slime had they for morter.
A Creation Myth
initial XML:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp tam="pres-state" question="no" negation="yes">
<verb>resemble</verb>
</vp>
<np def="def" number="plur" tr="theme" role="subj">
<pron person="1incl" number="plur"/>
</np>
<np number="plur" def="neither" tr="rheme" role="obj">
<noun>human being</noun>
<adj>other</adj>
</np>
</s>cleanup:
<s> <littrans>We do not resemble other humans.</littrans> - <vp tam="pres-state" question="no" negation="yes"> - <verb>resemble</verb> + <vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="resemble"/> </vp> - <np def="def" number="plur" tr="theme" role="subj"> - <pron person="1incl" number="plur"/> + <np def="def" number="plur" tr="theme" role="subj" locus="number"> + <word person="1incl" number="plur" posp="pron"/> </np> - <np number="plur" def="neither" tr="rheme" role="obj"> - <noun>human being</noun> - <adj>other</adj> + <np number="plur" def="neither" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="human being"/> + <word posp="adj" gloss="other"/> </np> </s>
module adj2noun:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="resemble"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np number="plur" def="neither" tr="rheme" role="obj" locus="number">
+ <np role="obj" tr="rheme">
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="other" lexposp="adj"/>
+ </np>
+ <np role="owned" number="plur" def="neither" locus="number">
<word posp="noun" gloss="human being"/>
- <word posp="adj" gloss="other"/>
</np>
+ </np>
+ </np>
</s>
module articles:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="resemble"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" tr="rheme">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="other" lexposp="adj"/>
</np>
- <np role="owned" number="plur" def="neither" locus="number">
+ <np role="owned" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
</np>
</np>
</np>
</s>
module nonpastonly:
<s> <littrans>We do not resemble other humans.</littrans> - <vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="resemble"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word person="1incl" number="plur" posp="pron"/> </np> <np role="obj" tr="rheme"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="other" lexposp="adj"/> </np> <np role="owned" number="plur" locus="number"> <word posp="noun" gloss="human being"/> </np> </np> </np> </s>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" tr="rheme">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="other" lexposp="adj"/>
</np>
<np role="owned" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
</np>
</np>
</np>
</s>
module propagatenumber:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np role="obj" tr="rheme">
- <np type="owner_owned">
+ <np role="obj" tr="rheme" number="sing">
+ <np type="owner_owned" number="plur">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="other" lexposp="adj"/>
</np>
<np role="owned" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
</np>
</np>
</np>
</s>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" tr="rheme" number="sing">
<np type="owner_owned" number="plur">
- <np number="sing" def="def" role="owner" case="GEN">
- <word posp="noun" gloss="other" lexposp="adj"/>
- </np>
<np role="owned" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
</np>
+ <np number="sing" def="def" role="owner" case="GEN">
+ <word posp="noun" gloss="other" lexposp="adj"/>
</np>
</np>
+ </np>
</s>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
- <word person="1incl" number="plur" posp="pron"/>
+ <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np role="obj" tr="rheme" number="sing">
<np type="owner_owned" number="plur">
<np role="owned" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="other" lexposp="adj"/>
</np>
</np>
</np>
</s>
copyuptophrase:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble"/>
</vp>
- <np def="def" number="plur" tr="theme" role="subj" locus="number">
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np role="obj" tr="rheme" number="sing">
<np type="owner_owned" number="plur">
<np role="owned" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="other" lexposp="adj"/>
</np>
</np>
</np>
</s>
prodrop:
No change.
addclitics:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="NEG"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np role="obj" tr="rheme" number="sing">
<np type="owner_owned" number="plur">
<np role="owned" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="other" lexposp="adj"/>
</np>
</np>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="NEG"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
- <np role="obj" tr="rheme" number="sing">
- <np type="owner_owned" number="plur">
+ <np type="owner_owned" number="plur" role="obj" tr="rheme">
<np role="owned" number="plur" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="other" lexposp="adj"/>
</np>
</np>
- </np>
</s>
unwrapOwnerOwned:
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="NEG"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
- <np type="owner_owned" number="plur" role="obj" tr="rheme">
- <np role="owned" number="plur" locus="number">
+ <np role="owned" number="plur" locus="number" tr="rheme">
<word posp="noun" gloss="human being"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="other" lexposp="adj"/>
</np>
- </np>
</s>
movedowntoword:
<s> <littrans>We do not resemble other humans.</littrans> <vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="resemble"/> + <word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="NEG"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number" person="1incl"> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number"/> </np> <np role="owned" number="plur" locus="number" tr="rheme"> - <word posp="noun" gloss="human being"/> + <word posp="noun" gloss="human being" role="owned" number="plur" locus="number" tr="rheme"/> </np> <np number="sing" def="def" role="owner" case="GEN"> - <word posp="noun" gloss="other" lexposp="adj"/> + <word posp="noun" gloss="other" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> </np> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for 1incl.plur/pron/number/obligatoryGot plur
About to call getSlotValue for human being/noun/case/obligatory
Got NOM
About to call getSlotValue for other/noun/case/obligatory
Got GEN
<s>
<littrans>We do not resemble other humans.</littrans>
<vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="NEG"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<np role="owned" number="plur" locus="number" tr="rheme">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="human being" role="owned" number="plur" locus="number" tr="rheme"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="other" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/>
</np>
</s>
flatten:
<s> - <littrans>We do not resemble other humans.</littrans> - <vp question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <flat> <word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="NEG"/> - </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <np role="owned" number="plur" locus="number" tr="rheme"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="human being" role="owned" number="plur" locus="number" tr="rheme"/> - </np> - <np number="sing" def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="other" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - </np> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="NEG"/> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="human being" role="owned" number="plur" locus="number" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="other" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> + <word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" ph="t͡ɕ a s a t">t͡ɕasat</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="NEG" ph="l u t͡ɕ">lut͡ɕ</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number" ph="t͡ɕ o">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="human being" role="owned" number="plur" locus="number" tr="rheme" ph="e ɲ">eɲ</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="other" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="iː d">iːd</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" ph="t͡ɕ a s a t">t͡ɕasat</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="NEG" ph="l u t͡ɕ">lut͡ɕ</thingy> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number" ph="t͡ɕ o">t͡ɕo</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="human being" role="owned" number="plur" locus="number" tr="rheme" ph="e ɲ">eɲ</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="other" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="iː d">iːd</word> + <word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">t͡ɕasat</word> + <thingy type="vpnegation" function="enclitic" gloss="NEG">lut͡ɕ</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="human being" role="owned" number="plur" locus="number" tr="rheme">eɲ</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="other" lexposp="adj" number="sing" def="def" role="owner" case="GEN">iːd</word> </flat> + <p><span class="ilpair"><span class="mor">t͡ɕasat</span><br><span class="gls">resemble</span></span> <span class="ilpair"><span class="mor">lut͡ɕ</span><br><span class="gls"><span class="glssc">NEG</span></span></span> <span class="ilpair"><span class="mor">t͡ɕo</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">eɲ</span><br><span class="gls">human being</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">iːd</span><br><span class="gls">other</span></span></p> + <p>t͡ɕasat lut͡ɕ t͡ɕoŋ kʰeɲ tiːd</p> + <p>tyasat luty tyong kheñ tiid</p> + <il> + <w> + <o>t͡ɕasat</o> + <g>resemble</g> + </w> + <w> + <o>lut͡ɕ</o> + <g>NEG</g> + </w> + <w> + <o>t͡ɕo</o> + <g>1incl.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>eɲ</o> + <g>human being</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>iːd</o> + <g>other</g> + </w> + </il> </s>
initial XML:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp tam="past-punct">
<verb>shape</verb>
</vp>
<np role="subj" tr="rheme">
<conjp conj="and">
<np def="neither" number="sing">
<noun>fight</noun>
</np>
<np def="neither" number="sing">
<noun>time</noun>
</np>
</conjp>
</np>
<np role="obj" tr="theme">
<np type="owner_owned">
<np def="def" number="plur" output="aspron">
<noun>human being</noun>
</np>
<np number="plur" def="def">
<noun>language</noun>
</np>
</np>
</np>
</s>cleanup:
<s> <littrans>Their languages were shaped by fight and time.</littrans> - <vp tam="past-punct"> - <verb>shape</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="shape"/> </vp> <np role="subj" tr="rheme"> <conjp conj="and"> - <np def="neither" number="sing"> - <noun>fight</noun> + <np def="neither" number="sing" locus="number"> + <word posp="noun" gloss="fight"/> </np> - <np def="neither" number="sing"> - <noun>time</noun> + <np def="neither" number="sing" locus="number"> + <word posp="noun" gloss="time"/> </np> </conjp> </np> <np role="obj" tr="theme"> <np type="owner_owned"> - <np def="def" number="plur" output="aspron"> - <noun>human being</noun> + <np def="def" number="plur" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="human being"/> </np> - <np number="plur" def="def"> - <noun>language</noun> + <np number="plur" def="def" locus="number" role="owned"> + <word posp="noun" gloss="language"/> </np> </np> </np> </s>
module adj2noun:
No change.
module articles:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="shape"/>
</vp>
<np role="subj" tr="rheme">
<conjp conj="and">
- <np def="neither" number="sing" locus="number">
+ <np number="sing" locus="number">
<word posp="noun" gloss="fight"/>
</np>
- <np def="neither" number="sing" locus="number">
+ <np number="sing" locus="number">
<word posp="noun" gloss="time"/>
</np>
</conjp>
</np>
<np role="obj" tr="theme">
<np type="owner_owned">
<np def="def" number="plur" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="human being"/>
</np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</s>
module nonpastonly:
<s> <littrans>Their languages were shaped by fight and time.</littrans> - <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="shape"/> </vp> <np role="subj" tr="rheme"> <conjp conj="and"> <np number="sing" locus="number"> <word posp="noun" gloss="fight"/> </np> <np number="sing" locus="number"> <word posp="noun" gloss="time"/> </np> </conjp> </np> <np role="obj" tr="theme"> <np type="owner_owned"> <np def="def" number="plur" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="human being"/> </np> <np number="plur" def="def" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> </s>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
</vp>
<np role="subj" tr="rheme">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="fight"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="time"/>
</np>
</conjp>
</np>
<np role="obj" tr="theme">
<np type="owner_owned">
- <np def="def" number="plur" output="aspron" locus="number" role="owner">
+ <np def="def" number="plur" output="aspron" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="human being"/>
</np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</s>
module propagatenumber:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
</vp>
- <np role="subj" tr="rheme">
+ <np role="subj" tr="rheme" number="plur">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="fight"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="time"/>
</np>
</conjp>
</np>
- <np role="obj" tr="theme">
- <np type="owner_owned">
+ <np role="obj" tr="theme" number="plur">
+ <np type="owner_owned" number="plur">
<np def="def" number="plur" output="aspron" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="human being"/>
</np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</s>
module simplifynumber:
No change.
createpronouns:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
</vp>
<np role="subj" tr="rheme" number="plur">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="fight"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="time"/>
</np>
</conjp>
</np>
<np role="obj" tr="theme" number="plur">
<np type="owner_owned" number="plur">
- <np def="def" number="plur" output="aspron" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" locus="number" role="owner" case="GEN">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</s>
module ngen:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
</vp>
<np role="subj" tr="rheme" number="plur">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="fight"/>
</np>
<np number="sing" locus="number">
<word posp="noun" gloss="time"/>
</np>
</conjp>
</np>
<np role="obj" tr="theme" number="plur">
<np type="owner_owned" number="plur">
- <np def="def" number="plur" locus="number" role="owner" case="GEN">
- <word posp="pron" number="plur" gloss="3.plur"/>
- </np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
+ <np def="def" number="plur" locus="number" role="owner" case="GEN">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
</np>
+ </np>
</s>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
</vp>
<np role="subj" tr="rheme" number="plur">
<conjp conj="and">
<np number="sing" locus="number">
<word posp="noun" gloss="fight"/>
</np>
+ <word posp="conj" gloss="and"/>
<np number="sing" locus="number">
<word posp="noun" gloss="time"/>
</np>
</conjp>
</np>
<np role="obj" tr="theme" number="plur">
<np type="owner_owned" number="plur">
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
</np>
</np>
</s>
flattenconjp:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
</vp>
<np role="subj" tr="rheme" number="plur">
- <conjp conj="and">
- <np number="sing" locus="number">
+ <np number="sing" locus="number" role="subj" tr="rheme">
<word posp="noun" gloss="fight"/>
</np>
<word posp="conj" gloss="and"/>
- <np number="sing" locus="number">
+ <np number="sing" locus="number" role="subj" tr="rheme">
<word posp="noun" gloss="time"/>
</np>
- </conjp>
</np>
<np role="obj" tr="theme" number="plur">
<np type="owner_owned" number="plur">
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
</np>
</np>
</s>
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="subj" tr="rheme" number="plur">
<np number="sing" locus="number" role="subj" tr="rheme">
<word posp="noun" gloss="fight"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" role="subj" tr="rheme">
<word posp="noun" gloss="time"/>
</np>
</np>
<np role="obj" tr="theme" number="plur">
<np type="owner_owned" number="plur">
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
</np>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="subj" tr="rheme" number="plur">
<np number="sing" locus="number" role="subj" tr="rheme">
<word posp="noun" gloss="fight"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" role="subj" tr="rheme">
<word posp="noun" gloss="time"/>
</np>
- </np>
- <np role="obj" tr="theme" number="plur">
- <np type="owner_owned" number="plur">
+ <np type="owner_owned" number="plur" role="obj" tr="theme">
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
</np>
- </np>
</s>
unwrapOwnerOwned:
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" locus="number" role="subj" tr="rheme">
<word posp="noun" gloss="fight"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" role="subj" tr="rheme">
<word posp="noun" gloss="time"/>
</np>
- <np type="owner_owned" number="plur" role="obj" tr="theme">
- <np number="plur" def="def" locus="number" role="owned">
+ <np number="plur" def="def" locus="number" role="owned" tr="theme">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- </np>
</s>
movedowntoword:
<s> <littrans>Their languages were shaped by fight and time.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="shape"/> + <word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np number="sing" locus="number" role="subj" tr="rheme"> - <word posp="noun" gloss="fight"/> + <word posp="noun" gloss="fight" number="sing" locus="number" role="subj" tr="rheme"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" role="subj" tr="rheme"> - <word posp="noun" gloss="time"/> + <word posp="noun" gloss="time" number="sing" locus="number" role="subj" tr="rheme"/> </np> <np number="plur" def="def" locus="number" role="owned" tr="theme"> - <word posp="noun" gloss="language"/> + <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" tr="theme"/> </np> <np def="def" number="plur" locus="number" role="owner" case="GEN"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN"/> </np> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for fight/noun/case/obligatoryGot NOM
About to call getSlotValue for time/noun/case/obligatory
Got NOM
About to call getSlotValue for language/noun/case/obligatory
Got NOM
About to call getSlotValue for 3.plur/pron/number/obligatory
Got plur
<s>
<littrans>Their languages were shaped by fight and time.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" locus="number" role="subj" tr="rheme">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="fight" number="sing" locus="number" role="subj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" role="subj" tr="rheme">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="time" number="sing" locus="number" role="subj" tr="rheme"/>
</np>
<np number="plur" def="def" locus="number" role="owned" tr="theme">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" tr="theme"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN">
<word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
</s>
flatten:
<s> - <littrans>Their languages were shaped by fight and time.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" locus="number" role="subj" tr="rheme"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="fight" number="sing" locus="number" role="subj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np number="sing" locus="number" role="subj" tr="rheme"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="time" number="sing" locus="number" role="subj" tr="rheme"/> - </np> - <np number="plur" def="def" locus="number" role="owned" tr="theme"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" tr="theme"/> - </np> - <np def="def" number="plur" locus="number" role="owner" case="GEN"> <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="fight" number="sing" locus="number" role="subj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="time" number="sing" locus="number" role="subj" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" tr="theme"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> + <word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ŋ i j a ɓ">ŋijaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="fight" number="sing" locus="number" role="subj" tr="rheme" ph="a ɓ">aɓ</word> + <word posp="conj" gloss="and" ph="k o r">kor</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="time" number="sing" locus="number" role="subj" tr="rheme" ph="a kʷ">akʷ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" tr="theme" ph="o k">ok</word> + <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" ph="kʰ aː">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ŋ i j a ɓ">ŋijaɓ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="fight" number="sing" locus="number" role="subj" tr="rheme" ph="a ɓ">aɓ</word> - <word posp="conj" gloss="and" ph="k o r">kor</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="time" number="sing" locus="number" role="subj" tr="rheme" ph="a kʷ">akʷ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" tr="theme" ph="o k">ok</word> - <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" ph="kʰ aː">kʰaː</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">ŋijaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="fight" number="sing" locus="number" role="subj" tr="rheme">aɓ</word> + <word posp="conj" gloss="and">kor</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="time" number="sing" locus="number" role="subj" tr="rheme">akʷ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" tr="theme">ok</word> + <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ŋijaɓ</span><br><span class="gls">shape</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">aɓ</span><br><span class="gls">fight</span></span> <span class="ilpair"><span class="mor">kor</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">akʷ</span><br><span class="gls">time</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ok</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">kʰaː</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span></p> + <p>ŋijaɓ nar kʰaɓ kor kʰakʷ kʰok kʰaːŋ</p> + <p>ngijabb nar khabb kor khaqu khok khaang</p> + <il> + <w> + <o>ŋijaɓ</o> + <g>shape</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>aɓ</o> + <g>fight</g> + </w> + <w> + <o>kor</o> + <g>and</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>akʷ</o> + <g>time</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ok</o> + <g>language</g> + </w> + <w> + <o>kʰaː</o> + <g>3.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + </il> </s>
initial XML:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp tam="past-punct">
<verb>copy</verb>
</vp>
<np def="def" number="plur" output="aspron" role="subj" tr="theme">
<noun>human being</noun>
</np>
<np role="obj" tr="rheme">
<np type="owner_owned">
<np def="neither" number="plur">
<conjp conj="and">
<np def="neither" number="plur">
<noun>mammal</noun>
</np>
<np def="neither" number="plur">
<noun>bird</noun>
</np>
</conjp>
</np>
<np number="plur" def="def">
<noun>sound</noun>
</np>
</np>
</np>
</s>cleanup:
<s> <littrans>They copied the sounds of mammals and birds.</littrans> - <vp tam="past-punct"> - <verb>copy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="copy"/> </vp> - <np def="def" number="plur" output="aspron" role="subj" tr="theme"> - <noun>human being</noun> + <np def="def" number="plur" output="aspron" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="human being"/> </np> <np role="obj" tr="rheme"> <np type="owner_owned"> - <np def="neither" number="plur"> + <np def="neither" number="plur" locus="number" role="owner"> <conjp conj="and"> - <np def="neither" number="plur"> - <noun>mammal</noun> + <np def="neither" number="plur" locus="number"> + <word posp="noun" gloss="mammal"/> </np> - <np def="neither" number="plur"> - <noun>bird</noun> + <np def="neither" number="plur" locus="number"> + <word posp="noun" gloss="bird"/> </np> </conjp> </np> - <np number="plur" def="def"> - <noun>sound</noun> + <np number="plur" def="def" locus="number" role="owned"> + <word posp="noun" gloss="sound"/> </np> </np> </np> </s>
module adj2noun:
No change.
module articles:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="copy"/>
</vp>
<np def="def" number="plur" output="aspron" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj" tr="rheme">
<np type="owner_owned">
- <np def="neither" number="plur" locus="number" role="owner">
+ <np number="plur" locus="number" role="owner">
<conjp conj="and">
- <np def="neither" number="plur" locus="number">
+ <np number="plur" locus="number">
<word posp="noun" gloss="mammal"/>
</np>
- <np def="neither" number="plur" locus="number">
+ <np number="plur" locus="number">
<word posp="noun" gloss="bird"/>
</np>
</conjp>
</np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="sound"/>
</np>
</np>
</np>
</s>
module nonpastonly:
<s> <littrans>They copied the sounds of mammals and birds.</littrans> - <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="copy"/> </vp> <np def="def" number="plur" output="aspron" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="human being"/> </np> <np role="obj" tr="rheme"> <np type="owner_owned"> <np number="plur" locus="number" role="owner"> <conjp conj="and"> <np number="plur" locus="number"> <word posp="noun" gloss="mammal"/> </np> <np number="plur" locus="number"> <word posp="noun" gloss="bird"/> </np> </conjp> </np> <np number="plur" def="def" locus="number" role="owned"> <word posp="noun" gloss="sound"/> </np> </np> </np> </s>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
</vp>
<np def="def" number="plur" output="aspron" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="human being"/>
</np>
<np role="obj" tr="rheme">
<np type="owner_owned">
- <np number="plur" locus="number" role="owner">
+ <np number="plur" locus="number" role="owner" case="GEN">
<conjp conj="and">
<np number="plur" locus="number">
<word posp="noun" gloss="mammal"/>
</np>
<np number="plur" locus="number">
<word posp="noun" gloss="bird"/>
</np>
</conjp>
</np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="sound"/>
</np>
</np>
</np>
</s>
module propagatenumber:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
</vp>
<np def="def" number="plur" output="aspron" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="human being"/>
</np>
- <np role="obj" tr="rheme">
- <np type="owner_owned">
+ <np role="obj" tr="rheme" number="plur">
+ <np type="owner_owned" number="plur">
<np number="plur" locus="number" role="owner" case="GEN">
<conjp conj="and">
<np number="plur" locus="number">
<word posp="noun" gloss="mammal"/>
</np>
<np number="plur" locus="number">
<word posp="noun" gloss="bird"/>
</np>
</conjp>
</np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="sound"/>
</np>
</np>
</np>
</s>
module simplifynumber:
No change.
createpronouns:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
</vp>
- <np def="def" number="plur" output="aspron" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" role="subj" tr="theme" locus="number">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" tr="rheme" number="plur">
<np type="owner_owned" number="plur">
<np number="plur" locus="number" role="owner" case="GEN">
<conjp conj="and">
<np number="plur" locus="number">
<word posp="noun" gloss="mammal"/>
</np>
<np number="plur" locus="number">
<word posp="noun" gloss="bird"/>
</np>
</conjp>
</np>
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="sound"/>
</np>
</np>
</np>
</s>
module ngen:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
</vp>
<np def="def" number="plur" role="subj" tr="theme" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" tr="rheme" number="plur">
<np type="owner_owned" number="plur">
+ <np number="plur" def="def" locus="number" role="owned">
+ <word posp="noun" gloss="sound"/>
+ </np>
<np number="plur" locus="number" role="owner" case="GEN">
<conjp conj="and">
<np number="plur" locus="number">
<word posp="noun" gloss="mammal"/>
</np>
<np number="plur" locus="number">
<word posp="noun" gloss="bird"/>
</np>
</conjp>
</np>
- <np number="plur" def="def" locus="number" role="owned">
- <word posp="noun" gloss="sound"/>
</np>
</np>
- </np>
</s>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
</vp>
<np def="def" number="plur" role="subj" tr="theme" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" tr="rheme" number="plur">
<np type="owner_owned" number="plur">
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="sound"/>
</np>
<np number="plur" locus="number" role="owner" case="GEN">
<conjp conj="and">
<np number="plur" locus="number">
<word posp="noun" gloss="mammal"/>
</np>
+ <word posp="conj" gloss="and"/>
<np number="plur" locus="number">
<word posp="noun" gloss="bird"/>
</np>
</conjp>
</np>
</np>
</np>
</s>
flattenconjp:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
</vp>
<np def="def" number="plur" role="subj" tr="theme" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" tr="rheme" number="plur">
<np type="owner_owned" number="plur">
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="sound"/>
</np>
<np number="plur" locus="number" role="owner" case="GEN">
- <conjp conj="and">
- <np number="plur" locus="number">
+ <np number="plur" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="mammal"/>
</np>
<word posp="conj" gloss="and"/>
- <np number="plur" locus="number">
+ <np number="plur" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="bird"/>
</np>
- </conjp>
</np>
</np>
</np>
</s>
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" role="subj" tr="theme" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" tr="rheme" number="plur">
<np type="owner_owned" number="plur">
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="sound"/>
</np>
<np number="plur" locus="number" role="owner" case="GEN">
<np number="plur" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="mammal"/>
</np>
<word posp="conj" gloss="and"/>
<np number="plur" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="bird"/>
</np>
</np>
</np>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" role="subj" tr="theme" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np role="obj" tr="rheme" number="plur">
- <np type="owner_owned" number="plur">
+ <np type="owner_owned" number="plur" role="obj" tr="rheme">
<np number="plur" def="def" locus="number" role="owned">
<word posp="noun" gloss="sound"/>
</np>
<np number="plur" locus="number" role="owner" case="GEN">
<np number="plur" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="mammal"/>
</np>
<word posp="conj" gloss="and"/>
<np number="plur" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="bird"/>
</np>
</np>
</np>
- </np>
</s>
unwrapOwnerOwned:
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" role="subj" tr="theme" locus="number">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np type="owner_owned" number="plur" role="obj" tr="rheme">
- <np number="plur" def="def" locus="number" role="owned">
+ <np number="plur" def="def" locus="number" role="owned" tr="rheme">
<word posp="noun" gloss="sound"/>
</np>
<np number="plur" locus="number" role="owner" case="GEN">
<np number="plur" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="mammal"/>
</np>
<word posp="conj" gloss="and"/>
<np number="plur" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="bird"/>
</np>
</np>
- </np>
</s>
movedowntoword:
<s> <littrans>They copied the sounds of mammals and birds.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="copy"/> + <word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np def="def" number="plur" role="subj" tr="theme" locus="number"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number"/> </np> <np number="plur" def="def" locus="number" role="owned" tr="rheme"> - <word posp="noun" gloss="sound"/> + <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" tr="rheme"/> </np> <np number="plur" locus="number" role="owner" case="GEN"> <np number="plur" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="mammal"/> + <word posp="noun" gloss="mammal" number="plur" locus="number" role="owner" case="GEN"/> </np> - <word posp="conj" gloss="and"/> + <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN"/> <np number="plur" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="bird"/> + <word posp="noun" gloss="bird" number="plur" locus="number" role="owner" case="GEN"/> </np> </np> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for 3.plur/pron/number/obligatoryGot plur
About to call getSlotValue for sound/noun/case/obligatory
Got NOM
About to call getSlotValue for mammal/noun/case/obligatory
Got GEN
About to call getSlotValue for bird/noun/case/obligatory
Got GEN
<s>
<littrans>They copied the sounds of mammals and birds.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="plur" role="subj" tr="theme" locus="number">
<word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<np number="plur" def="def" locus="number" role="owned" tr="rheme">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" tr="rheme"/>
</np>
<np number="plur" locus="number" role="owner" case="GEN">
<np number="plur" locus="number" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="mammal" number="plur" locus="number" role="owner" case="GEN"/>
</np>
<word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN"/>
<np number="plur" locus="number" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="bird" number="plur" locus="number" role="owner" case="GEN"/>
</np>
</np>
</s>
flatten:
<s> - <littrans>They copied the sounds of mammals and birds.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="plur" role="subj" tr="theme" locus="number"> <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <np number="plur" def="def" locus="number" role="owned" tr="rheme"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" tr="rheme"/> - </np> - <np number="plur" locus="number" role="owner" case="GEN"> - <np number="plur" locus="number" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="mammal" number="plur" locus="number" role="owner" case="GEN"/> - </np> <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN"/> - <np number="plur" locus="number" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="bird" number="plur" locus="number" role="owner" case="GEN"/> - </np> - </np> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="mammal" number="plur" locus="number" role="owner" case="GEN"/> - <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="bird" number="plur" locus="number" role="owner" case="GEN"/> + <word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="f e ɡʷ a ɡ">feɡʷaɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number" ph="kʰ aː">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" tr="rheme" ph="uː k">uːk</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="mammal" number="plur" locus="number" role="owner" case="GEN" ph="aː s i w e ɡ">aːsiweɡ</word> + <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" ph="k o r">kor</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="bird" number="plur" locus="number" role="owner" case="GEN" ph="o r">or</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="f e ɡʷ a ɡ">feɡʷaɡ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number" ph="kʰ aː">kʰaː</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" tr="rheme" ph="uː k">uːk</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="mammal" number="plur" locus="number" role="owner" case="GEN" ph="aː s i w e ɡ">aːsiweɡ</word> - <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" ph="k o r">kor</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="bird" number="plur" locus="number" role="owner" case="GEN" ph="o r">or</word> + <word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">feɡʷaɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number">kʰaː</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" tr="rheme">uːk</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="mammal" number="plur" locus="number" role="owner" case="GEN">aːsiweɡ</word> + <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN">kor</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="bird" number="plur" locus="number" role="owner" case="GEN">or</word> </flat> + <p><span class="ilpair"><span class="mor">feɡʷaɡ</span><br><span class="gls">copy</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰaː</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">uːk</span><br><span class="gls">sound</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">aːsiweɡ</span><br><span class="gls">mammal</span></span> <span class="ilpair"><span class="mor">kor</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">or</span><br><span class="gls">bird</span></span></p> + <p>feɡʷaɡ nar kʰaːŋ kʰuːk taːsiweɡ kor tor</p> + <p>fegwag nar khaang khuuk taasiweg kor tor</p> + <il> + <w> + <o>feɡʷaɡ</o> + <g>copy</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰaː</o> + <g>3.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>uːk</o> + <g>sound</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>aːsiweɡ</o> + <g>mammal</g> + </w> + <w> + <o>kor</o> + <g>and</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>or</o> + <g>bird</g> + </w> + </il> </s>
initial XML:
<s connector="but">
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp tam="past-punct">
<verb>arise</verb>
</vp>
<np role="subj" tr="theme">
<relp>
<vp tam="pres-state" evidence="inferred">
<verb>be</verb>
</vp>
<np def="def" number="sing" role="subj" tr="theme" head="this">
<noun>langname</noun>
</np>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur">
<pron person="1incl" number="plur"/>
</np>
<np def="def" number="sing" tr="theme">
<noun>language</noun>
</np>
</np>
</np>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<np def="indef" number="sing">
<noun>manner</noun>
<adj>different</adj>
</np>
</pp>
</s>cleanup:
<s connector="but"> <littrans>But XXX, which is our language, arose in a different way.</littrans> - <vp tam="past-punct"> - <verb>arise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <relp> - <vp tam="pres-state" evidence="inferred"> - <verb>be</verb> + <vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="be"/> </vp> - <np def="def" number="sing" role="subj" tr="theme" head="this"> - <noun>langname</noun> + <np def="def" number="sing" role="subj" tr="theme" head="this" locus="number"> + <word posp="noun" gloss="langname"/> </np> <np role="obj"> <np type="owner_owned" tr="rheme"> - <np def="def" number="plur"> - <pron person="1incl" number="plur"/> + <np def="def" number="plur" locus="number" role="owner"> + <word person="1incl" number="plur" posp="pron"/> </np> - <np def="def" number="sing" tr="theme"> - <noun>language</noun> + <np def="def" number="sing" tr="theme" locus="number" role="owned"> + <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> - <np def="indef" number="sing"> - <noun>manner</noun> - <adj>different</adj> + <np def="indef" number="sing" locus="number"> + <word posp="noun" gloss="manner"/> + <word posp="adj" gloss="different"/> </np> </pp> </s>
module adj2noun:
<s connector="but">
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme">
<relp>
<vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="be"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" head="this" locus="number">
<word posp="noun" gloss="langname"/>
</np>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</relp>
</np>
<pp p="in" precise="no" location="inside">
- <np def="indef" number="sing" locus="number">
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="different" lexposp="adj"/>
+ </np>
+ <np role="owned" def="indef" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
- <word posp="adj" gloss="different"/>
</np>
+ </np>
</pp>
</s>
module articles:
<s connector="but">
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme">
<relp>
<vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="be"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" head="this" locus="number">
<word posp="noun" gloss="langname"/>
</np>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
- <np role="owned" def="indef" number="sing" locus="number">
+ <np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
</pp>
</s>
module nonpastonly:
<s connector="but"> <littrans>But XXX, which is our language, arose in a different way.</littrans> - <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="arise"/> </vp> <np role="subj" tr="theme"> <relp> - <vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" head="this" locus="number"> <word posp="noun" gloss="langname"/> </np> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> </np> </np> </pp> </s>
module noepistemic:
<s connector="but">
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme">
<relp>
- <vp evidence="inferred" 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">
<word posp="verb" gloss="be"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" head="this" locus="number">
<word posp="noun" gloss="langname"/>
</np>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
</pp>
</s>
module RelN:
<s connector="but">
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
- <np def="def" number="sing" role="subj" tr="theme" head="this" locus="number">
- <word posp="noun" gloss="langname"/>
- </np>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" tr="theme" locus="number">
+ <word posp="noun" gloss="langname"/>
</np>
+ </np>
<pp p="in" precise="no" location="inside">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
</pp>
</s>
module sentenceconnectors:
<s connector="but">
+ <word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme">
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
</pp>
</s>
module complementise:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
</pp>
</s>
tva1tva2
module affixdensity:
No change.
module adpositions:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme">
<subs>
<word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
+ <word gloss="in" posp="pp"/>
<np type="owner_owned">
+ <np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
+ </np>
+ </np>
</pp>
</s>
module constorder:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme">
<subs>
- <word gloss="COMP" posp="pp"/>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
- <word posp="verb" gloss="be"/>
- </vp>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <word posp="verb" gloss="be"/>
+ </vp>
+ <word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module casemarking:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
- <np role="subj" tr="theme">
+ <np role="subj" tr="theme" case="NOM">
<subs>
<np role="obj">
<np type="owner_owned" tr="rheme">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module markowner:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme" case="NOM">
<subs>
<np role="obj">
<np type="owner_owned" tr="rheme">
- <np def="def" number="plur" locus="number" role="owner">
+ <np def="def" number="plur" locus="number" role="owner" case="GEN">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module propagatenumber:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
- <np role="subj" tr="theme" case="NOM">
+ <np role="subj" tr="theme" case="NOM" number="sing">
<subs>
- <np role="obj">
- <np type="owner_owned" tr="rheme">
+ <np role="obj" number="plur">
+ <np type="owner_owned" tr="rheme" number="sing">
<np def="def" number="plur" locus="number" role="owner" case="GEN">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme" case="NOM" number="sing">
<subs>
<np role="obj" number="plur">
<np type="owner_owned" tr="rheme" number="sing">
- <np def="def" number="plur" locus="number" role="owner" case="GEN">
- <word person="1incl" number="plur" posp="pron"/>
- </np>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
+ <np def="def" number="plur" locus="number" role="owner" case="GEN">
+ <word person="1incl" number="plur" posp="pron"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
- <np type="owner_owned" number="sing">
- <np number="sing" def="def" role="owner" case="GEN">
- <word posp="noun" gloss="different" lexposp="adj"/>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
</np>
+ <np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
+ <np number="sing" def="def" role="owner" case="GEN">
+ <word posp="noun" gloss="different" lexposp="adj"/>
</np>
- <np def="def" number="sing">
- <word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme" case="NOM" number="sing">
<subs>
<np role="obj" number="plur">
<np type="owner_owned" tr="rheme" number="sing">
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN">
- <word person="1incl" number="plur" posp="pron"/>
+ <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</s>
copyuptophrase:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
</vp>
<np role="subj" tr="theme" case="NOM" number="sing">
<subs>
<np role="obj" number="plur">
<np type="owner_owned" tr="rheme" number="sing">
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
- <np def="def" number="plur" locus="number" role="owner" case="GEN">
+ <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
</np>
</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" obj="3.plur">
<word posp="verb" gloss="be"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</s>
prodrop:
No change.
addclitics:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="subj" tr="theme" case="NOM" number="sing">
<subs>
<np role="obj" number="plur">
<np type="owner_owned" tr="rheme" number="sing">
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur">
<word posp="verb" gloss="be"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="langname"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="subj" tr="theme" case="NOM" number="sing">
<subs>
- <np role="obj" number="plur">
- <np type="owner_owned" tr="rheme" number="sing">
+ <np type="owner_owned" tr="rheme" number="sing" role="obj">
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
</np>
- </np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur">
<word posp="verb" gloss="be"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" number="sing" role="subj" tr="theme" locus="number">
+ <np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="langname"/>
</np>
- </np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</s>
unwrapOwnerOwned:
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<subs>
- <np type="owner_owned" tr="rheme" number="sing" role="obj">
<np def="def" number="sing" tr="theme" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
- </np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur">
<word posp="verb" gloss="be"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="langname"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
- <np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="manner"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="different" lexposp="adj"/>
</np>
- </np>
- </np>
</pp>
</s>
movedowntoword:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="arise"/> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <subs> <np def="def" number="sing" tr="theme" locus="number" role="owned"> - <word posp="noun" gloss="language"/> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> </np> <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"> - <word posp="verb" gloss="be"/> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"> - <word posp="noun" gloss="langname"/> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/> </np> <pp p="in" precise="no" location="inside"> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> <np def="def" number="sing"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing"/> </np> <np role="owned" number="sing" locus="number"> - <word posp="noun" gloss="manner"/> + <word posp="noun" gloss="manner" role="owned" number="sing" locus="number"/> </np> <np number="sing" def="def" role="owner" case="GEN"> - <word posp="noun" gloss="different" lexposp="adj"/> + <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> </np> </pp> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for language/noun/case/obligatoryGot NOM
About to call getSlotValue for 1incl.plur/pron/number/obligatory
Got plur
About to call getSlotValue for langname/noun/case/obligatory
Got NOM
About to call getSlotValue for inside/noun/case/obligatory
Got NOM
About to call getSlotValue for manner/noun/case/obligatory
Got NOM
About to call getSlotValue for different/noun/case/obligatory
Got GEN
<s connector="but">
<word gloss="but" posp="conj"/>
<littrans>But XXX, which is our language, arose in a different way.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<subs>
<np def="def" number="sing" tr="theme" locus="number" role="owned">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur">
<word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp" p="in" precise="no" location="inside"/>
<np def="def" number="sing">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="inside" def="def" number="sing"/>
</np>
<np role="owned" number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="manner" role="owned" number="sing" locus="number"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/>
</np>
</pp>
</s>
flatten:
<s connector="but"> + <flat> <word gloss="but" posp="conj"/> - <littrans>But XXX, which is our language, arose in a different way.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <subs> - <np def="def" number="sing" tr="theme" locus="number" role="owned"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> - </np> - <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"> <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> <word gloss="COMP" posp="pp"/> - </subs> - <np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/> - </np> - <pp p="in" precise="no" location="inside"> <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - <np def="def" number="sing"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="inside" def="def" number="sing"/> - </np> - <np role="owned" number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="manner" role="owned" number="sing" locus="number"/> - </np> - <np number="sing" def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - </np> - </pp> + </flat> </s>
addvocab:
-<s connector="but"> +<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj"/> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="COMP" posp="pp"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/> - <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="inside" def="def" number="sing"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="manner" role="owned" number="sing" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> + <word gloss="but" posp="conj" ph="t i s">tis</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="r u j aː kʷ">rujaːkʷ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" ph="o k">ok</word> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN" ph="t͡ɕ o">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" ph="j e ŋʷ">jeŋʷ</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="COMP" posp="pp" ph="t͡ɕ u ɲ iː ɡʷ">t͡ɕuɲiːɡʷ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="a ɲ e z">aɲez</word> + <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="b o ɓ">boɓ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" ph="u t͡ɕ">ut͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="manner" role="owned" number="sing" locus="number" ph="uː f u d">uːfud</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="u ɡ e t͡ʃ">uɡet͡ʃ</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj" ph="t i s">tis</word> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="r u j aː kʷ">rujaːkʷ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" ph="o k">ok</word> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN" ph="t͡ɕ o">t͡ɕo</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" ph="j e ŋʷ">jeŋʷ</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="COMP" posp="pp" ph="t͡ɕ u ɲ iː ɡʷ">t͡ɕuɲiːɡʷ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="a ɲ e z">aɲez</word> - <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="b o ɓ">boɓ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="u t͡ɕ">ut͡ɕ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="manner" role="owned" number="sing" locus="number" ph="uː f u d">uːfud</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="u ɡ e t͡ʃ">uɡet͡ʃ</word> + <word gloss="but" posp="conj">tis</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">rujaːkʷ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned">ok</word> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur">jeŋʷ</word> + <word gloss="COMP" posp="pp">t͡ɕuɲiːɡʷ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM">aɲez</word> + <word gloss="in" posp="pp" p="in" precise="no" location="inside">boɓ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing">ut͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="manner" role="owned" number="sing" locus="number">uːfud</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" case="GEN">uɡet͡ʃ</word> </flat> + <p><span class="ilpair"><span class="mor">tis</span><br><span class="gls">but</span></span> <span class="ilpair"><span class="mor">rujaːkʷ</span><br><span class="gls">arise</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ok</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">t͡ɕo</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">jeŋʷ</span><br><span class="gls">be</span></span> <span class="ilpair"><span class="mor">t͡ɕuɲiːɡʷ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">aɲez</span><br><span class="gls">langname</span></span> <span class="ilpair"><span class="mor">boɓ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ut͡ɕ</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">uːfud</span><br><span class="gls">manner</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">uɡet͡ʃ</span><br><span class="gls">different</span></span></p> + <p>tis rujaːkʷ nar kʰok t͡ɕoŋ jeŋʷ t͡ɕuɲiːɡʷ kʰaɲez boɓ kʰut͡ɕ kʰuːfud tuɡet͡ʃ</p> + <p>tis rujaaqu nar khok tyong jengw tyuñiigw khañez bobb khuty khuufud tugech</p> + <il> + <w> + <o>tis</o> + <g>but</g> + </w> + <w> + <o>rujaːkʷ</o> + <g>arise</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ok</o> + <g>language</g> + </w> + <w> + <o>t͡ɕo</o> + <g>1incl.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + <w> + <o>jeŋʷ</o> + <g>be</g> + </w> + <w> + <o>t͡ɕuɲiːɡʷ</o> + <g>COMP</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>aɲez</o> + <g>langname</g> + </w> + <w> + <o>boɓ</o> + <g>in</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ut͡ɕ</o> + <g>inside</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>uːfud</o> + <g>manner</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>uɡet͡ʃ</o> + <g>different</g> + </w> + </il> </s>
initial XML:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp tam="past-punct">
<verb>appear</verb>
</vp>
<np def="def" number="sing" output="aspron" role="subj" tr="theme">
<noun>language</noun>
</np>
<np role="pred">
<conjp conj="and">
<np number="sing" def="neither">
<adj>whole</adj>
</np>
<np number="sing" def="neither">
<adj>perfect</adj>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<np def="indef" number="sing">
<noun>breath</noun>
<adj>single</adj>
</np>
</pp>
</s>cleanup:
<s> <littrans>It appeared whole and perfect in a single breath</littrans> - <vp tam="past-punct"> - <verb>appear</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="appear"/> </vp> - <np def="def" number="sing" output="aspron" role="subj" tr="theme"> - <noun>language</noun> + <np def="def" number="sing" output="aspron" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="language"/> </np> <np role="pred"> <conjp conj="and"> - <np number="sing" def="neither"> - <adj>whole</adj> + <np number="sing" def="neither" locus="number"> + <word posp="adj" gloss="whole"/> </np> - <np number="sing" def="neither"> - <adj>perfect</adj> + <np number="sing" def="neither" locus="number"> + <word posp="adj" gloss="perfect"/> </np> </conjp> </np> <pp p="in" precise="no" location="inside"> - <np def="indef" number="sing"> - <noun>breath</noun> - <adj>single</adj> + <np def="indef" number="sing" locus="number"> + <word posp="noun" gloss="breath"/> + <word posp="adj" gloss="single"/> </np> </pp> </s>
module adj2noun:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="appear"/>
</vp>
<np def="def" number="sing" output="aspron" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="language"/>
</np>
<np role="pred">
<conjp conj="and">
- <np number="sing" def="neither" locus="number">
- <word posp="adj" gloss="whole"/>
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="whole" lexposp="adj"/>
</np>
- <np number="sing" def="neither" locus="number">
- <word posp="adj" gloss="perfect"/>
+ <np role="owned" number="sing" def="neither" locus="number"/>
</np>
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="perfect" lexposp="adj"/>
+ </np>
+ <np role="owned" number="sing" def="neither" locus="number"/>
+ </np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
- <np def="indef" number="sing" locus="number">
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="single" lexposp="adj"/>
+ </np>
+ <np role="owned" def="indef" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
- <word posp="adj" gloss="single"/>
</np>
+ </np>
</pp>
</s>
module articles:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="appear"/>
</vp>
<np def="def" number="sing" output="aspron" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="language"/>
</np>
<np role="pred">
<conjp conj="and">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
- <np role="owned" number="sing" def="neither" locus="number"/>
+ <np role="owned" number="sing" locus="number"/>
</np>
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
- <np role="owned" number="sing" def="neither" locus="number"/>
+ <np role="owned" number="sing" locus="number"/>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
- <np role="owned" def="indef" number="sing" locus="number">
+ <np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
</np>
</pp>
</s>
module nonpastonly:
<s> <littrans>It appeared whole and perfect in a single breath</littrans> - <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="appear"/> </vp> <np def="def" number="sing" output="aspron" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="language"/> </np> <np role="pred"> <conjp conj="and"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="whole" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"/> </np> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="perfect" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"/> </np> </conjp> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="single" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="breath"/> </np> </np> </pp> </s>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
</vp>
<np def="def" number="sing" output="aspron" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="language"/>
</np>
<np role="pred">
<conjp conj="and">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number"/>
</np>
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number"/>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
+ <word gloss="in" posp="pp"/>
<np type="owner_owned">
+ <np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
</np>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
+ </np>
+ </np>
</pp>
</s>
module constorder:
No change.
module casemarking:
No change.
module markowner:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
</vp>
<np def="def" number="sing" output="aspron" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="language"/>
</np>
<np role="pred">
<conjp conj="and">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number"/>
</np>
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number"/>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module propagatenumber:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
</vp>
<np def="def" number="sing" output="aspron" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="language"/>
</np>
- <np role="pred">
+ <np role="pred" number="plur">
<conjp conj="and">
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number"/>
</np>
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number"/>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module simplifynumber:
No change.
createpronouns:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
</vp>
- <np def="def" number="sing" output="aspron" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="language"/>
+ <np def="def" number="sing" role="subj" tr="theme" locus="number">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur">
<conjp conj="and">
<np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number"/>
</np>
<np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number"/>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module ngen:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur">
<conjp conj="and">
<np type="owner_owned" number="sing">
+ <np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
- <np role="owned" number="sing" locus="number"/>
</np>
<np type="owner_owned" number="sing">
+ <np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
- <np role="owned" number="sing" locus="number"/>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
- <np type="owner_owned" number="sing">
- <np number="sing" def="def" role="owner" case="GEN">
- <word posp="noun" gloss="single" lexposp="adj"/>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
</np>
+ <np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
+ <np number="sing" def="def" role="owner" case="GEN">
+ <word posp="noun" gloss="single" lexposp="adj"/>
</np>
- <np def="def" number="sing">
- <word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur">
<conjp conj="and">
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
</np>
+ <word posp="conj" gloss="and"/>
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</s>
flattenconjp:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur">
- <conjp conj="and">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="pred">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
</np>
<word posp="conj" gloss="and"/>
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="pred">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
</np>
- </conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</s>
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur">
<np type="owner_owned" number="sing" role="pred">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
</np>
<word posp="conj" gloss="and"/>
<np type="owner_owned" number="sing" role="pred">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
<np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
</np>
</np>
</pp>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur">
- <np type="owner_owned" number="sing" role="pred">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="whole" lexposp="adj"/>
</np>
- </np>
<word posp="conj" gloss="and"/>
- <np type="owner_owned" number="sing" role="pred">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="perfect" lexposp="adj"/>
</np>
</np>
- </np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" number="sing">
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
- <np type="owner_owned" number="sing">
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="breath"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="single" lexposp="adj"/>
</np>
- </np>
- </np>
</pp>
</s>
movedowntoword:
<s> <littrans>It appeared whole and perfect in a single breath</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="appear"/> + <word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number"/> </np> <np role="pred" number="plur"> <np role="owned" number="sing" locus="number"/> <np number="sing" def="def" role="owner" case="GEN"> - <word posp="noun" gloss="whole" lexposp="adj"/> + <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> </np> - <word posp="conj" gloss="and"/> + <word posp="conj" gloss="and" role="pred" number="plur"/> <np role="owned" number="sing" locus="number"/> <np number="sing" def="def" role="owner" case="GEN"> - <word posp="noun" gloss="perfect" lexposp="adj"/> + <word posp="noun" gloss="perfect" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> </np> </np> <pp p="in" precise="no" location="inside"> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> <np def="def" number="sing"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing"/> </np> <np role="owned" number="sing" locus="number"> - <word posp="noun" gloss="breath"/> + <word posp="noun" gloss="breath" role="owned" number="sing" locus="number"/> </np> <np number="sing" def="def" role="owner" case="GEN"> - <word posp="noun" gloss="single" lexposp="adj"/> + <word posp="noun" gloss="single" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> </np> </pp> </s>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for 3.sing/pron/number/obligatoryGot sing
About to call getSlotValue for whole/noun/case/obligatory
Got GEN
About to call getSlotValue for perfect/noun/case/obligatory
Got GEN
About to call getSlotValue for inside/noun/case/obligatory
Got NOM
About to call getSlotValue for breath/noun/case/obligatory
Got NOM
About to call getSlotValue for single/noun/case/obligatory
Got GEN
<s>
<littrans>It appeared whole and perfect in a single breath</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="subj" tr="theme" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<np role="pred" number="plur">
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/>
</np>
<word posp="conj" gloss="and" role="pred" number="plur"/>
<np role="owned" number="sing" locus="number"/>
<np number="sing" def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="perfect" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp" p="in" precise="no" location="inside"/>
<np def="def" number="sing">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="inside" def="def" number="sing"/>
</np>
<np role="owned" number="sing" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="breath" role="owned" number="sing" locus="number"/>
</np>
<np number="sing" def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="single" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/>
</np>
</pp>
</s>
flatten:
<s> - <littrans>It appeared whole and perfect in a single breath</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <np role="pred" number="plur"> - <np role="owned" number="sing" locus="number"/> - <np number="sing" def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - </np> <word posp="conj" gloss="and" role="pred" number="plur"/> - <np role="owned" number="sing" locus="number"/> - <np number="sing" def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="perfect" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - </np> - </np> - <pp p="in" precise="no" location="inside"> <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - <np def="def" number="sing"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="inside" def="def" number="sing"/> - </np> - <np role="owned" number="sing" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="breath" role="owned" number="sing" locus="number"/> - </np> - <np number="sing" def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="single" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - </np> - </pp> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - <word posp="conj" gloss="and" role="pred" number="plur"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="perfect" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> - <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="inside" def="def" number="sing"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="breath" role="owned" number="sing" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="single" lexposp="adj" number="sing" def="def" role="owner" case="GEN"/> + <word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="t͡ɕ a b oː r">t͡ɕaboːr</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number" ph="n e">ne</word> + <thingy type="pronnumber" function="suffix" gloss="sing" attach="suffix" ph="kʼʷ">kʼʷ</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="i w">iw</word> + <word posp="conj" gloss="and" role="pred" number="plur" ph="k o r">kor</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="perfect" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="i kʼ i t͡ʃ a ɡʷ">ikʼit͡ʃaɡʷ</word> + <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="b o ɓ">boɓ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" ph="u t͡ɕ">ut͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="breath" role="owned" number="sing" locus="number" ph="i ʃ a ɡ e t">iʃaɡet</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> + <word posp="noun" gloss="single" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="o r a ɡʷ">oraɡʷ</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="t͡ɕ a b oː r">t͡ɕaboːr</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number" ph="n e">ne</word> - <thingy type="pronnumber" function="suffix" gloss="sing" attach="suffix" ph="kʼʷ">kʼʷ</thingy> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="i w">iw</word> - <word posp="conj" gloss="and" role="pred" number="plur" ph="k o r">kor</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="perfect" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="i kʼ i t͡ʃ a ɡʷ">ikʼit͡ʃaɡʷ</word> - <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="b o ɓ">boɓ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="u t͡ɕ">ut͡ɕ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="breath" role="owned" number="sing" locus="number" ph="i ʃ a ɡ e t">iʃaɡet</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="t">t</thingy> - <word posp="noun" gloss="single" lexposp="adj" number="sing" def="def" role="owner" case="GEN" ph="o r a ɡʷ">oraɡʷ</word> + <word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">t͡ɕaboːr</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number">ne</word> + <thingy type="pronnumber" function="suffix" gloss="sing">kʼʷ</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="whole" lexposp="adj" number="sing" def="def" role="owner" case="GEN">iw</word> + <word posp="conj" gloss="and" role="pred" number="plur">kor</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="perfect" lexposp="adj" number="sing" def="def" role="owner" case="GEN">ikʼit͡ʃaɡʷ</word> + <word gloss="in" posp="pp" p="in" precise="no" location="inside">boɓ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="inside" def="def" number="sing">ut͡ɕ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="breath" role="owned" number="sing" locus="number">iʃaɡet</word> + <thingy type="nouncase" function="prefix" gloss="GEN">t</thingy> + <word posp="noun" gloss="single" lexposp="adj" number="sing" def="def" role="owner" case="GEN">oraɡʷ</word> </flat> + <p><span class="ilpair"><span class="mor">t͡ɕaboːr</span><br><span class="gls">appear</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ne</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">-kʼʷ</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">iw</span><br><span class="gls">whole</span></span> <span class="ilpair"><span class="mor">kor</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ikʼit͡ʃaɡʷ</span><br><span class="gls">perfect</span></span> <span class="ilpair"><span class="mor">boɓ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ut͡ɕ</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">iʃaɡet</span><br><span class="gls">breath</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">oraɡʷ</span><br><span class="gls">single</span></span></p> + <p>t͡ɕaboːr nar nekʼʷ tiw kor tikʼit͡ʃaɡʷ boɓ kʰut͡ɕ kʰiʃaɡet toraɡʷ</p> + <p>tyaboor nar negqu tiw kor tigkichagw bobb khuty khishaget toragw</p> + <il> + <w> + <o>t͡ɕaboːr</o> + <g>appear</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>ne</o> + <g>3.sing</g> + </w> + <w> + <o>-kʼʷ</o> + <g>sing</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>iw</o> + <g>whole</g> + </w> + <w> + <o>kor</o> + <g>and</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>ikʼit͡ʃaɡʷ</o> + <g>perfect</g> + </w> + <w> + <o>boɓ</o> + <g>in</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ut͡ɕ</o> + <g>inside</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>iʃaɡet</o> + <g>breath</g> + </w> + <w> + <o>t-</o> + <g>GEN</g> + </w> + <w> + <o>oraɡʷ</o> + <g>single</g> + </w> + </il> </s>
initial XML:
<s>
<littrans>Our language did not evolve.</littrans>
<vp tam="past-punct" negation="yes">
<verb>evolve</verb>
</vp>
<np role="subj" tr="theme">
<np type="owner_owned">
<np def="def" number="plur">
<pron person="1incl" number="plur"/>
</np>
<np def="def" number="sing">
<noun>language</noun>
</np>
</np>
</np>
</s>cleanup:
<s> <littrans>Our language did not evolve.</littrans> - <vp tam="past-punct" negation="yes"> - <verb>evolve</verb> + <vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="evolve"/> </vp> <np role="subj" tr="theme"> <np type="owner_owned"> - <np def="def" number="plur"> - <pron person="1incl" number="plur"/> + <np def="def" number="plur" locus="number" role="owner"> + <word person="1incl" number="plur" posp="pron"/> </np> - <np def="def" number="sing"> - <noun>language</noun> + <np def="def" number="sing" locus="number" role="owned"> + <word posp="noun" gloss="language"/> </np> </np> </np> </s>
module adj2noun:
No change.
module articles:
No change.
module nonpastonly:
<s> <littrans>Our language did not evolve.</littrans> - <vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="evolve"/> </vp> <np role="subj" tr="theme"> <np type="owner_owned"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> </s>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
</vp>
- <np role="subj" tr="theme">
+ <np role="subj" tr="theme" case="NOM">
<np type="owner_owned">
<np def="def" number="plur" locus="number" role="owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</s>
module markowner:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
</vp>
<np role="subj" tr="theme" case="NOM">
<np type="owner_owned">
- <np def="def" number="plur" locus="number" role="owner">
+ <np def="def" number="plur" locus="number" role="owner" case="GEN">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</s>
module propagatenumber:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
</vp>
- <np role="subj" tr="theme" case="NOM">
- <np type="owner_owned">
+ <np role="subj" tr="theme" case="NOM" number="plur">
+ <np type="owner_owned" number="sing">
<np def="def" number="plur" locus="number" role="owner" case="GEN">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np def="def" number="sing" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</s>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
</vp>
<np role="subj" tr="theme" case="NOM" number="plur">
<np type="owner_owned" number="sing">
- <np def="def" number="plur" locus="number" role="owner" case="GEN">
- <word person="1incl" number="plur" posp="pron"/>
- </np>
<np def="def" number="sing" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
+ <np def="def" number="plur" locus="number" role="owner" case="GEN">
+ <word person="1incl" number="plur" posp="pron"/>
</np>
</np>
+ </np>
</s>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
</vp>
<np role="subj" tr="theme" case="NOM" number="plur">
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN">
- <word person="1incl" number="plur" posp="pron"/>
+ <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
</np>
</np>
</s>
copyuptophrase:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
</vp>
<np role="subj" tr="theme" case="NOM" number="plur">
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
- <np def="def" number="plur" locus="number" role="owner" case="GEN">
+ <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
</np>
</np>
</s>
prodrop:
No change.
addclitics:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="NEG"/>
</vp>
<np role="subj" tr="theme" case="NOM" number="plur">
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
</np>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="NEG"/>
</vp>
- <np role="subj" tr="theme" case="NOM" number="plur">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="subj" tr="theme" case="NOM">
<np def="def" number="sing" locus="number" role="owned">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
</np>
- </np>
</s>
unwrapOwnerOwned:
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="NEG"/>
</vp>
- <np type="owner_owned" number="sing" role="subj" tr="theme" case="NOM">
- <np def="def" number="sing" locus="number" role="owned">
+ <np def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM">
<word posp="noun" gloss="language"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
- </np>
</s>
movedowntoword:
<s> <littrans>Our language did not evolve.</littrans> <vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="evolve"/> + <word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="NEG"/> </vp> <np def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM"> - <word posp="noun" gloss="language"/> + <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM"/> </np> <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> </np> </s>
addaffixes:
About to call getSlotValue for language/noun/case/obligatoryGot NOM
About to call getSlotValue for 1incl.plur/pron/number/obligatory
Got plur
<s>
<littrans>Our language did not evolve.</littrans>
<vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="NEG"/>
</vp>
<np def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM"/>
</np>
<np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
</s>
flatten:
<s> - <littrans>Our language did not evolve.</littrans> - <vp negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="NEG"/> - </vp> - <np def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM"/> - </np> - <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="NEG"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM"/> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> + <word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="tʰ a t͡ɕ a ɓ">tʰat͡ɕaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="NEG" ph="l u t͡ɕ">lut͡ɕ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> + <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM" ph="o k">ok</word> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN" ph="t͡ɕ o">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="tʰ a t͡ɕ a ɓ">tʰat͡ɕaɓ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="NEG" ph="l u t͡ɕ">lut͡ɕ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="kʰ">kʰ</thingy> - <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM" ph="o k">ok</word> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN" ph="t͡ɕ o">t͡ɕo</word> - <thingy type="pronnumber" function="suffix" gloss="plur" attach="suffix" ph="ŋ">ŋ</thingy> + <word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">tʰat͡ɕaɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <thingy type="vpnegation" function="enclitic" gloss="NEG">lut͡ɕ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">kʰ</thingy> + <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" tr="theme" case="NOM">ok</word> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN">t͡ɕo</word> + <thingy type="pronnumber" function="suffix" gloss="plur">ŋ</thingy> </flat> + <p><span class="ilpair"><span class="mor">tʰat͡ɕaɓ</span><br><span class="gls">evolve</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">lut͡ɕ</span><br><span class="gls"><span class="glssc">NEG</span></span></span> <span class="ilpair"><span class="mor">kʰ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ok</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">t͡ɕo</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">-ŋ</span><br><span class="gls">plur</span></span></p> + <p>tʰat͡ɕaɓ nar lut͡ɕ kʰok t͡ɕoŋ</p> + <p>thatyabb nar luty khok tyong</p> + <il> + <w> + <o>tʰat͡ɕaɓ</o> + <g>evolve</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>lut͡ɕ</o> + <g>NEG</g> + </w> + <w> + <o>kʰ-</o> + <g>NOM</g> + </w> + <w> + <o>ok</o> + <g>language</g> + </w> + <w> + <o>t͡ɕo</o> + <g>1incl.plur</g> + </w> + <w> + <o>-ŋ</o> + <g>plur</g> + </w> + </il> </s>
initial XML:
<s>
<littrans>It was created.</littrans>
<vp tam="past-punct">
<verb>create</verb>
</vp>
<np role="obj" def="def" number="sing" output="aspron">
<noun>language</noun>
</np>
</s>cleanup:
<s> <littrans>It was created.</littrans> - <vp tam="past-punct"> - <verb>create</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="create"/> </vp> - <np role="obj" def="def" number="sing" output="aspron"> - <noun>language</noun> + <np role="obj" def="def" number="sing" output="aspron" locus="number"> + <word posp="noun" gloss="language"/> </np> </s>
module adj2noun:
No change.
module articles:
No change.
module nonpastonly:
<s> <littrans>It was created.</littrans> - <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="create"/> </vp> <np role="obj" def="def" number="sing" output="aspron" locus="number"> <word posp="noun" gloss="language"/> </np> </s>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<s>
<littrans>It was created.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="create"/>
</vp>
- <np role="obj" def="def" number="sing" output="aspron" locus="number">
+ <np role="obj" def="def" number="sing" output="aspron" locus="number" case="NOM">
<word posp="noun" gloss="language"/>
</np>
</s>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<s>
<littrans>It was created.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="create"/>
</vp>
- <np role="obj" def="def" number="sing" output="aspron" locus="number" case="NOM">
- <word posp="noun" gloss="language"/>
+ <np role="obj" def="def" number="sing" locus="number" case="NOM">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
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:
<s>
<littrans>It was created.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="create"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" number="sing" locus="number" case="NOM">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<s> <littrans>It was created.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="create"/> + <word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> <np role="obj" def="def" number="sing" locus="number" case="NOM"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="NOM"/> </np> </s>
addaffixes:
About to call getSlotValue for 3.sing/pron/number/obligatoryGot sing
<s>
<littrans>It was created.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" number="sing" locus="number" case="NOM">
<word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="NOM"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
</s>
flatten:
<s> - <littrans>It was created.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np role="obj" def="def" number="sing" locus="number" case="NOM"> <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="NOM"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> + </flat> </s>
addvocab:
-<s> +<s translation=""> <flat> - <word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="NOM"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> + <word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="l i r i p">lirip</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="NOM" ph="n e">ne</word> + <thingy type="pronnumber" function="suffix" gloss="sing" attach="suffix" ph="kʼʷ">kʼʷ</thingy> </flat> </s>
vowelharmony:
No change.
removetags:
<s translation=""> <flat> - <word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="l i r i p">lirip</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="n a r">nar</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="NOM" ph="n e">ne</word> - <thingy type="pronnumber" function="suffix" gloss="sing" attach="suffix" ph="kʼʷ">kʼʷ</thingy> + <word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">lirip</word> + <thingy type="vpta" function="enclitic" gloss="PAST">nar</thingy> + <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="NOM">ne</word> + <thingy type="pronnumber" function="suffix" gloss="sing">kʼʷ</thingy> </flat> + <p><span class="ilpair"><span class="mor">lirip</span><br><span class="gls">create</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ne</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">-kʼʷ</span><br><span class="gls">sing</span></span></p> + <p>lirip nar nekʼʷ</p> + <p>lirip nar negqu</p> + <il> + <w> + <o>lirip</o> + <g>create</g> + </w> + <w> + <o>nar</o> + <g>PAST</g> + </w> + <w> + <o>ne</o> + <g>3.sing</g> + </w> + <w> + <o>-kʼʷ</o> + <g>sing</g> + </w> + </il> </s>
Tyasat luty tyong kheñ tiid. Ngijabb nar khabb kor khaqu khok khaang. Fegwag nar khaang khuuk taasiweg kor tor. Tis rujaaqu nar khok tyong jengw tyuñiigw khañez bobb khuty khuufud tugech. Tyaboor nar negqu tiw kor tigkichagw bobb khuty khishaget toragw. Thatyabb nar luty khok tyong, lirip nar negqu.
We are not like other people. Their languages were shaped by struggle and time. They copied the sounds of beasts and birds, and they learned to speak like that. But our language arose in a different way. It was born whole and perfect in a single breath. Our language did not evolve; it was created.
Language creation took 0.04 seconds; writing the texts 0.03 seconds.