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 Geya, the latest language generated by the Language Creator:
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"/> + <word gloss="the" posp="det"/> </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"/> + <word gloss="the" posp="det"/> </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"/> <word gloss="the" posp="det"/> </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"/> <word gloss="the" posp="det"/> </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"/> <word gloss="the" posp="det"/> </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"/> <word gloss="the" posp="det"/> </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> - <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"> + <np id="parent"> + <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> </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"/> <word gloss="the" posp="det"/> </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"/> <word gloss="the" posp="det"/> </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"/> <word gloss="the" posp="det"/> </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 complementise: 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"/> <word gloss="the" posp="det"/> </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"/> <word gloss="the" posp="det"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> + <word gloss="in_inside" posp="pp"/> <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 constorder: No change.
module casemarking: No change.
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"> + <np id="parent" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> </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"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> <word gloss="the" posp="det"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> - <np locus="number" id="parent"> + <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> </pp> </s>module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<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" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> - <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> + <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" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <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"/> <word gloss="the" posp="det"/> + <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <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> </pp> </s>module conjp: No change.
flattenconjp: No change.
fixpronouns:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word gloss="the" posp="det"/> <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" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="plur" locus="number" role="owner"> - <word person="1incl" number="plur" posp="pron"/> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <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> </pp> </s>copyuptophrase:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word gloss="the" posp="det"/> <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"> + <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"> <np type="owner_owned" tr="rheme" number="sing"> - <np def="def" number="plur" locus="number" role="owner"> + <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <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"> + <vp tam="pres-state" ta="PRES" subj="3.sing"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </relp> </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"> + <thingy type="vpta" function="proclitic" gloss="PAST"/> + <thingy type="vpnegation" function="proclitic" gloss="POS"/> + <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="arise"/> + <thingy type="vpmode" function="enclitic" gloss="indicative"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word gloss="the" posp="det"/> <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" subj="3.sing" obj="3.plur"> + <thingy type="vpta" function="proclitic" gloss="PRES"/> + <thingy type="vpnegation" function="proclitic" gloss="POS"/> + <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="be"/> + <thingy type="vpmode" function="enclitic" gloss="indicative"/> </vp> <np role="obj" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <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" subj="3.sing"> + <thingy type="vpta" function="proclitic" gloss="PRES"/> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </relp> </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"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="arise"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word gloss="the" posp="det"/> <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" subj="3.sing" obj="3.plur"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="be"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> </vp> - <np role="obj" number="plur"> - <np type="owner_owned" tr="rheme" number="sing"> + <np type="owner_owned" tr="rheme" number="sing" role="obj"> <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> </np> </np> - </np> </relp> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <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" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </relp> </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"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="arise"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word gloss="the" posp="det"/> <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" subj="3.sing" obj="3.plur"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="be"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> </vp> - <np type="owner_owned" tr="rheme" number="sing" role="obj"> <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> </np> - </np> </relp> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <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" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </relp> </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"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <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="vpmode" function="enclitic" gloss="indicative"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="langname"/> + <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"/> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" 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 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="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <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="vpmode" function="enclitic" gloss="indicative"/> </vp> <np def="def" number="plur" locus="number" role="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" locus="number" role="owner"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="language"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned"/> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> </np> </relp> </np> <pp p="in" precise="no" location="inside"> - <word gloss="in_inside" posp="pp"/> + <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside"/> <np locus="number" id="parent" number="sing"> <np role="" number="sing" id="headnp" tr=""> - <word posp="noun" gloss="manner"/> + <word posp="noun" gloss="manner" 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"> <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word lexposp="adj" posp="verb" gloss="different"/> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing"/> </vp> </relp> </np> </pp> </s>About to call getSlotValue for arise/verb/voice/optional
Got active
About to call getSlotValue for the/det/case/optional
About to call getSlotValue for langname/noun/number/optional
Got sing
About to call getSlotValue for be/verb/voice/optional
Got active
About to call getSlotValue for the/det/case/optional
About to call getSlotValue for language/noun/number/optional
Got sing
About to call getSlotValue for manner/noun/number/optional
Got sing
About to call getSlotValue for different/verb/voice/optionaladdaffixes:
<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"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> + <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"/> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"/> </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"/> </np> <vp 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="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> + <thingy type="verbvoice" function="prefix" gloss="active"/> <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="vpmode" function="enclitic" gloss="indicative"/> </vp> <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned"/> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside"/> <np locus="number" id="parent" number="sing"> <np role="" number="sing" id="headnp" tr=""> + <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="manner" number="sing" id="headnp"/> </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"/> </np> <vp tam="pres-state" ta="PRES" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing"/> </vp> </relp> </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"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"> <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"/> - </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"/> - </np> - <vp 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="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <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="vpmode" function="enclitic" gloss="indicative"/> - </vp> - <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner"/> - </np> - <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> - </np> - </relp> - </np> - <pp p="in" precise="no" location="inside"> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" comma="after"/> <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside"/> - <np locus="number" id="parent" number="sing"> - <np role="" number="sing" id="headnp" tr=""> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="manner" number="sing" id="headnp"/> - </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"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.sing"> <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing"/> - </vp> - </relp> - </np> - </pp> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> + </flat> </s>addvocab:
-<s connector="but"> +<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <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="vpmode" function="enclitic" gloss="indicative"/> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" comma="after"/> - <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="manner" number="sing" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after"/> + <word gloss="but" posp="conj">|w|i|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|s|a|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|f|u|p|u|s|a|</word> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">|d|ai|</word> + <thingy type="nounnumber" function="prefix" gloss="sing">-</thingy> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">|ɡ|e|j|a|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|s|ai|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</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">|d|a|m|o|</word> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner">|f|i|</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned">|d|ai|</word> + <thingy type="nounnumber" function="prefix" gloss="sing">-</thingy> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" comma="after">|m|ai|</word> + <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside">|j|a|</word> + <thingy type="nounnumber" function="prefix" gloss="sing">-</thingy> + <word posp="noun" gloss="manner" number="sing" id="headnp">|ɡ|o|d|a|</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|s|ai|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after">|t͡ʃ|a|d|i|</word> </flat> </s>vowelharmony: No change.
### |w|i|
#-> wi
### |w|i|
#-> wi
### |s|a|
#-> sa
### |s|a|
#-> sa
### |f|u|p|u|s|a|
#-> fupusa
### |f|u|p|u|s|a|
#-> fupusa
### |d|ai|
#-> dai
### |d|ai|
#-> dai
### |ɡ|e|j|a|,
#-> ɡeja,
### |ɡ|e|j|a|,
#-> ɡeja,
### |s|ai|
#-> sai
### |s|ai|
#-> sai
### |d|a|m|o|
#-> damo
### |d|a|m|o|
#-> damo
### |f|i|
#-> fi
### |f|i|
#-> fi
### |d|ai|
#-> dai
### |d|ai|
#-> dai
### |m|ai|,
#-> mai,
### |m|ai|,
#-> mai,
### |j|a|
#-> ja
### |j|a|
#-> ja
### |ɡ|o|d|a|,
#-> ɡoda,
### |ɡ|o|d|a|,
#-> ɡoda,
### |s|ai|
#-> sai
### |s|ai|
#-> sai
### |t͡ʃ|a|d|i|
#-> t͡ʃadi
### |t͡ʃ|a|d|i|
#-> t͡ʃadi
### |w|i| |s|a| |f|u|p|u|s|a| |d|ai| |ɡ|e|j|a|, |s|ai| |d|a|m|o| |f|i| |d|ai| |m|ai|, |j|a| |ɡ|o|d|a|, |s|ai| |t͡ʃ|a|d|i|
#-> wi sa fupusa dai ɡeja, sai damo fi dai mai, ja ɡoda, sai t͡ʃadiremovetags:
<s connector="but" translation=""> <flat> <word gloss="but" posp="conj">|w|i|</word> <thingy type="vpta" function="proclitic" gloss="PAST">|s|a|</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> - <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|f|u|p|u|s|a|</word> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">|d|ai|</word> - <thingy type="nounnumber" function="prefix" gloss="sing">-</thingy> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">|ɡ|e|j|a|</word> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" id="headnp">|ɡ|e|j|a|,</word> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|s|ai|</word> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> - <thingy type="verbvoice" function="prefix" gloss="active">-</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">|d|a|m|o|</word> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner">|f|i|</word> <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned">|d|ai|</word> - <thingy type="nounnumber" function="prefix" gloss="sing">-</thingy> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" comma="after">|m|ai|</word> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" comma="after">|m|ai|,</word> <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside">|j|a|</word> - <thingy type="nounnumber" function="prefix" gloss="sing">-</thingy> - <word posp="noun" gloss="manner" number="sing" id="headnp">|ɡ|o|d|a|</word> + <word posp="noun" gloss="manner" number="sing" id="headnp">|ɡ|o|d|a|,</word> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|s|ai|</word> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" subj="3.sing" comma="after">|t͡ʃ|a|d|i|</word> </flat> + <p><span class="ilpair"><span class="mor">wi</span><br><span class="gls">but</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">fupusa</span><br><span class="gls">arise</span></span> <span class="ilpair"><span class="mor">dai</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡeja,</span><br><span class="gls">langname</span></span> <span class="ilpair"><span class="mor">sai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">damo</span><br><span class="gls">be</span></span> <span class="ilpair"><span class="mor">fi</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">dai</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mai,</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls">in_inside</span></span> <span class="ilpair"><span class="mor">ɡoda,</span><br><span class="gls">manner</span></span> <span class="ilpair"><span class="mor">sai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t͡ʃadi</span><br><span class="gls">different</span></span></p> + <p>wi sa fupusa dai ɡeja, sai damo fi dai mai, ja ɡoda, sai t͡ʃadi</p> + <p>wi sa fupusa dé geja, sé damo fi dé mé, ja goda, sé chadi</p> + <il> + <w> + <o>wi</o> + <g>but</g> + </w> + <w> + <o>sa</o> + <g>PAST</g> + </w> + <w> + <o>fupusa</o> + <g>arise</g> + </w> + <w> + <o>dai</o> + <g>the</g> + </w> + <w> + <o>ɡeja,</o> + <g>langname</g> + </w> + <w> + <o>sai</o> + <g>RELPRON</g> + </w> + <w> + <o>damo</o> + <g>be</g> + </w> + <w> + <o>fi</o> + <g>1incl.plur</g> + </w> + <w> + <o>dai</o> + <g>the</g> + </w> + <w> + <o>mai,</o> + <g>language</g> + </w> + <w> + <o>ja</o> + <g>in_inside</g> + </w> + <w> + <o>ɡoda,</o> + <g>manner</g> + </w> + <w> + <o>sai</o> + <g>RELPRON</g> + </w> + <w> + <o>t͡ʃadi</o> + <g>different</g> + </w> + </il> </s>Wi sa fupusa dé geja, sé damo fi dé mé, ja goda, sé chadi.
But our language arose in a different way.
Useful pages: