A Collection of Texts in Nosahk
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 adj2verb:
<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">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="all"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<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">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="whole"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<word posp="noun" gloss="earth"/>
- <word posp="adj" gloss="whole"/>
</np>
+ </relp>
+ </np>
</pp>
</np>
+ </relp>
+ </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 def="def" number="plur" role="subj" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<np def="def" number="sing" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="earth"/>
</np>
</relp>
</np>
</pp>
</np>
</relp>
</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 def="def" number="plur" role="subj" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="all"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <np def="def" number="sing" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="earth"/> </np> </relp> </np> </pp> </np> </relp> </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 def="def" number="plur" role="subj" locus="number"> <relp> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="all"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <np def="def" number="sing" locus="number"> <relp> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="earth"/> </np> </relp> </np> </pp> </np> </relp> </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 NRel:
<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 def="def" number="plur" role="subj" locus="number">
- <relp>
- <vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="all"/>
- </vp>
- <np head="this" role="subj" number="plur">
+ <np def="def" locus="number" id="parent">
+ <np role="subj" number="plur" id="headnp" tr="">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
- <np def="def" number="sing" locus="number">
- <relp>
+ <np def="def" locus="number" id="parent">
+ <np role="" number="sing" id="headnp" tr="">
+ <word posp="noun" gloss="earth"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
- <np head="this" role="subj" number="sing">
- <word posp="noun" gloss="earth"/>
- </np>
</relp>
</np>
</pp>
</np>
+ <relp comma="after">
+ <np id="relnp" number="plur" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp tam="pres-state" ta="PRES">
+ <word lexposp="adj" posp="verb" gloss="all"/>
+ </vp>
</relp>
</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 sentenceconnectors:
No change.
module subordinate:
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 def="def" locus="number" id="parent">
<np role="subj" number="plur" id="headnp" tr="">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
+ <word gloss="in" posp="pp"/>
+ <np type="owner_owned">
<np def="def" locus="number" id="parent">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="earth"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="surface"/>
+ </np>
+ </np>
</pp>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
</relp>
</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:
<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 def="def" locus="number" id="parent">
<np role="subj" number="plur" id="headnp" tr="">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np def="def" locus="number" id="parent">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="earth"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
- <np id="relnp" number="plur" def="neither" role="subj" comma="before">
+ <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
</relp>
</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 markowner:
No change.
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 def="def" locus="number" id="parent">
+ <np def="def" locus="number" id="parent" number="plur">
<np role="subj" number="plur" id="headnp" tr="">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
- <np def="def" locus="number" id="parent">
+ <np type="owner_owned" number="sing">
+ <np def="def" locus="number" id="parent" number="sing">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="earth"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
</relp>
</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 markowned:
<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 def="def" locus="number" id="parent" number="plur">
- <np role="subj" number="plur" id="headnp" tr="">
+ <np def="def" locus="number" id="parent" number="plur" possessor="no.owner">
+ <np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<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" locus="number" id="parent" number="sing">
- <np role="" number="sing" id="headnp" tr="">
+ <np def="def" locus="number" id="parent" number="sing" possessor="no.owner">
+ <np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
- <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS">
+ <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
</relp>
</np>
- <np role="obj" number="plur">
+ <np role="obj" number="plur" possessor="no.owner">
<conjp conj="and">
- <np number="sing" locus="number">
+ <np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
- <np number="sing" locus="number">
+ <np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
<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 def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<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" locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
</relp>
</np>
<np role="obj" number="plur" possessor="no.owner">
<conjp conj="and">
<np number="sing" locus="number" possessor="no.owner">
- <word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
+ <word posp="noun" gloss="language"/>
</np>
<np number="sing" locus="number" possessor="no.owner">
- <word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
+ <word posp="noun" gloss="dialect"/>
</np>
</conjp>
</np>
</s>
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 def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<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" locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
</relp>
</np>
<np role="obj" number="plur" possessor="no.owner">
<conjp conj="and">
<np number="sing" locus="number" possessor="no.owner">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="language"/>
</np>
+ <word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="dialect"/>
</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 def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<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" locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
</relp>
</np>
<np role="obj" number="plur" possessor="no.owner">
- <conjp conj="and">
- <np number="sing" locus="number" possessor="no.owner">
+ <np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="language"/>
</np>
<word posp="conj" gloss="and"/>
- <np number="sing" locus="number" possessor="no.owner">
+ <np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="dialect"/>
</np>
- </conjp>
</np>
</s>
fixpronouns:
No change.
copyuptophrase:
<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 def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<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" locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
</relp>
</np>
<np role="obj" number="plur" possessor="no.owner">
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="language"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="dialect"/>
</np>
</np>
</s>
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 def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<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" locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</pp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="all"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="plur" possessor="no.owner">
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="language"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="dialect"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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 def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<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" locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="all"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np role="obj" number="plur" possessor="no.owner">
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="language"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="dialect"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </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 def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<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" locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="all"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="language"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one"/>
<word posp="noun" gloss="dialect"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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 def="def" locus="number" id="parent" number="plur" possessor="no.owner"> <np role="subj" number="plur" id="headnp" tr="" possessor="no.owner"> - <word posp="noun" gloss="human being"/> + <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp" possessor="no.owner"/> <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" locus="number" id="parent" number="sing" possessor="no.owner"> <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> - <word posp="noun" gloss="earth"/> + <word posp="noun" gloss="earth" number="sing" id="headnp" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="whole"/> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" possessor="no.owner"> - <word posp="noun" gloss="surface"/> + <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp tam="pres-state" ta="PRES" subj="3.plur"> - <word lexposp="adj" posp="verb" gloss="all"/> + <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" locus="number" possessor="no.owner" role="obj"> - <word posp="num" gloss="one"/> - <word posp="noun" gloss="language"/> + <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj"/> + <word posp="noun" gloss="language" number="sing" locus="number" possessor="no.owner" role="obj"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" possessor="no.owner" role="obj"> - <word posp="num" gloss="one"/> - <word posp="noun" gloss="dialect"/> + <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj"/> + <word posp="noun" gloss="dialect" number="sing" locus="number" possessor="no.owner" role="obj"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for question/
defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for question/
defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for have/verb/question/obligatoryGot not.Q
About to call getSlotValue for have/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for human being/noun/case/optional
About to call getSlotValue for human being/noun/number/obligatory
Got plur
About to call getSlotValue for earth/noun/case/optional
About to call getSlotValue for earth/noun/number/obligatory
Got sing
About to call getSlotValue for whole/verb/question/obligatory
Got not.Q
About to call getSlotValue for whole/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for surface/noun/case/optional
About to call getSlotValue for surface/noun/number/obligatory
Got sing
About to call getSlotValue for all/verb/question/obligatory
Got not.Q
About to call getSlotValue for all/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for language/noun/case/optional
About to call getSlotValue for language/noun/number/obligatory
Got sing
About to call getSlotValue for dialect/noun/case/optional
About to call getSlotValue for dialect/noun/number/obligatory
Got sing
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="subj" number="plur" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="human being" role="subj" number="plur" id="headnp" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<pp p="in" location="surface" precise="no">
<word gloss="in" posp="pp" p="in" location="surface" precise="no"/>
<np def="def" locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="earth" number="sing" id="headnp" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj"/>
<word posp="noun" gloss="language" number="sing" locus="number" possessor="no.owner" role="obj"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="obj">
<word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj"/>
<word posp="noun" gloss="dialect" number="sing" locus="number" possessor="no.owner" role="obj"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" locus="number" id="parent" number="plur" possessor="no.owner"> - <np role="subj" number="plur" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - <pp p="in" location="surface" precise="no"> <word gloss="in" posp="pp" p="in" location="surface" precise="no"/> - <np def="def" locus="number" id="parent" number="sing" possessor="no.owner"> - <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="earth" number="sing" id="headnp" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing"/> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.plur"> - <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur"/> + <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" locus="number" possessor="no.owner" role="obj"> <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj"/> <word posp="noun" gloss="language" number="sing" locus="number" possessor="no.owner" role="obj"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np number="sing" locus="number" possessor="no.owner" role="obj"> <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj"/> <word posp="noun" gloss="dialect" number="sing" locus="number" possessor="no.owner" role="obj"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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="noun" gloss="human being" role="subj" number="plur" id="headnp" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word gloss="in" posp="pp" p="in" location="surface" precise="no"/> - <word posp="noun" gloss="earth" number="sing" id="headnp" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj"/> - <word posp="noun" gloss="language" number="sing" locus="number" possessor="no.owner" role="obj"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj"/> - <word posp="noun" gloss="dialect" number="sing" locus="number" possessor="no.owner" role="obj"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="k ɑ ˈ">kɑˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="noun" gloss="human being" role="subj" number="plur" id="headnp" possessor="no.owner" ph="h e ˈ t͡s">heˈt͡s</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> + <word gloss="in" posp="pp" p="in" location="surface" precise="no" ph="ʃ o ˈ t͡ʃ">ʃoˈt͡ʃ</word> + <word posp="noun" gloss="earth" number="sing" id="headnp" possessor="no.owner" ph="ʒ ai ˈ s">ʒaiˈs</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="x o ˈ">xoˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner" ph="ʃ+k i ˈ k">ʃkiˈk</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur" comma="after" ph="k ɔ ˈ">kɔˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj" ph="t i ˈ z">tiˈz</word> + <word posp="noun" gloss="language" number="sing" locus="number" possessor="no.owner" role="obj" ph="z æ ˈ s">zæˈs</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" ph="θ u ˈ m">θuˈm</word> + <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj" ph="t i ˈ z">tiˈz</word> + <word posp="noun" gloss="dialect" number="sing" locus="number" possessor="no.owner" role="obj" ph="ʃ+k i s+p u ˈ ɲ">ʃkispuˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </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 ɑ ˈ">kɑˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="noun" gloss="human being" role="subj" number="plur" id="headnp" possessor="no.owner" ph="h e ˈ t͡s">heˈt͡s</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> - <word gloss="in" posp="pp" p="in" location="surface" precise="no" ph="ʃ o ˈ t͡ʃ">ʃoˈt͡ʃ</word> - <word posp="noun" gloss="earth" number="sing" id="headnp" possessor="no.owner" ph="ʒ ai ˈ s">ʒaiˈs</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="x o ˈ">xoˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner" ph="ʃ+k i ˈ k">ʃkiˈk</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur" comma="after" ph="k ɔ ˈ">kɔˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj" ph="t i ˈ z">tiˈz</word> - <word posp="noun" gloss="language" number="sing" locus="number" possessor="no.owner" role="obj" ph="z æ ˈ s">zæˈs</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" ph="θ u ˈ m">θuˈm</word> - <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj" ph="t i ˈ z">tiˈz</word> - <word posp="noun" gloss="dialect" number="sing" locus="number" possessor="no.owner" role="obj" ph="ʃ+k i s+p u ˈ ɲ">ʃkispuˈɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">kɑˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp" possessor="no.owner">heˈt͡s</word> + <thingy type="nounnumber" function="suffix" gloss="plur">uf</thingy> + <word gloss="in" posp="pp" p="in" location="surface" precise="no">ʃoˈt͡ʃ</word> + <word posp="noun" gloss="earth" number="sing" id="headnp" possessor="no.owner">ʒaiˈs</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs,</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">siˈp</word> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after">xoˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij,</thingy> + <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner">ʃkiˈk</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs,</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">siˈp</word> + <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur" comma="after">kɔˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij,</thingy> + <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj">tiˈz</word> + <word posp="noun" gloss="language" number="sing" locus="number" possessor="no.owner" role="obj">zæˈs</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <word posp="conj" gloss="and">θuˈm</word> + <word posp="num" gloss="one" number="sing" locus="number" possessor="no.owner" role="obj">tiˈz</word> + <word posp="noun" gloss="dialect" number="sing" locus="number" possessor="no.owner" role="obj">ʃkispuˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈkɑ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈhet͡s</span><br><span class="gls">human being</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈʃot͡ʃ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">ˈʒais</span><br><span class="gls">earth</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ˈxo</span><br><span class="gls">whole</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈʃkik</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ˈkɔ</span><br><span class="gls">all</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈtiz</span><br><span class="gls">one</span></span> <span class="ilpair"><span class="mor">ˈzæs</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈθum</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ˈtiz</span><br><span class="gls">one</span></span> <span class="ilpair"><span class="mor">ʃkiˈspuɲ</span><br><span class="gls">dialect</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span></p> + <p>ˈkɑt͡sij bit ˈhet͡suf ˈʃot͡ʃ ˈʒaisæs, ˈsip ˈxot͡sij, ˈʃkikæs, ˈsip ˈkɔt͡sij, ˈtiz ˈzæsæs ˈθum ˈtiz ʃkiˈspuɲæs</p> + <p>кациј бит гецуф шоч жайсәс, сип хоциј, шкикәс, сип көциј, тиз зәсәс ѳум тиз шкиспуњәс</p> + <il> + <w> + <o>ˈkɑ</o> + <g>have</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈhet͡s</o> + <g>human being</g> + </w> + <w> + <o>-uf</o> + <g>plur</g> + </w> + <w> + <o>ˈʃot͡ʃ</o> + <g>in</g> + </w> + <w> + <o>ˈʒais</o> + <g>earth</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>ˈxo</o> + <g>whole</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>ˈʃkik</o> + <g>surface</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>ˈkɔ</o> + <g>all</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>ˈtiz</o> + <g>one</g> + </w> + <w> + <o>ˈzæs</o> + <g>language</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈθum</o> + <g>and</g> + </w> + <w> + <o>ˈtiz</o> + <g>one</g> + </w> + <w> + <o>ʃkiˈspuɲ</o> + <g>dialect</g> + </w> + <w> + <o>-æs</o> + <g>sing</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 adj2verb:
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 NRel:
No change.
module sentenceconnectors:
No change.
module subordinate:
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="ABS">
<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="ABS">
<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="ABS">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ABS">
+ <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 markowned:
<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="ABS">
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner">
<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">
+ <np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="east"/>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</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 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="ABS" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner">
<word posp="noun" gloss="east"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="ABS" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner">
<word posp="noun" gloss="east"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="ABS" possessor="no.owner"> - <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="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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" locus="number" possessor="no.owner"> - <word posp="noun" gloss="east"/> + <word posp="noun" gloss="east" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" possessor="no.owner"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for journey/verb/question/obligatoryGot not.Q
About to call getSlotValue for journey/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for east/noun/case/optional
About to call getSlotValue for east/noun/number/obligatory
Got sing
About to call getSlotValue for inside/noun/case/optional
About to call getSlotValue for inside/noun/number/obligatory
Got sing
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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="ABS" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<pp p="from" location="inside" precise="no">
<word gloss="from" posp="pp" p="from" location="inside" precise="no"/>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="east" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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="ABS" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <pp p="from" location="inside" precise="no"> <word gloss="from" posp="pp" p="from" location="inside" precise="no"/> - <np def="def" number="sing" locus="number" possessor="no.owner"> <word posp="noun" gloss="east" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="from" posp="pp" p="from" location="inside" precise="no"/> - <word posp="noun" gloss="east" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="d͡ʒ u d æ ˈ">d͡ʒudæˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="ABS" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="from" posp="pp" p="from" location="inside" precise="no" ph="s æ ˈ t͡s">sæˈt͡s</word> + <word posp="noun" gloss="east" def="def" number="sing" locus="number" possessor="no.owner" ph="t͡ʃ e ˈ l">t͡ʃeˈl</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="t͡s i ˈ v">t͡siˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </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="d͡ʒ u d æ ˈ">d͡ʒudæˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="ABS" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="from" posp="pp" p="from" location="inside" precise="no" ph="s æ ˈ t͡s">sæˈt͡s</word> - <word posp="noun" gloss="east" def="def" number="sing" locus="number" possessor="no.owner" ph="t͡ʃ e ˈ l">t͡ʃeˈl</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="t͡s i ˈ v">t͡siˈv</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="journey" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">d͡ʒudæˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner">ʃiˈb</word> + <word gloss="from" posp="pp" p="from" location="inside" precise="no">sæˈt͡s</word> + <word posp="noun" gloss="east" def="def" number="sing" locus="number" possessor="no.owner">t͡ʃeˈl</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner">t͡siˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> </flat> + <p><span class="ilpair"><span class="mor">d͡ʒuˈdæ</span><br><span class="gls">journey</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈʃib</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">ˈsæt͡s</span><br><span class="gls">from</span></span> <span class="ilpair"><span class="mor">ˈt͡ʃel</span><br><span class="gls">east</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈt͡siv</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span></p> + <p>d͡ʒuˈdæt͡sij bit ˈʃib ˈsæt͡s ˈt͡ʃelæs ˈt͡sivæs</p> + <p>џудәциј бит шиб сәц челәс цивәс</p> + <il> + <w> + <o>d͡ʒuˈdæ</o> + <g>journey</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈʃib</o> + <g>3.plur</g> + </w> + <w> + <o>ˈsæt͡s</o> + <g>from</g> + </w> + <w> + <o>ˈt͡ʃel</o> + <g>east</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈt͡siv</o> + <g>inside</g> + </w> + <w> + <o>-æs</o> + <g>sing</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 adj2verb:
<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">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="wide"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<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>
+ </relp>
+ </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" def="indef" number="sing" locus="number">
+ <np role="obj" number="sing" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="wide"/>
</vp>
<np head="this" role="subj" number="sing">
<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>
</relp>
</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" number="sing" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="wide"/> </vp> <np head="this" role="subj" number="sing"> <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> </relp> </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" number="sing" locus="number"> <relp> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="wide"/> </vp> <np head="this" role="subj" number="sing"> <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> </relp> </np> </s>
module NRel:
<s connector="and">
<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" number="sing" locus="number">
- <relp>
- <vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="wide"/>
- </vp>
- <np head="this" role="subj" number="sing">
+ <np locus="number" id="parent">
+ <np role="obj" number="sing" id="headnp" tr="">
<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>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp tam="pres-state" ta="PRES">
+ <word lexposp="adj" posp="verb" gloss="wide"/>
+ </vp>
</relp>
</np>
</s>
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 locus="number" id="parent">
<np role="obj" number="sing" id="headnp" tr="">
<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>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="wide"/>
</vp>
</relp>
</np>
</s>
module subordinate:
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 locus="number" id="parent">
<np role="obj" number="sing" id="headnp" tr="">
<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>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="wide"/>
</vp>
</relp>
</np>
</s>
module constorder:
No change.
module casemarking:
<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 locus="number" id="parent">
<np role="obj" number="sing" id="headnp" tr="">
<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>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="wide"/>
</vp>
</relp>
</np>
</s>
module markowner:
No change.
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 locus="number" id="parent">
+ <np locus="number" id="parent" number="sing">
<np role="obj" number="sing" id="headnp" tr="">
<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>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="wide"/>
</vp>
</relp>
</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 locus="number" id="parent" number="sing">
<np role="obj" number="sing" id="headnp" tr="">
<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>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="wide"/>
</vp>
</relp>
</np>
</s>
module markowned:
<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">
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np locus="number" id="parent" number="sing">
- <np role="obj" number="sing" id="headnp" tr="">
+ <np locus="number" id="parent" number="sing" possessor="no.owner">
+ <np role="obj" number="sing" id="headnp" tr="" possessor="no.owner">
<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">
+ <np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="land"/>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="wide"/>
</vp>
</relp>
</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:
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="obj" number="sing" id="headnp" tr="" possessor="no.owner">
<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" possessor="no.owner">
<word posp="noun" gloss="land"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="wide"/>
</vp>
</relp>
</np>
</s>
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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="obj" number="sing" id="headnp" tr="" possessor="no.owner">
<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" possessor="no.owner">
<word posp="noun" gloss="land"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</pp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="wide"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="obj" number="sing" id="headnp" tr="" possessor="no.owner">
<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" possessor="no.owner">
<word posp="noun" gloss="land"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="wide"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np locus="number" id="parent" number="sing" possessor="no.owner"> <np role="obj" number="sing" id="headnp" tr="" possessor="no.owner"> - <word posp="noun" gloss="plain"/> + <word posp="noun" gloss="plain" role="obj" number="sing" id="headnp" possessor="no.owner"/> <pp p="in" location="inside" precise="yes"> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" location="inside" precise="yes"/> <np number="sing" locus="number" possessor="no.owner"> - <word posp="noun" gloss="land"/> + <word posp="noun" gloss="land" number="sing" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" possessor="no.owner"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="wide"/> + <word lexposp="adj" posp="verb" gloss="wide" tam="pres-state" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for question/
defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for find/verb/question/obligatoryGot not.Q
About to call getSlotValue for find/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for plain/noun/case/optional
About to call getSlotValue for plain/noun/number/obligatory
Got sing
About to call getSlotValue for land/noun/case/optional
About to call getSlotValue for land/noun/number/obligatory
Got sing
About to call getSlotValue for inside/noun/case/optional
About to call getSlotValue for inside/noun/number/obligatory
Got sing
About to call getSlotValue for wide/verb/question/obligatory
Got not.Q
About to call getSlotValue for wide/verb/comp/obligatory
Got not.COMP
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="obj" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="plain" role="obj" number="sing" id="headnp" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<pp p="in" location="inside" precise="yes">
<word gloss="in" posp="pp" p="in" location="inside" precise="yes"/>
<np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="land" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="wide" tam="pres-state" ta="PRES" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np locus="number" id="parent" number="sing" possessor="no.owner"> - <np role="obj" number="sing" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="plain" role="obj" number="sing" id="headnp" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - <pp p="in" location="inside" precise="yes"> <word gloss="in" posp="pp" p="in" location="inside" precise="yes"/> - <np number="sing" locus="number" possessor="no.owner"> <word posp="noun" gloss="land" number="sing" locus="number" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="wide" tam="pres-state" ta="PRES" subj="3.sing"/> + <word lexposp="adj" posp="verb" gloss="wide" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="plain" role="obj" number="sing" id="headnp" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="in" posp="pp" p="in" location="inside" precise="yes"/> - <word posp="noun" gloss="land" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="wide" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="and" posp="conj" ph="θ u ˈ m">θuˈm</word> + <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ʒ ai ˈ">ʒaiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="plain" role="obj" number="sing" id="headnp" possessor="no.owner" ph="n u ð ɔi ˈ ð">nuðɔiˈð</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <word gloss="in" posp="pp" p="in" location="inside" precise="yes" ph="ʃ o ˈ t͡ʃ">ʃoˈt͡ʃ</word> + <word posp="noun" gloss="land" number="sing" locus="number" possessor="no.owner" ph="ɣ o ˈ f">ɣoˈf</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="t͡s i ˈ v">t͡siˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="wide" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="s+k o ˈ">skoˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </s>
vowelharmony:
No change.
removetags:
<s connector="and" translation=""> <flat> - <word gloss="and" posp="conj" ph="θ u ˈ m">θuˈm</word> - <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ʒ ai ˈ">ʒaiˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="plain" role="obj" number="sing" id="headnp" possessor="no.owner" ph="n u ð ɔi ˈ ð">nuðɔiˈð</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <word gloss="in" posp="pp" p="in" location="inside" precise="yes" ph="ʃ o ˈ t͡ʃ">ʃoˈt͡ʃ</word> - <word posp="noun" gloss="land" number="sing" locus="number" possessor="no.owner" ph="ɣ o ˈ f">ɣoˈf</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="t͡s i ˈ v">t͡siˈv</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="wide" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="s+k o ˈ">skoˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="and" posp="conj">θuˈm</word> + <word posp="verb" gloss="find" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">ʒaiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner">ʃiˈb</word> + <word posp="noun" gloss="plain" role="obj" number="sing" id="headnp" possessor="no.owner">nuðɔiˈð</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <word gloss="in" posp="pp" p="in" location="inside" precise="yes">ʃoˈt͡ʃ</word> + <word posp="noun" gloss="land" number="sing" locus="number" possessor="no.owner">ɣoˈf</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner">t͡siˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs,</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">siˈp</word> + <word lexposp="adj" posp="verb" gloss="wide" tam="pres-state" ta="PRES" subj="3.sing" comma="after">skoˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈθum</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ˈʒai</span><br><span class="gls">find</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈʃib</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">nuˈðɔið</span><br><span class="gls">plain</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈʃot͡ʃ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">ˈɣof</span><br><span class="gls">land</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈt͡siv</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ˈsko</span><br><span class="gls">wide</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>ˈθum ˈʒait͡sij bit ˈʃib nuˈðɔiðæs ˈʃot͡ʃ ˈɣofæs ˈt͡sivæs, ˈsip ˈskot͡sij</p> + <p>ѳум жайциј бит шиб нуҙойҙәс шоч ғофәс цивәс, сип скоциј</p> + <il> + <w> + <o>ˈθum</o> + <g>and</g> + </w> + <w> + <o>ˈʒai</o> + <g>find</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈʃib</o> + <g>3.plur</g> + </w> + <w> + <o>nuˈðɔið</o> + <g>plain</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈʃot͡ʃ</o> + <g>in</g> + </w> + <w> + <o>ˈɣof</o> + <g>land</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈt͡siv</o> + <g>inside</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>ˈsko</o> + <g>wide</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</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 adj2verb:
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 NRel:
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 subordinate:
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="ABS">
<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="ABS">
- <word posp="noun" gloss="human being"/>
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ABS">
+ <word posp="pron" number="plur" gloss="3.plur"/>
</np>
<word posp="adv" gloss="there"/>
</s>
module markowned:
<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" locus="number" case="ABS">
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner">
<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="ABS" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="ABS" possessor="no.owner"> - <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="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <word posp="adv" gloss="there"/> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for dwell/verb/question/obligatoryGot not.Q
About to call getSlotValue for dwell/verb/comp/obligatory
Got not.COMP
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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="ABS" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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="ABS" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="adv" gloss="there"/> + <word gloss="thus" posp="conj" ph="ŋ i ɡ ɛ ˈ m">ŋiɡɛˈm</word> + <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ɣ i n i ˈ">ɣiniˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="ABS" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="adv" gloss="there" ph="n e ˈ t">neˈt</word> </flat> </s>
vowelharmony:
No change.
removetags:
<s connector="thus" translation=""> <flat> - <word gloss="thus" posp="conj" ph="ŋ i ɡ ɛ ˈ m">ŋiɡɛˈm</word> - <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ɣ i n i ˈ">ɣiniˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="ABS" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="adv" gloss="there" ph="n e ˈ t">neˈt</word> + <word gloss="thus" posp="conj">ŋiɡɛˈm</word> + <word posp="verb" gloss="dwell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">ɣiniˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner">ʃiˈb</word> + <word posp="adv" gloss="there">neˈt</word> </flat> + <p><span class="ilpair"><span class="mor">ŋiˈɡɛm</span><br><span class="gls">thus</span></span> <span class="ilpair"><span class="mor">ɣiˈni</span><br><span class="gls">dwell</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈʃib</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">ˈnet</span><br><span class="gls">there</span></span></p> + <p>ŋiˈɡɛm ɣiˈnit͡sij bit ˈʃib ˈnet</p> + <p>ӈиґэм ғинициј бит шиб нет</p> + <il> + <w> + <o>ŋiˈɡɛm</o> + <g>thus</g> + </w> + <w> + <o>ɣiˈni</o> + <g>dwell</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈʃib</o> + <g>3.plur</g> + </w> + <w> + <o>ˈnet</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 adj2verb:
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 NRel:
No change.
module sentenceconnectors:
No change.
module subordinate:
<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>
- <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" comp="COMP">
<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">
+ <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<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 adpositions:
No change.
module constorder:
No change.
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>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<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="ERG">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np role="obj" number="plur" locus="number">
+ <np role="obj" number="plur" locus="number" case="ABS">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<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="ERG">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np role="obj" number="plur" locus="number">
+ <np role="obj" number="plur" locus="number" case="ABS">
<word posp="noun" gloss="brick"/>
</np>
<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>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS">
<word posp="noun" gloss="brick"/>
</np>
<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>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS">
<word posp="noun" gloss="brick"/>
</np>
<word posp="adv" gloss="thoroughly"/>
</subs>
</conjp>
</np>
</s>
module markowned:
<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">
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np role="obj" number="plur">
+ <np role="obj" number="plur" possessor="no.owner">
<conjp conj="and">
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="make"/>
</vp>
- <np number="plur" def="def" role="subj" locus="number" case="ERG">
+ <np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np role="obj" number="plur" locus="number" case="ABS">
+ <np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="burn"/>
</vp>
- <np number="plur" def="def" role="subj" locus="number" case="ERG">
+ <np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np role="obj" number="plur" locus="number" case="ABS">
+ <np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur" possessor="no.owner">
<conjp conj="and">
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
</subs>
+ <word posp="conj" gloss="and"/>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur" possessor="no.owner">
- <conjp conj="and">
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<word posp="conj" gloss="and"/>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" number="plur" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="make"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1incl" number="plur" posp="pron"/>
+ <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<word posp="conj" gloss="and"/>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="burn"/>
</vp>
<np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1incl" number="plur" posp="pron"/>
+ <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np role="obj" number="plur" possessor="no.owner">
+ <np role="obj" number="plur" possessor="no.owner" person="1incl">
<subs>
- <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur">
<word posp="verb" gloss="make"/>
</vp>
- <np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
</subs>
<word posp="conj" gloss="and"/>
<subs>
- <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur">
<word posp="verb" gloss="burn"/>
</vp>
- <np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np number="plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
</np>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="plur" possessor="no.owner" person="1incl">
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.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="ERG" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<word posp="conj" gloss="and"/>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.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="ERG" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="brick"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="adv" gloss="thoroughly"/>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np role="obj" number="plur" possessor="no.owner" person="1incl"> <subs> <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.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" comp="COMP" subj="1incl.plur" obj="3.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="ERG" possessor="no.owner" 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="ERG" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"> - <word posp="noun" gloss="brick"/> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </subs> - <word posp="conj" gloss="and"/> + <word posp="conj" gloss="and" role="obj" number="plur" possessor="no.owner" person="1incl"/> <subs> <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.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" comp="COMP" subj="1incl.plur" obj="3.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="ERG" possessor="no.owner" 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="ERG" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"> - <word posp="noun" gloss="brick"/> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <word posp="adv" gloss="thoroughly"/> + <word posp="adv" gloss="thoroughly" role="obj" number="plur" possessor="no.owner" person="1incl"/> </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for say/verb/question/obligatoryGot not.Q
About to call getSlotValue for say/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for make/verb/question/obligatory
Got not.Q
About to call getSlotValue for make/verb/comp/obligatory
Got COMP
About to call getSlotValue for brick/noun/case/optional
Got ABS
About to call getSlotValue for brick/noun/number/obligatory
Got plur
About to call getSlotValue for burn/verb/question/obligatory
Got not.Q
About to call getSlotValue for burn/verb/comp/obligatory
Got COMP
About to call getSlotValue for brick/noun/case/optional
Got ABS
About to call getSlotValue for brick/noun/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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="plur" possessor="no.owner" person="1incl">
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur">
<word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="COMP"/>
<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="ERG" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<word posp="conj" gloss="and" role="obj" number="plur" possessor="no.owner" person="1incl"/>
<subs>
<vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur">
<word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="COMP"/>
<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="ERG" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="adv" gloss="thoroughly" role="obj" number="plur" possessor="no.owner" person="1incl"/>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" number="plur" possessor="no.owner" person="1incl"> - <subs> - <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur"> <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="COMP"/> <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="ERG" possessor="no.owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <word posp="conj" gloss="and" role="obj" number="plur" possessor="no.owner" person="1incl"/> - <subs> - <vp negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur"> <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="COMP"/> <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="ERG" possessor="no.owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="adv" gloss="thoroughly" role="obj" number="plur" possessor="no.owner" person="1incl"/> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="COMP"/> - <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="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and" role="obj" number="plur" possessor="no.owner" person="1incl"/> - <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="COMP"/> - <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="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="adv" gloss="thoroughly" role="obj" number="plur" possessor="no.owner" person="1incl"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="d ɔi ˈ">dɔiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur" ph="j ɔ ˈ">jɔˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="u d͡ʒ">ud͡ʒ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="imperative" ph="t æ t">tæt</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="ERG" possessor="no.owner" ph="j æ ˈ t͡ʃ">jæˈt͡ʃ</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ABS" attach="prefix" ph=""></thingy> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner" ph="z+ɡ ɑ l ɔi ˈ s+k">zɡɑlɔiˈsk</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" role="obj" number="plur" possessor="no.owner" person="1incl" ph="θ u ˈ m">θuˈm</word> + <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur" ph="w æ ˈ">wæˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="u d͡ʒ">ud͡ʒ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="imperative" ph="t æ t">tæt</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="ERG" possessor="no.owner" ph="j æ ˈ t͡ʃ">jæˈt͡ʃ</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ABS" attach="prefix" ph=""></thingy> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner" ph="z+ɡ ɑ l ɔi ˈ s+k">zɡɑlɔiˈsk</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="adv" gloss="thoroughly" role="obj" number="plur" possessor="no.owner" person="1incl" ph="l æ b o ˈ d">læboˈd</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </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="d ɔi ˈ">dɔiˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur" ph="j ɔ ˈ">jɔˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="u d͡ʒ">ud͡ʒ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="imperative" ph="t æ t">tæt</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="ERG" possessor="no.owner" ph="j æ ˈ t͡ʃ">jæˈt͡ʃ</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="ABS" attach="prefix" ph=""></thingy> - <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner" ph="z+ɡ ɑ l ɔi ˈ s+k">zɡɑlɔiˈsk</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" role="obj" number="plur" possessor="no.owner" person="1incl" ph="θ u ˈ m">θuˈm</word> - <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur" ph="w æ ˈ">wæˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="COMP" attach="suffix" ph="u d͡ʒ">ud͡ʒ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="imperative" ph="t æ t">tæt</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="ERG" possessor="no.owner" ph="j æ ˈ t͡ʃ">jæˈt͡ʃ</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="ABS" attach="prefix" ph=""></thingy> - <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner" ph="z+ɡ ɑ l ɔi ˈ s+k">zɡɑlɔiˈsk</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="adv" gloss="thoroughly" role="obj" number="plur" possessor="no.owner" person="1incl" ph="l æ b o ˈ d">læboˈd</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="say" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">dɔiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner">ʃiˈb</word> + <word posp="verb" gloss="make" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur">jɔˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="COMP">ud͡ʒ</thingy> + <thingy type="vpmode" function="enclitic" gloss="imperative">tæt</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">jæˈt͡ʃ</word> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">zɡɑlɔiˈsk</word> + <thingy type="nounnumber" function="suffix" gloss="plur">uf</thingy> + <word posp="conj" gloss="and" role="obj" number="plur" possessor="no.owner" person="1incl">θuˈm</word> + <word posp="verb" gloss="burn" negation="POS" question="not.Q" tense="present" asp="perfective" mode="imperative" voice="active" ta="PRES" comp="COMP" subj="1incl.plur" obj="3.plur">wæˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="COMP">ud͡ʒ</thingy> + <thingy type="vpmode" function="enclitic" gloss="imperative">tæt</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">jæˈt͡ʃ</word> + <word posp="noun" gloss="brick" role="obj" number="plur" locus="number" case="ABS" possessor="no.owner">zɡɑlɔiˈsk</word> + <thingy type="nounnumber" function="suffix" gloss="plur">uf</thingy> + <word posp="adv" gloss="thoroughly" role="obj" number="plur" possessor="no.owner" person="1incl">læboˈd</word> </flat> + <p><span class="ilpair"><span class="mor">ˈdɔi</span><br><span class="gls">say</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈʃib</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">ˈjɔ</span><br><span class="gls">make</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ud͡ʒ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">tæt</span><br><span class="gls">imperative</span></span> <span class="ilpair"><span class="mor">ˈjæt͡ʃ</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">zɡɑˈlɔisk</span><br><span class="gls">brick</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈθum</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ˈwæ</span><br><span class="gls">burn</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ud͡ʒ</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">tæt</span><br><span class="gls">imperative</span></span> <span class="ilpair"><span class="mor">ˈjæt͡ʃ</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">zɡɑˈlɔisk</span><br><span class="gls">brick</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">læˈbod</span><br><span class="gls">thoroughly</span></span></p> + <p>ˈdɔit͡sij bit ˈʃib ˈjɔt͡sud͡ʒ tæt ˈjæt͡ʃ zɡɑˈlɔiskuf ˈθum ˈwæt͡sud͡ʒ tæt ˈjæt͡ʃ zɡɑˈlɔiskuf læˈbod</p> + <p>дойциј бит шиб јөцуџ тәт јәч зґалойскуф ѳум ўәцуџ тәт јәч зґалойскуф ләбод</p> + <il> + <w> + <o>ˈdɔi</o> + <g>say</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈʃib</o> + <g>3.plur</g> + </w> + <w> + <o>ˈjɔ</o> + <g>make</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ud͡ʒ</o> + <g>COMP</g> + </w> + <w> + <o>tæt</o> + <g>imperative</g> + </w> + <w> + <o>ˈjæt͡ʃ</o> + <g>1incl.plur</g> + </w> + <w> + <o>zɡɑˈlɔisk</o> + <g>brick</g> + </w> + <w> + <o>-uf</o> + <g>plur</g> + </w> + <w> + <o>ˈθum</o> + <g>and</g> + </w> + <w> + <o>ˈwæ</o> + <g>burn</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ud͡ʒ</o> + <g>COMP</g> + </w> + <w> + <o>tæt</o> + <g>imperative</g> + </w> + <w> + <o>ˈjæt͡ʃ</o> + <g>1incl.plur</g> + </w> + <w> + <o>zɡɑˈlɔisk</o> + <g>brick</g> + </w> + <w> + <o>-uf</o> + <g>plur</g> + </w> + <w> + <o>læˈbod</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 adj2verb:
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 NRel:
No change.
module sentenceconnectors:
No change.
module subordinate:
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 markowned:
<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" locus="number">
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np role="obj" number="sing" locus="number">
+ <np role="obj" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="brick"/>
<pp role="purpose">
<word gloss="PURP" posp="pp"/>
- <np number="sing" locus="number">
+ <np number="sing" locus="number" possessor="no.owner">
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="brick"/>
<pp role="purpose">
<word gloss="PURP" posp="pp"/>
<np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="stone"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np role="obj" number="sing" locus="number" possessor="no.owner"> - <word posp="noun" gloss="brick"/> + <word posp="noun" gloss="brick" role="obj" number="sing" locus="number" possessor="no.owner"/> <pp role="purpose"> - <word gloss="PURP" posp="pp"/> + <word gloss="PURP" posp="pp" role="purpose"/> <np number="sing" locus="number" possessor="no.owner"> - <word posp="noun" gloss="stone"/> + <word posp="noun" gloss="stone" number="sing" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for have/verb/question/obligatoryGot not.Q
About to call getSlotValue for have/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for brick/noun/case/optional
About to call getSlotValue for brick/noun/number/obligatory
Got sing
About to call getSlotValue for stone/noun/case/optional
About to call getSlotValue for stone/noun/number/obligatory
Got sing
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="brick" role="obj" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<pp role="purpose">
<word gloss="PURP" posp="pp" role="purpose"/>
<np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="stone" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" number="sing" locus="number" possessor="no.owner"> <word posp="noun" gloss="brick" role="obj" number="sing" locus="number" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - <pp role="purpose"> <word gloss="PURP" posp="pp" role="purpose"/> - <np number="sing" locus="number" possessor="no.owner"> <word posp="noun" gloss="stone" number="sing" locus="number" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="brick" role="obj" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="PURP" posp="pp" role="purpose"/> - <word posp="noun" gloss="stone" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST" ph="k ɑ ˈ">kɑˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="brick" role="obj" number="sing" locus="number" possessor="no.owner" ph="z+ɡ ɑ l ɔi ˈ s+k">zɡɑlɔiˈsk</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <word gloss="PURP" posp="pp" role="purpose" ph="w ɑ θ ai ˈ θ">wɑθaiˈθ</word> + <word posp="noun" gloss="stone" number="sing" locus="number" possessor="no.owner" ph="p ɔ ˈ ɲ">pɔˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </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 ɑ ˈ">kɑˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="brick" role="obj" number="sing" locus="number" possessor="no.owner" ph="z+ɡ ɑ l ɔi ˈ s+k">zɡɑlɔiˈsk</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <word gloss="PURP" posp="pp" role="purpose" ph="w ɑ θ ai ˈ θ">wɑθaiˈθ</word> - <word posp="noun" gloss="stone" number="sing" locus="number" possessor="no.owner" ph="p ɔ ˈ ɲ">pɔˈɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">kɑˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner">ʃiˈb</word> + <word posp="noun" gloss="brick" role="obj" number="sing" locus="number" possessor="no.owner">zɡɑlɔiˈsk</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <word gloss="PURP" posp="pp" role="purpose">wɑθaiˈθ</word> + <word posp="noun" gloss="stone" number="sing" locus="number" possessor="no.owner">pɔˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈkɑ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈʃib</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">zɡɑˈlɔisk</span><br><span class="gls">brick</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">wɑˈθaiθ</span><br><span class="gls"><span class="glssc">PURP</span></span></span> <span class="ilpair"><span class="mor">ˈpɔɲ</span><br><span class="gls">stone</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span></p> + <p>ˈkɑt͡sij bit ˈʃib zɡɑˈlɔiskæs wɑˈθaiθ ˈpɔɲæs</p> + <p>кациј бит шиб зґалойскәс ўаѳайѳ пөњәс</p> + <il> + <w> + <o>ˈkɑ</o> + <g>have</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈʃib</o> + <g>3.plur</g> + </w> + <w> + <o>zɡɑˈlɔisk</o> + <g>brick</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>wɑˈθaiθ</o> + <g>PURP</g> + </w> + <w> + <o>ˈpɔɲ</o> + <g>stone</g> + </w> + <w> + <o>-æs</o> + <g>sing</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 adj2verb:
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 NRel:
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 subordinate:
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 markowned:
<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" locus="number">
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np role="obj" number="sing" locus="number">
+ <np role="obj" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="slime"/>
<pp role="purpose">
<word gloss="PURP" posp="pp"/>
- <np number="sing" locus="number">
+ <np number="sing" locus="number" possessor="no.owner">
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="slime"/>
<pp role="purpose">
<word gloss="PURP" posp="pp"/>
<np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="mortar"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np role="obj" number="sing" locus="number" possessor="no.owner"> - <word posp="noun" gloss="slime"/> + <word posp="noun" gloss="slime" role="obj" number="sing" locus="number" possessor="no.owner"/> <pp role="purpose"> - <word gloss="PURP" posp="pp"/> + <word gloss="PURP" posp="pp" role="purpose"/> <np number="sing" locus="number" possessor="no.owner"> - <word posp="noun" gloss="mortar"/> + <word posp="noun" gloss="mortar" number="sing" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for have/verb/question/obligatoryGot not.Q
About to call getSlotValue for have/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for slime/noun/case/optional
About to call getSlotValue for slime/noun/number/obligatory
Got sing
About to call getSlotValue for mortar/noun/case/optional
About to call getSlotValue for mortar/noun/number/obligatory
Got sing
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="slime" role="obj" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<pp role="purpose">
<word gloss="PURP" posp="pp" role="purpose"/>
<np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="mortar" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" number="sing" locus="number" possessor="no.owner"> <word posp="noun" gloss="slime" role="obj" number="sing" locus="number" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - <pp role="purpose"> <word gloss="PURP" posp="pp" role="purpose"/> - <np number="sing" locus="number" possessor="no.owner"> <word posp="noun" gloss="mortar" number="sing" locus="number" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="slime" role="obj" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="PURP" posp="pp" role="purpose"/> - <word posp="noun" gloss="mortar" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="and" posp="conj" ph="θ u ˈ m">θuˈm</word> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST" ph="k ɑ ˈ">kɑˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="slime" role="obj" number="sing" locus="number" possessor="no.owner" ph="θ ɑ m æ ˈ j">θɑmæˈj</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <word gloss="PURP" posp="pp" role="purpose" ph="w ɑ θ ai ˈ θ">wɑθaiˈθ</word> + <word posp="noun" gloss="mortar" number="sing" locus="number" possessor="no.owner" ph="ʒ u f i ˈ r">ʒufiˈr</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </s>
vowelharmony:
No change.
removetags:
<s connector="and" translation=""> <flat> - <word gloss="and" posp="conj" ph="θ u ˈ m">θuˈm</word> - <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST" ph="k ɑ ˈ">kɑˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="slime" role="obj" number="sing" locus="number" possessor="no.owner" ph="θ ɑ m æ ˈ j">θɑmæˈj</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <word gloss="PURP" posp="pp" role="purpose" ph="w ɑ θ ai ˈ θ">wɑθaiˈθ</word> - <word posp="noun" gloss="mortar" number="sing" locus="number" possessor="no.owner" ph="ʒ u f i ˈ r">ʒufiˈr</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="and" posp="conj">θuˈm</word> + <word posp="verb" gloss="have" tense="past" asp="habitual" mode="indicative" voice="active" negation="POS" question="not.Q" ta="PAST">kɑˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner">ʃiˈb</word> + <word posp="noun" gloss="slime" role="obj" number="sing" locus="number" possessor="no.owner">θɑmæˈj</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <word gloss="PURP" posp="pp" role="purpose">wɑθaiˈθ</word> + <word posp="noun" gloss="mortar" number="sing" locus="number" possessor="no.owner">ʒufiˈr</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈθum</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ˈkɑ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈʃib</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">θɑˈmæj</span><br><span class="gls">slime</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">wɑˈθaiθ</span><br><span class="gls"><span class="glssc">PURP</span></span></span> <span class="ilpair"><span class="mor">ʒuˈfir</span><br><span class="gls">mortar</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span></p> + <p>ˈθum ˈkɑt͡sij bit ˈʃib θɑˈmæjæs wɑˈθaiθ ʒuˈfiræs</p> + <p>ѳум кациј бит шиб ѳамәјәс ўаѳайѳ жуфирәс</p> + <il> + <w> + <o>ˈθum</o> + <g>and</g> + </w> + <w> + <o>ˈkɑ</o> + <g>have</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈʃib</o> + <g>3.plur</g> + </w> + <w> + <o>θɑˈmæj</o> + <g>slime</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>wɑˈθaiθ</o> + <g>PURP</g> + </w> + <w> + <o>ʒuˈfir</o> + <g>mortar</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + </il> </s>
Кациј бит гецуф шоч жайсәс, сип хоциј, шкикәс, сип көциј, тиз зәсәс ѳум тиз шкиспуњәс. Џудәциј бит шиб сәц челәс цивәс, ѳум жайциј бит шиб нуҙойҙәс шоч ғофәс цивәс, сип скоциј, ӈиґэм ғинициј бит шиб нет. Дойциј бит шиб јөцуџ тәт јәч зґалойскуф ѳум ўәцуџ тәт јәч зґалойскуф ләбод. Кациј бит шиб зґалойскәс ўаѳайѳ пөњәс, ѳум кациј бит шиб ѳамәјәс ўаѳайѳ жуфирәс.
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 adj2verb:
<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">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="other"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="human being"/>
- <word posp="adj" gloss="other"/>
</np>
+ </relp>
+ </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 number="plur" def="neither" tr="rheme" role="obj" locus="number">
+ <np number="plur" tr="rheme" role="obj" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="other"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="human being"/>
</np>
</relp>
</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 number="plur" tr="rheme" role="obj" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="other"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="human being"/> </np> </relp> </np> </s>
module noepistemic:
No change.
module NRel:
<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 number="plur" tr="rheme" role="obj" locus="number">
- <relp>
+ <np locus="number" id="parent">
+ <np role="obj" number="plur" id="headnp" tr="rheme">
+ <word posp="noun" gloss="human being"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="plur" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="other"/>
</vp>
- <np head="this" role="subj" number="plur">
- <word posp="noun" gloss="human being"/>
- </np>
</relp>
</np>
</s>
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<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 locus="number" id="parent">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="noun" gloss="human being"/>
</np>
<relp comma="after">
- <np id="relnp" number="plur" def="neither" role="subj" comma="before">
+ <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="other"/>
</vp>
</relp>
</np>
</s>
module markowner:
No change.
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 locus="number" id="parent">
+ <np locus="number" id="parent" number="plur">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="noun" gloss="human being"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="other"/>
</vp>
</relp>
</np>
</s>
module simplifynumber:
No change.
createpronouns:
No change.
module markowned:
<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" possessor="no.owner">
<word person="1incl" number="plur" posp="pron"/>
</np>
- <np locus="number" id="parent" number="plur">
- <np role="obj" number="plur" id="headnp" tr="rheme">
+ <np locus="number" id="parent" number="plur" possessor="no.owner">
+ <np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<word posp="noun" gloss="human being"/>
</np>
<relp comma="after">
- <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS">
+ <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="other"/>
</vp>
</relp>
</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:
<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" possessor="no.owner">
- <word person="1incl" number="plur" posp="pron"/>
+ <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np locus="number" id="parent" number="plur" possessor="no.owner">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<word posp="noun" gloss="human being"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="other"/>
</vp>
</relp>
</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" possessor="no.owner">
+ <np def="def" number="plur" tr="theme" role="subj" locus="number" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
</np>
<np locus="number" id="parent" number="plur" possessor="no.owner">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<word posp="noun" gloss="human being"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="other"/>
</vp>
</relp>
</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" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np locus="number" id="parent" number="plur" possessor="no.owner">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<word posp="noun" gloss="human being"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="other"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
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" possessor="no.owner" 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" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np locus="number" id="parent" number="plur" possessor="no.owner"> <np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"> - <word posp="noun" gloss="human being"/> + <word posp="noun" gloss="human being" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp tam="pres-state" ta="PRES" subj="3.plur"> - <word lexposp="adj" posp="verb" gloss="other"/> + <word lexposp="adj" posp="verb" gloss="other" tam="pres-state" ta="PRES" subj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for question/
defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for resemble/verb/question/obligatoryGot not.Q
About to call getSlotValue for resemble/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for human being/noun/case/optional
About to call getSlotValue for human being/noun/number/obligatory
Got plur
About to call getSlotValue for other/verb/question/obligatory
Got not.Q
About to call getSlotValue for other/verb/comp/obligatory
Got not.COMP
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="no.owner" person="1incl">
<word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np locus="number" id="parent" number="plur" possessor="no.owner">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<word posp="noun" gloss="human being" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="other" tam="pres-state" ta="PRES" subj="3.plur"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="no.owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np locus="number" id="parent" number="plur" possessor="no.owner"> - <np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"> <word posp="noun" gloss="human being" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.plur"> - <word lexposp="adj" posp="verb" gloss="other" tam="pres-state" ta="PRES" subj="3.plur"/> + <word lexposp="adj" posp="verb" gloss="other" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="human being" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="other" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" ph="ɣ i t͡s e ˈ">ɣit͡seˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <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="x æ m">xæm</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner" ph="j æ ˈ t͡ʃ">jæˈt͡ʃ</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="human being" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner" ph="h e ˈ t͡s">heˈt͡s</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="other" tam="pres-state" ta="PRES" subj="3.plur" comma="after" ph="ɣ æ ˈ">ɣæˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </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="ɣ i t͡s e ˈ">ɣit͡seˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <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="x æ m">xæm</thingy> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner" ph="j æ ˈ t͡ʃ">jæˈt͡ʃ</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="human being" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner" ph="h e ˈ t͡s">heˈt͡s</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="other" tam="pres-state" ta="PRES" subj="3.plur" comma="after" ph="ɣ æ ˈ">ɣæˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="resemble" question="not.Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">ɣit͡seˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpnegation" function="enclitic" gloss="NEG">xæm</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" tr="theme" role="subj" locus="number" possessor="no.owner">jæˈt͡ʃ</word> + <word posp="noun" gloss="human being" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">heˈt͡s</word> + <thingy type="nounnumber" function="suffix" gloss="plur">uf,</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">siˈp</word> + <word lexposp="adj" posp="verb" gloss="other" tam="pres-state" ta="PRES" subj="3.plur" comma="after">ɣæˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɣiˈt͡se</span><br><span class="gls">resemble</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">xæm</span><br><span class="gls"><span class="glssc">NEG</span></span></span> <span class="ilpair"><span class="mor">ˈjæt͡ʃ</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">ˈhet͡s</span><br><span class="gls">human being</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ˈɣæ</span><br><span class="gls">other</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span></p> + <p>ɣiˈt͡set͡sij xæm ˈjæt͡ʃ ˈhet͡suf, ˈsip ˈɣæt͡sij</p> + <p>ғицециј хәм јәч гецуф, сип ғәциј</p> + <il> + <w> + <o>ɣiˈt͡se</o> + <g>resemble</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>xæm</o> + <g>NEG</g> + </w> + <w> + <o>ˈjæt͡ʃ</o> + <g>1incl.plur</g> + </w> + <w> + <o>ˈhet͡s</o> + <g>human being</g> + </w> + <w> + <o>-uf</o> + <g>plur</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>ˈɣæ</o> + <g>other</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</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 adj2verb:
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 NRel:
No change.
module sentenceconnectors:
No change.
module subordinate:
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 markowned:
<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">
+ <np role="subj" tr="rheme" number="plur" possessor="no.owner">
<conjp conj="and">
- <np number="sing" locus="number">
+ <np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="fight"/>
</np>
- <np number="sing" locus="number">
+ <np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="time"/>
</np>
</conjp>
</np>
- <np role="obj" tr="theme" number="plur">
+ <np role="obj" tr="theme" number="plur" possessor="no.owner">
<np type="owner_owned" number="plur">
- <np def="def" number="plur" locus="number" role="owner" case="GEN">
+ <np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np number="plur" def="def" locus="number" role="owned">
+ <np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</s>
module ngen:
No change.
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" possessor="no.owner">
<conjp conj="and">
<np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="fight"/>
</np>
+ <word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="time"/>
</np>
</conjp>
</np>
<np role="obj" tr="theme" number="plur" possessor="no.owner">
<np type="owner_owned" number="plur">
<np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="language"/>
</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" possessor="no.owner">
- <conjp conj="and">
- <np number="sing" locus="number" possessor="no.owner">
+ <np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="fight"/>
</np>
<word posp="conj" gloss="and"/>
- <np number="sing" locus="number" possessor="no.owner">
+ <np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="time"/>
</np>
- </conjp>
</np>
<np role="obj" tr="theme" number="plur" possessor="no.owner">
<np type="owner_owned" number="plur">
<np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="language"/>
</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" possessor="no.owner">
<np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="fight"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="time"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="theme" number="plur" possessor="no.owner">
<np type="owner_owned" number="plur">
<np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="language"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.plur"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner">
<np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="fight"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="time"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
- <np role="obj" tr="theme" number="plur" possessor="no.owner">
- <np type="owner_owned" number="plur">
+ <np type="owner_owned" number="plur" role="obj" tr="theme" possessor="no.owner">
<np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="language"/>
<thingy type="nppossessor" function="enclitic" gloss="3.plur"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </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" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="fight"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="time"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- <np type="owner_owned" number="plur" role="obj" tr="theme" possessor="no.owner">
<np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
+ <np number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme">
<word posp="noun" gloss="language"/>
<thingy type="nppossessor" function="enclitic" gloss="3.plur"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner" role="subj" tr="rheme"> - <word posp="noun" gloss="fight"/> + <word posp="noun" gloss="fight" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"> - <word posp="noun" gloss="time"/> + <word posp="noun" gloss="time" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme"> - <word posp="noun" gloss="language"/> + <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme"/> <thingy type="nppossessor" function="enclitic" gloss="3.plur"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for shape/verb/question/obligatoryGot not.Q
About to call getSlotValue for shape/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for fight/noun/case/optional
About to call getSlotValue for fight/noun/number/obligatory
Got sing
About to call getSlotValue for time/noun/case/optional
About to call getSlotValue for time/noun/number/obligatory
Got sing
About to call getSlotValue for language/noun/case/optional
About to call getSlotValue for language/noun/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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="fight" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">
<word posp="noun" gloss="time" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme">
<word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="3.plur"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="no.owner" role="subj" tr="rheme"> <word posp="noun" gloss="fight" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"> <word posp="noun" gloss="time" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <np def="def" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme"> <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="3.plur"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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="noun" gloss="fight" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="time" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="3.plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="v ɑ ɡ u ˈ">vɑɡuˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="noun" gloss="fight" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme" ph="h e ˈ ʒ+b">heˈʒb</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" ph="θ u ˈ m">θuˈm</word> + <word posp="noun" gloss="time" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme" ph="d͡ʒ au ˈ v">d͡ʒauˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme" ph="z æ ˈ s">zæˈs</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.plur.POSS" ph="t͡ʃ i k">t͡ʃik</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" 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="v ɑ ɡ u ˈ">vɑɡuˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="noun" gloss="fight" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme" ph="h e ˈ ʒ+b">heˈʒb</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" ph="θ u ˈ m">θuˈm</word> - <word posp="noun" gloss="time" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme" ph="d͡ʒ au ˈ v">d͡ʒauˈv</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme" ph="z æ ˈ s">zæˈs</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.plur.POSS" ph="t͡ʃ i k">t͡ʃik</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="shape" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">vɑɡuˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="noun" gloss="fight" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">heˈʒb</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <word posp="conj" gloss="and">θuˈm</word> + <word posp="noun" gloss="time" number="sing" locus="number" possessor="no.owner" role="subj" tr="rheme">d͡ʒauˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">ʃiˈb</word> + <word posp="noun" gloss="language" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="theme">zæˈs</word> + <thingy type="nounnumber" function="suffix" gloss="plur">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.plur.POSS">t͡ʃik</thingy> </flat> + <p><span class="ilpair"><span class="mor">vɑˈɡu</span><br><span class="gls">shape</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈheʒb</span><br><span class="gls">fight</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈθum</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ˈd͡ʒauv</span><br><span class="gls">time</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈʃib</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">ˈzæs</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">t͡ʃik</span><br><span class="gls">3.plur.<span class="glssc">POSS</span></span></span></p> + <p>vɑˈɡut͡sij bit ˈheʒbæs ˈθum ˈd͡ʒauvæs ˈʃib ˈzæsuf t͡ʃik</p> + <p>ваґуциј бит гежбәс ѳум џаўвәс шиб зәсуф чик</p> + <il> + <w> + <o>vɑˈɡu</o> + <g>shape</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈheʒb</o> + <g>fight</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈθum</o> + <g>and</g> + </w> + <w> + <o>ˈd͡ʒauv</o> + <g>time</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈʃib</o> + <g>3.plur</g> + </w> + <w> + <o>ˈzæs</o> + <g>language</g> + </w> + <w> + <o>-uf</o> + <g>plur</g> + </w> + <w> + <o>t͡ʃik</o> + <g>3.plur.POSS</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 adj2verb:
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 NRel:
No change.
module sentenceconnectors:
No change.
module subordinate:
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 markowned:
<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">
+ <np def="def" number="plur" role="subj" tr="theme" locus="number" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
- <np role="obj" tr="rheme" number="plur">
+ <np role="obj" tr="rheme" number="plur" possessor="no.owner">
<np type="owner_owned" number="plur">
- <np number="plur" locus="number" role="owner" case="GEN">
+ <np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<conjp conj="and">
- <np number="plur" locus="number">
+ <np number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="mammal"/>
</np>
- <np number="plur" locus="number">
+ <np number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="bird"/>
</np>
</conjp>
</np>
- <np number="plur" def="def" locus="number" role="owned">
+ <np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="sound"/>
</np>
</np>
</np>
</s>
module ngen:
No change.
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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" tr="rheme" number="plur" possessor="no.owner">
<np type="owner_owned" number="plur">
<np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<conjp conj="and">
<np number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="mammal"/>
</np>
+ <word posp="conj" gloss="and"/>
<np number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="bird"/>
</np>
</conjp>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="sound"/>
</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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
</np>
<np role="obj" tr="rheme" number="plur" possessor="no.owner">
<np type="owner_owned" number="plur">
<np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
- <conjp conj="and">
- <np number="plur" locus="number" possessor="no.owner">
+ <np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
<word posp="noun" gloss="mammal"/>
</np>
<word posp="conj" gloss="and"/>
- <np number="plur" locus="number" possessor="no.owner">
+ <np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
<word posp="noun" gloss="bird"/>
</np>
- </conjp>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="sound"/>
</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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" number="plur" possessor="no.owner">
<np type="owner_owned" number="plur">
<np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
<word posp="noun" gloss="mammal"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
<word posp="noun" gloss="bird"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="sound"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.plur"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np role="obj" tr="rheme" number="plur" possessor="no.owner">
- <np type="owner_owned" number="plur">
+ <np type="owner_owned" number="plur" role="obj" tr="rheme" possessor="no.owner">
<np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
<word posp="noun" gloss="mammal"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
<word posp="noun" gloss="bird"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
<word posp="noun" gloss="sound"/>
<thingy type="nppossessor" function="enclitic" gloss="3.plur"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np type="owner_owned" number="plur" role="obj" tr="rheme" possessor="no.owner">
<np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
<word posp="noun" gloss="mammal"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
<word posp="noun" gloss="bird"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <np number="plur" def="def" locus="number" role="owned" possessor="3.plur">
+ <np number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme">
<word posp="noun" gloss="sound"/>
<thingy type="nppossessor" function="enclitic" gloss="3.plur"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> - <word posp="pron" number="plur" gloss="3.plur"/> + <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner"> <np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"> - <word posp="noun" gloss="mammal"/> + <word posp="noun" gloss="mammal" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <word posp="conj" gloss="and"/> + <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner"/> <np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"> - <word posp="noun" gloss="bird"/> + <word posp="noun" gloss="bird" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme"> - <word posp="noun" gloss="sound"/> + <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme"/> <thingy type="nppossessor" function="enclitic" gloss="3.plur"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for copy/verb/question/obligatoryGot not.Q
About to call getSlotValue for copy/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for mammal/noun/case/optional
Got GEN
About to call getSlotValue for mammal/noun/number/obligatory
Got plur
About to call getSlotValue for bird/noun/case/optional
Got GEN
About to call getSlotValue for bird/noun/number/obligatory
Got plur
About to call getSlotValue for sound/noun/case/optional
About to call getSlotValue for sound/noun/number/obligatory
Got plur
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="no.owner">
<word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">
<np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="mammal" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="bird" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme">
<word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="3.plur"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="no.owner"> <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="plur" locus="number" role="owner" case="GEN" possessor="no.owner"> - <np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="mammal" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <np number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="bird" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme"> <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="3.plur"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="mammal" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="bird" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="3.plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="m u j ɑ ˈ">mujɑˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="ŋ ɑ">ŋɑ</thingy> + <word posp="noun" gloss="mammal" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN" ph="t͡ʃ ɑ ʒ+d i ˈ ɲ">t͡ʃɑʒdiˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner" ph="θ u ˈ m">θuˈm</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="ŋ ɑ">ŋɑ</thingy> + <word posp="noun" gloss="bird" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN" ph="v i ˈ n">viˈn</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme" ph="m o ˈ ɣ">moˈɣ</word> + <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.plur.POSS" ph="t͡ʃ i k">t͡ʃik</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </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="m u j ɑ ˈ">mujɑˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="ʃ i ˈ b">ʃiˈb</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="ŋ ɑ">ŋɑ</thingy> - <word posp="noun" gloss="mammal" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN" ph="t͡ʃ ɑ ʒ+d i ˈ ɲ">t͡ʃɑʒdiˈɲ</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner" ph="θ u ˈ m">θuˈm</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="ŋ ɑ">ŋɑ</thingy> - <word posp="noun" gloss="bird" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN" ph="v i ˈ n">viˈn</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme" ph="m o ˈ ɣ">moˈɣ</word> - <thingy type="nounnumber" function="suffix" gloss="plur" attach="suffix" ph="u f">uf</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.plur.POSS" ph="t͡ʃ i k">t͡ʃik</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="copy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">mujɑˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="plur" gloss="3.plur" def="def" role="subj" tr="theme" locus="number" possessor="no.owner">ʃiˈb</word> + <thingy type="nouncase" function="prefix" gloss="GEN">ŋɑ</thingy> + <word posp="noun" gloss="mammal" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">t͡ʃɑʒdiˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="plur">uf</thingy> + <word posp="conj" gloss="and" number="plur" locus="number" role="owner" case="GEN" possessor="no.owner">θuˈm</word> + <thingy type="nouncase" function="prefix" gloss="GEN">ŋɑ</thingy> + <word posp="noun" gloss="bird" number="plur" locus="number" possessor="no.owner" role="owner" case="GEN">viˈn</word> + <thingy type="nounnumber" function="suffix" gloss="plur">uf</thingy> + <word posp="noun" gloss="sound" number="plur" def="def" locus="number" role="owned" possessor="3.plur" tr="rheme">moˈɣ</word> + <thingy type="nounnumber" function="suffix" gloss="plur">uf</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.plur.POSS">t͡ʃik</thingy> </flat> + <p><span class="ilpair"><span class="mor">muˈjɑ</span><br><span class="gls">copy</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈʃib</span><br><span class="gls">3.plur</span></span> <span class="ilpair"><span class="mor">ŋɑ-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">t͡ʃɑˈʒdiɲ</span><br><span class="gls">mammal</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈθum</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ŋɑ-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈvin</span><br><span class="gls">bird</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈmoɣ</span><br><span class="gls">sound</span></span> <span class="ilpair"><span class="mor">-uf</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">t͡ʃik</span><br><span class="gls">3.plur.<span class="glssc">POSS</span></span></span></p> + <p>muˈjɑt͡sij bit ˈʃib ŋɑt͡ʃɑˈʒdiɲuf ˈθum ŋɑˈvinuf ˈmoɣuf t͡ʃik</p> + <p>мујациј бит шиб ӈачаждињуф ѳум ӈавинуф моғуф чик</p> + <il> + <w> + <o>muˈjɑ</o> + <g>copy</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈʃib</o> + <g>3.plur</g> + </w> + <w> + <o>ŋɑ-</o> + <g>GEN</g> + </w> + <w> + <o>t͡ʃɑˈʒdiɲ</o> + <g>mammal</g> + </w> + <w> + <o>-uf</o> + <g>plur</g> + </w> + <w> + <o>ˈθum</o> + <g>and</g> + </w> + <w> + <o>ŋɑ-</o> + <g>GEN</g> + </w> + <w> + <o>ˈvin</o> + <g>bird</g> + </w> + <w> + <o>-uf</o> + <g>plur</g> + </w> + <w> + <o>ˈmoɣ</o> + <g>sound</g> + </w> + <w> + <o>-uf</o> + <g>plur</g> + </w> + <w> + <o>t͡ʃik</o> + <g>3.plur.POSS</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 adj2verb:
<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">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="different"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<word posp="noun" gloss="manner"/>
- <word posp="adj" gloss="different"/>
</np>
+ </relp>
+ </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 def="indef" number="sing" locus="number">
+ <np number="sing" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="manner"/>
</np>
</relp>
</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 number="sing" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </relp> </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 number="sing" locus="number">
<relp>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="manner"/>
</np>
</relp>
</np>
</pp>
</s>
module NRel:
<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>
+ <np id="parent">
+ <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">
+ <word posp="noun" gloss="langname"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="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 number="sing" locus="number">
- <relp>
+ <np locus="number" id="parent">
+ <np role="" number="sing" id="headnp" tr="">
+ <word posp="noun" gloss="manner"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
- <np head="this" role="subj" number="sing">
- <word posp="noun" gloss="manner"/>
- </np>
</relp>
</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 id="parent">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">
<word posp="noun" gloss="langname"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="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>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<np locus="number" id="parent">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="manner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
</relp>
</np>
</pp>
</s>
module subordinate:
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 id="parent">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">
<word posp="noun" gloss="langname"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="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>
</relp>
</np>
<pp p="in" precise="no" location="inside">
+ <word gloss="in" posp="pp"/>
+ <np type="owner_owned">
<np locus="number" id="parent">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="manner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
</relp>
</np>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
+ </np>
+ </np>
</pp>
</s>
module constorder:
No change.
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 id="parent">
+ <np id="parent" case="ABS">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">
<word posp="noun" gloss="langname"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="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>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np locus="number" id="parent">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="manner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
</relp>
</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 id="parent" case="ABS">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">
<word posp="noun" gloss="langname"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="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">
+ <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>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np locus="number" id="parent">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="manner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
</relp>
</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 id="parent" case="ABS">
+ <np id="parent" case="ABS" number="sing">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">
<word posp="noun" gloss="langname"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="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 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>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
- <np locus="number" id="parent">
+ <np type="owner_owned" number="sing">
+ <np locus="number" id="parent" number="sing">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="manner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
</relp>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module simplifynumber:
No change.
createpronouns:
No change.
module markowned:
<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 id="parent" case="ABS" number="sing">
- <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">
+ <np id="parent" case="ABS" number="sing" possessor="no.owner">
+ <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner">
<word posp="noun" gloss="langname"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<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" number="plur">
+ <np role="obj" number="plur" possessor="no.owner">
<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">
+ <np def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
- <np locus="number" id="parent" number="sing">
- <np role="" number="sing" id="headnp" tr="">
+ <np locus="number" id="parent" number="sing" possessor="no.owner">
+ <np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="manner"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
</relp>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</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:
<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 id="parent" case="ABS" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner">
<word posp="noun" gloss="langname"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="be"/>
</vp>
<np role="obj" number="plur" possessor="no.owner">
<np type="owner_owned" tr="rheme" number="sing">
<np def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language"/>
</np>
</np>
</np>
</relp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="manner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="different"/>
</vp>
</relp>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</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 id="parent" case="ABS" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner">
<word posp="noun" gloss="langname"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" 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>
<np role="obj" number="plur" possessor="no.owner">
<np type="owner_owned" tr="rheme" number="sing">
<np def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language"/>
+ <thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="manner"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="different"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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 id="parent" case="ABS" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner">
<word posp="noun" gloss="langname"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" 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>
- <np role="obj" number="plur" possessor="no.owner">
- <np type="owner_owned" tr="rheme" number="sing">
+ <np type="owner_owned" tr="rheme" number="sing" role="obj" possessor="no.owner">
<np def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language"/>
<thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="manner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="different"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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>
<np id="parent" case="ABS" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner">
<word posp="noun" gloss="langname"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" 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>
- <np type="owner_owned" tr="rheme" number="sing" role="obj" possessor="no.owner">
<np def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language"/>
<thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="manner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="different"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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> <np id="parent" case="ABS" number="sing" possessor="no.owner"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner"> - <word posp="noun" gloss="langname"/> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" 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" subj="3.sing" 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> <np def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur"> - <word posp="noun" gloss="language"/> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur"/> <thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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 locus="number" id="parent" number="sing" possessor="no.owner"> <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> - <word posp="noun" gloss="manner"/> + <word posp="noun" gloss="manner" number="sing" id="headnp" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="different"/> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" possessor="no.owner"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for question/
defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for arise/verb/question/obligatoryGot not.Q
About to call getSlotValue for arise/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for langname/noun/case/optional
About to call getSlotValue for langname/noun/number/obligatory
Got sing
About to call getSlotValue for be/verb/question/obligatory
Got not.Q
About to call getSlotValue for be/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for language/noun/case/optional
About to call getSlotValue for language/noun/number/obligatory
Got sing
About to call getSlotValue for manner/noun/case/optional
About to call getSlotValue for manner/noun/number/obligatory
Got sing
About to call getSlotValue for different/verb/question/obligatory
Got not.Q
About to call getSlotValue for different/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for inside/noun/case/optional
About to call getSlotValue for inside/noun/number/obligatory
Got sing
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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 id="parent" case="ABS" number="sing" possessor="no.owner">
<np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner">
<word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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>
<np def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp" p="in" precise="no" location="inside"/>
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="manner" number="sing" id="headnp" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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 id="parent" case="ABS" number="sing" possessor="no.owner"> - <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner"> <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur"> <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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> - <np def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur"> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur"/> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur" comma="after"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <pp p="in" precise="no" location="inside"> <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - <np locus="number" id="parent" number="sing" possessor="no.owner"> - <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="manner" number="sing" id="headnp" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing"/> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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 posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur" comma="after"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - <word posp="noun" gloss="manner" number="sing" id="headnp" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="but" posp="conj" ph="θ u ˈ p">θuˈp</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="k æ ɡ æ ˈ">kæɡæˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner" ph="n o ˈ ʃ+k">noˈʃk</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur" ph="v o ˈ">voˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <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 posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur" comma="after" ph="z æ ˈ s">zæˈs</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1incl.plur.POSS" ph="ʃ i p">ʃip</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="ʃ o ˈ t͡ʃ">ʃoˈt͡ʃ</word> + <word posp="noun" gloss="manner" number="sing" id="headnp" possessor="no.owner" ph="ŋ ɔi ˈ ɣ">ŋɔiˈɣ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="j ɔi ˈ">jɔiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="t͡s i ˈ v">t͡siˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </s>
vowelharmony:
No change.
removetags:
<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj" ph="θ u ˈ p">θuˈp</word> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="k æ ɡ æ ˈ">kæɡæˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner" ph="n o ˈ ʃ+k">noˈʃk</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur" ph="v o ˈ">voˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <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 posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur" comma="after" ph="z æ ˈ s">zæˈs</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="1incl.plur.POSS" ph="ʃ i p">ʃip</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="ʃ o ˈ t͡ʃ">ʃoˈt͡ʃ</word> - <word posp="noun" gloss="manner" number="sing" id="headnp" possessor="no.owner" ph="ŋ ɔi ˈ ɣ">ŋɔiˈɣ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="j ɔi ˈ">jɔiˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="t͡s i ˈ v">t͡siˈv</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="but" posp="conj">θuˈp</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">kæɡæˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp" possessor="no.owner">noˈʃk</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs,</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">siˈp</word> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.plur">voˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" possessor="1incl.plur" comma="after">zæˈs</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1incl.plur.POSS">ʃip,</thingy> + <word gloss="in" posp="pp" p="in" precise="no" location="inside">ʃoˈt͡ʃ</word> + <word posp="noun" gloss="manner" number="sing" id="headnp" possessor="no.owner">ŋɔiˈɣ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs,</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" possessor="no.owner">siˈp</word> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after">jɔiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij,</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner">t͡siˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈθup</span><br><span class="gls">but</span></span> <span class="ilpair"><span class="mor">kæˈɡæ</span><br><span class="gls">arise</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈnoʃk</span><br><span class="gls">langname</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ˈvo</span><br><span class="gls">be</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈzæs</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ʃip</span><br><span class="gls">1incl.plur.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ˈʃot͡ʃ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">ˈŋɔiɣ</span><br><span class="gls">manner</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ˈjɔi</span><br><span class="gls">different</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈt͡siv</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span></p> + <p>ˈθup kæˈɡæt͡sij bit ˈnoʃkæs, ˈsip ˈvot͡sij ˈzæsæs ʃip, ˈʃot͡ʃ ˈŋɔiɣæs, ˈsip ˈjɔit͡sij, ˈt͡sivæs</p> + <p>ѳуп кәґәциј бит ношкәс, сип воциј зәсәс шип, шоч ӈойғәс, сип јойциј, цивәс</p> + <il> + <w> + <o>ˈθup</o> + <g>but</g> + </w> + <w> + <o>kæˈɡæ</o> + <g>arise</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈnoʃk</o> + <g>langname</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>ˈvo</o> + <g>be</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>ˈzæs</o> + <g>language</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ʃip</o> + <g>1incl.plur.POSS</g> + </w> + <w> + <o>ˈʃot͡ʃ</o> + <g>in</g> + </w> + <w> + <o>ˈŋɔiɣ</o> + <g>manner</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>ˈjɔi</o> + <g>different</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>ˈt͡siv</o> + <g>inside</g> + </w> + <w> + <o>-æs</o> + <g>sing</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 adj2verb:
<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"/>
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="whole"/>
+ </vp>
+ <np head="this" role="subj" number="sing"/>
+ </relp>
</np>
<np number="sing" def="neither" locus="number">
- <word posp="adj" gloss="perfect"/>
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="perfect"/>
+ </vp>
+ <np head="this" role="subj" number="sing"/>
+ </relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<np def="indef" number="sing" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="single"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<word posp="noun" gloss="breath"/>
- <word posp="adj" gloss="single"/>
</np>
+ </relp>
+ </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 number="sing" def="neither" locus="number">
+ <np number="sing" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
<np head="this" role="subj" number="sing"/>
</relp>
</np>
- <np number="sing" def="neither" locus="number">
+ <np number="sing" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
<np head="this" role="subj" number="sing"/>
</relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
- <np def="indef" number="sing" locus="number">
+ <np number="sing" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="breath"/>
</np>
</relp>
</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 number="sing" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> <np head="this" role="subj" number="sing"/> </relp> </np> <np number="sing" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="perfect"/> </vp> <np head="this" role="subj" number="sing"/> </relp> </np> </conjp> </np> <pp p="in" precise="no" location="inside"> <np number="sing" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="single"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="breath"/> </np> </relp> </np> </pp> </s>
module noepistemic:
No change.
module NRel:
<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 number="sing" locus="number">
- <relp>
+ <np locus="number" id="parent">
+ <np role="" number="sing" id="headnp" tr=""/>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
- <np head="this" role="subj" number="sing"/>
</relp>
</np>
- <np number="sing" locus="number">
- <relp>
+ <np locus="number" id="parent">
+ <np role="" number="sing" id="headnp" tr=""/>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
- <np head="this" role="subj" number="sing"/>
</relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
- <np number="sing" locus="number">
- <relp>
+ <np locus="number" id="parent">
+ <np role="" number="sing" id="headnp" tr="">
+ <word posp="noun" gloss="breath"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
- <np head="this" role="subj" number="sing">
- <word posp="noun" gloss="breath"/>
- </np>
</relp>
</np>
</pp>
</s>
module sentenceconnectors:
No change.
module subordinate:
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 locus="number" id="parent">
<np role="" number="sing" id="headnp" tr=""/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np locus="number" id="parent">
<np role="" number="sing" id="headnp" tr=""/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
</relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
+ <word gloss="in" posp="pp"/>
+ <np type="owner_owned">
<np locus="number" id="parent">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="breath"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
</relp>
</np>
+ <np def="def" number="sing">
+ <word posp="noun" gloss="inside"/>
+ </np>
+ </np>
</pp>
</s>
module constorder:
No change.
module casemarking:
<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 locus="number" id="parent">
<np role="" number="sing" id="headnp" tr=""/>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np locus="number" id="parent">
<np role="" number="sing" id="headnp" tr=""/>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
</relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
<np locus="number" id="parent">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="breath"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
</relp>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module markowner:
No change.
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 locus="number" id="parent">
+ <np locus="number" id="parent" number="sing">
<np role="" number="sing" id="headnp" tr=""/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
- <np locus="number" id="parent">
+ <np locus="number" id="parent" number="sing">
<np role="" number="sing" id="headnp" tr=""/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
</relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
- <np locus="number" id="parent">
+ <np type="owner_owned" number="sing">
+ <np locus="number" id="parent" number="sing">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="breath"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
</relp>
</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 locus="number" id="parent" number="sing">
<np role="" number="sing" id="headnp" tr=""/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<np locus="number" id="parent" number="sing">
<np role="" number="sing" id="headnp" tr=""/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
</relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing">
<np role="" number="sing" id="headnp" tr="">
<word posp="noun" gloss="breath"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
</relp>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module markowned:
<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">
+ <np def="def" number="sing" role="subj" tr="theme" locus="number" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np role="pred" number="plur">
+ <np role="pred" number="plur" possessor="no.owner">
<conjp conj="and">
- <np locus="number" id="parent" number="sing">
- <np role="" number="sing" id="headnp" tr=""/>
+ <np locus="number" id="parent" number="sing" possessor="no.owner">
+ <np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
- <np locus="number" id="parent" number="sing">
- <np role="" number="sing" id="headnp" tr=""/>
+ <np locus="number" id="parent" number="sing" possessor="no.owner">
+ <np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
</relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
- <np locus="number" id="parent" number="sing">
- <np role="" number="sing" id="headnp" tr="">
+ <np locus="number" id="parent" number="sing" possessor="no.owner">
+ <np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="breath"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
</relp>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
module ngen:
No change.
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" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur" possessor="no.owner">
<conjp conj="and">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
+ <word posp="conj" gloss="and"/>
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
</relp>
</np>
</conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="breath"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
</relp>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</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" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur" possessor="no.owner">
- <conjp conj="and">
- <np locus="number" id="parent" number="sing" possessor="no.owner">
+ <np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<word posp="conj" gloss="and"/>
- <np locus="number" id="parent" number="sing" possessor="no.owner">
+ <np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
</relp>
</np>
- </conjp>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="breath"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
</relp>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
fixpronouns:
No change.
copyuptophrase:
<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" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np role="pred" number="plur" possessor="no.owner">
<np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
</relp>
</np>
<word posp="conj" gloss="and"/>
<np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="perfect"/>
</vp>
</relp>
</np>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="breath"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="single"/>
</vp>
</relp>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</s>
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" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="pred" number="plur" possessor="no.owner">
<np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
- <np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
+ <np role="" number="sing" id="headnp" tr="" possessor="no.owner">
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
+ </np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
- <np role="" number="sing" id="headnp" tr="" possessor="no.owner"/>
+ <np role="" number="sing" id="headnp" tr="" possessor="no.owner">
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
+ </np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="perfect"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="breath"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="single"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="pred" number="plur" possessor="no.owner">
<np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="perfect"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" number="sing">
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="breath"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="single"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np role="pred" number="plur" possessor="no.owner"> <np locus="number" id="parent" number="sing" possessor="no.owner" role="pred"> <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="whole"/> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <word posp="conj" gloss="and"/> + <word posp="conj" gloss="and" role="pred" number="plur" possessor="no.owner"/> <np locus="number" id="parent" number="sing" possessor="no.owner" role="pred"> <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="perfect"/> + <word lexposp="adj" posp="verb" gloss="perfect" tam="pres-state" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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 locus="number" id="parent" number="sing" possessor="no.owner"> <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> - <word posp="noun" gloss="breath"/> + <word posp="noun" gloss="breath" number="sing" id="headnp" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="single"/> + <word lexposp="adj" posp="verb" gloss="single" tam="pres-state" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" possessor="no.owner"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for question/
defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for question/
defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
calling defaultval for question/
defaultval: verb, question
returning not.Q
calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for appear/verb/question/obligatoryGot not.Q
About to call getSlotValue for appear/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for whole/verb/question/obligatory
Got not.Q
About to call getSlotValue for whole/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for perfect/verb/question/obligatory
Got not.Q
About to call getSlotValue for perfect/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for breath/noun/case/optional
About to call getSlotValue for breath/noun/number/obligatory
Got sing
About to call getSlotValue for single/verb/question/obligatory
Got not.Q
About to call getSlotValue for single/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for inside/noun/case/optional
About to call getSlotValue for inside/noun/number/obligatory
Got sing
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="pred" number="plur" possessor="no.owner">
<np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and" role="pred" number="plur" possessor="no.owner"/>
<np locus="number" id="parent" number="sing" possessor="no.owner" role="pred">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="perfect" tam="pres-state" ta="PRES" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<pp p="in" precise="no" location="inside">
<word gloss="in" posp="pp" p="in" precise="no" location="inside"/>
<np locus="number" id="parent" number="sing" possessor="no.owner">
<np role="" number="sing" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="breath" number="sing" id="headnp" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.sing">
<word lexposp="adj" posp="verb" gloss="single" tam="pres-state" ta="PRES" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="pred" number="plur" possessor="no.owner"> - <np locus="number" id="parent" number="sing" possessor="no.owner" role="pred"> - <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing"/> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and" role="pred" number="plur" possessor="no.owner"/> - <np locus="number" id="parent" number="sing" possessor="no.owner" role="pred"> - <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="perfect" tam="pres-state" ta="PRES" subj="3.sing"/> + <word lexposp="adj" posp="verb" gloss="perfect" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <pp p="in" precise="no" location="inside"> <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - <np locus="number" id="parent" number="sing" possessor="no.owner"> - <np role="" number="sing" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="breath" number="sing" id="headnp" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.sing"> - <word lexposp="adj" posp="verb" gloss="single" tam="pres-state" ta="PRES" subj="3.sing"/> + <word lexposp="adj" posp="verb" gloss="single" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and" role="pred" number="plur" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="perfect" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - <word posp="noun" gloss="breath" number="sing" id="headnp" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="single" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="b i d ai ˈ">bidaiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="m æ ˈ ɲ">mæˈɲ</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="x o ˈ">xoˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" role="pred" number="plur" possessor="no.owner" ph="θ u ˈ m">θuˈm</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="perfect" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="d æ v e ˈ">dæveˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="ʃ o ˈ t͡ʃ">ʃoˈt͡ʃ</word> + <word posp="noun" gloss="breath" number="sing" id="headnp" possessor="no.owner" ph="ʒ+b ɑ b i ˈ t͡ʃ">ʒbɑbiˈt͡ʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="single" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="d au ˈ">dauˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="t͡s i ˈ v">t͡siˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </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="b i d ai ˈ">bidaiˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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" possessor="no.owner" ph="m æ ˈ ɲ">mæˈɲ</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="x o ˈ">xoˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" role="pred" number="plur" possessor="no.owner" ph="θ u ˈ m">θuˈm</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="perfect" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="d æ v e ˈ">dæveˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="ʃ o ˈ t͡ʃ">ʃoˈt͡ʃ</word> - <word posp="noun" gloss="breath" number="sing" id="headnp" possessor="no.owner" ph="ʒ+b ɑ b i ˈ t͡ʃ">ʒbɑbiˈt͡ʃ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner" ph="s i ˈ p">siˈp</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="single" tam="pres-state" ta="PRES" subj="3.sing" comma="after" ph="d au ˈ">dauˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="t͡s i ˈ v">t͡siˈv</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="appear" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">bidaiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" role="subj" tr="theme" locus="number" possessor="no.owner">mæˈɲ,</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">siˈp</word> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after">xoˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij,</thingy> + <word posp="conj" gloss="and" role="pred" number="plur" possessor="no.owner">θuˈm,</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">siˈp</word> + <word lexposp="adj" posp="verb" gloss="perfect" tam="pres-state" ta="PRES" subj="3.sing" comma="after">dæveˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij,</thingy> + <word gloss="in" posp="pp" p="in" precise="no" location="inside">ʃoˈt͡ʃ</word> + <word posp="noun" gloss="breath" number="sing" id="headnp" possessor="no.owner">ʒbɑbiˈt͡ʃ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs,</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ABS" possessor="no.owner">siˈp</word> + <word lexposp="adj" posp="verb" gloss="single" tam="pres-state" ta="PRES" subj="3.sing" comma="after">dauˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij,</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner">t͡siˈv</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> </flat> + <p><span class="ilpair"><span class="mor">biˈdai</span><br><span class="gls">appear</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈmæɲ</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ˈxo</span><br><span class="gls">whole</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈθum</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">dæˈve</span><br><span class="gls">perfect</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈʃot͡ʃ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">ʒbɑˈbit͡ʃ</span><br><span class="gls">breath</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ˈsip</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ˈdau</span><br><span class="gls">single</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈt͡siv</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span></p> + <p>biˈdait͡sij bit ˈmæɲ, ˈsip ˈxot͡sij, ˈθum, ˈsip dæˈvet͡sij, ˈʃot͡ʃ ʒbɑˈbit͡ʃæs, ˈsip ˈdaut͡sij, ˈt͡sivæs</p> + <p>бидайциј бит мәњ, сип хоциј, ѳум, сип дәвециј, шоч жбабичәс, сип даўциј, цивәс</p> + <il> + <w> + <o>biˈdai</o> + <g>appear</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈmæɲ</o> + <g>3.sing</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>ˈxo</o> + <g>whole</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>ˈθum</o> + <g>and</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>dæˈve</o> + <g>perfect</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>ˈʃot͡ʃ</o> + <g>in</g> + </w> + <w> + <o>ʒbɑˈbit͡ʃ</o> + <g>breath</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ˈsip</o> + <g>RELPRON</g> + </w> + <w> + <o>ˈdau</o> + <g>single</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>ˈt͡siv</o> + <g>inside</g> + </w> + <w> + <o>-æs</o> + <g>sing</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 adj2verb:
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 NRel:
No change.
module sentenceconnectors:
No change.
module subordinate:
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="ABS">
<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="ABS">
<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="ABS">
- <np type="owner_owned">
+ <np role="subj" tr="theme" case="ABS" 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 markowned:
<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="ABS" number="plur">
+ <np role="subj" tr="theme" case="ABS" number="plur" possessor="no.owner">
<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">
+ <np def="def" number="sing" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language"/>
</np>
</np>
</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>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="ABS" number="plur" possessor="no.owner">
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language"/>
+ <thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="ABS" number="plur" possessor="no.owner">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="subj" tr="theme" case="ABS" possessor="no.owner">
<np def="def" number="sing" locus="number" role="owned" possessor="1incl.plur">
<word posp="noun" gloss="language"/>
<thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </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="ABS" possessor="no.owner">
- <np def="def" number="sing" locus="number" role="owned" possessor="1incl.plur">
+ <np def="def" number="sing" locus="number" role="owned" possessor="1incl.plur" tr="theme" case="ABS">
<word posp="noun" gloss="language"/>
<thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="1incl.plur" tr="theme" case="ABS"> - <word posp="noun" gloss="language"/> + <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" possessor="1incl.plur" tr="theme" case="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for evolve/verb/question/obligatoryGot not.Q
About to call getSlotValue for evolve/verb/comp/obligatory
Got not.COMP
About to call getSlotValue for language/noun/case/optional
Got ABS
About to call getSlotValue for language/noun/number/obligatory
Got sing
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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" possessor="1incl.plur" tr="theme" case="ABS">
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" possessor="1incl.plur" tr="theme" case="ABS"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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" possessor="1incl.plur" tr="theme" case="ABS"> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" possessor="1incl.plur" tr="theme" case="ABS"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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="ABS"/> - <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" possessor="1incl.plur" tr="theme" case="ABS"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="1incl.plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ŋ ɑ f ɔ ˈ">ŋɑfɔˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="x æ m">xæm</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS" attach="prefix" ph=""></thingy> + <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" possessor="1incl.plur" tr="theme" case="ABS" ph="z æ ˈ s">zæˈs</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1incl.plur.POSS" ph="ʃ i p">ʃip</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" 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="ŋ ɑ f ɔ ˈ">ŋɑfɔˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="x æ m">xæm</thingy> - <thingy type="nouncase" function="prefix" gloss="ABS" attach="prefix" ph=""></thingy> - <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" possessor="1incl.plur" tr="theme" case="ABS" ph="z æ ˈ s">zæˈs</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="æ s">æs</thingy> - <thingy type="nppossessor" function="enclitic" gloss="1incl.plur.POSS" ph="ʃ i p">ʃip</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="evolve" negation="NEG" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">ŋɑfɔˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <thingy type="vpnegation" function="enclitic" gloss="NEG">xæm</thingy> + <word posp="noun" gloss="language" def="def" number="sing" locus="number" role="owned" possessor="1incl.plur" tr="theme" case="ABS">zæˈs</word> + <thingy type="nounnumber" function="suffix" gloss="sing">æs</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1incl.plur.POSS">ʃip</thingy> </flat> + <p><span class="ilpair"><span class="mor">ŋɑˈfɔ</span><br><span class="gls">evolve</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">xæm</span><br><span class="gls"><span class="glssc">NEG</span></span></span> <span class="ilpair"><span class="mor">ˈzæs</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">-æs</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ʃip</span><br><span class="gls">1incl.plur.<span class="glssc">POSS</span></span></span></p> + <p>ŋɑˈfɔt͡sij bit xæm ˈzæsæs ʃip</p> + <p>ӈафөциј бит хәм зәсәс шип</p> + <il> + <w> + <o>ŋɑˈfɔ</o> + <g>evolve</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>xæm</o> + <g>NEG</g> + </w> + <w> + <o>ˈzæs</o> + <g>language</g> + </w> + <w> + <o>-æs</o> + <g>sing</g> + </w> + <w> + <o>ʃip</o> + <g>1incl.plur.POSS</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 adj2verb:
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 NRel:
No change.
module sentenceconnectors:
No change.
module subordinate:
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="ABS">
<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="ABS">
- <word posp="noun" gloss="language"/>
+ <np role="obj" def="def" number="sing" locus="number" case="ABS">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
module markowned:
<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" locus="number" case="ABS">
+ <np role="obj" def="def" number="sing" locus="number" case="ABS" possessor="no.owner">
<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="ABS" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="ABS" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </s>calling defaultval for comp/
defaultval: verb, comp
returning not.COMP
addaffixes:
About to call getSlotValue for create/verb/question/obligatoryGot not.Q
About to call getSlotValue for create/verb/comp/obligatory
Got not.COMP
<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="verbquestion" function="suffix" gloss="not.Q"/>
+ <thingy type="verbcomp" function="suffix" gloss="not.COMP"/>
<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="ABS" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> <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="ABS" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="verbcomp" function="suffix" gloss="not.COMP"/> - <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="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="k ɑ ʃ ɔi ˈ">kɑʃɔiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="ABS" possessor="no.owner" ph="m æ ˈ ɲ">mæˈɲ</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="k ɑ ʃ ɔi ˈ">kɑʃɔiˈ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="t͡s">t͡s</thingy> - <thingy type="verbcomp" function="suffix" gloss="not.COMP" attach="suffix" ph="i j">ij</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="b i t">bit</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="ABS" possessor="no.owner" ph="m æ ˈ ɲ">mæˈɲ</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="create" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">kɑʃɔiˈ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">t͡s</thingy> + <thingy type="verbcomp" function="suffix" gloss="not.COMP">ij</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">bit</thingy> + <word posp="pron" number="sing" gloss="3.sing" role="obj" def="def" locus="number" case="ABS" possessor="no.owner">mæˈɲ</word> </flat> + <p><span class="ilpair"><span class="mor">kɑˈʃɔi</span><br><span class="gls">create</span></span> <span class="ilpair"><span class="mor">-t͡s</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">-ij</span><br><span class="gls">not.<span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">bit</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈmæɲ</span><br><span class="gls">3.sing</span></span></p> + <p>kɑˈʃɔit͡sij bit ˈmæɲ</p> + <p>кашойциј бит мәњ</p> + <il> + <w> + <o>kɑˈʃɔi</o> + <g>create</g> + </w> + <w> + <o>-t͡s</o> + <g>not.Q</g> + </w> + <w> + <o>-ij</o> + <g>not.COMP</g> + </w> + <w> + <o>bit</o> + <g>PAST</g> + </w> + <w> + <o>ˈmæɲ</o> + <g>3.sing</g> + </w> + </il> </s>
Ғицециј хәм јәч гецуф, сип ғәциј. Ваґуциј бит гежбәс ѳум џаўвәс шиб зәсуф чик. Мујациј бит шиб ӈачаждињуф ѳум ӈавинуф моғуф чик. Ѳуп кәґәциј бит ношкәс, сип воциј зәсәс шип, шоч ӈойғәс, сип јойциј, цивәс. Бидайциј бит мәњ, сип хоциј, ѳум, сип дәвециј, шоч жбабичәс, сип даўциј, цивәс. Ӈафөциј бит хәм зәсәс шип, кашойциј бит мәњ.
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.03 seconds; writing the texts 0.04 seconds.