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 Yuki, 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 RelN:
<s connector="but"> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> - <relp> + <subs> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> - <np def="def" number="sing" role="subj" tr="theme" head="this" locus="number"> - <word posp="noun" gloss="langname"/> - <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> + </subs> + <np def="def" number="sing" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="langname"/> + <word gloss="the" posp="det"/> </np> + </np> <pp p="in" precise="no" location="inside"> <np number="sing" locus="number"> - <relp> + <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> - <np head="this" role="subj" number="sing"> + </subs> + <np 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 role="subj" tr="theme"> <subs> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> <word gloss="the" posp="det"/> </np> </np> </np> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> </np> </np> <pp p="in" precise="no" location="inside"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> </pp> </s>module nominalise:
No change.
tva1
tva2
tva1
tva2module affixdensity:
No change.
module adpositions:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <subs> <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> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> </np> </np> <pp p="in" precise="no" location="inside"> + <np type="owner_owned"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="inside"/> + </np> + </np> + <word gloss="in" posp="pp"/> </pp> </s>module constorder:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <subs> - <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> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="be"/> + </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> </np> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </pp> </s>module casemarking:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> - <np role="subj" tr="theme"> + <np role="subj" tr="theme" case="NOM"> <subs> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> </np> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </pp> </s>module markowner:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme" case="NOM"> <subs> <np role="obj"> <np type="owner_owned" tr="rheme"> - <np def="def" number="plur" locus="number" role="owner"> + <np def="def" number="plur" locus="number" role="owner" case="GEN"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> </np> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </pp> </s>module propagatenumber:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> - <np role="subj" tr="theme" case="NOM"> + <np role="subj" tr="theme" case="NOM" number="sing"> <subs> - <np role="obj"> - <np type="owner_owned" tr="rheme"> + <np role="obj" number="plur"> + <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="plur" locus="number" role="owner" case="GEN"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> </np> </np> <pp p="in" precise="no" location="inside"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </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 role="subj" tr="theme" case="NOM" number="sing"> <subs> <np role="obj" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="plur" locus="number" role="owner" case="GEN"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> - <word posp="noun" gloss="language"/> <word gloss="the" posp="det"/> + <word posp="noun" gloss="language"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> - <word posp="noun" gloss="langname"/> <word gloss="the" posp="det"/> + <word posp="noun" gloss="langname"/> </np> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned" number="sing"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </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 role="subj" tr="theme" case="NOM" number="sing"> <subs> <np role="obj" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="plur" locus="number" role="owner" case="GEN"> - <word person="1incl" number="plur" posp="pron"/> + <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> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="langname"/> </np> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned" number="sing"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </pp> </s>copyuptophrase:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme" case="NOM" number="sing"> <subs> <np role="obj" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> - <np def="def" number="plur" locus="number" role="owner" case="GEN"> + <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> </np> </np> </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"> <word posp="verb" gloss="be"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="langname"/> </np> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned" number="sing"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </pp> </s>prodrop:
No change.
addclitics:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> + <thingy type="vpta" function="enclitic" gloss="PAST"/> + <thingy type="vpmode" function="enclitic" gloss="indicative"/> + <thingy type="vpvoice" function="enclitic" gloss="active"/> + <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np role="subj" tr="theme" case="NOM" number="sing"> <subs> <np role="obj" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> + <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> + <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"> <word posp="verb" gloss="be"/> + <thingy type="vpta" function="enclitic" gloss="PRES"/> + <thingy type="vpmode" function="enclitic" gloss="indicative"/> + <thingy type="vpvoice" function="enclitic" gloss="active"/> + <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> - <np def="def" number="sing" role="subj" tr="theme" locus="number"> + <np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="langname"/> + <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> + <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned" number="sing"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> + <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> + <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </pp> </s>propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> - <np role="subj" tr="theme" case="NOM" number="sing"> <subs> - <np role="obj" number="plur"> - <np type="owner_owned" tr="rheme" number="sing"> + <np type="owner_owned" tr="rheme" number="sing" role="obj"> <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"> <word posp="verb" gloss="be"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="langname"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned" number="sing"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="in" posp="pp"/> </pp> </s>unwrapOwnerOwned:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <subs> - <np type="owner_owned" tr="rheme" number="sing" role="obj"> <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="language"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> - </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"> <word posp="verb" gloss="be"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="langname"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> <pp p="in" precise="no" location="inside"> - <np type="owner_owned" number="sing"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </subs> <np role="subj" number="sing"> <word posp="noun" gloss="manner"/> </np> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> - </np> <word gloss="in" posp="pp"/> </pp> </s>movedowntoword:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="arise"/> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <subs> <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </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"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"> - <word posp="verb" gloss="be"/> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> <np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"> - <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" case="NOM"/> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> <pp p="in" precise="no" location="inside"> <np number="sing" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> - <word lexposp="adj" posp="verb" gloss="different"/> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> </vp> </subs> <np role="subj" number="sing"> - <word posp="noun" gloss="manner"/> + <word posp="noun" gloss="manner" role="subj" number="sing"/> </np> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np def="def" number="sing"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing"/> </np> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> </pp> </s>addaffixes:
No change.
flatten:
<s connector="but"> + <flat> <word gloss="but" posp="conj"/> - <littrans>But XXX, which is our language, arose in a different way.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <subs> - <np def="def" number="plur" locus="number" role="owner" case="GEN" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </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"/> <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"> <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - <np def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"> <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/> <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - <pp p="in" precise="no" location="inside"> - <np number="sing" locus="number"> - <subs> - <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </subs> - <np role="subj" number="sing"> <word posp="noun" gloss="manner" role="subj" number="sing"/> - </np> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np def="def" number="sing"> <word posp="noun" gloss="inside" def="def" number="sing"/> - </np> <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> - </pp> + </flat> </s>addvocab:
-<s connector="but"> +<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj"/> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> - <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"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <word posp="noun" gloss="manner" role="subj" number="sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word posp="noun" gloss="inside" def="def" number="sing"/> - <word gloss="in" posp="pp" p="in" precise="no" location="inside"/> + <word gloss="but" posp="conj" ph="l a ˈ" slots="Cir V1 T1">laˈ</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ɡ i n uː ˈ p iː" slots="Cir V2 Cmr V1 T1 Cmr V2">ɡinuːˈpiː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN" ph="l u ˈ" slots="Cir V1 T1">luˈ</word> + <thingy type="npcase" function="enclitic" gloss="GEN" ph="n oː" slots="Cis V2">noː</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" ph="p i" slots="Cir V1">pi</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" ph="r u" slots="Cir V1">ru</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="j uː ˈ k i" slots="Cir V1 T1 Cmr V2">juːˈki</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" ph="w a ˈ j a" slots="Cir V1 T1 Cmr V2">waˈja</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <word posp="noun" gloss="manner" role="subj" number="sing" ph="z u ˈ d a" slots="Cir V1 T1 Cmr V2">zuˈda</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word posp="noun" gloss="inside" def="def" number="sing" ph="m uː" slots="Cir V1">muː</word> + <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="k e ˈ" slots="Cir V1 T1">keˈ</word> </flat> </s>vowelharmony:
No change.
applysandhi:
<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj" ph="l a ˈ" slots="Cir V1 T1">laˈ</word> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ɡ i n uː ˈ p iː" slots="Cir V2 Cmr V1 T1 Cmr V2">ɡinuːˈpiː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <word gloss="but" posp="conj" ph="l a ˈ">laˈ</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ɡ i n uː ˈ p iː">ɡinuːˈpiː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN" ph="l u ˈ" slots="Cir V1 T1">luˈ</word> - <thingy type="npcase" function="enclitic" gloss="GEN" ph="n oː" slots="Cis V2">noː</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" ph="p i" slots="Cir V1">pi</word> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN" ph="l u ˈ">luˈ</word> + <thingy type="npcase" function="enclitic" gloss="GEN" ph="n oː">noː</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" ph="p i">pi</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" ph="r u" slots="Cir V1">ru</word> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" ph="r u">ru</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="j uː ˈ k i" slots="Cir V1 T1 Cmr V2">juːˈki</word> + <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="j uː ˈ k i">juːˈki</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" ph="w a ˈ j a" slots="Cir V1 T1 Cmr V2">waˈja</word> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" ph="w a ˈ j a">waˈja</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <word posp="noun" gloss="manner" role="subj" number="sing" ph="z u ˈ d a" slots="Cir V1 T1 Cmr V2">zuˈda</word> + <word posp="noun" gloss="manner" role="subj" number="sing" ph="z u ˈ d a">zuˈda</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="m uː" slots="Cir V1">muː</word> - <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="k e ˈ" slots="Cir V1 T1">keˈ</word> + <word posp="noun" gloss="inside" def="def" number="sing" ph="m uː">muː</word> + <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="k e ˈ">keˈ</word> </flat> </s>removetags:
<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj" ph="l a ˈ">laˈ</word> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="ɡ i n uː ˈ p iː">ɡinuːˈpiː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN" ph="l u ˈ">luˈ</word> - <thingy type="npcase" function="enclitic" gloss="GEN" ph="n oː">noː</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" ph="p i">pi</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" ph="r u">ru</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM" ph="j uː ˈ k i">juːˈki</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES" ph="w a ˈ j a">waˈja</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <word posp="noun" gloss="manner" role="subj" number="sing" ph="z u ˈ d a">zuˈda</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="m uː">muː</word> - <word gloss="in" posp="pp" p="in" precise="no" location="inside" ph="k e ˈ">keˈ</word> + <word gloss="but" posp="conj">laˈ</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">ɡinuːˈpiː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" case="GEN">luˈ</word> + <thingy type="npcase" function="enclitic" gloss="GEN">noː</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" locus="number" role="owned">duːˈ</word> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned">pi</word> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur">ru</word> + <word gloss="the" posp="det" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" case="NOM">juːˈki</word> + <word lexposp="adj" posp="verb" gloss="different" tam="pres-state" ta="PRES">waˈja</word> + <word posp="noun" gloss="manner" role="subj" number="sing">zuˈda</word> + <word posp="noun" gloss="inside" def="def" number="sing">muː</word> + <word gloss="in" posp="pp" p="in" precise="no" location="inside">keˈ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈla</span><br><span class="gls">but</span></span> <span class="ilpair"><span class="mor">ɡiˈnuːpiː</span><br><span class="gls">arise</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈlu</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">noː</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">ru</span><br><span class="gls">be</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈjuːki</span><br><span class="gls">langname</span></span> <span class="ilpair"><span class="mor">ˈwaja</span><br><span class="gls">different</span></span> <span class="ilpair"><span class="mor">ˈzuda</span><br><span class="gls">manner</span></span> <span class="ilpair"><span class="mor">muː</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">ˈke</span><br><span class="gls">in</span></span></p> + <p>ˈla ɡiˈnuːpiː ɡudu ˈlu noː ˈduː pi ru ˈduː ˈjuːki ˈwaja ˈzuda muː ˈke</p> + <p>la ginuupii gudu lu noo duu pi ru duu juuki waja zuda muu ke</p> + <il> + <w> + <o>ˈla</o> + <g>but</g> + </w> + <w> + <o>ɡiˈnuːpiː</o> + <g>arise</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + <w> + <o>ˈlu</o> + <g>1incl.plur</g> + </w> + <w> + <o>noː</o> + <g>GEN</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>pi</o> + <g>language</g> + </w> + <w> + <o>ru</o> + <g>be</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>ˈjuːki</o> + <g>langname</g> + </w> + <w> + <o>ˈwaja</o> + <g>different</g> + </w> + <w> + <o>ˈzuda</o> + <g>manner</g> + </w> + <w> + <o>muː</o> + <g>inside</g> + </w> + <w> + <o>ˈke</o> + <g>in</g> + </w> + </il> </s>La ginuupii gudu lu noo duu pi ru duu juuki waja zuda muu ke.
But our language arose in a different way.
Useful pages: