Create your own language
The Language Creator generates constructed languages from explicit typological choices, aiming to produce languages that resemble natural human ones in structure and behaviour.
The results include phonology, grammar, glossed examples, dictionaries and sample texts.
The questionnaire comes pre-filled with random values. You can therefore create a language immediately by simply clicking on the Create button there, or customise the settings first.
A sample from Dang, the latest language generated by the Language Creator:
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> + <word gloss="the" posp="det"/> </np> </pp> </np> </relp> + <word gloss="the" posp="det"/> </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> <word gloss="the" posp="det"/> </np> </pp> </np> </relp> <word gloss="the" posp="det"/> </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> <word gloss="the" posp="det"/> </np> </pp> </np> </relp> <word gloss="the" posp="det"/> </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> <word gloss="the" posp="det"/> </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> <word gloss="the" posp="det"/> </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 complementise: No change.
tva1
tva2
tva1
tva2module affixdensity: No change.
module adpositions:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np 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_surface" posp="pp"/> <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> <word gloss="the" posp="det"/> </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> <word gloss="the" posp="det"/> </np> <np role="obj"> <conjp conj="and"> <np number="sing" locus="number"> <word posp="noun" gloss="language"/> <word posp="num" gloss="one"/> </np> <np number="sing" locus="number"> <word posp="noun" gloss="dialect"/> <word posp="num" gloss="one"/> </np> </conjp> </np> </s>module constorder: No change.
module casemarking: No change.
module 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_surface" posp="pp"/> - <np def="def" locus="number" id="parent"> + <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"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> </relp> <word gloss="the" posp="det"/> </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> <word gloss="the" posp="det"/> </np> - <np role="obj"> + <np role="obj" number="plur"> <conjp conj="and"> <np number="sing" locus="number"> <word posp="noun" gloss="language"/> <word posp="num" gloss="one"/> </np> <np number="sing" locus="number"> <word posp="noun" gloss="dialect"/> <word posp="num" gloss="one"/> </np> </conjp> </np> </s>module simplifynumber: No change.
createpronouns: No change.
module ngen: 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"> <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp"/> <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"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> </relp> <word gloss="the" posp="det"/> </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> <word gloss="the" posp="det"/> </np> <np role="obj" number="plur"> <conjp conj="and"> <np number="sing" locus="number"> - <word posp="noun" gloss="language"/> <word posp="num" gloss="one"/> + <word posp="noun" gloss="language"/> </np> <np number="sing" locus="number"> - <word posp="noun" gloss="dialect"/> <word posp="num" gloss="one"/> + <word posp="noun" gloss="dialect"/> </np> </conjp> </np> </s>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"> + <word gloss="the" posp="det"/> <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp"/> <np def="def" locus="number" id="parent" number="sing"> + <word gloss="the" posp="det"/> <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> - <word gloss="the" posp="det"/> </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> - <word gloss="the" posp="det"/> </np> <np role="obj" number="plur"> <conjp conj="and"> <np number="sing" locus="number"> <word posp="num" gloss="one"/> <word posp="noun" gloss="language"/> </np> <np number="sing" locus="number"> <word posp="num" gloss="one"/> <word posp="noun" gloss="dialect"/> </np> </conjp> </np> </s>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"> <word gloss="the" posp="det"/> <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp"/> <np def="def" locus="number" id="parent" number="sing"> <word gloss="the" posp="det"/> <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> </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" number="plur"> <conjp conj="and"> <np number="sing" locus="number"> <word posp="num" gloss="one"/> <word posp="noun" gloss="language"/> </np> + <word posp="conj" gloss="and"/> <np number="sing" locus="number"> <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"> <word gloss="the" posp="det"/> <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp"/> <np def="def" locus="number" id="parent" number="sing"> <word gloss="the" posp="det"/> <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> </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" number="plur"> - <conjp conj="and"> - <np number="sing" locus="number"> + <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one"/> <word posp="noun" gloss="language"/> </np> <word posp="conj" gloss="and"/> - <np number="sing" locus="number"> + <np number="sing" locus="number" 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"> <word gloss="the" posp="det"/> <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp"/> <np def="def" locus="number" id="parent" number="sing"> <word gloss="the" posp="det"/> <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"> + <vp tam="pres-state" ta="PRES" subj="3.sing"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> </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"> + <vp tam="pres-state" ta="PRES" subj="3.plur"> <word lexposp="adj" posp="verb" gloss="all"/> </vp> </relp> </np> <np role="obj" number="plur"> <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one"/> <word posp="noun" gloss="language"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" 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"> + <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="have"/> + <thingy type="vpmode" function="enclitic" gloss="indicative"/> + <thingy type="vpvoice" function="enclitic" gloss="active"/> </vp> <np def="def" locus="number" id="parent" number="plur"> <word gloss="the" posp="det"/> <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp"/> <np def="def" locus="number" id="parent" number="sing"> <word gloss="the" posp="det"/> <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" subj="3.sing"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> </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" subj="3.plur"> <word lexposp="adj" posp="verb" gloss="all"/> </vp> </relp> </np> <np role="obj" number="plur"> <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one"/> <word posp="noun" gloss="language"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one"/> <word posp="noun" gloss="dialect"/> </np> </np> </s>propagateArgumentCase: No change.
unwrapArgumentNPs:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="have"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> </vp> <np def="def" locus="number" id="parent" number="plur"> <word gloss="the" posp="det"/> <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp"/> <np def="def" locus="number" id="parent" number="sing"> <word gloss="the" posp="det"/> <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" subj="3.sing"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> </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" subj="3.plur"> <word lexposp="adj" posp="verb" gloss="all"/> </vp> </relp> </np> - <np role="obj" number="plur"> <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one"/> <word posp="noun" gloss="language"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one"/> <word posp="noun" gloss="dialect"/> </np> - </np> </s>unwrapOwnerOwned: No change.
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"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <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="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> </vp> <np def="def" locus="number" id="parent" number="plur"> - <word gloss="the" posp="det"/> + <word gloss="the" posp="det" def="def" locus="number" id="parent" number="plur"/> <np role="subj" number="plur" id="headnp" tr=""> - <word posp="noun" gloss="human being"/> + <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp"/> <pp p="in" location="surface" precise="no"> - <word gloss="in_surface" posp="pp"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="no"/> <np def="def" locus="number" id="parent" number="sing"> - <word gloss="the" posp="det"/> + <word gloss="the" posp="det" def="def" locus="number" id="parent" number="sing"/> <np role="" number="sing" id="headnp" tr=""> - <word posp="noun" gloss="earth"/> + <word posp="noun" gloss="earth" number="sing" id="headnp"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> </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"/> </vp> </relp> </np> </pp> </np> <relp comma="after"> <np id="relnp" number="plur" def="neither" role="subj" comma="before"> - <word posp="pron" gloss="RELPRON"/> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before"/> </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"/> </vp> </relp> </np> <np number="sing" locus="number" role="obj"> - <word posp="num" gloss="one"/> - <word posp="noun" gloss="language"/> + <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> + <word posp="noun" gloss="language" number="sing" locus="number" role="obj"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" role="obj"> - <word posp="num" gloss="one"/> - <word posp="noun" gloss="dialect"/> + <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> + <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj"/> </np> </s>About to call getSlotValue for have/verb/ta/optional
Got PAST
About to call getSlotValue for have/verb/question/obligatory
Got not.Q
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 RELPRON/pron/number/optional
Got sing
About to call getSlotValue for whole/verb/ta/optional
Got PRES
About to call getSlotValue for whole/verb/question/obligatory
calling defaultval for question/
defaultval: verb, question
returning not.Q
Got not.Q
About to call getSlotValue for RELPRON/pron/number/optional
Got plur
About to call getSlotValue for all/verb/ta/optional
Got PRES
About to call getSlotValue for all/verb/question/obligatory
calling defaultval for question/
defaultval: verb, question
returning not.Q
Got not.Q
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 singaddaffixes:
<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"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> + <thingy type="verbta" function="suffix" gloss="PAST"/> + <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> </vp> <np def="def" locus="number" id="parent" number="plur"> <word gloss="the" posp="det" def="def" locus="number" id="parent" number="plur"/> <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp"/> + <thingy type="nounnumber" function="suffix" gloss="plur"/> <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="no"/> <np def="def" locus="number" id="parent" number="sing"> <word gloss="the" posp="det" def="def" locus="number" id="parent" number="sing"/> <np role="" number="sing" id="headnp" tr=""> <word posp="noun" gloss="earth" number="sing" id="headnp"/> + <thingy type="nounnumber" function="suffix" gloss="sing"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> + <thingy type="pronnumber" function="suffix" gloss="sing"/> </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="verbta" function="suffix" gloss="PRES"/> + <thingy type="verbquestion" function="suffix" gloss="not.Q"/> </vp> </relp> </np> </pp> </np> <relp comma="after"> <np id="relnp" number="plur" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before"/> + <thingy type="pronnumber" function="suffix" gloss="plur"/> </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="verbta" function="suffix" gloss="PRES"/> + <thingy type="verbquestion" function="suffix" gloss="not.Q"/> </vp> </relp> </np> <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> <word posp="noun" gloss="language" number="sing" locus="number" role="obj"/> + <thingy type="nounnumber" function="suffix" gloss="sing"/> </np> <word posp="conj" gloss="and"/> <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj"/> + <thingy type="nounnumber" function="suffix" gloss="sing"/> </np> </s>flatten:
<s> - <littrans>All humans in the whole earth had one language and one dialect.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" locus="number" id="parent" number="plur"> <word gloss="the" posp="det" def="def" locus="number" id="parent" number="plur"/> - <np role="subj" number="plur" id="headnp" tr=""> <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - <pp p="in" location="surface" precise="no"> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="no"/> - <np def="def" locus="number" id="parent" number="sing"> <word gloss="the" posp="det" def="def" locus="number" id="parent" number="sing"/> - <np role="" number="sing" id="headnp" tr=""> <word posp="noun" gloss="earth" number="sing" id="headnp"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </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="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - </vp> - </relp> - </np> - </pp> - </np> - <relp comma="after"> - <np id="relnp" number="plur" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </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="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - </vp> - </relp> - </np> - <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> <word posp="noun" gloss="language" number="sing" locus="number" role="obj"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> <word posp="conj" gloss="and"/> - <np number="sing" locus="number" role="obj"> <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </s>addvocab:
-<s> +<s translation=""> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" locus="number" id="parent" number="plur"/> - <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="no"/> - <word gloss="the" posp="det" def="def" locus="number" id="parent" number="sing"/> - <word posp="noun" gloss="earth" number="sing" id="headnp"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> - <word posp="noun" gloss="language" number="sing" locus="number" role="obj"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="conj" gloss="and"/> - <word posp="num" gloss="one" number="sing" locus="number" role="obj"/> - <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|b|e|ɲ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" locus="number" id="parent" number="plur">|n|o|</word> + <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp">|r|uː|k|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="no">|f|eː|</word> + <word gloss="the" posp="det" def="def" locus="number" id="parent" number="sing">|n|o|</word> + <word posp="noun" gloss="earth" number="sing" id="headnp">|t͡ʃ|u|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after">|ŋ|aː|n|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="plur">-|m|ə|</thingy> + <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|ŋ|iː|ŋ|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <word posp="num" gloss="one" number="sing" locus="number" role="obj">|j|e|</word> + <word posp="noun" gloss="language" number="sing" locus="number" role="obj">|m|eː|m|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="conj" gloss="and">|h|e|</word> + <word posp="num" gloss="one" number="sing" locus="number" role="obj">|j|e|</word> + <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj">|ŋ|ə|ŋ|oː|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </s>vowelharmony: No change.
### |b|e|ɲ|
#-> beɲ
### |b|e|ɲ|
#-> beɲ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |r|uː|k|
#-> ruːk
### |r|uː|k|
#-> ruːk
### -|ə|t͡ʃ|ə|
#-> -ət͡ʃə
### -|ə|t͡ʃ|ə|
#-> -ət͡ʃə
### |f|eː|
#-> feː
### |f|eː|
#-> feː
### |n|o|
#-> no
### |n|o|
#-> no
### |t͡ʃ|u|k|
#-> t͡ʃuk
### |t͡ʃ|u|k|
#-> t͡ʃuk
### -|ə|p|ə|,
#-> -əpə,
### -|ə|p|ə|,
#-> -əpə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### |ŋ|aː|n|
#-> ŋaːn
### |ŋ|aː|n|
#-> ŋaːn
### -|ə|s|ə|,
#-> -əsə,
### -|ə|s|ə|,
#-> -əsə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### -|m|ə|
#-> -mə
### -|m|ə|
#-> -mə
### |ŋ|iː|ŋ|
#-> ŋiːŋ
### |ŋ|iː|ŋ|
#-> ŋiːŋ
### -|ə|s|ə|,
#-> -əsə,
### -|ə|s|ə|,
#-> -əsə,
### |j|e|
#-> je
### |j|e|
#-> je
### |m|eː|m|
#-> meːm
### |m|eː|m|
#-> meːm
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |h|e|
#-> he
### |h|e|
#-> he
### |j|e|
#-> je
### |j|e|
#-> je
### |ŋ|ə|ŋ|oː|ɲ|
#-> ŋəŋoːɲ
### |ŋ|ə|ŋ|oː|ɲ|
#-> ŋəŋoːɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |b|e|ɲ||ə|t͡ʃ||ə|s|ə| |n|o| |r|uː|k||ə|t͡ʃ|ə| |f|eː| |n|o| |t͡ʃ|u|k||ə|p|ə|, |j|a| |ŋ|aː|n||ə|s|ə|, |j|a||m|ə| |ŋ|iː|ŋ||ə|s|ə|, |j|e| |m|eː|m||ə|p|ə| |h|e| |j|e| |ŋ|ə|ŋ|oː|ɲ||ə|p|ə|
#-> beɲət͡ʃəsə no ruːkət͡ʃə feː no t͡ʃukəpə, ja ŋaːnəsə, jamə ŋiːŋəsə, je meːməpə he je ŋəŋoːɲəpəremovetags:
<s translation=""> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|b|e|ɲ|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" locus="number" id="parent" number="plur">|n|o|</word> <word posp="noun" gloss="human being" role="subj" number="plur" id="headnp">|r|uː|k|</word> <thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="no">|f|eː|</word> <word gloss="the" posp="det" def="def" locus="number" id="parent" number="sing">|n|o|</word> <word posp="noun" gloss="earth" number="sing" id="headnp">|t͡ʃ|u|k|</word> - <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|,</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> <word lexposp="adj" posp="verb" gloss="whole" tam="pres-state" ta="PRES" subj="3.sing" comma="after">|ŋ|aː|n|</word> - <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|,</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before">|j|a|</word> <thingy type="pronnumber" function="suffix" gloss="plur">-|m|ə|</thingy> <word lexposp="adj" posp="verb" gloss="all" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|ŋ|iː|ŋ|</word> - <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> - <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|,</thingy> <word posp="num" gloss="one" number="sing" locus="number" role="obj">|j|e|</word> <word posp="noun" gloss="language" number="sing" locus="number" role="obj">|m|eː|m|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> <word posp="conj" gloss="and">|h|e|</word> <word posp="num" gloss="one" number="sing" locus="number" role="obj">|j|e|</word> <word posp="noun" gloss="dialect" number="sing" locus="number" role="obj">|ŋ|ə|ŋ|oː|ɲ|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> + <p><span class="ilpair"><span class="mor">beɲ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ruːk</span><br><span class="gls">human being</span></span> <span class="ilpair"><span class="mor">-ət͡ʃə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls">in_surface</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃuk</span><br><span class="gls">earth</span></span> <span class="ilpair"><span class="mor">-əpə,</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ŋaːn</span><br><span class="gls">whole</span></span> <span class="ilpair"><span class="mor">-əsə,</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">-mə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ŋiːŋ</span><br><span class="gls">all</span></span> <span class="ilpair"><span class="mor">-əsə,</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">je</span><br><span class="gls">one</span></span> <span class="ilpair"><span class="mor">meːm</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">he</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">je</span><br><span class="gls">one</span></span> <span class="ilpair"><span class="mor">ŋəŋoːɲ</span><br><span class="gls">dialect</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p> + <p>beɲət͡ʃəsə no ruːkət͡ʃə feː no t͡ʃukəpə, ja ŋaːnəsə, jamə ŋiːŋəsə, je meːməpə he je ŋəŋoːɲəpə</p> + <p>beɲət͡ʃəsə no ruːkət͡ʃə feː no t͡ʃukəpə, ja ŋaːnəsə, jamə ŋiːŋəsə, je meːməpə he je ŋəŋoːɲəpə</p> + <il> + <w> + <o>beɲ</o> + <g>have</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>ruːk</o> + <g>human being</g> + </w> + <w> + <o>-ət͡ʃə</o> + <g>plur</g> + </w> + <w> + <o>feː</o> + <g>in_surface</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>t͡ʃuk</o> + <g>earth</g> + </w> + <w> + <o>-əpə,</o> + <g>sing</g> + </w> + <w> + <o>ja</o> + <g>RELPRON</g> + </w> + <w> + <o>ŋaːn</o> + <g>whole</g> + </w> + <w> + <o>-əsə,</o> + <g>not.Q</g> + </w> + <w> + <o>ja</o> + <g>RELPRON</g> + </w> + <w> + <o>-mə</o> + <g>plur</g> + </w> + <w> + <o>ŋiːŋ</o> + <g>all</g> + </w> + <w> + <o>-əsə,</o> + <g>not.Q</g> + </w> + <w> + <o>je</o> + <g>one</g> + </w> + <w> + <o>meːm</o> + <g>language</g> + </w> + <w> + <o>-əpə</o> + <g>sing</g> + </w> + <w> + <o>he</o> + <g>and</g> + </w> + <w> + <o>je</o> + <g>one</g> + </w> + <w> + <o>ŋəŋoːɲ</o> + <g>dialect</g> + </w> + <w> + <o>-əpə</o> + <g>sing</g> + </w> + </il> </s>Beɲət͡ʃəsə no ruːkət͡ʃə feː no t͡ʃukəpə, ja ŋaːnəsə, jamə ŋiːŋəsə, je meːməpə he je ŋəŋoːɲəpə.
And the whole earth was of one language, and of one speech.
Useful pages: