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 Huny, 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 adj2noun:
<s connector="but"> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <relp> <vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" head="this" locus="number"> <word posp="noun" gloss="langname"/> </np> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> - <np def="indef" number="sing" locus="number"> + <np type="owner_owned"> + <np number="sing" def="def" role="owner"> + <word posp="noun" gloss="different" lexposp="adj"/> + </np> + <np role="owned" def="indef" number="sing" locus="number"> <word posp="noun" gloss="manner"/> - <word posp="adj" gloss="different"/> </np> + </np> </pp> </s>module articles:
<s connector="but"> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <relp> <vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" head="this" locus="number"> <word posp="noun" gloss="langname"/> </np> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> - <np role="owned" def="indef" number="sing" locus="number"> + <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> + <word gloss="a" posp="det"/> </np> </np> </pp> </s>module nonpastonly:
<s connector="but"> <littrans>But XXX, which is our language, arose in a different way.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <relp> - <vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" head="this" locus="number"> <word posp="noun" gloss="langname"/> </np> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>module noepistemic:
<s connector="but"> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <relp> - <vp evidence="inferred" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" head="this" locus="number"> <word posp="noun" gloss="langname"/> </np> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> </relp> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>module embed:
<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"> + <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> - </relp> + </subs> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>module sentenceconnectors:
<s connector="but"> + <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <subs> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" 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> </subs> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>module complementise:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <subs> + <word gloss="COMP" posp="pp"/> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" 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> </subs> </np> <pp p="in" precise="no" location="inside"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>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> <word gloss="COMP" posp="pp"/> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" 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> </subs> </np> <pp p="in" precise="no" location="inside"> + <word gloss="in_inside" posp="pp"/> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>module constorder:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme"> <subs> - <word gloss="COMP" posp="pp"/> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="be"/> - </vp> - <np def="def" number="sing" role="subj" tr="theme" 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> + <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" locus="number"> + <word posp="noun" gloss="langname"/> + </np> + <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>module casemarking:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> - <np role="subj" tr="theme"> + <np role="subj" tr="theme" case="NOM"> <subs> <np role="obj"> <np type="owner_owned" tr="rheme"> <np def="def" number="plur" locus="number" role="owner"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>module propagatenumber:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> - <np role="subj" tr="theme" case="NOM"> + <np role="subj" tr="theme" case="NOM" number="plur"> <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"> <word person="1incl" number="plur" posp="pron"/> </np> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> </np> </pp> </s>module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme" case="NOM" number="plur"> <subs> <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"/> </np> + <np def="def" number="plur" locus="number" role="owner"> + <word person="1incl" number="plur" posp="pron"/> </np> </np> + </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <np type="owner_owned" number="sing"> - <np number="sing" def="def" role="owner"> - <word posp="noun" gloss="different" lexposp="adj"/> - </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> + <np number="sing" def="def" role="owner"> + <word posp="noun" gloss="different" lexposp="adj"/> </np> + </np> </pp> </s>module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme" case="NOM" number="plur"> <subs> <np role="obj" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> <np def="def" number="plur" locus="number" role="owner"> - <word person="1incl" number="plur" posp="pron"/> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <np type="owner_owned" number="sing"> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> </np> </pp> </s>copyuptophrase:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> </vp> <np role="subj" tr="theme" case="NOM" number="plur"> <subs> <np role="obj" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> - <np def="def" number="plur" locus="number" role="owner"> + <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> </np> </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="be"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <np type="owner_owned" number="sing"> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> </np> </pp> </s>prodrop:
No change.
addclitics:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> + <thingy type="vpta" function="enclitic" gloss="PAST"/> + <thingy type="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="plur"> <subs> <np role="obj" number="plur"> <np type="owner_owned" tr="rheme" number="sing"> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="be"/> + <thingy type="vpta" function="enclitic" gloss="PRES"/> + <thingy type="vpvoice" function="enclitic" gloss="active"/> + <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <np type="owner_owned" number="sing"> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> </np> </pp> </s>propagateArgumentCase:
No change.
unwrapArgumentNPs:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="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="plur"> <subs> - <np role="obj" number="plur"> - <np type="owner_owned" tr="rheme" number="sing"> + <np type="owner_owned" tr="rheme" number="sing" role="obj"> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="be"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> <np type="owner_owned" number="sing"> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> </np> </pp> </s>unwrapOwnerOwned:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="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="plur"> <subs> - <np type="owner_owned" tr="rheme" number="sing" role="obj"> <np def="def" number="sing" tr="theme" locus="number" role="owned"> <word posp="noun" gloss="language"/> </np> <np def="def" number="plur" locus="number" role="owner" person="1incl"> <word person="1incl" number="plur" posp="pron" gloss="1incl.plur"/> </np> - </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="be"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp"/> - <np type="owner_owned" number="sing"> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner"/> <word gloss="a" posp="det"/> </np> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj"/> </np> - </np> </pp> </s>movedowntoword:
<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="arise"/> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="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="plur"> <subs> <np def="def" number="sing" tr="theme" locus="number" role="owned"> - <word posp="noun" gloss="language"/> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> </np> <np def="def" number="plur" locus="number" role="owner" 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> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"> - <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" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> - <word posp="noun" gloss="langname"/> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number"/> </np> - <word gloss="COMP" posp="pp"/> + <word gloss="COMP" posp="pp" role="subj" tr="theme" case="NOM" number="plur"/> </subs> </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 role="owned" number="sing" locus="number"> - <word posp="noun" gloss="manner"/> - <word gloss="a" posp="det"/> + <word posp="noun" gloss="manner" role="owned" number="sing" locus="number"/> + <word gloss="a" posp="det" role="owned" number="sing" locus="number"/> </np> <np number="sing" def="def" role="owner"> - <word posp="noun" gloss="different" lexposp="adj"/> + <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner"/> </np> </pp> </s>calling defaultval for def/
defaultval: noun, def
returning not.def
calling defaultval for case/
defaultval: det, case
returning NOMaddaffixes:
About to call getSlotValue for arise/verb/mode/obligatory
Got indicative
About to call getSlotValue for language/noun/number/obligatory
Got sing
About to call getSlotValue for language/noun/def/obligatory
Got def
About to call getSlotValue for language/noun/case/optional
About to call getSlotValue for be/verb/mode/obligatory
Got indicative
About to call getSlotValue for langname/noun/number/obligatory
Got sing
About to call getSlotValue for langname/noun/def/obligatory
Got def
About to call getSlotValue for langname/noun/case/optional
About to call getSlotValue for manner/noun/number/obligatory
Got sing
About to call getSlotValue for manner/noun/def/obligatory
Got not.def
About to call getSlotValue for manner/noun/case/optional
About to call getSlotValue for a/det/case/obligatory
Got NOM
About to call getSlotValue for a/det/number/optional
Got sing
About to call getSlotValue for different/noun/number/obligatory
Got sing
About to call getSlotValue for different/noun/def/obligatory
Got def
About to call getSlotValue for different/noun/case/optional<s connector="but"> <word gloss="but" posp="conj"/> <littrans>But XXX, which is our language, arose in a different way.</littrans> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> + <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <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="plur"> <subs> <np 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="nounnumber" function="suffix" gloss="sing"/> + <thingy type="noundef" function="suffix" gloss="def"/> </np> <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> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"/> + <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number"/> + <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="noundef" function="suffix" gloss="def"/> </np> <word gloss="COMP" posp="pp" role="subj" tr="theme" case="NOM" number="plur"/> </subs> </np> <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside"/> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner" role="owned" number="sing" locus="number"/> + <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="noundef" function="suffix" gloss="not.def"/> + <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="a" posp="det" role="owned" number="sing" locus="number"/> + <thingy type="detnumber" function="suffix" gloss="sing"/> </np> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner"/> + <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="noundef" function="suffix" gloss="def"/> </np> </pp> </s>flatten:
<s connector="but"> + <flat> <word gloss="but" posp="conj"/> - <littrans>But XXX, which is our language, arose in a different way.</littrans> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <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="plur"> - <subs> - <np 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="nounnumber" function="suffix" gloss="sing"/> <thingy type="noundef" function="suffix" gloss="def"/> - </np> - <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> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"/> <thingy type="verbmode" function="suffix" gloss="indicative"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="noundef" function="suffix" gloss="def"/> - </np> <word gloss="COMP" posp="pp" role="subj" tr="theme" case="NOM" number="plur"/> - </subs> - </np> - <pp p="in" precise="no" location="inside"> <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside"/> - <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="manner" role="owned" number="sing" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="noundef" function="suffix" gloss="not.def"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="a" posp="det" role="owned" number="sing" locus="number"/> <thingy type="detnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" role="owner"> <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> <thingy type="noundef" function="suffix" gloss="def"/> - </np> - </pp> + </flat> </s>addvocab:
-<s connector="but"> +<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj"/> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="noundef" function="suffix" gloss="def"/> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner"/> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing"/> - <thingy type="verbmode" function="suffix" gloss="indicative"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="noundef" function="suffix" gloss="def"/> - <word gloss="COMP" posp="pp" role="subj" tr="theme" case="NOM" number="plur"/> - <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside"/> - <word posp="noun" gloss="manner" role="owned" number="sing" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="noundef" function="suffix" gloss="not.def"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="a" posp="det" role="owned" number="sing" locus="number"/> - <thingy type="detnumber" function="suffix" gloss="sing"/> - <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="noundef" function="suffix" gloss="def"/> + <word gloss="but" posp="conj" ph="k o ˈ kʷ">koˈkʷ</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="tˤ e f o ˈ sˤ">tˤefoˈsˤ</word> + <thingy type="verbmode" function="suffix" gloss="indicative" attach="suffix" ph="u t͡ʃ">ut͡ʃ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="l o ʃ">loʃ</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" ph="f a ˈ t">faˈt</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="noundef" function="suffix" gloss="def" attach="suffix" ph="s">s</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" ph="kʷ a ˈ p">kʷaˈp</word> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing" ph="l o ˈ w">loˈw</word> + <thingy type="verbmode" function="suffix" gloss="indicative" attach="suffix" ph="u t͡ʃ">ut͡ʃ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" ph="h uː ˈ ɲ">huːˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="noundef" function="suffix" gloss="def" attach="suffix" ph="s">s</thingy> + <word gloss="COMP" posp="pp" role="subj" tr="theme" case="NOM" number="plur" ph="k u w iː ˈ m">kuwiːˈm</word> + <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside" ph="w o ˈ n">woˈn</word> + <word posp="noun" gloss="manner" role="owned" number="sing" locus="number" ph="tˤ eː ˈ f">tˤeːˈf</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="noundef" function="suffix" gloss="not.def" attach="suffix" ph="sˤ">sˤ</thingy> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="tˤ">tˤ</thingy> + <word gloss="a" posp="det" role="owned" number="sing" locus="number" ph="i ˈ sˤ">iˈsˤ</word> + <thingy type="detnumber" function="suffix" gloss="sing" attach="suffix" ph=""></thingy> + <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" ph="kʷ e ˈ m">kʷeˈm</word> + <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> + <thingy type="noundef" function="suffix" gloss="def" attach="suffix" ph="s">s</thingy> </flat> </s>vowelharmony:
No change.
removetags:
<s connector="but" translation=""> <flat> - <word gloss="but" posp="conj" ph="k o ˈ kʷ">koˈkʷ</word> - <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="tˤ e f o ˈ sˤ">tˤefoˈsˤ</word> - <thingy type="verbmode" function="suffix" gloss="indicative" attach="suffix" ph="u t͡ʃ">ut͡ʃ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="l o ʃ">loʃ</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned" ph="f a ˈ t">faˈt</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="noundef" function="suffix" gloss="def" attach="suffix" ph="s">s</thingy> - <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner" ph="kʷ a ˈ p">kʷaˈp</word> - <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing" ph="l o ˈ w">loˈw</word> - <thingy type="verbmode" function="suffix" gloss="indicative" attach="suffix" ph="u t͡ʃ">ut͡ʃ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number" ph="h uː ˈ ɲ">huːˈɲ</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="noundef" function="suffix" gloss="def" attach="suffix" ph="s">s</thingy> - <word gloss="COMP" posp="pp" role="subj" tr="theme" case="NOM" number="plur" ph="k u w iː ˈ m">kuwiːˈm</word> - <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside" ph="w o ˈ n">woˈn</word> - <word posp="noun" gloss="manner" role="owned" number="sing" locus="number" ph="tˤ eː ˈ f">tˤeːˈf</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="noundef" function="suffix" gloss="not.def" attach="suffix" ph="sˤ">sˤ</thingy> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="tˤ">tˤ</thingy> - <word gloss="a" posp="det" role="owned" number="sing" locus="number" ph="i ˈ sˤ">iˈsˤ</word> - <thingy type="detnumber" function="suffix" gloss="sing" attach="suffix" ph=""></thingy> - <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner" ph="kʷ e ˈ m">kʷeˈm</word> - <thingy type="nounnumber" function="suffix" gloss="sing" attach="suffix" ph="i">i</thingy> - <thingy type="noundef" function="suffix" gloss="def" attach="suffix" ph="s">s</thingy> + <word gloss="but" posp="conj">koˈkʷ</word> + <word posp="verb" gloss="arise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">tˤefoˈsˤ</word> + <thingy type="verbmode" function="suffix" gloss="indicative">ut͡ʃ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">loʃ</thingy> + <word posp="noun" gloss="language" def="def" number="sing" tr="theme" locus="number" role="owned">faˈt</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="noundef" function="suffix" gloss="def">s</thingy> + <word person="1incl" number="plur" posp="pron" gloss="1incl.plur" def="def" locus="number" role="owner">kʷaˈp</word> + <word posp="verb" gloss="be" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.plur" subj="3.sing">loˈw</word> + <thingy type="verbmode" function="suffix" gloss="indicative">ut͡ʃ</thingy> + <word posp="noun" gloss="langname" def="def" number="sing" role="subj" tr="theme" locus="number">huːˈɲ</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="noundef" function="suffix" gloss="def">s</thingy> + <word gloss="COMP" posp="pp" role="subj" tr="theme" case="NOM" number="plur">kuwiːˈm</word> + <word gloss="in_inside" posp="pp" p="in" precise="no" location="inside">woˈn</word> + <word posp="noun" gloss="manner" role="owned" number="sing" locus="number">tˤeːˈf</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="noundef" function="suffix" gloss="not.def">sˤ</thingy> + <thingy type="detcase" function="prefix" gloss="NOM">tˤ</thingy> + <word gloss="a" posp="det" role="owned" number="sing" locus="number">iˈsˤ</word> + <word posp="noun" gloss="different" lexposp="adj" number="sing" def="def" role="owner">kʷeˈm</word> + <thingy type="nounnumber" function="suffix" gloss="sing">i</thingy> + <thingy type="noundef" function="suffix" gloss="def">s</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈkokʷ</span><br><span class="gls">but</span></span> <span class="ilpair"><span class="mor">tˤeˈfosˤ</span><br><span class="gls">arise</span></span> <span class="ilpair"><span class="mor">-ut͡ʃ</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">loʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈfat</span><br><span class="gls">language</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">def</span></span> <span class="ilpair"><span class="mor">ˈkʷap</span><br><span class="gls">1incl.plur</span></span> <span class="ilpair"><span class="mor">ˈlow</span><br><span class="gls">be</span></span> <span class="ilpair"><span class="mor">-ut͡ʃ</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ˈhuːɲ</span><br><span class="gls">langname</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">def</span></span> <span class="ilpair"><span class="mor">kuˈwiːm</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈwon</span><br><span class="gls">in_inside</span></span> <span class="ilpair"><span class="mor">ˈtˤeːf</span><br><span class="gls">manner</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-sˤ</span><br><span class="gls">not.def</span></span> <span class="ilpair"><span class="mor">tˤ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈisˤ</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">ˈkʷem</span><br><span class="gls">different</span></span> <span class="ilpair"><span class="mor">-i</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">def</span></span></p> + <p>ˈkokʷ tˤeˈfosˤut͡ʃ loʃ ˈfatis ˈkʷap ˈlowut͡ʃ ˈhuːɲis kuˈwiːm ˈwon ˈtˤeːfisˤ ˈtˤisˤ ˈkʷemis</p> + <p>koqu ṭefoṣuch losh fatis quap lowuch huuñis kuwiim won ṭeefiṣ ṭiṣ quemis</p> + <il> + <w> + <o>ˈkokʷ</o> + <g>but</g> + </w> + <w> + <o>tˤeˈfosˤ</o> + <g>arise</g> + </w> + <w> + <o>-ut͡ʃ</o> + <g>indicative</g> + </w> + <w> + <o>loʃ</o> + <g>PAST</g> + </w> + <w> + <o>ˈfat</o> + <g>language</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-s</o> + <g>def</g> + </w> + <w> + <o>ˈkʷap</o> + <g>1incl.plur</g> + </w> + <w> + <o>ˈlow</o> + <g>be</g> + </w> + <w> + <o>-ut͡ʃ</o> + <g>indicative</g> + </w> + <w> + <o>ˈhuːɲ</o> + <g>langname</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-s</o> + <g>def</g> + </w> + <w> + <o>kuˈwiːm</o> + <g>COMP</g> + </w> + <w> + <o>ˈwon</o> + <g>in_inside</g> + </w> + <w> + <o>ˈtˤeːf</o> + <g>manner</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-sˤ</o> + <g>not.def</g> + </w> + <w> + <o>tˤ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈisˤ</o> + <g>a</g> + </w> + <w> + <o>ˈkʷem</o> + <g>different</g> + </w> + <w> + <o>-i</o> + <g>sing</g> + </w> + <w> + <o>-s</o> + <g>def</g> + </w> + </il> </s>Koqu ṭefoṣuch losh fatis quap lowuch huuñis kuwiim won ṭeefiṣ ṭiṣ quemis.
But our language arose in a different way.
Useful pages: