initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module adj2verb:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ </relp>
+ </np>
</s>
</example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <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="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np head="this" role="subj" number="plur">
+ <np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <subs>
- <vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
- </vp>
- <np role="subj" number="plur">
+ <np type="owner_owned">
+ <np role="owned" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ <np role="owner">
+ <subs>
+ <vp tam="pres-state" ta="PRES">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
tva1module affixdensity: No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
- <np number="sing" def="def" locus="number">
+ <np number="sing" def="def" locus="number" case="LOC">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="COMIT" posp="pp" owner="3s"/>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<np type="owner_owned">
<np role="owned" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<np role="owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
</np>
</np>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> - <np role="subj" number="sing" def="def" locus="number"> - <word posp="noun" gloss="woman"/> - <word gloss="the" posp="det"/> - <pp role="comitative"> - <np number="sing" def="def" locus="number" case="LOC"> - <word posp="noun" gloss="knife"/> - <word gloss="the" posp="det"/> - </np> - <word gloss="COMIT" posp="pp" owner="3s"/> - </pp> - </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <np type="owner_owned"> <np role="owned" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <np role="owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> + <word gloss="the" posp="det"/> + <pp role="comitative"> + <np number="sing" def="def" locus="number" case="LOC"> + <word posp="noun" gloss="knife"/> + <word gloss="the" posp="det"/> + </np> + <word gloss="COMIT" posp="pp" owner="3s"/> + </pp> + </np> </s> </example>
module casemarking:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ABS"> <np type="owner_owned"> <np role="owned" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <np role="owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" number="sing" def="def" locus="number" case="ERG"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number" case="LOC"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </np> </s> </example>
module addgender:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ABS"> - <np type="owner_owned"> - <np role="owned" number="plur"> + <np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ABS" gender="cl.4"> + <np type="owner_owned" gender="cl.2"> + <np role="owned" number="plur" gender="cl.2"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - <np role="owner"> + <np role="owner" gender="cl.4" number="sing"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def" locus="number" case="ERG"> + <np role="subj" number="sing" def="def" locus="number" case="ERG" gender="cl.1"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> - <np number="sing" def="def" locus="number" case="LOC"> + <np number="sing" def="def" locus="number" case="LOC" gender="cl.1"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </np> </s> </example>
module simplifynumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="obj" def="def" number="sing" tr="rheme" locus="number" case="ABS" gender="cl.4"> + <np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="cl.4"> <np type="owner_owned" gender="cl.2"> - <np role="owned" number="plur" gender="cl.2"> + <np role="owned" gender="cl.2"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - <np role="owner" gender="cl.4" number="sing"> + <np role="owner" gender="cl.4"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def" locus="number" case="ERG" gender="cl.1"> + <np role="subj" def="def" locus="number" case="ERG" gender="cl.1"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> - <np number="sing" def="def" locus="number" case="LOC" gender="cl.1"> + <np def="def" locus="number" case="LOC" gender="cl.1"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="cl.4"> + <np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="cl.4" possessor="no.owner"> <np type="owner_owned" gender="cl.2"> - <np role="owned" gender="cl.2"> + <np role="owned" gender="cl.2" possessor="3.cl.4"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - <np role="owner" gender="cl.4"> + <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="subj" def="def" locus="number" case="ERG" gender="cl.1"> + <np role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> - <np def="def" locus="number" case="LOC" gender="cl.1"> + <np def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </np> </s> </example>
module ngen:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.2">
- <np role="owned" gender="cl.2" possessor="3.cl.4">
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
- </np>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
</np>
+ <np role="owned" gender="cl.2" possessor="3.cl.4">
+ <word posp="noun" gloss="mouse"/>
+ <word posp="num" gloss="three"/>
+ <word posp="det" gloss="yon"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp" owner="3s"/>
</pp>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.2">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
</np>
<np role="owned" gender="cl.2" possessor="3.cl.4">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp" owner="3s"/>
</pp>
</np>
</s>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="cl.4" possessor="no.owner"> - <np type="owner_owned" gender="cl.2"> + <np type="owner_owned" gender="cl.2" role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> <np role="owned" gender="cl.2" possessor="3.cl.4"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </np> </s> </example>
unwrapOwnerOwned:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np type="owner_owned" gender="cl.2" role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> - <np role="owned" gender="cl.2" possessor="3.cl.4"> + <np role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </np> </s> </example>
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
</vp>
</subs>
</np>
<np role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS">
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
+ <word posp="noun" gloss="mouse" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/>
+ <word posp="num" gloss="three" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/>
+ <word posp="det" gloss="yon" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/>
</vp>
<np role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner">
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/>
+ <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/>
<pp role="comitative">
<np def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner">
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"/>
</np>
- <word gloss="COMIT" posp="pp" owner="3s"/>
+ <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
</pp>
</np>
</s>
</example>
About to call getSlotValue for blind/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.imperative.PRES"/>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
</vp>
</subs>
</np>
<np role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS"/>
<word posp="noun" gloss="mouse" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/>
<word posp="num" gloss="three" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word posp="det" gloss="yon" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/>
</vp>
<np role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG"/>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/>
<pp role="comitative">
<np def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.LOC"/>
<word posp="noun" gloss="knife" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"/>
</np>
<word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
</pp>
</np>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="owner" gender="cl.4" possessor="no.owner"> - <subs> - <vp tam="pres-state" ta="PRES"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.imperative.PRES"/> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> - </vp> - </subs> - </np> - <np role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS"/> <word posp="noun" gloss="mouse" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/> <word posp="num" gloss="three" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word posp="det" gloss="yon" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/> - </vp> - <np role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG"/> <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/> - <pp role="comitative"> - <np def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.LOC"/> <word posp="noun" gloss="knife" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"/> - </np> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - </pp> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.imperative.PRES"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS"/> - <word posp="noun" gloss="mouse" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/> - <word posp="num" gloss="three" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word posp="det" gloss="yon" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG"/> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.LOC"/> - <word posp="noun" gloss="knife" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner"/> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.imperative.PRES">|t͡sˠ|i|꜒꜖|ŋ̥ˤ|-</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">|i#|꜒|kʼˤ|u|꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS">|ɹˠ|a#ː|-</thingy> + <word posp="noun" gloss="mouse" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS">|꜖꜒|n̥ˠ|yː|꜖꜒|</word> + <word posp="num" gloss="three" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS">|kʼʷ|i#ː|꜒꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word posp="det" gloss="yon" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS">|ʉ#|꜖꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">|a|̰꜖|ɰˤ|i|꜒꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG">|ɰʷ|a|-</thingy> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner">|̰꜖|ɰʷ|a|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.LOC">|qʲ|u|-</thingy> + <word posp="noun" gloss="knife" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner">|꜖|tˠ|au|̰꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">|ᵏǀʰʲ|au|꜖|</word> </flat> </example>
vowelharmony: No change.
### |t͡sˠ|i|꜒꜖|ŋ̥ˤ|-removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.imperative.PRES">|t͡sˠ|i|꜒꜖|ŋ̥ˤ|-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">|i#|꜒|kʼˤ|u|꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS">|ɹˠ|a#ː|-</thingy>
<word posp="noun" gloss="mouse" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS">|꜖꜒|n̥ˠ|yː|꜖꜒|</word>
<word posp="num" gloss="three" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS">|kʼʷ|i#ː|꜒꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word posp="det" gloss="yon" role="owned" gender="cl.2" possessor="3.cl.4" def="def" tr="rheme" locus="number" case="ABS">|ʉ#|꜖꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">|a|̰꜖|ɰˤ|i|꜒꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG">|ɰʷ|a|-</thingy>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner">|̰꜖|ɰʷ|a|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.LOC">|qʲ|u|-</thingy>
<word posp="noun" gloss="knife" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner">|꜖|tˠ|au|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" case="LOC" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word>
<word gloss="COMIT" posp="pp" owner="3s" role="comitative">|ᵏǀʰʲ|au|꜖|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">t͡sˠi꜒꜖ŋ̥ˤ-</span><br><span class="gls">not.Q.none.none.3.cl.1.POS.active.imperative.PRES</span></span> <span class="ilpair"><span class="mor">ĩ꜒kʼˤu꜖</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">ɹˠãː-</span><br><span class="gls">cl.2.3.cl.4.ABS</span></span> <span class="ilpair"><span class="mor">꜖꜒n̥ˠyː꜖꜒</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">kʼʷĩː꜒꜖</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ʉ̃꜖꜒</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">ᵏǀˤʉ̃꜒ʃʲ-</span><br><span class="gls">not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">a̰꜖ɰˤi꜒꜖</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɰʷa-</span><br><span class="gls">cl.1.no.owner.ERG</span></span> <span class="ilpair"><span class="mor">̰꜖ɰʷa꜖꜒</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">qʲu-</span><br><span class="gls">cl.1.no.owner.LOC</span></span> <span class="ilpair"><span class="mor">꜖tˠaṵ꜖</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǀʰʲau꜖</span><br><span class="gls">COMIT</span></span></p>
+ <p>t͡sˠi꜒꜖ŋ̥ˤĩ꜒kʼˤu꜖ ɹˠãː꜖꜒n̥ˠyː꜖꜒ kʼʷĩː꜒꜖ qˠʉ̃꜖꜒ ᵏǀˤʉ̃꜒ʃʲa̰꜖ɰˤi꜒꜖ ɰʷa̰꜖ɰʷa꜖꜒ ɗʲãː̰꜒ qʲu꜖tˠaṵ꜖ ɗʲãː̰꜒ ᵏǀʰʲau꜖</p>
+ <p>t͡sˠइ꜒꜖ŋ̥ˤइँ꜒kʼˤउ꜖ ɹˠa#ː꜖꜒n̥ˠयू꜖꜒ kʼʷi#ː꜒꜖ qˠʉ#꜖꜒ ᵏǀˤʉ#꜒ʃʲअ̰꜖ɰˤइ꜒꜖ ɰʷअ̰꜖ɰʷअ꜖꜒ ɗʲa#ː̰꜒ qʲउ꜖tˠऔ̰꜖ ɗʲa#ː̰꜒ ᵏǀʰʲऔ꜖</p>
+ <il>
+ <w>
+ <o>t͡sˠi꜒꜖ŋ̥ˤ-</o>
+ <g>not.Q.none.none.3.cl.1.POS.active.imperative.PRES</g>
+ </w>
+ <w>
+ <o>ĩ꜒kʼˤu꜖</o>
+ <g>blind</g>
+ </w>
+ <w>
+ <o>ɹˠãː-</o>
+ <g>cl.2.3.cl.4.ABS</g>
+ </w>
+ <w>
+ <o>꜖꜒n̥ˠyː꜖꜒</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>kʼʷĩː꜒꜖</o>
+ <g>three</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ʉ̃꜖꜒</o>
+ <g>yon</g>
+ </w>
+ <w>
+ <o>ᵏǀˤʉ̃꜒ʃʲ-</o>
+ <g>not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>a̰꜖ɰˤi꜒꜖</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ɰʷa-</o>
+ <g>cl.1.no.owner.ERG</g>
+ </w>
+ <w>
+ <o>̰꜖ɰʷa꜖꜒</o>
+ <g>woman</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>qʲu-</o>
+ <g>cl.1.no.owner.LOC</g>
+ </w>
+ <w>
+ <o>꜖tˠaṵ꜖</o>
+ <g>knife</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǀʰʲau꜖</o>
+ <g>COMIT</g>
+ </w>
+ </il>
</example>
### t͡sˠi꜒꜖ŋ̥ˤĩ꜒kʼˤu꜖ ɹˠãː꜖꜒n̥ˠyː꜖꜒ kʼʷĩː꜒꜖ qˠʉ̃꜖꜒ ᵏǀˤʉ̃꜒ʃʲa̰꜖ɰˤi꜒꜖ ɰʷa̰꜖ɰʷa꜖꜒ ɗʲãː̰꜒ qʲu꜖tˠaṵ꜖ ɗʲãː̰꜒ ᵏǀʰʲau꜖initial XML:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="plur" tr="theme" role="subj">
<pron person="1excl" number="dual"/>
</np>
<np def="def" tr="rheme" number="sing" role="obj">
<noun>tiger</noun>
</np>
</s>
<s>
<vp tam="pres-state">
<verb>be</verb>
<adj>happy</adj>
</vp>
<np def="def" number="plur" tr="theme" role="subj">
<pron person="1incl" number="plur"/>
</np>
</s>
</example>cleanup:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> <s connector="because"> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="plur" tr="theme" role="subj"> - <pron person="1excl" number="dual"/> + <np def="def" number="plur" tr="theme" role="subj" locus="number"> + <word person="1excl" number="dual" posp="pron"/> </np> - <np def="def" tr="rheme" number="sing" role="obj"> - <noun>tiger</noun> + <np def="def" tr="rheme" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="tiger"/> </np> </s> <s> - <vp tam="pres-state"> - <verb>be</verb> - <adj>happy</adj> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="be"/> + <word posp="adj" gloss="happy"/> </vp> - <np def="def" number="plur" tr="theme" role="subj"> - <pron person="1incl" number="plur"/> + <np def="def" number="plur" tr="theme" role="subj" locus="number"> + <word person="1incl" number="plur" posp="pron"/> </np> </s> </example>
module adj2verb:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1excl" number="dual" posp="pron"/>
</np>
<np def="def" tr="rheme" number="sing" role="obj" locus="number">
<word posp="noun" gloss="tiger"/>
</np>
</s>
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
- <word posp="verb" gloss="be"/>
- <word posp="adj" gloss="happy"/>
+ <word posp="verb" gloss="happy" lexposp="adj"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
</s>
</example>
module articles:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1excl" number="dual" posp="pron"/>
</np>
<np def="def" tr="rheme" number="sing" role="obj" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="happy" lexposp="adj"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
</s>
</example>
module nonpastonly:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> <s connector="because"> - <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="kill"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word person="1excl" number="dual" posp="pron"/> </np> <np def="def" tr="rheme" number="sing" role="obj" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> </s> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="happy" lexposp="adj"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word person="1incl" number="plur" posp="pron"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
+ <word gloss="because" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1excl" number="dual" posp="pron"/>
</np>
<np def="def" tr="rheme" number="sing" role="obj" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="happy" lexposp="adj"/>
</vp>
<np def="def" number="plur" tr="theme" role="subj" locus="number">
<word person="1incl" number="plur" posp="pron"/>
</np>
</s>
</example>
module nominalise: No change.
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> <s connector="because"> - <word gloss="because" posp="conj"/> + <np def="def" tr="rheme" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="tiger"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word person="1excl" number="dual" posp="pron"/> </np> - <np def="def" tr="rheme" number="sing" role="obj" locus="number"> - <word posp="noun" gloss="tiger"/> - <word gloss="the" posp="det"/> - </np> + <word gloss="because" posp="conj"/> </s> <s> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="happy" lexposp="adj"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number"> <word person="1incl" number="plur" posp="pron"/> </np> </s> </example>
module casemarking:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> <s connector="because"> - <np def="def" tr="rheme" number="sing" role="obj" locus="number"> + <np def="def" tr="rheme" number="sing" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number"> + <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ERG"> <word person="1excl" number="dual" posp="pron"/> </np> <word gloss="because" posp="conj"/> </s> <s> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="happy" lexposp="adj"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number"> + <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ABS"> <word person="1incl" number="plur" posp="pron"/> </np> </s> </example>
module addgender:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> <s connector="because"> - <np def="def" tr="rheme" number="sing" role="obj" locus="number" case="ABS"> + <np def="def" tr="rheme" number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ERG"> <word person="1excl" number="dual" posp="pron"/> </np> <word gloss="because" posp="conj"/> </s> <s> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="happy" lexposp="adj"/> </vp> <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ABS"> <word person="1incl" number="plur" posp="pron"/> </np> </s> </example>
module simplifynumber:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> <s connector="because"> - <np def="def" tr="rheme" number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ERG"> - <word person="1excl" number="dual" posp="pron"/> + <np def="def" tr="theme" role="subj" locus="number" case="ERG"> + <word person="1excl" posp="pron"/> </np> <word gloss="because" posp="conj"/> </s> <s> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="happy" lexposp="adj"/> </vp> - <np def="def" number="plur" tr="theme" role="subj" locus="number" case="ABS"> - <word person="1incl" number="plur" posp="pron"/> + <np def="def" tr="theme" role="subj" locus="number" case="ABS"> + <word person="1incl" posp="pron"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> <s connector="because"> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ERG"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> <word gloss="because" posp="conj"/> </s> <s> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="happy" lexposp="adj"/> </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ABS"> + <np def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner"> <word person="1incl" posp="pron"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
<word gloss="because" posp="conj"/>
</s>
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="happy" lexposp="adj"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner">
- <word person="1incl" posp="pron"/>
+ <word person="1incl" posp="pron" gloss="1incl" gender="cl.4"/>
</np>
</s>
</example>
copyuptophrase:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">
<word posp="verb" gloss="kill"/>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
<word gloss="because" posp="conj"/>
</s>
<s>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl">
<word posp="verb" gloss="happy" lexposp="adj"/>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner">
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner" person="1incl">
<word person="1incl" posp="pron" gloss="1incl" gender="cl.4"/>
</np>
</s>
</example>
prodrop:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">
<word posp="verb" gloss="kill"/>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
- </np>
<word gloss="because" posp="conj"/>
</s>
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl">
<word posp="verb" gloss="happy" lexposp="adj"/>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" possessor="no.owner" person="1incl">
- <word person="1incl" posp="pron" gloss="1incl" gender="cl.4"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"/>
</vp>
<word gloss="because" posp="conj"/>
</s>
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl">
- <word posp="verb" gloss="happy" lexposp="adj"/>
+ <word posp="verb" gloss="happy" lexposp="adj" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl"/>
</vp>
</s>
</example>
About to call getSlotValue for tiger/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<s connector="because">
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="tiger" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"/>
</vp>
<word gloss="because" posp="conj"/>
</s>
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.1incl.POS.active.indicative.PRES"/>
<word posp="verb" gloss="happy" lexposp="adj" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl"/>
</vp>
</s>
</example>
flatten:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> - <s connector="because"> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="tiger" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"/> - </vp> <word gloss="because" posp="conj"/> - </s> - <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.1incl.POS.active.indicative.PRES"/> <word posp="verb" gloss="happy" lexposp="adj" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="tiger" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"/> - <word gloss="because" posp="conj"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.1incl.POS.active.indicative.PRES"/> - <word posp="verb" gloss="happy" lexposp="adj" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="tiger" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|rˤ|i|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST">|ŋ̥ʷ|a|꜒|ʈˠ|-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">|u|꜖|tɬʲ|ᵊ|꜒|</word> + <word gloss="because" posp="conj">|ʈˠ|ʉ|̰꜖|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.1incl.POS.active.indicative.PRES">|kʷ|i|꜖|sˤ|-</thingy> + <word posp="verb" gloss="happy" lexposp="adj" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl">|a|꜖|m̥ˤ|u#|꜒|</word> </flat> </example>
vowelharmony: No change.
### |nʲ|ʉː|-removetags:
<example id="inclexcl" translation="Because the two of us [not including the listener] killed the tiger, we [including the listener] are all now happy.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="tiger" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|rˤ|i|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST">|ŋ̥ʷ|a|꜒|ʈˠ|-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">|u|꜖|tɬʲ|ᵊ|꜒|</word>
<word gloss="because" posp="conj">|ʈˠ|ʉ|̰꜖|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.1incl.POS.active.indicative.PRES">|kʷ|i|꜖|sˤ|-</thingy>
<word posp="verb" gloss="happy" lexposp="adj" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1incl">|a|꜖|m̥ˤ|u#|꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖rˤi꜖꜒</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ŋ̥ʷa꜒ʈˠ-</span><br><span class="gls">not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">u꜖tɬʲᵊ꜒</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ʈˠʉ̰꜖</span><br><span class="gls">because</span></span> <span class="ilpair"><span class="mor">kʷi꜖sˤ-</span><br><span class="gls">not.Q.none.none.1incl.POS.active.indicative.PRES</span></span> <span class="ilpair"><span class="mor">a꜖m̥ˤũ꜒</span><br><span class="gls">happy</span></span></p>
+ <p>nʲʉː̰꜖rˤi꜖꜒ qˠãː̰꜒ ŋ̥ʷa꜒ʈˠu꜖tɬʲᵊ꜒ ʈˠʉ̰꜖ kʷi꜖sˤa꜖m̥ˤũ꜒</p>
+ <p>nʲʉː̰꜖rˤइ꜖꜒ qˠa#ː̰꜒ ŋ̥ʷअ꜒ʈˠउ꜖tɬʲᵊ꜒ ʈˠवि̰꜖ kʷइ꜖sˤअ꜖m̥ˤउँ꜒</p>
+ <il>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖rˤi꜖꜒</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ŋ̥ʷa꜒ʈˠ-</o>
+ <g>not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>u꜖tɬʲᵊ꜒</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>ʈˠʉ̰꜖</o>
+ <g>because</g>
+ </w>
+ <w>
+ <o>kʷi꜖sˤ-</o>
+ <g>not.Q.none.none.1incl.POS.active.indicative.PRES</g>
+ </w>
+ <w>
+ <o>a꜖m̥ˤũ꜒</o>
+ <g>happy</g>
+ </w>
+ </il>
</example>
### nʲʉː̰꜖rˤi꜖꜒ qˠãː̰꜒ ŋ̥ʷa꜒ʈˠu꜖tɬʲᵊ꜒ ʈˠʉ̰꜖ kʷi꜖sˤa꜖m̥ˤũ꜒initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
submodule transform_verb_obj<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>tva1module affixdensity:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
- <word posp="verb" gloss="love"/>
+ <word gloss="girl" lexposp="noun" posp="verb">
+ <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
+ <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
+ </word>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
- <word posp="noun" gloss="girl"/>
- </np>
</s>
</example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module addgender:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module simplifynumber:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
+ <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module propagatenumber: No change.
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
- <word posp="noun" gloss="boy"/>
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2">
+ <word posp="pron" gender="cl.2" gloss="3.cl.2"/>
</np>
</s>
</example>
module markowned:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2">
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="pron" gender="cl.2" gloss="3.cl.2"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> <word gloss="girl" lexposp="noun" posp="verb"> <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> </word> </vp> <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="pron" gender="cl.2" gloss="3.cl.2"/> </np> </s> </example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="pron" gender="cl.2" gloss="3.cl.2"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
- <word gloss="girl" lexposp="noun" posp="verb">
+ <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
</s>
</example>
About to call getSlotValue for girl/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/>
<word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/> - <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> + <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"/> <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> - </word> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/> - <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> - <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"/> - <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES">|r̥ˠ|a|꜒꜖|rˠ|-</thingy> + <thingy gloss="love₁" type="nounverbderivbef" origposp="verb">|a#ː||̰꜖||ʄʲ||ᵊ|-</thingy> + <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">|꜖|qʼˤ|ai|̰꜒|</word> + <thingy gloss="love₂" type="nounverbderivaft" origposp="verb">-||</thingy> </flat> </example>
vowelharmony: No change.
### |r̥ˠ|a|꜒꜖|rˠ|-removetags:
<example id="love2" translation="He (the boy) loves her (the girl).">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES">|r̥ˠ|a|꜒꜖|rˠ|-</thingy>
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb">|a#ː||̰꜖||ʄʲ||ᵊ|-</thingy>
<word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">|꜖|qʼˤ|ai|̰꜒|</word>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb">-||</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">r̥ˠa꜒꜖rˠ-</span><br><span class="gls">not.Q.none.none.3.cl.2.POS.active.indicative.PRES</span></span> <span class="ilpair"><span class="mor">ãː̰꜖ʄʲᵊ-</span><br><span class="gls">love₁</span></span> <span class="ilpair"><span class="mor">꜖qʼˤaḭ꜒</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">love₂</span></span></p>
+ <p>r̥ˠa꜒꜖rˠãː̰꜖ʄʲᵊ꜖qʼˤaḭ꜒</p>
+ <p>r̥ˠअ꜒꜖rˠa#ː̰꜖ʄʲᵊ꜖qʼˤऐ̰꜒</p>
+ <il>
+ <w>
+ <o>r̥ˠa꜒꜖rˠ-</o>
+ <g>not.Q.none.none.3.cl.2.POS.active.indicative.PRES</g>
+ </w>
+ <w>
+ <o>ãː̰꜖ʄʲᵊ-</o>
+ <g>love₁</g>
+ </w>
+ <w>
+ <o>꜖qʼˤaḭ꜒</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>love₂</g>
+ </w>
+ </il>
</example>
### r̥ˠa꜒꜖rˠãː̰꜖ʄʲᵊ꜖qʼˤaḭ꜒initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
submodule transform_verb_obj<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>tva1module affixdensity:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
- <word posp="verb" gloss="love"/>
+ <word gloss="girl" lexposp="noun" posp="verb">
+ <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
+ <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
+ </word>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
- <word posp="noun" gloss="girl"/>
- </np>
</s>
</example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module addgender:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ABS">
+ <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module simplifynumber:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
+ <np def="def" tr="rheme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module propagatenumber: No change.
createpronouns:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="rheme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
- <word posp="noun" gloss="boy"/>
+ <np def="def" tr="rheme" role="subj" locus="number" case="ABS" gender="cl.2">
+ <word posp="pron" gender="cl.2" gloss="3.cl.2"/>
</np>
</s>
</example>
module markowned:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="rheme" role="subj" locus="number" case="ABS" gender="cl.2">
+ <np def="def" tr="rheme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="pron" gender="cl.2" gloss="3.cl.2"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> <word gloss="girl" lexposp="noun" posp="verb"> <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> </word> </vp> <np def="def" tr="rheme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="pron" gender="cl.2" gloss="3.cl.2"/> </np> </s> </example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
- <word gloss="girl" lexposp="noun" posp="verb">
+ <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
<np def="def" tr="rheme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="pron" gender="cl.2" gloss="3.cl.2"/>
+ <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" tr="rheme" role="subj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for girl/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/>
<word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
<np def="def" tr="rheme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" tr="rheme" role="subj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/> - <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> + <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"/> <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> - </word> - </vp> - <np def="def" tr="rheme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" tr="rheme" role="subj" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/> - <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> - <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"/> - <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> - <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" tr="rheme" role="subj" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES">|r̥ˠ|a|꜒꜖|rˠ|-</thingy> + <thingy gloss="love₁" type="nounverbderivbef" origposp="verb">|a#ː||̰꜖||ʄʲ||ᵊ|-</thingy> + <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">|꜖|qʼˤ|ai|̰꜒|</word> + <thingy gloss="love₂" type="nounverbderivaft" origposp="verb">-||</thingy> + <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" tr="rheme" role="subj" locus="number" case="ABS" possessor="no.owner">|ᵏǃʰʲ|ʉ|꜒|</word> </flat> </example>
vowelharmony: No change.
### |r̥ˠ|a|꜒꜖|rˠ|-removetags:
<example id="love2he" translation="*He* loves her.">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES">|r̥ˠ|a|꜒꜖|rˠ|-</thingy>
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb">|a#ː||̰꜖||ʄʲ||ᵊ|-</thingy>
<word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">|꜖|qʼˤ|ai|̰꜒|</word>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb">-||</thingy>
<word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" tr="rheme" role="subj" locus="number" case="ABS" possessor="no.owner">|ᵏǃʰʲ|ʉ|꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">r̥ˠa꜒꜖rˠ-</span><br><span class="gls">not.Q.none.none.3.cl.2.POS.active.indicative.PRES</span></span> <span class="ilpair"><span class="mor">ãː̰꜖ʄʲᵊ-</span><br><span class="gls">love₁</span></span> <span class="ilpair"><span class="mor">꜖qʼˤaḭ꜒</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">love₂</span></span> <span class="ilpair"><span class="mor">ᵏǃʰʲʉ꜒</span><br><span class="gls">3.cl.2</span></span></p>
+ <p>r̥ˠa꜒꜖rˠãː̰꜖ʄʲᵊ꜖qʼˤaḭ꜒ ᵏǃʰʲʉ꜒</p>
+ <p>r̥ˠअ꜒꜖rˠa#ː̰꜖ʄʲᵊ꜖qʼˤऐ̰꜒ ᵏǃʰʲवि꜒</p>
+ <il>
+ <w>
+ <o>r̥ˠa꜒꜖rˠ-</o>
+ <g>not.Q.none.none.3.cl.2.POS.active.indicative.PRES</g>
+ </w>
+ <w>
+ <o>ãː̰꜖ʄʲᵊ-</o>
+ <g>love₁</g>
+ </w>
+ <w>
+ <o>꜖qʼˤaḭ꜒</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>love₂</g>
+ </w>
+ <w>
+ <o>ᵏǃʰʲʉ꜒</o>
+ <g>3.cl.2</g>
+ </w>
+ </il>
</example>
### r̥ˠa꜒꜖rˠãː̰꜖ʄʲᵊ꜖qʼˤaḭ꜒ ᵏǃʰʲʉ꜒initial XML:
<example id="love2her" translation="He loves *her*.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2her" translation="He loves *her*."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2her" translation="He loves *her*."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
submodule transform_verb_obj<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>tva1module affixdensity:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
- <word posp="verb" gloss="love"/>
+ <word gloss="girl" lexposp="noun" posp="verb">
+ <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
+ <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
+ </word>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number">
- <word posp="noun" gloss="girl"/>
- </np>
</s>
</example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module addgender:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module simplifynumber:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
+ <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module propagatenumber: No change.
createpronouns:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.2">
- <word posp="noun" gloss="boy"/>
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2">
+ <word posp="pron" gender="cl.2" gloss="3.cl.2"/>
</np>
</s>
</example>
module markowned:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2">
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="pron" gender="cl.2" gloss="3.cl.2"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2her" translation="He loves *her*."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> <word gloss="girl" lexposp="noun" posp="verb"> <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> </word> </vp> <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="pron" gender="cl.2" gloss="3.cl.2"/> </np> </s> </example>
prodrop:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
<word gloss="girl" lexposp="noun" posp="verb">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="pron" gender="cl.2" gloss="3.cl.2"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
- <word gloss="girl" lexposp="noun" posp="verb">
+ <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
</s>
</example>
About to call getSlotValue for girl/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/>
<word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
</s>
</example>
flatten:
<example id="love2her" translation="He loves *her*."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/> - <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"> <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> + <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"/> <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> - </word> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2her" translation="He loves *her*."> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES"/> - <thingy gloss="love₁" type="nounverbderivbef" origposp="verb"/> - <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2"/> - <thingy gloss="love₂" type="nounverbderivaft" origposp="verb"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES">|r̥ˠ|a|꜒꜖|rˠ|-</thingy> + <thingy gloss="love₁" type="nounverbderivbef" origposp="verb">|a#ː||̰꜖||ʄʲ||ᵊ|-</thingy> + <word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">|꜖|qʼˤ|ai|̰꜒|</word> + <thingy gloss="love₂" type="nounverbderivaft" origposp="verb">-||</thingy> </flat> </example>
vowelharmony: No change.
### |r̥ˠ|a|꜒꜖|rˠ|-removetags:
<example id="love2her" translation="He loves *her*.">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.2.POS.active.indicative.PRES">|r̥ˠ|a|꜒꜖|rˠ|-</thingy>
<thingy gloss="love₁" type="nounverbderivbef" origposp="verb">|a#ː||̰꜖||ʄʲ||ᵊ|-</thingy>
<word gloss="girl" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.cl.2">|꜖|qʼˤ|ai|̰꜒|</word>
<thingy gloss="love₂" type="nounverbderivaft" origposp="verb">-||</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">r̥ˠa꜒꜖rˠ-</span><br><span class="gls">not.Q.none.none.3.cl.2.POS.active.indicative.PRES</span></span> <span class="ilpair"><span class="mor">ãː̰꜖ʄʲᵊ-</span><br><span class="gls">love₁</span></span> <span class="ilpair"><span class="mor">꜖qʼˤaḭ꜒</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">love₂</span></span></p>
+ <p>r̥ˠa꜒꜖rˠãː̰꜖ʄʲᵊ꜖qʼˤaḭ꜒</p>
+ <p>r̥ˠअ꜒꜖rˠa#ː̰꜖ʄʲᵊ꜖qʼˤऐ̰꜒</p>
+ <il>
+ <w>
+ <o>r̥ˠa꜒꜖rˠ-</o>
+ <g>not.Q.none.none.3.cl.2.POS.active.indicative.PRES</g>
+ </w>
+ <w>
+ <o>ãː̰꜖ʄʲᵊ-</o>
+ <g>love₁</g>
+ </w>
+ <w>
+ <o>꜖qʼˤaḭ꜒</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>love₂</g>
+ </w>
+ </il>
</example>
### r̥ˠa꜒꜖rˠãː̰꜖ʄʲᵊ꜖qʼˤaḭ꜒initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> - <word posp="noun" gloss="NN2"/> - <word gloss="the" posp="det"/> - </np> </s> </example>
module casemarking:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> </s> </example>
module simplifynumber:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">
- <word posp="noun" gloss="NN2"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2">
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for NN2/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/>
<word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/>
<word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/> <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2"/> - </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="K hates I."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/> - <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> - <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy> + <word posp="noun" gloss="I" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">|̰꜖|ɴʷ|i|̰꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES">|ɰˤ|ʉ|̰꜖|ŋ̥ˤ|-</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2">|u|꜖꜒|tɬʲ|ʉ|̰꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy> + <word posp="noun" gloss="K" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜖꜒|kʰʲ|ᵊ|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |ɳ̥ʲ|aː|-removetags:
<example id="loveprop" translation="K hates I.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy>
<word posp="noun" gloss="I" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">|̰꜖|ɴʷ|i|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES">|ɰˤ|ʉ|̰꜖|ŋ̥ˤ|-</thingy>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.1" subj="3.cl.2">|u|꜖꜒|tɬʲ|ʉ|̰꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy>
<word posp="noun" gloss="K" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜖꜒|kʰʲ|ᵊ|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɳ̥ʲaː-</span><br><span class="gls">cl.1.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖ɴʷḭ꜒</span><br><span class="gls">I</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɰˤʉ̰꜖ŋ̥ˤ-</span><br><span class="gls">not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES</span></span> <span class="ilpair"><span class="mor">u꜖꜒tɬʲʉ̰꜖</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">ᵏǀʼˠuː-</span><br><span class="gls">cl.2.no.owner.ERG</span></span> <span class="ilpair"><span class="mor">꜖꜒kʰʲᵊ꜖꜒</span><br><span class="gls">K</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>ɳ̥ʲaː̰꜖ɴʷḭ꜒ ɗʲãː̰꜒ ɰˤʉ̰꜖ŋ̥ˤu꜖꜒tɬʲʉ̰꜖ ᵏǀʼˠuː꜖꜒kʰʲᵊ꜖꜒ qˠãː̰꜒</p>
+ <p>ɳ̥ʲआ̰꜖ɴʷइ̰꜒ ɗʲa#ː̰꜒ ɰˤवि̰꜖ŋ̥ˤउ꜖꜒tɬʲवि̰꜖ ᵏǀʼˠऊ꜖꜒kʰʲᵊ꜖꜒ qˠa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>ɳ̥ʲaː-</o>
+ <g>cl.1.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖ɴʷḭ꜒</o>
+ <g>I</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɰˤʉ̰꜖ŋ̥ˤ-</o>
+ <g>not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES</g>
+ </w>
+ <w>
+ <o>u꜖꜒tɬʲʉ̰꜖</o>
+ <g>hate</g>
+ </w>
+ <w>
+ <o>ᵏǀʼˠuː-</o>
+ <g>cl.2.no.owner.ERG</g>
+ </w>
+ <w>
+ <o>꜖꜒kʰʲᵊ꜖꜒</o>
+ <g>K</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ɳ̥ʲaː̰꜖ɴʷḭ꜒ ɗʲãː̰꜒ ɰˤʉ̰꜖ŋ̥ˤu꜖꜒tɬʲʉ̰꜖ ᵏǀʼˠuː꜖꜒kʰʲᵊ꜖꜒ qˠãː̰꜒initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="ABS"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="ABS"> - <np number="sing" def="def" locus="number" role="owner"> + <np type="owner_owned" case="ABS" gender="cl.2"> + <np number="sing" def="def" locus="number" role="owner" gender="cl.2"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np number="sing" def="def" locus="number" role="owner" gender="cl.2"> + <np def="def" locus="number" role="owner" gender="cl.2"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="def" locus="number" role="owner" gender="cl.2"> + <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" role="owned" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> </np> </example>About to call getSlotValue for apple/noun/gender.possessor.case/obligatory
addaffixes:
<example id="posso1" translation="the boy's apple"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> + <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> + <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> </np> </example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> - </np> - <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS">|ɓʲ|u|-</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS">|̰꜖|pʼʲ|uː|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS">|a#ː|̰꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|̰꜖|ɴʷ|i|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |ɓʲ|u|-removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS">|ɓʲ|u|-</thingy>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS">|̰꜖|pʼʲ|uː|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS">|a#ː|̰꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|̰꜖|ɴʷ|i|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɓʲu-</span><br><span class="gls">cl.2.3.cl.2.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖pʼʲuː꜖꜒</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖ɴʷi꜖꜒</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>ɓʲṵ꜖pʼʲuː꜖꜒ qˠãː̰꜒ nʲʉː̰꜖ɴʷi꜖꜒ qˠãː̰꜒</p>
+ <p>ɓʲउ̰꜖pʼʲऊ꜖꜒ qˠa#ː̰꜒ nʲʉː̰꜖ɴʷइ꜖꜒ qˠa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>ɓʲu-</o>
+ <g>cl.2.3.cl.2.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖pʼʲuː꜖꜒</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖ɴʷi꜖꜒</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ɓʲṵ꜖pʼʲuː꜖꜒ qˠãː̰꜒ nʲʉː̰꜖ɴʷi꜖꜒ qˠãː̰꜒initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="ABS"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="ABS"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np type="owner_owned" case="ABS" gender="cl.2"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="cl.2"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="cl.2"> + <np def="def" output="aspron" locus="number" role="owner" gender="cl.2"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber: No change.
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="def" output="aspron" locus="number" role="owner" gender="cl.2"> - <word posp="noun" gloss="boy"/> + <np def="def" locus="number" role="owner" gender="cl.2"> + <word posp="pron" gender="cl.2" gloss="3.cl.2"/> </np> <np def="def" locus="number" role="owned" gender="cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowned:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="def" locus="number" role="owner" gender="cl.2"> + <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="pron" gender="cl.2" gloss="3.cl.2"/> </np> - <np def="def" locus="number" role="owned" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> - <word posp="pron" gender="cl.2" gloss="3.cl.2"/> - </np> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> + <word posp="pron" gender="cl.2" gloss="3.cl.2"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="pron" gender="cl.2" gloss="3.cl.2"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> - <word posp="pron" gender="cl.2" gloss="3.cl.2"/> + <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" locus="number" role="owner" possessor="no.owner"/> </np> </example>About to call getSlotValue for apple/noun/gender.possessor.case/obligatory
addaffixes:
<example id="posso1b" translation="his (the boy's) apple"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> + <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" locus="number" role="owner" possessor="no.owner"/> </np> </example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> - </np> - <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" locus="number" role="owner" possessor="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS"/> - <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" locus="number" role="owner" possessor="no.owner"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS">|ɓʲ|u|-</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS">|̰꜖|pʼʲ|uː|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS">|a#ː|̰꜒|</word> + <word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" locus="number" role="owner" possessor="no.owner">|ᵏǃʰʲ|ʉ|꜒|</word> </flat> </example>
vowelharmony: No change.
### |ɓʲ|u|-removetags:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.2.ABS">|ɓʲ|u|-</thingy>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS">|̰꜖|pʼʲ|uː|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.2" case="ABS">|a#ː|̰꜒|</word>
<word posp="pron" gender="cl.2" gloss="3.cl.2" def="def" locus="number" role="owner" possessor="no.owner">|ᵏǃʰʲ|ʉ|꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɓʲu-</span><br><span class="gls">cl.2.3.cl.2.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖pʼʲuː꜖꜒</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǃʰʲʉ꜒</span><br><span class="gls">3.cl.2</span></span></p>
+ <p>ɓʲṵ꜖pʼʲuː꜖꜒ qˠãː̰꜒ ᵏǃʰʲʉ꜒</p>
+ <p>ɓʲउ̰꜖pʼʲऊ꜖꜒ qˠa#ː̰꜒ ᵏǃʰʲवि꜒</p>
+ <il>
+ <w>
+ <o>ɓʲu-</o>
+ <g>cl.2.3.cl.2.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖pʼʲuː꜖꜒</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǃʰʲʉ꜒</o>
+ <g>3.cl.2</g>
+ </w>
+ </il>
</example>
### ɓʲṵ꜖pʼʲuː꜖꜒ qˠãː̰꜒ ᵏǃʰʲʉ꜒initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="ABS"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="ABS"> + <np type="owner_owned" case="ABS" gender="cl.2"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" locus="number" role="owner"> + <word person="1excl" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="neither" locus="number" role="owner"> - <word person="1excl" posp="pron"/> - </np> - <np def="def" locus="number" role="owned" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="1excl"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="ABS" gender="cl.2"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="1excl"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"/> </np> </example>About to call getSlotValue for apple/noun/gender.possessor.case/obligatory
addaffixes:
<example id="posso2" translation="my apple"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.1excl.ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"/> + <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"/> </np> </example>
flatten:
<example id="posso2" translation="my apple"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.1excl.ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.1excl.ABS"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.1excl.ABS">|d͡ʐˠ|ʉ#|-</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS">|̰꜖|pʼʲ|uː|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |d͡ʐˠ|ʉ#|-removetags:
<example id="posso2" translation="my apple">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.1excl.ABS">|d͡ʐˠ|ʉ#|-</thingy>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS">|̰꜖|pʼʲ|uː|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="1excl" case="ABS">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">d͡ʐˠʉ̃-</span><br><span class="gls">cl.2.1excl.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖pʼʲuː꜖꜒</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>d͡ʐˠʉ̰̃꜖pʼʲuː꜖꜒ qˠãː̰꜒</p>
+ <p>d͡ʐˠʉ#̰꜖pʼʲऊ꜖꜒ qˠa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>d͡ʐˠʉ̃-</o>
+ <g>cl.2.1excl.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖pʼʲuː꜖꜒</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### d͡ʐˠʉ̰̃꜖pʼʲuː꜖꜒ qˠãː̰꜒initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <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="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> - <np role="subj"> - <np type="owner_owned"> - <np number="sing" def="def" locus="number" role="owner"> - <word posp="noun" gloss="hunter"/> - <word gloss="the" posp="det"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> - <word posp="noun" gloss="daughter"/> - <word gloss="the" posp="det"/> - </np> - </np> - </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> + <np role="subj"> + <np type="owner_owned"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> + <word gloss="the" posp="det"/> + </np> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> + <word gloss="the" posp="det"/> + </np> + </np> + </np> </s> </example>
module casemarking:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj"> + <np role="obj" case="ABS"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="subj"> + <np role="subj" case="ERG"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module addgender:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" case="ABS">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np type="owner_owned" gender="cl.2">
+ <np type="owner_owned" role="owner" gender="cl.4">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="cl.4">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="cl.2">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj" case="ERG">
- <np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np type="owner_owned" gender="cl.1">
+ <np number="sing" def="def" locus="number" role="owner" gender="cl.2">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="cl.1">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" case="ABS">
<np type="owner_owned" gender="cl.2">
<np type="owner_owned" role="owner" gender="cl.4">
- <np number="sing" def="neither" locus="number" role="owner">
- <word person="2" number="sing" posp="pron"/>
+ <np def="neither" locus="number" role="owner">
+ <word person="2" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="cl.4">
+ <np def="def" locus="number" role="owned" gender="cl.4">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="cl.2">
+ <np def="def" locus="number" role="owned" gender="cl.2">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj" case="ERG">
<np type="owner_owned" gender="cl.1">
- <np number="sing" def="def" locus="number" role="owner" gender="cl.2">
+ <np def="def" locus="number" role="owner" gender="cl.2">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="cl.1">
+ <np def="def" locus="number" role="owned" gender="cl.1">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj" case="ABS"> + <np role="obj" case="ABS" possessor="no.owner"> <np type="owner_owned" gender="cl.2"> <np type="owner_owned" role="owner" gender="cl.4"> - <np def="neither" locus="number" role="owner"> - <word person="2" posp="pron"/> - </np> - <np def="def" locus="number" role="owned" gender="cl.4"> + <np def="def" locus="number" role="owned" gender="cl.4" possessor="2"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> - <np def="def" locus="number" role="owned" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="subj" case="ERG"> + <np role="subj" case="ERG" possessor="no.owner"> <np type="owner_owned" gender="cl.1"> - <np def="def" locus="number" role="owner" gender="cl.2"> + <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" role="owned" gender="cl.1"> + <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module ngen:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="obj" case="ABS" possessor="no.owner">
<np type="owner_owned" gender="cl.2">
+ <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4">
+ <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np type="owner_owned" role="owner" gender="cl.4">
<np def="def" locus="number" role="owned" gender="cl.4" possessor="2">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
</np>
</np>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj" case="ERG" possessor="no.owner">
<np type="owner_owned" gender="cl.1">
- <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj" case="ABS" possessor="no.owner"> + <np role="obj" case="ABS" possessor="no.owner" gender="cl.2"> <np type="owner_owned" gender="cl.2"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner" gender="cl.4"> <np def="def" locus="number" role="owned" gender="cl.4" possessor="2"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"> <word posp="verb" gloss="kiss"/> </vp> - <np role="subj" case="ERG" possessor="no.owner"> + <np role="subj" case="ERG" possessor="no.owner" gender="cl.1"> <np type="owner_owned" gender="cl.1"> <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="obj" case="ABS" possessor="no.owner" gender="cl.2"> - <np type="owner_owned" gender="cl.2"> + <np type="owner_owned" gender="cl.2" role="obj" case="ABS" possessor="no.owner"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner" gender="cl.4"> <np def="def" locus="number" role="owned" gender="cl.4" possessor="2"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"> <word posp="verb" gloss="kiss"/> </vp> - <np role="subj" case="ERG" possessor="no.owner" gender="cl.1"> - <np type="owner_owned" gender="cl.1"> + <np type="owner_owned" gender="cl.1" role="subj" case="ERG" possessor="no.owner"> <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </np> - </np> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" gender="cl.2" role="obj" case="ABS" possessor="no.owner"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner" gender="cl.4"> <np def="def" locus="number" role="owned" gender="cl.4" possessor="2"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> - </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"> <word posp="verb" gloss="kiss"/> </vp> - <np type="owner_owned" gender="cl.1" role="subj" case="ERG" possessor="no.owner"> - <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> + <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - </np> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" gender="cl.4" possessor="2">
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="cl.4" possessor="2"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="2"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"/>
</vp>
<np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"/>
</np>
<np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for son/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS"/>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" gender="cl.4" possessor="2">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.2.ABS"/>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="cl.4" possessor="2"/>
+ <thingy type="detgender" function="prefix" gloss="cl.4"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="2"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"/>
</vp>
<np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ERG"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"/>
</np>
<np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"/> - </np> - <np def="def" locus="number" role="owned" gender="cl.4" possessor="2"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.2.ABS"/> <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="cl.4" possessor="2"/> <thingy type="detgender" function="prefix" gloss="cl.4"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="2"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"/> - </vp> - <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ERG"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"/> - </np> - <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.2.ABS"/> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="cl.4" possessor="2"/> - <thingy type="detgender" function="prefix" gloss="cl.4"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="2"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ERG"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS">|ɹˠ|a#ː|-</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS">|꜖|wˤ|aː|꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.2.ABS">|ɳʲ|a#|-</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="cl.4" possessor="2">|꜒꜖|pˠ|y|꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="2">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST">|ɠˤ|aː|꜖꜒|ŋ̥ʲ|-</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">|y#ː|꜖|sʲ|ᵊ|̰꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ERG">|j|aː|-</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG">|꜖|ŋ̥ʷ|a|̰꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG">|a#ː|̰꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |ɹˠ|a#ː|-removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ABS">|ɹˠ|a#ː|-</thingy>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS">|꜖|wˤ|aː|꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.2.ABS">|ɳʲ|a#|-</thingy>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="cl.4" possessor="2">|꜒꜖|pˠ|y|꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="2">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST">|ɠˤ|aː|꜖꜒|ŋ̥ʲ|-</thingy>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">|y#ː|꜖|sʲ|ᵊ|̰꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ERG">|j|aː|-</thingy>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG">|꜖|ŋ̥ʷ|a|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2" case="ERG">|a#ː|̰꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɹˠãː-</span><br><span class="gls">cl.2.3.cl.4.ABS</span></span> <span class="ilpair"><span class="mor">꜖wˤaː꜒</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɳʲã-</span><br><span class="gls">cl.4.2.ABS</span></span> <span class="ilpair"><span class="mor">꜒꜖pˠy꜒</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">qʼˠ-</span><br><span class="gls">cl.4</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɠˤaː꜖꜒ŋ̥ʲ-</span><br><span class="gls">not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">ỹː꜖sʲᵊ̰꜖</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">jaː-</span><br><span class="gls">cl.1.3.cl.2.ERG</span></span> <span class="ilpair"><span class="mor">꜖ŋ̥ʷa̰꜖</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖ŋˠỹː꜒꜖</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>ɹˠãː꜖wˤaː꜒ qˠãː̰꜒ ɳʲã꜒꜖pˠy꜒ qʼˠãː̰꜒ ɠˤaː꜖꜒ŋ̥ʲỹː꜖sʲᵊ̰꜖ jaː꜖ŋ̥ʷa̰꜖ ɗʲãː̰꜒ nʲʉː̰꜖ŋˠỹː꜒꜖ qˠãː̰꜒</p>
+ <p>ɹˠa#ː꜖wˤआ꜒ qˠa#ː̰꜒ ɳʲअँ꜒꜖pˠयु꜒ qʼˠa#ː̰꜒ ɠˤआ꜖꜒ŋ̥ʲy#ː꜖sʲᵊ̰꜖ या꜖ŋ̥ʷअ̰꜖ ɗʲa#ː̰꜒ nʲʉː̰꜖ŋˠy#ː꜒꜖ qˠa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>ɹˠãː-</o>
+ <g>cl.2.3.cl.4.ABS</g>
+ </w>
+ <w>
+ <o>꜖wˤaː꜒</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɳʲã-</o>
+ <g>cl.4.2.ABS</g>
+ </w>
+ <w>
+ <o>꜒꜖pˠy꜒</o>
+ <g>neighbour</g>
+ </w>
+ <w>
+ <o>qʼˠ-</o>
+ <g>cl.4</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɠˤaː꜖꜒ŋ̥ʲ-</o>
+ <g>not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>ỹː꜖sʲᵊ̰꜖</o>
+ <g>kiss</g>
+ </w>
+ <w>
+ <o>jaː-</o>
+ <g>cl.1.3.cl.2.ERG</g>
+ </w>
+ <w>
+ <o>꜖ŋ̥ʷa̰꜖</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖ŋˠỹː꜒꜖</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ɹˠãː꜖wˤaː꜒ qˠãː̰꜒ ɳʲã꜒꜖pˠy꜒ qʼˠãː̰꜒ ɠˤaː꜖꜒ŋ̥ʲỹː꜖sʲᵊ̰꜖ jaː꜖ŋ̥ʷa̰꜖ ɗʲãː̰꜒ nʲʉː̰꜖ŋˠỹː꜒꜖ qˠãː̰꜒initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb: No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="ABS"> <word posp="noun" gloss="lamb"/> </np> </example>
module addgender:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS"> + <np number="sing" tr="rheme" locus="number" case="ABS" gender="cl.3"> <word posp="noun" gloss="lamb"/> </np> </example>
module simplifynumber:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS" gender="cl.3"> + <np tr="rheme" locus="number" case="ABS" gender="cl.3"> <word posp="noun" gloss="lamb"/> </np> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number" case="ABS" gender="cl.3"> + <np tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"> <word posp="noun" gloss="lamb"/> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"/> </np> </example>About to call getSlotValue for lamb/noun/gender.possessor.case/obligatory
addaffixes:
<example id="lamb0" translation="a lamb">
<np tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/>
<word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/> <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS">|ɥˤ|i#|-</thingy> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word> </flat> </example>
vowelharmony: No change.
### |ɥˤ|i#|-removetags:
<example id="lamb0" translation="a lamb">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS">|ɥˤ|i#|-</thingy>
<word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɥˤĩ-</span><br><span class="gls">cl.3.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖t͡ʂˠʉː꜒꜖</span><br><span class="gls">lamb</span></span></p>
+ <p>ɥˤḭ̃꜖t͡ʂˠʉː꜒꜖</p>
+ <p>ɥˤइँ̰꜖t͡ʂˠʉː꜒꜖</p>
+ <il>
+ <w>
+ <o>ɥˤĩ-</o>
+ <g>cl.3.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖t͡ʂˠʉː꜒꜖</o>
+ <g>lamb</g>
+ </w>
+ </il>
</example>
### ɥˤḭ̃꜖t͡ʂˠʉː꜒꜖initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="ABS"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module addgender:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS"> + <np number="sing" tr="rheme" locus="number" case="ABS" gender="cl.3"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module simplifynumber:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS" gender="cl.3"> + <np tr="rheme" locus="number" case="ABS" gender="cl.3"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb1" translation="a little lamb"> - <np tr="rheme" locus="number" case="ABS" gender="cl.3"> + <np tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>About to call getSlotValue for lamb/noun/gender.possessor.case/obligatory
addaffixes:
<example id="lamb1" translation="a little lamb">
<np tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS">|ɥˤ|i#|-</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy> </flat> </example>
vowelharmony: No change.
### |ɥˤ|i#|-removetags:
<example id="lamb1" translation="a little lamb">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS">|ɥˤ|i#|-</thingy>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="cl.3" possessor="no.owner">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɥˤĩ-</span><br><span class="gls">cl.3.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">꜒꜖t͡sˠa-</span><br><span class="gls">little₁</span></span> <span class="ilpair"><span class="mor">̰꜖t͡ʂˠʉː꜒꜖</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">little₂</span></span></p>
+ <p>ɥˤĩ꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖</p>
+ <p>ɥˤइँ꜒꜖t͡sˠअ̰꜖t͡ʂˠʉː꜒꜖</p>
+ <il>
+ <w>
+ <o>ɥˤĩ-</o>
+ <g>cl.3.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>꜒꜖t͡sˠa-</o>
+ <g>little₁</g>
+ </w>
+ <w>
+ <o>̰꜖t͡ʂˠʉː꜒꜖</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>little₂</g>
+ </w>
+ </il>
</example>
### ɥˤĩ꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖initial XML:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</s>
</example>cleanup:
<example id="lamb2" translation="She had a little lamb."> <s> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </s> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb2" translation="She had a little lamb."> <s> - <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="have"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
submodule transform_adj<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</s>
</example>submodule transform_verb_obj
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>tva1module affixdensity:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="have"/>
+ <word gloss="lamb" lexposp="noun" posp="verb">
+ <thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
+ <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
+ <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
+ <thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
+ </word>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
- <np number="sing" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
- </np>
</s>
</example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module addgender:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.1">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module simplifynumber:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.1">
+ <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.1">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module propagatenumber: No change.
createpronouns:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.1">
- <word posp="noun" gloss="girl"/>
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1">
+ <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</s>
</example>
module markowned:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1">
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="lamb2" translation="She had a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"> <word gloss="lamb" lexposp="noun" posp="verb"> <thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> <thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/> </word> </vp> <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"> <word posp="pron" gender="cl.1" gloss="3.cl.1"/> </np> </s> </example>
prodrop:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">
- <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
- <word gloss="lamb" lexposp="noun" posp="verb">
+ <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
</s>
</example>
About to call getSlotValue for lamb/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/>
<word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
</s>
</example>
flatten:
<example id="lamb2" translation="She had a little lamb."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/> - <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"> <thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> <thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/> - </word> - </vp> - </s> + </flat> </example>
addvocab:
<example id="lamb2" translation="She had a little lamb."> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/> - <thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST">|ɳʲ|i|̰꜖|kʼˠ|-</thingy> + <thingy gloss="have₁" type="nounverbderivbef" origposp="verb">|ʉ||꜒꜖||kʼʲ||i|-</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy> + <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy> + <thingy gloss="have₂" type="nounverbderivaft" origposp="verb">-||</thingy> </flat> </example>
vowelharmony: No change.
### |ɳʲ|i|̰꜖|kʼˠ|-removetags:
<example id="lamb2" translation="She had a little lamb.">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST">|ɳʲ|i|̰꜖|kʼˠ|-</thingy>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb">|ʉ||꜒꜖||kʼʲ||i|-</thingy>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy>
<word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb">-||</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɳʲḭ꜖kʼˠ-</span><br><span class="gls">not.Q.none.none.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">ʉ꜒꜖kʼʲi-</span><br><span class="gls">have₁</span></span> <span class="ilpair"><span class="mor">꜒꜖t͡sˠa-</span><br><span class="gls">little₁</span></span> <span class="ilpair"><span class="mor">̰꜖t͡ʂˠʉː꜒꜖</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">little₂</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">have₂</span></span></p>
+ <p>ɳʲḭ꜖kʼˠʉ꜒꜖kʼʲi꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖</p>
+ <p>ɳʲइ̰꜖kʼˠवि꜒꜖kʼʲइ꜒꜖t͡sˠअ̰꜖t͡ʂˠʉː꜒꜖</p>
+ <il>
+ <w>
+ <o>ɳʲḭ꜖kʼˠ-</o>
+ <g>not.Q.none.none.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>ʉ꜒꜖kʼʲi-</o>
+ <g>have₁</g>
+ </w>
+ <w>
+ <o>꜒꜖t͡sˠa-</o>
+ <g>little₁</g>
+ </w>
+ <w>
+ <o>̰꜖t͡ʂˠʉː꜒꜖</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>little₂</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>have₂</g>
+ </w>
+ </il>
</example>
### ɳʲḭ꜖kʼˠʉ꜒꜖kʼʲi꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖initial XML:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp tam="past-punct">
<verb>want</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</subs>
</np>
</s>
</example>cleanup:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp tam="past-punct"> - <verb>want</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="want"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
</np>
</subs>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <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="want"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <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="have"/> </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
submodule transform_adj<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
</s>
</example>submodule transform_verb_obj
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
</word>
</vp>
</subs>
</np>
</s>
</example>submodule transform_verb_verb
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>tva1module affixdensity:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="want"/>
+ <word gloss="lamb" lexposp="noun" posp="verb">
+ <thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
+ <thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
+ <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
+ <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
+ <thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
+ <thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
+ </word>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
- <np role="obj">
- <subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="have"/>
- </vp>
- <np number="sing" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
- </np>
- </subs>
- </np>
</s>
</example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module addgender:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.1">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module simplifynumber:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.1">
+ <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.1">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module propagatenumber: No change.
createpronouns:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ABS" gender="cl.1">
- <word posp="noun" gloss="girl"/>
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1">
+ <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</s>
</example>
module markowned:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1">
+ <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"> <word gloss="lamb" lexposp="noun" posp="verb"> <thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/> <thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> <thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/> <thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/> </word> </vp> <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1" possessor="no.owner"> <word posp="pron" gender="cl.1" gloss="3.cl.1"/> </np> </s> </example>
prodrop:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
<word gloss="lamb" lexposp="noun" posp="verb">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ABS" gender="cl.1" possessor="no.owner">
- <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
- <word gloss="lamb" lexposp="noun" posp="verb">
+ <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
</s>
</example>
About to call getSlotValue for lamb/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/>
<word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/>
</word>
</vp>
</s>
</example>
flatten:
<example id="lamb3" translation="She wanted to have a little lamb."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/> - <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"> <thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/> <thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> <thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/> <thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/> - </word> - </vp> - </s> + </flat> </example>
addvocab:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/> - <thingy gloss="want₁" type="verbverbderivbef" origposp="verb"/> - <thingy gloss="have₁" type="nounverbderivbef" origposp="verb"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy gloss="have₂" type="nounverbderivaft" origposp="verb"/> - <thingy gloss="want₂" type="verbverbderivaft" origposp="verb"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST">|ɳʲ|i|̰꜖|kʼˠ|-</thingy> + <thingy gloss="want₁" type="verbverbderivbef" origposp="verb">|u#||꜒꜖||qʼˤ|-</thingy> + <thingy gloss="have₁" type="nounverbderivbef" origposp="verb">|ʉ||꜒꜖||kʼʲ||i|-</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy> + <word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy> + <thingy gloss="have₂" type="nounverbderivaft" origposp="verb">-||</thingy> + <thingy gloss="want₂" type="verbverbderivaft" origposp="verb">-||</thingy> </flat> </example>
vowelharmony: No change.
### |ɳʲ|i|̰꜖|kʼˠ|-removetags:
<example id="lamb3" translation="She wanted to have a little lamb.">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST">|ɳʲ|i|̰꜖|kʼˠ|-</thingy>
<thingy gloss="want₁" type="verbverbderivbef" origposp="verb">|u#||꜒꜖||qʼˤ|-</thingy>
<thingy gloss="have₁" type="nounverbderivbef" origposp="verb">|ʉ||꜒꜖||kʼʲ||i|-</thingy>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy>
<word gloss="lamb" lexposp="noun" posp="verb" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.1">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy>
<thingy gloss="have₂" type="nounverbderivaft" origposp="verb">-||</thingy>
<thingy gloss="want₂" type="verbverbderivaft" origposp="verb">-||</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɳʲḭ꜖kʼˠ-</span><br><span class="gls">not.Q.none.none.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">ũ꜒꜖qʼˤ-</span><br><span class="gls">want₁</span></span> <span class="ilpair"><span class="mor">ʉ꜒꜖kʼʲi-</span><br><span class="gls">have₁</span></span> <span class="ilpair"><span class="mor">꜒꜖t͡sˠa-</span><br><span class="gls">little₁</span></span> <span class="ilpair"><span class="mor">̰꜖t͡ʂˠʉː꜒꜖</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">little₂</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">have₂</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">want₂</span></span></p>
+ <p>ɳʲḭ꜖kʼˠũ꜒꜖qʼˤʉ꜒꜖kʼʲi꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖</p>
+ <p>ɳʲइ̰꜖kʼˠउँ꜒꜖qʼˤवि꜒꜖kʼʲइ꜒꜖t͡sˠअ̰꜖t͡ʂˠʉː꜒꜖</p>
+ <il>
+ <w>
+ <o>ɳʲḭ꜖kʼˠ-</o>
+ <g>not.Q.none.none.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>ũ꜒꜖qʼˤ-</o>
+ <g>want₁</g>
+ </w>
+ <w>
+ <o>ʉ꜒꜖kʼʲi-</o>
+ <g>have₁</g>
+ </w>
+ <w>
+ <o>꜒꜖t͡sˠa-</o>
+ <g>little₁</g>
+ </w>
+ <w>
+ <o>̰꜖t͡ʂˠʉː꜒꜖</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>little₂</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>have₂</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>want₂</g>
+ </w>
+ </il>
</example>
### ɳʲḭ꜖kʼˠũ꜒꜖qʼˤʉ꜒꜖kʼʲi꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖initial XML:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<vp tam="past-punct">
<verb>want</verb>
<adv>often</adv>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="indef" number="sing" tr="rheme" role="subj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</subs>
</np>
</s>
</example>cleanup:
<example id="lamb4" translation="She often wanted to have a little lamb."> <s> - <vp tam="past-punct"> - <verb>want</verb> - <adv>often</adv> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="want"/> + <word posp="adv" gloss="often"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="indef" number="sing" tr="rheme" role="subj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="subj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
- <np def="indef" number="sing" tr="rheme" role="subj" locus="number">
+ <np number="sing" tr="rheme" role="subj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
</np>
</subs>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb4" translation="She often wanted to have a little lamb."> <s> - <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="want"/> <word posp="adv" gloss="often"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <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="have"/> </vp> <np number="sing" tr="rheme" role="subj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
+ <np type="owner_owned">
+ <np number="sing" tr="rheme" role="owned" locus="number">
+ <word posp="noun" gloss="lamb"/>
+ <word posp="adj" gloss="little"/>
+ </np>
+ <np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np number="sing" tr="rheme" role="subj" locus="number">
- <word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
- </np>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
submodule transform_adj
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<np type="owner_owned">
<np number="sing" tr="rheme" role="owned" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
<np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
</subs>
</np>
</np>
</np>
</s>
</example>tva1module affixdensity:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<np type="owner_owned">
<np number="sing" tr="rheme" role="owned" locus="number">
- <word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
+ <word gloss="lamb" lexposp="noun" posp="noun">
+ <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
+ <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
+ </word>
</np>
<np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
</subs>
</np>
</np>
</np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="lamb4" translation="She often wanted to have a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="want"/> - <word posp="adv" gloss="often"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> - </np> <np role="obj"> <np type="owner_owned"> <np number="sing" tr="rheme" role="owned" locus="number"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> <np role="owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="want"/> + <word posp="adv" gloss="often"/> + </vp> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> + </np> </s> </example>
module casemarking: No change.
module addgender:
<example id="lamb4" translation="She often wanted to have a little lamb."> <s> - <np role="obj"> - <np type="owner_owned"> - <np number="sing" tr="rheme" role="owned" locus="number"> + <np role="obj" gender="cl.4" number="sing"> + <np type="owner_owned" gender="cl.3"> + <np number="sing" tr="rheme" role="owned" locus="number" gender="cl.3"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> - <np role="owner"> + <np role="owner" gender="cl.4" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" gender="cl.1"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module simplifynumber:
<example id="lamb4" translation="She often wanted to have a little lamb."> <s> - <np role="obj" gender="cl.4" number="sing"> + <np role="obj" gender="cl.4"> <np type="owner_owned" gender="cl.3"> - <np number="sing" tr="rheme" role="owned" locus="number" gender="cl.3"> + <np tr="rheme" role="owned" locus="number" gender="cl.3"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> - <np role="owner" gender="cl.4" number="sing"> + <np role="owner" gender="cl.4"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" gender="cl.1"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number" gender="cl.1"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<np role="obj" gender="cl.4">
<np type="owner_owned" gender="cl.3">
<np tr="rheme" role="owned" locus="number" gender="cl.3">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
<np role="owner" gender="cl.4">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
- <np def="def" tr="theme" role="subj" output="aspron" locus="number" gender="cl.1">
- <word posp="noun" gloss="girl"/>
+ <np def="def" tr="theme" role="subj" locus="number" gender="cl.1">
+ <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</s>
</example>
module markowned:
<example id="lamb4" translation="She often wanted to have a little lamb."> <s> - <np role="obj" gender="cl.4"> + <np role="obj" gender="cl.4" possessor="no.owner"> <np type="owner_owned" gender="cl.3"> - <np tr="rheme" role="owned" locus="number" gender="cl.3"> + <np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> - <np role="owner" gender="cl.4"> + <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> - <np def="def" tr="theme" role="subj" locus="number" gender="cl.1"> + <np def="def" tr="theme" role="subj" locus="number" gender="cl.1" possessor="no.owner"> <word posp="pron" gender="cl.1" gloss="3.cl.1"/> </np> </s> </example>
module ngen:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<np role="obj" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.3">
- <np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">
- <word gloss="lamb" lexposp="noun" posp="noun">
- <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
- <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
- </word>
- </np>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
</subs>
</np>
+ <np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">
+ <word gloss="lamb" lexposp="noun" posp="noun">
+ <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
+ <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
+ </word>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" gender="cl.1" possessor="no.owner">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<np role="obj" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.3">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
</subs>
</np>
<np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" gender="cl.1" possessor="no.owner">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</s>
</example>
prodrop:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<np role="obj" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.3">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
</subs>
</np>
<np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" gender="cl.1" possessor="no.owner">
- <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="lamb4" translation="She often wanted to have a little lamb."> <s> - <np role="obj" gender="cl.4" possessor="no.owner"> - <np type="owner_owned" gender="cl.3"> + <np type="owner_owned" gender="cl.3" role="obj" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> <np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="lamb4" translation="She often wanted to have a little lamb."> <s> - <np type="owner_owned" gender="cl.3" role="obj" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> </subs> </np> <np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> </s> </example>
movedowntoword:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="have"/>
+ <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
</vp>
</subs>
</np>
<np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">
- <word gloss="lamb" lexposp="noun" posp="noun">
+ <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">
- <word posp="verb" gloss="want"/>
- <word posp="adv" gloss="often"/>
+ <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/>
+ <word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/>
</vp>
</s>
</example>
About to call getSlotValue for have/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
</vp>
</subs>
</np>
<np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.3.cl.4.ABS"/>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/>
<word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/>
</vp>
</s>
</example>
flatten:
<example id="lamb4" translation="She often wanted to have a little lamb."> - <s> - <np role="owner" gender="cl.4" possessor="no.owner"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - </vp> - </subs> - </np> - <np tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.3.cl.4.ABS"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/> <word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="lamb4" translation="She often wanted to have a little lamb."> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.3.cl.4.ABS"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/> - <word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST">|ɳʲ|i|̰꜖|kʼˠ|-</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|ɔi|꜒꜖|d͡ʐʲ|a|꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.3.cl.4.ABS">|t͡ʂʲ|i#|-</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy> + <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">|a#|̰꜒|n̥ˤ|ᵊ|꜒꜖|</word> + <word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">|tˤ|u#|꜖|</word> </flat> </example>
vowelharmony: No change.
### |ɳʲ|i|̰꜖|kʼˠ|-removetags:
<example id="lamb4" translation="She often wanted to have a little lamb.">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.1.POS.active.indicative.PAST">|ɳʲ|i|̰꜖|kʼˠ|-</thingy>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">|ɔi|꜒꜖|d͡ʐʲ|a|꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.3.cl.4.ABS">|t͡ʂʲ|i#|-</thingy>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="owned" locus="number" gender="cl.3" possessor="3.cl.4">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">|a#|̰꜒|n̥ˤ|ᵊ|꜒꜖|</word>
<word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.1">|tˤ|u#|꜖|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɳʲḭ꜖kʼˠ-</span><br><span class="gls">not.Q.none.none.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">ɔi꜒꜖d͡ʐʲa꜒</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">t͡ʂʲĩ-</span><br><span class="gls">cl.3.3.cl.4.ABS</span></span> <span class="ilpair"><span class="mor">꜒꜖t͡sˠa-</span><br><span class="gls">little₁</span></span> <span class="ilpair"><span class="mor">̰꜖t͡ʂˠʉː꜒꜖</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">little₂</span></span> <span class="ilpair"><span class="mor">ᵏǀˤʉ̃꜒ʃʲ-</span><br><span class="gls">not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">ã̰꜒n̥ˤᵊ꜒꜖</span><br><span class="gls">want</span></span> <span class="ilpair"><span class="mor">tˤũ꜖</span><br><span class="gls">often</span></span></p>
+ <p>ɳʲḭ꜖kʼˠɔi꜒꜖d͡ʐʲa꜒ t͡ʂʲĩ꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖ ᵏǀˤʉ̃꜒ʃʲã̰꜒n̥ˤᵊ꜒꜖ tˤũ꜖</p>
+ <p>ɳʲइ̰꜖kʼˠɔi꜒꜖d͡ʐʲअ꜒ t͡ʂʲइँ꜒꜖t͡sˠअ̰꜖t͡ʂˠʉː꜒꜖ ᵏǀˤʉ#꜒ʃʲअँ̰꜒n̥ˤᵊ꜒꜖ tˤउँ꜖</p>
+ <il>
+ <w>
+ <o>ɳʲḭ꜖kʼˠ-</o>
+ <g>not.Q.none.none.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>ɔi꜒꜖d͡ʐʲa꜒</o>
+ <g>have</g>
+ </w>
+ <w>
+ <o>t͡ʂʲĩ-</o>
+ <g>cl.3.3.cl.4.ABS</g>
+ </w>
+ <w>
+ <o>꜒꜖t͡sˠa-</o>
+ <g>little₁</g>
+ </w>
+ <w>
+ <o>̰꜖t͡ʂˠʉː꜒꜖</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>little₂</g>
+ </w>
+ <w>
+ <o>ᵏǀˤʉ̃꜒ʃʲ-</o>
+ <g>not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>ã̰꜒n̥ˤᵊ꜒꜖</o>
+ <g>want</g>
+ </w>
+ <w>
+ <o>tˤũ꜖</o>
+ <g>often</g>
+ </w>
+ </il>
</example>
### ɳʲḭ꜖kʼˠɔi꜒꜖d͡ʐʲa꜒ t͡ʂʲĩ꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖ ᵏǀˤʉ̃꜒ʃʲã̰꜒n̥ˤᵊ꜒꜖ tˤũ꜖initial XML:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<vp tam="pres-state" question="yes" negation="yes">
<verb>be</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="2" number="sing"/>
</np>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>think</verb>
</vp>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>want</verb>
<adv>often</adv>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="indef" number="sing" tr="rheme" role="subj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</subs>
</np>
</subs>
</np>
</subs>
</np>
</s>
</example>cleanup:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> <s> - <vp tam="pres-state" question="yes" negation="yes"> - <verb>be</verb> + <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="be"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> <np role="obj"> <subs> - <vp tam="past-punct"> - <verb>think</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="think"/> </vp> <np role="obj"> <subs> - <vp tam="past-punct"> - <verb>want</verb> - <adv>often</adv> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="want"/> + <word posp="adv" gloss="often"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="indef" number="sing" tr="rheme" role="subj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="subj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </subs> </np> </subs> </np> </subs> </np> </s> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="be"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="think"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
- <np def="indef" number="sing" tr="rheme" role="subj" locus="number">
+ <np number="sing" tr="rheme" role="subj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
</np>
</subs>
</np>
</subs>
</np>
</subs>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> <s> - <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> <np role="obj"> <subs> - <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="think"/> </vp> <np role="obj"> <subs> - <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="want"/> <word posp="adv" gloss="often"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <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="have"/> </vp> <np number="sing" tr="rheme" role="subj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </subs> </np> </subs> </np> </subs> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="think"/>
</vp>
<np role="obj">
+ <np type="owner_owned">
+ <np def="def" number="sing" tr="theme" role="owned" output="aspron" locus="number">
+ <word posp="noun" gloss="girl"/>
+ </np>
+ <np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
- <word posp="noun" gloss="girl"/>
- </np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="subj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
</np>
</subs>
</np>
</subs>
</np>
+ </np>
+ </np>
</subs>
</np>
</s>
</example>
submodule transform_adj
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="think"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" number="sing" tr="theme" role="owned" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="subj" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
</subs>
</np>
</np>
</np>
</subs>
</np>
</s>
</example>tva1module affixdensity:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="think"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" number="sing" tr="theme" role="owned" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="subj" locus="number">
- <word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
+ <word gloss="lamb" lexposp="noun" posp="noun">
+ <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
+ <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
+ </word>
</np>
</subs>
</np>
</subs>
</np>
</np>
</np>
</subs>
</np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> <s> - <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="be"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="2" number="sing" posp="pron"/> - </np> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="think"/> - </vp> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" tr="theme" role="owned" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="want"/> - <word posp="adv" gloss="often"/> - </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np number="sing" tr="rheme" role="subj" locus="number"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="want"/> + <word posp="adv" gloss="often"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="think"/> + </vp> </subs> </np> + <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="be"/> + </vp> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="2" number="sing" posp="pron"/> + </np> </s> </example>
module casemarking:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> <s> - <np role="obj"> + <np role="obj" case="ABS"> <subs> - <np role="obj"> + <np role="obj" case="ABS"> <np type="owner_owned"> <np def="def" number="sing" tr="theme" role="owned" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="owner"> <subs> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> - <np number="sing" tr="rheme" role="subj" locus="number"> + <np number="sing" tr="rheme" role="subj" locus="number" case="ERG"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="think"/> </vp> </subs> </np> <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ABS"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module addgender:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> <s> - <np role="obj" case="ABS"> + <np role="obj" case="ABS" gender="cl.4" number="sing"> <subs> - <np role="obj" case="ABS"> - <np type="owner_owned"> - <np def="def" number="sing" tr="theme" role="owned" output="aspron" locus="number"> + <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np type="owner_owned" gender="cl.1"> + <np def="def" number="sing" tr="theme" role="owned" output="aspron" locus="number" gender="cl.1"> <word posp="noun" gloss="girl"/> </np> - <np role="owner"> + <np role="owner" gender="cl.4" number="sing"> <subs> - <np role="obj"> + <np role="obj" gender="cl.4" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> - <np number="sing" tr="rheme" role="subj" locus="number" case="ERG"> + <np number="sing" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="think"/> </vp> </subs> </np> <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> <np number="sing" def="neither" role="subj" locus="number" case="ABS"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module simplifynumber:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> <s> - <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np role="obj" case="ABS" gender="cl.4"> <subs> - <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np role="obj" case="ABS" gender="cl.4"> <np type="owner_owned" gender="cl.1"> - <np def="def" number="sing" tr="theme" role="owned" output="aspron" locus="number" gender="cl.1"> + <np def="def" tr="theme" role="owned" output="aspron" locus="number" gender="cl.1"> <word posp="noun" gloss="girl"/> </np> - <np role="owner" gender="cl.4" number="sing"> + <np role="owner" gender="cl.4"> <subs> - <np role="obj" gender="cl.4" number="sing"> + <np role="obj" gender="cl.4"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> - <np number="sing" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3"> + <np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="think"/> </vp> </subs> </np> <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ABS"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ABS"> + <word person="2" posp="pron"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4">
<subs>
<np role="obj" case="ABS" gender="cl.4">
<np type="owner_owned" gender="cl.1">
- <np def="def" tr="theme" role="owned" output="aspron" locus="number" gender="cl.1">
- <word posp="noun" gloss="girl"/>
+ <np def="def" tr="theme" role="owned" locus="number" gender="cl.1">
+ <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
<np role="owner" gender="cl.4">
<subs>
<np role="obj" gender="cl.4">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="think"/>
</vp>
</subs>
</np>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np def="neither" role="subj" locus="number" case="ABS">
<word person="2" posp="pron"/>
</np>
</s>
</example>
module markowned:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> <s> - <np role="obj" case="ABS" gender="cl.4"> + <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> - <np role="obj" case="ABS" gender="cl.4"> + <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <np type="owner_owned" gender="cl.1"> - <np def="def" tr="theme" role="owned" locus="number" gender="cl.1"> + <np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4"> <word posp="pron" gender="cl.1" gloss="3.cl.1"/> </np> - <np role="owner" gender="cl.4"> + <np role="owner" gender="cl.4" possessor="no.owner"> <subs> - <np role="obj" gender="cl.4"> + <np role="obj" gender="cl.4" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> - <np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3"> + <np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> <word posp="adv" gloss="often"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="think"/> </vp> </subs> </np> <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="be"/> </vp> - <np def="neither" role="subj" locus="number" case="ABS"> + <np def="neither" role="subj" locus="number" case="ABS" possessor="no.owner"> <word person="2" posp="pron"/> </np> </s> </example>
module ngen:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.1">
- <np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4">
- <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
- </np>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
</subs>
</np>
+ <np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4">
+ <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="think"/>
</vp>
</subs>
</np>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np def="neither" role="subj" locus="number" case="ABS" possessor="no.owner">
<word person="2" posp="pron"/>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.1">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
</subs>
</np>
<np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="think"/>
</vp>
</subs>
</np>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="be"/>
</vp>
<np def="neither" role="subj" locus="number" case="ABS" possessor="no.owner">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2" gender="cl.4"/>
</np>
</s>
</example>
copyuptophrase:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.1">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" gender="cl.4" possessor="no.owner">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
</subs>
</np>
<np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="think"/>
</vp>
</subs>
</np>
- <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2">
<word posp="verb" gloss="be"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ABS" possessor="no.owner">
+ <np def="neither" role="subj" locus="number" case="ABS" possessor="no.owner" person="2">
<word person="2" posp="pron" gloss="2" gender="cl.4"/>
</np>
</s>
</example>
prodrop:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.1">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
</subs>
</np>
<np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="think"/>
</vp>
</subs>
</np>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2">
<word posp="verb" gloss="be"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ABS" possessor="no.owner" person="2">
- <word person="2" posp="pron" gloss="2" gender="cl.4"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
- <np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
- <np type="owner_owned" gender="cl.1">
+ <np type="owner_owned" gender="cl.1" role="obj" case="ABS" possessor="no.owner">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
</subs>
</np>
<np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
</np>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="think"/>
</vp>
</subs>
</np>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2">
<word posp="verb" gloss="be"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
- <np type="owner_owned" gender="cl.1" role="obj" case="ABS" possessor="no.owner">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="want"/>
<word posp="adv" gloss="often"/>
</vp>
</subs>
</np>
- <np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4">
+ <np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4" case="ABS">
<word posp="pron" gender="cl.1" gloss="3.cl.1"/>
</np>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="think"/>
</vp>
</subs>
</np>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2">
<word posp="verb" gloss="be"/>
</vp>
</s>
</example>
movedowntoword:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3">
- <word posp="verb" gloss="have"/>
+ <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
- <word gloss="lamb" lexposp="noun" posp="noun">
+ <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
- <word posp="verb" gloss="want"/>
- <word posp="adv" gloss="often"/>
+ <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
+ <word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
</vp>
</subs>
</np>
<np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4" case="ABS">
- <word posp="pron" gender="cl.1" gloss="3.cl.1"/>
+ <word posp="pron" gender="cl.1" gloss="3.cl.1" def="def" tr="theme" role="owned" locus="number" possessor="3.cl.4" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
- <word posp="verb" gloss="think"/>
+ <word posp="verb" gloss="think" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
</vp>
</subs>
</np>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2">
- <word posp="verb" gloss="be"/>
+ <word posp="verb" gloss="be" question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2"/>
</vp>
</s>
</example>
About to call getSlotValue for have/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" gender="cl.4" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.3.POS.active.indicative.PAST"/>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3"/>
</vp>
<np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ERG"/>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
<word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
</vp>
</subs>
</np>
<np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4" case="ABS">
<word posp="pron" gender="cl.1" gloss="3.cl.1" def="def" tr="theme" role="owned" locus="number" possessor="3.cl.4" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="think" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
</vp>
</subs>
</np>
<vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="Q.none.3.cl.4.2.NEG.active.indicative.PRES"/>
<word posp="verb" gloss="be" question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2"/>
</vp>
</s>
</example>
flatten:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> - <s> - <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> - <subs> - <np role="owner" gender="cl.4" possessor="no.owner"> - <subs> - <np role="obj" gender="cl.4" possessor="no.owner"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.3.POS.active.indicative.PAST"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3"/> - </vp> - <np tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ERG"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> - </np> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> <word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - </vp> - </subs> - </np> - <np def="def" tr="theme" role="owned" locus="number" gender="cl.1" possessor="3.cl.4" case="ABS"> <word posp="pron" gender="cl.1" gloss="3.cl.1" def="def" tr="theme" role="owned" locus="number" possessor="3.cl.4" case="ABS"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="think" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - </vp> - </subs> - </np> - <vp question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="Q.none.3.cl.4.2.NEG.active.indicative.PRES"/> <word posp="verb" gloss="be" question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?"> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.3.POS.active.indicative.PAST"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ERG"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - <word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - <word posp="pron" gender="cl.1" gloss="3.cl.1" def="def" tr="theme" role="owned" locus="number" possessor="3.cl.4" case="ABS"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="think" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="Q.none.3.cl.4.2.NEG.active.indicative.PRES"/> - <word posp="verb" gloss="be" question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.3.POS.active.indicative.PAST">|ʛˠ|a#|꜒|ʈʰˠ|-</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3">|ɔi|꜒꜖|d͡ʐʲ|a|꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ERG">|qˠ|ʉ#ː|-</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy> + <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|a#|̰꜒|n̥ˤ|ᵊ|꜒꜖|</word> + <word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|tˤ|u#|꜖|</word> + <word posp="pron" gender="cl.1" gloss="3.cl.1" def="def" tr="theme" role="owned" locus="number" possessor="3.cl.4" case="ABS">|pʼˤ|i#|꜖꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy> + <word posp="verb" gloss="think" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|y|꜒꜖|tʰʲ|iː|꜒꜖|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="Q.none.3.cl.4.2.NEG.active.indicative.PRES">|ɹʲ|ᵊ|꜖꜒|hkʲ|-</thingy> + <word posp="verb" gloss="be" question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2">|i#|꜒꜖|ɴʲ|iː|̰꜖|</word> </flat> </example>
vowelharmony: No change.
### |ʛˠ|a#|꜒|ʈʰˠ|-removetags:
<example id="lamb5" translation="Are you not one of those who thought that she often wanted to have a little lamb?">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.none.3.cl.3.POS.active.indicative.PAST">|ʛˠ|a#|꜒|ʈʰˠ|-</thingy>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.cl.3">|ɔi|꜒꜖|d͡ʐʲ|a|꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ERG">|qˠ|ʉ#ː|-</thingy>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|꜒꜖||t͡sˠ||a|-</thingy>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="subj" locus="number" case="ERG" gender="cl.3" possessor="no.owner">|̰꜖|t͡ʂˠ|ʉː|꜒꜖|</word>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||</thingy>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|a#|̰꜒|n̥ˤ|ᵊ|꜒꜖|</word>
<word posp="adv" gloss="often" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|tˤ|u#|꜖|</word>
<word posp="pron" gender="cl.1" gloss="3.cl.1" def="def" tr="theme" role="owned" locus="number" possessor="3.cl.4" case="ABS">|pʼˤ|i#|꜖꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy>
<word posp="verb" gloss="think" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|y|꜒꜖|tʰʲ|iː|꜒꜖|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="Q.none.3.cl.4.2.NEG.active.indicative.PRES">|ɹʲ|ᵊ|꜖꜒|hkʲ|-</thingy>
<word posp="verb" gloss="be" question="Q" negation="NEG" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.cl.4" subj="2">|i#|꜒꜖|ɴʲ|iː|̰꜖|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ʛˠã꜒ʈʰˠ-</span><br><span class="gls">not.Q.none.none.3.cl.3.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">ɔi꜒꜖d͡ʐʲa꜒</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">qˠʉ̃ː-</span><br><span class="gls">cl.3.no.owner.ERG</span></span> <span class="ilpair"><span class="mor">꜒꜖t͡sˠa-</span><br><span class="gls">little₁</span></span> <span class="ilpair"><span class="mor">̰꜖t͡ʂˠʉː꜒꜖</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">little₂</span></span> <span class="ilpair"><span class="mor">ᵏǀˤʉ̃꜒ʃʲ-</span><br><span class="gls">not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">ã̰꜒n̥ˤᵊ꜒꜖</span><br><span class="gls">want</span></span> <span class="ilpair"><span class="mor">tˤũ꜖</span><br><span class="gls">often</span></span> <span class="ilpair"><span class="mor">pʼˤĩ꜖꜒</span><br><span class="gls">3.cl.1</span></span> <span class="ilpair"><span class="mor">ᵏǀˤʉ̃꜒ʃʲ-</span><br><span class="gls">not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">y꜒꜖tʰʲiː꜒꜖</span><br><span class="gls">think</span></span> <span class="ilpair"><span class="mor">ɹʲᵊ꜖꜒hkʲ-</span><br><span class="gls">Q.none.3.cl.4.2.NEG.active.indicative.PRES</span></span> <span class="ilpair"><span class="mor">ĩ꜒꜖ɴʲiː̰꜖</span><br><span class="gls">be</span></span></p>
+ <p>ʛˠã꜒ʈʰˠɔi꜒꜖d͡ʐʲa꜒ qˠʉ̃ː꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖ ᵏǀˤʉ̃꜒ʃʲã̰꜒n̥ˤᵊ꜒꜖ tˤũ꜖ pʼˤĩ꜖꜒ ᵏǀˤʉ̃꜒ʃʲy꜒꜖tʰʲiː꜒꜖ ɹʲᵊ꜖꜒hkʲĩ꜒꜖ɴʲiː̰꜖</p>
+ <p>ʛˠअँ꜒ʈʰˠɔi꜒꜖d͡ʐʲअ꜒ qˠʉ#ː꜒꜖t͡sˠअ̰꜖t͡ʂˠʉː꜒꜖ ᵏǀˤʉ#꜒ʃʲअँ̰꜒n̥ˤᵊ꜒꜖ tˤउँ꜖ pʼˤइँ꜖꜒ ᵏǀˤʉ#꜒ʃʲयु꜒꜖tʰʲई꜒꜖ ɹʲᵊ꜖꜒hkʲइँ꜒꜖ɴʲई̰꜖</p>
+ <il>
+ <w>
+ <o>ʛˠã꜒ʈʰˠ-</o>
+ <g>not.Q.none.none.3.cl.3.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>ɔi꜒꜖d͡ʐʲa꜒</o>
+ <g>have</g>
+ </w>
+ <w>
+ <o>qˠʉ̃ː-</o>
+ <g>cl.3.no.owner.ERG</g>
+ </w>
+ <w>
+ <o>꜒꜖t͡sˠa-</o>
+ <g>little₁</g>
+ </w>
+ <w>
+ <o>̰꜖t͡ʂˠʉː꜒꜖</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-</o>
+ <g>little₂</g>
+ </w>
+ <w>
+ <o>ᵏǀˤʉ̃꜒ʃʲ-</o>
+ <g>not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>ã̰꜒n̥ˤᵊ꜒꜖</o>
+ <g>want</g>
+ </w>
+ <w>
+ <o>tˤũ꜖</o>
+ <g>often</g>
+ </w>
+ <w>
+ <o>pʼˤĩ꜖꜒</o>
+ <g>3.cl.1</g>
+ </w>
+ <w>
+ <o>ᵏǀˤʉ̃꜒ʃʲ-</o>
+ <g>not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>y꜒꜖tʰʲiː꜒꜖</o>
+ <g>think</g>
+ </w>
+ <w>
+ <o>ɹʲᵊ꜖꜒hkʲ-</o>
+ <g>Q.none.3.cl.4.2.NEG.active.indicative.PRES</g>
+ </w>
+ <w>
+ <o>ĩ꜒꜖ɴʲiː̰꜖</o>
+ <g>be</g>
+ </w>
+ </il>
</example>
### ʛˠã꜒ʈʰˠɔi꜒꜖d͡ʐʲa꜒ qˠʉ̃ː꜒꜖t͡sˠa̰꜖t͡ʂˠʉː꜒꜖ ᵏǀˤʉ̃꜒ʃʲã̰꜒n̥ˤᵊ꜒꜖ tˤũ꜖ pʼˤĩ꜖꜒ ᵏǀˤʉ̃꜒ʃʲy꜒꜖tʰʲiː꜒꜖ ɹʲᵊ꜖꜒hkʲĩ꜒꜖ɴʲiː̰꜖initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love" translation="I love you."> <s> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> + </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj" locus="number"> - <word person="2" number="sing" posp="pron"/> - </np> </s> </example>
module casemarking:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ABS"> <word person="2" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module addgender: No change.
module simplifynumber:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="obj" locus="number" case="ABS"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number" case="ABS"> + <word person="2" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" posp="pron"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="love" translation="I love you."> <s> - <np def="neither" role="obj" locus="number" case="ABS"> + <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"> <word person="2" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2" gender="cl.4"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"> + <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <word person="2" posp="pron" gloss="2" gender="cl.4"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> - <word person="2" posp="pron" gloss="2" gender="cl.4"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/> - </np> </s> </example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl"/>
</vp>
</s>
</example>
About to call getSlotValue for love/verb/question.indobj.obj.subj.negation.voice.mode.ta/obligatoryaddaffixes:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.2.1excl.POS.active.indicative.PRES"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl"/>
</vp>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl"> + <flat> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.2.1excl.POS.active.indicative.PRES"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.2.1excl.POS.active.indicative.PRES"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl"/> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.2.1excl.POS.active.indicative.PRES">|ᵑǃˠ|a|꜒|nˠ|-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl">|a#ː|̰꜖|lʲ|a#ː|꜖꜒|</word> </flat> </example>
vowelharmony: No change.
### |ᵑǃˠ|a|꜒|nˠ|-removetags:
<example id="love" translation="I love you.">
<flat>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.2.1excl.POS.active.indicative.PRES">|ᵑǃˠ|a|꜒|nˠ|-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2" subj="1excl">|a#ː|̰꜖|lʲ|a#ː|꜖꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ᵑǃˠa꜒nˠ-</span><br><span class="gls">not.Q.none.2.1excl.POS.active.indicative.PRES</span></span> <span class="ilpair"><span class="mor">ãː̰꜖lʲãː꜖꜒</span><br><span class="gls">love</span></span></p>
+ <p>ᵑǃˠa꜒nˠãː̰꜖lʲãː꜖꜒</p>
+ <p>ᵑǃˠअ꜒nˠa#ː̰꜖lʲa#ː꜖꜒</p>
+ <il>
+ <w>
+ <o>ᵑǃˠa꜒nˠ-</o>
+ <g>not.Q.none.2.1excl.POS.active.indicative.PRES</g>
+ </w>
+ <w>
+ <o>ãː̰꜖lʲãː꜖꜒</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### ᵑǃˠa꜒nˠãː̰꜖lʲãː꜖꜒initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> + <np type="owner_owned" case="LOC"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="surface"/> + </np> + </np> + <word gloss="in" posp="pp" owner="3s"/> </pp> </example>
module constorder: No change.
module casemarking: No change.
module addgender:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np type="owner_owned" case="LOC">
- <np def="def" number="sing" locus="number">
+ <np def="def" number="sing" locus="number" gender="cl.1">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" gender="cl.3">
<word posp="noun" gloss="surface"/>
</np>
</np>
<word gloss="in" posp="pp" owner="3s"/>
</pp>
</example>
module simplifynumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np type="owner_owned" case="LOC">
- <np def="def" number="sing" locus="number" gender="cl.1">
+ <np def="def" locus="number" gender="cl.1">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" gender="cl.3">
+ <np def="def" gender="cl.3">
<word posp="noun" gloss="surface"/>
</np>
</np>
<word gloss="in" posp="pp" owner="3s"/>
</pp>
</example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np type="owner_owned" case="LOC">
- <np def="def" locus="number" gender="cl.1">
+ <np def="def" locus="number" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" gender="cl.3">
+ <np def="def" gender="cl.3" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
<word gloss="in" posp="pp" owner="3s"/>
</pp>
</example>
module ngen:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np type="owner_owned" case="LOC">
+ <np def="def" gender="cl.3" possessor="no.owner">
+ <word posp="noun" gloss="surface"/>
+ </np>
<np def="def" locus="number" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" gender="cl.3" possessor="no.owner">
- <word posp="noun" gloss="surface"/>
</np>
- </np>
<word gloss="in" posp="pp" owner="3s"/>
</pp>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np type="owner_owned" case="LOC"> <np def="def" gender="cl.3" possessor="no.owner"> <word posp="noun" gloss="surface"/> </np> <np def="def" locus="number" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> - </np> <word gloss="in" posp="pp" owner="3s"/> </pp> </example>
movedowntoword:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" gender="cl.3" possessor="no.owner">
- <word posp="noun" gloss="surface"/>
+ <word posp="noun" gloss="surface" def="def" gender="cl.3" possessor="no.owner"/>
</np>
<np def="def" locus="number" gender="cl.1" possessor="no.owner">
- <word posp="noun" gloss="table"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table" def="def" locus="number" gender="cl.1" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner"/>
</np>
- <word gloss="in" posp="pp" owner="3s"/>
+ <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/>
</pp>
</example>
About to call getSlotValue for surface/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" gender="cl.3" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/>
<word posp="noun" gloss="surface" def="def" gender="cl.3" possessor="no.owner"/>
</np>
<np def="def" locus="number" gender="cl.1" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/>
<word posp="noun" gloss="table" def="def" locus="number" gender="cl.1" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner"/>
</np>
<word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/>
</pp>
</example>
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> - <np def="def" gender="cl.3" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/> <word posp="noun" gloss="surface" def="def" gender="cl.3" possessor="no.owner"/> - </np> - <np def="def" locus="number" gender="cl.1" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/> <word posp="noun" gloss="table" def="def" locus="number" gender="cl.1" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner"/> - </np> <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/> - <word posp="noun" gloss="surface" def="def" gender="cl.3" possessor="no.owner"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/> - <word posp="noun" gloss="table" def="def" locus="number" gender="cl.1" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner"/> - <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS">|ɥˤ|i#|-</thingy> + <word posp="noun" gloss="surface" def="def" gender="cl.3" possessor="no.owner">|꜖꜒|ɻˠ|ɔi|꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy> + <word posp="noun" gloss="table" def="def" locus="number" gender="cl.1" possessor="no.owner">|̰꜖|ɓˠ|u|꜒꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word> + <word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes">|mʲ|y#|꜖꜒|</word> </flat> </example>
vowelharmony: No change.
### |ɥˤ|i#|-removetags:
<example id="adpos1" translation="on the table">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS">|ɥˤ|i#|-</thingy>
<word posp="noun" gloss="surface" def="def" gender="cl.3" possessor="no.owner">|꜖꜒|ɻˠ|ɔi|꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy>
<word posp="noun" gloss="table" def="def" locus="number" gender="cl.1" possessor="no.owner">|̰꜖|ɓˠ|u|꜒꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word>
<word gloss="in" posp="pp" owner="3s" p="in" location="surface" precise="yes">|mʲ|y#|꜖꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɥˤĩ-</span><br><span class="gls">cl.3.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">꜖꜒ɻˠɔi꜖</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">ɳ̥ʲaː-</span><br><span class="gls">cl.1.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖ɓˠu꜒꜖</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mʲỹ꜖꜒</span><br><span class="gls">in</span></span></p>
+ <p>ɥˤĩ꜖꜒ɻˠɔi꜖ ɳ̥ʲaː̰꜖ɓˠu꜒꜖ ɗʲãː̰꜒ mʲỹ꜖꜒</p>
+ <p>ɥˤइँ꜖꜒ɻˠɔi꜖ ɳ̥ʲआ̰꜖ɓˠउ꜒꜖ ɗʲa#ː̰꜒ mʲy#꜖꜒</p>
+ <il>
+ <w>
+ <o>ɥˤĩ-</o>
+ <g>cl.3.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>꜖꜒ɻˠɔi꜖</o>
+ <g>surface</g>
+ </w>
+ <w>
+ <o>ɳ̥ʲaː-</o>
+ <g>cl.1.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖ɓˠu꜒꜖</o>
+ <g>table</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>mʲỹ꜖꜒</o>
+ <g>in</g>
+ </w>
+ </il>
</example>
### ɥˤĩ꜖꜒ɻˠɔi꜖ ɳ̥ʲaː̰꜖ɓˠu꜒꜖ ɗʲãː̰꜒ mʲỹ꜖꜒initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> + <np type="owner_owned" case="DAT"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="inside"/> + </np> + </np> + <word gloss="to" posp="pp" owner="3s"/> </pp> </example>
module constorder: No change.
module casemarking: No change.
module addgender:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np type="owner_owned" case="DAT">
- <np def="def" number="sing" locus="number">
+ <np def="def" number="sing" locus="number" gender="cl.1">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" gender="cl.3">
<word posp="noun" gloss="inside"/>
</np>
</np>
<word gloss="to" posp="pp" owner="3s"/>
</pp>
</example>
module simplifynumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np type="owner_owned" case="DAT">
- <np def="def" number="sing" locus="number" gender="cl.1">
+ <np def="def" locus="number" gender="cl.1">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" gender="cl.3">
+ <np def="def" gender="cl.3">
<word posp="noun" gloss="inside"/>
</np>
</np>
<word gloss="to" posp="pp" owner="3s"/>
</pp>
</example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np type="owner_owned" case="DAT">
- <np def="def" locus="number" gender="cl.1">
+ <np def="def" locus="number" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" gender="cl.3">
+ <np def="def" gender="cl.3" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
<word gloss="to" posp="pp" owner="3s"/>
</pp>
</example>
module ngen:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np type="owner_owned" case="DAT">
+ <np def="def" gender="cl.3" possessor="no.owner">
+ <word posp="noun" gloss="inside"/>
+ </np>
<np def="def" locus="number" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" gender="cl.3" possessor="no.owner">
- <word posp="noun" gloss="inside"/>
</np>
- </np>
<word gloss="to" posp="pp" owner="3s"/>
</pp>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np type="owner_owned" case="DAT"> <np def="def" gender="cl.3" possessor="no.owner"> <word posp="noun" gloss="inside"/> </np> <np def="def" locus="number" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> - </np> <word gloss="to" posp="pp" owner="3s"/> </pp> </example>
movedowntoword:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" gender="cl.3" possessor="no.owner">
- <word posp="noun" gloss="inside"/>
+ <word posp="noun" gloss="inside" def="def" gender="cl.3" possessor="no.owner"/>
</np>
<np def="def" locus="number" gender="cl.1" possessor="no.owner">
- <word posp="noun" gloss="box"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box" def="def" locus="number" gender="cl.1" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner"/>
</np>
- <word gloss="to" posp="pp" owner="3s"/>
+ <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/>
</pp>
</example>
About to call getSlotValue for inside/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" gender="cl.3" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/>
<word posp="noun" gloss="inside" def="def" gender="cl.3" possessor="no.owner"/>
</np>
<np def="def" locus="number" gender="cl.1" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/>
<word posp="noun" gloss="box" def="def" locus="number" gender="cl.1" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner"/>
</np>
<word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/>
</pp>
</example>
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> - <np def="def" gender="cl.3" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/> <word posp="noun" gloss="inside" def="def" gender="cl.3" possessor="no.owner"/> - </np> - <np def="def" locus="number" gender="cl.1" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/> <word posp="noun" gloss="box" def="def" locus="number" gender="cl.1" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner"/> - </np> <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS"/> - <word posp="noun" gloss="inside" def="def" gender="cl.3" possessor="no.owner"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/> - <word posp="noun" gloss="box" def="def" locus="number" gender="cl.1" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner"/> - <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS">|ɥˤ|i#|-</thingy> + <word posp="noun" gloss="inside" def="def" gender="cl.3" possessor="no.owner">|꜒|ɭˠ|y|꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy> + <word posp="noun" gloss="box" def="def" locus="number" gender="cl.1" possessor="no.owner">|꜒|d͡ʐˠ|a|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word> + <word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes">|ᵏǃʼʲ|aː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |ɥˤ|i#|-removetags:
<example id="adpos2" translation="into the box">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.3.no.owner.ABS">|ɥˤ|i#|-</thingy>
<word posp="noun" gloss="inside" def="def" gender="cl.3" possessor="no.owner">|꜒|ɭˠ|y|꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy>
<word posp="noun" gloss="box" def="def" locus="number" gender="cl.1" possessor="no.owner">|꜒|d͡ʐˠ|a|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word>
<word gloss="to" posp="pp" owner="3s" p="to" location="inside" precise="yes">|ᵏǃʼʲ|aː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɥˤĩ-</span><br><span class="gls">cl.3.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">꜒ɭˠy꜒</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">ɳ̥ʲaː-</span><br><span class="gls">cl.1.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">꜒d͡ʐˠa꜖꜒</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǃʼʲaː̰꜒</span><br><span class="gls">to</span></span></p>
+ <p>ɥˤĩ꜒ɭˠy꜒ ɳ̥ʲaː꜒d͡ʐˠa꜖꜒ ɗʲãː̰꜒ ᵏǃʼʲaː̰꜒</p>
+ <p>ɥˤइँ꜒ɭˠयु꜒ ɳ̥ʲआ꜒d͡ʐˠअ꜖꜒ ɗʲa#ː̰꜒ ᵏǃʼʲआ̰꜒</p>
+ <il>
+ <w>
+ <o>ɥˤĩ-</o>
+ <g>cl.3.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>꜒ɭˠy꜒</o>
+ <g>inside</g>
+ </w>
+ <w>
+ <o>ɳ̥ʲaː-</o>
+ <g>cl.1.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>꜒d͡ʐˠa꜖꜒</o>
+ <g>box</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǃʼʲaː̰꜒</o>
+ <g>to</g>
+ </w>
+ </il>
</example>
### ɥˤĩ꜒ɭˠy꜒ ɳ̥ʲaː꜒d͡ʐˠa꜖꜒ ɗʲãː̰꜒ ᵏǃʼʲaː̰꜒initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither" locus="number"> + <np number="sing" def="neither" locus="number" case="LOC"> <word person="1excl" number="sing" posp="pron"/> </np> + <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </example>
module constorder: No change.
module casemarking: No change.
module addgender: No change.
module simplifynumber:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither" locus="number" case="LOC"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" locus="number" case="LOC"> + <word person="1excl" posp="pron"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np def="neither" locus="number" case="LOC"> + <np def="neither" locus="number" case="LOC" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np def="neither" locus="number" case="LOC" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
<word gloss="COMIT" posp="pp" owner="3s"/>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np def="neither" locus="number" case="LOC" possessor="no.owner"> + <np def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/> </np> <word gloss="COMIT" posp="pp" owner="3s"/> </pp> </example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" locus="number" case="LOC" possessor="no.owner"/>
</np>
- <word gloss="COMIT" posp="pp" owner="3s"/>
+ <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
</pp>
</example>
addaffixes: No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> - <np def="neither" locus="number" case="LOC" possessor="no.owner" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" locus="number" case="LOC" possessor="no.owner"/> - </np> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" locus="number" case="LOC" possessor="no.owner"/> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> + <word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" locus="number" case="LOC" possessor="no.owner">|pˠ|au|̰꜒|</word> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">|ᵏǀʰʲ|au|꜖|</word> </flat> </example>
vowelharmony: No change.
### |pˠ|au|̰꜒|removetags:
<example id="adpos3" translation="with me">
<flat>
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" locus="number" case="LOC" possessor="no.owner">|pˠ|au|̰꜒|</word>
<word gloss="COMIT" posp="pp" owner="3s" role="comitative">|ᵏǀʰʲ|au|꜖|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">pˠaṵ꜒</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ᵏǀʰʲau꜖</span><br><span class="gls">COMIT</span></span></p>
+ <p>pˠaṵ꜒ ᵏǀʰʲau꜖</p>
+ <p>pˠऔ̰꜒ ᵏǀʰʲऔ꜖</p>
+ <il>
+ <w>
+ <o>pˠaṵ꜒</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>ᵏǀʰʲau꜖</o>
+ <g>COMIT</g>
+ </w>
+ </il>
</example>
### pˠaṵ꜒ ᵏǀʰʲau꜖initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <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="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" locus="number"> - <word posp="noun" gloss="hunter"/> - <word gloss="the" posp="det"/> - </np> </s> </example>
module casemarking:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="obj" locus="number"> + <np number="sing" def="def" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="ERG"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="obj" locus="number" case="ABS"> + <np number="sing" def="def" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj" locus="number" case="ERG"> + <np number="sing" def="def" role="subj" locus="number" case="ERG" gender="cl.1"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> </s> </example>
module simplifynumber:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj" locus="number" case="ERG" gender="cl.1"> + <np def="def" role="subj" locus="number" case="ERG" gender="cl.1"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np def="def" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np def="def" role="subj" locus="number" case="ERG" gender="cl.1"> + <np def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for hunter/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG"/>
<word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG"/> <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG"/> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST">|ɠˤ|aː|꜖꜒|ŋ̥ʲ|-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">|u|꜖|tɬʲ|ᵊ|꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG">|ɰʷ|a|-</thingy> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner">|꜖꜒|d͡ʐˠ|a|̰꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |nʲ|ʉː|-removetags:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST">|ɠˤ|aː|꜖꜒|ŋ̥ʲ|-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.1">|u|꜖|tɬʲ|ᵊ|꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ERG">|ɰʷ|a|-</thingy>
<word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner">|꜖꜒|d͡ʐˠ|a|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖ŋˠỹː꜒꜖</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɠˤaː꜖꜒ŋ̥ʲ-</span><br><span class="gls">not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">u꜖tɬʲᵊ꜒</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ɰʷa-</span><br><span class="gls">cl.1.no.owner.ERG</span></span> <span class="ilpair"><span class="mor">꜖꜒d͡ʐˠa̰꜖</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>nʲʉː̰꜖ŋˠỹː꜒꜖ qˠãː̰꜒ ɠˤaː꜖꜒ŋ̥ʲu꜖tɬʲᵊ꜒ ɰʷa꜖꜒d͡ʐˠa̰꜖ ɗʲãː̰꜒</p>
+ <p>nʲʉː̰꜖ŋˠy#ː꜒꜖ qˠa#ː̰꜒ ɠˤआ꜖꜒ŋ̥ʲउ꜖tɬʲᵊ꜒ ɰʷअ꜖꜒d͡ʐˠअ̰꜖ ɗʲa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖ŋˠỹː꜒꜖</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɠˤaː꜖꜒ŋ̥ʲ-</o>
+ <g>not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>u꜖tɬʲᵊ꜒</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>ɰʷa-</o>
+ <g>cl.1.no.owner.ERG</g>
+ </w>
+ <w>
+ <o>꜖꜒d͡ʐˠa̰꜖</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### nʲʉː̰꜖ŋˠỹː꜒꜖ qˠãː̰꜒ ɠˤaː꜖꜒ŋ̥ʲu꜖tɬʲᵊ꜒ ɰʷa꜖꜒d͡ʐˠa̰꜖ ɗʲãː̰꜒initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <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="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> - <np number="sing" def="def" role="subj" locus="number"> - <word posp="noun" gloss="lion"/> - <word gloss="the" posp="det"/> - </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> + <word gloss="the" posp="det"/> + </np> </s> </example>
module casemarking:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj"> + <np role="obj" case="ABS"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="ERG"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" case="ABS">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np number="sing" def="def" locus="number" role="owner">
+ <np type="owner_owned" gender="cl.2">
+ <np type="owner_owned" role="owner" gender="cl.1">
+ <np number="sing" def="def" locus="number" role="owner" gender="cl.2">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="cl.1">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" gender="cl.2">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np number="sing" def="def" role="subj" locus="number" case="ERG">
+ <np number="sing" def="def" role="subj" locus="number" case="ERG" gender="cl.2">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module simplifynumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" case="ABS">
<np type="owner_owned" gender="cl.2">
<np type="owner_owned" role="owner" gender="cl.1">
- <np number="sing" def="def" locus="number" role="owner" gender="cl.2">
+ <np def="def" locus="number" role="owner" gender="cl.2">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="cl.1">
+ <np def="def" locus="number" role="owned" gender="cl.1">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="cl.2">
+ <np def="def" locus="number" role="owned" gender="cl.2">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np number="sing" def="def" role="subj" locus="number" case="ERG" gender="cl.2">
+ <np def="def" role="subj" locus="number" case="ERG" gender="cl.2">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj" case="ABS"> + <np role="obj" case="ABS" possessor="no.owner"> <np type="owner_owned" gender="cl.2"> <np type="owner_owned" role="owner" gender="cl.1"> - <np def="def" locus="number" role="owner" gender="cl.2"> + <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" role="owned" gender="cl.1"> + <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - <np def="def" locus="number" role="owned" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" role="subj" locus="number" case="ERG" gender="cl.2"> + <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np role="obj" case="ABS" possessor="no.owner">
<np type="owner_owned" gender="cl.2">
- <np type="owner_owned" role="owner" gender="cl.1">
- <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
+ <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1">
+ <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner" gender="cl.1">
<np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1">
- <word posp="noun" gloss="dog"/>
+ <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj" case="ABS" possessor="no.owner"> + <np role="obj" case="ABS" possessor="no.owner" gender="cl.2"> <np type="owner_owned" gender="cl.2"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner" gender="cl.1"> <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </np> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np role="obj" case="ABS" possessor="no.owner" gender="cl.2"> - <np type="owner_owned" gender="cl.2"> + <np type="owner_owned" gender="cl.2" role="obj" case="ABS" possessor="no.owner"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner" gender="cl.1"> <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </s> </example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np type="owner_owned" gender="cl.2" role="obj" case="ABS" possessor="no.owner"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner" gender="cl.1"> <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </s> </example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS">
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"/>
</np>
<np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for dog/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.1.ABS"/>
<word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ABS"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"/>
</np>
<np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/>
<word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.1.ABS"/> <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"/> - </np> - <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ABS"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"/> - </np> - <np def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.1.ABS"/> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ABS"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.1.ABS">|tʰʲ|i#ː|-</thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS">|̰꜒|t͡sʲ|iː|̰꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS">|a#ː|̰꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ABS">|ᵏǃʼʲ|a#ː|-</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2">|꜖|ŋ̥ʷ|a|̰꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2">|a#ː|̰꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST">|tʰʲ|a|꜖|ɠˤ|-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">|iː|꜒|n̥ˠ|i|꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜒꜖|qˠ|aː|̰꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |tʰʲ|i#ː|-removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.1.ABS">|tʰʲ|i#ː|-</thingy>
<word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS">|̰꜒|t͡sʲ|iː|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="3.cl.1" case="ABS">|a#ː|̰꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.2.ABS">|ᵏǃʼʲ|a#ː|-</thingy>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2">|꜖|ŋ̥ʷ|a|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.2">|a#ː|̰꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owner" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST">|tʰʲ|a|꜖|ɠˤ|-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">|iː|꜒|n̥ˠ|i|꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy>
<word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜒꜖|qˠ|aː|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tʰʲĩː-</span><br><span class="gls">cl.2.3.cl.1.ABS</span></span> <span class="ilpair"><span class="mor">̰꜒t͡sʲiː̰꜒</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǃʼʲãː-</span><br><span class="gls">cl.1.3.cl.2.ABS</span></span> <span class="ilpair"><span class="mor">꜖ŋ̥ʷa̰꜖</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖ŋˠỹː꜒꜖</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tʰʲa꜖ɠˤ-</span><br><span class="gls">not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">iː꜒n̥ˠi꜒</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ᵏǀʼˠuː-</span><br><span class="gls">cl.2.no.owner.ERG</span></span> <span class="ilpair"><span class="mor">꜒꜖qˠaː̰꜖</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>tʰʲĩː̰꜒t͡sʲiː̰꜒ qˠãː̰꜒ ᵏǃʼʲãː꜖ŋ̥ʷa̰꜖ ɗʲãː̰꜒ nʲʉː̰꜖ŋˠỹː꜒꜖ qˠãː̰꜒ tʰʲa꜖ɠˤiː꜒n̥ˠi꜒ ᵏǀʼˠuː꜒꜖qˠaː̰꜖ qˠãː̰꜒</p>
+ <p>tʰʲi#ː̰꜒t͡sʲई̰꜒ qˠa#ː̰꜒ ᵏǃʼʲa#ː꜖ŋ̥ʷअ̰꜖ ɗʲa#ː̰꜒ nʲʉː̰꜖ŋˠy#ː꜒꜖ qˠa#ː̰꜒ tʰʲअ꜖ɠˤई꜒n̥ˠइ꜒ ᵏǀʼˠऊ꜒꜖qˠआ̰꜖ qˠa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>tʰʲĩː-</o>
+ <g>cl.2.3.cl.1.ABS</g>
+ </w>
+ <w>
+ <o>̰꜒t͡sʲiː̰꜒</o>
+ <g>dog</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǃʼʲãː-</o>
+ <g>cl.1.3.cl.2.ABS</g>
+ </w>
+ <w>
+ <o>꜖ŋ̥ʷa̰꜖</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖ŋˠỹː꜒꜖</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>tʰʲa꜖ɠˤ-</o>
+ <g>not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>iː꜒n̥ˠi꜒</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ᵏǀʼˠuː-</o>
+ <g>cl.2.no.owner.ERG</g>
+ </w>
+ <w>
+ <o>꜒꜖qˠaː̰꜖</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### tʰʲĩː̰꜒t͡sʲiː̰꜒ qˠãː̰꜒ ᵏǃʼʲãː꜖ŋ̥ʷa̰꜖ ɗʲãː̰꜒ nʲʉː̰꜖ŋˠỹː꜒꜖ qˠãː̰꜒ tʰʲa꜖ɠˤiː꜒n̥ˠi꜒ ᵏǀʼˠuː꜒꜖qˠaː̰꜖ qˠãː̰꜒initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="ABS"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module addgender:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="ABS"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="ABS" gender="cl.1"> + <np type="owner_owned" role="owner" gender="cl.4"> + <np type="owner_owned" role="owner" gender="cl.2"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="cl.2"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="cl.4"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="cl.1"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="ABS" gender="cl.1">
<np type="owner_owned" role="owner" gender="cl.4">
<np type="owner_owned" role="owner" gender="cl.2">
- <np number="sing" def="neither" locus="number" role="owner">
- <word person="2" number="sing" posp="pron"/>
+ <np def="neither" locus="number" role="owner">
+ <word person="2" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="cl.2">
+ <np def="def" locus="number" role="owned" gender="cl.2">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="cl.4">
+ <np def="def" locus="number" role="owned" gender="cl.4">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" gender="cl.1">
+ <np def="def" locus="number" role="owned" gender="cl.1">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="ABS" gender="cl.1">
<np type="owner_owned" role="owner" gender="cl.4">
<np type="owner_owned" role="owner" gender="cl.2">
- <np def="neither" locus="number" role="owner">
- <word person="2" posp="pron"/>
- </np>
- <np def="def" locus="number" role="owned" gender="cl.2">
+ <np def="def" locus="number" role="owned" gender="cl.2" possessor="2">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned" gender="cl.4">
+ <np def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned" gender="cl.1">
+ <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module ngen:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="ABS" gender="cl.1"> - <np type="owner_owned" role="owner" gender="cl.4"> - <np type="owner_owned" role="owner" gender="cl.2"> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="2"> - <word posp="noun" gloss="son"/> + <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4"> + <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - </np> + <np type="owner_owned" role="owner" gender="cl.4"> <np def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> - <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4"> - <word posp="noun" gloss="book"/> + <np type="owner_owned" role="owner" gender="cl.2"> + <np def="def" locus="number" role="owned" gender="cl.2" possessor="2"> + <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> + </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="ABS" gender="cl.1"> - <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4"> + <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner" gender="cl.4"> <np def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner" gender="cl.2"> <np def="def" locus="number" role="owned" gender="cl.2" possessor="2"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"/> </np> <np def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"> - <word posp="noun" gloss="friend"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"/> </np> <np def="def" locus="number" role="owned" gender="cl.2" possessor="2"> - <word posp="noun" gloss="son"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="2"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="2"/> </np> </example>About to call getSlotValue for book/noun/gender.possessor.case/obligatory
addaffixes:
<example id="poss3" translation="your son's friend's book"> <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.4.ABS"/> <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"/> + <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"/> </np> <np def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.2.ABS"/> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"/> + <thingy type="detgender" function="prefix" gloss="cl.4"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"/> </np> <np def="def" locus="number" role="owned" gender="cl.2" possessor="2"> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.2.ABS"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="2"/> + <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="2"/> </np> </example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.4.ABS"/> <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"/> - </np> - <np def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.2.ABS"/> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"/> <thingy type="detgender" function="prefix" gloss="cl.4"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"/> - </np> - <np def="def" locus="number" role="owned" gender="cl.2" possessor="2"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.2.ABS"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="2"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="2"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.4.ABS"/> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.2.ABS"/> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"/> - <thingy type="detgender" function="prefix" gloss="cl.4"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.2.ABS"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="2"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="2"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.4.ABS">|ɹˠ|iː|-</thingy> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS">|꜒|pˤ|y#ː|꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.2.ABS">|ᵏǀʷ|ʉː|-</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2">|꜒꜖|ʈˠ|ai|̰꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2">|a#ː|̰꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.2.ABS">|t͡sˤ|ʉ#ː|-</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="2">|꜖|wˤ|aː|꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="2">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |ɹˠ|iː|-removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.3.cl.4.ABS">|ɹˠ|iː|-</thingy>
<word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS">|꜒|pˤ|y#ː|꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.1" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.2.ABS">|ᵏǀʷ|ʉː|-</thingy>
<word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2">|꜒꜖|ʈˠ|ai|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.4" possessor="3.cl.2">|a#ː|̰꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.2.ABS">|t͡sˤ|ʉ#ː|-</thingy>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="cl.2" possessor="2">|꜖|wˤ|aː|꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="cl.2" possessor="2">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɹˠiː-</span><br><span class="gls">cl.1.3.cl.4.ABS</span></span> <span class="ilpair"><span class="mor">꜒pˤỹː꜖</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǀʷʉː-</span><br><span class="gls">cl.4.3.cl.2.ABS</span></span> <span class="ilpair"><span class="mor">꜒꜖ʈˠaḭ꜒</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">qʼˠ-</span><br><span class="gls">cl.4</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡sˤʉ̃ː-</span><br><span class="gls">cl.2.2.ABS</span></span> <span class="ilpair"><span class="mor">꜖wˤaː꜒</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>ɹˠiː꜒pˤỹː꜖ ɗʲãː̰꜒ ᵏǀʷʉː꜒꜖ʈˠaḭ꜒ qʼˠãː̰꜒ t͡sˤʉ̃ː꜖wˤaː꜒ qˠãː̰꜒</p>
+ <p>ɹˠई꜒pˤy#ː꜖ ɗʲa#ː̰꜒ ᵏǀʷʉː꜒꜖ʈˠऐ̰꜒ qʼˠa#ː̰꜒ t͡sˤʉ#ː꜖wˤआ꜒ qˠa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>ɹˠiː-</o>
+ <g>cl.1.3.cl.4.ABS</g>
+ </w>
+ <w>
+ <o>꜒pˤỹː꜖</o>
+ <g>book</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǀʷʉː-</o>
+ <g>cl.4.3.cl.2.ABS</g>
+ </w>
+ <w>
+ <o>꜒꜖ʈˠaḭ꜒</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>qʼˠ-</o>
+ <g>cl.4</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡sˤʉ̃ː-</o>
+ <g>cl.2.2.ABS</g>
+ </w>
+ <w>
+ <o>꜖wˤaː꜒</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ɹˠiː꜒pˤỹː꜖ ɗʲãː̰꜒ ᵏǀʷʉː꜒꜖ʈˠaḭ꜒ qʼˠãː̰꜒ t͡sˤʉ̃ː꜖wˤaː꜒ qˠãː̰꜒initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <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="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="hunter"/> - <word gloss="the" posp="det"/> - </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> + <word gloss="the" posp="det"/> + </np> </s> </example>
module casemarking:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ABS"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme" case="ABS"> + <np role="obj" tr="rheme" case="ABS" gender="cl.1"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" gender="cl.1"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" gender="cl.2"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" gender="cl.2"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module simplifynumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ABS" gender="cl.1">
<conjp conj="and">
- <np def="def" number="plur" locus="number" gender="cl.1">
+ <np def="def" locus="number" gender="cl.1">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="plur" locus="number" gender="cl.2">
+ <np def="def" locus="number" gender="cl.2">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="plur" locus="number" gender="cl.2">
+ <np def="def" locus="number" gender="cl.2">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme" case="ABS" gender="cl.1"> + <np role="obj" tr="rheme" case="ABS" gender="cl.1" number="plur"> <conjp conj="and"> <np def="def" locus="number" gender="cl.1"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" gender="cl.2"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" gender="cl.2"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns: No change.
module markowned:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme" case="ABS" gender="cl.1" number="plur"> + <np role="obj" tr="rheme" case="ABS" gender="cl.1" number="plur" possessor="no.owner"> <conjp conj="and"> - <np def="def" locus="number" gender="cl.1"> + <np def="def" locus="number" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" gender="cl.2"> + <np def="def" locus="number" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" gender="cl.2"> + <np def="def" locus="number" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ABS" gender="cl.1" number="plur" possessor="no.owner">
<conjp conj="and">
<np def="def" locus="number" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ABS" gender="cl.1" number="plur" possessor="no.owner">
- <conjp conj="and">
- <np def="def" locus="number" gender="cl.1" possessor="no.owner">
+ <np def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number" gender="cl.2" possessor="no.owner">
+ <np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number" gender="cl.2" possessor="no.owner">
+ <np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
fixpronouns: No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np role="obj" tr="rheme" case="ABS" gender="cl.1" number="plur" possessor="no.owner">
<np def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np role="obj" tr="rheme" case="ABS" gender="cl.1" number="plur" possessor="no.owner"> <np def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <word posp="conj" gloss="and"/> <np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <word posp="conj" gloss="and"/> <np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2"> <word posp="verb" gloss="kill"/> </vp> <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for jaguar/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/>
<word posp="noun" gloss="jaguar" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="tiger" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="lion" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/> <word posp="noun" gloss="jaguar" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="tiger" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="lion" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2"/> - </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - </np> - </s> + </flat> </example>Didn't find verb/question.indobj.obj.subj.negation.voice.mode.ta/not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST in:
Array
(
[noun] => Array
(
[gender.possessor.case] => Array
(
[cl.1.1incl.ABS] => |m̥ˤ|a|-
[cl.1.1incl.ERG] => |ɳˠ|a#|-
[cl.1.1incl.DAT] => |tʼˠ|u#|-
[cl.1.1incl.INS] => |ᵏǁʰʲ|a|-
[cl.1.1incl.VOC] => |m̥ˠ|i|-
[cl.1.1incl.ALL] => |nʲ|uː|-
[cl.1.1incl.LOC] => |ᵑǁʼʲ|a#|-
[cl.1.1incl.ABL] => |ɰʷ|ʉ|-
[cl.1.1incl.PART] => |ɭˠ|uː|-
[cl.1.1excl.ABS] => |ɠʲ|ʉː|-
[cl.1.1excl.ERG] => |r̥ʷ|aː|-
[cl.1.1excl.DAT] => |ʋʲ|aː|-
[cl.1.1excl.INS] => |nˤ|u#|-
[cl.1.1excl.VOC] => |ʛˤ|u|-
[cl.1.1excl.ALL] => |qʼʷ|ʉ#|-
[cl.1.1excl.LOC] => |ɠʲ|uː|-
[cl.1.1excl.ABL] => |kʼʷ|i|-
[cl.1.1excl.PART] => |qˤ|u#ː|-
[cl.1.2.ABS] => |hpˤ|aː|-
[cl.1.2.ERG] => |ɰʷ|i|-
[cl.1.2.DAT] => |t͡ʂʲ|u#|-
[cl.1.2.INS] => |qʼʷ|i#|-
[cl.1.2.VOC] => |lʲ|ʉ|-
[cl.1.2.ALL] => |rˠ|i|-
[cl.1.2.LOC] => |t͡sˤ|ʉ|-
[cl.1.2.ABL] => |nˠ|ʉː|-
[cl.1.2.PART] => |ᵑǃʲ|ʉ|-
[cl.1.3.cl.1.ABS] => |n̥ʷ|a|-
[cl.1.3.cl.1.ERG] => |pʼˤ|aː|-
[cl.1.3.cl.1.DAT] => |n̥ʷ|a#ː|-
[cl.1.3.cl.1.INS] => |ŋ̥ˤ|a|-
[cl.1.3.cl.1.VOC] => |ŋʲ|aː|-
[cl.1.3.cl.1.ALL] => |kˤ|i|-
[cl.1.3.cl.1.LOC] => |rʷ|iː|-
[cl.1.3.cl.1.ABL] => |nˤ|ʉ#|-
[cl.1.3.cl.1.PART] => |ʃˠ|i#ː|-
[cl.1.3.cl.2.ABS] => |ᵏǃʼʲ|a#ː|-
[cl.1.3.cl.2.ERG] => |j|aː|-
[cl.1.3.cl.2.DAT] => |kˤ|aː|-
[cl.1.3.cl.2.INS] => |tʼˤ|u#|-
[cl.1.3.cl.2.VOC] => |ʋʲ|ʉː|-
[cl.1.3.cl.2.ALL] => |n̥ˤ|ʉː|-
[cl.1.3.cl.2.LOC] => |n̥ˤ|aː|-
[cl.1.3.cl.2.ABL] => |ʜˠ|ʉ|-
[cl.1.3.cl.2.PART] => |ɠʲ|i#|-
[cl.1.3.cl.3.ABS] => |ɴˤ|i|-
[cl.1.3.cl.3.ERG] => |t͡ʃ|u#|-
[cl.1.3.cl.3.DAT] => |ʈʲ|ʉ#|-
[cl.1.3.cl.3.INS] => |ᵏǀʼˤ|ʉː|-
[cl.1.3.cl.3.VOC] => |qʷ|aː|-
[cl.1.3.cl.3.ALL] => |tʼʲ|i#ː|-
[cl.1.3.cl.3.LOC] => |ɠˠ|a|-
[cl.1.3.cl.3.ABL] => |j|u#|-
[cl.1.3.cl.3.PART] => |tʼˤ|ʉ#|-
[cl.1.3.cl.4.ABS] => |ɹˠ|iː|-
[cl.1.3.cl.4.ERG] => |j|uː|-
[cl.1.3.cl.4.DAT] => |ŋˤ|ʉ#ː|-
[cl.1.3.cl.4.INS] => |t͡sˤ|a|-
[cl.1.3.cl.4.VOC] => |nˤ|i|-
[cl.1.3.cl.4.ALL] => |ɳ̥ʲ|iː|-
[cl.1.3.cl.4.LOC] => |nʲ|ʉ#ː|-
[cl.1.3.cl.4.ABL] => |ŋʷ|ᵊ|-
[cl.1.3.cl.4.PART] => |ʜˠ|i#|-
[cl.1.no.owner.ABS] => |ɳ̥ʲ|aː|-
[cl.1.no.owner.ERG] => |ɰʷ|a|-
[cl.1.no.owner.DAT] => |kʼˤ|a#|-
[cl.1.no.owner.INS] => |hpʲ|uː|-
[cl.1.no.owner.VOC] => |d͡ʐʲ|ʉː|-
[cl.1.no.owner.ALL] => |ɴʷ|i#|-
[cl.1.no.owner.LOC] => |qʲ|u|-
[cl.1.no.owner.ABL] => |qʲ|a#|-
[cl.1.no.owner.PART] => |kʼˤ|a|-
[cl.2.1incl.ABS] => |ŋˤ|u#ː|-
[cl.2.1incl.ERG] => |ɰʷ|i#|-
[cl.2.1incl.DAT] => |hpˤ|ʉ#ː|-
[cl.2.1incl.INS] => |r̥ʲ|u#ː|-
[cl.2.1incl.VOC] => |r̥ˤ|ʉ#ː|-
[cl.2.1incl.ALL] => |ɥˤ|u|-
[cl.2.1incl.LOC] => |pʼˠ|a|-
[cl.2.1incl.ABL] => |mˤ|i#ː|-
[cl.2.1incl.PART] => |ɓˠ|i#|-
[cl.2.1excl.ABS] => |d͡ʐˠ|ʉ#|-
[cl.2.1excl.ERG] => |tɬˠ|i|-
[cl.2.1excl.DAT] => |d͡ʐˠ|u#|-
[cl.2.1excl.INS] => |sʲ|u#|-
[cl.2.1excl.VOC] => |t͡sʷ|ʉ#|-
[cl.2.1excl.ALL] => |kʰʲ|i#ː|-
[cl.2.1excl.LOC] => |t͡sʲ|ʉː|-
[cl.2.1excl.ABL] => |ʜʲ|aː|-
[cl.2.1excl.PART] => |n̥ˠ|ʉ#|-
[cl.2.2.ABS] => |t͡sˤ|ʉ#ː|-
[cl.2.2.ERG] => |ɾʲ|u|-
[cl.2.2.DAT] => |ᵏǀˤ|a|-
[cl.2.2.INS] => |ɴʲ|ᵊ|-
[cl.2.2.VOC] => |tʰˤ|aː|-
[cl.2.2.ALL] => |ᵏǀʷ|iː|-
[cl.2.2.LOC] => |kʼˤ|ʉ#|-
[cl.2.2.ABL] => |tʷ|a#|-
[cl.2.2.PART] => |ʛˠ|ʉ|-
[cl.2.3.cl.1.ABS] => |tʰʲ|i#ː|-
[cl.2.3.cl.1.ERG] => |ʂʲ|ʉ|-
[cl.2.3.cl.1.DAT] => |ɗˤ|u#|-
[cl.2.3.cl.1.INS] => |pʼʲ|a#|-
[cl.2.3.cl.1.VOC] => |rʲ|u|-
[cl.2.3.cl.1.ALL] => |tʰʷ|ᵊ|-
[cl.2.3.cl.1.LOC] => |ɥˤ|aː|-
[cl.2.3.cl.1.ABL] => |qʼʲ|a#|-
[cl.2.3.cl.1.PART] => |ɭʲ|u#|-
[cl.2.3.cl.2.ABS] => |ɓʲ|u|-
[cl.2.3.cl.2.ERG] => |kˤ|ʉː|-
[cl.2.3.cl.2.DAT] => |n̥ˠ|uː|-
[cl.2.3.cl.2.INS] => |t͡sʷ|a#ː|-
[cl.2.3.cl.2.VOC] => |tʼʲ|u|-
[cl.2.3.cl.2.ALL] => |pʼˠ|ᵊ|-
[cl.2.3.cl.2.LOC] => |sʲ|a#|-
[cl.2.3.cl.2.ABL] => |nʲ|ᵊ|-
[cl.2.3.cl.2.PART] => |kˠ|i#|-
[cl.2.3.cl.3.ABS] => |ɳʲ|u#|-
[cl.2.3.cl.3.ERG] => |hkˤ|iː|-
[cl.2.3.cl.3.DAT] => |d͡ʐˠ|a#|-
[cl.2.3.cl.3.INS] => |ᵏǁʼˠ|a#ː|-
[cl.2.3.cl.3.VOC] => |tˠ|aː|-
[cl.2.3.cl.3.ALL] => |sʲ|iː|-
[cl.2.3.cl.3.LOC] => |kʰʲ|i|-
[cl.2.3.cl.3.ABL] => |ɳˠ|aː|-
[cl.2.3.cl.3.PART] => |kʰʷ|i#ː|-
[cl.2.3.cl.4.ABS] => |ɹˠ|a#ː|-
[cl.2.3.cl.4.ERG] => |rˤ|a#ː|-
[cl.2.3.cl.4.DAT] => |lʲ|a|-
[cl.2.3.cl.4.INS] => |lʲ|i#|-
[cl.2.3.cl.4.VOC] => |mʲ|i#ː|-
[cl.2.3.cl.4.ALL] => |ɓˠ|ʉ#ː|-
[cl.2.3.cl.4.LOC] => |ŋʷ|ʉ#|-
[cl.2.3.cl.4.ABL] => |kʼˠ|a|-
[cl.2.3.cl.4.PART] => |pʰˠ|ᵊ|-
[cl.2.no.owner.ABS] => |nʲ|ʉː|-
[cl.2.no.owner.ERG] => |ᵏǀʼˠ|uː|-
[cl.2.no.owner.DAT] => |ɥʲ|u|-
[cl.2.no.owner.INS] => |t͡sˤ|i#|-
[cl.2.no.owner.VOC] => |kʰʲ|ʉ#ː|-
[cl.2.no.owner.ALL] => |qʲ|ʉ|-
[cl.2.no.owner.LOC] => |qʼˤ|i#ː|-
[cl.2.no.owner.ABL] => |htʲ|u#ː|-
[cl.2.no.owner.PART] => |ᵏǀˠ|aː|-
[cl.3.1incl.ABS] => |ɥˠ|i|-
[cl.3.1incl.ERG] => |r̥ˤ|ʉː|-
[cl.3.1incl.DAT] => |pʰʲ|a#|-
[cl.3.1incl.INS] => |tˤ|ʉː|-
[cl.3.1incl.VOC] => |ᵑǀˠ|u#ː|-
[cl.3.1incl.ALL] => |tʼʲ|a#ː|-
[cl.3.1incl.LOC] => |ɓˠ|a#ː|-
[cl.3.1incl.ABL] => |lˠ|aː|-
[cl.3.1incl.PART] => |mʲ|a#ː|-
[cl.3.1excl.ABS] => |pˤ|ʉː|-
[cl.3.1excl.ERG] => |ŋ̥ʲ|aː|-
[cl.3.1excl.DAT] => |t͡ʂʲ|aː|-
[cl.3.1excl.INS] => |ɥʲ|ᵊ|-
[cl.3.1excl.VOC] => |qˠ|i#ː|-
[cl.3.1excl.ALL] => |rʲ|i#|-
[cl.3.1excl.LOC] => |sʲ|i|-
[cl.3.1excl.ABL] => |ɥˠ|u|-
[cl.3.1excl.PART] => |tˤ|u#ː|-
[cl.3.2.ABS] => |kʼˤ|ʉ|-
[cl.3.2.ERG] => |ɗʷ|a#ː|-
[cl.3.2.DAT] => |kʰˤ|ʉː|-
[cl.3.2.INS] => |n̥ʷ|i|-
[cl.3.2.VOC] => |mʲ|ʉ#ː|-
[cl.3.2.ALL] => |wˤ|i|-
[cl.3.2.LOC] => |qʼˠ|u|-
[cl.3.2.ABL] => |ʋʲ|uː|-
[cl.3.2.PART] => |qʼˠ|u#ː|-
[cl.3.3.cl.1.ABS] => |sˠ|i|-
[cl.3.3.cl.1.ERG] => |wˠ|a#ː|-
[cl.3.3.cl.1.DAT] => |hkʲ|ᵊ|-
[cl.3.3.cl.1.INS] => |ɓˤ|u#|-
[cl.3.3.cl.1.VOC] => |lʲ|iː|-
[cl.3.3.cl.1.ALL] => |ɹˤ|i|-
[cl.3.3.cl.1.LOC] => |tʰˠ|i|-
[cl.3.3.cl.1.ABL] => |h|ʉ#ː|-
[cl.3.3.cl.1.PART] => |ʜʲ|i#ː|-
[cl.3.3.cl.2.ABS] => |ɰʷ|ʉ#|-
[cl.3.3.cl.2.ERG] => |rʲ|ʉ|-
[cl.3.3.cl.2.DAT] => |ɾʲ|ʉ#ː|-
[cl.3.3.cl.2.INS] => |rˤ|a#|-
[cl.3.3.cl.2.VOC] => |tɬʲ|u#ː|-
[cl.3.3.cl.2.ALL] => |kʼʲ|i|-
[cl.3.3.cl.2.LOC] => |t͡sʷ|i#ː|-
[cl.3.3.cl.2.ABL] => |ʈʲ|a#|-
[cl.3.3.cl.2.PART] => |tˤ|ʉ#ː|-
[cl.3.3.cl.3.ABS] => |kʰʲ|u|-
[cl.3.3.cl.3.ERG] => |ᵏǃʰˤ|a#|-
[cl.3.3.cl.3.DAT] => |pʰʲ|i|-
[cl.3.3.cl.3.INS] => |t͡ʂˠ|aː|-
[cl.3.3.cl.3.VOC] => |r̥ˠ|ʉ#ː|-
[cl.3.3.cl.3.ALL] => |wˤ|a|-
[cl.3.3.cl.3.LOC] => |kʰˤ|ᵊ|-
[cl.3.3.cl.3.ABL] => |lˠ|i#ː|-
[cl.3.3.cl.3.PART] => |t͡sʲ|ᵊ|-
[cl.3.3.cl.4.ABS] => |t͡ʂʲ|i#|-
[cl.3.3.cl.4.ERG] => |pˠ|u#ː|-
[cl.3.3.cl.4.DAT] => |pˠ|ʉ#|-
[cl.3.3.cl.4.INS] => |m̥ˤ|i#|-
[cl.3.3.cl.4.VOC] => |tʰˠ|a#ː|-
[cl.3.3.cl.4.ALL] => |tʰˤ|ʉ#ː|-
[cl.3.3.cl.4.LOC] => |tʼˤ|iː|-
[cl.3.3.cl.4.ABL] => |qʼʲ|iː|-
[cl.3.3.cl.4.PART] => |t͡ʂˠ|i|-
[cl.3.no.owner.ABS] => |ɥˤ|i#|-
[cl.3.no.owner.ERG] => |qˠ|ʉ#ː|-
[cl.3.no.owner.DAT] => |ɰˠ|iː|-
[cl.3.no.owner.INS] => |ɾʷ|a|-
[cl.3.no.owner.VOC] => |nʲ|u#ː|-
[cl.3.no.owner.ALL] => |ʄˠ|u|-
[cl.3.no.owner.LOC] => |ɳ̥ʲ|uː|-
[cl.3.no.owner.ABL] => |tˤ|i#ː|-
[cl.3.no.owner.PART] => |t͡sˠ|u#|-
[cl.4.1incl.ABS] => |ɾˤ|a#ː|-
[cl.4.1incl.ERG] => |tʰˤ|ʉː|-
[cl.4.1incl.DAT] => |pʲ|i#ː|-
[cl.4.1incl.INS] => |nˠ|ʉ|-
[cl.4.1incl.VOC] => |ʋˠ|i#|-
[cl.4.1incl.ALL] => |ŋˤ|i|-
[cl.4.1incl.LOC] => |qʼʲ|u#ː|-
[cl.4.1incl.ABL] => |ʜˠ|uː|-
[cl.4.1incl.PART] => |ŋ̥ˠ|ʉː|-
[cl.4.1excl.ABS] => |qʼˠ|ʉ#ː|-
[cl.4.1excl.ERG] => |n̥ˠ|u#ː|-
[cl.4.1excl.DAT] => |kˤ|a#|-
[cl.4.1excl.INS] => |ɻʲ|aː|-
[cl.4.1excl.VOC] => |mˠ|a#|-
[cl.4.1excl.ALL] => |ᵏǀʰˠ|u#|-
[cl.4.1excl.LOC] => |ʜʲ|ʉː|-
[cl.4.1excl.ABL] => |ɥˤ|u#|-
[cl.4.1excl.PART] => |tʰʲ|iː|-
[cl.4.2.ABS] => |ɳʲ|a#|-
[cl.4.2.ERG] => |ŋʲ|u|-
[cl.4.2.DAT] => |r̥ˠ|aː|-
[cl.4.2.INS] => |ᵏǀʼʷ|i|-
[cl.4.2.VOC] => |kʷ|ʉ|-
[cl.4.2.ALL] => |ɹˤ|i#|-
[cl.4.2.LOC] => |hkˤ|uː|-
[cl.4.2.ABL] => |ᵏǃʼˠ|a|-
[cl.4.2.PART] => |d͡ʐʲ|ʉ#|-
[cl.4.3.cl.1.ABS] => |kʰˤ|aː|-
[cl.4.3.cl.1.ERG] => |qˠ|aː|-
[cl.4.3.cl.1.DAT] => |rʷ|i#ː|-
[cl.4.3.cl.1.INS] => |t͡sˤ|ʉ#|-
[cl.4.3.cl.1.VOC] => |kʰˠ|u#|-
[cl.4.3.cl.1.ALL] => |t͡ʃ|a#|-
[cl.4.3.cl.1.LOC] => |ʛʷ|aː|-
[cl.4.3.cl.1.ABL] => |ᵏǁʼʲ|ʉː|-
[cl.4.3.cl.1.PART] => |ʋˤ|i#|-
[cl.4.3.cl.2.ABS] => |ᵏǀʷ|ʉː|-
[cl.4.3.cl.2.ERG] => |nˤ|aː|-
[cl.4.3.cl.2.DAT] => |ᵑǀʲ|a#ː|-
[cl.4.3.cl.2.INS] => |ᵑǀˠ|aː|-
[cl.4.3.cl.2.VOC] => |qʼʷ|ᵊ|-
[cl.4.3.cl.2.ALL] => |r̥ˤ|a#ː|-
[cl.4.3.cl.2.LOC] => |ʋʲ|i#ː|-
[cl.4.3.cl.2.ABL] => |ɹʷ|ʉ#ː|-
[cl.4.3.cl.2.PART] => |pʰˠ|iː|-
[cl.4.3.cl.3.ABS] => |ʂʲ|ʉ#ː|-
[cl.4.3.cl.3.ERG] => |n̥ʷ|a#|-
[cl.4.3.cl.3.DAT] => |ɾˠ|a#|-
[cl.4.3.cl.3.INS] => |qʼˤ|i#|-
[cl.4.3.cl.3.VOC] => |t͡ʃ|i#|-
[cl.4.3.cl.3.ALL] => |kʼʲ|u|-
[cl.4.3.cl.3.LOC] => |tʼˠ|iː|-
[cl.4.3.cl.3.ABL] => |ɗʲ|u#ː|-
[cl.4.3.cl.3.PART] => |rʷ|ʉ#ː|-
[cl.4.3.cl.4.ABS] => |hkʷ|ʉː|-
[cl.4.3.cl.4.ERG] => |tʰʲ|i|-
[cl.4.3.cl.4.DAT] => |pʰʲ|ʉ#ː|-
[cl.4.3.cl.4.INS] => |rʷ|ʉː|-
[cl.4.3.cl.4.VOC] => |kʰˤ|iː|-
[cl.4.3.cl.4.ALL] => |ɰˤ|ʉ#|-
[cl.4.3.cl.4.LOC] => |t͡ʂʲ|ʉ#|-
[cl.4.3.cl.4.ABL] => |d͡ʐʲ|iː|-
[cl.4.3.cl.4.PART] => |ᵏǀʰˠ|ʉ#|-
[cl.4.no.owner.ABS] => |rʷ|a#ː|-
[cl.4.no.owner.ERG] => |ɳʲ|u|-
[cl.4.no.owner.DAT] => |ɗˤ|i|-
[cl.4.no.owner.INS] => |nˤ|u|-
[cl.4.no.owner.VOC] => |tɬˠ|ᵊ|-
[cl.4.no.owner.ALL] => |kʲ|i|-
[cl.4.no.owner.LOC] => |pʼʲ|i#ː|-
[cl.4.no.owner.ABL] => |sˤ|uː|-
[cl.4.no.owner.PART] => |ɳʲ|ʉ|-
)
[root] => Array
(
)
)
[adj] => Array
(
[gender.case] => Array
(
[cl.1.ABS] => |ᵏǀʼˤ|-
[cl.1.ERG] => |n̥ʷ|-
[cl.1.DAT] => |ʛˠ|-
[cl.1.INS] => |mʲ|-
[cl.1.VOC] => |ŋʲ|-
[cl.1.ALL] => |m̥ʲ|-
[cl.1.LOC] => |rˠ|-
[cl.1.ABL] => |tʼˠ|-
[cl.1.PART] => |sʲ|-
[cl.2.ABS] => |tʼʲ|-
[cl.2.ERG] => |r̥ˠ|-
[cl.2.DAT] => |d͡ʐʲ|-
[cl.2.INS] => |ɓˠ|-
[cl.2.VOC] => |j|-
[cl.2.ALL] => |pʼˤ|-
[cl.2.LOC] => |kʰʲ|-
[cl.2.ABL] => |n̥ˠ|-
[cl.2.PART] => |ŋ̥ˤ|-
[cl.3.ABS] => |ŋʷ|-
[cl.3.ERG] => |pʼˠ|-
[cl.3.DAT] => |qʷ|-
[cl.3.INS] => |nˤ|-
[cl.3.VOC] => |n̥ʲ|-
[cl.3.ALL] => |tʰˠ|-
[cl.3.LOC] => |ɠʲ|-
[cl.3.ABL] => |t͡ʂˠ|-
[cl.3.PART] => |ɹʲ|-
[cl.4.ABS] => |ŋ̥ʲ|-
[cl.4.ERG] => |qʲ|-
[cl.4.DAT] => |kˤ|-
[cl.4.INS] => |ʃʲ|-
[cl.4.VOC] => |t͡sʷ|-
[cl.4.ALL] => |ɗʷ|-
[cl.4.LOC] => |tˤ|-
[cl.4.ABL] => |rʲ|-
[cl.4.PART] => |t͡ʃ|-
)
[root] => Array
(
)
)
[num] => Array
(
[root] => Array
(
)
)
[det] => Array
(
[gender] => Array
(
[cl.1] => |ɗʲ|-
[cl.2] => |qˠ|-
[cl.3] => |qʼˤ|-
[cl.4] => |qʼˠ|-
)
[root] => Array
(
)
)
[pron] => Array
(
[root] => Array
(
)
)
[verb] => Array
(
[question.indobj.obj.subj.negation.voice.mode.ta] => Array
(
[Q.none.none.1incl.NEG.active.indicative.PRES] => |ʔ|i|̰꜒|ɹˠ|-
[Q.none.none.1incl.NEG.active.indicative.PAST] => |ᵑǃʼˤ|ʉ#ː|꜒|qʼˤ|-
[Q.none.none.1incl.NEG.active.imperative.PRES] => |n̥ʲ|u#ː|꜖|kʼʲ|-
[Q.none.none.1incl.NEG.active.imperative.PAST] => |ᵑǃˤ|ᵊ|̰꜒|ɥˠ|-
[Q.none.none.1incl.NEG.active.conditional.PRES] => |pʰˤ|u#ː|꜖|pʰʲ|-
[Q.none.none.1incl.NEG.active.conditional.PAST] => |tˤ|a|꜒꜖|n̥ˠ|-
[Q.none.none.1incl.NEG.active.optative.PRES] => |htʷ|aː|̰꜒|nʲ|-
[Q.none.none.1incl.NEG.active.optative.PAST] => |hʈʲ|ᵊ|꜒|ɽˠ|-
[Q.none.none.1incl.NEG.passive.indicative.PRES] => |ʋʲ|a|̰꜖|m̥ˤ|-
[Q.none.none.1incl.NEG.passive.indicative.PAST] => |ɠʷ|i|̰꜒|t͡sˤ|-
[Q.none.none.1incl.NEG.passive.imperative.PRES] => |ʔ|a|꜖꜒|ɴˤ|-
[Q.none.none.1incl.NEG.passive.imperative.PAST] => |r̥ˠ|i|꜖|nˤ|-
[Q.none.none.1incl.NEG.passive.conditional.PRES] => |ᵑǃˠ|i|꜒|wˠ|-
[Q.none.none.1incl.NEG.passive.conditional.PAST] => |ʛˤ|a|̰꜖|rʷ|-
[Q.none.none.1incl.NEG.passive.optative.PRES] => |r̥ˠ|iː|꜒꜖|ʈʼʲ|-
[Q.none.none.1incl.NEG.passive.optative.PAST] => |ᵑǁʲ|u|꜒꜖|ɳʲ|-
[Q.none.none.1incl.POS.active.indicative.PRES] => |nʲ|i|꜖꜒|sˤ|-
[Q.none.none.1incl.POS.active.indicative.PAST] => |pʰʲ|u#|̰꜖|nʷ|-
[Q.none.none.1incl.POS.active.imperative.PRES] => |ɹʷ|a|̰꜖|ŋ̥ˠ|-
[Q.none.none.1incl.POS.active.imperative.PAST] => |ᵏǃʰʲ|iː|꜒|ɗˤ|-
[Q.none.none.1incl.POS.active.conditional.PRES] => |ᵑǃʼˤ|ʉ#|̰꜖|t͡ʃ|-
[Q.none.none.1incl.POS.active.conditional.PAST] => |kʷ|ᵊ|̰꜖|tʰˠ|-
[Q.none.none.1incl.POS.active.optative.PRES] => |ŋˠ|a#ː|̰꜖|n̥ˠ|-
[Q.none.none.1incl.POS.active.optative.PAST] => |ᵏǀʰˤ|a#ː|꜖꜒|ɹˠ|-
[Q.none.none.1incl.POS.passive.indicative.PRES] => |ᵏǃˤ|aː|꜒|qʼˠ|-
[Q.none.none.1incl.POS.passive.indicative.PAST] => |ᵑǁʲ|aː|꜖꜒|ʂʲ|-
[Q.none.none.1incl.POS.passive.imperative.PRES] => |ʛˤ|ᵊ|̰꜒|n̥ʷ|-
[Q.none.none.1incl.POS.passive.imperative.PAST] => |ᵑǀˤ|u|꜒꜖|kʼʲ|-
[Q.none.none.1incl.POS.passive.conditional.PRES] => |tʲ|a#ː|꜒|pʼˤ|-
[Q.none.none.1incl.POS.passive.conditional.PAST] => |qˠ|iː|꜒|ɳˠ|-
[Q.none.none.1incl.POS.passive.optative.PRES] => |kʰˤ|u|꜒|kʼʷ|-
[Q.none.none.1incl.POS.passive.optative.PAST] => |ʄʲ|i|̰꜖|ɴˠ|-
[Q.none.none.1excl.NEG.active.indicative.PRES] => |ᵏǀʷ|i|̰꜖|pʼˠ|-
[Q.none.none.1excl.NEG.active.indicative.PAST] => |ᵑǁˠ|aː|꜒|ɗˤ|-
[Q.none.none.1excl.NEG.active.imperative.PRES] => |lʲ|i#|꜒꜖|pˠ|-
[Q.none.none.1excl.NEG.active.imperative.PAST] => |ɳʲ|ᵊ|꜒꜖|wˤ|-
[Q.none.none.1excl.NEG.active.conditional.PRES] => |ɰʷ|i|꜖꜒|kʷ|-
[Q.none.none.1excl.NEG.active.conditional.PAST] => |nʲ|u|꜒|ɹˠ|-
[Q.none.none.1excl.NEG.active.optative.PRES] => |ɳ̥ʲ|a#ː|̰꜒|qʼʲ|-
[Q.none.none.1excl.NEG.active.optative.PAST] => |pʰˤ|a#|꜒꜖|lʲ|-
[Q.none.none.1excl.NEG.passive.indicative.PRES] => |ŋ̥ʲ|i|̰꜖|ʛˠ|-
[Q.none.none.1excl.NEG.passive.indicative.PAST] => |pʼˤ|i#|꜖|kʷ|-
[Q.none.none.1excl.NEG.passive.imperative.PRES] => |ᵑǀʼˤ|aː|꜒|ɭʲ|-
[Q.none.none.1excl.NEG.passive.imperative.PAST] => |ʃʲ|u#|꜖|ʈˠ|-
[Q.none.none.1excl.NEG.passive.conditional.PRES] => |ɰˠ|ʉ|̰꜒|ɻʲ|-
[Q.none.none.1excl.NEG.passive.conditional.PAST] => |n̥ˠ|ʉ|꜒|pʼˠ|-
[Q.none.none.1excl.NEG.passive.optative.PRES] => |ʂʲ|i|꜒꜖|ʈʲ|-
[Q.none.none.1excl.NEG.passive.optative.PAST] => |tˤ|ʉ#ː|̰꜒|qʲ|-
[Q.none.none.1excl.POS.active.indicative.PRES] => |ᵑǃʲ|a#ː|̰꜒|ɠʷ|-
[Q.none.none.1excl.POS.active.indicative.PAST] => |ᵏǃʰʲ|i#ː|꜒|ŋʷ|-
[Q.none.none.1excl.POS.active.imperative.PRES] => |ɹˤ|aː|꜖|ŋ̥ˠ|-
[Q.none.none.1excl.POS.active.imperative.PAST] => |qˤ|u#|̰꜒|ɴʲ|-
[Q.none.none.1excl.POS.active.conditional.PRES] => |ʈʲ|ʉ#|꜖|hpˠ|-
[Q.none.none.1excl.POS.active.conditional.PAST] => |tˤ|u|꜖|kʼʷ|-
[Q.none.none.1excl.POS.active.optative.PRES] => |ɴʲ|a|꜒꜖|ɹˠ|-
[Q.none.none.1excl.POS.active.optative.PAST] => |ɹʷ|a|꜒꜖|ʈʼˠ|-
[Q.none.none.1excl.POS.passive.indicative.PRES] => |ɭʲ|a|꜖꜒|rˤ|-
[Q.none.none.1excl.POS.passive.indicative.PAST] => |kˠ|i#ː|꜒|kʼʲ|-
[Q.none.none.1excl.POS.passive.imperative.PRES] => |hkʷ|a|꜖|ʄʲ|-
[Q.none.none.1excl.POS.passive.imperative.PAST] => |hkˠ|i|̰꜒|t͡ʃ|-
[Q.none.none.1excl.POS.passive.conditional.PRES] => |ɓˠ|u|̰꜖|ɴˤ|-
[Q.none.none.1excl.POS.passive.conditional.PAST] => |kˤ|aː|꜖꜒|r̥ʷ|-
[Q.none.none.1excl.POS.passive.optative.PRES] => |sˤ|u|꜖꜒|nˤ|-
[Q.none.none.1excl.POS.passive.optative.PAST] => |kʰʷ|a|꜖|kˠ|-
[Q.none.none.2.NEG.active.indicative.PRES] => |n̥ˤ|aː|꜖|ɭʲ|-
[Q.none.none.2.NEG.active.indicative.PAST] => |sˠ|ʉ#|꜒꜖|tʰˤ|-
[Q.none.none.2.NEG.active.imperative.PRES] => |pʲ|u|̰꜖|kˤ|-
[Q.none.none.2.NEG.active.imperative.PAST] => |ᵏǁʼʲ|u|꜒|ɰˠ|-
[Q.none.none.2.NEG.active.conditional.PRES] => |ɗˤ|ᵊ|꜒|m̥ˠ|-
[Q.none.none.2.NEG.active.conditional.PAST] => |htʲ|i|꜖|ʡʲ|-
[Q.none.none.2.NEG.active.optative.PRES] => |ɴʲ|a|̰꜖|ŋʷ|-
[Q.none.none.2.NEG.active.optative.PAST] => |ʈʼˠ|ᵊ|꜖|pʲ|-
[Q.none.none.2.NEG.passive.indicative.PRES] => |ᵏǀʲ|ᵊ|꜒꜖|rʲ|-
[Q.none.none.2.NEG.passive.indicative.PAST] => |ʃˠ|aː|̰꜖|t͡sʲ|-
[Q.none.none.2.NEG.passive.imperative.PRES] => |ɹˤ|ʉ|̰꜖|qʷ|-
[Q.none.none.2.NEG.passive.imperative.PAST] => |ᵏǀʼʲ|i|̰꜒|ɠˠ|-
[Q.none.none.2.NEG.passive.conditional.PRES] => |m̥ˠ|ᵊ|꜖|hpʲ|-
[Q.none.none.2.NEG.passive.conditional.PAST] => |tʰˠ|ʉ|꜒꜖|nˤ|-
[Q.none.none.2.NEG.passive.optative.PRES] => |rˠ|aː|꜒꜖|ŋ̥ˤ|-
[Q.none.none.2.NEG.passive.optative.PAST] => |kʼˤ|ʉ|̰꜖|ɻʲ|-
[Q.none.none.2.POS.active.indicative.PRES] => |n̥ʷ|i|꜖|ʜˠ|-
[Q.none.none.2.POS.active.indicative.PAST] => |ᵏǁʼˠ|i|꜒꜖|hkʲ|-
[Q.none.none.2.POS.active.imperative.PRES] => |ᵏǃʼˠ|i|꜖|mʲ|-
[Q.none.none.2.POS.active.imperative.PAST] => |ᵑǀʷ|ʉ|꜖꜒|mʲ|-
[Q.none.none.2.POS.active.conditional.PRES] => |ʛʲ|ᵊ|̰꜖|nˤ|-
[Q.none.none.2.POS.active.conditional.PAST] => |ɰˤ|a#|꜒|wˠ|-
[Q.none.none.2.POS.active.optative.PRES] => |h|u|꜖꜒|pʼˠ|-
[Q.none.none.2.POS.active.optative.PAST] => |pˤ|a|꜖꜒|tʰˠ|-
[Q.none.none.2.POS.passive.indicative.PRES] => |ɰʷ|a|꜖|ɰʷ|-
[Q.none.none.2.POS.passive.indicative.PAST] => |kʼʷ|a|̰꜒|ʈʼˠ|-
[Q.none.none.2.POS.passive.imperative.PRES] => |ʈʼˠ|i#|꜒|mˠ|-
[Q.none.none.2.POS.passive.imperative.PAST] => |ᵏǀˤ|a#|̰꜒|ŋ̥ˠ|-
[Q.none.none.2.POS.passive.conditional.PRES] => |ᵑǀʲ|a|꜖꜒|n̥ʷ|-
[Q.none.none.2.POS.passive.conditional.PAST] => |r̥ʷ|a#|꜒꜖|ɴˠ|-
[Q.none.none.2.POS.passive.optative.PRES] => |ᵑǃʼʷ|a|꜒꜖|nˠ|-
[Q.none.none.2.POS.passive.optative.PAST] => |qˤ|i|꜒꜖|n̥ˠ|-
[Q.none.none.3.cl.1.NEG.active.indicative.PRES] => |tʼʲ|iː|꜖꜒|htʷ|-
[Q.none.none.3.cl.1.NEG.active.indicative.PAST] => |nʷ|ʉː|꜒|lʲ|-
[Q.none.none.3.cl.1.NEG.active.imperative.PRES] => |ᵏǀˠ|ᵊ|꜖|tˤ|-
[Q.none.none.3.cl.1.NEG.active.imperative.PAST] => |ᵏǁʰˠ|uː|꜒|n̥ˠ|-
[Q.none.none.3.cl.1.NEG.active.conditional.PRES] => |ʈʼˠ|i|꜖꜒|ɠʲ|-
[Q.none.none.3.cl.1.NEG.active.conditional.PAST] => |ɴˤ|a|꜖꜒|pˠ|-
[Q.none.none.3.cl.1.NEG.active.optative.PRES] => |pʲ|u#ː|̰꜒|sˠ|-
[Q.none.none.3.cl.1.NEG.active.optative.PAST] => |kʰˠ|a|̰꜒|kʼʷ|-
[Q.none.none.3.cl.1.NEG.passive.indicative.PRES] => |ɳˠ|uː|꜖|ɹˠ|-
[Q.none.none.3.cl.1.NEG.passive.indicative.PAST] => |hpˤ|ʉ#ː|̰꜒|sˤ|-
[Q.none.none.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǀʲ|ᵊ|꜖|ɹʷ|-
[Q.none.none.3.cl.1.NEG.passive.imperative.PAST] => |kˠ|aː|꜖|tɬˠ|-
[Q.none.none.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǁʲ|i|꜖꜒|hʈˠ|-
[Q.none.none.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀˠ|a#ː|̰꜖|ŋ̥ˤ|-
[Q.none.none.3.cl.1.NEG.passive.optative.PRES] => |ɓˤ|u#ː|꜖꜒|ŋʷ|-
[Q.none.none.3.cl.1.NEG.passive.optative.PAST] => |mˠ|u|̰꜖|ʈˠ|-
[Q.none.none.3.cl.1.POS.active.indicative.PRES] => |tʰʷ|a|̰꜒|mˠ|-
[Q.none.none.3.cl.1.POS.active.indicative.PAST] => |ɠˠ|i|̰꜖|ʂˠ|-
[Q.none.none.3.cl.1.POS.active.imperative.PRES] => |n̥ˤ|a|꜖|ɽʲ|-
[Q.none.none.3.cl.1.POS.active.imperative.PAST] => |pˠ|ᵊ|꜒꜖|ʂˠ|-
[Q.none.none.3.cl.1.POS.active.conditional.PRES] => |ᵏǁʼʲ|a#|̰꜖|ɥʲ|-
[Q.none.none.3.cl.1.POS.active.conditional.PAST] => |pʼˤ|u#|̰꜒|qʷ|-
[Q.none.none.3.cl.1.POS.active.optative.PRES] => |ᵏǁʰˠ|ᵊ|̰꜒|ʈʼˠ|-
[Q.none.none.3.cl.1.POS.active.optative.PAST] => |ɭʲ|a#ː|꜖|ɥˠ|-
[Q.none.none.3.cl.1.POS.passive.indicative.PRES] => |qʼˠ|a|̰꜖|ʂʲ|-
[Q.none.none.3.cl.1.POS.passive.indicative.PAST] => |ᵑǁʼˠ|u|꜖꜒|ʂˠ|-
[Q.none.none.3.cl.1.POS.passive.imperative.PRES] => |ʃʲ|ʉ#ː|꜒|tʰʲ|-
[Q.none.none.3.cl.1.POS.passive.imperative.PAST] => |kˠ|a|꜖|qʷ|-
[Q.none.none.3.cl.1.POS.passive.conditional.PRES] => |n̥ˠ|ᵊ|̰꜖|sʷ|-
[Q.none.none.3.cl.1.POS.passive.conditional.PAST] => |ʛˠ|i#ː|꜖|tʰˠ|-
[Q.none.none.3.cl.1.POS.passive.optative.PRES] => |n̥ʷ|ʉː|꜒꜖|ʋʲ|-
[Q.none.none.3.cl.1.POS.passive.optative.PAST] => |ᵏǃʰˠ|i|꜒|ɳ̥ʲ|-
[Q.none.none.3.cl.2.NEG.active.indicative.PRES] => |ŋ̥ʷ|iː|꜒꜖|ɠˤ|-
[Q.none.none.3.cl.2.NEG.active.indicative.PAST] => |ᵏǃʰʷ|ᵊ|꜒|ɠˤ|-
[Q.none.none.3.cl.2.NEG.active.imperative.PRES] => |pˠ|i|꜒|ɗˠ|-
[Q.none.none.3.cl.2.NEG.active.imperative.PAST] => |tʰˠ|ʉ#ː|꜖꜒|mʲ|-
[Q.none.none.3.cl.2.NEG.active.conditional.PRES] => |ʈʰʲ|iː|̰꜒|hkˠ|-
[Q.none.none.3.cl.2.NEG.active.conditional.PAST] => |mˠ|i|꜒꜖|ʛʲ|-
[Q.none.none.3.cl.2.NEG.active.optative.PRES] => |ʛˠ|a#|꜒꜖|hpʲ|-
[Q.none.none.3.cl.2.NEG.active.optative.PAST] => |t͡sˠ|u#ː|꜒|ʈʼʲ|-
[Q.none.none.3.cl.2.NEG.passive.indicative.PRES] => |tʰˤ|ᵊ|̰꜒|mʲ|-
[Q.none.none.3.cl.2.NEG.passive.indicative.PAST] => |ɰʲ|a|̰꜖|ɾˤ|-
[Q.none.none.3.cl.2.NEG.passive.imperative.PRES] => |kʼˤ|i|꜒|kˠ|-
[Q.none.none.3.cl.2.NEG.passive.imperative.PAST] => |nˠ|ᵊ|꜖|n̥ˠ|-
[Q.none.none.3.cl.2.NEG.passive.conditional.PRES] => |r̥ʲ|a|̰꜖|rˤ|-
[Q.none.none.3.cl.2.NEG.passive.conditional.PAST] => |nʷ|iː|꜖|ŋ̥ˤ|-
[Q.none.none.3.cl.2.NEG.passive.optative.PRES] => |ʜʲ|i|̰꜖|kˠ|-
[Q.none.none.3.cl.2.NEG.passive.optative.PAST] => |ɓˤ|iː|꜖|wʲ|-
[Q.none.none.3.cl.2.POS.active.indicative.PRES] => |tˤ|ʉː|꜒꜖|ʄʲ|-
[Q.none.none.3.cl.2.POS.active.indicative.PAST] => |kʼʷ|i#ː|꜒꜖|ŋʷ|-
[Q.none.none.3.cl.2.POS.active.imperative.PRES] => |ᵏǃʰˤ|i|̰꜖|ɓʲ|-
[Q.none.none.3.cl.2.POS.active.imperative.PAST] => |ɴʲ|a|꜒|tʰˤ|-
[Q.none.none.3.cl.2.POS.active.conditional.PRES] => |qʼˠ|ᵊ|꜒|r̥ˠ|-
[Q.none.none.3.cl.2.POS.active.conditional.PAST] => |ʛˤ|a|꜒꜖|ʂʲ|-
[Q.none.none.3.cl.2.POS.active.optative.PRES] => |ᵏǃʰˤ|i#|꜖꜒|n̥ʷ|-
[Q.none.none.3.cl.2.POS.active.optative.PAST] => |ʋˠ|a|꜖꜒|htˠ|-
[Q.none.none.3.cl.2.POS.passive.indicative.PRES] => |ᵑǀʷ|i|̰꜖|ŋ̥ˠ|-
[Q.none.none.3.cl.2.POS.passive.indicative.PAST] => |tɬʲ|iː|꜖|ʔ|-
[Q.none.none.3.cl.2.POS.passive.imperative.PRES] => |ʂˠ|uː|꜒|pʼˤ|-
[Q.none.none.3.cl.2.POS.passive.imperative.PAST] => |ɰˤ|u|꜖꜒|sˠ|-
[Q.none.none.3.cl.2.POS.passive.conditional.PRES] => |n̥ʲ|ʉ|̰꜒|ʈʼʲ|-
[Q.none.none.3.cl.2.POS.passive.conditional.PAST] => |ɳ̥ʲ|a|꜒꜖|ʈˠ|-
[Q.none.none.3.cl.2.POS.passive.optative.PRES] => |nʷ|i|꜖꜒|hkˠ|-
[Q.none.none.3.cl.2.POS.passive.optative.PAST] => |ᵏǃʰˠ|ʉː|꜒|ʃˠ|-
[Q.none.none.3.cl.3.NEG.active.indicative.PRES] => |wˠ|aː|꜒꜖|t͡sʷ|-
[Q.none.none.3.cl.3.NEG.active.indicative.PAST] => |ɾʷ|a|꜒|t͡sˤ|-
[Q.none.none.3.cl.3.NEG.active.imperative.PRES] => |n̥ˠ|iː|̰꜒|pʲ|-
[Q.none.none.3.cl.3.NEG.active.imperative.PAST] => |ʡˠ|i#|꜒|ʡˠ|-
[Q.none.none.3.cl.3.NEG.active.conditional.PRES] => |ᵏǃʷ|a|꜒|ɗʷ|-
[Q.none.none.3.cl.3.NEG.active.conditional.PAST] => |n̥ˠ|a|꜒꜖|ɴˤ|-
[Q.none.none.3.cl.3.NEG.active.optative.PRES] => |hʈˠ|a#ː|̰꜖|ɳ̥ˠ|-
[Q.none.none.3.cl.3.NEG.active.optative.PAST] => |hʈˠ|iː|̰꜖|ŋ̥ʲ|-
[Q.none.none.3.cl.3.NEG.passive.indicative.PRES] => |tʷ|i#|꜒|ɹˤ|-
[Q.none.none.3.cl.3.NEG.passive.indicative.PAST] => |ɗʲ|i|̰꜖|pˤ|-
[Q.none.none.3.cl.3.NEG.passive.imperative.PRES] => |wˤ|ʉ|̰꜖|ʃˠ|-
[Q.none.none.3.cl.3.NEG.passive.imperative.PAST] => |t͡sʷ|i|꜖|ɓʲ|-
[Q.none.none.3.cl.3.NEG.passive.conditional.PRES] => |ɓˠ|u|̰꜖|n̥ˤ|-
[Q.none.none.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀʼʷ|ʉ|꜒꜖|hkʲ|-
[Q.none.none.3.cl.3.NEG.passive.optative.PRES] => |htʲ|aː|꜒꜖|ʂˠ|-
[Q.none.none.3.cl.3.NEG.passive.optative.PAST] => |ᵏǃʼˠ|i|̰꜒|nˠ|-
[Q.none.none.3.cl.3.POS.active.indicative.PRES] => |ʂʲ|u|꜖|pʼˠ|-
[Q.none.none.3.cl.3.POS.active.indicative.PAST] => |ᵏǃʰˤ|i|꜖꜒|tʼʲ|-
[Q.none.none.3.cl.3.POS.active.imperative.PRES] => |kˠ|a|̰꜒|tʲ|-
[Q.none.none.3.cl.3.POS.active.imperative.PAST] => |ᵏǁʼʲ|a|̰꜖|n̥ˠ|-
[Q.none.none.3.cl.3.POS.active.conditional.PRES] => |h|a|꜖꜒|ɓʲ|-
[Q.none.none.3.cl.3.POS.active.conditional.PAST] => |ŋ̥ˠ|i|̰꜖|tʼʷ|-
[Q.none.none.3.cl.3.POS.active.optative.PRES] => |n̥ˠ|ʉ|꜖|ʈʼʲ|-
[Q.none.none.3.cl.3.POS.active.optative.PAST] => |ʂˠ|i#ː|꜖꜒|ʜˠ|-
[Q.none.none.3.cl.3.POS.passive.indicative.PRES] => |htˠ|uː|꜒꜖|qˤ|-
[Q.none.none.3.cl.3.POS.passive.indicative.PAST] => |t͡ʂʲ|a|꜒꜖|t͡ʃ|-
[Q.none.none.3.cl.3.POS.passive.imperative.PRES] => |mʲ|i|꜖|sˠ|-
[Q.none.none.3.cl.3.POS.passive.imperative.PAST] => |ᵑǀʼʷ|i|̰꜖|mˤ|-
[Q.none.none.3.cl.3.POS.passive.conditional.PRES] => |ᵑǁʼʲ|uː|꜒|ɰˠ|-
[Q.none.none.3.cl.3.POS.passive.conditional.PAST] => |ɹʷ|ʉ|̰꜖|tˤ|-
[Q.none.none.3.cl.3.POS.passive.optative.PRES] => |ʈʰʲ|ʉ|꜒|ɓˤ|-
[Q.none.none.3.cl.3.POS.passive.optative.PAST] => |h|aː|꜖꜒|ɴˤ|-
[Q.none.none.3.cl.4.NEG.active.indicative.PRES] => |ʃˠ|ʉ#ː|̰꜖|wˤ|-
[Q.none.none.3.cl.4.NEG.active.indicative.PAST] => |kʰʲ|a#ː|̰꜖|lʲ|-
[Q.none.none.3.cl.4.NEG.active.imperative.PRES] => |ʛʷ|i|̰꜒|t͡ʂʲ|-
[Q.none.none.3.cl.4.NEG.active.imperative.PAST] => |pʼˠ|a#ː|̰꜖|ɹˠ|-
[Q.none.none.3.cl.4.NEG.active.conditional.PRES] => |ʋˤ|ʉ|꜒|ɾˠ|-
[Q.none.none.3.cl.4.NEG.active.conditional.PAST] => |t͡ʂʲ|uː|꜖|ʜˠ|-
[Q.none.none.3.cl.4.NEG.active.optative.PRES] => |ʈʰʲ|a|̰꜒|ʜˠ|-
[Q.none.none.3.cl.4.NEG.active.optative.PAST] => |ʂˠ|i|꜒|ɹʷ|-
[Q.none.none.3.cl.4.NEG.passive.indicative.PRES] => |ɴʲ|a|꜒|m̥ʲ|-
[Q.none.none.3.cl.4.NEG.passive.indicative.PAST] => |sʲ|u|̰꜖|mˤ|-
[Q.none.none.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǁʰʲ|ʉ|̰꜒|ɥˠ|-
[Q.none.none.3.cl.4.NEG.passive.imperative.PAST] => |ɰʷ|ᵊ|̰꜒|ɴˤ|-
[Q.none.none.3.cl.4.NEG.passive.conditional.PRES] => |j|ʉ|̰꜒|ʈʼˠ|-
[Q.none.none.3.cl.4.NEG.passive.conditional.PAST] => |tˤ|ᵊ|꜒|pˠ|-
[Q.none.none.3.cl.4.NEG.passive.optative.PRES] => |ᵏǃʰˠ|i#|꜖|kˤ|-
[Q.none.none.3.cl.4.NEG.passive.optative.PAST] => |ᵑǀʼˠ|i|꜒|ɹʲ|-
[Q.none.none.3.cl.4.POS.active.indicative.PRES] => |ɥˤ|ʉ#|꜖꜒|ŋ̥ˤ|-
[Q.none.none.3.cl.4.POS.active.indicative.PAST] => |ʜʲ|iː|꜖|ɗˠ|-
[Q.none.none.3.cl.4.POS.active.imperative.PRES] => |t͡sˠ|ʉː|̰꜖|r̥ʷ|-
[Q.none.none.3.cl.4.POS.active.imperative.PAST] => |pˤ|ʉ|꜖|ɥˤ|-
[Q.none.none.3.cl.4.POS.active.conditional.PRES] => |hʈʲ|iː|̰꜒|ɠʷ|-
[Q.none.none.3.cl.4.POS.active.conditional.PAST] => |nˤ|ᵊ|̰꜖|ʂˠ|-
[Q.none.none.3.cl.4.POS.active.optative.PRES] => |ɰˤ|ʉ|꜖|ɠˠ|-
[Q.none.none.3.cl.4.POS.active.optative.PAST] => |htʷ|ʉː|̰꜖|kʼʷ|-
[Q.none.none.3.cl.4.POS.passive.indicative.PRES] => |ᵑǀˠ|iː|̰꜒|t͡ʂˠ|-
[Q.none.none.3.cl.4.POS.passive.indicative.PAST] => |qʷ|i|꜒|wˤ|-
[Q.none.none.3.cl.4.POS.passive.imperative.PRES] => |ɰʷ|i#ː|꜖|tʰʲ|-
[Q.none.none.3.cl.4.POS.passive.imperative.PAST] => |ɰˤ|ʉ|꜒|ŋˤ|-
[Q.none.none.3.cl.4.POS.passive.conditional.PRES] => |ɰʲ|ʉ#ː|̰꜒|ɓʲ|-
[Q.none.none.3.cl.4.POS.passive.conditional.PAST] => |ɹʲ|a|꜖|qʼˤ|-
[Q.none.none.3.cl.4.POS.passive.optative.PRES] => |ɗʲ|uː|꜒꜖|ʄʲ|-
[Q.none.none.3.cl.4.POS.passive.optative.PAST] => |ŋ̥ʲ|aː|̰꜒|nʲ|-
[Q.none.1incl.1incl.NEG.active.indicative.PRES] => |tʼʲ|a|̰꜖|sˤ|-
[Q.none.1incl.1incl.NEG.active.indicative.PAST] => |n̥ʲ|a#|̰꜖|ɳˠ|-
[Q.none.1incl.1incl.NEG.active.imperative.PRES] => |ʄˠ|a|꜖|ʃʲ|-
[Q.none.1incl.1incl.NEG.active.imperative.PAST] => |t͡ʃ|ʉ|꜖|nˠ|-
[Q.none.1incl.1incl.NEG.active.conditional.PRES] => |tɬʲ|iː|꜒꜖|ɗˠ|-
[Q.none.1incl.1incl.NEG.active.conditional.PAST] => |hkʷ|a|̰꜖|ʜʲ|-
[Q.none.1incl.1incl.NEG.active.optative.PRES] => |ᵏǀʼˤ|ᵊ|꜖꜒|ɳ̥ʲ|-
[Q.none.1incl.1incl.NEG.active.optative.PAST] => |ɽʲ|i|꜖|d͡ʐˠ|-
[Q.none.1incl.1incl.NEG.passive.indicative.PRES] => |sʷ|a|꜖꜒|tˤ|-
[Q.none.1incl.1incl.NEG.passive.indicative.PAST] => |ʋʲ|aː|꜖|ʋˤ|-
[Q.none.1incl.1incl.NEG.passive.imperative.PRES] => |ɳ̥ˠ|ᵊ|꜖꜒|tɬʲ|-
[Q.none.1incl.1incl.NEG.passive.imperative.PAST] => |ɗˤ|u#ː|꜖꜒|pˤ|-
[Q.none.1incl.1incl.NEG.passive.conditional.PRES] => |tʰˠ|i|꜖|kʰʷ|-
[Q.none.1incl.1incl.NEG.passive.conditional.PAST] => |tˤ|a|꜒꜖|ɓˤ|-
[Q.none.1incl.1incl.NEG.passive.optative.PRES] => |qʼʷ|ʉː|̰꜒|ʋˤ|-
[Q.none.1incl.1incl.NEG.passive.optative.PAST] => |tˠ|ᵊ|꜖꜒|r̥ʲ|-
[Q.none.1incl.1incl.POS.active.indicative.PRES] => |kʰˠ|ʉ|꜖꜒|pʼˠ|-
[Q.none.1incl.1incl.POS.active.indicative.PAST] => |ᵑǁʲ|ʉ#ː|꜒꜖|ɗʷ|-
[Q.none.1incl.1incl.POS.active.imperative.PRES] => |ŋ̥ʲ|aː|꜒꜖|tʰʷ|-
[Q.none.1incl.1incl.POS.active.imperative.PAST] => |ᵑǀˤ|u#|꜒꜖|tʼʷ|-
[Q.none.1incl.1incl.POS.active.conditional.PRES] => |kʰʷ|ʉː|̰꜖|ɳʲ|-
[Q.none.1incl.1incl.POS.active.conditional.PAST] => |ŋʲ|a|꜒|pˤ|-
[Q.none.1incl.1incl.POS.active.optative.PRES] => |ᵑǀˤ|iː|̰꜖|kʼˠ|-
[Q.none.1incl.1incl.POS.active.optative.PAST] => |ɗˠ|aː|̰꜒|hʈˠ|-
[Q.none.1incl.1incl.POS.passive.indicative.PRES] => |hkˤ|a|꜖꜒|ɰˤ|-
[Q.none.1incl.1incl.POS.passive.indicative.PAST] => |ʡˠ|u|꜖꜒|ɴʷ|-
[Q.none.1incl.1incl.POS.passive.imperative.PRES] => |ᵏǀʼʷ|a#|꜖|t͡ʂʲ|-
[Q.none.1incl.1incl.POS.passive.imperative.PAST] => |ᵑǀʼʲ|u#|꜖|ɴˤ|-
[Q.none.1incl.1incl.POS.passive.conditional.PRES] => |htˤ|u|꜖|ɓˠ|-
[Q.none.1incl.1incl.POS.passive.conditional.PAST] => |ᵑǃʼʲ|a#|꜒꜖|qʷ|-
[Q.none.1incl.1incl.POS.passive.optative.PRES] => |kʼˠ|a|꜒꜖|lˠ|-
[Q.none.1incl.1incl.POS.passive.optative.PAST] => |ɥˠ|ʉ|꜖|ɻˠ|-
[Q.none.1incl.1excl.NEG.active.indicative.PRES] => |r̥ʲ|a|̰꜖|tʰʲ|-
[Q.none.1incl.1excl.NEG.active.indicative.PAST] => |ɹʲ|i|꜒꜖|tʰʷ|-
[Q.none.1incl.1excl.NEG.active.imperative.PRES] => |ᵏǀʰˤ|ʉ#ː|꜒|t͡ʂʲ|-
[Q.none.1incl.1excl.NEG.active.imperative.PAST] => |hʈʲ|ʉ|꜒꜖|rʲ|-
[Q.none.1incl.1excl.NEG.active.conditional.PRES] => |t͡sˠ|ʉ|꜖꜒|ɓˠ|-
[Q.none.1incl.1excl.NEG.active.conditional.PAST] => |ɓˤ|ᵊ|꜒|n̥ˤ|-
[Q.none.1incl.1excl.NEG.active.optative.PRES] => |kʼˠ|ʉ#|꜒꜖|tʰʲ|-
[Q.none.1incl.1excl.NEG.active.optative.PAST] => |kˤ|i|꜖꜒|tɬˠ|-
[Q.none.1incl.1excl.NEG.passive.indicative.PRES] => |ᵏǀʰʲ|a#ː|̰꜒|ɴˤ|-
[Q.none.1incl.1excl.NEG.passive.indicative.PAST] => |qʼʷ|i|̰꜒|m̥ˠ|-
[Q.none.1incl.1excl.NEG.passive.imperative.PRES] => |hpˠ|u#ː|꜖|ʈʰˠ|-
[Q.none.1incl.1excl.NEG.passive.imperative.PAST] => |ᵑǀʷ|ʉ|̰꜒|ɓˤ|-
[Q.none.1incl.1excl.NEG.passive.conditional.PRES] => |ɗˤ|i|꜖|ʈʼʲ|-
[Q.none.1incl.1excl.NEG.passive.conditional.PAST] => |qˤ|u|꜒꜖|ɽʲ|-
[Q.none.1incl.1excl.NEG.passive.optative.PRES] => |ᵏǃˠ|uː|̰꜖|pʰˤ|-
[Q.none.1incl.1excl.NEG.passive.optative.PAST] => |kˠ|u|꜖꜒|ɠʲ|-
[Q.none.1incl.1excl.POS.active.indicative.PRES] => |ɹʷ|a|꜖|r̥ˠ|-
[Q.none.1incl.1excl.POS.active.indicative.PAST] => |r̥ʲ|ʉː|꜒꜖|ʔ|-
[Q.none.1incl.1excl.POS.active.imperative.PRES] => |kʰˠ|a|꜖꜒|ɭˠ|-
[Q.none.1incl.1excl.POS.active.imperative.PAST] => |ɠˠ|a|꜒|ɰʲ|-
[Q.none.1incl.1excl.POS.active.conditional.PRES] => |tɬʲ|i|꜖꜒|ŋˠ|-
[Q.none.1incl.1excl.POS.active.conditional.PAST] => |qʼʲ|aː|꜖꜒|wˠ|-
[Q.none.1incl.1excl.POS.active.optative.PRES] => |ɓˠ|aː|꜖꜒|ʂʲ|-
[Q.none.1incl.1excl.POS.active.optative.PAST] => |nˤ|a|̰꜖|ʋˤ|-
[Q.none.1incl.1excl.POS.passive.indicative.PRES] => |ᵏǀˠ|ʉ|꜖꜒|ɽʲ|-
[Q.none.1incl.1excl.POS.passive.indicative.PAST] => |ᵑǀˤ|a|̰꜖|sˤ|-
[Q.none.1incl.1excl.POS.passive.imperative.PRES] => |ɰʷ|aː|꜒꜖|n̥ˤ|-
[Q.none.1incl.1excl.POS.passive.imperative.PAST] => |pˠ|ʉ|꜖|sˤ|-
[Q.none.1incl.1excl.POS.passive.conditional.PRES] => |ᵑǁʲ|u|꜖|ʋʲ|-
[Q.none.1incl.1excl.POS.passive.conditional.PAST] => |ɴˠ|u#|̰꜖|ɠˠ|-
[Q.none.1incl.1excl.POS.passive.optative.PRES] => |hkʷ|a#|꜒|ɴʲ|-
[Q.none.1incl.1excl.POS.passive.optative.PAST] => |ᵑǃʼʷ|a#ː|꜒|ɴʲ|-
[Q.none.1incl.2.NEG.active.indicative.PRES] => |sʲ|aː|̰꜖|qʼˠ|-
[Q.none.1incl.2.NEG.active.indicative.PAST] => |h|iː|꜖꜒|tʰˠ|-
[Q.none.1incl.2.NEG.active.imperative.PRES] => |ɰˠ|i#|꜒|ʈʲ|-
[Q.none.1incl.2.NEG.active.imperative.PAST] => |hpʲ|i|꜖|sʲ|-
[Q.none.1incl.2.NEG.active.conditional.PRES] => |n̥ʲ|ʉ#|꜖꜒|lˠ|-
[Q.none.1incl.2.NEG.active.conditional.PAST] => |ɰˠ|u|̰꜒|n̥ʲ|-
[Q.none.1incl.2.NEG.active.optative.PRES] => |ʈˠ|ʉ#ː|꜒꜖|kʷ|-
[Q.none.1incl.2.NEG.active.optative.PAST] => |sˠ|ᵊ|̰꜒|tʼʲ|-
[Q.none.1incl.2.NEG.passive.indicative.PRES] => |qʼˤ|ʉ#|̰꜒|ɰˠ|-
[Q.none.1incl.2.NEG.passive.indicative.PAST] => |tˤ|ʉː|꜒|ʋˤ|-
[Q.none.1incl.2.NEG.passive.imperative.PRES] => |lʲ|i|̰꜒|sˠ|-
[Q.none.1incl.2.NEG.passive.imperative.PAST] => |ʡˠ|a|꜖꜒|n̥ʲ|-
[Q.none.1incl.2.NEG.passive.conditional.PRES] => |tʰˠ|uː|̰꜒|nʲ|-
[Q.none.1incl.2.NEG.passive.conditional.PAST] => |n̥ʷ|a|꜒|ɳ̥ʲ|-
[Q.none.1incl.2.NEG.passive.optative.PRES] => |ᵏǃʰʲ|a|꜖|tɬˠ|-
[Q.none.1incl.2.NEG.passive.optative.PAST] => |tʼʲ|aː|꜒꜖|ɓˠ|-
[Q.none.1incl.2.POS.active.indicative.PRES] => |qˠ|a|꜒꜖|m̥ʲ|-
[Q.none.1incl.2.POS.active.indicative.PAST] => |ᵏǀʰʷ|i|꜖|kˠ|-
[Q.none.1incl.2.POS.active.imperative.PRES] => |ᵑǃˠ|i#ː|꜒꜖|ɳʲ|-
[Q.none.1incl.2.POS.active.imperative.PAST] => |ŋʲ|i|꜖꜒|ɳ̥ˠ|-
[Q.none.1incl.2.POS.active.conditional.PRES] => |pʼˠ|iː|̰꜒|ʛʲ|-
[Q.none.1incl.2.POS.active.conditional.PAST] => |ɹˤ|u|꜖꜒|ʃˠ|-
[Q.none.1incl.2.POS.active.optative.PRES] => |ᵏǃʰʷ|iː|꜒꜖|hpˤ|-
[Q.none.1incl.2.POS.active.optative.PAST] => |ᵑǃʼʷ|ʉ#|꜖꜒|ɾʷ|-
[Q.none.1incl.2.POS.passive.indicative.PRES] => |rʷ|a|̰꜖|sˠ|-
[Q.none.1incl.2.POS.passive.indicative.PAST] => |qʲ|iː|̰꜒|mʲ|-
[Q.none.1incl.2.POS.passive.imperative.PRES] => |nˠ|ʉ|̰꜖|mˠ|-
[Q.none.1incl.2.POS.passive.imperative.PAST] => |ʄˠ|i|꜖꜒|rʲ|-
[Q.none.1incl.2.POS.passive.conditional.PRES] => |ʃʲ|aː|̰꜒|d͡ʐˠ|-
[Q.none.1incl.2.POS.passive.conditional.PAST] => |ᵑǁʼˠ|ʉ#|꜖꜒|t͡sʲ|-
[Q.none.1incl.2.POS.passive.optative.PRES] => |tʼˠ|a#|꜖|r̥ʷ|-
[Q.none.1incl.2.POS.passive.optative.PAST] => |hpʲ|a|꜒|ɗʷ|-
[Q.none.1incl.3.cl.1.NEG.active.indicative.PRES] => |nˤ|i|̰꜖|ɹˤ|-
[Q.none.1incl.3.cl.1.NEG.active.indicative.PAST] => |ɠʷ|a#ː|꜖|rˠ|-
[Q.none.1incl.3.cl.1.NEG.active.imperative.PRES] => |tʰˠ|a|꜒꜖|mʲ|-
[Q.none.1incl.3.cl.1.NEG.active.imperative.PAST] => |ɥˤ|u|̰꜒|hkʲ|-
[Q.none.1incl.3.cl.1.NEG.active.conditional.PRES] => |ɳˠ|aː|꜖|h|-
[Q.none.1incl.3.cl.1.NEG.active.conditional.PAST] => |ɳ̥ʲ|uː|꜒꜖|ɰʲ|-
[Q.none.1incl.3.cl.1.NEG.active.optative.PRES] => |ɴˠ|a#|꜖|ŋˤ|-
[Q.none.1incl.3.cl.1.NEG.active.optative.PAST] => |ʋʲ|ᵊ|̰꜒|ʋʲ|-
[Q.none.1incl.3.cl.1.NEG.passive.indicative.PRES] => |tˤ|a|꜒|t͡ʂˠ|-
[Q.none.1incl.3.cl.1.NEG.passive.indicative.PAST] => |sˤ|u|꜖꜒|d͡ʐˠ|-
[Q.none.1incl.3.cl.1.NEG.passive.imperative.PRES] => |tʼˠ|u|̰꜖|qʷ|-
[Q.none.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ɥʲ|iː|꜒|ɗʲ|-
[Q.none.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ʜˠ|ᵊ|꜒|kˠ|-
[Q.none.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ɥˠ|ᵊ|̰꜒|lˠ|-
[Q.none.1incl.3.cl.1.NEG.passive.optative.PRES] => |ᵑǀˠ|ᵊ|꜒꜖|kʰʲ|-
[Q.none.1incl.3.cl.1.NEG.passive.optative.PAST] => |ʈʰˠ|i|̰꜒|pʼʲ|-
[Q.none.1incl.3.cl.1.POS.active.indicative.PRES] => |htʲ|ᵊ|꜒꜖|wʲ|-
[Q.none.1incl.3.cl.1.POS.active.indicative.PAST] => |n̥ˤ|ʉ|̰꜖|pʼʲ|-
[Q.none.1incl.3.cl.1.POS.active.imperative.PRES] => |ɻˠ|iː|꜖|ɹˤ|-
[Q.none.1incl.3.cl.1.POS.active.imperative.PAST] => |ɠʷ|aː|꜖|m̥ʲ|-
[Q.none.1incl.3.cl.1.POS.active.conditional.PRES] => |ɰʲ|i#ː|꜒|tʼˤ|-
[Q.none.1incl.3.cl.1.POS.active.conditional.PAST] => |nˤ|i#|꜖|ɗˤ|-
[Q.none.1incl.3.cl.1.POS.active.optative.PRES] => |n̥ˤ|iː|꜒꜖|ɴˤ|-
[Q.none.1incl.3.cl.1.POS.active.optative.PAST] => |ʈˠ|a#ː|̰꜖|ʔ|-
[Q.none.1incl.3.cl.1.POS.passive.indicative.PRES] => |r̥ʷ|iː|꜒|t͡sʲ|-
[Q.none.1incl.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʰʲ|u|̰꜖|t͡sˤ|-
[Q.none.1incl.3.cl.1.POS.passive.imperative.PRES] => |ŋˤ|ʉ|꜖|ʛʲ|-
[Q.none.1incl.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀˠ|u|꜒|ʃʲ|-
[Q.none.1incl.3.cl.1.POS.passive.conditional.PRES] => |hpʲ|a|̰꜒|tʼʲ|-
[Q.none.1incl.3.cl.1.POS.passive.conditional.PAST] => |pʰˠ|ᵊ|꜒꜖|tɬˠ|-
[Q.none.1incl.3.cl.1.POS.passive.optative.PRES] => |ʋʲ|aː|꜒꜖|kˠ|-
[Q.none.1incl.3.cl.1.POS.passive.optative.PAST] => |pˠ|ᵊ|꜖꜒|wˤ|-
[Q.none.1incl.3.cl.2.NEG.active.indicative.PRES] => |ɻˠ|a#ː|꜖|rˤ|-
[Q.none.1incl.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀʼʲ|ᵊ|꜖꜒|n̥ˤ|-
[Q.none.1incl.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀˠ|ʉ#|꜖꜒|n̥ˠ|-
[Q.none.1incl.3.cl.2.NEG.active.imperative.PAST] => |qˤ|ʉ#ː|꜒|pʼʲ|-
[Q.none.1incl.3.cl.2.NEG.active.conditional.PRES] => |t͡sʲ|aː|̰꜒|ɾˤ|-
[Q.none.1incl.3.cl.2.NEG.active.conditional.PAST] => |ᵏǀʰˠ|u#|꜖꜒|ɳˠ|-
[Q.none.1incl.3.cl.2.NEG.active.optative.PRES] => |ʈʲ|ʉ|꜒꜖|kʼˤ|-
[Q.none.1incl.3.cl.2.NEG.active.optative.PAST] => |ŋʷ|i|꜖|kˤ|-
[Q.none.1incl.3.cl.2.NEG.passive.indicative.PRES] => |rʷ|iː|̰꜖|ɻˠ|-
[Q.none.1incl.3.cl.2.NEG.passive.indicative.PAST] => |rʲ|a|꜒|ɴˤ|-
[Q.none.1incl.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǃʼʷ|a|꜒|ʡˠ|-
[Q.none.1incl.3.cl.2.NEG.passive.imperative.PAST] => |qʲ|u#|꜒꜖|ɹˠ|-
[Q.none.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǃʼˠ|ᵊ|꜖꜒|ɾˤ|-
[Q.none.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ʃʲ|i|꜒|ɻʲ|-
[Q.none.1incl.3.cl.2.NEG.passive.optative.PRES] => |pʼˤ|uː|̰꜒|ʈʼʲ|-
[Q.none.1incl.3.cl.2.NEG.passive.optative.PAST] => |ᵏǁʼˠ|ʉ|̰꜖|ɠʷ|-
[Q.none.1incl.3.cl.2.POS.active.indicative.PRES] => |ʈʰˠ|i|꜖|ɓˤ|-
[Q.none.1incl.3.cl.2.POS.active.indicative.PAST] => |ʋˠ|ᵊ|꜒꜖|ɽʲ|-
[Q.none.1incl.3.cl.2.POS.active.imperative.PRES] => |rʲ|u#|꜖|mʲ|-
[Q.none.1incl.3.cl.2.POS.active.imperative.PAST] => |ʜˠ|a#|꜖꜒|r̥ʷ|-
[Q.none.1incl.3.cl.2.POS.active.conditional.PRES] => |lʲ|ʉ|꜖|r̥ˤ|-
[Q.none.1incl.3.cl.2.POS.active.conditional.PAST] => |ᵑǁʼʲ|a#ː|̰꜒|kʷ|-
[Q.none.1incl.3.cl.2.POS.active.optative.PRES] => |ʈʼˠ|i#ː|꜒꜖|ɰˠ|-
[Q.none.1incl.3.cl.2.POS.active.optative.PAST] => |ŋ̥ˤ|aː|̰꜒|ɻʲ|-
[Q.none.1incl.3.cl.2.POS.passive.indicative.PRES] => |ʈʰʲ|iː|꜖|ɥʲ|-
[Q.none.1incl.3.cl.2.POS.passive.indicative.PAST] => |ᵏǁʲ|ʉ|꜒꜖|ɽʲ|-
[Q.none.1incl.3.cl.2.POS.passive.imperative.PRES] => |kʰˠ|ᵊ|꜖꜒|tʰˠ|-
[Q.none.1incl.3.cl.2.POS.passive.imperative.PAST] => |ᵏǁˠ|ʉ#ː|꜒|rʲ|-
[Q.none.1incl.3.cl.2.POS.passive.conditional.PRES] => |ᵑǃʲ|a#ː|̰꜖|ʜʲ|-
[Q.none.1incl.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃʰʷ|ᵊ|̰꜖|tʼʷ|-
[Q.none.1incl.3.cl.2.POS.passive.optative.PRES] => |ŋ̥ʷ|a|̰꜒|m̥ʲ|-
[Q.none.1incl.3.cl.2.POS.passive.optative.PAST] => |ɗˠ|ᵊ|꜒꜖|n̥ʲ|-
[Q.none.1incl.3.cl.3.NEG.active.indicative.PRES] => |ɳ̥ʲ|ʉ|꜖|d͡ʐˠ|-
[Q.none.1incl.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀʼˤ|ʉ#ː|꜒|ʛʷ|-
[Q.none.1incl.3.cl.3.NEG.active.imperative.PRES] => |ʃˠ|u|꜖꜒|ʈʰʲ|-
[Q.none.1incl.3.cl.3.NEG.active.imperative.PAST] => |ŋ̥ʲ|aː|꜒꜖|n̥ʷ|-
[Q.none.1incl.3.cl.3.NEG.active.conditional.PRES] => |d͡ʐˠ|a#ː|꜒꜖|ɹʲ|-
[Q.none.1incl.3.cl.3.NEG.active.conditional.PAST] => |tɬʲ|ᵊ|꜒꜖|ɴʲ|-
[Q.none.1incl.3.cl.3.NEG.active.optative.PRES] => |pˠ|uː|꜖꜒|ɭˠ|-
[Q.none.1incl.3.cl.3.NEG.active.optative.PAST] => |ɰʷ|ʉː|꜒꜖|kˠ|-
[Q.none.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃʰʲ|ᵊ|꜒|qˠ|-
[Q.none.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǃˤ|a#|꜖꜒|kʰˠ|-
[Q.none.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ɭʲ|i|̰꜒|ʈʰˠ|-
[Q.none.1incl.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǃˤ|iː|꜒|kʼʷ|-
[Q.none.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃʰʲ|u#|꜒|kʼʲ|-
[Q.none.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ʋˠ|a|꜒|d͡ʐʲ|-
[Q.none.1incl.3.cl.3.NEG.passive.optative.PRES] => |wˠ|i#|̰꜒|tʰˠ|-
[Q.none.1incl.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀˤ|a|꜒|tɬˠ|-
[Q.none.1incl.3.cl.3.POS.active.indicative.PRES] => |ʃʲ|ʉ|꜖꜒|sʷ|-
[Q.none.1incl.3.cl.3.POS.active.indicative.PAST] => |ɹˠ|u|꜒|ʄʲ|-
[Q.none.1incl.3.cl.3.POS.active.imperative.PRES] => |ɴˤ|a#ː|̰꜖|ʛˠ|-
[Q.none.1incl.3.cl.3.POS.active.imperative.PAST] => |ŋ̥ʷ|i|꜒꜖|qˤ|-
[Q.none.1incl.3.cl.3.POS.active.conditional.PRES] => |t͡sˤ|aː|̰꜖|kʼˤ|-
[Q.none.1incl.3.cl.3.POS.active.conditional.PAST] => |h|i|꜒꜖|kˠ|-
[Q.none.1incl.3.cl.3.POS.active.optative.PRES] => |qˠ|a|꜒|ɳ̥ˠ|-
[Q.none.1incl.3.cl.3.POS.active.optative.PAST] => |ŋˤ|a|꜖|tʼˠ|-
[Q.none.1incl.3.cl.3.POS.passive.indicative.PRES] => |ɗʲ|i|꜒꜖|ŋʷ|-
[Q.none.1incl.3.cl.3.POS.passive.indicative.PAST] => |ɹʷ|a#|꜒|t͡ʂʲ|-
[Q.none.1incl.3.cl.3.POS.passive.imperative.PRES] => |hpʲ|ᵊ|̰꜒|qʼʷ|-
[Q.none.1incl.3.cl.3.POS.passive.imperative.PAST] => |qʼˠ|aː|̰꜒|qʷ|-
[Q.none.1incl.3.cl.3.POS.passive.conditional.PRES] => |pˠ|ᵊ|̰꜒|hkˤ|-
[Q.none.1incl.3.cl.3.POS.passive.conditional.PAST] => |ʜˠ|ʉ#|꜖꜒|ŋʷ|-
[Q.none.1incl.3.cl.3.POS.passive.optative.PRES] => |hkˠ|iː|꜖꜒|t͡sʷ|-
[Q.none.1incl.3.cl.3.POS.passive.optative.PAST] => |ʜʲ|a|꜖|ɥˠ|-
[Q.none.1incl.3.cl.4.NEG.active.indicative.PRES] => |ᵑǁʼˠ|ʉ#ː|̰꜖|ɴʷ|-
[Q.none.1incl.3.cl.4.NEG.active.indicative.PAST] => |ᵑǃʷ|i|꜖꜒|r̥ʲ|-
[Q.none.1incl.3.cl.4.NEG.active.imperative.PRES] => |r̥ʲ|u|̰꜖|ɻˠ|-
[Q.none.1incl.3.cl.4.NEG.active.imperative.PAST] => |ɓˠ|a|꜖꜒|ɽʲ|-
[Q.none.1incl.3.cl.4.NEG.active.conditional.PRES] => |ʜˠ|i|꜖|ŋ̥ˤ|-
[Q.none.1incl.3.cl.4.NEG.active.conditional.PAST] => |ɴˤ|uː|꜒꜖|ɴˠ|-
[Q.none.1incl.3.cl.4.NEG.active.optative.PRES] => |ᵏǀʼˤ|a#ː|̰꜖|sˠ|-
[Q.none.1incl.3.cl.4.NEG.active.optative.PAST] => |t͡sˠ|i|̰꜖|r̥ʲ|-
[Q.none.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǁʼˠ|ᵊ|̰꜒|ɗʷ|-
[Q.none.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ʂˠ|ʉ#ː|꜒|ŋˠ|-
[Q.none.1incl.3.cl.4.NEG.passive.imperative.PRES] => |qʼʲ|a|꜒꜖|ŋ̥ʲ|-
[Q.none.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ʜʲ|ᵊ|꜒|ɳ̥ʲ|-
[Q.none.1incl.3.cl.4.NEG.passive.conditional.PRES] => |d͡ʐʲ|a#|̰꜖|ʄˠ|-
[Q.none.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ʡʲ|a|꜖꜒|t͡sˠ|-
[Q.none.1incl.3.cl.4.NEG.passive.optative.PRES] => |ʂˠ|ʉ|̰꜖|kʼʲ|-
[Q.none.1incl.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀˠ|ᵊ|꜖|pʼʲ|-
[Q.none.1incl.3.cl.4.POS.active.indicative.PRES] => |ɭˠ|i|꜖꜒|ʄʲ|-
[Q.none.1incl.3.cl.4.POS.active.indicative.PAST] => |qʼʷ|i#ː|̰꜖|ɴʲ|-
[Q.none.1incl.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʲ|a#|̰꜖|ɽʲ|-
[Q.none.1incl.3.cl.4.POS.active.imperative.PAST] => |hkˤ|uː|꜒|tɬˠ|-
[Q.none.1incl.3.cl.4.POS.active.conditional.PRES] => |pʰˤ|u#ː|̰꜖|t͡sʷ|-
[Q.none.1incl.3.cl.4.POS.active.conditional.PAST] => |ᵏǃʰˠ|u|̰꜒|lˠ|-
[Q.none.1incl.3.cl.4.POS.active.optative.PRES] => |ɰʲ|aː|꜒|ʈʼʲ|-
[Q.none.1incl.3.cl.4.POS.active.optative.PAST] => |mˤ|iː|̰꜒|ɹˠ|-
[Q.none.1incl.3.cl.4.POS.passive.indicative.PRES] => |tˠ|ʉ|̰꜖|n̥ʲ|-
[Q.none.1incl.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʼʷ|ʉ|꜒|ɠʷ|-
[Q.none.1incl.3.cl.4.POS.passive.imperative.PRES] => |tʷ|a|꜖꜒|ɓʲ|-
[Q.none.1incl.3.cl.4.POS.passive.imperative.PAST] => |kʼʷ|a|̰꜖|qˤ|-
[Q.none.1incl.3.cl.4.POS.passive.conditional.PRES] => |kʼʷ|i|꜖꜒|ŋ̥ʲ|-
[Q.none.1incl.3.cl.4.POS.passive.conditional.PAST] => |ᵏǀʰˤ|ʉ|꜖꜒|r̥ˤ|-
[Q.none.1incl.3.cl.4.POS.passive.optative.PRES] => |ɰʲ|u|꜖|ɴˤ|-
[Q.none.1incl.3.cl.4.POS.passive.optative.PAST] => |wˠ|u#ː|̰꜒|mʲ|-
[Q.none.1excl.1incl.NEG.active.indicative.PRES] => |ᵏǀʼʷ|iː|̰꜖|d͡ʐˠ|-
[Q.none.1excl.1incl.NEG.active.indicative.PAST] => |ᵑǃʼʷ|ᵊ|꜒|nʷ|-
[Q.none.1excl.1incl.NEG.active.imperative.PRES] => |ɗˠ|aː|꜖|qʲ|-
[Q.none.1excl.1incl.NEG.active.imperative.PAST] => |ᵑǀˠ|uː|꜖꜒|nʲ|-
[Q.none.1excl.1incl.NEG.active.conditional.PRES] => |ɳ̥ˠ|iː|꜖꜒|lʲ|-
[Q.none.1excl.1incl.NEG.active.conditional.PAST] => |kʰˠ|ʉ#|꜒|qʷ|-
[Q.none.1excl.1incl.NEG.active.optative.PRES] => |ŋˤ|i#ː|̰꜖|kʼʷ|-
[Q.none.1excl.1incl.NEG.active.optative.PAST] => |tˠ|u|̰꜖|ɽʲ|-
[Q.none.1excl.1incl.NEG.passive.indicative.PRES] => |pʼʲ|ᵊ|꜖꜒|t͡ʂʲ|-
[Q.none.1excl.1incl.NEG.passive.indicative.PAST] => |ɓˤ|u|̰꜒|ɓʲ|-
[Q.none.1excl.1incl.NEG.passive.imperative.PRES] => |r̥ʷ|ᵊ|꜒|tˤ|-
[Q.none.1excl.1incl.NEG.passive.imperative.PAST] => |ᵏǀʰʷ|i|꜖|m̥ʲ|-
[Q.none.1excl.1incl.NEG.passive.conditional.PRES] => |t͡ʂʲ|i#|꜖|kʷ|-
[Q.none.1excl.1incl.NEG.passive.conditional.PAST] => |htʲ|ʉ#|̰꜖|ɳʲ|-
[Q.none.1excl.1incl.NEG.passive.optative.PRES] => |kʰʲ|ᵊ|̰꜖|ɥˠ|-
[Q.none.1excl.1incl.NEG.passive.optative.PAST] => |ɽˠ|u|꜒꜖|ŋˤ|-
[Q.none.1excl.1incl.POS.active.indicative.PRES] => |ŋ̥ˤ|ᵊ|꜖꜒|nʷ|-
[Q.none.1excl.1incl.POS.active.indicative.PAST] => |kʼˤ|ᵊ|꜒꜖|ɥˠ|-
[Q.none.1excl.1incl.POS.active.imperative.PRES] => |kʼʲ|ᵊ|꜒꜖|mˠ|-
[Q.none.1excl.1incl.POS.active.imperative.PAST] => |ᵑǁʼˠ|i|꜖꜒|sʲ|-
[Q.none.1excl.1incl.POS.active.conditional.PRES] => |hpˠ|ᵊ|̰꜖|ɹˤ|-
[Q.none.1excl.1incl.POS.active.conditional.PAST] => |ʈʰˠ|u|̰꜒|n̥ˠ|-
[Q.none.1excl.1incl.POS.active.optative.PRES] => |ʛʷ|iː|̰꜒|ɓʲ|-
[Q.none.1excl.1incl.POS.active.optative.PAST] => |tɬʲ|i|꜖|ʛʷ|-
[Q.none.1excl.1incl.POS.passive.indicative.PRES] => |ᵑǃʲ|u#ː|̰꜖|ʃˠ|-
[Q.none.1excl.1incl.POS.passive.indicative.PAST] => |hkˤ|ʉ|̰꜒|tʷ|-
[Q.none.1excl.1incl.POS.passive.imperative.PRES] => |ʡˠ|u|꜖꜒|ɳˠ|-
[Q.none.1excl.1incl.POS.passive.imperative.PAST] => |qʼˠ|ᵊ|꜒|ʃʲ|-
[Q.none.1excl.1incl.POS.passive.conditional.PRES] => |n̥ˠ|aː|̰꜒|nˤ|-
[Q.none.1excl.1incl.POS.passive.conditional.PAST] => |ŋ̥ˠ|aː|̰꜒|ɳ̥ˠ|-
[Q.none.1excl.1incl.POS.passive.optative.PRES] => |ᵑǀʼʲ|iː|꜒|t͡ʃ|-
[Q.none.1excl.1incl.POS.passive.optative.PAST] => |nˠ|a|̰꜖|hkˠ|-
[Q.none.1excl.1excl.NEG.active.indicative.PRES] => |kʰʷ|i|꜒|d͡ʐˠ|-
[Q.none.1excl.1excl.NEG.active.indicative.PAST] => |ɰˤ|a|̰꜒|ʛˤ|-
[Q.none.1excl.1excl.NEG.active.imperative.PRES] => |ŋ̥ˠ|u|꜖|r̥ˤ|-
[Q.none.1excl.1excl.NEG.active.imperative.PAST] => |ʂʲ|i|꜖꜒|pʼˠ|-
[Q.none.1excl.1excl.NEG.active.conditional.PRES] => |ʋʲ|i#|̰꜖|r̥ʷ|-
[Q.none.1excl.1excl.NEG.active.conditional.PAST] => |kʰˠ|iː|꜖꜒|ŋ̥ʷ|-
[Q.none.1excl.1excl.NEG.active.optative.PRES] => |ɴʲ|ᵊ|꜒|ŋʲ|-
[Q.none.1excl.1excl.NEG.active.optative.PAST] => |ʈʰˠ|a#ː|꜖꜒|pʰˠ|-
[Q.none.1excl.1excl.NEG.passive.indicative.PRES] => |ɴʲ|uː|꜒꜖|kʰˤ|-
[Q.none.1excl.1excl.NEG.passive.indicative.PAST] => |wˤ|i|꜖|ɰˤ|-
[Q.none.1excl.1excl.NEG.passive.imperative.PRES] => |ᵏǃʰʲ|ᵊ|̰꜒|ɳ̥ˠ|-
[Q.none.1excl.1excl.NEG.passive.imperative.PAST] => |ᵏǀʼʲ|ʉ|꜒|ʜʲ|-
[Q.none.1excl.1excl.NEG.passive.conditional.PRES] => |ɓˤ|ᵊ|̰꜖|htʲ|-
[Q.none.1excl.1excl.NEG.passive.conditional.PAST] => |ʈʲ|i|̰꜖|ɳʲ|-
[Q.none.1excl.1excl.NEG.passive.optative.PRES] => |hpˠ|ᵊ|꜒|ɗʲ|-
[Q.none.1excl.1excl.NEG.passive.optative.PAST] => |ᵏǃʼʲ|uː|꜖꜒|ʋˠ|-
[Q.none.1excl.1excl.POS.active.indicative.PRES] => |t͡sʷ|a|꜖|tʰˤ|-
[Q.none.1excl.1excl.POS.active.indicative.PAST] => |hpˠ|ʉ|꜒꜖|n̥ʲ|-
[Q.none.1excl.1excl.POS.active.imperative.PRES] => |ɗˤ|u|̰꜒|htˠ|-
[Q.none.1excl.1excl.POS.active.imperative.PAST] => |sʲ|i#|꜒|hkʲ|-
[Q.none.1excl.1excl.POS.active.conditional.PRES] => |ɥˠ|iː|꜖꜒|d͡ʐˠ|-
[Q.none.1excl.1excl.POS.active.conditional.PAST] => |t͡sˤ|a#ː|̰꜖|ɰʲ|-
[Q.none.1excl.1excl.POS.active.optative.PRES] => |ɥʲ|ʉ#ː|̰꜒|ɓˠ|-
[Q.none.1excl.1excl.POS.active.optative.PAST] => |ɻˠ|ᵊ|꜒꜖|qʼʲ|-
[Q.none.1excl.1excl.POS.passive.indicative.PRES] => |sʲ|ʉ#|̰꜒|n̥ʲ|-
[Q.none.1excl.1excl.POS.passive.indicative.PAST] => |n̥ʷ|aː|̰꜖|ɭʲ|-
[Q.none.1excl.1excl.POS.passive.imperative.PRES] => |ɗˤ|i#|꜖꜒|ɴˤ|-
[Q.none.1excl.1excl.POS.passive.imperative.PAST] => |ᵏǁʲ|u|꜖꜒|pʲ|-
[Q.none.1excl.1excl.POS.passive.conditional.PRES] => |ᵏǃʼˠ|aː|̰꜖|ɾʷ|-
[Q.none.1excl.1excl.POS.passive.conditional.PAST] => |ɻʲ|aː|̰꜖|ɓˤ|-
[Q.none.1excl.1excl.POS.passive.optative.PRES] => |ᵑǀʼʲ|i|̰꜖|ʄˠ|-
[Q.none.1excl.1excl.POS.passive.optative.PAST] => |ᵑǃʲ|aː|꜖|ɴˠ|-
[Q.none.1excl.2.NEG.active.indicative.PRES] => |ʈʼʲ|ʉ#|꜒|ɴˤ|-
[Q.none.1excl.2.NEG.active.indicative.PAST] => |kʷ|ᵊ|꜖|ɹʷ|-
[Q.none.1excl.2.NEG.active.imperative.PRES] => |ɰˠ|i|꜒꜖|htˠ|-
[Q.none.1excl.2.NEG.active.imperative.PAST] => |htˠ|a|꜒꜖|kʰˤ|-
[Q.none.1excl.2.NEG.active.conditional.PRES] => |t͡ʂˠ|i|̰꜒|ʈʼˠ|-
[Q.none.1excl.2.NEG.active.conditional.PAST] => |kʲ|i#|꜖꜒|t͡sʷ|-
[Q.none.1excl.2.NEG.active.optative.PRES] => |kʰʷ|i|꜖꜒|sˠ|-
[Q.none.1excl.2.NEG.active.optative.PAST] => |ᵏǀʰʲ|i|꜒꜖|t͡ʃ|-
[Q.none.1excl.2.NEG.passive.indicative.PRES] => |j|u#|̰꜒|r̥ˤ|-
[Q.none.1excl.2.NEG.passive.indicative.PAST] => |ɠˤ|u|꜒|ʈʼˠ|-
[Q.none.1excl.2.NEG.passive.imperative.PRES] => |ᵑǃʲ|uː|꜒꜖|ŋ̥ˠ|-
[Q.none.1excl.2.NEG.passive.imperative.PAST] => |ᵏǀʰˠ|a|꜖꜒|sʷ|-
[Q.none.1excl.2.NEG.passive.conditional.PRES] => |tʰˠ|ʉ|꜖꜒|pʼˤ|-
[Q.none.1excl.2.NEG.passive.conditional.PAST] => |ɥˠ|iː|̰꜖|qʼʲ|-
[Q.none.1excl.2.NEG.passive.optative.PRES] => |ɗˠ|a|꜖꜒|htˠ|-
[Q.none.1excl.2.NEG.passive.optative.PAST] => |ᵏǀʼʲ|i#|̰꜖|tʷ|-
[Q.none.1excl.2.POS.active.indicative.PRES] => |t͡sˤ|aː|꜖|ʋʲ|-
[Q.none.1excl.2.POS.active.indicative.PAST] => |ɰʷ|aː|̰꜒|sʷ|-
[Q.none.1excl.2.POS.active.imperative.PRES] => |sˠ|ʉ|꜒|t͡ʃ|-
[Q.none.1excl.2.POS.active.imperative.PAST] => |kʼʷ|ᵊ|̰꜖|ʃˠ|-
[Q.none.1excl.2.POS.active.conditional.PRES] => |ɴˠ|iː|꜒꜖|ʡʲ|-
[Q.none.1excl.2.POS.active.conditional.PAST] => |tɬʲ|i|꜖|hʈʲ|-
[Q.none.1excl.2.POS.active.optative.PRES] => |ɽˠ|u|̰꜖|qʲ|-
[Q.none.1excl.2.POS.active.optative.PAST] => |ʄˠ|i|꜒꜖|wˤ|-
[Q.none.1excl.2.POS.passive.indicative.PRES] => |ᵑǀʼʷ|a|꜖꜒|hʈʲ|-
[Q.none.1excl.2.POS.passive.indicative.PAST] => |ᵑǁˠ|i|꜒|ʜʲ|-
[Q.none.1excl.2.POS.passive.imperative.PRES] => |j|a|꜒꜖|ʃʲ|-
[Q.none.1excl.2.POS.passive.imperative.PAST] => |kˤ|ᵊ|̰꜖|ɳ̥ˠ|-
[Q.none.1excl.2.POS.passive.conditional.PRES] => |ɗˤ|u|̰꜒|ʂˠ|-
[Q.none.1excl.2.POS.passive.conditional.PAST] => |m̥ˤ|a|꜒꜖|kʰʷ|-
[Q.none.1excl.2.POS.passive.optative.PRES] => |lʲ|a|̰꜖|ɹˤ|-
[Q.none.1excl.2.POS.passive.optative.PAST] => |hkʷ|aː|꜒|pʼʲ|-
[Q.none.1excl.3.cl.1.NEG.active.indicative.PRES] => |ᵏǀʷ|i#|̰꜒|nʲ|-
[Q.none.1excl.3.cl.1.NEG.active.indicative.PAST] => |ɽˠ|ᵊ|̰꜒|ʋˤ|-
[Q.none.1excl.3.cl.1.NEG.active.imperative.PRES] => |ᵑǀˤ|i|꜒|n̥ʲ|-
[Q.none.1excl.3.cl.1.NEG.active.imperative.PAST] => |ʄˠ|a|꜒꜖|ɰˤ|-
[Q.none.1excl.3.cl.1.NEG.active.conditional.PRES] => |ᵑǁˠ|u#ː|꜖꜒|ɥˠ|-
[Q.none.1excl.3.cl.1.NEG.active.conditional.PAST] => |pˤ|aː|꜒꜖|ŋʷ|-
[Q.none.1excl.3.cl.1.NEG.active.optative.PRES] => |ʔ|iː|̰꜒|ʄʲ|-
[Q.none.1excl.3.cl.1.NEG.active.optative.PAST] => |m̥ˠ|iː|꜒꜖|m̥ˠ|-
[Q.none.1excl.3.cl.1.NEG.passive.indicative.PRES] => |sˤ|aː|̰꜖|ɠʲ|-
[Q.none.1excl.3.cl.1.NEG.passive.indicative.PAST] => |kʰˠ|aː|꜒|sˤ|-
[Q.none.1excl.3.cl.1.NEG.passive.imperative.PRES] => |qʲ|u#ː|꜖꜒|ɳʲ|-
[Q.none.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǁˠ|i|̰꜖|mˤ|-
[Q.none.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ʛˠ|aː|̰꜖|kˤ|-
[Q.none.1excl.3.cl.1.NEG.passive.conditional.PAST] => |hkˠ|u#|꜖꜒|ʛˤ|-
[Q.none.1excl.3.cl.1.NEG.passive.optative.PRES] => |hpˤ|ʉ|̰꜖|j|-
[Q.none.1excl.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃˤ|u#ː|꜖|tɬˠ|-
[Q.none.1excl.3.cl.1.POS.active.indicative.PRES] => |qʼʲ|iː|꜖꜒|n̥ˤ|-
[Q.none.1excl.3.cl.1.POS.active.indicative.PAST] => |pʲ|a|̰꜖|pʼˠ|-
[Q.none.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵏǀˤ|u|̰꜒|r̥ˤ|-
[Q.none.1excl.3.cl.1.POS.active.imperative.PAST] => |t͡ʂˠ|u|꜒|r̥ˤ|-
[Q.none.1excl.3.cl.1.POS.active.conditional.PRES] => |ᵏǀʲ|aː|꜒꜖|t͡sˤ|-
[Q.none.1excl.3.cl.1.POS.active.conditional.PAST] => |tɬʲ|ʉ#|̰꜖|ŋ̥ˤ|-
[Q.none.1excl.3.cl.1.POS.active.optative.PRES] => |ɴˤ|ᵊ|꜖|qʼˤ|-
[Q.none.1excl.3.cl.1.POS.active.optative.PAST] => |ᵑǀʷ|aː|̰꜖|ɽʲ|-
[Q.none.1excl.3.cl.1.POS.passive.indicative.PRES] => |pʼˤ|ᵊ|꜖|ɭˠ|-
[Q.none.1excl.3.cl.1.POS.passive.indicative.PAST] => |ɗˠ|u|̰꜖|ɗʲ|-
[Q.none.1excl.3.cl.1.POS.passive.imperative.PRES] => |ᵑǀʼʷ|i|꜖꜒|kʲ|-
[Q.none.1excl.3.cl.1.POS.passive.imperative.PAST] => |r̥ʷ|iː|̰꜒|rʲ|-
[Q.none.1excl.3.cl.1.POS.passive.conditional.PRES] => |nʲ|ʉ#|꜖|ɳ̥ʲ|-
[Q.none.1excl.3.cl.1.POS.passive.conditional.PAST] => |ʈˠ|a|꜖꜒|qʲ|-
[Q.none.1excl.3.cl.1.POS.passive.optative.PRES] => |ɗˤ|u#|̰꜒|pʲ|-
[Q.none.1excl.3.cl.1.POS.passive.optative.PAST] => |hʈʲ|u#|꜖꜒|ɠˠ|-
[Q.none.1excl.3.cl.2.NEG.active.indicative.PRES] => |ɹʷ|ᵊ|̰꜖|t͡ʂˠ|-
[Q.none.1excl.3.cl.2.NEG.active.indicative.PAST] => |ʛʲ|uː|꜖|hpˤ|-
[Q.none.1excl.3.cl.2.NEG.active.imperative.PRES] => |ᵑǁʲ|a#ː|꜒|pʼʲ|-
[Q.none.1excl.3.cl.2.NEG.active.imperative.PAST] => |ʈʲ|a#ː|̰꜖|ɳ̥ʲ|-
[Q.none.1excl.3.cl.2.NEG.active.conditional.PRES] => |ʈˠ|a#ː|꜒꜖|mˤ|-
[Q.none.1excl.3.cl.2.NEG.active.conditional.PAST] => |t͡ʃ|u|꜖|qʼˤ|-
[Q.none.1excl.3.cl.2.NEG.active.optative.PRES] => |mʲ|ʉ#ː|꜒꜖|ɽʲ|-
[Q.none.1excl.3.cl.2.NEG.active.optative.PAST] => |r̥ʷ|aː|꜖|tʼʲ|-
[Q.none.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǃˤ|a|꜒|kˤ|-
[Q.none.1excl.3.cl.2.NEG.passive.indicative.PAST] => |tʼʷ|ᵊ|꜒|ʄˠ|-
[Q.none.1excl.3.cl.2.NEG.passive.imperative.PRES] => |kʰˤ|uː|꜖|ŋ̥ˤ|-
[Q.none.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ɠˠ|ᵊ|̰꜒|ɰʷ|-
[Q.none.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʷ|i|꜒|ɓʲ|-
[Q.none.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ŋʷ|ᵊ|̰꜖|sˤ|-
[Q.none.1excl.3.cl.2.NEG.passive.optative.PRES] => |ʋʲ|ʉ|̰꜖|tʼʲ|-
[Q.none.1excl.3.cl.2.NEG.passive.optative.PAST] => |tɬˠ|ʉ|꜖|qʼʷ|-
[Q.none.1excl.3.cl.2.POS.active.indicative.PRES] => |nʷ|aː|꜖|kˠ|-
[Q.none.1excl.3.cl.2.POS.active.indicative.PAST] => |ᵏǃʰˤ|ᵊ|꜒|htˤ|-
[Q.none.1excl.3.cl.2.POS.active.imperative.PRES] => |ɓˤ|iː|̰꜒|tɬʲ|-
[Q.none.1excl.3.cl.2.POS.active.imperative.PAST] => |ɻˠ|uː|̰꜒|kʲ|-
[Q.none.1excl.3.cl.2.POS.active.conditional.PRES] => |ʄˠ|a#ː|̰꜒|sʲ|-
[Q.none.1excl.3.cl.2.POS.active.conditional.PAST] => |ɴʲ|a|꜒|ʂʲ|-
[Q.none.1excl.3.cl.2.POS.active.optative.PRES] => |ᵑǀˠ|a|꜒|m̥ʲ|-
[Q.none.1excl.3.cl.2.POS.active.optative.PAST] => |kʼʲ|i#|꜒꜖|ŋʷ|-
[Q.none.1excl.3.cl.2.POS.passive.indicative.PRES] => |ɥʲ|u|̰꜒|ʈʰˠ|-
[Q.none.1excl.3.cl.2.POS.passive.indicative.PAST] => |ᵑǃʷ|a#ː|̰꜖|kʼˤ|-
[Q.none.1excl.3.cl.2.POS.passive.imperative.PRES] => |t͡ʃ|u|̰꜖|wˠ|-
[Q.none.1excl.3.cl.2.POS.passive.imperative.PAST] => |hʈˠ|ʉ|꜖꜒|n̥ʷ|-
[Q.none.1excl.3.cl.2.POS.passive.conditional.PRES] => |hʈˠ|u#ː|̰꜖|ʃʲ|-
[Q.none.1excl.3.cl.2.POS.passive.conditional.PAST] => |ŋˠ|a|̰꜒|ʜˠ|-
[Q.none.1excl.3.cl.2.POS.passive.optative.PRES] => |mʲ|ʉ|꜒꜖|hkʲ|-
[Q.none.1excl.3.cl.2.POS.passive.optative.PAST] => |ᵑǃʲ|aː|꜒|lʲ|-
[Q.none.1excl.3.cl.3.NEG.active.indicative.PRES] => |ŋˤ|i|꜖|tˤ|-
[Q.none.1excl.3.cl.3.NEG.active.indicative.PAST] => |ʡʲ|a|꜒|ɹˠ|-
[Q.none.1excl.3.cl.3.NEG.active.imperative.PRES] => |ᵏǁʼˠ|ʉ#ː|̰꜒|kʼʷ|-
[Q.none.1excl.3.cl.3.NEG.active.imperative.PAST] => |sˤ|i#|̰꜖|ŋ̥ʲ|-
[Q.none.1excl.3.cl.3.NEG.active.conditional.PRES] => |hpʲ|i|꜒|ɹˤ|-
[Q.none.1excl.3.cl.3.NEG.active.conditional.PAST] => |ᵏǁʲ|i#ː|꜖|ʡʲ|-
[Q.none.1excl.3.cl.3.NEG.active.optative.PRES] => |ɾʲ|a|꜖꜒|ɴˠ|-
[Q.none.1excl.3.cl.3.NEG.active.optative.PAST] => |tɬʲ|a|꜒꜖|ʂʲ|-
[Q.none.1excl.3.cl.3.NEG.passive.indicative.PRES] => |ɰˤ|i|꜒|hkˠ|-
[Q.none.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ɹˤ|aː|̰꜖|kˤ|-
[Q.none.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǁˠ|ᵊ|̰꜒|ɹʷ|-
[Q.none.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃˤ|ʉː|꜖꜒|ɾʲ|-
[Q.none.1excl.3.cl.3.NEG.passive.conditional.PRES] => |htʲ|i|̰꜒|lˠ|-
[Q.none.1excl.3.cl.3.NEG.passive.conditional.PAST] => |rʷ|a|̰꜒|ɴʷ|-
[Q.none.1excl.3.cl.3.NEG.passive.optative.PRES] => |hpˠ|u|꜒꜖|ŋ̥ʲ|-
[Q.none.1excl.3.cl.3.NEG.passive.optative.PAST] => |d͡ʐʲ|a#ː|̰꜒|nˤ|-
[Q.none.1excl.3.cl.3.POS.active.indicative.PRES] => |ʂʲ|i|꜒|sʲ|-
[Q.none.1excl.3.cl.3.POS.active.indicative.PAST] => |ᵏǀʰʷ|aː|꜒|ɹʲ|-
[Q.none.1excl.3.cl.3.POS.active.imperative.PRES] => |pʰˤ|iː|꜒꜖|ʋˤ|-
[Q.none.1excl.3.cl.3.POS.active.imperative.PAST] => |ɗˤ|ᵊ|꜒꜖|d͡ʐˠ|-
[Q.none.1excl.3.cl.3.POS.active.conditional.PRES] => |ɹʲ|i|꜖|n̥ˠ|-
[Q.none.1excl.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʲ|a|꜒|ʋʲ|-
[Q.none.1excl.3.cl.3.POS.active.optative.PRES] => |ᵏǃʷ|ʉ#ː|꜒|sʷ|-
[Q.none.1excl.3.cl.3.POS.active.optative.PAST] => |ᵑǀʷ|ʉ|꜒꜖|t͡sˤ|-
[Q.none.1excl.3.cl.3.POS.passive.indicative.PRES] => |ᵑǀʼˠ|i|꜒꜖|ɾʷ|-
[Q.none.1excl.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃʲ|ᵊ|̰꜒|pʰˤ|-
[Q.none.1excl.3.cl.3.POS.passive.imperative.PRES] => |ᵑǃʼʷ|ᵊ|꜒꜖|ɹʷ|-
[Q.none.1excl.3.cl.3.POS.passive.imperative.PAST] => |ʃʲ|u#|꜒|pʰˠ|-
[Q.none.1excl.3.cl.3.POS.passive.conditional.PRES] => |ᵑǁʼˠ|iː|̰꜖|kʷ|-
[Q.none.1excl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǀʰˠ|u#|꜖|ɾˤ|-
[Q.none.1excl.3.cl.3.POS.passive.optative.PRES] => |ɗʲ|ʉ#|꜒꜖|ɠʲ|-
[Q.none.1excl.3.cl.3.POS.passive.optative.PAST] => |ʜʲ|u#|̰꜖|sʷ|-
[Q.none.1excl.3.cl.4.NEG.active.indicative.PRES] => |d͡ʐˠ|i#ː|꜖꜒|ɻˠ|-
[Q.none.1excl.3.cl.4.NEG.active.indicative.PAST] => |qˤ|ʉ|꜒꜖|pʰʲ|-
[Q.none.1excl.3.cl.4.NEG.active.imperative.PRES] => |ŋ̥ˤ|iː|꜒꜖|wˠ|-
[Q.none.1excl.3.cl.4.NEG.active.imperative.PAST] => |ʈʼʲ|a#ː|꜒|ʂʲ|-
[Q.none.1excl.3.cl.4.NEG.active.conditional.PRES] => |j|ʉ#ː|̰꜒|qʼʷ|-
[Q.none.1excl.3.cl.4.NEG.active.conditional.PAST] => |kʰˤ|u#|꜒꜖|sˠ|-
[Q.none.1excl.3.cl.4.NEG.active.optative.PRES] => |ŋʷ|ᵊ|꜖|d͡ʐˠ|-
[Q.none.1excl.3.cl.4.NEG.active.optative.PAST] => |kʰˤ|ʉ#ː|̰꜖|hkʲ|-
[Q.none.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǃʷ|ᵊ|꜒|n̥ʷ|-
[Q.none.1excl.3.cl.4.NEG.passive.indicative.PAST] => |tʼˠ|i|̰꜒|qʼˠ|-
[Q.none.1excl.3.cl.4.NEG.passive.imperative.PRES] => |t͡sˤ|u|꜒꜖|rˠ|-
[Q.none.1excl.3.cl.4.NEG.passive.imperative.PAST] => |d͡ʐˠ|a|̰꜒|ɥˤ|-
[Q.none.1excl.3.cl.4.NEG.passive.conditional.PRES] => |t͡sˤ|i|̰꜒|ŋʲ|-
[Q.none.1excl.3.cl.4.NEG.passive.conditional.PAST] => |hpˤ|u#ː|꜒꜖|ʈʲ|-
[Q.none.1excl.3.cl.4.NEG.passive.optative.PRES] => |ᵏǃʷ|ʉ|꜖|wʲ|-
[Q.none.1excl.3.cl.4.NEG.passive.optative.PAST] => |n̥ˤ|iː|꜒꜖|ɰˤ|-
[Q.none.1excl.3.cl.4.POS.active.indicative.PRES] => |ɰˤ|a|꜖|ʂʲ|-
[Q.none.1excl.3.cl.4.POS.active.indicative.PAST] => |ʈʲ|a#ː|꜒|ʡʲ|-
[Q.none.1excl.3.cl.4.POS.active.imperative.PRES] => |ɠʷ|i|꜖|ɳ̥ʲ|-
[Q.none.1excl.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʷ|i#ː|̰꜖|wˠ|-
[Q.none.1excl.3.cl.4.POS.active.conditional.PRES] => |ʈʼˠ|ʉ|̰꜖|ɾʷ|-
[Q.none.1excl.3.cl.4.POS.active.conditional.PAST] => |nˠ|a#|꜒|ɽʲ|-
[Q.none.1excl.3.cl.4.POS.active.optative.PRES] => |nˤ|i|꜒|n̥ʷ|-
[Q.none.1excl.3.cl.4.POS.active.optative.PAST] => |tʰʷ|a#|̰꜖|lʲ|-
[Q.none.1excl.3.cl.4.POS.passive.indicative.PRES] => |ɥˤ|ʉ#ː|̰꜒|nˤ|-
[Q.none.1excl.3.cl.4.POS.passive.indicative.PAST] => |ɴˠ|u|꜖꜒|ʈˠ|-
[Q.none.1excl.3.cl.4.POS.passive.imperative.PRES] => |ʈʰˠ|iː|꜖꜒|tɬʲ|-
[Q.none.1excl.3.cl.4.POS.passive.imperative.PAST] => |ᵑǀˠ|ʉː|̰꜒|ʋʲ|-
[Q.none.1excl.3.cl.4.POS.passive.conditional.PRES] => |ɴʲ|u|̰꜖|r̥ʲ|-
[Q.none.1excl.3.cl.4.POS.passive.conditional.PAST] => |ʋˤ|aː|꜒꜖|wˠ|-
[Q.none.1excl.3.cl.4.POS.passive.optative.PRES] => |ᵑǃˤ|i|̰꜒|tˠ|-
[Q.none.1excl.3.cl.4.POS.passive.optative.PAST] => |ɾʷ|i#ː|꜒꜖|tʼˠ|-
[Q.none.2.1incl.NEG.active.indicative.PRES] => |kʰˤ|aː|꜒꜖|ʄʲ|-
[Q.none.2.1incl.NEG.active.indicative.PAST] => |pʰˠ|u|̰꜖|ɗʲ|-
[Q.none.2.1incl.NEG.active.imperative.PRES] => |wʲ|ʉ|꜒꜖|htˤ|-
[Q.none.2.1incl.NEG.active.imperative.PAST] => |ʄʲ|i#ː|꜖꜒|ʈʼˠ|-
[Q.none.2.1incl.NEG.active.conditional.PRES] => |qʼˠ|a#|꜖꜒|kʰˠ|-
[Q.none.2.1incl.NEG.active.conditional.PAST] => |ɾʲ|ʉ|̰꜒|ɾʷ|-
[Q.none.2.1incl.NEG.active.optative.PRES] => |qˠ|i#ː|̰꜖|tʰʲ|-
[Q.none.2.1incl.NEG.active.optative.PAST] => |ᵏǀʰˠ|i#ː|̰꜒|hkˤ|-
[Q.none.2.1incl.NEG.passive.indicative.PRES] => |mʲ|i|̰꜖|ɗʲ|-
[Q.none.2.1incl.NEG.passive.indicative.PAST] => |ɻˠ|ʉ|̰꜖|ɓˠ|-
[Q.none.2.1incl.NEG.passive.imperative.PRES] => |ʛʲ|ʉ|꜖|ɴʲ|-
[Q.none.2.1incl.NEG.passive.imperative.PAST] => |ɠˠ|ᵊ|̰꜖|t͡sʷ|-
[Q.none.2.1incl.NEG.passive.conditional.PRES] => |ʃˠ|aː|̰꜖|ʜʲ|-
[Q.none.2.1incl.NEG.passive.conditional.PAST] => |hkʷ|ʉ|̰꜒|hpʲ|-
[Q.none.2.1incl.NEG.passive.optative.PRES] => |ʛʲ|ʉ|꜒|ɠˤ|-
[Q.none.2.1incl.NEG.passive.optative.PAST] => |ʈʼʲ|ᵊ|̰꜖|ɠʲ|-
[Q.none.2.1incl.POS.active.indicative.PRES] => |ᵏǃʼʷ|iː|꜖꜒|sˤ|-
[Q.none.2.1incl.POS.active.indicative.PAST] => |ɗʲ|u|꜒꜖|ɓʲ|-
[Q.none.2.1incl.POS.active.imperative.PRES] => |ʂˠ|a|꜒꜖|pʰˠ|-
[Q.none.2.1incl.POS.active.imperative.PAST] => |tʰʲ|u#|꜒|sˠ|-
[Q.none.2.1incl.POS.active.conditional.PRES] => |hpˠ|u|̰꜒|ʛʲ|-
[Q.none.2.1incl.POS.active.conditional.PAST] => |ᵏǀʰˠ|a|꜖|m̥ˠ|-
[Q.none.2.1incl.POS.active.optative.PRES] => |ᵏǀʼˠ|i#ː|̰꜒|kˤ|-
[Q.none.2.1incl.POS.active.optative.PAST] => |ᵏǃʼˠ|ʉ|̰꜒|ʃˠ|-
[Q.none.2.1incl.POS.passive.indicative.PRES] => |n̥ˠ|u|̰꜖|ɰʷ|-
[Q.none.2.1incl.POS.passive.indicative.PAST] => |tʰʷ|ʉ|꜖꜒|wʲ|-
[Q.none.2.1incl.POS.passive.imperative.PRES] => |ᵏǀʼʲ|ᵊ|꜒꜖|n̥ʷ|-
[Q.none.2.1incl.POS.passive.imperative.PAST] => |ɹˠ|a#ː|꜒꜖|qʷ|-
[Q.none.2.1incl.POS.passive.conditional.PRES] => |tʼʲ|ʉ|꜒|ɰʲ|-
[Q.none.2.1incl.POS.passive.conditional.PAST] => |kʰʲ|u#|꜒꜖|tʼˤ|-
[Q.none.2.1incl.POS.passive.optative.PRES] => |ɥˤ|i|꜒|ɥˤ|-
[Q.none.2.1incl.POS.passive.optative.PAST] => |ɻˠ|u|꜖꜒|t͡sʷ|-
[Q.none.2.1excl.NEG.active.indicative.PRES] => |qʼˠ|u|̰꜖|n̥ˠ|-
[Q.none.2.1excl.NEG.active.indicative.PAST] => |ŋ̥ʲ|ʉ|꜖꜒|r̥ˤ|-
[Q.none.2.1excl.NEG.active.imperative.PRES] => |tʷ|ʉː|꜖|tʷ|-
[Q.none.2.1excl.NEG.active.imperative.PAST] => |ᵑǀʼˠ|ʉ#ː|꜖꜒|n̥ˠ|-
[Q.none.2.1excl.NEG.active.conditional.PRES] => |d͡ʐʲ|ʉ|꜖꜒|pʰˠ|-
[Q.none.2.1excl.NEG.active.conditional.PAST] => |ᵏǃˠ|iː|̰꜖|ʋʲ|-
[Q.none.2.1excl.NEG.active.optative.PRES] => |ᵏǃʰˤ|ᵊ|꜖꜒|ʔ|-
[Q.none.2.1excl.NEG.active.optative.PAST] => |ŋ̥ʷ|ʉ#ː|꜖|t͡sʲ|-
[Q.none.2.1excl.NEG.passive.indicative.PRES] => |ŋʲ|ʉ|̰꜖|mʲ|-
[Q.none.2.1excl.NEG.passive.indicative.PAST] => |ᵑǃʼˠ|ᵊ|̰꜖|ŋ̥ˤ|-
[Q.none.2.1excl.NEG.passive.imperative.PRES] => |wˤ|ᵊ|꜖|tʼʷ|-
[Q.none.2.1excl.NEG.passive.imperative.PAST] => |htˠ|ᵊ|꜒|ɽʲ|-
[Q.none.2.1excl.NEG.passive.conditional.PRES] => |m̥ˠ|ᵊ|꜒꜖|ʈʼˠ|-
[Q.none.2.1excl.NEG.passive.conditional.PAST] => |sˠ|ᵊ|꜖꜒|ɾʲ|-
[Q.none.2.1excl.NEG.passive.optative.PRES] => |wˠ|iː|꜖|sˠ|-
[Q.none.2.1excl.NEG.passive.optative.PAST] => |ɗˠ|a|꜒꜖|ʂʲ|-
[Q.none.2.1excl.POS.active.indicative.PRES] => |t͡sʷ|i|꜒|kʼˠ|-
[Q.none.2.1excl.POS.active.indicative.PAST] => |ᵑǁˠ|i|̰꜒|ɥˠ|-
[Q.none.2.1excl.POS.active.imperative.PRES] => |ʄˠ|ʉ|꜖꜒|nʲ|-
[Q.none.2.1excl.POS.active.imperative.PAST] => |ᵑǀˠ|a#ː|̰꜒|nˠ|-
[Q.none.2.1excl.POS.active.conditional.PRES] => |ᵑǁʼʲ|ᵊ|̰꜖|ʜˠ|-
[Q.none.2.1excl.POS.active.conditional.PAST] => |ɠʲ|uː|꜖|kʷ|-
[Q.none.2.1excl.POS.active.optative.PRES] => |tˠ|u|꜖꜒|ʈʼˠ|-
[Q.none.2.1excl.POS.active.optative.PAST] => |nˠ|i#ː|̰꜖|lˠ|-
[Q.none.2.1excl.POS.passive.indicative.PRES] => |ɻʲ|i|꜒꜖|ʛʲ|-
[Q.none.2.1excl.POS.passive.indicative.PAST] => |ŋˤ|ᵊ|꜒|ɹʷ|-
[Q.none.2.1excl.POS.passive.imperative.PRES] => |t͡sʲ|ʉ|꜒꜖|ʋˠ|-
[Q.none.2.1excl.POS.passive.imperative.PAST] => |tˠ|aː|꜒꜖|ɻˠ|-
[Q.none.2.1excl.POS.passive.conditional.PRES] => |ᵏǁʼˠ|a|꜖꜒|sˠ|-
[Q.none.2.1excl.POS.passive.conditional.PAST] => |tʰˠ|a#ː|̰꜒|kʼˠ|-
[Q.none.2.1excl.POS.passive.optative.PRES] => |ᵑǀʼˠ|u#|̰꜖|ʛˠ|-
[Q.none.2.1excl.POS.passive.optative.PAST] => |t͡ʃ|ʉ|꜖꜒|t͡sˠ|-
[Q.none.2.2.NEG.active.indicative.PRES] => |ᵏǃʼˠ|ʉ|̰꜖|pʲ|-
[Q.none.2.2.NEG.active.indicative.PAST] => |ɳ̥ˠ|a|꜒꜖|wˠ|-
[Q.none.2.2.NEG.active.imperative.PRES] => |ᵏǁʼˠ|i#|꜒꜖|kˤ|-
[Q.none.2.2.NEG.active.imperative.PAST] => |d͡ʐʲ|i#ː|꜖|ɽʲ|-
[Q.none.2.2.NEG.active.conditional.PRES] => |kʼʲ|ʉ#ː|꜖꜒|htˠ|-
[Q.none.2.2.NEG.active.conditional.PAST] => |ᵑǃʼʲ|iː|̰꜖|qʼˤ|-
[Q.none.2.2.NEG.active.optative.PRES] => |mʲ|ᵊ|꜖꜒|ɳʲ|-
[Q.none.2.2.NEG.active.optative.PAST] => |d͡ʐˠ|a|꜖|mˤ|-
[Q.none.2.2.NEG.passive.indicative.PRES] => |qʼˤ|ʉ#|꜖꜒|ɹʷ|-
[Q.none.2.2.NEG.passive.indicative.PAST] => |ɓˤ|u|꜒꜖|ɭʲ|-
[Q.none.2.2.NEG.passive.imperative.PRES] => |tʼˤ|iː|̰꜖|ɗˤ|-
[Q.none.2.2.NEG.passive.imperative.PAST] => |qʼˠ|iː|꜖|ʃʲ|-
[Q.none.2.2.NEG.passive.conditional.PRES] => |ᵏǁʲ|i|꜖꜒|t͡sʷ|-
[Q.none.2.2.NEG.passive.conditional.PAST] => |tʷ|iː|꜒|ʋˤ|-
[Q.none.2.2.NEG.passive.optative.PRES] => |htˤ|ᵊ|꜖|ɻˠ|-
[Q.none.2.2.NEG.passive.optative.PAST] => |ŋ̥ʲ|a|̰꜒|ɻˠ|-
[Q.none.2.2.POS.active.indicative.PRES] => |ʂˠ|a|꜖꜒|nˠ|-
[Q.none.2.2.POS.active.indicative.PAST] => |ɓˠ|ʉ|꜒|qʲ|-
[Q.none.2.2.POS.active.imperative.PRES] => |ɭˠ|ʉ|꜒꜖|rʲ|-
[Q.none.2.2.POS.active.imperative.PAST] => |ᵏǀʰˠ|i|꜒꜖|ɹˠ|-
[Q.none.2.2.POS.active.conditional.PRES] => |ᵑǀʼˤ|i#ː|꜖|ŋ̥ˤ|-
[Q.none.2.2.POS.active.conditional.PAST] => |r̥ˤ|ʉ|̰꜒|ʄˠ|-
[Q.none.2.2.POS.active.optative.PRES] => |r̥ˤ|a|꜖|m̥ˤ|-
[Q.none.2.2.POS.active.optative.PAST] => |ʂʲ|i|꜒꜖|ŋˠ|-
[Q.none.2.2.POS.passive.indicative.PRES] => |ʋʲ|i|꜒꜖|tʲ|-
[Q.none.2.2.POS.passive.indicative.PAST] => |t͡sˤ|u#|꜒꜖|ɹʷ|-
[Q.none.2.2.POS.passive.imperative.PRES] => |ᵏǃʼˠ|i|꜒꜖|ɾʲ|-
[Q.none.2.2.POS.passive.imperative.PAST] => |ɰˤ|ᵊ|꜖꜒|ɳʲ|-
[Q.none.2.2.POS.passive.conditional.PRES] => |ᵑǃʼˤ|a|꜒꜖|tɬˠ|-
[Q.none.2.2.POS.passive.conditional.PAST] => |nˤ|ʉ|꜖꜒|ɥˠ|-
[Q.none.2.2.POS.passive.optative.PRES] => |ɳ̥ʲ|u#ː|̰꜖|ʜˠ|-
[Q.none.2.2.POS.passive.optative.PAST] => |ᵏǀʼˤ|ᵊ|꜖|tˠ|-
[Q.none.2.3.cl.1.NEG.active.indicative.PRES] => |ɰʲ|ʉ#ː|̰꜒|ʈʼʲ|-
[Q.none.2.3.cl.1.NEG.active.indicative.PAST] => |pʲ|a|꜒꜖|ɰˤ|-
[Q.none.2.3.cl.1.NEG.active.imperative.PRES] => |ɳʲ|u#ː|꜒|ɓˤ|-
[Q.none.2.3.cl.1.NEG.active.imperative.PAST] => |mʲ|i#|꜒꜖|t͡sˠ|-
[Q.none.2.3.cl.1.NEG.active.conditional.PRES] => |kʼʲ|ᵊ|̰꜖|t͡ʂʲ|-
[Q.none.2.3.cl.1.NEG.active.conditional.PAST] => |ʋʲ|ʉ|꜒|pʼˤ|-
[Q.none.2.3.cl.1.NEG.active.optative.PRES] => |ɗˠ|ʉː|꜒꜖|ɠˤ|-
[Q.none.2.3.cl.1.NEG.active.optative.PAST] => |pˠ|ᵊ|̰꜒|ɾʷ|-
[Q.none.2.3.cl.1.NEG.passive.indicative.PRES] => |qʷ|ʉ#|꜒꜖|tʰʲ|-
[Q.none.2.3.cl.1.NEG.passive.indicative.PAST] => |ʈʼˠ|ᵊ|꜒꜖|ɹʲ|-
[Q.none.2.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|aː|꜖꜒|r̥ˤ|-
[Q.none.2.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʷ|i|̰꜒|ɠʲ|-
[Q.none.2.3.cl.1.NEG.passive.conditional.PRES] => |kʷ|a|̰꜒|pʲ|-
[Q.none.2.3.cl.1.NEG.passive.conditional.PAST] => |tˤ|ʉ#ː|꜖|kʼˤ|-
[Q.none.2.3.cl.1.NEG.passive.optative.PRES] => |pʼˤ|ʉ#ː|̰꜒|ɰʲ|-
[Q.none.2.3.cl.1.NEG.passive.optative.PAST] => |ᵑǃʼˤ|u#ː|̰꜖|ɰʷ|-
[Q.none.2.3.cl.1.POS.active.indicative.PRES] => |ɓˤ|i|̰꜖|ɳ̥ʲ|-
[Q.none.2.3.cl.1.POS.active.indicative.PAST] => |ɻˠ|u#ː|꜖|tʼˤ|-
[Q.none.2.3.cl.1.POS.active.imperative.PRES] => |ɹˤ|i|꜒|ʈˠ|-
[Q.none.2.3.cl.1.POS.active.imperative.PAST] => |htˠ|u|꜖꜒|hʈʲ|-
[Q.none.2.3.cl.1.POS.active.conditional.PRES] => |ɰʷ|a|꜒|qʲ|-
[Q.none.2.3.cl.1.POS.active.conditional.PAST] => |ɽˠ|ʉ|꜒|htʷ|-
[Q.none.2.3.cl.1.POS.active.optative.PRES] => |ᵏǃʰʲ|ʉ|꜒|nˠ|-
[Q.none.2.3.cl.1.POS.active.optative.PAST] => |ŋ̥ʲ|ʉ|꜖|htˠ|-
[Q.none.2.3.cl.1.POS.passive.indicative.PRES] => |tˤ|a|꜖|ŋ̥ˠ|-
[Q.none.2.3.cl.1.POS.passive.indicative.PAST] => |r̥ˠ|a|꜒|n̥ʲ|-
[Q.none.2.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʼˠ|u|̰꜒|t͡ʂˠ|-
[Q.none.2.3.cl.1.POS.passive.imperative.PAST] => |hʈʲ|u|꜖꜒|pʰˠ|-
[Q.none.2.3.cl.1.POS.passive.conditional.PRES] => |ʛˤ|ʉ#|̰꜖|pˠ|-
[Q.none.2.3.cl.1.POS.passive.conditional.PAST] => |ɴˠ|i|꜖꜒|wʲ|-
[Q.none.2.3.cl.1.POS.passive.optative.PRES] => |qʲ|i|꜖꜒|ɥˤ|-
[Q.none.2.3.cl.1.POS.passive.optative.PAST] => |n̥ʲ|iː|̰꜒|tɬˠ|-
[Q.none.2.3.cl.2.NEG.active.indicative.PRES] => |ᵑǀʼʷ|ᵊ|꜖꜒|ʡʲ|-
[Q.none.2.3.cl.2.NEG.active.indicative.PAST] => |ʛʲ|aː|̰꜒|tʼˤ|-
[Q.none.2.3.cl.2.NEG.active.imperative.PRES] => |sʲ|a|꜒꜖|nˤ|-
[Q.none.2.3.cl.2.NEG.active.imperative.PAST] => |ʃˠ|u#|꜒|nˤ|-
[Q.none.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃˤ|aː|꜖|kʼʲ|-
[Q.none.2.3.cl.2.NEG.active.conditional.PAST] => |d͡ʐʲ|aː|̰꜖|qʲ|-
[Q.none.2.3.cl.2.NEG.active.optative.PRES] => |ŋ̥ˠ|a|꜒|t͡sˠ|-
[Q.none.2.3.cl.2.NEG.active.optative.PAST] => |ᵑǁʼˠ|a|꜒|ɰʲ|-
[Q.none.2.3.cl.2.NEG.passive.indicative.PRES] => |tˤ|u#ː|꜒|ʜʲ|-
[Q.none.2.3.cl.2.NEG.passive.indicative.PAST] => |lʲ|ʉ#|꜒|t͡ʂˠ|-
[Q.none.2.3.cl.2.NEG.passive.imperative.PRES] => |ɗʲ|ᵊ|̰꜖|ŋʲ|-
[Q.none.2.3.cl.2.NEG.passive.imperative.PAST] => |kʰʲ|ʉ#ː|꜖|qʼʷ|-
[Q.none.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǀʼʲ|ʉ|꜖|qʷ|-
[Q.none.2.3.cl.2.NEG.passive.conditional.PAST] => |hkʷ|i|꜒꜖|ɠʲ|-
[Q.none.2.3.cl.2.NEG.passive.optative.PRES] => |ʂʲ|aː|꜖|ʈʼʲ|-
[Q.none.2.3.cl.2.NEG.passive.optative.PAST] => |ʄˠ|ᵊ|꜖|ɳʲ|-
[Q.none.2.3.cl.2.POS.active.indicative.PRES] => |qʲ|i#|̰꜖|rˤ|-
[Q.none.2.3.cl.2.POS.active.indicative.PAST] => |ɳˠ|ᵊ|꜒꜖|ŋ̥ʲ|-
[Q.none.2.3.cl.2.POS.active.imperative.PRES] => |ᵏǃʼˠ|u#ː|̰꜒|t͡sˠ|-
[Q.none.2.3.cl.2.POS.active.imperative.PAST] => |ɴʲ|a|꜒꜖|ɴˠ|-
[Q.none.2.3.cl.2.POS.active.conditional.PRES] => |ɹʲ|ᵊ|꜖|lˠ|-
[Q.none.2.3.cl.2.POS.active.conditional.PAST] => |m̥ʲ|a|꜒꜖|tˠ|-
[Q.none.2.3.cl.2.POS.active.optative.PRES] => |ɻˠ|u|̰꜒|ɭˠ|-
[Q.none.2.3.cl.2.POS.active.optative.PAST] => |ʃʲ|a|꜖|kʰˠ|-
[Q.none.2.3.cl.2.POS.passive.indicative.PRES] => |tʼʷ|a|꜖꜒|ɴˤ|-
[Q.none.2.3.cl.2.POS.passive.indicative.PAST] => |r̥ʲ|a|꜒꜖|ʜˠ|-
[Q.none.2.3.cl.2.POS.passive.imperative.PRES] => |ᵑǃʲ|a#|̰꜖|t͡sˠ|-
[Q.none.2.3.cl.2.POS.passive.imperative.PAST] => |tɬˠ|i#|꜒꜖|nʷ|-
[Q.none.2.3.cl.2.POS.passive.conditional.PRES] => |ᵏǀˤ|i|꜒|ɭˠ|-
[Q.none.2.3.cl.2.POS.passive.conditional.PAST] => |ɴˠ|aː|꜖꜒|ɽˠ|-
[Q.none.2.3.cl.2.POS.passive.optative.PRES] => |pʰˠ|i|̰꜖|ɴˠ|-
[Q.none.2.3.cl.2.POS.passive.optative.PAST] => |ɴʷ|ᵊ|꜖|m̥ˤ|-
[Q.none.2.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʰʲ|u|꜒|ʋˤ|-
[Q.none.2.3.cl.3.NEG.active.indicative.PAST] => |ʡʲ|iː|꜖꜒|tʼˠ|-
[Q.none.2.3.cl.3.NEG.active.imperative.PRES] => |ɳ̥ˠ|ʉ|̰꜒|ɳ̥ʲ|-
[Q.none.2.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃˠ|u|꜖|pʼˠ|-
[Q.none.2.3.cl.3.NEG.active.conditional.PRES] => |ɹˠ|ʉ|̰꜒|qˠ|-
[Q.none.2.3.cl.3.NEG.active.conditional.PAST] => |ɥˠ|a|̰꜖|htʷ|-
[Q.none.2.3.cl.3.NEG.active.optative.PRES] => |ɴˠ|uː|̰꜖|j|-
[Q.none.2.3.cl.3.NEG.active.optative.PAST] => |ʄʲ|uː|꜒꜖|hʈˠ|-
[Q.none.2.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǃʷ|a|̰꜖|qʼˤ|-
[Q.none.2.3.cl.3.NEG.passive.indicative.PAST] => |pʲ|a|꜖꜒|tɬʲ|-
[Q.none.2.3.cl.3.NEG.passive.imperative.PRES] => |ʈʼˠ|ʉː|̰꜒|nʷ|-
[Q.none.2.3.cl.3.NEG.passive.imperative.PAST] => |ɥʲ|u|̰꜒|tʼˤ|-
[Q.none.2.3.cl.3.NEG.passive.conditional.PRES] => |htʲ|ʉ#|꜖꜒|rˠ|-
[Q.none.2.3.cl.3.NEG.passive.conditional.PAST] => |sʷ|a#ː|꜒꜖|hpˠ|-
[Q.none.2.3.cl.3.NEG.passive.optative.PRES] => |t͡ʂˠ|a|̰꜖|ɓˠ|-
[Q.none.2.3.cl.3.NEG.passive.optative.PAST] => |ŋ̥ʷ|a#ː|꜖|ɳ̥ˠ|-
[Q.none.2.3.cl.3.POS.active.indicative.PRES] => |tʰˠ|ʉ|̰꜒|ɥʲ|-
[Q.none.2.3.cl.3.POS.active.indicative.PAST] => |tˤ|a|̰꜖|ŋˠ|-
[Q.none.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʲ|a#|̰꜒|ɠʲ|-
[Q.none.2.3.cl.3.POS.active.imperative.PAST] => |hpˠ|i|꜖|pˤ|-
[Q.none.2.3.cl.3.POS.active.conditional.PRES] => |qʲ|a|꜒꜖|t͡sˤ|-
[Q.none.2.3.cl.3.POS.active.conditional.PAST] => |ᵏǃʼˤ|i#|꜒|kʼˠ|-
[Q.none.2.3.cl.3.POS.active.optative.PRES] => |ɗˠ|ᵊ|̰꜒|ɹʲ|-
[Q.none.2.3.cl.3.POS.active.optative.PAST] => |ɰˤ|a#ː|꜒꜖|ʔ|-
[Q.none.2.3.cl.3.POS.passive.indicative.PRES] => |htˠ|ʉ#|꜖꜒|kʼˤ|-
[Q.none.2.3.cl.3.POS.passive.indicative.PAST] => |ᵑǀʲ|a|̰꜖|nˠ|-
[Q.none.2.3.cl.3.POS.passive.imperative.PRES] => |ŋʷ|ʉː|꜒|ŋʷ|-
[Q.none.2.3.cl.3.POS.passive.imperative.PAST] => |tʼʲ|i#|̰꜒|kʼʷ|-
[Q.none.2.3.cl.3.POS.passive.conditional.PRES] => |lʲ|i|꜒꜖|ɾʷ|-
[Q.none.2.3.cl.3.POS.passive.conditional.PAST] => |ʋʲ|ʉ|꜒꜖|ɰˠ|-
[Q.none.2.3.cl.3.POS.passive.optative.PRES] => |kˠ|u#ː|̰꜒|ɠˤ|-
[Q.none.2.3.cl.3.POS.passive.optative.PAST] => |ᵑǁˠ|i|꜖|wˠ|-
[Q.none.2.3.cl.4.NEG.active.indicative.PRES] => |ŋ̥ˠ|aː|꜖꜒|ʈʼˠ|-
[Q.none.2.3.cl.4.NEG.active.indicative.PAST] => |ʛʷ|ʉ|̰꜖|lˠ|-
[Q.none.2.3.cl.4.NEG.active.imperative.PRES] => |ᵏǃʰˤ|a|꜖꜒|ʃˠ|-
[Q.none.2.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀˠ|aː|꜖|r̥ʲ|-
[Q.none.2.3.cl.4.NEG.active.conditional.PRES] => |tˤ|i|꜖꜒|ʡʲ|-
[Q.none.2.3.cl.4.NEG.active.conditional.PAST] => |wˤ|i|꜖꜒|ɻʲ|-
[Q.none.2.3.cl.4.NEG.active.optative.PRES] => |ɴʲ|u|꜒꜖|ɴˠ|-
[Q.none.2.3.cl.4.NEG.active.optative.PAST] => |htˤ|ʉ#ː|꜒꜖|rʷ|-
[Q.none.2.3.cl.4.NEG.passive.indicative.PRES] => |ɠʲ|ʉ|꜒꜖|tˤ|-
[Q.none.2.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǁʰˠ|ʉ#ː|꜖|tʼˠ|-
[Q.none.2.3.cl.4.NEG.passive.imperative.PRES] => |ʜˠ|uː|꜖|ɴʲ|-
[Q.none.2.3.cl.4.NEG.passive.imperative.PAST] => |nʷ|a#|꜖꜒|tʰʷ|-
[Q.none.2.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃʼˤ|aː|꜖|ʄʲ|-
[Q.none.2.3.cl.4.NEG.passive.conditional.PAST] => |kʰʷ|ᵊ|꜒꜖|ʂˠ|-
[Q.none.2.3.cl.4.NEG.passive.optative.PRES] => |hpʲ|a|꜖|qʲ|-
[Q.none.2.3.cl.4.NEG.passive.optative.PAST] => |nˠ|ʉː|꜖|kˤ|-
[Q.none.2.3.cl.4.POS.active.indicative.PRES] => |ᵏǁʲ|a#|̰꜖|ɾˠ|-
[Q.none.2.3.cl.4.POS.active.indicative.PAST] => |ᵑǀʼˠ|ᵊ|̰꜖|hkʷ|-
[Q.none.2.3.cl.4.POS.active.imperative.PRES] => |ᵑǀʲ|i|꜒|ʈʲ|-
[Q.none.2.3.cl.4.POS.active.imperative.PAST] => |t͡ʃ|u#|꜒|ŋ̥ˤ|-
[Q.none.2.3.cl.4.POS.active.conditional.PRES] => |qˠ|i|꜖꜒|ŋˠ|-
[Q.none.2.3.cl.4.POS.active.conditional.PAST] => |hkˤ|i|̰꜒|qʼʲ|-
[Q.none.2.3.cl.4.POS.active.optative.PRES] => |ɭʲ|i|̰꜒|pˠ|-
[Q.none.2.3.cl.4.POS.active.optative.PAST] => |ɳ̥ˠ|u|̰꜒|kʷ|-
[Q.none.2.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ˤ|u#|꜒|ŋ̥ʲ|-
[Q.none.2.3.cl.4.POS.passive.indicative.PAST] => |lʲ|ʉ|꜖|t͡ʂʲ|-
[Q.none.2.3.cl.4.POS.passive.imperative.PRES] => |ᵏǁˠ|i|꜖꜒|t͡ʂˠ|-
[Q.none.2.3.cl.4.POS.passive.imperative.PAST] => |ᵑǁʼʲ|i|꜖|nʲ|-
[Q.none.2.3.cl.4.POS.passive.conditional.PRES] => |ɻʲ|aː|꜒|n̥ʲ|-
[Q.none.2.3.cl.4.POS.passive.conditional.PAST] => |nʷ|ʉ|̰꜖|ɠˠ|-
[Q.none.2.3.cl.4.POS.passive.optative.PRES] => |hkˤ|aː|꜖꜒|pʰˠ|-
[Q.none.2.3.cl.4.POS.passive.optative.PAST] => |ᵏǃʼʷ|aː|꜖꜒|ɰʲ|-
[Q.none.3.cl.1.1incl.NEG.active.indicative.PRES] => |wˠ|a|꜒꜖|kʰʲ|-
[Q.none.3.cl.1.1incl.NEG.active.indicative.PAST] => |hʈˠ|u|̰꜒|tʼʷ|-
[Q.none.3.cl.1.1incl.NEG.active.imperative.PRES] => |sʲ|a|̰꜒|ʛˤ|-
[Q.none.3.cl.1.1incl.NEG.active.imperative.PAST] => |tʰˤ|i|꜖꜒|ɭʲ|-
[Q.none.3.cl.1.1incl.NEG.active.conditional.PRES] => |ʜˠ|uː|̰꜒|t͡sʲ|-
[Q.none.3.cl.1.1incl.NEG.active.conditional.PAST] => |ɹʷ|i|꜒꜖|ʛʲ|-
[Q.none.3.cl.1.1incl.NEG.active.optative.PRES] => |pʲ|aː|꜒꜖|ɹˤ|-
[Q.none.3.cl.1.1incl.NEG.active.optative.PAST] => |kʼˠ|i|̰꜒|ʈʼʲ|-
[Q.none.3.cl.1.1incl.NEG.passive.indicative.PRES] => |t͡ʂʲ|iː|꜖|m̥ˤ|-
[Q.none.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ᵑǀˠ|u#|꜒|sʲ|-
[Q.none.3.cl.1.1incl.NEG.passive.imperative.PRES] => |htˠ|ᵊ|꜖|t͡sˠ|-
[Q.none.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ʡʲ|a|꜒|ʡʲ|-
[Q.none.3.cl.1.1incl.NEG.passive.conditional.PRES] => |ɗˤ|a#|꜖꜒|lʲ|-
[Q.none.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ɠˤ|u|̰꜒|ɥʲ|-
[Q.none.3.cl.1.1incl.NEG.passive.optative.PRES] => |ɹʷ|iː|̰꜒|ɠʷ|-
[Q.none.3.cl.1.1incl.NEG.passive.optative.PAST] => |ɠˠ|i#|꜖|ɗʷ|-
[Q.none.3.cl.1.1incl.POS.active.indicative.PRES] => |mˤ|ᵊ|꜖꜒|ɭˠ|-
[Q.none.3.cl.1.1incl.POS.active.indicative.PAST] => |kˠ|u#|̰꜖|ɭʲ|-
[Q.none.3.cl.1.1incl.POS.active.imperative.PRES] => |r̥ˠ|ʉ|꜖|ʡʲ|-
[Q.none.3.cl.1.1incl.POS.active.imperative.PAST] => |ʜʲ|u#|̰꜖|kʰʷ|-
[Q.none.3.cl.1.1incl.POS.active.conditional.PRES] => |lˠ|iː|̰꜖|qˤ|-
[Q.none.3.cl.1.1incl.POS.active.conditional.PAST] => |kʼʲ|ʉ|꜖|sˠ|-
[Q.none.3.cl.1.1incl.POS.active.optative.PRES] => |ɴʷ|i|̰꜒|ʛʲ|-
[Q.none.3.cl.1.1incl.POS.active.optative.PAST] => |qˠ|ʉ|̰꜒|tʼˤ|-
[Q.none.3.cl.1.1incl.POS.passive.indicative.PRES] => |ɳ̥ˠ|a|꜒꜖|ɳ̥ˠ|-
[Q.none.3.cl.1.1incl.POS.passive.indicative.PAST] => |ᵏǃˠ|u#ː|꜒꜖|kʰˠ|-
[Q.none.3.cl.1.1incl.POS.passive.imperative.PRES] => |ᵑǀʼˠ|u|꜖꜒|ɠˠ|-
[Q.none.3.cl.1.1incl.POS.passive.imperative.PAST] => |ɳ̥ˠ|a|꜖|m̥ˤ|-
[Q.none.3.cl.1.1incl.POS.passive.conditional.PRES] => |wʲ|ʉ|̰꜖|sˠ|-
[Q.none.3.cl.1.1incl.POS.passive.conditional.PAST] => |ʡˠ|ʉ#|꜖꜒|ɹˤ|-
[Q.none.3.cl.1.1incl.POS.passive.optative.PRES] => |hpˤ|iː|̰꜖|kˤ|-
[Q.none.3.cl.1.1incl.POS.passive.optative.PAST] => |kʼˤ|a|꜖|ʈʼʲ|-
[Q.none.3.cl.1.1excl.NEG.active.indicative.PRES] => |ʜʲ|u|꜒|qˠ|-
[Q.none.3.cl.1.1excl.NEG.active.indicative.PAST] => |ʈʼʲ|i|꜒|t͡ʂˠ|-
[Q.none.3.cl.1.1excl.NEG.active.imperative.PRES] => |ᵏǃʰˤ|ʉ#ː|꜒꜖|wʲ|-
[Q.none.3.cl.1.1excl.NEG.active.imperative.PAST] => |ʋʲ|u|꜖|ɰʷ|-
[Q.none.3.cl.1.1excl.NEG.active.conditional.PRES] => |ᵏǀʼˠ|a|꜖|kʲ|-
[Q.none.3.cl.1.1excl.NEG.active.conditional.PAST] => |tɬʲ|i|̰꜖|r̥ʷ|-
[Q.none.3.cl.1.1excl.NEG.active.optative.PRES] => |ʋʲ|i|꜒|ɥˠ|-
[Q.none.3.cl.1.1excl.NEG.active.optative.PAST] => |ŋ̥ʲ|a|꜖|ɥˠ|-
[Q.none.3.cl.1.1excl.NEG.passive.indicative.PRES] => |kʼˠ|iː|꜒꜖|ɰʲ|-
[Q.none.3.cl.1.1excl.NEG.passive.indicative.PAST] => |mˤ|ᵊ|꜖|ʡʲ|-
[Q.none.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ᵑǁʲ|ʉ#|꜖꜒|qʷ|-
[Q.none.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ᵑǀˤ|i#|̰꜒|wˠ|-
[Q.none.3.cl.1.1excl.NEG.passive.conditional.PRES] => |ᵏǃʰʷ|aː|꜖|tʼʷ|-
[Q.none.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ᵏǀʼʷ|iː|꜒|rʲ|-
[Q.none.3.cl.1.1excl.NEG.passive.optative.PRES] => |ɴˠ|i|꜒|rʲ|-
[Q.none.3.cl.1.1excl.NEG.passive.optative.PAST] => |ᵏǀʼˤ|u#|̰꜒|mʲ|-
[Q.none.3.cl.1.1excl.POS.active.indicative.PRES] => |ᵏǃʼʷ|i|꜒꜖|kʰʲ|-
[Q.none.3.cl.1.1excl.POS.active.indicative.PAST] => |qˠ|a|̰꜖|ɻʲ|-
[Q.none.3.cl.1.1excl.POS.active.imperative.PRES] => |nˠ|u|꜒꜖|kˠ|-
[Q.none.3.cl.1.1excl.POS.active.imperative.PAST] => |tˠ|ʉ|꜖꜒|qʷ|-
[Q.none.3.cl.1.1excl.POS.active.conditional.PRES] => |sˠ|u#ː|꜖꜒|t͡sʷ|-
[Q.none.3.cl.1.1excl.POS.active.conditional.PAST] => |n̥ʷ|i|꜖꜒|tʰʷ|-
[Q.none.3.cl.1.1excl.POS.active.optative.PRES] => |ᵑǀʲ|aː|꜖|tʲ|-
[Q.none.3.cl.1.1excl.POS.active.optative.PAST] => |mˠ|a#|꜖|ʡʲ|-
[Q.none.3.cl.1.1excl.POS.passive.indicative.PRES] => |ᵑǃˤ|a#|̰꜖|ɰʷ|-
[Q.none.3.cl.1.1excl.POS.passive.indicative.PAST] => |ʋʲ|aː|꜒|ɾˠ|-
[Q.none.3.cl.1.1excl.POS.passive.imperative.PRES] => |ʈʲ|ʉ#|꜖꜒|kʼˠ|-
[Q.none.3.cl.1.1excl.POS.passive.imperative.PAST] => |ᵑǃˠ|a|̰꜒|tɬˠ|-
[Q.none.3.cl.1.1excl.POS.passive.conditional.PRES] => |hkʷ|a|꜖|qʼˠ|-
[Q.none.3.cl.1.1excl.POS.passive.conditional.PAST] => |ᵑǀʼʲ|a|꜒|ɾʲ|-
[Q.none.3.cl.1.1excl.POS.passive.optative.PRES] => |ɴˠ|ʉ|꜖꜒|tˤ|-
[Q.none.3.cl.1.1excl.POS.passive.optative.PAST] => |wˤ|i|̰꜒|tˠ|-
[Q.none.3.cl.1.2.NEG.active.indicative.PRES] => |ᵑǀʼˤ|ᵊ|꜖|ŋ̥ʷ|-
[Q.none.3.cl.1.2.NEG.active.indicative.PAST] => |kʰˤ|ʉ#|̰꜒|qʼʲ|-
[Q.none.3.cl.1.2.NEG.active.imperative.PRES] => |ʂʲ|ʉ#ː|꜖꜒|pʼʲ|-
[Q.none.3.cl.1.2.NEG.active.imperative.PAST] => |ᵏǀˠ|i|̰꜖|ɴˤ|-
[Q.none.3.cl.1.2.NEG.active.conditional.PRES] => |d͡ʐʲ|a#|꜒|qʲ|-
[Q.none.3.cl.1.2.NEG.active.conditional.PAST] => |ᵑǀʼˤ|a|꜒꜖|nˤ|-
[Q.none.3.cl.1.2.NEG.active.optative.PRES] => |n̥ˠ|u|꜒|nʷ|-
[Q.none.3.cl.1.2.NEG.active.optative.PAST] => |t͡sʷ|a|̰꜖|ɹˤ|-
[Q.none.3.cl.1.2.NEG.passive.indicative.PRES] => |ɻʲ|u#ː|꜒꜖|ʃˠ|-
[Q.none.3.cl.1.2.NEG.passive.indicative.PAST] => |ᵑǁˠ|iː|꜖|ʡʲ|-
[Q.none.3.cl.1.2.NEG.passive.imperative.PRES] => |ŋ̥ˠ|ᵊ|꜒꜖|r̥ʲ|-
[Q.none.3.cl.1.2.NEG.passive.imperative.PAST] => |qˠ|i#|̰꜒|ŋʲ|-
[Q.none.3.cl.1.2.NEG.passive.conditional.PRES] => |ɹˤ|u|꜒|mˠ|-
[Q.none.3.cl.1.2.NEG.passive.conditional.PAST] => |ɠˠ|aː|꜖|ɭʲ|-
[Q.none.3.cl.1.2.NEG.passive.optative.PRES] => |mʲ|i|̰꜖|ɭˠ|-
[Q.none.3.cl.1.2.NEG.passive.optative.PAST] => |ᵏǀʼˠ|u#ː|꜖|ŋ̥ʲ|-
[Q.none.3.cl.1.2.POS.active.indicative.PRES] => |ᵏǃʷ|ʉː|̰꜒|hʈˠ|-
[Q.none.3.cl.1.2.POS.active.indicative.PAST] => |ᵏǀʰʲ|a#|꜖|kʼʲ|-
[Q.none.3.cl.1.2.POS.active.imperative.PRES] => |ɴˠ|ᵊ|꜒꜖|h|-
[Q.none.3.cl.1.2.POS.active.imperative.PAST] => |rʲ|a|̰꜖|ɹʷ|-
[Q.none.3.cl.1.2.POS.active.conditional.PRES] => |kʼˠ|a#ː|̰꜖|ɭʲ|-
[Q.none.3.cl.1.2.POS.active.conditional.PAST] => |pʰˠ|ᵊ|꜒꜖|ŋˤ|-
[Q.none.3.cl.1.2.POS.active.optative.PRES] => |ᵏǁʼˠ|uː|꜖꜒|tʼˠ|-
[Q.none.3.cl.1.2.POS.active.optative.PAST] => |ᵏǃʼˤ|a|꜖|ɴˠ|-
[Q.none.3.cl.1.2.POS.passive.indicative.PRES] => |tˤ|u|꜖꜒|ɠˤ|-
[Q.none.3.cl.1.2.POS.passive.indicative.PAST] => |kʼˠ|i|꜖|ɻʲ|-
[Q.none.3.cl.1.2.POS.passive.imperative.PRES] => |ᵏǀʰˤ|a#ː|꜒꜖|ɹˠ|-
[Q.none.3.cl.1.2.POS.passive.imperative.PAST] => |pʼˠ|i|̰꜖|qʼʲ|-
[Q.none.3.cl.1.2.POS.passive.conditional.PRES] => |mˠ|iː|̰꜖|ʃʲ|-
[Q.none.3.cl.1.2.POS.passive.conditional.PAST] => |htʲ|i|̰꜒|ɽˠ|-
[Q.none.3.cl.1.2.POS.passive.optative.PRES] => |qʼʷ|a#ː|꜖꜒|d͡ʐʲ|-
[Q.none.3.cl.1.2.POS.passive.optative.PAST] => |ʋʲ|u#ː|꜒|kˤ|-
[Q.none.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ɠˤ|ʉ|꜒|ɳʲ|-
[Q.none.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ᵏǀʷ|iː|꜖꜒|kʼˠ|-
[Q.none.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |lˠ|i#ː|̰꜒|qʼʲ|-
[Q.none.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ʋˠ|a|꜖꜒|sʷ|-
[Q.none.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |r̥ˠ|ʉ#ː|꜒|tɬˠ|-
[Q.none.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ᵏǀʼˤ|a|꜒|pʼˤ|-
[Q.none.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |ɠˠ|a|꜖|ŋ̥ʲ|-
[Q.none.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |tʰˤ|i|꜒꜖|ɗˤ|-
[Q.none.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |hpˠ|i|꜒꜖|ɴˤ|-
[Q.none.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ɗʲ|i#ː|̰꜖|ɰˠ|-
[Q.none.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʰˠ|iː|꜒|n̥ˠ|-
[Q.none.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ŋ̥ʲ|a|꜒|qˤ|-
[Q.none.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǃʰˤ|ᵊ|꜖꜒|ɳ̥ˠ|-
[Q.none.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ɠʷ|ʉ#ː|꜒꜖|ʜʲ|-
[Q.none.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |pˠ|a#|꜖|wʲ|-
[Q.none.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ᵏǀʲ|i|꜒꜖|hʈˠ|-
[Q.none.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |wʲ|u|꜖꜒|ɾˠ|-
[Q.none.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |ʋʲ|iː|꜒|ɗˤ|-
[Q.none.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |ɴˠ|ᵊ|̰꜖|ɰˠ|-
[Q.none.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ᵏǃʼʲ|a|̰꜒|ŋˤ|-
[Q.none.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ʛˤ|i|꜖꜒|ŋ̥ˤ|-
[Q.none.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |tʼʲ|a#|̰꜖|mˠ|-
[Q.none.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ŋ̥ˤ|a|̰꜒|ɗˠ|-
[Q.none.3.cl.1.3.cl.1.POS.active.optative.PAST] => |ɓˠ|i|̰꜒|qʲ|-
[Q.none.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |qʲ|a|̰꜒|mʲ|-
[Q.none.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |sˠ|a#ː|꜒꜖|kʰˠ|-
[Q.none.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ᵑǁʲ|a|̰꜖|ʈʼˠ|-
[Q.none.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |nˤ|ʉː|꜒꜖|ɳʲ|-
[Q.none.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |kʼʷ|i|꜒|pʲ|-
[Q.none.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |hpˤ|i|꜖|mʲ|-
[Q.none.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |ɻʲ|a#ː|꜒|qʼˤ|-
[Q.none.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ɓʲ|i#|꜖꜒|tʼˠ|-
[Q.none.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |ᵑǁˠ|aː|̰꜖|ɠʷ|-
[Q.none.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |qʲ|ʉ#|̰꜖|ɹˠ|-
[Q.none.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |ᵑǃˠ|ʉ#ː|̰꜒|ɳʲ|-
[Q.none.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |sʷ|i#ː|̰꜒|hʈˠ|-
[Q.none.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ɳ̥ʲ|ʉ|꜖꜒|wʲ|-
[Q.none.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ɓˤ|a|̰꜒|nʷ|-
[Q.none.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |tʲ|i#ː|̰꜖|kʷ|-
[Q.none.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ᵑǀʼˤ|iː|꜖|ʋˠ|-
[Q.none.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǁʼʲ|a|꜖|mˠ|-
[Q.none.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |ᵑǃʼˠ|ʉ|̰꜒|ŋʲ|-
[Q.none.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|u|꜖|n̥ˠ|-
[Q.none.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǃˠ|aː|̰꜖|ɠˠ|-
[Q.none.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ɠˤ|i|꜒꜖|ɹʲ|-
[Q.none.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |t͡ʂˠ|i#|꜒|ɴʲ|-
[Q.none.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |tɬˠ|a|꜖꜒|ŋ̥ʲ|-
[Q.none.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |h|ʉː|꜖꜒|ŋ̥ˤ|-
[Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |tʰʲ|ᵊ|꜒꜖|ɠʲ|-
[Q.none.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ʡˠ|i|꜒꜖|ŋʷ|-
[Q.none.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |m̥ˤ|a|꜖꜒|kʼˤ|-
[Q.none.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |qʼʲ|i|꜖|ʈʼˠ|-
[Q.none.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ᵑǃʷ|a#|꜖|mˠ|-
[Q.none.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |t͡ʂˠ|u#ː|꜒|kʼʷ|-
[Q.none.3.cl.1.3.cl.2.POS.active.optative.PRES] => |ɰˤ|ʉ|̰꜖|pʰʲ|-
[Q.none.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ʃˠ|u|꜖|pʼˤ|-
[Q.none.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ᵏǁʰˠ|a#ː|꜒꜖|qʼˤ|-
[Q.none.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |htˤ|i#|꜖꜒|hkˠ|-
[Q.none.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |pʲ|i#ː|꜖|r̥ˤ|-
[Q.none.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ŋ̥ˠ|ʉ|̰꜒|ɓˠ|-
[Q.none.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |pʰˤ|u#ː|꜒|ŋʲ|-
[Q.none.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʰˤ|ʉ#|̰꜖|nʲ|-
[Q.none.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |qʼʲ|a#ː|꜖꜒|wˠ|-
[Q.none.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |pʰʲ|i|̰꜖|kʼʷ|-
[Q.none.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |qˤ|u#|꜖|hpˠ|-
[Q.none.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ɥˠ|i|꜖꜒|ʈʼʲ|-
[Q.none.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |hkʷ|a|̰꜖|ŋˤ|-
[Q.none.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |sʲ|a|̰꜖|kʰˠ|-
[Q.none.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |ᵏǃʼʲ|a|꜒꜖|ŋˤ|-
[Q.none.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ɓˤ|ʉ|꜖꜒|tɬʲ|-
[Q.none.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ɭʲ|a|̰꜒|ɴʷ|-
[Q.none.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |tʷ|ᵊ|꜒꜖|wˠ|-
[Q.none.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |qʼˤ|ʉ|꜒꜖|r̥ʷ|-
[Q.none.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |m̥ˠ|i|̰꜒|ʋʲ|-
[Q.none.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |hkʲ|i|꜖|t͡sʷ|-
[Q.none.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |htˤ|ʉ#|̰꜒|t͡sˤ|-
[Q.none.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃˠ|a|꜖꜒|nʲ|-
[Q.none.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǃʼˤ|i|꜒|ɻʲ|-
[Q.none.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |pʰˠ|i|꜖꜒|rˠ|-
[Q.none.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |qʼʲ|u#ː|꜒|sˠ|-
[Q.none.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |hkˠ|ʉː|꜖|n̥ʷ|-
[Q.none.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |pʰʲ|i#|̰꜖|ʈˠ|-
[Q.none.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʼˠ|ᵊ|꜒꜖|ɰʷ|-
[Q.none.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |ᵑǃʲ|u|꜒|pʼˠ|-
[Q.none.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ɗˤ|u#|꜒꜖|pʼˤ|-
[Q.none.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |pʰˠ|ᵊ|̰꜒|ʛʷ|-
[Q.none.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ᵏǃʼˠ|ʉ|꜖|ɻʲ|-
[Q.none.3.cl.1.3.cl.3.POS.active.optative.PAST] => |kʰˤ|i|꜒|pʼˠ|-
[Q.none.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |rʲ|a|꜖|ŋ̥ʷ|-
[Q.none.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |ɥˤ|ʉ|̰꜒|ʡʲ|-
[Q.none.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |tˠ|a|꜒꜖|tʼʲ|-
[Q.none.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |hkˠ|u|̰꜖|ʜʲ|-
[Q.none.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ᵏǁˠ|i|꜖|sˤ|-
[Q.none.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |n̥ˠ|a|꜖|rʷ|-
[Q.none.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |ʡˠ|ʉ|꜒|t͡sˤ|-
[Q.none.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ŋ̥ˠ|u|꜒|qʼˠ|-
[Q.none.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |kˠ|u|꜖|d͡ʐʲ|-
[Q.none.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |kʼʲ|ʉː|꜒꜖|ɹˤ|-
[Q.none.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |tʰʲ|u#ː|꜒꜖|m̥ˤ|-
[Q.none.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |htˠ|u|꜒꜖|ɹˠ|-
[Q.none.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |pʼʲ|i|꜒|hkʷ|-
[Q.none.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ɗˠ|i|꜒|ŋˠ|-
[Q.none.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |t͡sˠ|a|꜒꜖|ɰˤ|-
[Q.none.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ᵏǀˠ|i#|̰꜖|wˠ|-
[Q.none.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |pʰʲ|i|꜖|kʼʷ|-
[Q.none.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ɳ̥ˠ|a#|꜖꜒|ʂˠ|-
[Q.none.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ŋ̥ˠ|a|꜖꜒|rʷ|-
[Q.none.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ɳˠ|a#ː|꜖꜒|ɗʷ|-
[Q.none.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |hʈʲ|i#|̰꜒|rʷ|-
[Q.none.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǃʼˠ|iː|꜒|d͡ʐʲ|-
[Q.none.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ɹʲ|a|꜒|kʲ|-
[Q.none.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |mˤ|i|̰꜖|ʂˠ|-
[Q.none.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ᵑǀʼˠ|a#ː|꜒꜖|ɭʲ|-
[Q.none.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |sˠ|a|̰꜒|htʷ|-
[Q.none.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ɗˤ|i|̰꜖|tʲ|-
[Q.none.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |ᵏǀʲ|u|꜖|tʼʷ|-
[Q.none.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |kʲ|i|꜖꜒|tʰˠ|-
[Q.none.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ʋˤ|ʉ#|꜖꜒|ɭʲ|-
[Q.none.3.cl.1.3.cl.4.POS.active.optative.PRES] => |kˤ|ʉ|꜖|ɰʷ|-
[Q.none.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ᵏǀʷ|a|꜖꜒|ʃˠ|-
[Q.none.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |tʼʲ|u#ː|꜒|ʈʼˠ|-
[Q.none.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ʜʲ|ʉ#ː|꜖꜒|ɭʲ|-
[Q.none.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ᵏǀʼˠ|i|꜖꜒|ŋʲ|-
[Q.none.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |pˤ|ʉ|꜖|mʲ|-
[Q.none.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ɗˤ|u|̰꜒|ʋˠ|-
[Q.none.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ʛˠ|aː|꜒꜖|ŋʷ|-
[Q.none.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |rˤ|a|꜒|ʈˠ|-
[Q.none.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |pʼˤ|i#|꜒|pʰˠ|-
[Q.none.3.cl.2.1incl.NEG.active.indicative.PRES] => |ɗʲ|a|꜒|ʛʷ|-
[Q.none.3.cl.2.1incl.NEG.active.indicative.PAST] => |ʈˠ|u|꜒|ʂˠ|-
[Q.none.3.cl.2.1incl.NEG.active.imperative.PRES] => |ᵏǁʲ|ʉ|꜒꜖|ʜˠ|-
[Q.none.3.cl.2.1incl.NEG.active.imperative.PAST] => |wˤ|i#ː|̰꜒|ʔ|-
[Q.none.3.cl.2.1incl.NEG.active.conditional.PRES] => |ᵏǀʰˤ|a#ː|̰꜖|kʰʷ|-
[Q.none.3.cl.2.1incl.NEG.active.conditional.PAST] => |htˠ|ᵊ|̰꜒|kʷ|-
[Q.none.3.cl.2.1incl.NEG.active.optative.PRES] => |nˤ|a|꜒|ɰʲ|-
[Q.none.3.cl.2.1incl.NEG.active.optative.PAST] => |ᵏǀʰʲ|ᵊ|꜖|nˠ|-
[Q.none.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ʈʼˠ|ʉ|꜒꜖|nʷ|-
[Q.none.3.cl.2.1incl.NEG.passive.indicative.PAST] => |h|i|꜒꜖|r̥ˠ|-
[Q.none.3.cl.2.1incl.NEG.passive.imperative.PRES] => |htˠ|u#|꜒|ɳʲ|-
[Q.none.3.cl.2.1incl.NEG.passive.imperative.PAST] => |nʲ|i|꜖|pʲ|-
[Q.none.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ɹʲ|ʉ|̰꜖|ʋˤ|-
[Q.none.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ɽʲ|ᵊ|꜒|ʈʰˠ|-
[Q.none.3.cl.2.1incl.NEG.passive.optative.PRES] => |tʰʷ|ᵊ|̰꜒|rˠ|-
[Q.none.3.cl.2.1incl.NEG.passive.optative.PAST] => |h|ᵊ|꜖|ɓʲ|-
[Q.none.3.cl.2.1incl.POS.active.indicative.PRES] => |tɬʲ|i|꜖|mʲ|-
[Q.none.3.cl.2.1incl.POS.active.indicative.PAST] => |n̥ˤ|iː|꜒|ɹˤ|-
[Q.none.3.cl.2.1incl.POS.active.imperative.PRES] => |ᵑǁʼʲ|iː|̰꜖|ɾʷ|-
[Q.none.3.cl.2.1incl.POS.active.imperative.PAST] => |ʛˤ|u#|꜖꜒|ɓʲ|-
[Q.none.3.cl.2.1incl.POS.active.conditional.PRES] => |kʲ|a|꜒|kʰˠ|-
[Q.none.3.cl.2.1incl.POS.active.conditional.PAST] => |ʜʲ|ʉ|꜖꜒|ɳˠ|-
[Q.none.3.cl.2.1incl.POS.active.optative.PRES] => |tʰˠ|i|꜒|qˤ|-
[Q.none.3.cl.2.1incl.POS.active.optative.PAST] => |n̥ˠ|iː|꜒꜖|ɹˠ|-
[Q.none.3.cl.2.1incl.POS.passive.indicative.PRES] => |ʈʰʲ|ᵊ|꜒|ɹˠ|-
[Q.none.3.cl.2.1incl.POS.passive.indicative.PAST] => |ʋʲ|ʉ#ː|꜒꜖|ɹʷ|-
[Q.none.3.cl.2.1incl.POS.passive.imperative.PRES] => |ʋˠ|u|̰꜖|ɗʲ|-
[Q.none.3.cl.2.1incl.POS.passive.imperative.PAST] => |qʼˠ|i|̰꜒|ɠˤ|-
[Q.none.3.cl.2.1incl.POS.passive.conditional.PRES] => |ʜˠ|u|꜖꜒|kʰʷ|-
[Q.none.3.cl.2.1incl.POS.passive.conditional.PAST] => |kˠ|a|꜒꜖|ʡʲ|-
[Q.none.3.cl.2.1incl.POS.passive.optative.PRES] => |ʋˠ|ʉ#ː|̰꜖|ɭʲ|-
[Q.none.3.cl.2.1incl.POS.passive.optative.PAST] => |ᵏǁˠ|u#|꜒|kˤ|-
[Q.none.3.cl.2.1excl.NEG.active.indicative.PRES] => |ʂʲ|u|̰꜒|ɹʲ|-
[Q.none.3.cl.2.1excl.NEG.active.indicative.PAST] => |m̥ˤ|u|̰꜖|pʰˤ|-
[Q.none.3.cl.2.1excl.NEG.active.imperative.PRES] => |d͡ʐʲ|u#ː|꜖|kʼʷ|-
[Q.none.3.cl.2.1excl.NEG.active.imperative.PAST] => |ɽʲ|ʉ#|꜖|nʲ|-
[Q.none.3.cl.2.1excl.NEG.active.conditional.PRES] => |ᵑǃˠ|uː|꜒|n̥ˤ|-
[Q.none.3.cl.2.1excl.NEG.active.conditional.PAST] => |ʈʼʲ|i|꜒|hkˤ|-
[Q.none.3.cl.2.1excl.NEG.active.optative.PRES] => |ᵏǀʼˤ|i#ː|̰꜒|m̥ˤ|-
[Q.none.3.cl.2.1excl.NEG.active.optative.PAST] => |ᵑǃʼˠ|u#ː|꜒|ɗˤ|-
[Q.none.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ᵏǁʲ|iː|꜒꜖|r̥ˠ|-
[Q.none.3.cl.2.1excl.NEG.passive.indicative.PAST] => |ɻʲ|a|꜖|qʼˠ|-
[Q.none.3.cl.2.1excl.NEG.passive.imperative.PRES] => |tʼʲ|u|̰꜖|ɽˠ|-
[Q.none.3.cl.2.1excl.NEG.passive.imperative.PAST] => |tʼʷ|i|̰꜖|mʲ|-
[Q.none.3.cl.2.1excl.NEG.passive.conditional.PRES] => |kʰˠ|ʉ|꜖|t͡sʷ|-
[Q.none.3.cl.2.1excl.NEG.passive.conditional.PAST] => |tˠ|ᵊ|꜖|ɗˤ|-
[Q.none.3.cl.2.1excl.NEG.passive.optative.PRES] => |hpʲ|aː|꜒|ʄˠ|-
[Q.none.3.cl.2.1excl.NEG.passive.optative.PAST] => |tʰʲ|u#ː|̰꜒|ɰʷ|-
[Q.none.3.cl.2.1excl.POS.active.indicative.PRES] => |t͡sʲ|ʉː|꜖|ʡʲ|-
[Q.none.3.cl.2.1excl.POS.active.indicative.PAST] => |ᵏǁʼʲ|i|꜒|tˤ|-
[Q.none.3.cl.2.1excl.POS.active.imperative.PRES] => |kʲ|ᵊ|꜒꜖|ʂʲ|-
[Q.none.3.cl.2.1excl.POS.active.imperative.PAST] => |n̥ˠ|a#ː|꜒꜖|ɰʷ|-
[Q.none.3.cl.2.1excl.POS.active.conditional.PRES] => |ŋˠ|a#|꜒|mˠ|-
[Q.none.3.cl.2.1excl.POS.active.conditional.PAST] => |ʄʲ|i|꜒꜖|ʛˤ|-
[Q.none.3.cl.2.1excl.POS.active.optative.PRES] => |tʼʷ|aː|̰꜒|lˠ|-
[Q.none.3.cl.2.1excl.POS.active.optative.PAST] => |ʜʲ|a|꜒꜖|tʰˤ|-
[Q.none.3.cl.2.1excl.POS.passive.indicative.PRES] => |htʲ|ᵊ|̰꜒|tʲ|-
[Q.none.3.cl.2.1excl.POS.passive.indicative.PAST] => |ɹˤ|u|꜒|ɭˠ|-
[Q.none.3.cl.2.1excl.POS.passive.imperative.PRES] => |ɓˠ|ᵊ|꜖꜒|tʲ|-
[Q.none.3.cl.2.1excl.POS.passive.imperative.PAST] => |ᵑǃʲ|a|꜖|pʼˤ|-
[Q.none.3.cl.2.1excl.POS.passive.conditional.PRES] => |ɭˠ|i|꜖|ʛˠ|-
[Q.none.3.cl.2.1excl.POS.passive.conditional.PAST] => |ᵏǃʰʲ|u|꜖꜒|kˠ|-
[Q.none.3.cl.2.1excl.POS.passive.optative.PRES] => |pˤ|ʉ|̰꜖|pˤ|-
[Q.none.3.cl.2.1excl.POS.passive.optative.PAST] => |pʼʲ|u#ː|̰꜒|sˤ|-
[Q.none.3.cl.2.2.NEG.active.indicative.PRES] => |m̥ˠ|i#|꜖|t͡ʃ|-
[Q.none.3.cl.2.2.NEG.active.indicative.PAST] => |hkʲ|i|̰꜒|ʡˠ|-
[Q.none.3.cl.2.2.NEG.active.imperative.PRES] => |kʼˤ|u#|꜖|kʲ|-
[Q.none.3.cl.2.2.NEG.active.imperative.PAST] => |kʼˠ|ʉ|̰꜖|ɹˤ|-
[Q.none.3.cl.2.2.NEG.active.conditional.PRES] => |qˤ|a|꜖|lʲ|-
[Q.none.3.cl.2.2.NEG.active.conditional.PAST] => |sˠ|ʉ|꜒|ɽˠ|-
[Q.none.3.cl.2.2.NEG.active.optative.PRES] => |ᵏǀʰˠ|ʉ|̰꜖|ʂˠ|-
[Q.none.3.cl.2.2.NEG.active.optative.PAST] => |kʼˤ|i|꜖|ɾʲ|-
[Q.none.3.cl.2.2.NEG.passive.indicative.PRES] => |ᵑǀʼˠ|u#|꜒|t͡sʲ|-
[Q.none.3.cl.2.2.NEG.passive.indicative.PAST] => |ʛˤ|u#ː|̰꜖|ɓˤ|-
[Q.none.3.cl.2.2.NEG.passive.imperative.PRES] => |ᵏǀʰˠ|aː|꜒|ʄˠ|-
[Q.none.3.cl.2.2.NEG.passive.imperative.PAST] => |tʰˤ|ʉ#|̰꜒|ɗˤ|-
[Q.none.3.cl.2.2.NEG.passive.conditional.PRES] => |qʼʲ|a|̰꜒|ɠʲ|-
[Q.none.3.cl.2.2.NEG.passive.conditional.PAST] => |ʈˠ|u|꜒꜖|m̥ˤ|-
[Q.none.3.cl.2.2.NEG.passive.optative.PRES] => |ʋˠ|i#|꜒꜖|ɹʲ|-
[Q.none.3.cl.2.2.NEG.passive.optative.PAST] => |ᵏǀʰˤ|i|꜒|ʈʲ|-
[Q.none.3.cl.2.2.POS.active.indicative.PRES] => |ɗʲ|a|꜖|ŋ̥ʲ|-
[Q.none.3.cl.2.2.POS.active.indicative.PAST] => |pˠ|i|꜒꜖|t͡sˤ|-
[Q.none.3.cl.2.2.POS.active.imperative.PRES] => |ʡʲ|ʉː|̰꜖|qʼʷ|-
[Q.none.3.cl.2.2.POS.active.imperative.PAST] => |rˠ|ʉ|꜖|ʋˠ|-
[Q.none.3.cl.2.2.POS.active.conditional.PRES] => |ᵏǀʼʷ|ᵊ|̰꜒|ɴˠ|-
[Q.none.3.cl.2.2.POS.active.conditional.PAST] => |hpˤ|a|̰꜒|pʰʲ|-
[Q.none.3.cl.2.2.POS.active.optative.PRES] => |ᵑǃʼʷ|ʉ#|̰꜒|pʰˤ|-
[Q.none.3.cl.2.2.POS.active.optative.PAST] => |ᵏǁʼʲ|i|꜖꜒|qˠ|-
[Q.none.3.cl.2.2.POS.passive.indicative.PRES] => |ʈʲ|aː|꜖|ɽʲ|-
[Q.none.3.cl.2.2.POS.passive.indicative.PAST] => |ɹˤ|u|꜖|lˠ|-
[Q.none.3.cl.2.2.POS.passive.imperative.PRES] => |ᵑǀʼˠ|a#ː|̰꜖|sʲ|-
[Q.none.3.cl.2.2.POS.passive.imperative.PAST] => |tɬˠ|a|꜒꜖|ɳˠ|-
[Q.none.3.cl.2.2.POS.passive.conditional.PRES] => |nˤ|a|̰꜒|ʃʲ|-
[Q.none.3.cl.2.2.POS.passive.conditional.PAST] => |nˤ|a|꜖꜒|ŋ̥ˤ|-
[Q.none.3.cl.2.2.POS.passive.optative.PRES] => |ʡʲ|ᵊ|꜖|m̥ʲ|-
[Q.none.3.cl.2.2.POS.passive.optative.PAST] => |ᵏǀˤ|iː|̰꜖|ʔ|-
[Q.none.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǃʼʷ|ᵊ|꜖|ʡˠ|-
[Q.none.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʰʲ|i#ː|꜖|ŋʲ|-
[Q.none.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |mˠ|ʉ#ː|꜖꜒|ʄˠ|-
[Q.none.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ɳˠ|ᵊ|꜖|ɗʲ|-
[Q.none.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |tˠ|a#ː|̰꜒|d͡ʐˠ|-
[Q.none.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |kˤ|a|꜖|kʼʲ|-
[Q.none.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |htʲ|u#|꜖|d͡ʐʲ|-
[Q.none.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |pˤ|u#ː|꜖|qʼʲ|-
[Q.none.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀʷ|ᵊ|꜖꜒|ŋʷ|-
[Q.none.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʼˠ|iː|꜒꜖|htʷ|-
[Q.none.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |tʰˤ|u#|꜖|ɾˤ|-
[Q.none.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |kʼʲ|u|꜒|qˠ|-
[Q.none.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃʷ|a|꜒|ɥˤ|-
[Q.none.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ʄˠ|ʉ#ː|꜒꜖|ʈʼˠ|-
[Q.none.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ɾˠ|uː|꜒|hkʷ|-
[Q.none.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |wʲ|u|꜖꜒|nʷ|-
[Q.none.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ɰʲ|i|̰꜖|ʄʲ|-
[Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |d͡ʐˠ|u|꜒꜖|ɰʷ|-
[Q.none.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |tɬʲ|iː|꜒|qʼˤ|-
[Q.none.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ᵏǃʼˤ|a|̰꜒|pˠ|-
[Q.none.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ᵏǃʰʷ|aː|꜒|ɽˠ|-
[Q.none.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |ɹˤ|aː|̰꜒|ɹʲ|-
[Q.none.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ᵏǀʰˤ|u#ː|꜒|hʈˠ|-
[Q.none.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ᵏǃʷ|ʉː|꜖|kʼˤ|-
[Q.none.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |ʈʼˠ|ᵊ|̰꜖|r̥ʲ|-
[Q.none.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |kʰˤ|iː|꜖꜒|sˠ|-
[Q.none.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ɹʲ|i#ː|̰꜒|d͡ʐʲ|-
[Q.none.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ɗˠ|i|̰꜒|ɗʲ|-
[Q.none.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |htʷ|i|꜒꜖|tʼʲ|-
[Q.none.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃʰˤ|ᵊ|̰꜒|ŋˤ|-
[Q.none.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |hpˤ|aː|̰꜒|ʡˠ|-
[Q.none.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |tɬˠ|aː|꜒|t͡sˠ|-
[Q.none.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |ᵏǀʲ|a|꜖|ʈʰˠ|-
[Q.none.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |htʲ|u|꜒|rʷ|-
[Q.none.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |d͡ʐʲ|i#ː|꜒|sˠ|-
[Q.none.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ɰˠ|ᵊ|꜒꜖|ŋ̥ˤ|-
[Q.none.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |h|iː|꜖꜒|d͡ʐˠ|-
[Q.none.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ᵑǁʼˠ|iː|̰꜒|kʲ|-
[Q.none.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ᵑǃˠ|i|꜖꜒|ɓˠ|-
[Q.none.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |mˤ|i|꜒꜖|pʰʲ|-
[Q.none.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |ʡʲ|ʉ#|̰꜖|ɗˠ|-
[Q.none.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǃˠ|aː|꜒꜖|ɳ̥ˠ|-
[Q.none.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǀˤ|a|꜒|ŋ̥ʷ|-
[Q.none.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ɴʲ|a|̰꜒|ɓʲ|-
[Q.none.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ɴʲ|iː|꜖꜒|pˠ|-
[Q.none.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀʼʷ|ʉ|꜖꜒|pʰˤ|-
[Q.none.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |qʷ|ᵊ|꜖|ʋˤ|-
[Q.none.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǁʼˠ|u|꜖꜒|ŋˤ|-
[Q.none.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ʂˠ|iː|̰꜖|ʄˠ|-
[Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |pʰˠ|iː|꜖|wˤ|-
[Q.none.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |pʼʲ|aː|̰꜒|ɾˤ|-
[Q.none.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ŋˤ|u|꜒꜖|n̥ʲ|-
[Q.none.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ᵑǀʲ|ʉː|꜒꜖|ɹʲ|-
[Q.none.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |pʲ|ʉ|̰꜒|ɠˤ|-
[Q.none.3.cl.2.3.cl.2.POS.active.optative.PRES] => |wʲ|u|꜒|lʲ|-
[Q.none.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ᵏǁʼˠ|ʉ#|꜒|ɳʲ|-
[Q.none.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |tʲ|ᵊ|꜖|ʃˠ|-
[Q.none.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |ᵏǁʰʲ|ʉː|꜒꜖|ɴʷ|-
[Q.none.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |ɴˠ|aː|̰꜒|ɓˠ|-
[Q.none.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ᵏǁʼˠ|ʉ#ː|꜖꜒|nʷ|-
[Q.none.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ᵏǀʲ|a|꜒꜖|ŋ̥ˠ|-
[Q.none.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ŋˠ|uː|̰꜒|ɓˤ|-
[Q.none.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ᵏǁʲ|ʉ|꜖꜒|kʼʲ|-
[Q.none.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |nˠ|uː|꜒|ɰˠ|-
[Q.none.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |kʷ|ᵊ|꜒|pˠ|-
[Q.none.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |h|u|̰꜖|t͡sʲ|-
[Q.none.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ᵏǁʼʲ|u|̰꜖|sˠ|-
[Q.none.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ᵑǀʼʷ|i#|꜒꜖|hkˤ|-
[Q.none.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |tʼʷ|a|꜒꜖|mʲ|-
[Q.none.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |t͡sˤ|u|̰꜖|ʋˤ|-
[Q.none.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |tʰʲ|u|̰꜒|ɳˠ|-
[Q.none.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ʜʲ|iː|̰꜒|j|-
[Q.none.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |pʰˠ|a#ː|̰꜖|pʼˠ|-
[Q.none.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |nʷ|i|꜒|rˤ|-
[Q.none.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǃˤ|ʉ|꜖꜒|ɻʲ|-
[Q.none.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |hkˤ|ʉ|꜖|ɹˠ|-
[Q.none.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ʃˠ|i|꜖|ʄˠ|-
[Q.none.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |h|u|꜒꜖|ŋʲ|-
[Q.none.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ɽˠ|a#ː|꜒꜖|ɳ̥ˠ|-
[Q.none.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |mˤ|ᵊ|꜒|ɠˠ|-
[Q.none.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |j|ʉ|꜖꜒|ɓˠ|-
[Q.none.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ᵑǀʼʲ|ʉ|̰꜒|qˠ|-
[Q.none.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |tɬʲ|a|꜒꜖|kʲ|-
[Q.none.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |t͡ʃ|u|꜖꜒|tʼˤ|-
[Q.none.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |wˠ|ʉ|꜖|tˤ|-
[Q.none.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ʋˠ|a#ː|꜖꜒|ɓˠ|-
[Q.none.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ᵑǀʼˤ|ᵊ|꜒꜖|ʛˠ|-
[Q.none.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ɰʷ|a|̰꜒|hkʲ|-
[Q.none.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |tʲ|u|̰꜒|pʰˠ|-
[Q.none.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |nˤ|a|꜒|qʼˠ|-
[Q.none.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀʼˠ|a|꜒꜖|qʼʷ|-
[Q.none.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ŋʷ|ᵊ|꜒|tʼˤ|-
[Q.none.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ɥˠ|i|꜖|hkʲ|-
[Q.none.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |htʷ|ʉ|̰꜖|kʲ|-
[Q.none.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʲ|u|꜒꜖|ɾˤ|-
[Q.none.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |htʷ|a|꜒|r̥ˤ|-
[Q.none.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |pˤ|a|꜒꜖|hʈʲ|-
[Q.none.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |mˤ|aː|꜖꜒|d͡ʐʲ|-
[Q.none.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |qˠ|u#|꜒꜖|ʋʲ|-
[Q.none.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |ʔ|aː|̰꜖|mʲ|-
[Q.none.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʲ|ᵊ|̰꜒|hkʷ|-
[Q.none.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ɥʲ|i#|̰꜒|ɾˤ|-
[Q.none.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |m̥ˠ|a|̰꜒|wˠ|-
[Q.none.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |hʈˠ|a|̰꜖|qʼˠ|-
[Q.none.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ɓˤ|a|꜒꜖|hʈˠ|-
[Q.none.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ɗʲ|i#|꜖꜒|m̥ˤ|-
[Q.none.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǃʼˤ|aː|꜒|ɳ̥ˠ|-
[Q.none.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|u|̰꜒|m̥ˠ|-
[Q.none.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |d͡ʐʲ|u#ː|꜒|pʼʲ|-
[Q.none.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ɗˤ|i|̰꜒|ɗʷ|-
[Q.none.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |hʈˠ|i#ː|꜒꜖|tɬˠ|-
[Q.none.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |t͡ʃ|i#ː|꜖꜒|ɳ̥ʲ|-
[Q.none.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |ᵏǁʰˠ|ᵊ|꜒꜖|ŋ̥ˠ|-
[Q.none.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |sʷ|a|̰꜖|ɹˠ|-
[Q.none.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ᵑǀʼʲ|ʉː|̰꜒|tˤ|-
[Q.none.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ᵑǀˤ|ʉ#ː|꜖꜒|ʂʲ|-
[Q.none.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |m̥ˤ|u|꜖꜒|ŋ̥ˤ|-
[Q.none.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |ɴˠ|ʉ|̰꜖|kʰˠ|-
[Q.none.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ʡˠ|uː|꜖꜒|hkʲ|-
[Q.none.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ᵏǀˤ|i|̰꜖|kʰˠ|-
[Q.none.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ˤ|a#ː|꜒|m̥ˤ|-
[Q.none.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |qʼˠ|a|꜖|tˤ|-
[Q.none.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |wʲ|ʉː|̰꜒|sˤ|-
[Q.none.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀʰʲ|u#ː|꜒꜖|ŋ̥ˠ|-
[Q.none.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |pʲ|i|꜒꜖|mˤ|-
[Q.none.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |ɹˠ|i|̰꜖|kʷ|-
[Q.none.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |sˠ|ʉ|̰꜒|hʈʲ|-
[Q.none.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |qˤ|i#ː|̰꜖|qʷ|-
[Q.none.3.cl.3.1incl.NEG.active.indicative.PRES] => |ᵏǃʰˠ|ᵊ|̰꜖|ʛˤ|-
[Q.none.3.cl.3.1incl.NEG.active.indicative.PAST] => |pʼˤ|ᵊ|̰꜒|rʲ|-
[Q.none.3.cl.3.1incl.NEG.active.imperative.PRES] => |ᵏǀʰˤ|ʉ#|꜖|mˤ|-
[Q.none.3.cl.3.1incl.NEG.active.imperative.PAST] => |r̥ʲ|a|꜒|t͡sˤ|-
[Q.none.3.cl.3.1incl.NEG.active.conditional.PRES] => |kʰʷ|i|꜒꜖|d͡ʐˠ|-
[Q.none.3.cl.3.1incl.NEG.active.conditional.PAST] => |htˤ|ʉ|̰꜖|ʄʲ|-
[Q.none.3.cl.3.1incl.NEG.active.optative.PRES] => |n̥ʲ|ᵊ|̰꜒|nˠ|-
[Q.none.3.cl.3.1incl.NEG.active.optative.PAST] => |htˠ|a#|꜒꜖|tʰʲ|-
[Q.none.3.cl.3.1incl.NEG.passive.indicative.PRES] => |ʂʲ|a|꜖꜒|mˤ|-
[Q.none.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ᵑǃˤ|uː|꜖꜒|wˠ|-
[Q.none.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ɹˤ|ᵊ|̰꜒|hʈʲ|-
[Q.none.3.cl.3.1incl.NEG.passive.imperative.PAST] => |pʲ|u|꜒꜖|r̥ʲ|-
[Q.none.3.cl.3.1incl.NEG.passive.conditional.PRES] => |ᵑǁˠ|ʉ|꜒꜖|qˠ|-
[Q.none.3.cl.3.1incl.NEG.passive.conditional.PAST] => |ʈˠ|aː|꜖|ɽˠ|-
[Q.none.3.cl.3.1incl.NEG.passive.optative.PRES] => |wˤ|ᵊ|꜖꜒|ɠʲ|-
[Q.none.3.cl.3.1incl.NEG.passive.optative.PAST] => |ᵏǃʼˠ|a#ː|꜒|ʈʲ|-
[Q.none.3.cl.3.1incl.POS.active.indicative.PRES] => |ŋ̥ˤ|ᵊ|꜖|sʷ|-
[Q.none.3.cl.3.1incl.POS.active.indicative.PAST] => |ɠˤ|a|꜖|r̥ˤ|-
[Q.none.3.cl.3.1incl.POS.active.imperative.PRES] => |tʰʷ|a|꜖|ɰˤ|-
[Q.none.3.cl.3.1incl.POS.active.imperative.PAST] => |ᵏǀʼʲ|iː|̰꜒|m̥ʲ|-
[Q.none.3.cl.3.1incl.POS.active.conditional.PRES] => |wˠ|u|꜖꜒|ɓˤ|-
[Q.none.3.cl.3.1incl.POS.active.conditional.PAST] => |t͡sˤ|ʉ#ː|꜒꜖|m̥ˤ|-
[Q.none.3.cl.3.1incl.POS.active.optative.PRES] => |kʲ|a|꜖|ɳ̥ʲ|-
[Q.none.3.cl.3.1incl.POS.active.optative.PAST] => |qʼˤ|ʉ|̰꜒|ɹʲ|-
[Q.none.3.cl.3.1incl.POS.passive.indicative.PRES] => |tˤ|ᵊ|̰꜖|pˠ|-
[Q.none.3.cl.3.1incl.POS.passive.indicative.PAST] => |ʋˠ|ʉ|̰꜒|ɰʲ|-
[Q.none.3.cl.3.1incl.POS.passive.imperative.PRES] => |n̥ʲ|ʉ#ː|꜒꜖|kʼʲ|-
[Q.none.3.cl.3.1incl.POS.passive.imperative.PAST] => |ᵏǁʼʲ|u|꜖|ɓˤ|-
[Q.none.3.cl.3.1incl.POS.passive.conditional.PRES] => |ᵏǀʼˠ|i|꜖꜒|nˤ|-
[Q.none.3.cl.3.1incl.POS.passive.conditional.PAST] => |tʰʲ|ᵊ|̰꜖|kʷ|-
[Q.none.3.cl.3.1incl.POS.passive.optative.PRES] => |ʈˠ|a#ː|꜒|d͡ʐʲ|-
[Q.none.3.cl.3.1incl.POS.passive.optative.PAST] => |ʋˠ|a|̰꜒|ɴʷ|-
[Q.none.3.cl.3.1excl.NEG.active.indicative.PRES] => |ᵏǃʼʷ|a|꜒꜖|ɴˠ|-
[Q.none.3.cl.3.1excl.NEG.active.indicative.PAST] => |ᵑǀˤ|i|̰꜖|d͡ʐˠ|-
[Q.none.3.cl.3.1excl.NEG.active.imperative.PRES] => |hʈʲ|a#|꜒|nʷ|-
[Q.none.3.cl.3.1excl.NEG.active.imperative.PAST] => |ɻʲ|ʉ#|꜒꜖|ʈʼʲ|-
[Q.none.3.cl.3.1excl.NEG.active.conditional.PRES] => |ɠʲ|a|̰꜖|kʰˤ|-
[Q.none.3.cl.3.1excl.NEG.active.conditional.PAST] => |ᵏǀʼʲ|iː|̰꜒|m̥ˤ|-
[Q.none.3.cl.3.1excl.NEG.active.optative.PRES] => |ᵏǀʼˠ|ʉ#|꜖꜒|n̥ˤ|-
[Q.none.3.cl.3.1excl.NEG.active.optative.PAST] => |qʷ|i|꜖|ɠʲ|-
[Q.none.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ɹˤ|uː|̰꜒|r̥ʷ|-
[Q.none.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ɥˠ|u#ː|꜒꜖|tʰˠ|-
[Q.none.3.cl.3.1excl.NEG.passive.imperative.PRES] => |pʼˠ|a|̰꜒|hpˤ|-
[Q.none.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ᵑǀʼʲ|ʉ|꜖꜒|ɠˤ|-
[Q.none.3.cl.3.1excl.NEG.passive.conditional.PRES] => |pʼˠ|a|̰꜖|pʼˤ|-
[Q.none.3.cl.3.1excl.NEG.passive.conditional.PAST] => |tʼʲ|aː|꜒꜖|kʰˠ|-
[Q.none.3.cl.3.1excl.NEG.passive.optative.PRES] => |ᵑǀˠ|u|꜒꜖|ɽˠ|-
[Q.none.3.cl.3.1excl.NEG.passive.optative.PAST] => |ᵑǃʲ|ᵊ|꜖|tʼˤ|-
[Q.none.3.cl.3.1excl.POS.active.indicative.PRES] => |ᵑǀʼˠ|iː|̰꜖|qʼʷ|-
[Q.none.3.cl.3.1excl.POS.active.indicative.PAST] => |ɳʲ|i#|꜒|kʼˤ|-
[Q.none.3.cl.3.1excl.POS.active.imperative.PRES] => |pˤ|u|꜒|r̥ˤ|-
[Q.none.3.cl.3.1excl.POS.active.imperative.PAST] => |ʈʼˠ|ᵊ|꜒꜖|hkʲ|-
[Q.none.3.cl.3.1excl.POS.active.conditional.PRES] => |ɠʷ|ʉ|꜒꜖|tʷ|-
[Q.none.3.cl.3.1excl.POS.active.conditional.PAST] => |qʲ|ᵊ|꜒꜖|t͡ʂʲ|-
[Q.none.3.cl.3.1excl.POS.active.optative.PRES] => |tɬʲ|i#ː|̰꜒|d͡ʐˠ|-
[Q.none.3.cl.3.1excl.POS.active.optative.PAST] => |ᵏǃʲ|i#|꜒꜖|sʷ|-
[Q.none.3.cl.3.1excl.POS.passive.indicative.PRES] => |kʰˠ|iː|̰꜒|tʷ|-
[Q.none.3.cl.3.1excl.POS.passive.indicative.PAST] => |ᵑǃʲ|a|꜖꜒|tʼˤ|-
[Q.none.3.cl.3.1excl.POS.passive.imperative.PRES] => |ᵑǁʼʲ|u|꜖|ɹˤ|-
[Q.none.3.cl.3.1excl.POS.passive.imperative.PAST] => |rˠ|i|꜖|ʔ|-
[Q.none.3.cl.3.1excl.POS.passive.conditional.PRES] => |mˠ|ᵊ|꜖꜒|nˠ|-
[Q.none.3.cl.3.1excl.POS.passive.conditional.PAST] => |ʋˤ|u|̰꜖|kʼʷ|-
[Q.none.3.cl.3.1excl.POS.passive.optative.PRES] => |kʼˤ|a|̰꜖|t͡ʂʲ|-
[Q.none.3.cl.3.1excl.POS.passive.optative.PAST] => |ᵏǀʰʷ|i|꜖꜒|mˤ|-
[Q.none.3.cl.3.2.NEG.active.indicative.PRES] => |ŋʲ|i|꜒꜖|ʈʰʲ|-
[Q.none.3.cl.3.2.NEG.active.indicative.PAST] => |ᵏǃʲ|i|꜖|pʼˠ|-
[Q.none.3.cl.3.2.NEG.active.imperative.PRES] => |ᵏǃˠ|ᵊ|̰꜒|t͡ʃ|-
[Q.none.3.cl.3.2.NEG.active.imperative.PAST] => |rʲ|i|꜒꜖|d͡ʐˠ|-
[Q.none.3.cl.3.2.NEG.active.conditional.PRES] => |ɓˠ|ʉ|꜒꜖|ʡˠ|-
[Q.none.3.cl.3.2.NEG.active.conditional.PAST] => |ᵏǀʲ|ᵊ|꜒|tɬˠ|-
[Q.none.3.cl.3.2.NEG.active.optative.PRES] => |nʲ|u#|꜒|n̥ˠ|-
[Q.none.3.cl.3.2.NEG.active.optative.PAST] => |d͡ʐˠ|ʉ#|̰꜒|ŋ̥ʲ|-
[Q.none.3.cl.3.2.NEG.passive.indicative.PRES] => |ᵏǃˠ|a|̰꜒|ʋˠ|-
[Q.none.3.cl.3.2.NEG.passive.indicative.PAST] => |mˠ|ʉː|꜒꜖|ɹˠ|-
[Q.none.3.cl.3.2.NEG.passive.imperative.PRES] => |t͡sʲ|ʉ|꜒꜖|pʼʲ|-
[Q.none.3.cl.3.2.NEG.passive.imperative.PAST] => |m̥ʲ|uː|̰꜖|ʔ|-
[Q.none.3.cl.3.2.NEG.passive.conditional.PRES] => |ᵑǀʼˤ|ᵊ|꜒꜖|pʲ|-
[Q.none.3.cl.3.2.NEG.passive.conditional.PAST] => |ɽˠ|a#|̰꜒|ŋʲ|-
[Q.none.3.cl.3.2.NEG.passive.optative.PRES] => |ᵏǃʼˠ|i|̰꜖|ɽˠ|-
[Q.none.3.cl.3.2.NEG.passive.optative.PAST] => |ᵏǀʷ|a|꜖|ʂʲ|-
[Q.none.3.cl.3.2.POS.active.indicative.PRES] => |ʂˠ|a#|꜒꜖|ɾʲ|-
[Q.none.3.cl.3.2.POS.active.indicative.PAST] => |ᵏǁʰˠ|a|꜒|ɗˤ|-
[Q.none.3.cl.3.2.POS.active.imperative.PRES] => |ɽˠ|ʉ|̰꜖|ɓʲ|-
[Q.none.3.cl.3.2.POS.active.imperative.PAST] => |ɳ̥ʲ|i|꜖꜒|pʼˠ|-
[Q.none.3.cl.3.2.POS.active.conditional.PRES] => |ɻˠ|i#|꜒|n̥ˠ|-
[Q.none.3.cl.3.2.POS.active.conditional.PAST] => |ᵏǀʰˠ|i|꜒꜖|j|-
[Q.none.3.cl.3.2.POS.active.optative.PRES] => |ɻʲ|i|̰꜒|t͡sʲ|-
[Q.none.3.cl.3.2.POS.active.optative.PAST] => |m̥ʲ|ᵊ|̰꜖|ɠˠ|-
[Q.none.3.cl.3.2.POS.passive.indicative.PRES] => |sˠ|a|꜒꜖|htʷ|-
[Q.none.3.cl.3.2.POS.passive.indicative.PAST] => |ʈʼʲ|u|꜖|wʲ|-
[Q.none.3.cl.3.2.POS.passive.imperative.PRES] => |wʲ|ʉ|꜖|ɓʲ|-
[Q.none.3.cl.3.2.POS.passive.imperative.PAST] => |ɗˤ|ʉ#ː|̰꜒|d͡ʐˠ|-
[Q.none.3.cl.3.2.POS.passive.conditional.PRES] => |ᵑǃˤ|a#ː|̰꜖|qˠ|-
[Q.none.3.cl.3.2.POS.passive.conditional.PAST] => |ᵑǃʼˠ|i#ː|̰꜖|sʷ|-
[Q.none.3.cl.3.2.POS.passive.optative.PRES] => |ɹʷ|a|̰꜖|kʲ|-
[Q.none.3.cl.3.2.POS.passive.optative.PAST] => |ᵏǁʰʲ|iː|̰꜖|ɰˤ|-
[Q.none.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |ᵏǀʲ|i|꜒꜖|r̥ˤ|-
[Q.none.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ᵏǀʼʲ|a|̰꜖|nʷ|-
[Q.none.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ʈʰʲ|i|꜒|htˠ|-
[Q.none.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ɴˤ|i|꜖|ɥʲ|-
[Q.none.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |r̥ʷ|iː|꜖|ŋ̥ˠ|-
[Q.none.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ɽʲ|ʉː|̰꜖|kʼʲ|-
[Q.none.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |sˤ|ʉ#ː|꜒꜖|tʼˠ|-
[Q.none.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |h|a|꜒|n̥ʲ|-
[Q.none.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |r̥ˤ|a|꜖꜒|ʂˠ|-
[Q.none.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |kʰʲ|ʉ|꜖|sˠ|-
[Q.none.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |hʈʲ|ʉ#|̰꜖|ʂˠ|-
[Q.none.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʼʲ|ᵊ|̰꜒|wʲ|-
[Q.none.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |wˤ|ʉ#|꜖|tʼʷ|-
[Q.none.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |ʃˠ|u|̰꜖|hkʲ|-
[Q.none.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ɠʲ|ᵊ|꜖꜒|n̥ˤ|-
[Q.none.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃˤ|iː|꜖|ɳʲ|-
[Q.none.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |t͡sʷ|i|꜖|hʈʲ|-
[Q.none.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |ᵑǀˤ|aː|̰꜖|ɠˤ|-
[Q.none.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ᵏǁʰˠ|u#|̰꜒|t͡sˤ|-
[Q.none.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |ᵑǀˤ|iː|꜖꜒|ɴʲ|-
[Q.none.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |htʷ|ᵊ|̰꜖|kʰˠ|-
[Q.none.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |ɥˤ|aː|꜖꜒|tʰʷ|-
[Q.none.3.cl.3.3.cl.1.POS.active.optative.PRES] => |tʲ|ʉ|꜒|ʋˤ|-
[Q.none.3.cl.3.3.cl.1.POS.active.optative.PAST] => |wʲ|ᵊ|꜒|ʜʲ|-
[Q.none.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ᵑǀʼʲ|aː|꜖꜒|kˠ|-
[Q.none.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |hkˠ|i|̰꜖|ŋ̥ˠ|-
[Q.none.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʼʲ|u|꜖꜒|qʲ|-
[Q.none.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |ʋʲ|a|꜖|mˠ|-
[Q.none.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |ɭʲ|ʉ|꜒꜖|m̥ʲ|-
[Q.none.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |hkʷ|ᵊ|̰꜖|kʼʲ|-
[Q.none.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ᵏǃˤ|i|꜖꜒|ɾʷ|-
[Q.none.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ᵑǃʼˤ|i|꜒꜖|ŋ̥ʲ|-
[Q.none.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |ʂˠ|uː|̰꜒|tʼˤ|-
[Q.none.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |kʼˠ|aː|̰꜖|pʼʲ|-
[Q.none.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ʂˠ|i|꜖꜒|sʲ|-
[Q.none.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʼˠ|ʉ#ː|̰꜖|sˠ|-
[Q.none.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ʈʲ|a#ː|꜖꜒|ɹˠ|-
[Q.none.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ᵏǀʰʲ|ʉ|̰꜖|d͡ʐʲ|-
[Q.none.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |ᵏǃʷ|ᵊ|̰꜒|wʲ|-
[Q.none.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ᵏǁʼˠ|u|꜖|pˠ|-
[Q.none.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ɳ̥ˠ|u|꜒꜖|kˤ|-
[Q.none.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |m̥ˠ|ʉ|꜖꜒|hkˠ|-
[Q.none.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǀʼʲ|a|̰꜒|ɥˠ|-
[Q.none.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |kʰˠ|aː|꜒꜖|mʲ|-
[Q.none.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |tʼʲ|i|̰꜖|m̥ʲ|-
[Q.none.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |pʰʲ|i|̰꜖|ŋˤ|-
[Q.none.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |qʲ|ᵊ|꜖꜒|r̥ˠ|-
[Q.none.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |m̥ˠ|uː|꜖꜒|ŋ̥ʷ|-
[Q.none.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ᵏǁʰʲ|iː|̰꜖|n̥ʷ|-
[Q.none.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |tˠ|a|꜒|lʲ|-
[Q.none.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ɓˠ|u#ː|꜖꜒|tʷ|-
[Q.none.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |wˤ|i|̰꜖|qʼʲ|-
[Q.none.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ᵑǀʼˤ|u#|꜒꜖|ŋ̥ˤ|-
[Q.none.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |n̥ˤ|ʉː|̰꜖|tɬʲ|-
[Q.none.3.cl.3.3.cl.2.POS.active.optative.PRES] => |m̥ˤ|u#|꜖꜒|ɠˤ|-
[Q.none.3.cl.3.3.cl.2.POS.active.optative.PAST] => |n̥ˤ|u#|꜒꜖|ʡˠ|-
[Q.none.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ŋ̥ʲ|a|̰꜖|ɰʷ|-
[Q.none.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |t͡sˤ|ʉ|꜒|rˠ|-
[Q.none.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ɠʷ|iː|꜖|ɗʷ|-
[Q.none.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |mʲ|iː|̰꜒|t͡ʂˠ|-
[Q.none.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ʔ|aː|꜒꜖|ɗˠ|-
[Q.none.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |ɓʲ|a|꜒꜖|qˤ|-
[Q.none.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |n̥ˠ|i#|꜒|m̥ˠ|-
[Q.none.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |pʼˠ|ᵊ|̰꜖|n̥ʷ|-
[Q.none.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |r̥ˠ|i|̰꜖|m̥ʲ|-
[Q.none.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ᵑǁʼʲ|u#ː|̰꜖|n̥ˤ|-
[Q.none.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |kʷ|i|̰꜒|tˤ|-
[Q.none.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ɥˠ|i|꜖꜒|tʷ|-
[Q.none.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |qʼʷ|ʉ|꜒꜖|ɗˤ|-
[Q.none.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |tʼˤ|ʉ#ː|̰꜖|pˤ|-
[Q.none.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ᵏǀʼˤ|a|̰꜖|ɰˤ|-
[Q.none.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ɴˤ|a|̰꜖|htˤ|-
[Q.none.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |pʼˤ|ʉ#|꜒|ɥˤ|-
[Q.none.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |ʔ|a#ː|꜖|ʛʲ|-
[Q.none.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ɹʲ|i|꜒|ɳˠ|-
[Q.none.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ʃʲ|i|̰꜖|tʼʷ|-
[Q.none.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ʛʷ|i#|꜒꜖|ɰʲ|-
[Q.none.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ʛʲ|ʉ|꜒꜖|t͡ʃ|-
[Q.none.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ŋ̥ˠ|ʉ#|꜒꜖|pʼʲ|-
[Q.none.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ɳ̥ˠ|ᵊ|꜒꜖|sˤ|-
[Q.none.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ʈʼˠ|i|꜒꜖|ɹˤ|-
[Q.none.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |ʈʰˠ|i#ː|꜖꜒|ɠʲ|-
[Q.none.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |n̥ˤ|ʉ|̰꜖|ʛʲ|-
[Q.none.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |hʈʲ|u#ː|̰꜒|ɾˤ|-
[Q.none.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |hpˤ|ᵊ|꜒|ʛʲ|-
[Q.none.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʰˤ|aː|̰꜖|ŋˤ|-
[Q.none.3.cl.3.3.cl.3.POS.active.optative.PRES] => |qʼʷ|i|꜖|kʼʷ|-
[Q.none.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ʋʲ|u|꜖|t͡ʃ|-
[Q.none.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |d͡ʐʲ|ʉː|꜒|t͡sʷ|-
[Q.none.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |t͡ʂʲ|iː|̰꜖|ŋʷ|-
[Q.none.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |ᵑǃʼʷ|ʉ#ː|̰꜒|kʰˠ|-
[Q.none.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |nˤ|ʉ|꜒|ɓʲ|-
[Q.none.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ᵏǃʼˠ|i|̰꜖|tʰˠ|-
[Q.none.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |qˤ|a#|̰꜖|qʷ|-
[Q.none.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |pˤ|a|꜖|nˠ|-
[Q.none.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |ʜʲ|ʉ#|̰꜖|ɹˠ|-
[Q.none.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |m̥ʲ|i#ː|꜖꜒|wˠ|-
[Q.none.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |r̥ˠ|ᵊ|꜒꜖|qʼʷ|-
[Q.none.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |hkʲ|a#ː|꜒|ɰʷ|-
[Q.none.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃʰʷ|iː|꜖|t͡sˤ|-
[Q.none.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ɰʲ|a|꜖|hkˤ|-
[Q.none.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ᵏǀˤ|i#|̰꜖|ɻˠ|-
[Q.none.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |ʃʲ|ʉ|̰꜖|ŋˤ|-
[Q.none.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ᵏǃʲ|a#|꜒꜖|ɴˤ|-
[Q.none.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |tʼˤ|iː|꜒꜖|t͡sʷ|-
[Q.none.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ʂˠ|i|꜖꜒|ɽʲ|-
[Q.none.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |wˠ|ʉ#|꜖|ɳ̥ˠ|-
[Q.none.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ʡˠ|ʉ|꜒꜖|qʼˤ|-
[Q.none.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |kʼˠ|u|꜒|tɬˠ|-
[Q.none.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀʼʲ|ᵊ|̰꜖|sˠ|-
[Q.none.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |ɻˠ|u|̰꜒|qʼˠ|-
[Q.none.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |h|a|꜖꜒|ŋˠ|-
[Q.none.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |pʰˤ|u#|̰꜒|pˠ|-
[Q.none.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ŋ̥ˤ|ʉ|꜒꜖|kʼˠ|-
[Q.none.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |qˤ|a|̰꜖|ɰˠ|-
[Q.none.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |tˠ|ᵊ|꜖|ʃˠ|-
[Q.none.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |t͡sˤ|ʉ|̰꜖|r̥ʲ|-
[Q.none.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ᵑǁʼˠ|a|꜒|ɾʷ|-
[Q.none.3.cl.3.3.cl.4.POS.active.optative.PRES] => |d͡ʐˠ|i|꜒꜖|hʈʲ|-
[Q.none.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ᵏǁˠ|u#|꜒꜖|r̥ˠ|-
[Q.none.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |kʰʲ|ᵊ|̰꜒|d͡ʐʲ|-
[Q.none.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |ʛʲ|u#ː|꜒|t͡sʷ|-
[Q.none.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |mˤ|ᵊ|̰꜒|qʼʷ|-
[Q.none.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ɴʲ|a|̰꜖|sˠ|-
[Q.none.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ɴˤ|ʉ#ː|꜒|ɳʲ|-
[Q.none.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |ᵑǃʼˤ|a|̰꜒|ɠʷ|-
[Q.none.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |rˠ|u#ː|꜖꜒|ɾʷ|-
[Q.none.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |hʈʲ|i|꜖|ŋʷ|-
[Q.none.3.cl.4.1incl.NEG.active.indicative.PRES] => |tʰʷ|i|꜖|pʲ|-
[Q.none.3.cl.4.1incl.NEG.active.indicative.PAST] => |ɠˠ|ᵊ|꜒꜖|ɗʲ|-
[Q.none.3.cl.4.1incl.NEG.active.imperative.PRES] => |n̥ʷ|aː|꜒|ʄˠ|-
[Q.none.3.cl.4.1incl.NEG.active.imperative.PAST] => |d͡ʐˠ|i|꜖|ʡˠ|-
[Q.none.3.cl.4.1incl.NEG.active.conditional.PRES] => |ᵏǃʰˠ|a#|꜖꜒|qʼˤ|-
[Q.none.3.cl.4.1incl.NEG.active.conditional.PAST] => |t͡sˤ|ᵊ|̰꜒|ʛʲ|-
[Q.none.3.cl.4.1incl.NEG.active.optative.PRES] => |m̥ˤ|i|꜖|ɓˤ|-
[Q.none.3.cl.4.1incl.NEG.active.optative.PAST] => |ᵑǃʼˠ|a#|꜒꜖|pˠ|-
[Q.none.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ᵏǁʲ|ʉ|꜖꜒|ɽˠ|-
[Q.none.3.cl.4.1incl.NEG.passive.indicative.PAST] => |nˠ|ʉ|꜒꜖|r̥ʲ|-
[Q.none.3.cl.4.1incl.NEG.passive.imperative.PRES] => |sʲ|aː|꜒|sˤ|-
[Q.none.3.cl.4.1incl.NEG.passive.imperative.PAST] => |pʰʲ|i#ː|꜖|ʈʰˠ|-
[Q.none.3.cl.4.1incl.NEG.passive.conditional.PRES] => |ɗˤ|iː|꜒꜖|ʔ|-
[Q.none.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ɻʲ|a|꜖꜒|pʰʲ|-
[Q.none.3.cl.4.1incl.NEG.passive.optative.PRES] => |ᵏǃˠ|i|꜖꜒|ɴʲ|-
[Q.none.3.cl.4.1incl.NEG.passive.optative.PAST] => |nʷ|i|̰꜒|ɹˠ|-
[Q.none.3.cl.4.1incl.POS.active.indicative.PRES] => |kʼˤ|a#|꜖꜒|tʼˤ|-
[Q.none.3.cl.4.1incl.POS.active.indicative.PAST] => |ʃˠ|i|꜖꜒|ɓˤ|-
[Q.none.3.cl.4.1incl.POS.active.imperative.PRES] => |sʷ|ʉ|̰꜖|tʲ|-
[Q.none.3.cl.4.1incl.POS.active.imperative.PAST] => |t͡sˤ|aː|̰꜒|ŋʲ|-
[Q.none.3.cl.4.1incl.POS.active.conditional.PRES] => |htˠ|iː|꜖|m̥ˠ|-
[Q.none.3.cl.4.1incl.POS.active.conditional.PAST] => |nʷ|a|̰꜖|ɥˤ|-
[Q.none.3.cl.4.1incl.POS.active.optative.PRES] => |r̥ˤ|ᵊ|꜒|ʈʼʲ|-
[Q.none.3.cl.4.1incl.POS.active.optative.PAST] => |pʰʲ|ᵊ|꜖꜒|tʼˠ|-
[Q.none.3.cl.4.1incl.POS.passive.indicative.PRES] => |ɴʲ|ʉ|꜖|ŋʲ|-
[Q.none.3.cl.4.1incl.POS.passive.indicative.PAST] => |ɻˠ|ʉ|꜒|kʼˠ|-
[Q.none.3.cl.4.1incl.POS.passive.imperative.PRES] => |ɳ̥ʲ|a#|꜒꜖|m̥ˤ|-
[Q.none.3.cl.4.1incl.POS.passive.imperative.PAST] => |ᵏǀʼʷ|i#|̰꜒|ŋʲ|-
[Q.none.3.cl.4.1incl.POS.passive.conditional.PRES] => |kˠ|ᵊ|꜒|hʈˠ|-
[Q.none.3.cl.4.1incl.POS.passive.conditional.PAST] => |m̥ʲ|aː|̰꜒|ʄˠ|-
[Q.none.3.cl.4.1incl.POS.passive.optative.PRES] => |tʼʲ|a|̰꜒|tʲ|-
[Q.none.3.cl.4.1incl.POS.passive.optative.PAST] => |t͡ʂˠ|a|̰꜒|hʈˠ|-
[Q.none.3.cl.4.1excl.NEG.active.indicative.PRES] => |ᵏǁʰˠ|ᵊ|꜖꜒|ɥʲ|-
[Q.none.3.cl.4.1excl.NEG.active.indicative.PAST] => |ʄʲ|uː|꜒꜖|pʼˠ|-
[Q.none.3.cl.4.1excl.NEG.active.imperative.PRES] => |ʂʲ|a#ː|꜖|ɗˠ|-
[Q.none.3.cl.4.1excl.NEG.active.imperative.PAST] => |ʜʲ|ʉ|꜖꜒|ŋˠ|-
[Q.none.3.cl.4.1excl.NEG.active.conditional.PRES] => |ᵏǁʰˠ|u|꜒|pʼˠ|-
[Q.none.3.cl.4.1excl.NEG.active.conditional.PAST] => |ɰˤ|ᵊ|̰꜒|ŋ̥ʲ|-
[Q.none.3.cl.4.1excl.NEG.active.optative.PRES] => |ᵏǀʼˠ|a|꜖꜒|ɳˠ|-
[Q.none.3.cl.4.1excl.NEG.active.optative.PAST] => |n̥ˤ|i|꜖|ʔ|-
[Q.none.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ɓˠ|ʉ#|꜒꜖|ʄˠ|-
[Q.none.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ʈʰʲ|aː|꜒|t͡ʂˠ|-
[Q.none.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ɹʷ|ᵊ|꜒|ɳʲ|-
[Q.none.3.cl.4.1excl.NEG.passive.imperative.PAST] => |ɹˤ|i|꜖|ʛˤ|-
[Q.none.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ɭʲ|iː|꜒꜖|pˤ|-
[Q.none.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ᵏǀʼʲ|u|̰꜒|ɾˤ|-
[Q.none.3.cl.4.1excl.NEG.passive.optative.PRES] => |ʈʲ|i|꜖|qˤ|-
[Q.none.3.cl.4.1excl.NEG.passive.optative.PAST] => |ɽˠ|i|꜒|mʲ|-
[Q.none.3.cl.4.1excl.POS.active.indicative.PRES] => |t͡ʃ|i|̰꜖|ɾˤ|-
[Q.none.3.cl.4.1excl.POS.active.indicative.PAST] => |qˤ|ʉ#ː|꜒|ŋ̥ˤ|-
[Q.none.3.cl.4.1excl.POS.active.imperative.PRES] => |ɗˤ|a#|꜒|kˤ|-
[Q.none.3.cl.4.1excl.POS.active.imperative.PAST] => |ʛʷ|i|̰꜒|kʼʷ|-
[Q.none.3.cl.4.1excl.POS.active.conditional.PRES] => |hkʲ|iː|꜒꜖|hpˤ|-
[Q.none.3.cl.4.1excl.POS.active.conditional.PAST] => |hkˠ|i|̰꜒|sˤ|-
[Q.none.3.cl.4.1excl.POS.active.optative.PRES] => |ᵏǁʰˠ|u|꜒꜖|ɾʲ|-
[Q.none.3.cl.4.1excl.POS.active.optative.PAST] => |ʄˠ|iː|꜒꜖|ɾˤ|-
[Q.none.3.cl.4.1excl.POS.passive.indicative.PRES] => |ɰʷ|i|꜒|rˠ|-
[Q.none.3.cl.4.1excl.POS.passive.indicative.PAST] => |ᵏǀˠ|ʉ|꜒|n̥ˠ|-
[Q.none.3.cl.4.1excl.POS.passive.imperative.PRES] => |ᵏǃˤ|ʉ#ː|̰꜖|rˠ|-
[Q.none.3.cl.4.1excl.POS.passive.imperative.PAST] => |hkˤ|aː|꜒꜖|ʃʲ|-
[Q.none.3.cl.4.1excl.POS.passive.conditional.PRES] => |ᵏǀʰˠ|ʉ|꜖|ɗˤ|-
[Q.none.3.cl.4.1excl.POS.passive.conditional.PAST] => |pˤ|ᵊ|꜖|ʔ|-
[Q.none.3.cl.4.1excl.POS.passive.optative.PRES] => |tʼʲ|u|̰꜒|ŋʷ|-
[Q.none.3.cl.4.1excl.POS.passive.optative.PAST] => |tˠ|ʉː|꜒|mˤ|-
[Q.none.3.cl.4.2.NEG.active.indicative.PRES] => |ɹʲ|ᵊ|꜖꜒|hkʲ|-
[Q.none.3.cl.4.2.NEG.active.indicative.PAST] => |ʈˠ|ʉ#ː|꜖꜒|t͡sʷ|-
[Q.none.3.cl.4.2.NEG.active.imperative.PRES] => |hkʷ|a|꜒꜖|nʷ|-
[Q.none.3.cl.4.2.NEG.active.imperative.PAST] => |ʋʲ|i|̰꜒|pʰˤ|-
[Q.none.3.cl.4.2.NEG.active.conditional.PRES] => |tʼʷ|ʉ|̰꜒|ʜˠ|-
[Q.none.3.cl.4.2.NEG.active.conditional.PAST] => |ʋʲ|iː|꜒|ŋʲ|-
[Q.none.3.cl.4.2.NEG.active.optative.PRES] => |ɳʲ|ʉ|꜒|ʈˠ|-
[Q.none.3.cl.4.2.NEG.active.optative.PAST] => |ɗˠ|a#ː|̰꜖|ʔ|-
[Q.none.3.cl.4.2.NEG.passive.indicative.PRES] => |m̥ˠ|uː|꜒꜖|nʷ|-
[Q.none.3.cl.4.2.NEG.passive.indicative.PAST] => |n̥ʲ|u#|꜒꜖|qˤ|-
[Q.none.3.cl.4.2.NEG.passive.imperative.PRES] => |tʲ|u|̰꜒|ŋ̥ʲ|-
[Q.none.3.cl.4.2.NEG.passive.imperative.PAST] => |r̥ʲ|a|꜒|wʲ|-
[Q.none.3.cl.4.2.NEG.passive.conditional.PRES] => |pʰˠ|ᵊ|̰꜒|ɓˤ|-
[Q.none.3.cl.4.2.NEG.passive.conditional.PAST] => |ɠʲ|a|꜒꜖|ɹʷ|-
[Q.none.3.cl.4.2.NEG.passive.optative.PRES] => |ɽˠ|ᵊ|̰꜖|ɗˤ|-
[Q.none.3.cl.4.2.NEG.passive.optative.PAST] => |ᵑǁʼʲ|ʉ|̰꜒|pʰˤ|-
[Q.none.3.cl.4.2.POS.active.indicative.PRES] => |tʰˤ|iː|̰꜖|ɗʲ|-
[Q.none.3.cl.4.2.POS.active.indicative.PAST] => |kʲ|ᵊ|꜖꜒|lʲ|-
[Q.none.3.cl.4.2.POS.active.imperative.PRES] => |kʼʲ|a|꜒|ɻʲ|-
[Q.none.3.cl.4.2.POS.active.imperative.PAST] => |ɴˤ|i|꜖꜒|hʈʲ|-
[Q.none.3.cl.4.2.POS.active.conditional.PRES] => |t͡ʂˠ|ᵊ|̰꜒|qʼˠ|-
[Q.none.3.cl.4.2.POS.active.conditional.PAST] => |ʛʲ|uː|̰꜒|n̥ʲ|-
[Q.none.3.cl.4.2.POS.active.optative.PRES] => |tʲ|i|꜖|pˤ|-
[Q.none.3.cl.4.2.POS.active.optative.PAST] => |ᵏǀʰˠ|iː|̰꜒|d͡ʐʲ|-
[Q.none.3.cl.4.2.POS.passive.indicative.PRES] => |ᵑǃʲ|ʉ#|꜒꜖|nˠ|-
[Q.none.3.cl.4.2.POS.passive.indicative.PAST] => |j|a|̰꜒|h|-
[Q.none.3.cl.4.2.POS.passive.imperative.PRES] => |ʈˠ|u|꜖|ŋ̥ʲ|-
[Q.none.3.cl.4.2.POS.passive.imperative.PAST] => |kʰʲ|uː|̰꜖|ʈʼˠ|-
[Q.none.3.cl.4.2.POS.passive.conditional.PRES] => |ᵑǀˤ|u|꜒꜖|htʲ|-
[Q.none.3.cl.4.2.POS.passive.conditional.PAST] => |ᵑǃʲ|a|꜒꜖|kʲ|-
[Q.none.3.cl.4.2.POS.passive.optative.PRES] => |ɹˠ|ʉ|꜒|kˠ|-
[Q.none.3.cl.4.2.POS.passive.optative.PAST] => |nʷ|i|꜒|qʼʲ|-
[Q.none.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |ɭˠ|ᵊ|꜖|r̥ˠ|-
[Q.none.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ɻˠ|iː|̰꜖|pˤ|-
[Q.none.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |ɥˤ|ʉː|꜖꜒|hʈʲ|-
[Q.none.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |ᵏǀˤ|a|꜖|ɽˠ|-
[Q.none.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |lˠ|i|꜒꜖|hkˠ|-
[Q.none.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ᵏǃʼˤ|aː|꜖|n̥ˠ|-
[Q.none.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ᵏǃʼˤ|a|꜒꜖|ʋˠ|-
[Q.none.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ŋ̥ʷ|a|̰꜖|kʰʷ|-
[Q.none.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |tʼˠ|ʉ|꜖꜒|t͡ʃ|-
[Q.none.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǁʲ|a|̰꜒|ʜˠ|-
[Q.none.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |qʼʷ|ʉ|꜒꜖|pˠ|-
[Q.none.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀʰʲ|ᵊ|꜖|ŋʲ|-
[Q.none.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ɗˤ|i|̰꜖|sʲ|-
[Q.none.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ʈʼʲ|i#ː|̰꜒|h|-
[Q.none.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ɴʷ|a|꜒꜖|d͡ʐˠ|-
[Q.none.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |t͡sˠ|aː|꜖꜒|ɴʲ|-
[Q.none.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |htʷ|a#|̰꜖|m̥ˤ|-
[Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |qʲ|iː|̰꜒|tˤ|-
[Q.none.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |m̥ʲ|i#ː|꜖꜒|hʈˠ|-
[Q.none.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ʡʲ|ʉ|꜒꜖|ɴˤ|-
[Q.none.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |kˤ|u#ː|꜖꜒|ɾʲ|-
[Q.none.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |t͡ʂʲ|a|꜖|kʼˠ|-
[Q.none.3.cl.4.3.cl.1.POS.active.optative.PRES] => |ᵏǀʰʲ|a|꜒꜖|nʲ|-
[Q.none.3.cl.4.3.cl.1.POS.active.optative.PAST] => |tʰˤ|i|꜒꜖|kˤ|-
[Q.none.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |hkˠ|ᵊ|꜖|htʲ|-
[Q.none.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ɹˤ|iː|̰꜖|mˤ|-
[Q.none.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |qʼʲ|ʉ|꜖꜒|ɓˠ|-
[Q.none.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |h|iː|꜒|d͡ʐʲ|-
[Q.none.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ʜʲ|a|̰꜖|mˤ|-
[Q.none.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ɾˠ|uː|꜒|ŋ̥ˤ|-
[Q.none.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |kʼʲ|ᵊ|꜒꜖|ɰʲ|-
[Q.none.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ʄʲ|i#ː|꜒|kʼˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |pʰʲ|i|̰꜒|rˤ|-
[Q.none.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |pˤ|uː|꜖꜒|ŋˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʰʲ|i|꜒꜖|ɗˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |htʷ|a|꜖꜒|tʰˤ|-
[Q.none.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |qʼʷ|ʉ|꜖|qˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |hpˠ|aː|꜖꜒|ɗʷ|-
[Q.none.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |htˠ|aː|꜒|pˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |wʲ|i#|̰꜖|ɴˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |kʰˠ|u|꜖꜒|ɰʷ|-
[Q.none.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |lˠ|ʉː|꜖|m̥ˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |mˤ|ᵊ|̰꜒|r̥ˤ|-
[Q.none.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |mˤ|aː|̰꜖|t͡sˤ|-
[Q.none.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʷ|i|꜒|nˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǀʲ|a|꜒꜖|ʔ|-
[Q.none.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |pʰˤ|aː|꜒|sˠ|-
[Q.none.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ɓˠ|ʉ|̰꜒|ɰˠ|-
[Q.none.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |qʼʷ|ᵊ|꜒꜖|pˤ|-
[Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ŋ̥ʲ|ʉ#|̰꜒|hʈʲ|-
[Q.none.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |ɠˤ|ᵊ|̰꜖|d͡ʐʲ|-
[Q.none.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |ᵑǀʼˤ|ᵊ|̰꜖|t͡sˤ|-
[Q.none.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ᵏǃʲ|iː|꜒|t͡ʂʲ|-
[Q.none.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |mʲ|ʉ|꜖꜒|tɬʲ|-
[Q.none.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ᵏǀʼˤ|a|꜒꜖|pʰʲ|-
[Q.none.3.cl.4.3.cl.2.POS.active.optative.PAST] => |ɹˤ|ʉ|꜖|ɻˠ|-
[Q.none.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |tʼˤ|ʉ#ː|꜒|tʼˠ|-
[Q.none.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |kʰʷ|i#|꜖꜒|kʼʷ|-
[Q.none.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |ɳ̥ˠ|ᵊ|̰꜒|r̥ˠ|-
[Q.none.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |d͡ʐʲ|a|꜒|wʲ|-
[Q.none.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |qˠ|a#ː|꜒|ɾʷ|-
[Q.none.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |htˤ|i#|꜒꜖|ɴˤ|-
[Q.none.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ᵑǁʼʲ|a|̰꜒|rʲ|-
[Q.none.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |kˠ|a#|꜖|ɴʷ|-
[Q.none.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ʈˠ|i|̰꜖|t͡ʂˠ|-
[Q.none.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |kʰˠ|a|꜒|r̥ˤ|-
[Q.none.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |ᵏǁʰʲ|i#|꜖꜒|ɭʲ|-
[Q.none.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |d͡ʐʲ|ᵊ|꜒꜖|ɹˠ|-
[Q.none.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |kʼʲ|i|꜖|tʲ|-
[Q.none.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |ᵑǀˤ|ʉː|̰꜖|ɠʲ|-
[Q.none.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |pʰˠ|i#|꜖|t͡sˤ|-
[Q.none.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |hʈˠ|a#|꜖꜒|kʰˤ|-
[Q.none.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃʼˠ|i|̰꜒|ɗˤ|-
[Q.none.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǃˤ|ʉ#ː|꜖꜒|ɳʲ|-
[Q.none.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |rʷ|ʉ#ː|꜒꜖|ŋ̥ʲ|-
[Q.none.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |t͡ʂˠ|ʉ|̰꜖|rʷ|-
[Q.none.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃʲ|a|̰꜒|ɭʲ|-
[Q.none.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |hʈˠ|u|꜒꜖|ʋˤ|-
[Q.none.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |tʼˤ|a|꜒꜖|ʡˠ|-
[Q.none.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ʋˠ|a|꜖|sˠ|-
[Q.none.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |ɓˠ|a|꜒|t͡sˤ|-
[Q.none.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |ɓˠ|i#ː|꜖꜒|htʲ|-
[Q.none.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |tʰˤ|ᵊ|꜖꜒|ɥʲ|-
[Q.none.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |ᵑǃˤ|i|꜒꜖|htˤ|-
[Q.none.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |ɠʷ|a#|꜒|rˠ|-
[Q.none.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |qʼˤ|u|̰꜒|tɬˠ|-
[Q.none.3.cl.4.3.cl.3.POS.active.optative.PRES] => |t͡ʂˠ|uː|꜖꜒|ɰʷ|-
[Q.none.3.cl.4.3.cl.3.POS.active.optative.PAST] => |htʲ|i|꜒|t͡ʂʲ|-
[Q.none.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |t͡sʷ|aː|꜒꜖|nʲ|-
[Q.none.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʼʷ|iː|꜒|ɓˠ|-
[Q.none.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ʃʲ|ᵊ|꜒꜖|pʰʲ|-
[Q.none.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ɗʲ|a|̰꜒|tʲ|-
[Q.none.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |nˠ|ᵊ|꜖|m̥ˠ|-
[Q.none.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |ɴˠ|iː|꜖|m̥ˠ|-
[Q.none.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |t͡sʲ|ᵊ|̰꜖|ʜˠ|-
[Q.none.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |tʰˤ|a|꜒|n̥ʷ|-
[Q.none.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃˤ|iː|꜒꜖|mʲ|-
[Q.none.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |tʰˠ|i|̰꜒|ɗʲ|-
[Q.none.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |nʷ|i|꜖꜒|ŋ̥ˤ|-
[Q.none.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |tʰʲ|a|꜒꜖|ɓˠ|-
[Q.none.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |t͡ʂʲ|i|꜖꜒|ɳˠ|-
[Q.none.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ɽʲ|a|̰꜖|t͡ʂˠ|-
[Q.none.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |qʲ|i#|̰꜖|ɽʲ|-
[Q.none.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ʡˠ|ʉ|꜒꜖|ɥʲ|-
[Q.none.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ɹʲ|u#ː|꜖|ɓˤ|-
[Q.none.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǃʼʷ|i|꜖꜒|kʼʲ|-
[Q.none.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |kʼʲ|ʉ#ː|̰꜖|ʈʰʲ|-
[Q.none.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |tʼˠ|ʉː|꜖|nˤ|-
[Q.none.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |r̥ʲ|ʉ|̰꜖|ʋˠ|-
[Q.none.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |n̥ˤ|iː|̰꜖|tʼʷ|-
[Q.none.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ʋʲ|uː|꜖|ɹʷ|-
[Q.none.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʰˠ|ʉ|꜖꜒|htʷ|-
[Q.none.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |n̥ˤ|i#ː|꜖꜒|ɴˠ|-
[Q.none.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ʡʲ|i|꜖|ŋ̥ˤ|-
[Q.none.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |wˤ|i|̰꜒|hkˤ|-
[Q.none.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ᵏǃʼʷ|a|꜖꜒|lʲ|-
[Q.none.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ᵏǁʼʲ|i#ː|꜖|ɴˤ|-
[Q.none.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |kʲ|a|꜒꜖|tʷ|-
[Q.none.3.cl.4.3.cl.4.POS.active.optative.PRES] => |nʷ|ʉ|꜒|qˠ|-
[Q.none.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ʂˠ|a#ː|꜒꜖|hkˠ|-
[Q.none.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |tʰˠ|ʉ#ː|꜖꜒|pˠ|-
[Q.none.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ŋˤ|u#ː|꜒꜖|tʰˠ|-
[Q.none.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |pʼʲ|i|꜒꜖|qʷ|-
[Q.none.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |qˤ|u#|꜒|pʼʲ|-
[Q.none.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |tʰˤ|u#|̰꜖|ɻʲ|-
[Q.none.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ŋʷ|ᵊ|꜖|kʼˠ|-
[Q.none.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |ɴˠ|a|꜒꜖|ɾˤ|-
[Q.none.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |tʰʲ|a|꜒|n̥ˤ|-
[Q.1incl.none.1incl.NEG.active.indicative.PRES] => |ᵑǀˠ|a|̰꜖|ɴˠ|-
[Q.1incl.none.1incl.NEG.active.indicative.PAST] => |ᵑǁʲ|i|꜖꜒|tʼʷ|-
[Q.1incl.none.1incl.NEG.active.imperative.PRES] => |ᵏǁˠ|a#ː|꜒꜖|ɓʲ|-
[Q.1incl.none.1incl.NEG.active.imperative.PAST] => |ʃʲ|uː|̰꜖|t͡ʃ|-
[Q.1incl.none.1incl.NEG.active.conditional.PRES] => |t͡ʂˠ|u#|̰꜖|ʈʼʲ|-
[Q.1incl.none.1incl.NEG.active.conditional.PAST] => |ʈʰˠ|ʉː|̰꜒|ɾʲ|-
[Q.1incl.none.1incl.NEG.active.optative.PRES] => |ᵏǀʰˠ|iː|꜖|r̥ˠ|-
[Q.1incl.none.1incl.NEG.active.optative.PAST] => |pʲ|u|̰꜖|ɴʷ|-
[Q.1incl.none.1incl.NEG.passive.indicative.PRES] => |d͡ʐʲ|u#|꜒|ɻʲ|-
[Q.1incl.none.1incl.NEG.passive.indicative.PAST] => |qʼˤ|ʉ|꜖|ɾʲ|-
[Q.1incl.none.1incl.NEG.passive.imperative.PRES] => |ʈʰʲ|i|꜖|qʲ|-
[Q.1incl.none.1incl.NEG.passive.imperative.PAST] => |ᵑǀʼʷ|ʉ#|̰꜒|ɾˠ|-
[Q.1incl.none.1incl.NEG.passive.conditional.PRES] => |ᵏǁʼˠ|iː|̰꜒|ɰˠ|-
[Q.1incl.none.1incl.NEG.passive.conditional.PAST] => |qˠ|ʉ|̰꜖|t͡sʲ|-
[Q.1incl.none.1incl.NEG.passive.optative.PRES] => |t͡sˠ|i|꜖|ʈʰˠ|-
[Q.1incl.none.1incl.NEG.passive.optative.PAST] => |ɓˤ|u#|꜖꜒|t͡ʃ|-
[Q.1incl.none.1incl.POS.active.indicative.PRES] => |ᵏǁʰˠ|ʉ#|꜒|sˤ|-
[Q.1incl.none.1incl.POS.active.indicative.PAST] => |ɰʷ|a#ː|꜖꜒|ŋ̥ʷ|-
[Q.1incl.none.1incl.POS.active.imperative.PRES] => |ᵏǃʼʷ|ᵊ|꜒꜖|ʈʰˠ|-
[Q.1incl.none.1incl.POS.active.imperative.PAST] => |qʼʷ|a|̰꜒|kʼˠ|-
[Q.1incl.none.1incl.POS.active.conditional.PRES] => |ʈʼʲ|ᵊ|̰꜖|ɹʲ|-
[Q.1incl.none.1incl.POS.active.conditional.PAST] => |tʰʷ|a|꜖|qʼˤ|-
[Q.1incl.none.1incl.POS.active.optative.PRES] => |tʼˤ|i#ː|̰꜖|n̥ʲ|-
[Q.1incl.none.1incl.POS.active.optative.PAST] => |d͡ʐʲ|ʉ|꜖꜒|tʰʲ|-
[Q.1incl.none.1incl.POS.passive.indicative.PRES] => |ɠˤ|i|꜖꜒|qˤ|-
[Q.1incl.none.1incl.POS.passive.indicative.PAST] => |ᵏǃˠ|a|꜖|d͡ʐˠ|-
[Q.1incl.none.1incl.POS.passive.imperative.PRES] => |ᵑǃʼˠ|ᵊ|꜖꜒|kˠ|-
[Q.1incl.none.1incl.POS.passive.imperative.PAST] => |ᵑǀʲ|iː|꜖꜒|ɠˠ|-
[Q.1incl.none.1incl.POS.passive.conditional.PRES] => |ɗˠ|iː|꜒꜖|r̥ˤ|-
[Q.1incl.none.1incl.POS.passive.conditional.PAST] => |tʰʲ|u|꜒|tɬʲ|-
[Q.1incl.none.1incl.POS.passive.optative.PRES] => |kʰʷ|i|̰꜒|ʄʲ|-
[Q.1incl.none.1incl.POS.passive.optative.PAST] => |ŋ̥ʲ|i|꜒꜖|nʲ|-
[Q.1incl.none.1excl.NEG.active.indicative.PRES] => |wʲ|aː|꜖꜒|n̥ˠ|-
[Q.1incl.none.1excl.NEG.active.indicative.PAST] => |tɬˠ|u|̰꜒|ɾʷ|-
[Q.1incl.none.1excl.NEG.active.imperative.PRES] => |ᵑǃʼʷ|ʉ#|꜒꜖|ɗʲ|-
[Q.1incl.none.1excl.NEG.active.imperative.PAST] => |pʼʲ|u#|̰꜖|ɹˤ|-
[Q.1incl.none.1excl.NEG.active.conditional.PRES] => |qʼʷ|ᵊ|̰꜖|htʷ|-
[Q.1incl.none.1excl.NEG.active.conditional.PAST] => |ᵑǁʲ|aː|꜖꜒|tʼʷ|-
[Q.1incl.none.1excl.NEG.active.optative.PRES] => |htˤ|u|̰꜒|rˠ|-
[Q.1incl.none.1excl.NEG.active.optative.PAST] => |ᵏǀʲ|u#ː|꜒꜖|qˠ|-
[Q.1incl.none.1excl.NEG.passive.indicative.PRES] => |ɳ̥ʲ|a|̰꜒|mˠ|-
[Q.1incl.none.1excl.NEG.passive.indicative.PAST] => |ʋˠ|u|꜒꜖|ɰˤ|-
[Q.1incl.none.1excl.NEG.passive.imperative.PRES] => |ɻʲ|ᵊ|̰꜖|ɴʷ|-
[Q.1incl.none.1excl.NEG.passive.imperative.PAST] => |wˠ|ʉ|꜖꜒|d͡ʐˠ|-
[Q.1incl.none.1excl.NEG.passive.conditional.PRES] => |t͡sˤ|uː|꜖꜒|ɽʲ|-
[Q.1incl.none.1excl.NEG.passive.conditional.PAST] => |tʼˤ|a|꜖꜒|ʃˠ|-
[Q.1incl.none.1excl.NEG.passive.optative.PRES] => |ᵑǃʼʷ|a|꜒|ɴˤ|-
[Q.1incl.none.1excl.NEG.passive.optative.PAST] => |htʷ|ᵊ|꜒꜖|ɹʲ|-
[Q.1incl.none.1excl.POS.active.indicative.PRES] => |ᵏǀʼˠ|ᵊ|̰꜖|qʷ|-
[Q.1incl.none.1excl.POS.active.indicative.PAST] => |ᵑǁʼˠ|a|꜒꜖|pʰˤ|-
[Q.1incl.none.1excl.POS.active.imperative.PRES] => |ŋ̥ˤ|ʉ|̰꜖|ʛˤ|-
[Q.1incl.none.1excl.POS.active.imperative.PAST] => |tˤ|u|꜒|wˠ|-
[Q.1incl.none.1excl.POS.active.conditional.PRES] => |lʲ|a|꜖|ɹˤ|-
[Q.1incl.none.1excl.POS.active.conditional.PAST] => |nˤ|aː|꜖꜒|ʄˠ|-
[Q.1incl.none.1excl.POS.active.optative.PRES] => |qˤ|ʉ#|̰꜒|qʼˠ|-
[Q.1incl.none.1excl.POS.active.optative.PAST] => |ɓʲ|ᵊ|꜒꜖|t͡sʷ|-
[Q.1incl.none.1excl.POS.passive.indicative.PRES] => |ᵏǃʼʲ|i#ː|̰꜒|ɰˠ|-
[Q.1incl.none.1excl.POS.passive.indicative.PAST] => |t͡sʷ|ᵊ|꜖|ɥˤ|-
[Q.1incl.none.1excl.POS.passive.imperative.PRES] => |tɬˠ|i|̰꜖|ʛʲ|-
[Q.1incl.none.1excl.POS.passive.imperative.PAST] => |qʼʷ|a|꜖|rˤ|-
[Q.1incl.none.1excl.POS.passive.conditional.PRES] => |ᵑǁʼˠ|ᵊ|꜒꜖|htˤ|-
[Q.1incl.none.1excl.POS.passive.conditional.PAST] => |ᵑǃʼʲ|i|̰꜖|ʄˠ|-
[Q.1incl.none.1excl.POS.passive.optative.PRES] => |tʰʲ|u|꜒|t͡sˠ|-
[Q.1incl.none.1excl.POS.passive.optative.PAST] => |tʼˤ|i#|̰꜖|tʼʷ|-
[Q.1incl.none.2.NEG.active.indicative.PRES] => |ʈˠ|a|꜖꜒|ŋ̥ʲ|-
[Q.1incl.none.2.NEG.active.indicative.PAST] => |kʰʷ|i|꜖|tʰˠ|-
[Q.1incl.none.2.NEG.active.imperative.PRES] => |r̥ˠ|ʉ|̰꜖|tɬʲ|-
[Q.1incl.none.2.NEG.active.imperative.PAST] => |ŋ̥ʲ|u|꜒꜖|n̥ʷ|-
[Q.1incl.none.2.NEG.active.conditional.PRES] => |ɗˤ|i#|̰꜒|kʷ|-
[Q.1incl.none.2.NEG.active.conditional.PAST] => |tˠ|a|꜒꜖|ŋ̥ʷ|-
[Q.1incl.none.2.NEG.active.optative.PRES] => |wˤ|ʉ#ː|꜖꜒|ʛˤ|-
[Q.1incl.none.2.NEG.active.optative.PAST] => |n̥ˤ|uː|̰꜖|ɹˤ|-
[Q.1incl.none.2.NEG.passive.indicative.PRES] => |ᵏǃˠ|ʉ|̰꜒|ɾˤ|-
[Q.1incl.none.2.NEG.passive.indicative.PAST] => |ɓʲ|ᵊ|̰꜒|ɴˤ|-
[Q.1incl.none.2.NEG.passive.imperative.PRES] => |pʰˠ|u#ː|꜖|tʰʷ|-
[Q.1incl.none.2.NEG.passive.imperative.PAST] => |ᵏǀʰˤ|a|̰꜖|tʲ|-
[Q.1incl.none.2.NEG.passive.conditional.PRES] => |nʲ|a|꜒|ʃˠ|-
[Q.1incl.none.2.NEG.passive.conditional.PAST] => |hkʷ|a|꜖꜒|kʼˠ|-
[Q.1incl.none.2.NEG.passive.optative.PRES] => |ʃˠ|iː|̰꜖|htˤ|-
[Q.1incl.none.2.NEG.passive.optative.PAST] => |ᵏǃʰʷ|i|꜒꜖|pʼˤ|-
[Q.1incl.none.2.POS.active.indicative.PRES] => |ᵑǃʼʲ|u#ː|꜒|sˤ|-
[Q.1incl.none.2.POS.active.indicative.PAST] => |t͡sˠ|u|꜖꜒|pʰˤ|-
[Q.1incl.none.2.POS.active.imperative.PRES] => |sˤ|u#|꜖꜒|ɠʷ|-
[Q.1incl.none.2.POS.active.imperative.PAST] => |ɻʲ|u|̰꜒|n̥ˠ|-
[Q.1incl.none.2.POS.active.conditional.PRES] => |kʰˠ|a|꜒|ŋʲ|-
[Q.1incl.none.2.POS.active.conditional.PAST] => |mˠ|ᵊ|꜒|ɹʲ|-
[Q.1incl.none.2.POS.active.optative.PRES] => |tʷ|i|꜖꜒|ɹʷ|-
[Q.1incl.none.2.POS.active.optative.PAST] => |ɾˠ|aː|̰꜒|t͡sʷ|-
[Q.1incl.none.2.POS.passive.indicative.PRES] => |ɳ̥ʲ|ʉ|꜖|ɽʲ|-
[Q.1incl.none.2.POS.passive.indicative.PAST] => |ɴˠ|aː|꜖꜒|tˠ|-
[Q.1incl.none.2.POS.passive.imperative.PRES] => |ᵑǀʲ|a#ː|̰꜖|lˠ|-
[Q.1incl.none.2.POS.passive.imperative.PAST] => |ᵏǀʼˠ|i#ː|꜖꜒|ɗʲ|-
[Q.1incl.none.2.POS.passive.conditional.PRES] => |htˤ|iː|̰꜖|tɬʲ|-
[Q.1incl.none.2.POS.passive.conditional.PAST] => |ʈʼʲ|u#ː|꜖꜒|ɠˠ|-
[Q.1incl.none.2.POS.passive.optative.PRES] => |ᵑǃʲ|u#|̰꜖|ɽʲ|-
[Q.1incl.none.2.POS.passive.optative.PAST] => |ᵏǁʼˠ|iː|꜒꜖|tʰˠ|-
[Q.1incl.none.3.cl.1.NEG.active.indicative.PRES] => |hʈʲ|a|̰꜖|t͡sʷ|-
[Q.1incl.none.3.cl.1.NEG.active.indicative.PAST] => |ŋʲ|a|꜖|ʔ|-
[Q.1incl.none.3.cl.1.NEG.active.imperative.PRES] => |pˠ|a#|̰꜖|ʔ|-
[Q.1incl.none.3.cl.1.NEG.active.imperative.PAST] => |hʈˠ|ʉ|꜖꜒|ɠˤ|-
[Q.1incl.none.3.cl.1.NEG.active.conditional.PRES] => |nˠ|ᵊ|꜖|nʷ|-
[Q.1incl.none.3.cl.1.NEG.active.conditional.PAST] => |hʈʲ|i|꜒|ɓʲ|-
[Q.1incl.none.3.cl.1.NEG.active.optative.PRES] => |ɳˠ|i#ː|̰꜒|j|-
[Q.1incl.none.3.cl.1.NEG.active.optative.PAST] => |ᵑǁʲ|iː|̰꜖|tɬˠ|-
[Q.1incl.none.3.cl.1.NEG.passive.indicative.PRES] => |hʈˠ|ʉ#ː|̰꜒|wˠ|-
[Q.1incl.none.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʷ|a|̰꜒|ɰˤ|-
[Q.1incl.none.3.cl.1.NEG.passive.imperative.PRES] => |kʰʷ|ʉ|꜖꜒|hpˤ|-
[Q.1incl.none.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǁˠ|a|꜖|qʲ|-
[Q.1incl.none.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǁʰʲ|i|꜖|ɹˠ|-
[Q.1incl.none.3.cl.1.NEG.passive.conditional.PAST] => |hʈʲ|u|꜒|ʄˠ|-
[Q.1incl.none.3.cl.1.NEG.passive.optative.PRES] => |ɹʷ|aː|꜖꜒|ɹˤ|-
[Q.1incl.none.3.cl.1.NEG.passive.optative.PAST] => |m̥ˤ|i#|̰꜖|ʜˠ|-
[Q.1incl.none.3.cl.1.POS.active.indicative.PRES] => |ᵏǃʰʲ|a|̰꜖|ɽˠ|-
[Q.1incl.none.3.cl.1.POS.active.indicative.PAST] => |hkˤ|ʉ|꜒|ʂʲ|-
[Q.1incl.none.3.cl.1.POS.active.imperative.PRES] => |ŋ̥ʷ|ʉ#ː|꜖꜒|qʷ|-
[Q.1incl.none.3.cl.1.POS.active.imperative.PAST] => |pʲ|aː|꜒|ʂʲ|-
[Q.1incl.none.3.cl.1.POS.active.conditional.PRES] => |ɓˠ|ʉ|꜖|ɹʷ|-
[Q.1incl.none.3.cl.1.POS.active.conditional.PAST] => |ʡˠ|ʉː|꜖꜒|pʼʲ|-
[Q.1incl.none.3.cl.1.POS.active.optative.PRES] => |tʰʲ|i|꜒꜖|sˠ|-
[Q.1incl.none.3.cl.1.POS.active.optative.PAST] => |ʋʲ|i|꜖꜒|qʼˤ|-
[Q.1incl.none.3.cl.1.POS.passive.indicative.PRES] => |ᵏǃˠ|u|̰꜒|qʷ|-
[Q.1incl.none.3.cl.1.POS.passive.indicative.PAST] => |ɹˤ|i#ː|꜒꜖|t͡ʂˠ|-
[Q.1incl.none.3.cl.1.POS.passive.imperative.PRES] => |tʼˤ|iː|̰꜒|tʼˤ|-
[Q.1incl.none.3.cl.1.POS.passive.imperative.PAST] => |nʷ|i|꜖꜒|rʷ|-
[Q.1incl.none.3.cl.1.POS.passive.conditional.PRES] => |ᵑǀʼˠ|u#|꜖꜒|pˠ|-
[Q.1incl.none.3.cl.1.POS.passive.conditional.PAST] => |ʄˠ|ʉ#|꜖|rˤ|-
[Q.1incl.none.3.cl.1.POS.passive.optative.PRES] => |ʛˤ|u#|̰꜖|ɽʲ|-
[Q.1incl.none.3.cl.1.POS.passive.optative.PAST] => |mˤ|a|꜖|ɰʲ|-
[Q.1incl.none.3.cl.2.NEG.active.indicative.PRES] => |ᵑǃʼˠ|u|꜖꜒|ɾˠ|-
[Q.1incl.none.3.cl.2.NEG.active.indicative.PAST] => |ɭʲ|ʉ#ː|꜖|ʂˠ|-
[Q.1incl.none.3.cl.2.NEG.active.imperative.PRES] => |ɴˠ|i#|꜒꜖|ŋˤ|-
[Q.1incl.none.3.cl.2.NEG.active.imperative.PAST] => |ʈʰˠ|i|̰꜖|t͡ʂˠ|-
[Q.1incl.none.3.cl.2.NEG.active.conditional.PRES] => |ɴˠ|i|̰꜖|htʷ|-
[Q.1incl.none.3.cl.2.NEG.active.conditional.PAST] => |ɓˠ|u#ː|꜒|pʼˤ|-
[Q.1incl.none.3.cl.2.NEG.active.optative.PRES] => |ᵏǃʷ|ʉ|꜖꜒|pʼˤ|-
[Q.1incl.none.3.cl.2.NEG.active.optative.PAST] => |tˤ|uː|꜖|qˠ|-
[Q.1incl.none.3.cl.2.NEG.passive.indicative.PRES] => |m̥ˤ|i#ː|꜖|nʲ|-
[Q.1incl.none.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʲ|uː|꜒|ŋˤ|-
[Q.1incl.none.3.cl.2.NEG.passive.imperative.PRES] => |qˤ|ʉ#ː|̰꜖|sʲ|-
[Q.1incl.none.3.cl.2.NEG.passive.imperative.PAST] => |ʈˠ|iː|꜒꜖|lʲ|-
[Q.1incl.none.3.cl.2.NEG.passive.conditional.PRES] => |ɴʲ|ᵊ|꜖|ʜʲ|-
[Q.1incl.none.3.cl.2.NEG.passive.conditional.PAST] => |ɥʲ|u|꜖|ʂʲ|-
[Q.1incl.none.3.cl.2.NEG.passive.optative.PRES] => |htˠ|ʉː|꜖꜒|d͡ʐʲ|-
[Q.1incl.none.3.cl.2.NEG.passive.optative.PAST] => |hkˤ|uː|꜖꜒|hʈˠ|-
[Q.1incl.none.3.cl.2.POS.active.indicative.PRES] => |ᵏǃˠ|a#ː|̰꜖|pˤ|-
[Q.1incl.none.3.cl.2.POS.active.indicative.PAST] => |r̥ˤ|a|꜖꜒|ɥˤ|-
[Q.1incl.none.3.cl.2.POS.active.imperative.PRES] => |tʼʷ|ʉː|̰꜖|rʲ|-
[Q.1incl.none.3.cl.2.POS.active.imperative.PAST] => |mˤ|aː|꜒|qʷ|-
[Q.1incl.none.3.cl.2.POS.active.conditional.PRES] => |ŋ̥ʷ|a|꜒꜖|qˠ|-
[Q.1incl.none.3.cl.2.POS.active.conditional.PAST] => |ʈʲ|iː|꜒|ʡʲ|-
[Q.1incl.none.3.cl.2.POS.active.optative.PRES] => |ᵏǃʰʲ|uː|꜒꜖|ʜˠ|-
[Q.1incl.none.3.cl.2.POS.active.optative.PAST] => |j|a|꜒|t͡ʂʲ|-
[Q.1incl.none.3.cl.2.POS.passive.indicative.PRES] => |t͡ʂʲ|u#|꜖|ɭˠ|-
[Q.1incl.none.3.cl.2.POS.passive.indicative.PAST] => |ʋʲ|a#|꜖꜒|tʷ|-
[Q.1incl.none.3.cl.2.POS.passive.imperative.PRES] => |ᵏǁʰʲ|a|̰꜒|ɾˤ|-
[Q.1incl.none.3.cl.2.POS.passive.imperative.PAST] => |ɥˤ|a|꜖꜒|n̥ʲ|-
[Q.1incl.none.3.cl.2.POS.passive.conditional.PRES] => |wˠ|ʉ|̰꜒|qʼʷ|-
[Q.1incl.none.3.cl.2.POS.passive.conditional.PAST] => |hʈʲ|ʉ|꜒꜖|tɬˠ|-
[Q.1incl.none.3.cl.2.POS.passive.optative.PRES] => |ɹʲ|ᵊ|̰꜖|ʄʲ|-
[Q.1incl.none.3.cl.2.POS.passive.optative.PAST] => |ᵑǁʼˠ|ᵊ|꜒|ɭʲ|-
[Q.1incl.none.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʼʷ|a|̰꜒|sʲ|-
[Q.1incl.none.3.cl.3.NEG.active.indicative.PAST] => |n̥ʲ|iː|꜖|sˤ|-
[Q.1incl.none.3.cl.3.NEG.active.imperative.PRES] => |ɗʲ|ʉ#|̰꜒|m̥ʲ|-
[Q.1incl.none.3.cl.3.NEG.active.imperative.PAST] => |ʈʲ|a|꜒꜖|n̥ˤ|-
[Q.1incl.none.3.cl.3.NEG.active.conditional.PRES] => |pʼˤ|i|꜖꜒|kʰˠ|-
[Q.1incl.none.3.cl.3.NEG.active.conditional.PAST] => |tɬˠ|u|̰꜒|ʄˠ|-
[Q.1incl.none.3.cl.3.NEG.active.optative.PRES] => |hʈˠ|a#|̰꜖|sʲ|-
[Q.1incl.none.3.cl.3.NEG.active.optative.PAST] => |ɽˠ|i#|꜖|qʼʲ|-
[Q.1incl.none.3.cl.3.NEG.passive.indicative.PRES] => |ʡˠ|ʉː|꜒|htˠ|-
[Q.1incl.none.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀˠ|ʉ|꜖꜒|kʲ|-
[Q.1incl.none.3.cl.3.NEG.passive.imperative.PRES] => |ʜʲ|a|̰꜒|ɰʲ|-
[Q.1incl.none.3.cl.3.NEG.passive.imperative.PAST] => |hkʲ|ᵊ|꜖|d͡ʐʲ|-
[Q.1incl.none.3.cl.3.NEG.passive.conditional.PRES] => |tʰʷ|i#ː|꜖꜒|ʔ|-
[Q.1incl.none.3.cl.3.NEG.passive.conditional.PAST] => |ʈˠ|i#|꜖|tˤ|-
[Q.1incl.none.3.cl.3.NEG.passive.optative.PRES] => |ɹʲ|ʉ|꜖|t͡ʃ|-
[Q.1incl.none.3.cl.3.NEG.passive.optative.PAST] => |kʰʲ|iː|꜖꜒|ɭˠ|-
[Q.1incl.none.3.cl.3.POS.active.indicative.PRES] => |tʼʲ|i|꜖꜒|n̥ˤ|-
[Q.1incl.none.3.cl.3.POS.active.indicative.PAST] => |j|u|̰꜒|ɗˠ|-
[Q.1incl.none.3.cl.3.POS.active.imperative.PRES] => |mˠ|ʉ#|꜒꜖|ʃˠ|-
[Q.1incl.none.3.cl.3.POS.active.imperative.PAST] => |tʼˠ|aː|꜒|ɰˤ|-
[Q.1incl.none.3.cl.3.POS.active.conditional.PRES] => |kʲ|ᵊ|꜒꜖|ŋ̥ʷ|-
[Q.1incl.none.3.cl.3.POS.active.conditional.PAST] => |tʰʲ|i|̰꜖|htˠ|-
[Q.1incl.none.3.cl.3.POS.active.optative.PRES] => |mˠ|i|̰꜖|ʡʲ|-
[Q.1incl.none.3.cl.3.POS.active.optative.PAST] => |lʲ|i|̰꜖|tɬˠ|-
[Q.1incl.none.3.cl.3.POS.passive.indicative.PRES] => |r̥ʷ|a|꜖꜒|hpʲ|-
[Q.1incl.none.3.cl.3.POS.passive.indicative.PAST] => |pˤ|u#ː|̰꜒|nˤ|-
[Q.1incl.none.3.cl.3.POS.passive.imperative.PRES] => |ɾʷ|ʉ#ː|꜒꜖|ɾˤ|-
[Q.1incl.none.3.cl.3.POS.passive.imperative.PAST] => |tɬʲ|u#ː|̰꜒|ɰˤ|-
[Q.1incl.none.3.cl.3.POS.passive.conditional.PRES] => |nˠ|ᵊ|̰꜒|ʔ|-
[Q.1incl.none.3.cl.3.POS.passive.conditional.PAST] => |ɰˠ|ʉ|̰꜒|ɗʲ|-
[Q.1incl.none.3.cl.3.POS.passive.optative.PRES] => |ᵑǀˤ|u|꜒꜖|ʡˠ|-
[Q.1incl.none.3.cl.3.POS.passive.optative.PAST] => |ᵏǁʼʲ|a#|̰꜒|t͡ʂʲ|-
[Q.1incl.none.3.cl.4.NEG.active.indicative.PRES] => |ɽˠ|a#|̰꜖|ʃʲ|-
[Q.1incl.none.3.cl.4.NEG.active.indicative.PAST] => |t͡sˤ|i#ː|̰꜖|ɾˤ|-
[Q.1incl.none.3.cl.4.NEG.active.imperative.PRES] => |tɬʲ|a|̰꜒|ɓʲ|-
[Q.1incl.none.3.cl.4.NEG.active.imperative.PAST] => |ᵑǃˤ|a#|̰꜖|ʈʰʲ|-
[Q.1incl.none.3.cl.4.NEG.active.conditional.PRES] => |ɰʲ|a#ː|꜒|ʄʲ|-
[Q.1incl.none.3.cl.4.NEG.active.conditional.PAST] => |ɹˠ|iː|꜒|pʼˠ|-
[Q.1incl.none.3.cl.4.NEG.active.optative.PRES] => |pˤ|a#ː|̰꜒|ɰˠ|-
[Q.1incl.none.3.cl.4.NEG.active.optative.PAST] => |htˤ|u|꜒|ɠˠ|-
[Q.1incl.none.3.cl.4.NEG.passive.indicative.PRES] => |htˠ|ʉ|̰꜖|hʈʲ|-
[Q.1incl.none.3.cl.4.NEG.passive.indicative.PAST] => |pʰˤ|ʉ|̰꜒|ɠˤ|-
[Q.1incl.none.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|i|꜖꜒|mˠ|-
[Q.1incl.none.3.cl.4.NEG.passive.imperative.PAST] => |ʜˠ|i|꜒꜖|tʰˤ|-
[Q.1incl.none.3.cl.4.NEG.passive.conditional.PRES] => |ɠʲ|uː|꜒|m̥ˠ|-
[Q.1incl.none.3.cl.4.NEG.passive.conditional.PAST] => |qʼʲ|aː|̰꜒|ŋ̥ˤ|-
[Q.1incl.none.3.cl.4.NEG.passive.optative.PRES] => |kʰˠ|ʉ|̰꜖|n̥ʲ|-
[Q.1incl.none.3.cl.4.NEG.passive.optative.PAST] => |kʼˠ|a|꜖꜒|ŋˠ|-
[Q.1incl.none.3.cl.4.POS.active.indicative.PRES] => |kˠ|ʉ|꜖|htʷ|-
[Q.1incl.none.3.cl.4.POS.active.indicative.PAST] => |pʼʲ|u|꜖|ɥˠ|-
[Q.1incl.none.3.cl.4.POS.active.imperative.PRES] => |ᵑǃʷ|aː|꜖꜒|kʰˠ|-
[Q.1incl.none.3.cl.4.POS.active.imperative.PAST] => |pʼʲ|ʉ#|̰꜖|ʡˠ|-
[Q.1incl.none.3.cl.4.POS.active.conditional.PRES] => |ŋ̥ʲ|iː|꜒|ɰʲ|-
[Q.1incl.none.3.cl.4.POS.active.conditional.PAST] => |ɰʲ|ʉ|꜒|ɹˤ|-
[Q.1incl.none.3.cl.4.POS.active.optative.PRES] => |hkʷ|ᵊ|̰꜖|hkˠ|-
[Q.1incl.none.3.cl.4.POS.active.optative.PAST] => |tɬˠ|aː|̰꜖|htˠ|-
[Q.1incl.none.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃʷ|ʉ#|꜖|n̥ʲ|-
[Q.1incl.none.3.cl.4.POS.passive.indicative.PAST] => |ᵏǁʼˠ|ᵊ|꜒|ɰˤ|-
[Q.1incl.none.3.cl.4.POS.passive.imperative.PRES] => |kˠ|i#|꜖꜒|ŋ̥ˠ|-
[Q.1incl.none.3.cl.4.POS.passive.imperative.PAST] => |ɥˠ|a|꜖꜒|tɬˠ|-
[Q.1incl.none.3.cl.4.POS.passive.conditional.PRES] => |ʃʲ|a|꜖꜒|ɾˤ|-
[Q.1incl.none.3.cl.4.POS.passive.conditional.PAST] => |ʈʲ|iː|꜖꜒|ɾˤ|-
[Q.1incl.none.3.cl.4.POS.passive.optative.PRES] => |htˤ|u|꜒꜖|ɓˠ|-
[Q.1incl.none.3.cl.4.POS.passive.optative.PAST] => |ŋˠ|i#ː|̰꜖|t͡sʷ|-
[Q.1incl.1incl.1incl.NEG.active.indicative.PRES] => |ᵏǃʰˤ|u#|꜖꜒|ɓˤ|-
[Q.1incl.1incl.1incl.NEG.active.indicative.PAST] => |tʲ|a|꜒|ʈʰˠ|-
[Q.1incl.1incl.1incl.NEG.active.imperative.PRES] => |ᵏǁʼʲ|u|꜒꜖|r̥ʲ|-
[Q.1incl.1incl.1incl.NEG.active.imperative.PAST] => |ɥˤ|aː|꜖꜒|sʲ|-
[Q.1incl.1incl.1incl.NEG.active.conditional.PRES] => |ɓˠ|a|̰꜒|htʲ|-
[Q.1incl.1incl.1incl.NEG.active.conditional.PAST] => |ᵑǀʼˤ|u|꜖꜒|ʛˠ|-
[Q.1incl.1incl.1incl.NEG.active.optative.PRES] => |h|a|̰꜖|ŋˤ|-
[Q.1incl.1incl.1incl.NEG.active.optative.PAST] => |kˤ|i|꜖꜒|sˤ|-
[Q.1incl.1incl.1incl.NEG.passive.indicative.PRES] => |mˠ|ʉː|꜖|ʂʲ|-
[Q.1incl.1incl.1incl.NEG.passive.indicative.PAST] => |ᵏǀʰˤ|a|꜖꜒|sˤ|-
[Q.1incl.1incl.1incl.NEG.passive.imperative.PRES] => |ʜʲ|ᵊ|̰꜖|nˤ|-
[Q.1incl.1incl.1incl.NEG.passive.imperative.PAST] => |ᵏǁʲ|i|̰꜒|ɭʲ|-
[Q.1incl.1incl.1incl.NEG.passive.conditional.PRES] => |ᵑǁʼˠ|ʉ#|꜒꜖|ɥˤ|-
[Q.1incl.1incl.1incl.NEG.passive.conditional.PAST] => |qˠ|u|̰꜖|ʈʼʲ|-
[Q.1incl.1incl.1incl.NEG.passive.optative.PRES] => |htʷ|iː|꜒|ɠʲ|-
[Q.1incl.1incl.1incl.NEG.passive.optative.PAST] => |ᵏǃʼʷ|a|꜖|ʜˠ|-
[Q.1incl.1incl.1incl.POS.active.indicative.PRES] => |n̥ˠ|a#ː|꜒꜖|d͡ʐˠ|-
[Q.1incl.1incl.1incl.POS.active.indicative.PAST] => |qʲ|uː|̰꜖|htʲ|-
[Q.1incl.1incl.1incl.POS.active.imperative.PRES] => |ᵏǀʰˤ|iː|꜒|m̥ˠ|-
[Q.1incl.1incl.1incl.POS.active.imperative.PAST] => |ɰʲ|iː|꜖꜒|ʋˠ|-
[Q.1incl.1incl.1incl.POS.active.conditional.PRES] => |ᵏǃʷ|i|̰꜒|hkʷ|-
[Q.1incl.1incl.1incl.POS.active.conditional.PAST] => |ʜʲ|aː|꜒|ɠˠ|-
[Q.1incl.1incl.1incl.POS.active.optative.PRES] => |ɳ̥ʲ|i|̰꜒|lʲ|-
[Q.1incl.1incl.1incl.POS.active.optative.PAST] => |m̥ʲ|i#|꜒|d͡ʐˠ|-
[Q.1incl.1incl.1incl.POS.passive.indicative.PRES] => |nˤ|ʉ|꜖꜒|sˠ|-
[Q.1incl.1incl.1incl.POS.passive.indicative.PAST] => |pˠ|a|꜒|ɠʲ|-
[Q.1incl.1incl.1incl.POS.passive.imperative.PRES] => |ᵑǀʲ|ʉ|̰꜒|ŋʲ|-
[Q.1incl.1incl.1incl.POS.passive.imperative.PAST] => |ʛʲ|i#|̰꜖|ɓˤ|-
[Q.1incl.1incl.1incl.POS.passive.conditional.PRES] => |ᵏǃʰʲ|uː|꜖꜒|lʲ|-
[Q.1incl.1incl.1incl.POS.passive.conditional.PAST] => |ᵏǀʰˤ|ʉ#|꜖|qʼˤ|-
[Q.1incl.1incl.1incl.POS.passive.optative.PRES] => |ʋˤ|i#ː|꜒꜖|ɠʲ|-
[Q.1incl.1incl.1incl.POS.passive.optative.PAST] => |qʼʲ|ʉ#ː|꜒|ɭʲ|-
[Q.1incl.1incl.1excl.NEG.active.indicative.PRES] => |qˠ|iː|꜒|wˠ|-
[Q.1incl.1incl.1excl.NEG.active.indicative.PAST] => |ᵑǀˤ|i|꜒|ɠʲ|-
[Q.1incl.1incl.1excl.NEG.active.imperative.PRES] => |ɓˠ|u|꜒|n̥ʲ|-
[Q.1incl.1incl.1excl.NEG.active.imperative.PAST] => |ɠˠ|ʉ|꜒꜖|kʰʲ|-
[Q.1incl.1incl.1excl.NEG.active.conditional.PRES] => |hkˠ|uː|꜒꜖|ɴʷ|-
[Q.1incl.1incl.1excl.NEG.active.conditional.PAST] => |tʷ|ʉ|꜒|t͡ʂʲ|-
[Q.1incl.1incl.1excl.NEG.active.optative.PRES] => |ᵑǀʼˠ|i|꜖|tʰˤ|-
[Q.1incl.1incl.1excl.NEG.active.optative.PAST] => |ᵑǃʼʲ|a|̰꜒|kʰʲ|-
[Q.1incl.1incl.1excl.NEG.passive.indicative.PRES] => |ɾʷ|a|꜒|ɴˠ|-
[Q.1incl.1incl.1excl.NEG.passive.indicative.PAST] => |j|a|꜖|ɻʲ|-
[Q.1incl.1incl.1excl.NEG.passive.imperative.PRES] => |t͡ʂʲ|ᵊ|̰꜖|ʈʰʲ|-
[Q.1incl.1incl.1excl.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|a|꜒|hkˤ|-
[Q.1incl.1incl.1excl.NEG.passive.conditional.PRES] => |ᵑǀʼʲ|i#|̰꜒|ɽˠ|-
[Q.1incl.1incl.1excl.NEG.passive.conditional.PAST] => |t͡sʲ|i|꜒꜖|ɹˠ|-
[Q.1incl.1incl.1excl.NEG.passive.optative.PRES] => |t͡sˤ|a|꜖꜒|ʄˠ|-
[Q.1incl.1incl.1excl.NEG.passive.optative.PAST] => |ŋˠ|i#ː|꜖꜒|r̥ʲ|-
[Q.1incl.1incl.1excl.POS.active.indicative.PRES] => |kʰˤ|i|꜖꜒|tɬʲ|-
[Q.1incl.1incl.1excl.POS.active.indicative.PAST] => |ᵑǁʼˠ|aː|꜖|kʼʷ|-
[Q.1incl.1incl.1excl.POS.active.imperative.PRES] => |pʰʲ|i|꜒꜖|kʼˠ|-
[Q.1incl.1incl.1excl.POS.active.imperative.PAST] => |ŋ̥ʲ|u#|꜒|rˠ|-
[Q.1incl.1incl.1excl.POS.active.conditional.PRES] => |tʼˤ|ʉ|꜖|ɹˤ|-
[Q.1incl.1incl.1excl.POS.active.conditional.PAST] => |ɾˤ|i|̰꜒|htʲ|-
[Q.1incl.1incl.1excl.POS.active.optative.PRES] => |ʂˠ|aː|̰꜖|t͡ʂʲ|-
[Q.1incl.1incl.1excl.POS.active.optative.PAST] => |ʡʲ|u#ː|̰꜖|mˠ|-
[Q.1incl.1incl.1excl.POS.passive.indicative.PRES] => |ʡʲ|i#ː|꜒꜖|ŋ̥ʷ|-
[Q.1incl.1incl.1excl.POS.passive.indicative.PAST] => |ʜˠ|a|̰꜖|hpˤ|-
[Q.1incl.1incl.1excl.POS.passive.imperative.PRES] => |nʲ|i|꜖꜒|htʲ|-
[Q.1incl.1incl.1excl.POS.passive.imperative.PAST] => |ɗʲ|u#|꜒|ʈʼʲ|-
[Q.1incl.1incl.1excl.POS.passive.conditional.PRES] => |qʼʲ|u|꜒|ɹʷ|-
[Q.1incl.1incl.1excl.POS.passive.conditional.PAST] => |ŋʲ|iː|̰꜖|ʛˠ|-
[Q.1incl.1incl.1excl.POS.passive.optative.PRES] => |ᵑǀʲ|i#ː|̰꜖|sʲ|-
[Q.1incl.1incl.1excl.POS.passive.optative.PAST] => |ᵏǀʼˠ|iː|꜒꜖|d͡ʐʲ|-
[Q.1incl.1incl.2.NEG.active.indicative.PRES] => |hpʲ|a|꜖|ɭʲ|-
[Q.1incl.1incl.2.NEG.active.indicative.PAST] => |ʃʲ|ʉ|꜖|sˠ|-
[Q.1incl.1incl.2.NEG.active.imperative.PRES] => |kʷ|ᵊ|̰꜖|ʋˤ|-
[Q.1incl.1incl.2.NEG.active.imperative.PAST] => |kʰˠ|u#ː|̰꜒|ɗʷ|-
[Q.1incl.1incl.2.NEG.active.conditional.PRES] => |ᵏǀˠ|ʉ#|꜒꜖|ɹʲ|-
[Q.1incl.1incl.2.NEG.active.conditional.PAST] => |ɠʷ|ᵊ|̰꜖|qʲ|-
[Q.1incl.1incl.2.NEG.active.optative.PRES] => |ᵑǁˠ|ᵊ|̰꜒|qʷ|-
[Q.1incl.1incl.2.NEG.active.optative.PAST] => |tʰˠ|iː|꜒|n̥ˠ|-
[Q.1incl.1incl.2.NEG.passive.indicative.PRES] => |mˠ|i|꜒꜖|nˠ|-
[Q.1incl.1incl.2.NEG.passive.indicative.PAST] => |ʈʼˠ|a|̰꜒|qʼʲ|-
[Q.1incl.1incl.2.NEG.passive.imperative.PRES] => |wˠ|a#ː|꜖꜒|nˤ|-
[Q.1incl.1incl.2.NEG.passive.imperative.PAST] => |ɰʲ|u#ː|꜒꜖|ɴʷ|-
[Q.1incl.1incl.2.NEG.passive.conditional.PRES] => |ɹʲ|a|꜒꜖|ɓˤ|-
[Q.1incl.1incl.2.NEG.passive.conditional.PAST] => |ᵑǀʼʷ|i|꜒|t͡ʂʲ|-
[Q.1incl.1incl.2.NEG.passive.optative.PRES] => |ʈʰˠ|i|̰꜒|n̥ʷ|-
[Q.1incl.1incl.2.NEG.passive.optative.PAST] => |ʄʲ|i|꜒|ɽʲ|-
[Q.1incl.1incl.2.POS.active.indicative.PRES] => |r̥ˠ|u#|̰꜖|ɽˠ|-
[Q.1incl.1incl.2.POS.active.indicative.PAST] => |ʃˠ|i|̰꜒|ɴʲ|-
[Q.1incl.1incl.2.POS.active.imperative.PRES] => |ᵏǃʲ|ʉ#|꜖꜒|ʋˠ|-
[Q.1incl.1incl.2.POS.active.imperative.PAST] => |ᵏǃˠ|iː|꜖|ʛʷ|-
[Q.1incl.1incl.2.POS.active.conditional.PRES] => |ʡˠ|u#ː|̰꜒|ɹˠ|-
[Q.1incl.1incl.2.POS.active.conditional.PAST] => |ᵏǀʷ|aː|꜒꜖|qˤ|-
[Q.1incl.1incl.2.POS.active.optative.PRES] => |ʈʰʲ|i|꜖|kʰˠ|-
[Q.1incl.1incl.2.POS.active.optative.PAST] => |ɰʷ|ᵊ|꜖|ɳ̥ˠ|-
[Q.1incl.1incl.2.POS.passive.indicative.PRES] => |ʜʲ|ᵊ|̰꜖|ŋ̥ʷ|-
[Q.1incl.1incl.2.POS.passive.indicative.PAST] => |n̥ˤ|ᵊ|꜖꜒|nˤ|-
[Q.1incl.1incl.2.POS.passive.imperative.PRES] => |ŋ̥ˠ|i#ː|꜒|ɹʲ|-
[Q.1incl.1incl.2.POS.passive.imperative.PAST] => |ʂʲ|u|꜖|pˤ|-
[Q.1incl.1incl.2.POS.passive.conditional.PRES] => |pʼˠ|a|꜒꜖|wˤ|-
[Q.1incl.1incl.2.POS.passive.conditional.PAST] => |ʈʼˠ|i|꜖|nʷ|-
[Q.1incl.1incl.2.POS.passive.optative.PRES] => |ᵏǃʲ|i|̰꜒|qˤ|-
[Q.1incl.1incl.2.POS.passive.optative.PAST] => |ᵏǀʷ|i|꜒꜖|ʋˠ|-
[Q.1incl.1incl.3.cl.1.NEG.active.indicative.PRES] => |pʼˤ|a|̰꜖|ʃˠ|-
[Q.1incl.1incl.3.cl.1.NEG.active.indicative.PAST] => |ɰʲ|ʉ#|̰꜖|t͡ʂˠ|-
[Q.1incl.1incl.3.cl.1.NEG.active.imperative.PRES] => |ᵑǁˠ|ʉ#ː|꜖꜒|ɰʲ|-
[Q.1incl.1incl.3.cl.1.NEG.active.imperative.PAST] => |n̥ˠ|aː|꜖꜒|ɹʷ|-
[Q.1incl.1incl.3.cl.1.NEG.active.conditional.PRES] => |ɗʷ|iː|꜖꜒|lˠ|-
[Q.1incl.1incl.3.cl.1.NEG.active.conditional.PAST] => |ɓʲ|u|꜒꜖|ɰˠ|-
[Q.1incl.1incl.3.cl.1.NEG.active.optative.PRES] => |tʲ|u|꜒|ɗˠ|-
[Q.1incl.1incl.3.cl.1.NEG.active.optative.PAST] => |t͡sˠ|ᵊ|꜒|rʲ|-
[Q.1incl.1incl.3.cl.1.NEG.passive.indicative.PRES] => |ŋ̥ˤ|a|꜖꜒|m̥ʲ|-
[Q.1incl.1incl.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʲ|i|̰꜖|ɴʲ|-
[Q.1incl.1incl.3.cl.1.NEG.passive.imperative.PRES] => |r̥ˠ|iː|꜒|qʲ|-
[Q.1incl.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀʰˠ|ᵊ|꜒|rʷ|-
[Q.1incl.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǃˤ|a|꜒|qʷ|-
[Q.1incl.1incl.3.cl.1.NEG.passive.conditional.PAST] => |n̥ˠ|u#|̰꜒|kʰʷ|-
[Q.1incl.1incl.3.cl.1.NEG.passive.optative.PRES] => |pˤ|aː|꜖꜒|rˤ|-
[Q.1incl.1incl.3.cl.1.NEG.passive.optative.PAST] => |ɗʷ|ᵊ|̰꜒|ɹˤ|-
[Q.1incl.1incl.3.cl.1.POS.active.indicative.PRES] => |t͡sˠ|u|꜖꜒|ɽʲ|-
[Q.1incl.1incl.3.cl.1.POS.active.indicative.PAST] => |ɠʷ|ʉː|꜖꜒|tʼʷ|-
[Q.1incl.1incl.3.cl.1.POS.active.imperative.PRES] => |ɾʷ|a|꜖꜒|qʼʲ|-
[Q.1incl.1incl.3.cl.1.POS.active.imperative.PAST] => |hʈʲ|iː|꜒꜖|pʼˠ|-
[Q.1incl.1incl.3.cl.1.POS.active.conditional.PRES] => |tˤ|aː|̰꜒|tɬʲ|-
[Q.1incl.1incl.3.cl.1.POS.active.conditional.PAST] => |d͡ʐʲ|u|꜒|sˤ|-
[Q.1incl.1incl.3.cl.1.POS.active.optative.PRES] => |kʲ|u#ː|꜒꜖|hkˠ|-
[Q.1incl.1incl.3.cl.1.POS.active.optative.PAST] => |tˤ|i|꜒꜖|ɴʲ|-
[Q.1incl.1incl.3.cl.1.POS.passive.indicative.PRES] => |n̥ˤ|aː|꜒꜖|nʷ|-
[Q.1incl.1incl.3.cl.1.POS.passive.indicative.PAST] => |nʲ|iː|꜒꜖|qʷ|-
[Q.1incl.1incl.3.cl.1.POS.passive.imperative.PRES] => |ɰʷ|aː|꜒|sˠ|-
[Q.1incl.1incl.3.cl.1.POS.passive.imperative.PAST] => |ɗˠ|ᵊ|꜒꜖|hkʲ|-
[Q.1incl.1incl.3.cl.1.POS.passive.conditional.PRES] => |ᵏǃʰʷ|ʉ|꜖꜒|ʂʲ|-
[Q.1incl.1incl.3.cl.1.POS.passive.conditional.PAST] => |ᵑǁʲ|ʉː|꜒|ɹʷ|-
[Q.1incl.1incl.3.cl.1.POS.passive.optative.PRES] => |ɽˠ|ᵊ|꜒|ʈˠ|-
[Q.1incl.1incl.3.cl.1.POS.passive.optative.PAST] => |m̥ʲ|u|꜖꜒|ɻˠ|-
[Q.1incl.1incl.3.cl.2.NEG.active.indicative.PRES] => |ɥʲ|i|꜖꜒|ʜʲ|-
[Q.1incl.1incl.3.cl.2.NEG.active.indicative.PAST] => |ʈʰˠ|ʉ|꜒|tʼˠ|-
[Q.1incl.1incl.3.cl.2.NEG.active.imperative.PRES] => |ᵑǀʲ|aː|̰꜖|ɰˠ|-
[Q.1incl.1incl.3.cl.2.NEG.active.imperative.PAST] => |kʰˠ|a|꜖꜒|kʼˠ|-
[Q.1incl.1incl.3.cl.2.NEG.active.conditional.PRES] => |kʷ|ʉ|꜒꜖|kʼˤ|-
[Q.1incl.1incl.3.cl.2.NEG.active.conditional.PAST] => |hkˤ|a|꜖꜒|ʄʲ|-
[Q.1incl.1incl.3.cl.2.NEG.active.optative.PRES] => |ᵏǃʼˤ|i|꜒|ɰˠ|-
[Q.1incl.1incl.3.cl.2.NEG.active.optative.PAST] => |ʋʲ|u|̰꜒|htʲ|-
[Q.1incl.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ɓʲ|u#|̰꜖|n̥ˤ|-
[Q.1incl.1incl.3.cl.2.NEG.passive.indicative.PAST] => |htˠ|ʉ|꜖|ɻʲ|-
[Q.1incl.1incl.3.cl.2.NEG.passive.imperative.PRES] => |ʋˤ|a|꜒|kʲ|-
[Q.1incl.1incl.3.cl.2.NEG.passive.imperative.PAST] => |kʼʲ|iː|꜖꜒|tɬˠ|-
[Q.1incl.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǃʲ|a|꜒|tʼˤ|-
[Q.1incl.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ɥˤ|ʉ|꜖|hkˠ|-
[Q.1incl.1incl.3.cl.2.NEG.passive.optative.PRES] => |ᵑǃʲ|i|̰꜒|ɻˠ|-
[Q.1incl.1incl.3.cl.2.NEG.passive.optative.PAST] => |kʼˠ|aː|꜒꜖|kˠ|-
[Q.1incl.1incl.3.cl.2.POS.active.indicative.PRES] => |tʼʲ|i|̰꜖|ŋ̥ʲ|-
[Q.1incl.1incl.3.cl.2.POS.active.indicative.PAST] => |ɳ̥ʲ|ʉ|꜒|pʲ|-
[Q.1incl.1incl.3.cl.2.POS.active.imperative.PRES] => |ɹʲ|ʉ|̰꜖|tʰˠ|-
[Q.1incl.1incl.3.cl.2.POS.active.imperative.PAST] => |ᵏǀʼʲ|u|꜖꜒|mˠ|-
[Q.1incl.1incl.3.cl.2.POS.active.conditional.PRES] => |ɗˤ|aː|̰꜖|ɥˤ|-
[Q.1incl.1incl.3.cl.2.POS.active.conditional.PAST] => |ʋˤ|ᵊ|꜖꜒|ɹʲ|-
[Q.1incl.1incl.3.cl.2.POS.active.optative.PRES] => |ʔ|uː|꜖|tʼˠ|-
[Q.1incl.1incl.3.cl.2.POS.active.optative.PAST] => |hkˠ|a|꜒|rˠ|-
[Q.1incl.1incl.3.cl.2.POS.passive.indicative.PRES] => |ɽʲ|aː|꜒|sʲ|-
[Q.1incl.1incl.3.cl.2.POS.passive.indicative.PAST] => |ʡˠ|a#ː|̰꜒|ɗʷ|-
[Q.1incl.1incl.3.cl.2.POS.passive.imperative.PRES] => |tʰˤ|u|̰꜒|kʰʷ|-
[Q.1incl.1incl.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀʲ|a#|̰꜖|hpˤ|-
[Q.1incl.1incl.3.cl.2.POS.passive.conditional.PRES] => |ɗʲ|i#ː|꜖꜒|ɹʲ|-
[Q.1incl.1incl.3.cl.2.POS.passive.conditional.PAST] => |ᵑǁˠ|u#|꜖꜒|lʲ|-
[Q.1incl.1incl.3.cl.2.POS.passive.optative.PRES] => |kʼʲ|iː|̰꜖|nˠ|-
[Q.1incl.1incl.3.cl.2.POS.passive.optative.PAST] => |ɰˠ|a|꜖꜒|d͡ʐˠ|-
[Q.1incl.1incl.3.cl.3.NEG.active.indicative.PRES] => |hkʲ|i|̰꜒|ɴʲ|-
[Q.1incl.1incl.3.cl.3.NEG.active.indicative.PAST] => |ɠˤ|ʉ#|̰꜖|ŋˤ|-
[Q.1incl.1incl.3.cl.3.NEG.active.imperative.PRES] => |tʼˠ|ᵊ|̰꜖|t͡ʂʲ|-
[Q.1incl.1incl.3.cl.3.NEG.active.imperative.PAST] => |qʼˠ|a|꜖꜒|sˤ|-
[Q.1incl.1incl.3.cl.3.NEG.active.conditional.PRES] => |ᵑǃʼʲ|ᵊ|꜒꜖|pʲ|-
[Q.1incl.1incl.3.cl.3.NEG.active.conditional.PAST] => |kʲ|u|꜒|pˠ|-
[Q.1incl.1incl.3.cl.3.NEG.active.optative.PRES] => |ʄˠ|ʉ#ː|꜖|ʄʲ|-
[Q.1incl.1incl.3.cl.3.NEG.active.optative.PAST] => |t͡sˠ|ᵊ|꜒|htˤ|-
[Q.1incl.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ɹˠ|ʉ|꜖|n̥ʲ|-
[Q.1incl.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|u|꜒|sˤ|-
[Q.1incl.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǃˠ|ᵊ|꜖꜒|rʲ|-
[Q.1incl.1incl.3.cl.3.NEG.passive.imperative.PAST] => |ɹˠ|a|꜖꜒|ɠʷ|-
[Q.1incl.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʰˤ|i#ː|̰꜒|ɭˠ|-
[Q.1incl.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ʈʲ|a|̰꜒|pʰˠ|-
[Q.1incl.1incl.3.cl.3.NEG.passive.optative.PRES] => |mˤ|ʉ#|꜒|qʼʷ|-
[Q.1incl.1incl.3.cl.3.NEG.passive.optative.PAST] => |mʲ|aː|꜒꜖|n̥ʲ|-
[Q.1incl.1incl.3.cl.3.POS.active.indicative.PRES] => |sˠ|a#|̰꜒|qʼˤ|-
[Q.1incl.1incl.3.cl.3.POS.active.indicative.PAST] => |ɥʲ|a#|꜒|mʲ|-
[Q.1incl.1incl.3.cl.3.POS.active.imperative.PRES] => |ʃˠ|i#|꜒꜖|qˤ|-
[Q.1incl.1incl.3.cl.3.POS.active.imperative.PAST] => |nʷ|a|꜖꜒|tʼˠ|-
[Q.1incl.1incl.3.cl.3.POS.active.conditional.PRES] => |ᵏǁʼˠ|i|꜒|ɾʷ|-
[Q.1incl.1incl.3.cl.3.POS.active.conditional.PAST] => |ɳˠ|ʉ#ː|꜒꜖|ʈʲ|-
[Q.1incl.1incl.3.cl.3.POS.active.optative.PRES] => |tʲ|ʉ#ː|̰꜖|kʼˤ|-
[Q.1incl.1incl.3.cl.3.POS.active.optative.PAST] => |ŋʲ|ʉ#ː|꜖|tˤ|-
[Q.1incl.1incl.3.cl.3.POS.passive.indicative.PRES] => |tʼʷ|ᵊ|꜒|d͡ʐˠ|-
[Q.1incl.1incl.3.cl.3.POS.passive.indicative.PAST] => |qʲ|ᵊ|꜒꜖|ʋʲ|-
[Q.1incl.1incl.3.cl.3.POS.passive.imperative.PRES] => |sˤ|i#|̰꜖|lʲ|-
[Q.1incl.1incl.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʰʷ|ʉː|̰꜖|ŋˠ|-
[Q.1incl.1incl.3.cl.3.POS.passive.conditional.PRES] => |ʡʲ|iː|̰꜒|ʈʼˠ|-
[Q.1incl.1incl.3.cl.3.POS.passive.conditional.PAST] => |nʲ|u#ː|̰꜖|pʲ|-
[Q.1incl.1incl.3.cl.3.POS.passive.optative.PRES] => |tɬˠ|ʉ|꜖꜒|ɥˠ|-
[Q.1incl.1incl.3.cl.3.POS.passive.optative.PAST] => |ᵏǁʰʲ|a#ː|̰꜒|kʼʲ|-
[Q.1incl.1incl.3.cl.4.NEG.active.indicative.PRES] => |ʡʲ|ᵊ|̰꜒|ɾʲ|-
[Q.1incl.1incl.3.cl.4.NEG.active.indicative.PAST] => |ʛʷ|a|꜖|ɹˤ|-
[Q.1incl.1incl.3.cl.4.NEG.active.imperative.PRES] => |ɥˤ|i|̰꜒|kˠ|-
[Q.1incl.1incl.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀʼˤ|uː|̰꜖|t͡ʂʲ|-
[Q.1incl.1incl.3.cl.4.NEG.active.conditional.PRES] => |ᵏǁʰʲ|a#ː|꜖|ɾˤ|-
[Q.1incl.1incl.3.cl.4.NEG.active.conditional.PAST] => |ɹʲ|ᵊ|̰꜒|ɾˤ|-
[Q.1incl.1incl.3.cl.4.NEG.active.optative.PRES] => |t͡sˤ|ʉ#|꜒꜖|kʰʲ|-
[Q.1incl.1incl.3.cl.4.NEG.active.optative.PAST] => |ᵏǀʰˤ|ʉː|꜒|ŋ̥ˤ|-
[Q.1incl.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ɹˤ|ʉ#ː|꜖|tʰʷ|-
[Q.1incl.1incl.3.cl.4.NEG.passive.indicative.PAST] => |wˤ|ᵊ|꜖|pˠ|-
[Q.1incl.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǀʼˠ|u|̰꜒|t͡ʂˠ|-
[Q.1incl.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃʼˤ|ᵊ|꜒꜖|ɽˠ|-
[Q.1incl.1incl.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃʲ|i#|꜒|ɰˠ|-
[Q.1incl.1incl.3.cl.4.NEG.passive.conditional.PAST] => |hpˤ|a|꜒|rʷ|-
[Q.1incl.1incl.3.cl.4.NEG.passive.optative.PRES] => |ʡʲ|i|̰꜖|ɗˤ|-
[Q.1incl.1incl.3.cl.4.NEG.passive.optative.PAST] => |htˤ|a|꜒꜖|nʷ|-
[Q.1incl.1incl.3.cl.4.POS.active.indicative.PRES] => |sˠ|a#|꜖|rʷ|-
[Q.1incl.1incl.3.cl.4.POS.active.indicative.PAST] => |ᵑǁˠ|iː|̰꜖|ɾˤ|-
[Q.1incl.1incl.3.cl.4.POS.active.imperative.PRES] => |ᵏǃʼˤ|a|̰꜖|tʼˤ|-
[Q.1incl.1incl.3.cl.4.POS.active.imperative.PAST] => |m̥ʲ|a|꜖꜒|tɬʲ|-
[Q.1incl.1incl.3.cl.4.POS.active.conditional.PRES] => |sʷ|i|꜖꜒|wˤ|-
[Q.1incl.1incl.3.cl.4.POS.active.conditional.PAST] => |ᵏǃʼʲ|a|꜒꜖|ʛʲ|-
[Q.1incl.1incl.3.cl.4.POS.active.optative.PRES] => |n̥ʲ|i#|꜖|ɴʲ|-
[Q.1incl.1incl.3.cl.4.POS.active.optative.PAST] => |ɻˠ|u|꜖|ɰʲ|-
[Q.1incl.1incl.3.cl.4.POS.passive.indicative.PRES] => |t͡ʂˠ|ʉ#ː|̰꜖|t͡ʃ|-
[Q.1incl.1incl.3.cl.4.POS.passive.indicative.PAST] => |kʼʷ|a|꜖|t͡sˤ|-
[Q.1incl.1incl.3.cl.4.POS.passive.imperative.PRES] => |qʼʲ|a#ː|꜖|n̥ʷ|-
[Q.1incl.1incl.3.cl.4.POS.passive.imperative.PAST] => |t͡ʃ|a|꜖꜒|ŋ̥ˠ|-
[Q.1incl.1incl.3.cl.4.POS.passive.conditional.PRES] => |kˤ|iː|̰꜒|ʡʲ|-
[Q.1incl.1incl.3.cl.4.POS.passive.conditional.PAST] => |ɓˤ|u|̰꜒|ɴʷ|-
[Q.1incl.1incl.3.cl.4.POS.passive.optative.PRES] => |ᵑǀʷ|ᵊ|̰꜒|ɗˠ|-
[Q.1incl.1incl.3.cl.4.POS.passive.optative.PAST] => |tʼˠ|a|꜒|nˠ|-
[Q.1incl.1excl.1incl.NEG.active.indicative.PRES] => |pʰˠ|a#ː|꜖|hkʲ|-
[Q.1incl.1excl.1incl.NEG.active.indicative.PAST] => |ʋˤ|i|꜒꜖|ʜˠ|-
[Q.1incl.1excl.1incl.NEG.active.imperative.PRES] => |ŋ̥ʲ|i|̰꜖|htˤ|-
[Q.1incl.1excl.1incl.NEG.active.imperative.PAST] => |ᵏǀʼʲ|i#ː|꜒꜖|n̥ʷ|-
[Q.1incl.1excl.1incl.NEG.active.conditional.PRES] => |t͡ʃ|ʉ#ː|꜒|j|-
[Q.1incl.1excl.1incl.NEG.active.conditional.PAST] => |ɴʷ|a|꜒|ɓˤ|-
[Q.1incl.1excl.1incl.NEG.active.optative.PRES] => |ɭʲ|i|꜒꜖|ɰʷ|-
[Q.1incl.1excl.1incl.NEG.active.optative.PAST] => |ᵏǀʰˤ|i|̰꜒|ɾʷ|-
[Q.1incl.1excl.1incl.NEG.passive.indicative.PRES] => |ŋ̥ˤ|aː|꜒꜖|m̥ˤ|-
[Q.1incl.1excl.1incl.NEG.passive.indicative.PAST] => |ᵑǀʼˤ|ᵊ|̰꜒|ɳʲ|-
[Q.1incl.1excl.1incl.NEG.passive.imperative.PRES] => |ᵑǃˠ|ʉ|꜖꜒|ɭʲ|-
[Q.1incl.1excl.1incl.NEG.passive.imperative.PAST] => |ᵏǀʼʷ|i|̰꜖|d͡ʐˠ|-
[Q.1incl.1excl.1incl.NEG.passive.conditional.PRES] => |ᵏǀˠ|i#|꜖꜒|pˠ|-
[Q.1incl.1excl.1incl.NEG.passive.conditional.PAST] => |sˤ|i|꜖꜒|mˠ|-
[Q.1incl.1excl.1incl.NEG.passive.optative.PRES] => |lʲ|i|꜒|lˠ|-
[Q.1incl.1excl.1incl.NEG.passive.optative.PAST] => |r̥ʷ|i|꜒|ɾʷ|-
[Q.1incl.1excl.1incl.POS.active.indicative.PRES] => |ᵏǃʼˤ|u|꜒|mˤ|-
[Q.1incl.1excl.1incl.POS.active.indicative.PAST] => |hpʲ|i|꜖꜒|pʼˤ|-
[Q.1incl.1excl.1incl.POS.active.imperative.PRES] => |ᵏǀʰˤ|aː|꜒꜖|ɹʲ|-
[Q.1incl.1excl.1incl.POS.active.imperative.PAST] => |ʈʰˠ|ʉ|꜒|mˤ|-
[Q.1incl.1excl.1incl.POS.active.conditional.PRES] => |ɓʲ|ʉ|̰꜒|wˠ|-
[Q.1incl.1excl.1incl.POS.active.conditional.PAST] => |ʋˠ|aː|꜒꜖|htʲ|-
[Q.1incl.1excl.1incl.POS.active.optative.PRES] => |ᵏǀˠ|a|̰꜒|rʷ|-
[Q.1incl.1excl.1incl.POS.active.optative.PAST] => |ʄʲ|a|꜖|ʋˠ|-
[Q.1incl.1excl.1incl.POS.passive.indicative.PRES] => |ᵏǀʰʲ|i|̰꜒|rʷ|-
[Q.1incl.1excl.1incl.POS.passive.indicative.PAST] => |pʰˤ|a|꜖꜒|ɠʷ|-
[Q.1incl.1excl.1incl.POS.passive.imperative.PRES] => |kʰʲ|uː|̰꜖|hpˠ|-
[Q.1incl.1excl.1incl.POS.passive.imperative.PAST] => |ᵑǀʷ|ʉ|̰꜒|nˤ|-
[Q.1incl.1excl.1incl.POS.passive.conditional.PRES] => |d͡ʐˠ|i|꜖|pʼˠ|-
[Q.1incl.1excl.1incl.POS.passive.conditional.PAST] => |ᵑǃˠ|u|꜒꜖|ɓˠ|-
[Q.1incl.1excl.1incl.POS.passive.optative.PRES] => |qˤ|i|꜒|ʂʲ|-
[Q.1incl.1excl.1incl.POS.passive.optative.PAST] => |hʈˠ|u|̰꜒|ŋ̥ʷ|-
[Q.1incl.1excl.1excl.NEG.active.indicative.PRES] => |lʲ|ʉ#ː|̰꜒|ʋʲ|-
[Q.1incl.1excl.1excl.NEG.active.indicative.PAST] => |ʃʲ|iː|꜖|ɴˠ|-
[Q.1incl.1excl.1excl.NEG.active.imperative.PRES] => |hkˠ|i|꜒꜖|htʷ|-
[Q.1incl.1excl.1excl.NEG.active.imperative.PAST] => |t͡ʃ|uː|꜖|rˠ|-
[Q.1incl.1excl.1excl.NEG.active.conditional.PRES] => |lˠ|ʉ|꜖|ɳ̥ʲ|-
[Q.1incl.1excl.1excl.NEG.active.conditional.PAST] => |pʼʲ|i|꜒|kʷ|-
[Q.1incl.1excl.1excl.NEG.active.optative.PRES] => |ᵏǃʰˠ|i|꜒꜖|ɹʷ|-
[Q.1incl.1excl.1excl.NEG.active.optative.PAST] => |ʈʼˠ|iː|̰꜒|d͡ʐˠ|-
[Q.1incl.1excl.1excl.NEG.passive.indicative.PRES] => |ɴʲ|a|̰꜖|ʡˠ|-
[Q.1incl.1excl.1excl.NEG.passive.indicative.PAST] => |mˠ|ᵊ|꜖꜒|kʼʷ|-
[Q.1incl.1excl.1excl.NEG.passive.imperative.PRES] => |ɥˤ|i|꜖|hʈˠ|-
[Q.1incl.1excl.1excl.NEG.passive.imperative.PAST] => |ᵏǁʼˠ|ʉ|꜖꜒|pʼˠ|-
[Q.1incl.1excl.1excl.NEG.passive.conditional.PRES] => |tɬʲ|i|꜒|tˤ|-
[Q.1incl.1excl.1excl.NEG.passive.conditional.PAST] => |hʈʲ|i#ː|̰꜒|rʷ|-
[Q.1incl.1excl.1excl.NEG.passive.optative.PRES] => |n̥ˠ|a|꜒|htˤ|-
[Q.1incl.1excl.1excl.NEG.passive.optative.PAST] => |ɓʲ|i|̰꜖|ʡˠ|-
[Q.1incl.1excl.1excl.POS.active.indicative.PRES] => |ɴʲ|u|̰꜖|mʲ|-
[Q.1incl.1excl.1excl.POS.active.indicative.PAST] => |ᵏǁʲ|ʉ#ː|꜖|qʼʲ|-
[Q.1incl.1excl.1excl.POS.active.imperative.PRES] => |ʃʲ|i#|꜒꜖|mˤ|-
[Q.1incl.1excl.1excl.POS.active.imperative.PAST] => |pˠ|a#ː|꜒|ɗʲ|-
[Q.1incl.1excl.1excl.POS.active.conditional.PRES] => |ɽˠ|ᵊ|꜒|kʰʷ|-
[Q.1incl.1excl.1excl.POS.active.conditional.PAST] => |ɠʷ|i|꜒|r̥ʲ|-
[Q.1incl.1excl.1excl.POS.active.optative.PRES] => |ᵑǃʲ|aː|꜖|ɾˠ|-
[Q.1incl.1excl.1excl.POS.active.optative.PAST] => |ʛˤ|aː|̰꜖|ɳˠ|-
[Q.1incl.1excl.1excl.POS.passive.indicative.PRES] => |wʲ|ʉ#ː|꜖꜒|ɓʲ|-
[Q.1incl.1excl.1excl.POS.passive.indicative.PAST] => |ᵑǃʼˤ|ʉː|꜒|ɰˤ|-
[Q.1incl.1excl.1excl.POS.passive.imperative.PRES] => |pʲ|ʉ#ː|꜒|ʛˠ|-
[Q.1incl.1excl.1excl.POS.passive.imperative.PAST] => |ɾˤ|ʉ|꜒|kˤ|-
[Q.1incl.1excl.1excl.POS.passive.conditional.PRES] => |ᵑǀʼʲ|a|꜖꜒|ɠˤ|-
[Q.1incl.1excl.1excl.POS.passive.conditional.PAST] => |t͡ʃ|a|꜒|kˤ|-
[Q.1incl.1excl.1excl.POS.passive.optative.PRES] => |hpˤ|u|꜒|htˤ|-
[Q.1incl.1excl.1excl.POS.passive.optative.PAST] => |ᵏǀʷ|ᵊ|꜖|mˤ|-
[Q.1incl.1excl.2.NEG.active.indicative.PRES] => |ʃˠ|aː|꜒|ɾʷ|-
[Q.1incl.1excl.2.NEG.active.indicative.PAST] => |ɥˤ|i|꜖|tʷ|-
[Q.1incl.1excl.2.NEG.active.imperative.PRES] => |ʛʲ|u#|꜒|n̥ʷ|-
[Q.1incl.1excl.2.NEG.active.imperative.PAST] => |tʼˠ|u|꜒|sʷ|-
[Q.1incl.1excl.2.NEG.active.conditional.PRES] => |tɬʲ|uː|꜒|nˤ|-
[Q.1incl.1excl.2.NEG.active.conditional.PAST] => |r̥ʷ|ʉː|꜖꜒|ɥˤ|-
[Q.1incl.1excl.2.NEG.active.optative.PRES] => |ᵏǃʼˠ|i|̰꜖|hkˠ|-
[Q.1incl.1excl.2.NEG.active.optative.PAST] => |hkˠ|u|꜖|ɗʷ|-
[Q.1incl.1excl.2.NEG.passive.indicative.PRES] => |kʼʷ|a#ː|꜒|qʲ|-
[Q.1incl.1excl.2.NEG.passive.indicative.PAST] => |r̥ˠ|a|꜒|ɰˠ|-
[Q.1incl.1excl.2.NEG.passive.imperative.PRES] => |ɥʲ|ʉ#ː|꜖|ɾʷ|-
[Q.1incl.1excl.2.NEG.passive.imperative.PAST] => |kʰˠ|a|꜒꜖|kˠ|-
[Q.1incl.1excl.2.NEG.passive.conditional.PRES] => |ɴʲ|ʉ|꜖꜒|qˠ|-
[Q.1incl.1excl.2.NEG.passive.conditional.PAST] => |ᵑǃʼˠ|a#|꜖꜒|ɳ̥ˠ|-
[Q.1incl.1excl.2.NEG.passive.optative.PRES] => |qʼˤ|aː|꜖|pʼˤ|-
[Q.1incl.1excl.2.NEG.passive.optative.PAST] => |ʈʼʲ|uː|꜒꜖|ʂʲ|-
[Q.1incl.1excl.2.POS.active.indicative.PRES] => |ɗʲ|a#|꜒꜖|rʷ|-
[Q.1incl.1excl.2.POS.active.indicative.PAST] => |d͡ʐˠ|ʉ|꜖|ɥˠ|-
[Q.1incl.1excl.2.POS.active.imperative.PRES] => |ᵏǁʼʲ|aː|̰꜒|pʰʲ|-
[Q.1incl.1excl.2.POS.active.imperative.PAST] => |tʼʷ|ʉ#ː|̰꜒|h|-
[Q.1incl.1excl.2.POS.active.conditional.PRES] => |ᵏǃʼˤ|iː|̰꜖|pʼˠ|-
[Q.1incl.1excl.2.POS.active.conditional.PAST] => |tʼˠ|u|꜖꜒|tʰˠ|-
[Q.1incl.1excl.2.POS.active.optative.PRES] => |kʰʲ|i|꜖|tʰˤ|-
[Q.1incl.1excl.2.POS.active.optative.PAST] => |ᵑǀˠ|a#ː|꜖|hkˤ|-
[Q.1incl.1excl.2.POS.passive.indicative.PRES] => |ʄʲ|ᵊ|̰꜖|tʼʲ|-
[Q.1incl.1excl.2.POS.passive.indicative.PAST] => |ɰʷ|a|꜖|sˠ|-
[Q.1incl.1excl.2.POS.passive.imperative.PRES] => |ᵏǁʼˠ|ᵊ|꜒꜖|ɗˤ|-
[Q.1incl.1excl.2.POS.passive.imperative.PAST] => |ᵏǃʼˤ|ʉː|꜒|ʋˤ|-
[Q.1incl.1excl.2.POS.passive.conditional.PRES] => |ᵑǀʼˠ|i|̰꜖|tɬʲ|-
[Q.1incl.1excl.2.POS.passive.conditional.PAST] => |htʷ|i#|꜒|ɰʲ|-
[Q.1incl.1excl.2.POS.passive.optative.PRES] => |ʋˠ|ʉː|̰꜖|ɳʲ|-
[Q.1incl.1excl.2.POS.passive.optative.PAST] => |tɬˠ|a|꜖꜒|ɰˤ|-
[Q.1incl.1excl.3.cl.1.NEG.active.indicative.PRES] => |r̥ˠ|u|꜖꜒|ŋ̥ˠ|-
[Q.1incl.1excl.3.cl.1.NEG.active.indicative.PAST] => |pˤ|u|꜖꜒|ɳˠ|-
[Q.1incl.1excl.3.cl.1.NEG.active.imperative.PRES] => |n̥ʲ|a|꜒|ɭˠ|-
[Q.1incl.1excl.3.cl.1.NEG.active.imperative.PAST] => |ᵑǀˤ|ʉ|꜒|nˠ|-
[Q.1incl.1excl.3.cl.1.NEG.active.conditional.PRES] => |tʼˠ|u|꜖|mˤ|-
[Q.1incl.1excl.3.cl.1.NEG.active.conditional.PAST] => |pʼˠ|iː|̰꜖|j|-
[Q.1incl.1excl.3.cl.1.NEG.active.optative.PRES] => |ᵑǃʼˠ|ʉː|꜒|ɴˤ|-
[Q.1incl.1excl.3.cl.1.NEG.active.optative.PAST] => |kʼʲ|ᵊ|̰꜒|ʈʼˠ|-
[Q.1incl.1excl.3.cl.1.NEG.passive.indicative.PRES] => |htʷ|i|̰꜒|kʰʷ|-
[Q.1incl.1excl.3.cl.1.NEG.passive.indicative.PAST] => |qʼˠ|ʉ#ː|̰꜖|pˠ|-
[Q.1incl.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǁʼʲ|a|꜒꜖|sʷ|-
[Q.1incl.1excl.3.cl.1.NEG.passive.imperative.PAST] => |sˠ|i|꜒|ɗʲ|-
[Q.1incl.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǃˠ|ʉ#|꜖꜒|mˤ|-
[Q.1incl.1excl.3.cl.1.NEG.passive.conditional.PAST] => |tʰʲ|iː|꜒|ʃʲ|-
[Q.1incl.1excl.3.cl.1.NEG.passive.optative.PRES] => |ɻˠ|a|꜖꜒|htˤ|-
[Q.1incl.1excl.3.cl.1.NEG.passive.optative.PAST] => |ɹʷ|i|̰꜖|ɾˤ|-
[Q.1incl.1excl.3.cl.1.POS.active.indicative.PRES] => |ᵑǃʼˠ|i#|̰꜖|ʛˤ|-
[Q.1incl.1excl.3.cl.1.POS.active.indicative.PAST] => |ʄˠ|ʉ#|꜖꜒|ʡˠ|-
[Q.1incl.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵑǁʲ|ʉ|꜖꜒|kʷ|-
[Q.1incl.1excl.3.cl.1.POS.active.imperative.PAST] => |ᵑǃˠ|u|̰꜖|qˤ|-
[Q.1incl.1excl.3.cl.1.POS.active.conditional.PRES] => |ᵑǃʲ|iː|꜖꜒|ʂʲ|-
[Q.1incl.1excl.3.cl.1.POS.active.conditional.PAST] => |ɴˤ|i#ː|꜖|ɰˠ|-
[Q.1incl.1excl.3.cl.1.POS.active.optative.PRES] => |ɗˤ|i|̰꜖|kʰʷ|-
[Q.1incl.1excl.3.cl.1.POS.active.optative.PAST] => |hpʲ|ᵊ|꜖|lʲ|-
[Q.1incl.1excl.3.cl.1.POS.passive.indicative.PRES] => |ŋˠ|a|̰꜒|hkʷ|-
[Q.1incl.1excl.3.cl.1.POS.passive.indicative.PAST] => |ʃˠ|a#ː|꜖꜒|ʡˠ|-
[Q.1incl.1excl.3.cl.1.POS.passive.imperative.PRES] => |tʰʲ|i#ː|̰꜒|tʼʲ|-
[Q.1incl.1excl.3.cl.1.POS.passive.imperative.PAST] => |ɓˠ|uː|꜒꜖|pʰʲ|-
[Q.1incl.1excl.3.cl.1.POS.passive.conditional.PRES] => |ɗˤ|u#ː|꜖꜒|ɠˤ|-
[Q.1incl.1excl.3.cl.1.POS.passive.conditional.PAST] => |ʋˤ|i#ː|꜒|ɳ̥ˠ|-
[Q.1incl.1excl.3.cl.1.POS.passive.optative.PRES] => |ɴˤ|a#|̰꜒|ɴˠ|-
[Q.1incl.1excl.3.cl.1.POS.passive.optative.PAST] => |nˠ|ᵊ|꜒꜖|qˤ|-
[Q.1incl.1excl.3.cl.2.NEG.active.indicative.PRES] => |ɓʲ|a|̰꜖|sˤ|-
[Q.1incl.1excl.3.cl.2.NEG.active.indicative.PAST] => |ʛʷ|i#|̰꜖|kʰʷ|-
[Q.1incl.1excl.3.cl.2.NEG.active.imperative.PRES] => |ʄʲ|iː|꜒꜖|hʈʲ|-
[Q.1incl.1excl.3.cl.2.NEG.active.imperative.PAST] => |kˠ|i|꜒꜖|rʷ|-
[Q.1incl.1excl.3.cl.2.NEG.active.conditional.PRES] => |ŋ̥ʷ|ᵊ|꜖꜒|nˤ|-
[Q.1incl.1excl.3.cl.2.NEG.active.conditional.PAST] => |hkˠ|i|꜒|ŋʲ|-
[Q.1incl.1excl.3.cl.2.NEG.active.optative.PRES] => |qʷ|iː|꜒꜖|ɴʷ|-
[Q.1incl.1excl.3.cl.2.NEG.active.optative.PAST] => |wʲ|a|̰꜖|sʲ|-
[Q.1incl.1excl.3.cl.2.NEG.passive.indicative.PRES] => |t͡ʂˠ|ʉ|꜒|kˠ|-
[Q.1incl.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ʃʲ|ʉː|̰꜒|tʼˤ|-
[Q.1incl.1excl.3.cl.2.NEG.passive.imperative.PRES] => |hkʲ|a|꜖꜒|rˤ|-
[Q.1incl.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ʋʲ|a|꜒꜖|ɭʲ|-
[Q.1incl.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʷ|i|̰꜖|t͡sʲ|-
[Q.1incl.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ʔ|ʉː|̰꜖|ɳ̥ʲ|-
[Q.1incl.1excl.3.cl.2.NEG.passive.optative.PRES] => |m̥ʲ|ᵊ|̰꜒|kʰʲ|-
[Q.1incl.1excl.3.cl.2.NEG.passive.optative.PAST] => |ʂʲ|a|꜖|ɹʲ|-
[Q.1incl.1excl.3.cl.2.POS.active.indicative.PRES] => |t͡ʂˠ|i|꜒꜖|n̥ˤ|-
[Q.1incl.1excl.3.cl.2.POS.active.indicative.PAST] => |hkˤ|i#|̰꜒|tʷ|-
[Q.1incl.1excl.3.cl.2.POS.active.imperative.PRES] => |tʼʷ|i|꜖|lˠ|-
[Q.1incl.1excl.3.cl.2.POS.active.imperative.PAST] => |ᵏǀʼʷ|a|̰꜒|wʲ|-
[Q.1incl.1excl.3.cl.2.POS.active.conditional.PRES] => |hkʲ|a#ː|꜖|ʄʲ|-
[Q.1incl.1excl.3.cl.2.POS.active.conditional.PAST] => |ɰˠ|ʉ|꜖꜒|htʲ|-
[Q.1incl.1excl.3.cl.2.POS.active.optative.PRES] => |ɳˠ|a|꜖꜒|ɳˠ|-
[Q.1incl.1excl.3.cl.2.POS.active.optative.PAST] => |htˠ|a|̰꜒|kʰˠ|-
[Q.1incl.1excl.3.cl.2.POS.passive.indicative.PRES] => |ɽʲ|a|꜒꜖|qʼˠ|-
[Q.1incl.1excl.3.cl.2.POS.passive.indicative.PAST] => |d͡ʐˠ|ʉ|̰꜒|t͡sʷ|-
[Q.1incl.1excl.3.cl.2.POS.passive.imperative.PRES] => |ʛˤ|a|̰꜖|ɳ̥ʲ|-
[Q.1incl.1excl.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀʼʲ|ᵊ|̰꜒|qʼʷ|-
[Q.1incl.1excl.3.cl.2.POS.passive.conditional.PRES] => |tʷ|ʉ#ː|꜖|ʜʲ|-
[Q.1incl.1excl.3.cl.2.POS.passive.conditional.PAST] => |ᵑǀʼʲ|a#ː|꜖|kˤ|-
[Q.1incl.1excl.3.cl.2.POS.passive.optative.PRES] => |tʰˤ|aː|꜒|ɓʲ|-
[Q.1incl.1excl.3.cl.2.POS.passive.optative.PAST] => |ᵏǀʷ|ᵊ|꜒|ɭʲ|-
[Q.1incl.1excl.3.cl.3.NEG.active.indicative.PRES] => |tʰʲ|ʉ|꜖|tɬˠ|-
[Q.1incl.1excl.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀʷ|a|꜖|ʈʼʲ|-
[Q.1incl.1excl.3.cl.3.NEG.active.imperative.PRES] => |hkˠ|u|̰꜒|ʡʲ|-
[Q.1incl.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃʰˤ|ʉ|̰꜖|ʃˠ|-
[Q.1incl.1excl.3.cl.3.NEG.active.conditional.PRES] => |ʛˤ|a|꜒|tʼˤ|-
[Q.1incl.1excl.3.cl.3.NEG.active.conditional.PAST] => |qʼˤ|u#ː|꜒꜖|tˤ|-
[Q.1incl.1excl.3.cl.3.NEG.active.optative.PRES] => |pʰˤ|i#ː|꜖|rʲ|-
[Q.1incl.1excl.3.cl.3.NEG.active.optative.PAST] => |ᵏǁʰˠ|u|꜖꜒|ʛʲ|-
[Q.1incl.1excl.3.cl.3.NEG.passive.indicative.PRES] => |ɥʲ|ᵊ|꜒|ɓˤ|-
[Q.1incl.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǁʼʲ|ʉ#ː|꜖꜒|ɾˤ|-
[Q.1incl.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǀʰʷ|ʉ#ː|꜖|ɹʷ|-
[Q.1incl.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǀʼʲ|a#|꜒|ɾˠ|-
[Q.1incl.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ɻʲ|ʉ|̰꜖|m̥ˤ|-
[Q.1incl.1excl.3.cl.3.NEG.passive.conditional.PAST] => |kʼˤ|uː|꜒|ʄˠ|-
[Q.1incl.1excl.3.cl.3.NEG.passive.optative.PRES] => |ᵑǀʼʷ|ᵊ|̰꜒|ɠʷ|-
[Q.1incl.1excl.3.cl.3.NEG.passive.optative.PAST] => |ᵑǃʷ|aː|̰꜖|n̥ʷ|-
[Q.1incl.1excl.3.cl.3.POS.active.indicative.PRES] => |ɰʷ|a#ː|꜖|rˤ|-
[Q.1incl.1excl.3.cl.3.POS.active.indicative.PAST] => |ᵏǀˠ|a|꜒|kʰʲ|-
[Q.1incl.1excl.3.cl.3.POS.active.imperative.PRES] => |nʲ|ᵊ|꜖|ɠʲ|-
[Q.1incl.1excl.3.cl.3.POS.active.imperative.PAST] => |ʃˠ|a#ː|꜒꜖|ʡˠ|-
[Q.1incl.1excl.3.cl.3.POS.active.conditional.PRES] => |pʼʲ|a#ː|꜒꜖|hkˠ|-
[Q.1incl.1excl.3.cl.3.POS.active.conditional.PAST] => |ᵏǃˠ|i|꜖|mʲ|-
[Q.1incl.1excl.3.cl.3.POS.active.optative.PRES] => |kʼˠ|iː|̰꜖|tʰʲ|-
[Q.1incl.1excl.3.cl.3.POS.active.optative.PAST] => |ᵏǃʰˠ|i#|꜒꜖|ɾʲ|-
[Q.1incl.1excl.3.cl.3.POS.passive.indicative.PRES] => |pʼʲ|i|̰꜒|tʰʷ|-
[Q.1incl.1excl.3.cl.3.POS.passive.indicative.PAST] => |ɠʷ|a#|̰꜖|sʲ|-
[Q.1incl.1excl.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃʼʲ|aː|̰꜒|ʡˠ|-
[Q.1incl.1excl.3.cl.3.POS.passive.imperative.PAST] => |tʼˤ|a|꜖꜒|wˠ|-
[Q.1incl.1excl.3.cl.3.POS.passive.conditional.PRES] => |ʜˠ|i|꜖|t͡sˤ|-
[Q.1incl.1excl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǁˠ|i#|̰꜒|hkˤ|-
[Q.1incl.1excl.3.cl.3.POS.passive.optative.PRES] => |htʲ|u|̰꜖|ʈʼʲ|-
[Q.1incl.1excl.3.cl.3.POS.passive.optative.PAST] => |tʼˠ|a|꜖|ɓˤ|-
[Q.1incl.1excl.3.cl.4.NEG.active.indicative.PRES] => |ᵑǀʲ|u|꜖|ɠʷ|-
[Q.1incl.1excl.3.cl.4.NEG.active.indicative.PAST] => |qʼˤ|u|̰꜒|ʈʼʲ|-
[Q.1incl.1excl.3.cl.4.NEG.active.imperative.PRES] => |kʼˤ|a|꜒꜖|ʡˠ|-
[Q.1incl.1excl.3.cl.4.NEG.active.imperative.PAST] => |h|a|꜒|tʼˤ|-
[Q.1incl.1excl.3.cl.4.NEG.active.conditional.PRES] => |pʰˤ|a#ː|꜒|ʈʲ|-
[Q.1incl.1excl.3.cl.4.NEG.active.conditional.PAST] => |ʡʲ|a|̰꜒|ʛˠ|-
[Q.1incl.1excl.3.cl.4.NEG.active.optative.PRES] => |ᵑǁʼʲ|ᵊ|̰꜖|sʷ|-
[Q.1incl.1excl.3.cl.4.NEG.active.optative.PAST] => |ɥˤ|i|꜖꜒|kʼˠ|-
[Q.1incl.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ʡˠ|ᵊ|̰꜖|ɹʲ|-
[Q.1incl.1excl.3.cl.4.NEG.passive.indicative.PAST] => |kʰˠ|ᵊ|̰꜖|pʼˠ|-
[Q.1incl.1excl.3.cl.4.NEG.passive.imperative.PRES] => |ɠˤ|u#|꜒|ɗʷ|-
[Q.1incl.1excl.3.cl.4.NEG.passive.imperative.PAST] => |hʈʲ|ᵊ|꜖꜒|ɳʲ|-
[Q.1incl.1excl.3.cl.4.NEG.passive.conditional.PRES] => |qʼˤ|ʉ|꜒|n̥ʲ|-
[Q.1incl.1excl.3.cl.4.NEG.passive.conditional.PAST] => |tʰʷ|aː|̰꜒|ʡˠ|-
[Q.1incl.1excl.3.cl.4.NEG.passive.optative.PRES] => |t͡ʂˠ|iː|̰꜒|kˠ|-
[Q.1incl.1excl.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʼˤ|iː|꜖꜒|tɬˠ|-
[Q.1incl.1excl.3.cl.4.POS.active.indicative.PRES] => |ᵑǁˠ|i|꜖|ʄʲ|-
[Q.1incl.1excl.3.cl.4.POS.active.indicative.PAST] => |ᵑǃʼʲ|ʉː|꜖|ʂˠ|-
[Q.1incl.1excl.3.cl.4.POS.active.imperative.PRES] => |wʲ|a|꜒|ɓˠ|-
[Q.1incl.1excl.3.cl.4.POS.active.imperative.PAST] => |ᵏǀˠ|u#|̰꜒|ŋ̥ˠ|-
[Q.1incl.1excl.3.cl.4.POS.active.conditional.PRES] => |tʼʲ|ʉ|꜖|ɗˠ|-
[Q.1incl.1excl.3.cl.4.POS.active.conditional.PAST] => |ɥˤ|a|꜒꜖|ɽʲ|-
[Q.1incl.1excl.3.cl.4.POS.active.optative.PRES] => |ɾˠ|i#|̰꜒|m̥ʲ|-
[Q.1incl.1excl.3.cl.4.POS.active.optative.PAST] => |ᵑǀˠ|a|꜖|t͡sˤ|-
[Q.1incl.1excl.3.cl.4.POS.passive.indicative.PRES] => |m̥ˠ|a|̰꜖|qʼʲ|-
[Q.1incl.1excl.3.cl.4.POS.passive.indicative.PAST] => |kʰʲ|a|꜒꜖|ɠˠ|-
[Q.1incl.1excl.3.cl.4.POS.passive.imperative.PRES] => |hkʲ|ᵊ|̰꜖|qʼʷ|-
[Q.1incl.1excl.3.cl.4.POS.passive.imperative.PAST] => |sˠ|a|̰꜒|rˤ|-
[Q.1incl.1excl.3.cl.4.POS.passive.conditional.PRES] => |htʷ|aː|̰꜒|pˤ|-
[Q.1incl.1excl.3.cl.4.POS.passive.conditional.PAST] => |nˤ|ᵊ|꜒꜖|qʼˤ|-
[Q.1incl.1excl.3.cl.4.POS.passive.optative.PRES] => |ɰʷ|a|̰꜒|r̥ˤ|-
[Q.1incl.1excl.3.cl.4.POS.passive.optative.PAST] => |ɓˤ|aː|꜖|pˠ|-
[Q.1incl.2.1incl.NEG.active.indicative.PRES] => |htʲ|a|̰꜖|ʋˠ|-
[Q.1incl.2.1incl.NEG.active.indicative.PAST] => |pʰˠ|ᵊ|̰꜖|wʲ|-
[Q.1incl.2.1incl.NEG.active.imperative.PRES] => |hpˠ|a|꜒|ɳʲ|-
[Q.1incl.2.1incl.NEG.active.imperative.PAST] => |ʈʰʲ|ʉ|꜒|hkˠ|-
[Q.1incl.2.1incl.NEG.active.conditional.PRES] => |h|aː|꜖|ɓˤ|-
[Q.1incl.2.1incl.NEG.active.conditional.PAST] => |hkʷ|i|꜒꜖|kˠ|-
[Q.1incl.2.1incl.NEG.active.optative.PRES] => |kʰˠ|aː|̰꜒|pʼˠ|-
[Q.1incl.2.1incl.NEG.active.optative.PAST] => |ᵑǁʲ|a|꜖|ɴˠ|-
[Q.1incl.2.1incl.NEG.passive.indicative.PRES] => |ᵑǃʼʲ|uː|꜒|hʈˠ|-
[Q.1incl.2.1incl.NEG.passive.indicative.PAST] => |n̥ˤ|i|꜒꜖|kˠ|-
[Q.1incl.2.1incl.NEG.passive.imperative.PRES] => |ᵑǀˤ|u|̰꜖|n̥ˠ|-
[Q.1incl.2.1incl.NEG.passive.imperative.PAST] => |tʷ|i|̰꜖|ɓˠ|-
[Q.1incl.2.1incl.NEG.passive.conditional.PRES] => |ʈˠ|ʉ|̰꜖|t͡sˤ|-
[Q.1incl.2.1incl.NEG.passive.conditional.PAST] => |h|a|꜒꜖|sʷ|-
[Q.1incl.2.1incl.NEG.passive.optative.PRES] => |pˤ|ʉ|̰꜒|ɳ̥ˠ|-
[Q.1incl.2.1incl.NEG.passive.optative.PAST] => |t͡ʂʲ|a|꜖꜒|hkˠ|-
[Q.1incl.2.1incl.POS.active.indicative.PRES] => |qˤ|a|̰꜖|n̥ʲ|-
[Q.1incl.2.1incl.POS.active.indicative.PAST] => |kʼˠ|ʉː|꜖|ɾˠ|-
[Q.1incl.2.1incl.POS.active.imperative.PRES] => |n̥ʲ|i#ː|꜒꜖|ŋ̥ˤ|-
[Q.1incl.2.1incl.POS.active.imperative.PAST] => |kʲ|i|꜒꜖|tʰˤ|-
[Q.1incl.2.1incl.POS.active.conditional.PRES] => |kʰˤ|ʉ|̰꜖|ɓʲ|-
[Q.1incl.2.1incl.POS.active.conditional.PAST] => |ɳ̥ˠ|u|̰꜒|ʄˠ|-
[Q.1incl.2.1incl.POS.active.optative.PRES] => |ʃˠ|u#|̰꜒|sʷ|-
[Q.1incl.2.1incl.POS.active.optative.PAST] => |hkʷ|aː|̰꜒|hkʷ|-
[Q.1incl.2.1incl.POS.passive.indicative.PRES] => |ɹʲ|uː|꜖|ɥˤ|-
[Q.1incl.2.1incl.POS.passive.indicative.PAST] => |ᵑǀʼʷ|i|̰꜖|kʲ|-
[Q.1incl.2.1incl.POS.passive.imperative.PRES] => |ʡʲ|u#|̰꜒|ɻʲ|-
[Q.1incl.2.1incl.POS.passive.imperative.PAST] => |tʷ|ᵊ|̰꜒|qʷ|-
[Q.1incl.2.1incl.POS.passive.conditional.PRES] => |ɹʲ|a|̰꜖|kʲ|-
[Q.1incl.2.1incl.POS.passive.conditional.PAST] => |ɰˠ|iː|꜒|rʲ|-
[Q.1incl.2.1incl.POS.passive.optative.PRES] => |ɰˤ|i#|꜖꜒|ɓˤ|-
[Q.1incl.2.1incl.POS.passive.optative.PAST] => |qʼʲ|aː|̰꜒|n̥ˠ|-
[Q.1incl.2.1excl.NEG.active.indicative.PRES] => |pʼˤ|a|꜒|pˠ|-
[Q.1incl.2.1excl.NEG.active.indicative.PAST] => |ɭˠ|ʉː|꜒|rʲ|-
[Q.1incl.2.1excl.NEG.active.imperative.PRES] => |sʷ|a#|꜖|tʼˤ|-
[Q.1incl.2.1excl.NEG.active.imperative.PAST] => |ᵏǃʰˤ|i|꜖|ɠʷ|-
[Q.1incl.2.1excl.NEG.active.conditional.PRES] => |ɽˠ|aː|꜒꜖|pʲ|-
[Q.1incl.2.1excl.NEG.active.conditional.PAST] => |pʰˤ|u|꜖|ɓˤ|-
[Q.1incl.2.1excl.NEG.active.optative.PRES] => |wʲ|i#|꜖|ɹˠ|-
[Q.1incl.2.1excl.NEG.active.optative.PAST] => |hkˤ|ʉː|̰꜖|tʰʲ|-
[Q.1incl.2.1excl.NEG.passive.indicative.PRES] => |ɹˠ|u|̰꜖|ɳʲ|-
[Q.1incl.2.1excl.NEG.passive.indicative.PAST] => |ŋʲ|ᵊ|꜖|ŋ̥ʲ|-
[Q.1incl.2.1excl.NEG.passive.imperative.PRES] => |r̥ʷ|ʉ|꜒꜖|rˠ|-
[Q.1incl.2.1excl.NEG.passive.imperative.PAST] => |ɴˤ|u|꜒|ŋ̥ˠ|-
[Q.1incl.2.1excl.NEG.passive.conditional.PRES] => |ɠʲ|ᵊ|̰꜒|tˠ|-
[Q.1incl.2.1excl.NEG.passive.conditional.PAST] => |tʰˤ|uː|̰꜒|ʛʲ|-
[Q.1incl.2.1excl.NEG.passive.optative.PRES] => |t͡sʷ|iː|̰꜖|ʈʼʲ|-
[Q.1incl.2.1excl.NEG.passive.optative.PAST] => |ᵏǀʼˠ|i|̰꜖|nʷ|-
[Q.1incl.2.1excl.POS.active.indicative.PRES] => |pʰʲ|aː|̰꜒|pʲ|-
[Q.1incl.2.1excl.POS.active.indicative.PAST] => |ɴˤ|ʉ|꜖|rˤ|-
[Q.1incl.2.1excl.POS.active.imperative.PRES] => |ʛʲ|i|꜒|ɹʲ|-
[Q.1incl.2.1excl.POS.active.imperative.PAST] => |sˤ|u|꜒|lʲ|-
[Q.1incl.2.1excl.POS.active.conditional.PRES] => |tɬˠ|i|꜖꜒|r̥ˠ|-
[Q.1incl.2.1excl.POS.active.conditional.PAST] => |ᵏǃʼˠ|a|̰꜖|pʼˤ|-
[Q.1incl.2.1excl.POS.active.optative.PRES] => |n̥ʷ|i#|꜖|ɠʷ|-
[Q.1incl.2.1excl.POS.active.optative.PAST] => |tʰˤ|i#|꜒꜖|tɬˠ|-
[Q.1incl.2.1excl.POS.passive.indicative.PRES] => |ɳʲ|iː|꜒꜖|ɳˠ|-
[Q.1incl.2.1excl.POS.passive.indicative.PAST] => |t͡sʷ|a|̰꜖|qʲ|-
[Q.1incl.2.1excl.POS.passive.imperative.PRES] => |wˤ|ʉ|꜖꜒|ʋˠ|-
[Q.1incl.2.1excl.POS.passive.imperative.PAST] => |tʼʷ|ʉ#|̰꜖|ʈʰˠ|-
[Q.1incl.2.1excl.POS.passive.conditional.PRES] => |wʲ|a#ː|̰꜒|kʰʲ|-
[Q.1incl.2.1excl.POS.passive.conditional.PAST] => |t͡sʷ|ʉ|̰꜒|rʲ|-
[Q.1incl.2.1excl.POS.passive.optative.PRES] => |ᵑǀʼˤ|a|̰꜒|qˠ|-
[Q.1incl.2.1excl.POS.passive.optative.PAST] => |nˠ|ʉː|꜒꜖|tʼʲ|-
[Q.1incl.2.2.NEG.active.indicative.PRES] => |qˤ|iː|꜒꜖|ɾʲ|-
[Q.1incl.2.2.NEG.active.indicative.PAST] => |sʲ|u|̰꜒|htʲ|-
[Q.1incl.2.2.NEG.active.imperative.PRES] => |m̥ʲ|u|꜖꜒|nʷ|-
[Q.1incl.2.2.NEG.active.imperative.PAST] => |ᵏǃʼˠ|ʉ|꜒꜖|ɰˤ|-
[Q.1incl.2.2.NEG.active.conditional.PRES] => |ᵏǀʰˠ|u#ː|꜒|ɳʲ|-
[Q.1incl.2.2.NEG.active.conditional.PAST] => |ɰˤ|a|꜖|sʲ|-
[Q.1incl.2.2.NEG.active.optative.PRES] => |kʰʲ|ʉ|꜖꜒|nʷ|-
[Q.1incl.2.2.NEG.active.optative.PAST] => |ʈʰˠ|u|꜖|n̥ʷ|-
[Q.1incl.2.2.NEG.passive.indicative.PRES] => |ᵏǀʰˠ|u#ː|꜒|t͡ʃ|-
[Q.1incl.2.2.NEG.passive.indicative.PAST] => |ᵑǁˠ|a|꜒|m̥ˠ|-
[Q.1incl.2.2.NEG.passive.imperative.PRES] => |r̥ˠ|ᵊ|̰꜒|pʰʲ|-
[Q.1incl.2.2.NEG.passive.imperative.PAST] => |ᵏǀʼˤ|a|꜖|ɴʲ|-
[Q.1incl.2.2.NEG.passive.conditional.PRES] => |t͡sʲ|u|꜒|qʼʷ|-
[Q.1incl.2.2.NEG.passive.conditional.PAST] => |qˠ|i#ː|̰꜖|ʛʷ|-
[Q.1incl.2.2.NEG.passive.optative.PRES] => |n̥ʷ|a|̰꜖|ʜʲ|-
[Q.1incl.2.2.NEG.passive.optative.PAST] => |wʲ|u|̰꜖|pʰˤ|-
[Q.1incl.2.2.POS.active.indicative.PRES] => |tʼʲ|i|꜒|mˤ|-
[Q.1incl.2.2.POS.active.indicative.PAST] => |ᵏǃʼˤ|aː|꜖꜒|kʼˤ|-
[Q.1incl.2.2.POS.active.imperative.PRES] => |ᵑǁʼˠ|a|꜖|ɓʲ|-
[Q.1incl.2.2.POS.active.imperative.PAST] => |ɻʲ|ᵊ|꜒꜖|sʲ|-
[Q.1incl.2.2.POS.active.conditional.PRES] => |ᵑǃʼˤ|ᵊ|̰꜖|t͡sˤ|-
[Q.1incl.2.2.POS.active.conditional.PAST] => |t͡ʂʲ|ʉː|꜒꜖|mˠ|-
[Q.1incl.2.2.POS.active.optative.PRES] => |pʰˤ|uː|̰꜒|t͡ʃ|-
[Q.1incl.2.2.POS.active.optative.PAST] => |ɥʲ|i|꜖|ɠʷ|-
[Q.1incl.2.2.POS.passive.indicative.PRES] => |m̥ˠ|uː|꜖꜒|ʋʲ|-
[Q.1incl.2.2.POS.passive.indicative.PAST] => |ᵏǀʷ|i|꜖꜒|kʼʷ|-
[Q.1incl.2.2.POS.passive.imperative.PRES] => |ᵏǃʷ|iː|꜒|ɗˤ|-
[Q.1incl.2.2.POS.passive.imperative.PAST] => |ᵑǀʼˤ|aː|꜖|ɾʲ|-
[Q.1incl.2.2.POS.passive.conditional.PRES] => |mˠ|ʉː|꜖|n̥ʷ|-
[Q.1incl.2.2.POS.passive.conditional.PAST] => |ɴʲ|a|̰꜖|t͡ʂʲ|-
[Q.1incl.2.2.POS.passive.optative.PRES] => |t͡sˠ|iː|꜒|r̥ʲ|-
[Q.1incl.2.2.POS.passive.optative.PAST] => |mˤ|ʉ|̰꜒|r̥ʲ|-
[Q.1incl.2.3.cl.1.NEG.active.indicative.PRES] => |m̥ˤ|i|꜖|kʰˠ|-
[Q.1incl.2.3.cl.1.NEG.active.indicative.PAST] => |ʂʲ|ʉ#|꜖|ŋ̥ʷ|-
[Q.1incl.2.3.cl.1.NEG.active.imperative.PRES] => |h|ʉ#ː|꜖|ŋ̥ʷ|-
[Q.1incl.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃʼʲ|a|̰꜖|ɾʷ|-
[Q.1incl.2.3.cl.1.NEG.active.conditional.PRES] => |hkˤ|ᵊ|꜖|ʃʲ|-
[Q.1incl.2.3.cl.1.NEG.active.conditional.PAST] => |ɰˠ|i|꜖꜒|mˠ|-
[Q.1incl.2.3.cl.1.NEG.active.optative.PRES] => |ɗʲ|u#|꜖꜒|ŋ̥ˤ|-
[Q.1incl.2.3.cl.1.NEG.active.optative.PAST] => |pʰʲ|a|꜖|ɹˤ|-
[Q.1incl.2.3.cl.1.NEG.passive.indicative.PRES] => |ɳʲ|i|̰꜖|t͡sˤ|-
[Q.1incl.2.3.cl.1.NEG.passive.indicative.PAST] => |mˤ|i#ː|̰꜖|tʼʲ|-
[Q.1incl.2.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǃˠ|ʉ|꜒꜖|tˤ|-
[Q.1incl.2.3.cl.1.NEG.passive.imperative.PAST] => |ʈʰʲ|ᵊ|꜖|hkˠ|-
[Q.1incl.2.3.cl.1.NEG.passive.conditional.PRES] => |ŋ̥ˤ|aː|꜖|tˠ|-
[Q.1incl.2.3.cl.1.NEG.passive.conditional.PAST] => |sʲ|a#ː|꜒꜖|r̥ʷ|-
[Q.1incl.2.3.cl.1.NEG.passive.optative.PRES] => |ᵏǀʰˠ|a|꜒꜖|ʛʲ|-
[Q.1incl.2.3.cl.1.NEG.passive.optative.PAST] => |ʋˠ|aː|꜒꜖|ɹʷ|-
[Q.1incl.2.3.cl.1.POS.active.indicative.PRES] => |qʼˤ|ʉ#ː|̰꜒|mˠ|-
[Q.1incl.2.3.cl.1.POS.active.indicative.PAST] => |m̥ˤ|i#|̰꜒|sˠ|-
[Q.1incl.2.3.cl.1.POS.active.imperative.PRES] => |lˠ|ʉ|꜒|ɻˠ|-
[Q.1incl.2.3.cl.1.POS.active.imperative.PAST] => |ᵏǃʲ|u|꜒|ʛˠ|-
[Q.1incl.2.3.cl.1.POS.active.conditional.PRES] => |kʰʲ|ᵊ|꜒꜖|n̥ˠ|-
[Q.1incl.2.3.cl.1.POS.active.conditional.PAST] => |htˠ|ᵊ|̰꜒|ʜˠ|-
[Q.1incl.2.3.cl.1.POS.active.optative.PRES] => |nˤ|u|̰꜖|ʃʲ|-
[Q.1incl.2.3.cl.1.POS.active.optative.PAST] => |h|i|̰꜖|ɹˠ|-
[Q.1incl.2.3.cl.1.POS.passive.indicative.PRES] => |tʲ|iː|꜖꜒|sʲ|-
[Q.1incl.2.3.cl.1.POS.passive.indicative.PAST] => |ɰˤ|a#|꜖|ŋ̥ʷ|-
[Q.1incl.2.3.cl.1.POS.passive.imperative.PRES] => |qˤ|aː|꜖꜒|rʲ|-
[Q.1incl.2.3.cl.1.POS.passive.imperative.PAST] => |ᵑǁʼʲ|a|꜖꜒|ŋ̥ˠ|-
[Q.1incl.2.3.cl.1.POS.passive.conditional.PRES] => |d͡ʐˠ|i|꜒꜖|ɗˤ|-
[Q.1incl.2.3.cl.1.POS.passive.conditional.PAST] => |tʰʷ|ʉ|̰꜖|ʂˠ|-
[Q.1incl.2.3.cl.1.POS.passive.optative.PRES] => |tˤ|iː|꜖꜒|d͡ʐʲ|-
[Q.1incl.2.3.cl.1.POS.passive.optative.PAST] => |ᵏǃˤ|u|꜒꜖|hʈˠ|-
[Q.1incl.2.3.cl.2.NEG.active.indicative.PRES] => |ɹʲ|ʉ#ː|꜖꜒|qʼˤ|-
[Q.1incl.2.3.cl.2.NEG.active.indicative.PAST] => |ᵑǀʼˤ|u#ː|꜒꜖|j|-
[Q.1incl.2.3.cl.2.NEG.active.imperative.PRES] => |ᵏǃˤ|ʉː|̰꜖|ɳ̥ˠ|-
[Q.1incl.2.3.cl.2.NEG.active.imperative.PAST] => |ɓʲ|a|꜒꜖|ʜʲ|-
[Q.1incl.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǀʲ|u|̰꜒|ʄʲ|-
[Q.1incl.2.3.cl.2.NEG.active.conditional.PAST] => |ɠˤ|iː|꜒꜖|qʼʲ|-
[Q.1incl.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǀʼʷ|iː|꜒|ɾˤ|-
[Q.1incl.2.3.cl.2.NEG.active.optative.PAST] => |ʃˠ|i|꜖꜒|ɥˠ|-
[Q.1incl.2.3.cl.2.NEG.passive.indicative.PRES] => |hkˠ|ᵊ|꜖|qʼʷ|-
[Q.1incl.2.3.cl.2.NEG.passive.indicative.PAST] => |tʰʷ|i|꜒|ɳ̥ʲ|-
[Q.1incl.2.3.cl.2.NEG.passive.imperative.PRES] => |ʛʷ|ᵊ|̰꜖|ɗˠ|-
[Q.1incl.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǀʼʲ|aː|꜖|kʼʷ|-
[Q.1incl.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʰʷ|ᵊ|꜖|sˠ|-
[Q.1incl.2.3.cl.2.NEG.passive.conditional.PAST] => |qˤ|u|̰꜒|tʰˤ|-
[Q.1incl.2.3.cl.2.NEG.passive.optative.PRES] => |t͡sʷ|iː|꜖|pʼˤ|-
[Q.1incl.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǁˠ|u#|꜒|ɠʷ|-
[Q.1incl.2.3.cl.2.POS.active.indicative.PRES] => |ʛʷ|ʉː|̰꜖|pʼˤ|-
[Q.1incl.2.3.cl.2.POS.active.indicative.PAST] => |kʰˤ|a|̰꜖|ɾʷ|-
[Q.1incl.2.3.cl.2.POS.active.imperative.PRES] => |lʲ|i|꜒|ŋˤ|-
[Q.1incl.2.3.cl.2.POS.active.imperative.PAST] => |ᵏǁʲ|a|꜒꜖|ɗʲ|-
[Q.1incl.2.3.cl.2.POS.active.conditional.PRES] => |wˤ|u|̰꜖|ŋ̥ʷ|-
[Q.1incl.2.3.cl.2.POS.active.conditional.PAST] => |ŋ̥ʲ|i#|꜖|mˤ|-
[Q.1incl.2.3.cl.2.POS.active.optative.PRES] => |hpˠ|ᵊ|꜒|ʈʰˠ|-
[Q.1incl.2.3.cl.2.POS.active.optative.PAST] => |ɓˠ|ʉ|꜖꜒|ɴʲ|-
[Q.1incl.2.3.cl.2.POS.passive.indicative.PRES] => |ᵑǁʲ|a|꜖|ʋˤ|-
[Q.1incl.2.3.cl.2.POS.passive.indicative.PAST] => |pʰʲ|aː|꜖|r̥ˠ|-
[Q.1incl.2.3.cl.2.POS.passive.imperative.PRES] => |tʰˤ|a|꜒꜖|ʜˠ|-
[Q.1incl.2.3.cl.2.POS.passive.imperative.PAST] => |tʰˤ|aː|̰꜒|kʼˤ|-
[Q.1incl.2.3.cl.2.POS.passive.conditional.PRES] => |pʲ|i|꜒|ʛʷ|-
[Q.1incl.2.3.cl.2.POS.passive.conditional.PAST] => |qʼˠ|i|꜒꜖|kʰˠ|-
[Q.1incl.2.3.cl.2.POS.passive.optative.PRES] => |n̥ˤ|u|꜖꜒|qʼˤ|-
[Q.1incl.2.3.cl.2.POS.passive.optative.PAST] => |ᵑǁʲ|u|̰꜖|ɴˤ|-
[Q.1incl.2.3.cl.3.NEG.active.indicative.PRES] => |ɥˠ|ʉ#ː|̰꜒|tʷ|-
[Q.1incl.2.3.cl.3.NEG.active.indicative.PAST] => |h|uː|꜖|qʼˤ|-
[Q.1incl.2.3.cl.3.NEG.active.imperative.PRES] => |ᵏǀʼˠ|i#ː|꜒|ɗˤ|-
[Q.1incl.2.3.cl.3.NEG.active.imperative.PAST] => |hkʷ|i|꜒|ʈʰʲ|-
[Q.1incl.2.3.cl.3.NEG.active.conditional.PRES] => |ᵏǃʼˠ|ʉː|̰꜖|ɳʲ|-
[Q.1incl.2.3.cl.3.NEG.active.conditional.PAST] => |ɓʲ|a|꜒꜖|rˠ|-
[Q.1incl.2.3.cl.3.NEG.active.optative.PRES] => |ᵑǃʼʷ|aː|꜒|t͡sʲ|-
[Q.1incl.2.3.cl.3.NEG.active.optative.PAST] => |t͡sʲ|a|̰꜖|kˤ|-
[Q.1incl.2.3.cl.3.NEG.passive.indicative.PRES] => |n̥ˤ|iː|̰꜒|ʂʲ|-
[Q.1incl.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʷ|a|꜒|hkˠ|-
[Q.1incl.2.3.cl.3.NEG.passive.imperative.PRES] => |ʋˤ|ᵊ|꜒꜖|ɰʲ|-
[Q.1incl.2.3.cl.3.NEG.passive.imperative.PAST] => |wˠ|aː|꜖|ʋˠ|-
[Q.1incl.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃʰˤ|ᵊ|̰꜖|lʲ|-
[Q.1incl.2.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǃʼʲ|iː|꜒|sʲ|-
[Q.1incl.2.3.cl.3.NEG.passive.optative.PRES] => |t͡ʂʲ|u|̰꜖|ɾˤ|-
[Q.1incl.2.3.cl.3.NEG.passive.optative.PAST] => |ɗˤ|a|꜖꜒|rʷ|-
[Q.1incl.2.3.cl.3.POS.active.indicative.PRES] => |kʰʷ|a#ː|̰꜒|ɾˤ|-
[Q.1incl.2.3.cl.3.POS.active.indicative.PAST] => |ᵑǀˤ|u|̰꜒|ʈˠ|-
[Q.1incl.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʼˤ|i|꜒|ʃʲ|-
[Q.1incl.2.3.cl.3.POS.active.imperative.PAST] => |ɰˤ|u|꜖꜒|wʲ|-
[Q.1incl.2.3.cl.3.POS.active.conditional.PRES] => |nˠ|ʉ#|̰꜒|ŋʲ|-
[Q.1incl.2.3.cl.3.POS.active.conditional.PAST] => |qʼˤ|u#ː|̰꜖|ʛˠ|-
[Q.1incl.2.3.cl.3.POS.active.optative.PRES] => |tˤ|u#|꜖|ɴˠ|-
[Q.1incl.2.3.cl.3.POS.active.optative.PAST] => |ʄʲ|a|꜖|ʋʲ|-
[Q.1incl.2.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʲ|a|꜒|qʼʷ|-
[Q.1incl.2.3.cl.3.POS.passive.indicative.PAST] => |kˠ|a|꜖|t͡sʲ|-
[Q.1incl.2.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃˠ|i|꜖꜒|ʋˤ|-
[Q.1incl.2.3.cl.3.POS.passive.imperative.PAST] => |hpˤ|a|꜒꜖|ɽˠ|-
[Q.1incl.2.3.cl.3.POS.passive.conditional.PRES] => |j|a|꜒|n̥ˤ|-
[Q.1incl.2.3.cl.3.POS.passive.conditional.PAST] => |ᵑǀʼˤ|iː|̰꜖|mʲ|-
[Q.1incl.2.3.cl.3.POS.passive.optative.PRES] => |ɹˠ|ʉ|̰꜖|t͡ʂʲ|-
[Q.1incl.2.3.cl.3.POS.passive.optative.PAST] => |ᵏǃʷ|ʉ|̰꜒|ɗˠ|-
[Q.1incl.2.3.cl.4.NEG.active.indicative.PRES] => |ᵏǁˠ|i#|̰꜖|hkˠ|-
[Q.1incl.2.3.cl.4.NEG.active.indicative.PAST] => |pʰˠ|ʉ#ː|꜒꜖|d͡ʐʲ|-
[Q.1incl.2.3.cl.4.NEG.active.imperative.PRES] => |ɴˤ|a#ː|̰꜒|n̥ʷ|-
[Q.1incl.2.3.cl.4.NEG.active.imperative.PAST] => |ʋˠ|i#|̰꜖|rˤ|-
[Q.1incl.2.3.cl.4.NEG.active.conditional.PRES] => |ᵑǁʲ|i#ː|̰꜒|ɠˤ|-
[Q.1incl.2.3.cl.4.NEG.active.conditional.PAST] => |ʈʲ|a|꜒꜖|ɾʷ|-
[Q.1incl.2.3.cl.4.NEG.active.optative.PRES] => |tʲ|i#ː|꜖꜒|ʈʲ|-
[Q.1incl.2.3.cl.4.NEG.active.optative.PAST] => |ɗʷ|ʉː|꜖|n̥ʷ|-
[Q.1incl.2.3.cl.4.NEG.passive.indicative.PRES] => |kʰˠ|ᵊ|꜖|qʷ|-
[Q.1incl.2.3.cl.4.NEG.passive.indicative.PAST] => |ʈʲ|a|̰꜖|d͡ʐˠ|-
[Q.1incl.2.3.cl.4.NEG.passive.imperative.PRES] => |kˠ|u|꜖|wʲ|-
[Q.1incl.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃʰˤ|a|꜒|ʈʼˠ|-
[Q.1incl.2.3.cl.4.NEG.passive.conditional.PRES] => |r̥ʷ|ᵊ|꜖꜒|ɠʷ|-
[Q.1incl.2.3.cl.4.NEG.passive.conditional.PAST] => |ɽˠ|i|꜖꜒|ɳ̥ˠ|-
[Q.1incl.2.3.cl.4.NEG.passive.optative.PRES] => |ɰʷ|ʉ|꜒|kʰˤ|-
[Q.1incl.2.3.cl.4.NEG.passive.optative.PAST] => |t͡ʂʲ|ᵊ|꜖|ɓˤ|-
[Q.1incl.2.3.cl.4.POS.active.indicative.PRES] => |j|a#|꜒|ɻʲ|-
[Q.1incl.2.3.cl.4.POS.active.indicative.PAST] => |ʋˠ|ᵊ|̰꜒|sˤ|-
[Q.1incl.2.3.cl.4.POS.active.imperative.PRES] => |ʈʼʲ|a|꜖|ɹˤ|-
[Q.1incl.2.3.cl.4.POS.active.imperative.PAST] => |pʰʲ|i|꜒|sʲ|-
[Q.1incl.2.3.cl.4.POS.active.conditional.PRES] => |ɥˠ|u|̰꜖|r̥ʲ|-
[Q.1incl.2.3.cl.4.POS.active.conditional.PAST] => |ᵑǃʼʷ|i|̰꜖|qʼʲ|-
[Q.1incl.2.3.cl.4.POS.active.optative.PRES] => |ɴˤ|a|꜖꜒|ŋ̥ʲ|-
[Q.1incl.2.3.cl.4.POS.active.optative.PAST] => |ᵑǃˠ|ᵊ|̰꜖|kʼˤ|-
[Q.1incl.2.3.cl.4.POS.passive.indicative.PRES] => |ɴˤ|aː|꜒꜖|tɬʲ|-
[Q.1incl.2.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʼʲ|u#ː|̰꜖|ŋ̥ʲ|-
[Q.1incl.2.3.cl.4.POS.passive.imperative.PRES] => |htˠ|a|̰꜖|ʃˠ|-
[Q.1incl.2.3.cl.4.POS.passive.imperative.PAST] => |mˤ|ᵊ|꜒꜖|ʋʲ|-
[Q.1incl.2.3.cl.4.POS.passive.conditional.PRES] => |ᵏǁʰˠ|iː|꜒|ʃʲ|-
[Q.1incl.2.3.cl.4.POS.passive.conditional.PAST] => |kʰʷ|i#ː|̰꜖|ʃʲ|-
[Q.1incl.2.3.cl.4.POS.passive.optative.PRES] => |t͡sʷ|iː|꜖|ɾʲ|-
[Q.1incl.2.3.cl.4.POS.passive.optative.PAST] => |pʼˠ|ᵊ|꜒|qʼˠ|-
[Q.1incl.3.cl.1.1incl.NEG.active.indicative.PRES] => |ʜʲ|ʉ#|꜒|ɽˠ|-
[Q.1incl.3.cl.1.1incl.NEG.active.indicative.PAST] => |ɗʷ|aː|꜒꜖|rʷ|-
[Q.1incl.3.cl.1.1incl.NEG.active.imperative.PRES] => |j|u#ː|꜖|ɥˠ|-
[Q.1incl.3.cl.1.1incl.NEG.active.imperative.PAST] => |ʈʰʲ|ʉ|꜒|ʋˤ|-
[Q.1incl.3.cl.1.1incl.NEG.active.conditional.PRES] => |tʰˠ|aː|̰꜖|kʼʲ|-
[Q.1incl.3.cl.1.1incl.NEG.active.conditional.PAST] => |ɴʲ|ᵊ|꜖꜒|ʈʲ|-
[Q.1incl.3.cl.1.1incl.NEG.active.optative.PRES] => |ɴʷ|a|̰꜖|ɾʷ|-
[Q.1incl.3.cl.1.1incl.NEG.active.optative.PAST] => |ʄʲ|a|꜒|qʲ|-
[Q.1incl.3.cl.1.1incl.NEG.passive.indicative.PRES] => |ᵑǃʼˤ|u|꜖|ʛʲ|-
[Q.1incl.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ɠˤ|u#|꜖|qˤ|-
[Q.1incl.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ʄʲ|a|꜒꜖|ʄʲ|-
[Q.1incl.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ᵏǀʲ|i|꜒꜖|qʷ|-
[Q.1incl.3.cl.1.1incl.NEG.passive.conditional.PRES] => |n̥ʲ|a|̰꜖|wˤ|-
[Q.1incl.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ɾˤ|u|̰꜖|ɓˠ|-
[Q.1incl.3.cl.1.1incl.NEG.passive.optative.PRES] => |r̥ʲ|a|꜖꜒|ɳˠ|-
[Q.1incl.3.cl.1.1incl.NEG.passive.optative.PAST] => |ᵑǀʼʷ|ᵊ|̰꜖|ɹˤ|-
[Q.1incl.3.cl.1.1incl.POS.active.indicative.PRES] => |mˤ|ʉ|꜖꜒|t͡ʃ|-
[Q.1incl.3.cl.1.1incl.POS.active.indicative.PAST] => |ᵏǀʲ|ʉ|꜖|pˤ|-
[Q.1incl.3.cl.1.1incl.POS.active.imperative.PRES] => |ᵑǀʼˤ|u|꜒|ɻʲ|-
[Q.1incl.3.cl.1.1incl.POS.active.imperative.PAST] => |tɬʲ|a#ː|꜖|m̥ˠ|-
[Q.1incl.3.cl.1.1incl.POS.active.conditional.PRES] => |ʋˤ|u|꜖|wˤ|-
[Q.1incl.3.cl.1.1incl.POS.active.conditional.PAST] => |ʂʲ|ʉ#|꜖꜒|ʈˠ|-
[Q.1incl.3.cl.1.1incl.POS.active.optative.PRES] => |nˤ|ʉ|̰꜒|ɴʷ|-
[Q.1incl.3.cl.1.1incl.POS.active.optative.PAST] => |ᵏǃʰʲ|u|̰꜖|hkˤ|-
[Q.1incl.3.cl.1.1incl.POS.passive.indicative.PRES] => |ʈʲ|i#|꜖|lˠ|-
[Q.1incl.3.cl.1.1incl.POS.passive.indicative.PAST] => |ɓʲ|ʉː|꜖|sˤ|-
[Q.1incl.3.cl.1.1incl.POS.passive.imperative.PRES] => |ᵏǃʰˠ|a|̰꜖|kʼˠ|-
[Q.1incl.3.cl.1.1incl.POS.passive.imperative.PAST] => |lˠ|i|꜒꜖|sˠ|-
[Q.1incl.3.cl.1.1incl.POS.passive.conditional.PRES] => |qʷ|ʉː|꜒꜖|hpʲ|-
[Q.1incl.3.cl.1.1incl.POS.passive.conditional.PAST] => |ᵏǁˠ|i#ː|̰꜒|ʛˠ|-
[Q.1incl.3.cl.1.1incl.POS.passive.optative.PRES] => |ɠʲ|ʉ#|̰꜖|ɥˠ|-
[Q.1incl.3.cl.1.1incl.POS.passive.optative.PAST] => |pʼˠ|ᵊ|̰꜒|ɓʲ|-
[Q.1incl.3.cl.1.1excl.NEG.active.indicative.PRES] => |ʋʲ|a|꜖꜒|ɹʷ|-
[Q.1incl.3.cl.1.1excl.NEG.active.indicative.PAST] => |ŋ̥ˠ|a|꜖꜒|tʼˠ|-
[Q.1incl.3.cl.1.1excl.NEG.active.imperative.PRES] => |ᵑǀˠ|iː|꜒꜖|sʲ|-
[Q.1incl.3.cl.1.1excl.NEG.active.imperative.PAST] => |ɗʲ|iː|꜒|ʋˤ|-
[Q.1incl.3.cl.1.1excl.NEG.active.conditional.PRES] => |hkˠ|ᵊ|꜖꜒|ɰˠ|-
[Q.1incl.3.cl.1.1excl.NEG.active.conditional.PAST] => |ɴʷ|ᵊ|꜖꜒|ɭˠ|-
[Q.1incl.3.cl.1.1excl.NEG.active.optative.PRES] => |ᵏǃˠ|iː|꜖|tɬʲ|-
[Q.1incl.3.cl.1.1excl.NEG.active.optative.PAST] => |ᵏǃʼʲ|i#|꜖꜒|ŋ̥ʲ|-
[Q.1incl.3.cl.1.1excl.NEG.passive.indicative.PRES] => |hkˤ|ᵊ|̰꜒|kʼʷ|-
[Q.1incl.3.cl.1.1excl.NEG.passive.indicative.PAST] => |ᵏǃʼʷ|a|̰꜖|ɹˠ|-
[Q.1incl.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ɥˤ|aː|̰꜖|ʛʷ|-
[Q.1incl.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ʄˠ|u|̰꜖|ɳ̥ˠ|-
[Q.1incl.3.cl.1.1excl.NEG.passive.conditional.PRES] => |ʜˠ|a#|꜖꜒|ɹʲ|-
[Q.1incl.3.cl.1.1excl.NEG.passive.conditional.PAST] => |tʼˠ|uː|꜖|tʰˤ|-
[Q.1incl.3.cl.1.1excl.NEG.passive.optative.PRES] => |ᵑǁʲ|a#|꜒|tʼˤ|-
[Q.1incl.3.cl.1.1excl.NEG.passive.optative.PAST] => |ɰˤ|i|꜖|ʔ|-
[Q.1incl.3.cl.1.1excl.POS.active.indicative.PRES] => |ᵏǃˠ|a|꜒꜖|ʡˠ|-
[Q.1incl.3.cl.1.1excl.POS.active.indicative.PAST] => |nʲ|u|̰꜒|mˠ|-
[Q.1incl.3.cl.1.1excl.POS.active.imperative.PRES] => |ʋˠ|ᵊ|꜒꜖|mˠ|-
[Q.1incl.3.cl.1.1excl.POS.active.imperative.PAST] => |ŋ̥ʲ|i|꜒꜖|mˤ|-
[Q.1incl.3.cl.1.1excl.POS.active.conditional.PRES] => |kʰʷ|ʉ#|̰꜖|mˠ|-
[Q.1incl.3.cl.1.1excl.POS.active.conditional.PAST] => |ɠʲ|a|̰꜒|ɓˠ|-
[Q.1incl.3.cl.1.1excl.POS.active.optative.PRES] => |ᵏǁʼˠ|ʉ|꜒꜖|ʛˤ|-
[Q.1incl.3.cl.1.1excl.POS.active.optative.PAST] => |kʼʲ|aː|̰꜒|mʲ|-
[Q.1incl.3.cl.1.1excl.POS.passive.indicative.PRES] => |lˠ|ʉ|̰꜒|ʂʲ|-
[Q.1incl.3.cl.1.1excl.POS.passive.indicative.PAST] => |tʼˠ|a|̰꜒|kʷ|-
[Q.1incl.3.cl.1.1excl.POS.passive.imperative.PRES] => |ʈˠ|ʉː|꜖꜒|wˠ|-
[Q.1incl.3.cl.1.1excl.POS.passive.imperative.PAST] => |ᵏǀʰˠ|a#ː|꜒|kˤ|-
[Q.1incl.3.cl.1.1excl.POS.passive.conditional.PRES] => |ŋ̥ˤ|u|꜖|sˤ|-
[Q.1incl.3.cl.1.1excl.POS.passive.conditional.PAST] => |hʈˠ|a#ː|꜖꜒|ʂˠ|-
[Q.1incl.3.cl.1.1excl.POS.passive.optative.PRES] => |kʷ|ʉ#ː|꜖꜒|mˤ|-
[Q.1incl.3.cl.1.1excl.POS.passive.optative.PAST] => |ʈʰʲ|ʉː|̰꜖|qʷ|-
[Q.1incl.3.cl.1.2.NEG.active.indicative.PRES] => |ŋ̥ʷ|i|꜖|ɳ̥ˠ|-
[Q.1incl.3.cl.1.2.NEG.active.indicative.PAST] => |ŋ̥ˤ|i|̰꜒|t͡sʷ|-
[Q.1incl.3.cl.1.2.NEG.active.imperative.PRES] => |tʼˤ|ʉ|̰꜒|kʲ|-
[Q.1incl.3.cl.1.2.NEG.active.imperative.PAST] => |t͡ʃ|i|꜖꜒|hʈˠ|-
[Q.1incl.3.cl.1.2.NEG.active.conditional.PRES] => |ʛʲ|a#ː|꜖|m̥ʲ|-
[Q.1incl.3.cl.1.2.NEG.active.conditional.PAST] => |kˠ|uː|̰꜖|ɠˤ|-
[Q.1incl.3.cl.1.2.NEG.active.optative.PRES] => |ᵑǃʼʲ|a|꜖|nˤ|-
[Q.1incl.3.cl.1.2.NEG.active.optative.PAST] => |ʔ|a#ː|̰꜖|nˤ|-
[Q.1incl.3.cl.1.2.NEG.passive.indicative.PRES] => |ɭʲ|u#|̰꜖|ɻˠ|-
[Q.1incl.3.cl.1.2.NEG.passive.indicative.PAST] => |ᵏǁʲ|i#ː|꜒|nʲ|-
[Q.1incl.3.cl.1.2.NEG.passive.imperative.PRES] => |qʲ|aː|̰꜖|ɻʲ|-
[Q.1incl.3.cl.1.2.NEG.passive.imperative.PAST] => |ʡʲ|i#ː|꜒|kʰʲ|-
[Q.1incl.3.cl.1.2.NEG.passive.conditional.PRES] => |d͡ʐʲ|iː|꜖꜒|ɻʲ|-
[Q.1incl.3.cl.1.2.NEG.passive.conditional.PAST] => |ᵏǁʲ|iː|꜒꜖|sˤ|-
[Q.1incl.3.cl.1.2.NEG.passive.optative.PRES] => |kʰˠ|iː|꜒|ʛˤ|-
[Q.1incl.3.cl.1.2.NEG.passive.optative.PAST] => |tˠ|aː|꜒|htʲ|-
[Q.1incl.3.cl.1.2.POS.active.indicative.PRES] => |ʋʲ|iː|̰꜖|kʼˠ|-
[Q.1incl.3.cl.1.2.POS.active.indicative.PAST] => |lˠ|u#|꜒꜖|qʼˤ|-
[Q.1incl.3.cl.1.2.POS.active.imperative.PRES] => |ᵏǀʷ|i|꜖꜒|tʰʷ|-
[Q.1incl.3.cl.1.2.POS.active.imperative.PAST] => |sʲ|a#ː|̰꜒|ʛʷ|-
[Q.1incl.3.cl.1.2.POS.active.conditional.PRES] => |sˠ|aː|̰꜖|pˠ|-
[Q.1incl.3.cl.1.2.POS.active.conditional.PAST] => |ᵏǃʰʷ|a|̰꜒|ɓˠ|-
[Q.1incl.3.cl.1.2.POS.active.optative.PRES] => |pʰˠ|ʉ#|꜖|t͡sˠ|-
[Q.1incl.3.cl.1.2.POS.active.optative.PAST] => |ᵏǃʰˤ|u|̰꜖|n̥ˠ|-
[Q.1incl.3.cl.1.2.POS.passive.indicative.PRES] => |tʲ|a|̰꜖|t͡sˠ|-
[Q.1incl.3.cl.1.2.POS.passive.indicative.PAST] => |kˤ|i#|꜒|tʰˠ|-
[Q.1incl.3.cl.1.2.POS.passive.imperative.PRES] => |ɴʷ|a|̰꜖|t͡ʃ|-
[Q.1incl.3.cl.1.2.POS.passive.imperative.PAST] => |ʈʼʲ|ᵊ|꜖꜒|d͡ʐˠ|-
[Q.1incl.3.cl.1.2.POS.passive.conditional.PRES] => |ᵑǀʷ|i#ː|̰꜒|ɳˠ|-
[Q.1incl.3.cl.1.2.POS.passive.conditional.PAST] => |tʼʲ|ᵊ|꜒|kʰʷ|-
[Q.1incl.3.cl.1.2.POS.passive.optative.PRES] => |ᵏǃʰˠ|a|̰꜒|hpʲ|-
[Q.1incl.3.cl.1.2.POS.passive.optative.PAST] => |n̥ʷ|iː|̰꜖|ɰˠ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵑǁˠ|aː|꜒|ɹˠ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |r̥ʲ|a#ː|̰꜒|ʋˠ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |ŋ̥ʷ|ᵊ|꜖꜒|tʼˤ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |hkʲ|ʉ#ː|꜖|kʼˤ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |ᵏǀʼʲ|ᵊ|꜒꜖|ɳʲ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ɠˠ|ʉː|꜒꜖|t͡ʂˠ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |hpˤ|ʉ|̰꜖|ʈʲ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ʈʰˠ|i|꜒|ʈʰˠ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |qʲ|i|꜖|ɗʲ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǁʰˠ|uː|꜒|ŋ̥ˤ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ŋ̥ˠ|u#|̰꜒|ʜˠ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʼˤ|ʉ|꜒꜖|tʰʷ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |j|a#ː|꜒꜖|kʼˤ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |tʼˤ|i|꜒꜖|lʲ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |ɓˠ|ʉː|꜒꜖|ʃˠ|-
[Q.1incl.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ᵏǀˠ|ʉ|̰꜒|rˠ|-
[Q.1incl.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ɽʲ|a|꜒꜖|j|-
[Q.1incl.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |pʰʲ|uː|꜖꜒|ʡˠ|-
[Q.1incl.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |d͡ʐˠ|ᵊ|꜖|tɬˠ|-
[Q.1incl.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |hʈʲ|i|꜖꜒|wˠ|-
[Q.1incl.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ɾʷ|iː|̰꜖|wʲ|-
[Q.1incl.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |wˠ|ᵊ|̰꜒|n̥ʲ|-
[Q.1incl.3.cl.1.3.cl.1.POS.active.optative.PRES] => |tʰʲ|ʉ#|꜖꜒|ʋˠ|-
[Q.1incl.3.cl.1.3.cl.1.POS.active.optative.PAST] => |pˤ|uː|꜖꜒|qʼˠ|-
[Q.1incl.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ᵑǀʼˤ|uː|꜒|ɳʲ|-
[Q.1incl.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |sˠ|u|꜖|ɳˠ|-
[Q.1incl.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ᵏǀʰʲ|a|꜖|ɴʷ|-
[Q.1incl.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |n̥ˠ|i#|꜖|ɰˤ|-
[Q.1incl.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |kʷ|ʉ|̰꜖|d͡ʐˠ|-
[Q.1incl.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃʰˠ|a#ː|̰꜒|qʲ|-
[Q.1incl.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |tʰˤ|u#|꜒|n̥ˤ|-
[Q.1incl.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ʛˤ|u|꜖꜒|kˠ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |kʰʷ|ᵊ|̰꜖|t͡sˠ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |ᵑǃʼʷ|a|꜒꜖|qʼˤ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |m̥ʲ|ᵊ|꜒|tˤ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |ɴʷ|a|̰꜖|qʼˠ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |tʷ|i|̰꜖|ʈʰˠ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ᵑǁʼˠ|a|꜖|ʈˠ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |tʰˤ|ʉ|꜖|tʰʲ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ɳˠ|i|꜒|tʼʷ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |htʷ|a|꜒꜖|ɰˤ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǀˤ|ᵊ|̰꜒|ʈˠ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ɭˠ|a|꜒|r̥ʷ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ɳˠ|ᵊ|꜖꜒|kˤ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ɭʲ|aː|̰꜒|r̥ʷ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǁʼˠ|i#|̰꜒|pʼʲ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |ɰˠ|ʉ#|꜒|ɴʷ|-
[Q.1incl.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |m̥ˠ|aː|꜒꜖|rʲ|-
[Q.1incl.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |ᵏǀʰˠ|i#ː|꜖꜒|r̥ʲ|-
[Q.1incl.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |mˠ|ᵊ|꜒꜖|ɰˤ|-
[Q.1incl.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |ɠʷ|a|꜖|ɻˠ|-
[Q.1incl.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |ᵏǃʼʲ|ʉː|꜖꜒|qʷ|-
[Q.1incl.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |kʼˤ|uː|̰꜖|ɹˠ|-
[Q.1incl.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |ᵏǁʰʲ|a|̰꜒|tʼˤ|-
[Q.1incl.3.cl.1.3.cl.2.POS.active.optative.PRES] => |ɗʲ|aː|̰꜒|qʼʲ|-
[Q.1incl.3.cl.1.3.cl.2.POS.active.optative.PAST] => |hpˤ|a|꜖꜒|ɾˤ|-
[Q.1incl.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |qʼʲ|a#|꜒|ŋ̥ʷ|-
[Q.1incl.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |ʈʼʲ|a|꜖꜒|ʈˠ|-
[Q.1incl.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ɽʲ|iː|꜒꜖|tɬˠ|-
[Q.1incl.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ᵏǁʰʲ|i|꜖|ɗˤ|-
[Q.1incl.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |ɥˠ|a|꜖|sʲ|-
[Q.1incl.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |qʲ|i|̰꜖|ŋ̥ʲ|-
[Q.1incl.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |d͡ʐʲ|ᵊ|꜒|rˠ|-
[Q.1incl.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |ᵑǀʼˠ|u|꜖|ɥˤ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |kʰˤ|i#|꜒|ʋˤ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀʼˤ|a#|̰꜖|r̥ʷ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |ɓˠ|i|꜖|qʼʷ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |t͡ʂˠ|ʉː|꜖|kʼʷ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |ɓʲ|ʉː|꜖꜒|sˤ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ɽˠ|i#|꜒꜖|ɹˤ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |wʲ|i|̰꜒|ŋ̥ˤ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |ᵑǃʲ|uː|̰꜖|kʰʲ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǀʷ|i|꜒꜖|kʼˠ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǀʼˤ|a|꜖|ŋ̥ˠ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |ʈʰˠ|ᵊ|꜒꜖|qʼˤ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |tʼˤ|ᵊ|꜖꜒|ʂʲ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ʄʲ|i#ː|꜖|ɗʷ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ɭˠ|u#ː|꜖|tʼʷ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |ᵑǀʼˤ|i|꜖|pˠ|-
[Q.1incl.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |pʼˠ|ᵊ|꜒꜖|tˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |ɹʷ|a|꜒|ɹʷ|-
[Q.1incl.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |qʲ|a|̰꜒|ɗˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |d͡ʐʲ|a|꜒꜖|r̥ˤ|-
[Q.1incl.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |t͡ʃ|i|꜖|ɠʲ|-
[Q.1incl.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ʈʰˠ|a#ː|̰꜒|ɴˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ɥʲ|a#|꜒꜖|lˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ᵑǁˠ|a|꜖|pʰˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.active.optative.PAST] => |qʼʷ|aː|̰꜒|ɓˤ|-
[Q.1incl.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |t͡sʲ|iː|꜖|m̥ˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃˠ|i|̰꜖|tʼˤ|-
[Q.1incl.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀʼʷ|a#|̰꜖|nˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |qˤ|aː|꜖꜒|ɾˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |hpʲ|ᵊ|̰꜖|qʼˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ᵑǀʲ|ᵊ|꜖|ɽˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |hpˠ|u#ː|꜒꜖|ʋˠ|-
[Q.1incl.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ᵏǀʲ|ʉ|꜖|ɠʲ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |nʲ|ʉː|꜖|kˤ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ŋʲ|iː|̰꜒|hkˠ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ʈʰˠ|aː|꜖|ɗˤ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |hkˤ|a|̰꜖|tʰˤ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʼˤ|ʉː|꜖|n̥ʷ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ɻʲ|uː|̰꜒|pʼʲ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |nˤ|aː|꜒꜖|ɓˤ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ɥʲ|u|̰꜒|sʲ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǃˤ|ʉː|꜒|t͡sˤ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǃʼʷ|i#|꜖꜒|ʄˠ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |r̥ʷ|iː|꜖꜒|qˠ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃʰˠ|uː|̰꜒|t͡sˠ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃʼˤ|i#|̰꜒|ʛʷ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀʼʲ|ᵊ|꜒|t͡ʂʲ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |nʲ|ʉː|̰꜒|qʲ|-
[Q.1incl.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |qʼʷ|ʉ|꜒|hkʲ|-
[Q.1incl.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ᵏǁˠ|i#|꜖꜒|lˠ|-
[Q.1incl.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |ᵑǀʼʷ|aː|꜖꜒|d͡ʐˠ|-
[Q.1incl.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ʈʲ|iː|꜖꜒|d͡ʐʲ|-
[Q.1incl.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |t͡ʂˠ|a|꜖꜒|t͡ʂˠ|-
[Q.1incl.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ᵏǃʰʲ|uː|꜖|t͡sˤ|-
[Q.1incl.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |kʰʲ|ᵊ|꜖|d͡ʐʲ|-
[Q.1incl.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ŋˠ|ᵊ|̰꜒|ɽˠ|-
[Q.1incl.3.cl.1.3.cl.4.POS.active.optative.PAST] => |tʼʷ|ᵊ|꜒|tʰʷ|-
[Q.1incl.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |wˤ|a|̰꜒|t͡ʃ|-
[Q.1incl.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |wˤ|ᵊ|̰꜖|ŋˤ|-
[Q.1incl.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ŋˠ|u|꜒꜖|ʃˠ|-
[Q.1incl.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |j|ʉ#ː|̰꜒|ɓˠ|-
[Q.1incl.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |lʲ|u|̰꜒|htʲ|-
[Q.1incl.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |kʰʲ|i|̰꜒|m̥ʲ|-
[Q.1incl.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ᵏǁʰˠ|u|̰꜖|pʼˤ|-
[Q.1incl.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |qʼˠ|ᵊ|̰꜖|tʼˤ|-
[Q.1incl.3.cl.2.1incl.NEG.active.indicative.PRES] => |ɹʷ|a|꜒꜖|r̥ˤ|-
[Q.1incl.3.cl.2.1incl.NEG.active.indicative.PAST] => |ʡˠ|ʉ#|꜖|tˤ|-
[Q.1incl.3.cl.2.1incl.NEG.active.imperative.PRES] => |t͡sˤ|i|̰꜖|nˠ|-
[Q.1incl.3.cl.2.1incl.NEG.active.imperative.PAST] => |ʋˠ|ʉ|꜒꜖|ʈˠ|-
[Q.1incl.3.cl.2.1incl.NEG.active.conditional.PRES] => |ᵏǃʼˠ|uː|꜒꜖|qʼˠ|-
[Q.1incl.3.cl.2.1incl.NEG.active.conditional.PAST] => |lʲ|i|꜒꜖|r̥ʷ|-
[Q.1incl.3.cl.2.1incl.NEG.active.optative.PRES] => |ŋ̥ˤ|ᵊ|̰꜖|ɗʲ|-
[Q.1incl.3.cl.2.1incl.NEG.active.optative.PAST] => |ɹˠ|i|̰꜖|n̥ʷ|-
[Q.1incl.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ɴˤ|u#|꜖꜒|ʈˠ|-
[Q.1incl.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ᵏǀʰʲ|a|̰꜒|ɾˠ|-
[Q.1incl.3.cl.2.1incl.NEG.passive.imperative.PRES] => |qˤ|a|̰꜒|tʰʷ|-
[Q.1incl.3.cl.2.1incl.NEG.passive.imperative.PAST] => |hkʲ|ʉ|꜒꜖|ʃʲ|-
[Q.1incl.3.cl.2.1incl.NEG.passive.conditional.PRES] => |n̥ˠ|i|̰꜒|ɠʲ|-
[Q.1incl.3.cl.2.1incl.NEG.passive.conditional.PAST] => |qʼˠ|ʉː|꜒|ɾˤ|-
[Q.1incl.3.cl.2.1incl.NEG.passive.optative.PRES] => |m̥ˠ|u|꜖꜒|ɠˤ|-
[Q.1incl.3.cl.2.1incl.NEG.passive.optative.PAST] => |hʈʲ|u|꜒꜖|ɓˤ|-
[Q.1incl.3.cl.2.1incl.POS.active.indicative.PRES] => |qʼʷ|a#|꜒|tʼˠ|-
[Q.1incl.3.cl.2.1incl.POS.active.indicative.PAST] => |pʰʲ|ʉ#|̰꜖|hʈʲ|-
[Q.1incl.3.cl.2.1incl.POS.active.imperative.PRES] => |ʃʲ|aː|̰꜒|ʈʼʲ|-
[Q.1incl.3.cl.2.1incl.POS.active.imperative.PAST] => |ʋˤ|aː|̰꜖|ʈʲ|-
[Q.1incl.3.cl.2.1incl.POS.active.conditional.PRES] => |ᵏǀʰˤ|i|̰꜒|ŋˤ|-
[Q.1incl.3.cl.2.1incl.POS.active.conditional.PAST] => |ɰʲ|a|꜒꜖|kˠ|-
[Q.1incl.3.cl.2.1incl.POS.active.optative.PRES] => |tʰʲ|uː|꜖꜒|ʄˠ|-
[Q.1incl.3.cl.2.1incl.POS.active.optative.PAST] => |ɹˠ|ʉː|̰꜖|hʈˠ|-
[Q.1incl.3.cl.2.1incl.POS.passive.indicative.PRES] => |ᵑǀʼˠ|i#|꜒꜖|kʰˠ|-
[Q.1incl.3.cl.2.1incl.POS.passive.indicative.PAST] => |n̥ʷ|a|꜖꜒|ɥˠ|-
[Q.1incl.3.cl.2.1incl.POS.passive.imperative.PRES] => |pʼʲ|ʉ|꜒|kʼˠ|-
[Q.1incl.3.cl.2.1incl.POS.passive.imperative.PAST] => |tɬʲ|aː|̰꜒|ʈʼʲ|-
[Q.1incl.3.cl.2.1incl.POS.passive.conditional.PRES] => |ʄʲ|i|꜖|ʄʲ|-
[Q.1incl.3.cl.2.1incl.POS.passive.conditional.PAST] => |ŋ̥ˤ|i#|꜒꜖|qˤ|-
[Q.1incl.3.cl.2.1incl.POS.passive.optative.PRES] => |hʈˠ|i|꜒|n̥ʷ|-
[Q.1incl.3.cl.2.1incl.POS.passive.optative.PAST] => |nˠ|a#ː|꜒꜖|ŋˤ|-
[Q.1incl.3.cl.2.1excl.NEG.active.indicative.PRES] => |qʼʲ|iː|꜒|ɳ̥ʲ|-
[Q.1incl.3.cl.2.1excl.NEG.active.indicative.PAST] => |n̥ʷ|ʉ|꜒|tʰʲ|-
[Q.1incl.3.cl.2.1excl.NEG.active.imperative.PRES] => |ʛʲ|aː|̰꜖|d͡ʐʲ|-
[Q.1incl.3.cl.2.1excl.NEG.active.imperative.PAST] => |ᵏǀʰˤ|i|꜖|ɴˠ|-
[Q.1incl.3.cl.2.1excl.NEG.active.conditional.PRES] => |ʄˠ|ʉ|꜖|kʰʷ|-
[Q.1incl.3.cl.2.1excl.NEG.active.conditional.PAST] => |ɗˠ|i|꜒꜖|ʂʲ|-
[Q.1incl.3.cl.2.1excl.NEG.active.optative.PRES] => |qʼˠ|a#|꜖|ɹˤ|-
[Q.1incl.3.cl.2.1excl.NEG.active.optative.PAST] => |pʼˤ|ʉ|꜒|ʜˠ|-
[Q.1incl.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ᵏǀʼˤ|u|꜖|wˠ|-
[Q.1incl.3.cl.2.1excl.NEG.passive.indicative.PAST] => |pʼˤ|i|꜖꜒|ɾʷ|-
[Q.1incl.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ᵏǀʷ|ᵊ|꜖|lˠ|-
[Q.1incl.3.cl.2.1excl.NEG.passive.imperative.PAST] => |wˤ|i|꜒꜖|n̥ˠ|-
[Q.1incl.3.cl.2.1excl.NEG.passive.conditional.PRES] => |mˠ|iː|꜒꜖|ɳ̥ʲ|-
[Q.1incl.3.cl.2.1excl.NEG.passive.conditional.PAST] => |rʷ|ʉ|꜖꜒|ʋʲ|-
[Q.1incl.3.cl.2.1excl.NEG.passive.optative.PRES] => |kʼʲ|a|꜒꜖|t͡ʂˠ|-
[Q.1incl.3.cl.2.1excl.NEG.passive.optative.PAST] => |ᵏǃʰˠ|i|꜒꜖|ɾˤ|-
[Q.1incl.3.cl.2.1excl.POS.active.indicative.PRES] => |hkˠ|a|̰꜖|ʡʲ|-
[Q.1incl.3.cl.2.1excl.POS.active.indicative.PAST] => |m̥ʲ|i|꜒|m̥ˠ|-
[Q.1incl.3.cl.2.1excl.POS.active.imperative.PRES] => |ɭʲ|ʉ#|꜖|tˠ|-
[Q.1incl.3.cl.2.1excl.POS.active.imperative.PAST] => |qˠ|u|꜒|tɬʲ|-
[Q.1incl.3.cl.2.1excl.POS.active.conditional.PRES] => |wˤ|aː|̰꜒|pʲ|-
[Q.1incl.3.cl.2.1excl.POS.active.conditional.PAST] => |ʄʲ|a|꜖|t͡ʂʲ|-
[Q.1incl.3.cl.2.1excl.POS.active.optative.PRES] => |ᵏǁˠ|ʉː|꜒꜖|qʷ|-
[Q.1incl.3.cl.2.1excl.POS.active.optative.PAST] => |ᵑǃˠ|u#|꜖|h|-
[Q.1incl.3.cl.2.1excl.POS.passive.indicative.PRES] => |ɰʲ|iː|꜖꜒|ŋ̥ʷ|-
[Q.1incl.3.cl.2.1excl.POS.passive.indicative.PAST] => |h|a|̰꜒|sˤ|-
[Q.1incl.3.cl.2.1excl.POS.passive.imperative.PRES] => |kʲ|i|꜖|kʼˤ|-
[Q.1incl.3.cl.2.1excl.POS.passive.imperative.PAST] => |ʃʲ|ʉ#|̰꜖|wˤ|-
[Q.1incl.3.cl.2.1excl.POS.passive.conditional.PRES] => |rˠ|a|̰꜒|ɳˠ|-
[Q.1incl.3.cl.2.1excl.POS.passive.conditional.PAST] => |ŋ̥ʷ|i|꜒|kʰˠ|-
[Q.1incl.3.cl.2.1excl.POS.passive.optative.PRES] => |kʲ|a|̰꜒|ɭʲ|-
[Q.1incl.3.cl.2.1excl.POS.passive.optative.PAST] => |m̥ʲ|ʉː|꜒|r̥ʷ|-
[Q.1incl.3.cl.2.2.NEG.active.indicative.PRES] => |sʷ|a|̰꜒|qʷ|-
[Q.1incl.3.cl.2.2.NEG.active.indicative.PAST] => |kʼˠ|a|꜒꜖|ŋ̥ʷ|-
[Q.1incl.3.cl.2.2.NEG.active.imperative.PRES] => |ŋ̥ˠ|aː|꜖꜒|ʈˠ|-
[Q.1incl.3.cl.2.2.NEG.active.imperative.PAST] => |hpʲ|ᵊ|꜖꜒|t͡ʃ|-
[Q.1incl.3.cl.2.2.NEG.active.conditional.PRES] => |kʰʲ|i#ː|꜒|tʷ|-
[Q.1incl.3.cl.2.2.NEG.active.conditional.PAST] => |tʼˤ|i|̰꜖|d͡ʐʲ|-
[Q.1incl.3.cl.2.2.NEG.active.optative.PRES] => |hkˠ|aː|꜖|tʰʷ|-
[Q.1incl.3.cl.2.2.NEG.active.optative.PAST] => |tʷ|a|꜖|qʼˠ|-
[Q.1incl.3.cl.2.2.NEG.passive.indicative.PRES] => |ɭʲ|aː|꜒|m̥ˠ|-
[Q.1incl.3.cl.2.2.NEG.passive.indicative.PAST] => |htˠ|i|̰꜖|n̥ˤ|-
[Q.1incl.3.cl.2.2.NEG.passive.imperative.PRES] => |ɹʷ|ʉ|̰꜖|r̥ˠ|-
[Q.1incl.3.cl.2.2.NEG.passive.imperative.PAST] => |d͡ʐʲ|u|̰꜒|ɓˠ|-
[Q.1incl.3.cl.2.2.NEG.passive.conditional.PRES] => |wˠ|ʉ|꜒|ɠˤ|-
[Q.1incl.3.cl.2.2.NEG.passive.conditional.PAST] => |mˤ|ʉː|꜖|wʲ|-
[Q.1incl.3.cl.2.2.NEG.passive.optative.PRES] => |nˠ|ᵊ|꜖꜒|tʰʷ|-
[Q.1incl.3.cl.2.2.NEG.passive.optative.PAST] => |tʰˤ|ʉ|̰꜖|ŋʲ|-
[Q.1incl.3.cl.2.2.POS.active.indicative.PRES] => |qʼˤ|ʉ#ː|̰꜖|n̥ʷ|-
[Q.1incl.3.cl.2.2.POS.active.indicative.PAST] => |ᵑǀʼˤ|ʉ|꜖|kʰʲ|-
[Q.1incl.3.cl.2.2.POS.active.imperative.PRES] => |kʰʲ|a#|꜒|pʼˤ|-
[Q.1incl.3.cl.2.2.POS.active.imperative.PAST] => |ᵏǀʲ|ʉ|̰꜒|wʲ|-
[Q.1incl.3.cl.2.2.POS.active.conditional.PRES] => |ŋ̥ˠ|a#|̰꜖|ɹˠ|-
[Q.1incl.3.cl.2.2.POS.active.conditional.PAST] => |ᵏǃʼˤ|a|̰꜒|ɽʲ|-
[Q.1incl.3.cl.2.2.POS.active.optative.PRES] => |ʋʲ|aː|̰꜖|j|-
[Q.1incl.3.cl.2.2.POS.active.optative.PAST] => |wʲ|u|̰꜒|ɻˠ|-
[Q.1incl.3.cl.2.2.POS.passive.indicative.PRES] => |ɴʷ|a|̰꜖|tʰʲ|-
[Q.1incl.3.cl.2.2.POS.passive.indicative.PAST] => |ᵏǃʰˤ|a#ː|̰꜖|sʷ|-
[Q.1incl.3.cl.2.2.POS.passive.imperative.PRES] => |ᵑǁʼˠ|u|̰꜖|nˤ|-
[Q.1incl.3.cl.2.2.POS.passive.imperative.PAST] => |tɬʲ|ʉ#|꜒|ɴʲ|-
[Q.1incl.3.cl.2.2.POS.passive.conditional.PRES] => |ɰˤ|i|꜒꜖|ɓˤ|-
[Q.1incl.3.cl.2.2.POS.passive.conditional.PAST] => |ᵏǀʰˠ|a|̰꜒|ɹʷ|-
[Q.1incl.3.cl.2.2.POS.passive.optative.PRES] => |ŋ̥ʲ|ʉ|꜒|m̥ˤ|-
[Q.1incl.3.cl.2.2.POS.passive.optative.PAST] => |qʼˤ|aː|꜒꜖|sˠ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀʼˠ|i|̰꜖|ɻʲ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ɾˤ|u|꜖|ʜʲ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ᵑǃʲ|iː|̰꜖|ɹˠ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |tʼʲ|ʉː|̰꜖|ɭʲ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ŋ̥ˤ|i|꜒|rʷ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |kʰˠ|uː|꜖|kˠ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ᵏǃʰʷ|a|꜒|ŋ̥ʷ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |ɗʲ|a|̰꜒|ʈʰʲ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |ʔ|a|꜖|t͡sˤ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǁʲ|i#|꜒꜖|t͡sˤ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |ʂˠ|ʉ|̰꜒|tʼˠ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ʋʲ|ʉ|꜒|ʡˠ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |kʰʲ|a|꜒꜖|ɠʲ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |htʲ|ʉː|꜖꜒|pˤ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ᵑǃʲ|a|̰꜒|ɭʲ|-
[Q.1incl.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃˤ|ʉ|꜖|ŋ̥ʷ|-
[Q.1incl.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ɻˠ|ʉ|̰꜒|ʄʲ|-
[Q.1incl.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |hkˠ|a#ː|̰꜒|ʈʼʲ|-
[Q.1incl.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |ᵏǀʼʷ|iː|̰꜒|ɗʷ|-
[Q.1incl.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |nˠ|aː|̰꜒|r̥ʷ|-
[Q.1incl.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ɗˤ|ᵊ|꜖|ɹʲ|-
[Q.1incl.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |tˠ|iː|꜖|ɠˠ|-
[Q.1incl.3.cl.2.3.cl.1.POS.active.optative.PRES] => |hkʷ|i#|꜒|r̥ʲ|-
[Q.1incl.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ʈʰʲ|ᵊ|꜖|tʰʲ|-
[Q.1incl.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʷ|ʉ|̰꜖|tʼˤ|-
[Q.1incl.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ʛʷ|aː|꜖|ʈʼʲ|-
[Q.1incl.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ᵑǃʼˤ|ʉ|꜖꜒|ɾʷ|-
[Q.1incl.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |nˠ|i|꜖꜒|ʃˠ|-
[Q.1incl.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |pʼˤ|a#|꜖|n̥ˤ|-
[Q.1incl.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |kˤ|a|꜖꜒|qˤ|-
[Q.1incl.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ᵑǀʼʲ|ʉ|꜖꜒|r̥ʷ|-
[Q.1incl.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ɰʷ|iː|̰꜖|ɽʲ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |kʲ|i|̰꜒|ʡˠ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |r̥ˤ|ʉː|̰꜖|ɴˤ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |n̥ˠ|iː|꜖꜒|tʷ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |tʲ|a#ː|꜖꜒|kˤ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |m̥ˠ|a|꜒|tˠ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ʡʲ|ʉ|꜖꜒|r̥ʲ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |rˤ|i|̰꜒|tɬˠ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |ɴˠ|a#|꜒|ʃʲ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǀʲ|u|̰꜖|ʈʰʲ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |wˠ|ᵊ|꜒|pˠ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |ɴʷ|i|꜖꜒|ɳ̥ˠ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃˤ|iː|꜖꜒|ɓˠ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ʛʲ|i|̰꜖|ʂˠ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |htˠ|ʉ|̰꜒|kʰʷ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |r̥ʲ|ᵊ|̰꜖|ɳˠ|-
[Q.1incl.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ɹˠ|aː|꜖꜒|ʂʲ|-
[Q.1incl.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ʄˠ|ʉ#ː|꜒|ʂʲ|-
[Q.1incl.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |hkʷ|ʉ|꜖꜒|kʰˤ|-
[Q.1incl.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |sʷ|i|꜖꜒|ɳ̥ʲ|-
[Q.1incl.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ɰˤ|u#|꜒꜖|t͡sˠ|-
[Q.1incl.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |qʼˠ|a#ː|̰꜒|r̥ʷ|-
[Q.1incl.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |ᵏǁʰˠ|ᵊ|꜒|rʷ|-
[Q.1incl.3.cl.2.3.cl.2.POS.active.optative.PRES] => |qʼˠ|a#ː|꜒꜖|pˤ|-
[Q.1incl.3.cl.2.3.cl.2.POS.active.optative.PAST] => |tʰʷ|a#|꜒꜖|ʂʲ|-
[Q.1incl.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ɰʷ|a#|̰꜖|kʲ|-
[Q.1incl.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |hʈʲ|ʉ|꜒꜖|m̥ˤ|-
[Q.1incl.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |hkˠ|aː|꜒|pʰˤ|-
[Q.1incl.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ʈʰˠ|ᵊ|꜖꜒|ɾˤ|-
[Q.1incl.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |mʲ|ʉ#|꜒|ɭˠ|-
[Q.1incl.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |n̥ˠ|u#ː|꜒꜖|wˤ|-
[Q.1incl.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ɳ̥ˠ|ʉ#|꜖꜒|ɗʲ|-
[Q.1incl.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |tʰˠ|aː|꜒꜖|ɰʲ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |mʲ|ʉ#|̰꜒|kˤ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |ɳ̥ˠ|a|꜖|ʡˠ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ʄʲ|ᵊ|̰꜒|ɗˠ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |qʲ|i|̰꜒|kʷ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ɭʲ|u|꜖꜒|hpʲ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |r̥ʷ|i|꜖|nˤ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |ɳ̥ʲ|ʉ#ː|꜖꜒|ɰˤ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ᵑǀʲ|a|꜒꜖|hʈˠ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |ŋ̥ˤ|u#|꜒꜖|ɴʷ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|a|꜖꜒|ŋʷ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǁʲ|uː|̰꜖|rˠ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |t͡sʲ|i|̰꜖|pʼˤ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʰʲ|a|꜒|tɬʲ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ʄˠ|uː|꜖꜒|tʰʷ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |pˤ|aː|̰꜒|ʈʰʲ|-
[Q.1incl.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |ɳˠ|a#|̰꜒|hpʲ|-
[Q.1incl.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |tɬˠ|i|꜖|ɳ̥ʲ|-
[Q.1incl.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ɗʲ|i|̰꜖|ɹˤ|-
[Q.1incl.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ɠˠ|a|꜖|htˠ|-
[Q.1incl.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |ɓʲ|uː|̰꜒|tʷ|-
[Q.1incl.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |tɬˠ|ʉ|꜖|ɭˠ|-
[Q.1incl.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ʈʼˠ|ᵊ|꜖꜒|pʼʲ|-
[Q.1incl.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ʈʰʲ|a|꜒|kʼʷ|-
[Q.1incl.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ɹʲ|aː|̰꜒|r̥ʲ|-
[Q.1incl.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |ᵑǃʲ|ᵊ|꜖|ʛˠ|-
[Q.1incl.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʼʷ|ʉ#|꜒꜖|tʰʷ|-
[Q.1incl.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |hpʲ|u|꜖|tʼˤ|-
[Q.1incl.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʼˠ|a|꜒|ʛˠ|-
[Q.1incl.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ɠˠ|ᵊ|꜖|t͡sˠ|-
[Q.1incl.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |ᵏǀʰʲ|u|꜖|ʡʲ|-
[Q.1incl.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |ʔ|ʉ#ː|꜖|rˠ|-
[Q.1incl.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |d͡ʐʲ|i#|̰꜒|wˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |tɬˠ|i#ː|꜒|tˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ɰˠ|ᵊ|꜒|ɴˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |qʼˠ|a#ː|꜒꜖|ɠˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |ʛʲ|a|꜒꜖|kʼʲ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ᵏǀʲ|a|꜒|ɳˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ɽˠ|i|꜖|ɴˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |tˤ|aː|꜖|wˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ʈˠ|iː|꜒|ŋʷ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ʜʲ|a|꜖꜒|d͡ʐˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ɹˤ|ʉ#|꜖|ʜˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǁˠ|a#ː|꜖꜒|t͡sˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǀʼˠ|a#ː|̰꜒|htˠ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ʈʼʲ|a|꜒|tɬʲ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ɳ̥ʲ|a|꜖꜒|ɰʲ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ᵑǀʲ|aː|꜖꜒|ɭʲ|-
[Q.1incl.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |hkˠ|ᵊ|꜖|pʼˤ|-
[Q.1incl.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |ɗˠ|a|̰꜒|tʰʲ|-
[Q.1incl.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |htʲ|u#ː|꜖|ɰʷ|-
[Q.1incl.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ɰʲ|i#ː|꜖꜒|mˤ|-
[Q.1incl.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |sˠ|u|̰꜖|n̥ʷ|-
[Q.1incl.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ʋʲ|ʉ#|꜖|sˠ|-
[Q.1incl.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |ɠˤ|aː|꜒꜖|ɗˤ|-
[Q.1incl.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ɭʲ|a|꜖|ŋˠ|-
[Q.1incl.3.cl.2.3.cl.4.POS.active.optative.PAST] => |m̥ˠ|a#|꜖꜒|ɠˠ|-
[Q.1incl.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ᵏǀʰʲ|ᵊ|̰꜖|ʂʲ|-
[Q.1incl.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃʼˠ|i|꜖|ŋ̥ˠ|-
[Q.1incl.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |ᵏǁʰʲ|i|꜒꜖|tɬˠ|-
[Q.1incl.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |ᵑǃʼˤ|ᵊ|̰꜒|ɴʲ|-
[Q.1incl.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃʼʲ|ʉ|꜖|pʼˤ|-
[Q.1incl.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |tʼʲ|aː|꜖꜒|ɥˤ|-
[Q.1incl.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |kʰʲ|a|꜒|ɻˠ|-
[Q.1incl.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ɹʲ|u#ː|꜖꜒|ɠʲ|-
[Q.1incl.3.cl.3.1incl.NEG.active.indicative.PRES] => |pʰʲ|a|꜒꜖|htʷ|-
[Q.1incl.3.cl.3.1incl.NEG.active.indicative.PAST] => |ᵏǃʼˤ|u#ː|̰꜒|ŋˤ|-
[Q.1incl.3.cl.3.1incl.NEG.active.imperative.PRES] => |ᵑǀˠ|a|꜖꜒|rʲ|-
[Q.1incl.3.cl.3.1incl.NEG.active.imperative.PAST] => |hpˠ|uː|꜒꜖|ɰʷ|-
[Q.1incl.3.cl.3.1incl.NEG.active.conditional.PRES] => |ʈʰˠ|ʉ|꜖꜒|r̥ʷ|-
[Q.1incl.3.cl.3.1incl.NEG.active.conditional.PAST] => |ᵏǃʰʲ|uː|̰꜒|ʛˠ|-
[Q.1incl.3.cl.3.1incl.NEG.active.optative.PRES] => |htʲ|a|꜒꜖|hkʲ|-
[Q.1incl.3.cl.3.1incl.NEG.active.optative.PAST] => |ɴˠ|ʉ|̰꜖|hkˠ|-
[Q.1incl.3.cl.3.1incl.NEG.passive.indicative.PRES] => |ɠʲ|u#ː|꜒|ʜʲ|-
[Q.1incl.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ʄˠ|u#|꜖꜒|pʼʲ|-
[Q.1incl.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ʛʲ|ʉ|̰꜒|ʛʷ|-
[Q.1incl.3.cl.3.1incl.NEG.passive.imperative.PAST] => |sʲ|ʉː|꜒꜖|hkʲ|-
[Q.1incl.3.cl.3.1incl.NEG.passive.conditional.PRES] => |ɰˤ|uː|̰꜖|ɹˠ|-
[Q.1incl.3.cl.3.1incl.NEG.passive.conditional.PAST] => |ʜˠ|aː|꜒꜖|n̥ʲ|-
[Q.1incl.3.cl.3.1incl.NEG.passive.optative.PRES] => |htˠ|ᵊ|꜖|ɴˤ|-
[Q.1incl.3.cl.3.1incl.NEG.passive.optative.PAST] => |ɠˤ|u#|̰꜒|sˠ|-
[Q.1incl.3.cl.3.1incl.POS.active.indicative.PRES] => |n̥ʷ|i|̰꜖|pˠ|-
[Q.1incl.3.cl.3.1incl.POS.active.indicative.PAST] => |kʲ|u#ː|꜒꜖|ɗˤ|-
[Q.1incl.3.cl.3.1incl.POS.active.imperative.PRES] => |n̥ʷ|ʉ#|̰꜒|ɳʲ|-
[Q.1incl.3.cl.3.1incl.POS.active.imperative.PAST] => |kʼʲ|i|꜒|pʰʲ|-
[Q.1incl.3.cl.3.1incl.POS.active.conditional.PRES] => |ɗʲ|ʉ#ː|꜒꜖|nʲ|-
[Q.1incl.3.cl.3.1incl.POS.active.conditional.PAST] => |qʷ|i|̰꜖|tʷ|-
[Q.1incl.3.cl.3.1incl.POS.active.optative.PRES] => |d͡ʐʲ|a|꜖꜒|sʲ|-
[Q.1incl.3.cl.3.1incl.POS.active.optative.PAST] => |ᵑǀʼˠ|a|꜒꜖|ʄʲ|-
[Q.1incl.3.cl.3.1incl.POS.passive.indicative.PRES] => |ɹˤ|ᵊ|꜖꜒|htʲ|-
[Q.1incl.3.cl.3.1incl.POS.passive.indicative.PAST] => |tʼˠ|aː|̰꜒|ɹˤ|-
[Q.1incl.3.cl.3.1incl.POS.passive.imperative.PRES] => |ᵏǃʷ|ᵊ|꜖꜒|mˠ|-
[Q.1incl.3.cl.3.1incl.POS.passive.imperative.PAST] => |ᵑǀʼʲ|iː|꜖꜒|ɴʷ|-
[Q.1incl.3.cl.3.1incl.POS.passive.conditional.PRES] => |lʲ|iː|꜖|ʈˠ|-
[Q.1incl.3.cl.3.1incl.POS.passive.conditional.PAST] => |ᵏǃʼʲ|a|꜒꜖|ɹʷ|-
[Q.1incl.3.cl.3.1incl.POS.passive.optative.PRES] => |ɓʲ|i|꜖꜒|ʈʰˠ|-
[Q.1incl.3.cl.3.1incl.POS.passive.optative.PAST] => |ᵑǃʼˤ|iː|꜒꜖|ʄˠ|-
[Q.1incl.3.cl.3.1excl.NEG.active.indicative.PRES] => |ɥˠ|i|̰꜒|ʂˠ|-
[Q.1incl.3.cl.3.1excl.NEG.active.indicative.PAST] => |ʄʲ|u#|꜖꜒|ʡʲ|-
[Q.1incl.3.cl.3.1excl.NEG.active.imperative.PRES] => |ʋˤ|a|̰꜒|lˠ|-
[Q.1incl.3.cl.3.1excl.NEG.active.imperative.PAST] => |qʲ|iː|̰꜒|qʼˠ|-
[Q.1incl.3.cl.3.1excl.NEG.active.conditional.PRES] => |ᵑǀˠ|ʉ|꜖|hʈˠ|-
[Q.1incl.3.cl.3.1excl.NEG.active.conditional.PAST] => |pˠ|uː|̰꜖|hkʲ|-
[Q.1incl.3.cl.3.1excl.NEG.active.optative.PRES] => |ʄʲ|a|꜖꜒|ʛʲ|-
[Q.1incl.3.cl.3.1excl.NEG.active.optative.PAST] => |pʼˠ|u|꜒|t͡sˤ|-
[Q.1incl.3.cl.3.1excl.NEG.passive.indicative.PRES] => |htˤ|uː|꜖|nˤ|-
[Q.1incl.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ʈʼʲ|ʉ|꜖꜒|ʄʲ|-
[Q.1incl.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ʡˠ|ʉ#ː|꜖|tɬʲ|-
[Q.1incl.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ɻˠ|ʉː|꜒|rˤ|-
[Q.1incl.3.cl.3.1excl.NEG.passive.conditional.PRES] => |pʼˤ|i|꜖꜒|ʈʼˠ|-
[Q.1incl.3.cl.3.1excl.NEG.passive.conditional.PAST] => |pˠ|a|꜖꜒|pʰˠ|-
[Q.1incl.3.cl.3.1excl.NEG.passive.optative.PRES] => |ɗˤ|i|꜖꜒|wˤ|-
[Q.1incl.3.cl.3.1excl.NEG.passive.optative.PAST] => |ʛʷ|a|꜒|kʷ|-
[Q.1incl.3.cl.3.1excl.POS.active.indicative.PRES] => |ᵏǁʼˠ|uː|̰꜖|pˤ|-
[Q.1incl.3.cl.3.1excl.POS.active.indicative.PAST] => |ŋ̥ˤ|i|̰꜒|wʲ|-
[Q.1incl.3.cl.3.1excl.POS.active.imperative.PRES] => |ᵏǃʰʷ|a|꜖꜒|rʷ|-
[Q.1incl.3.cl.3.1excl.POS.active.imperative.PAST] => |lˠ|i|꜒|ɽʲ|-
[Q.1incl.3.cl.3.1excl.POS.active.conditional.PRES] => |ɴˠ|a#|꜒|kˠ|-
[Q.1incl.3.cl.3.1excl.POS.active.conditional.PAST] => |ɠˠ|aː|꜒|tʰʷ|-
[Q.1incl.3.cl.3.1excl.POS.active.optative.PRES] => |d͡ʐˠ|ʉ#|꜒|t͡sʲ|-
[Q.1incl.3.cl.3.1excl.POS.active.optative.PAST] => |htʷ|a|꜖|tʰˠ|-
[Q.1incl.3.cl.3.1excl.POS.passive.indicative.PRES] => |wˠ|a#|̰꜖|tʰˤ|-
[Q.1incl.3.cl.3.1excl.POS.passive.indicative.PAST] => |r̥ˤ|ʉ|̰꜖|kʼʷ|-
[Q.1incl.3.cl.3.1excl.POS.passive.imperative.PRES] => |pʼˤ|a#|꜖꜒|wˤ|-
[Q.1incl.3.cl.3.1excl.POS.passive.imperative.PAST] => |mˤ|i#|̰꜒|kʼˠ|-
[Q.1incl.3.cl.3.1excl.POS.passive.conditional.PRES] => |pˠ|i|꜖꜒|tʼʲ|-
[Q.1incl.3.cl.3.1excl.POS.passive.conditional.PAST] => |ŋ̥ˠ|u#ː|̰꜒|sˠ|-
[Q.1incl.3.cl.3.1excl.POS.passive.optative.PRES] => |ɰˤ|a#|̰꜖|t͡sʲ|-
[Q.1incl.3.cl.3.1excl.POS.passive.optative.PAST] => |ʔ|uː|̰꜖|ʛˤ|-
[Q.1incl.3.cl.3.2.NEG.active.indicative.PRES] => |pʰˠ|aː|̰꜖|ɹˠ|-
[Q.1incl.3.cl.3.2.NEG.active.indicative.PAST] => |kʰˠ|i|꜒|ʡʲ|-
[Q.1incl.3.cl.3.2.NEG.active.imperative.PRES] => |ᵏǀʼʲ|aː|꜒꜖|ɥˤ|-
[Q.1incl.3.cl.3.2.NEG.active.imperative.PAST] => |ʈʰʲ|uː|꜖|r̥ʷ|-
[Q.1incl.3.cl.3.2.NEG.active.conditional.PRES] => |ᵏǃʼˤ|ʉ#|̰꜒|ʃʲ|-
[Q.1incl.3.cl.3.2.NEG.active.conditional.PAST] => |qʷ|ʉ|꜖꜒|hkˤ|-
[Q.1incl.3.cl.3.2.NEG.active.optative.PRES] => |ɥʲ|iː|꜒|pʲ|-
[Q.1incl.3.cl.3.2.NEG.active.optative.PAST] => |kʼˤ|a|꜒꜖|ʄˠ|-
[Q.1incl.3.cl.3.2.NEG.passive.indicative.PRES] => |mˤ|ᵊ|꜒|n̥ˤ|-
[Q.1incl.3.cl.3.2.NEG.passive.indicative.PAST] => |r̥ʷ|iː|̰꜖|kʼʲ|-
[Q.1incl.3.cl.3.2.NEG.passive.imperative.PRES] => |ɭˠ|i#ː|̰꜒|qˤ|-
[Q.1incl.3.cl.3.2.NEG.passive.imperative.PAST] => |ᵑǀˠ|u|꜖|tʰʲ|-
[Q.1incl.3.cl.3.2.NEG.passive.conditional.PRES] => |ɠˤ|ᵊ|̰꜒|sʲ|-
[Q.1incl.3.cl.3.2.NEG.passive.conditional.PAST] => |ᵑǃˠ|a|̰꜒|ɓʲ|-
[Q.1incl.3.cl.3.2.NEG.passive.optative.PRES] => |kˤ|ᵊ|꜖꜒|n̥ʲ|-
[Q.1incl.3.cl.3.2.NEG.passive.optative.PAST] => |h|ʉ#ː|꜖|pˤ|-
[Q.1incl.3.cl.3.2.POS.active.indicative.PRES] => |ᵑǁˠ|ʉ#ː|꜖|ɾˤ|-
[Q.1incl.3.cl.3.2.POS.active.indicative.PAST] => |ɓˤ|ᵊ|꜖|rˠ|-
[Q.1incl.3.cl.3.2.POS.active.imperative.PRES] => |nʷ|ʉ|̰꜒|qˠ|-
[Q.1incl.3.cl.3.2.POS.active.imperative.PAST] => |pʼˠ|ʉ#|̰꜒|ʋʲ|-
[Q.1incl.3.cl.3.2.POS.active.conditional.PRES] => |tʼˠ|ᵊ|꜖꜒|t͡sˤ|-
[Q.1incl.3.cl.3.2.POS.active.conditional.PAST] => |pʲ|ᵊ|̰꜖|ʡˠ|-
[Q.1incl.3.cl.3.2.POS.active.optative.PRES] => |qʼʷ|i|̰꜒|d͡ʐˠ|-
[Q.1incl.3.cl.3.2.POS.active.optative.PAST] => |ʄʲ|a|꜒|htʷ|-
[Q.1incl.3.cl.3.2.POS.passive.indicative.PRES] => |ŋ̥ˤ|a|̰꜒|ɹˤ|-
[Q.1incl.3.cl.3.2.POS.passive.indicative.PAST] => |kʰʷ|ʉ|꜖|qʷ|-
[Q.1incl.3.cl.3.2.POS.passive.imperative.PRES] => |tʰˤ|ᵊ|̰꜒|sʲ|-
[Q.1incl.3.cl.3.2.POS.passive.imperative.PAST] => |ɻˠ|i#ː|꜖|wˠ|-
[Q.1incl.3.cl.3.2.POS.passive.conditional.PRES] => |pʼˠ|u|꜖|ɳ̥ˠ|-
[Q.1incl.3.cl.3.2.POS.passive.conditional.PAST] => |htʷ|ʉ|꜒꜖|sʷ|-
[Q.1incl.3.cl.3.2.POS.passive.optative.PRES] => |ɻʲ|i|̰꜒|ɰʷ|-
[Q.1incl.3.cl.3.2.POS.passive.optative.PAST] => |htˠ|ʉ|꜖꜒|pʲ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |ʈʰʲ|ᵊ|̰꜖|t͡ʃ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |tʲ|i|̰꜖|r̥ʷ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ʂˠ|u|꜖|hkʷ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ɽˠ|i#|̰꜒|ɥʲ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |ɻˠ|i|꜖|ŋʲ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ʡʲ|ʉː|꜖꜒|hkʲ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ᵑǃʷ|ʉ#|꜖꜒|ŋʷ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |lʲ|aː|꜒|rʲ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |tʰʷ|ᵊ|꜒|kʷ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ɠˤ|i#|̰꜒|hʈʲ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǁʰʲ|u|̰꜒|ɭˠ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǃʼˠ|a|̰꜒|ɹˤ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |tʰˤ|i|꜖꜒|ɾˠ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |tʷ|a|꜒꜖|ɓˤ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |hʈˠ|ʉː|̰꜒|m̥ʲ|-
[Q.1incl.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ʂˠ|u|꜒꜖|wˤ|-
[Q.1incl.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |ɳ̥ʲ|ᵊ|꜖|ɹˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |ɽʲ|u#ː|꜒꜖|mˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |r̥ˠ|ᵊ|̰꜒|htʲ|-
[Q.1incl.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |qʼʲ|a|꜒꜖|pʼˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |wˤ|a|̰꜖|mˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |ᵏǃʷ|ʉː|꜖꜒|ɓˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.active.optative.PRES] => |qˠ|a#|̰꜒|hʈˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ɓˠ|ᵊ|꜒꜖|tɬʲ|-
[Q.1incl.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ŋʷ|i|̰꜖|ɓˤ|-
[Q.1incl.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |hkʲ|a|꜖꜒|qʲ|-
[Q.1incl.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |t͡sˠ|ʉː|̰꜒|ʃˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |htʲ|i|꜖|pˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |qʼˠ|ᵊ|꜒|qʲ|-
[Q.1incl.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |kˤ|a|꜒꜖|ɥˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ɾʷ|aː|̰꜒|qˠ|-
[Q.1incl.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ᵏǁʰˠ|a|̰꜖|pʼʲ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |nʷ|ʉ#ː|꜒꜖|ŋ̥ʲ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |htʲ|u|꜖|ŋ̥ʲ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |sʲ|u#ː|꜒꜖|ɳʲ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ᵑǀʼˤ|a|꜒|ɾʷ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ᵏǀʰˠ|ᵊ|̰꜒|kʰˠ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |tʼˤ|u|̰꜒|ʄˠ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |ʋʲ|i#ː|꜒꜖|ŋʷ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ɰˠ|a|꜒꜖|qʷ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǀʲ|i|꜖|wʲ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |ʛʷ|ʉː|̰꜖|ŋ̥ˠ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |t͡ʂˠ|i|꜖꜒|ɹʷ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʷ|ᵊ|꜖꜒|hʈˠ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǀʼˤ|uː|꜖꜒|kʰˠ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ʄˠ|ᵊ|꜖|ʋˠ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |pʼˤ|a|꜖|htˤ|-
[Q.1incl.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |mˠ|i|꜒|r̥ʷ|-
[Q.1incl.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |qʼˠ|i|̰꜖|m̥ˤ|-
[Q.1incl.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |tˠ|a|̰꜖|ʛʲ|-
[Q.1incl.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |tʲ|u#|꜖|ɾʷ|-
[Q.1incl.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |ʛʲ|ʉː|̰꜒|rʲ|-
[Q.1incl.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |tʰˠ|u|̰꜒|ŋʷ|-
[Q.1incl.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ᵏǀʼˤ|i|꜖|tʷ|-
[Q.1incl.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵏǀʰʲ|a|꜒|qʼʲ|-
[Q.1incl.3.cl.3.3.cl.2.POS.active.optative.PAST] => |kʰˠ|u#ː|꜖|t͡sʷ|-
[Q.1incl.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ɴʷ|iː|꜖|tʼˤ|-
[Q.1incl.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |ɳˠ|aː|̰꜖|pʼˤ|-
[Q.1incl.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |tʼˠ|a|̰꜒|qʼʷ|-
[Q.1incl.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ᵏǀʼˤ|ʉː|꜖|tɬʲ|-
[Q.1incl.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |n̥ˤ|i|꜖꜒|ɠʷ|-
[Q.1incl.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃʷ|ʉ#ː|꜒|htˤ|-
[Q.1incl.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |ɳ̥ʲ|a|꜒|n̥ˤ|-
[Q.1incl.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |wʲ|ʉ|꜖꜒|t͡sˠ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʼʷ|ᵊ|꜒꜖|qʼʲ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |tɬʲ|iː|꜖|qˤ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ᵑǀʼʷ|ᵊ|꜒꜖|sˤ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |kʼʷ|ʉː|꜒|ʄʲ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |sˠ|i|̰꜖|ɴˠ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ɭʲ|i|꜖꜒|nˠ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ŋ̥ˠ|i|̰꜒|kˤ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ᵏǃʰˤ|a|꜒꜖|ʡʲ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǁʼʲ|u|꜖꜒|sʷ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |sʲ|u|꜖꜒|mˠ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |htˠ|u#ː|꜒꜖|ʋˠ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ʋʲ|a|̰꜒|ŋʷ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǁʰˠ|a|꜖꜒|ɳ̥ˠ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |pʲ|i|꜒|sʷ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ɹˤ|ʉː|꜒꜖|d͡ʐʲ|-
[Q.1incl.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ᵑǀʼʷ|i#|̰꜒|t͡ʃ|-
[Q.1incl.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |tʼʲ|ᵊ|꜖|ʡʲ|-
[Q.1incl.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |pˤ|ʉː|꜖꜒|n̥ˤ|-
[Q.1incl.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |hpˠ|a|̰꜖|kˠ|-
[Q.1incl.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ᵑǀˤ|a|꜒꜖|tʰʲ|-
[Q.1incl.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |wˤ|ʉ|꜒|sʲ|-
[Q.1incl.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |nˤ|ʉː|̰꜖|mʲ|-
[Q.1incl.3.cl.3.3.cl.3.POS.active.optative.PRES] => |ɗˤ|ᵊ|꜖꜒|n̥ˠ|-
[Q.1incl.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ᵏǁʲ|ᵊ|꜖|ʋˠ|-
[Q.1incl.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |ɭˠ|i|꜒|ɹʷ|-
[Q.1incl.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |tʰˤ|a|꜖|qʼˤ|-
[Q.1incl.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀʼʲ|ʉ#ː|̰꜒|ʂʲ|-
[Q.1incl.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ɹˤ|u#|꜒|ŋˤ|-
[Q.1incl.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ᵏǀʷ|ʉ#ː|꜒꜖|ɹˠ|-
[Q.1incl.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ɽʲ|aː|꜖|kʲ|-
[Q.1incl.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ɹˤ|a|̰꜖|ʂʲ|-
[Q.1incl.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |ɴʲ|i|̰꜒|ɹˤ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |hkʲ|i|̰꜒|ʜʲ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |ᵑǁʼʲ|ʉ#ː|꜖|ɓˠ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |t͡sʲ|u|꜒꜖|ɴˤ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ɳˠ|a|꜒|ɾʲ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ʄˠ|u#|̰꜖|ɴʷ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |tʰˠ|ʉ|꜖|n̥ʷ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |qʼʲ|i|꜒꜖|qʲ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |tʰˤ|u|̰꜖|pˤ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |wˠ|a#|꜒|ŋ̥ʲ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ɽˠ|ʉ#ː|꜖꜒|ʃˠ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |lˠ|i|꜖|ɗʲ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ɳˠ|ᵊ|꜖|tʼʷ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ɹˤ|u|̰꜖|d͡ʐʲ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |n̥ˠ|u#ː|̰꜖|d͡ʐˠ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |r̥ʷ|iː|꜒꜖|t͡sˤ|-
[Q.1incl.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |pʰʲ|ᵊ|꜒꜖|tʼˠ|-
[Q.1incl.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ɠʷ|ᵊ|꜖꜒|ʈʲ|-
[Q.1incl.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |pʲ|aː|̰꜒|ɰˠ|-
[Q.1incl.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |kʼˠ|i|꜒꜖|ʈʼˠ|-
[Q.1incl.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ɗʲ|a|꜖꜒|ɰˠ|-
[Q.1incl.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |qˠ|a|꜖꜒|ɗʷ|-
[Q.1incl.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |qʼˠ|u#ː|꜒꜖|tʰʲ|-
[Q.1incl.3.cl.3.3.cl.4.POS.active.optative.PRES] => |ɓʲ|i|̰꜒|tʼˠ|-
[Q.1incl.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ʡʲ|a|꜖|ŋ̥ˤ|-
[Q.1incl.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |wʲ|u#|̰꜖|nˤ|-
[Q.1incl.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |ʡʲ|aː|꜖꜒|ɴʷ|-
[Q.1incl.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |ʂˠ|u#ː|꜖|qʼʷ|-
[Q.1incl.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ɰˤ|a|꜖꜒|pʰˤ|-
[Q.1incl.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ɭˠ|ʉ|꜒꜖|ʂˠ|-
[Q.1incl.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |sˠ|i|꜖|ʈʼʲ|-
[Q.1incl.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |qˠ|i|꜒꜖|ɽˠ|-
[Q.1incl.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |kʼˠ|u#ː|꜒꜖|pʼʲ|-
[Q.1incl.3.cl.4.1incl.NEG.active.indicative.PRES] => |ᵏǃˠ|ᵊ|̰꜒|ŋ̥ˠ|-
[Q.1incl.3.cl.4.1incl.NEG.active.indicative.PAST] => |t͡sˠ|ᵊ|꜖|ɾˤ|-
[Q.1incl.3.cl.4.1incl.NEG.active.imperative.PRES] => |kʰʷ|i|꜒꜖|ʋˠ|-
[Q.1incl.3.cl.4.1incl.NEG.active.imperative.PAST] => |ŋˠ|i|꜒꜖|n̥ʷ|-
[Q.1incl.3.cl.4.1incl.NEG.active.conditional.PRES] => |wˤ|ʉ|̰꜖|ʜʲ|-
[Q.1incl.3.cl.4.1incl.NEG.active.conditional.PAST] => |ɗʷ|aː|꜖꜒|nʷ|-
[Q.1incl.3.cl.4.1incl.NEG.active.optative.PRES] => |h|i|꜖|tɬˠ|-
[Q.1incl.3.cl.4.1incl.NEG.active.optative.PAST] => |ɴʲ|iː|꜒|ɾˠ|-
[Q.1incl.3.cl.4.1incl.NEG.passive.indicative.PRES] => |tʼʷ|a|̰꜒|ɳˠ|-
[Q.1incl.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ᵏǀʼʲ|ᵊ|̰꜖|ɗʲ|-
[Q.1incl.3.cl.4.1incl.NEG.passive.imperative.PRES] => |ɴʷ|ʉː|꜒꜖|tʼˠ|-
[Q.1incl.3.cl.4.1incl.NEG.passive.imperative.PAST] => |n̥ˤ|ʉ#ː|꜖|ŋˠ|-
[Q.1incl.3.cl.4.1incl.NEG.passive.conditional.PRES] => |ᵑǃʷ|i|꜖꜒|ʔ|-
[Q.1incl.3.cl.4.1incl.NEG.passive.conditional.PAST] => |t͡sˤ|i#ː|꜒|ŋ̥ˠ|-
[Q.1incl.3.cl.4.1incl.NEG.passive.optative.PRES] => |ɗˠ|a|꜒|n̥ˤ|-
[Q.1incl.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵏǀʲ|i#ː|꜒|tʰʷ|-
[Q.1incl.3.cl.4.1incl.POS.active.indicative.PRES] => |ᵑǃʼˤ|ʉ#ː|꜒꜖|ʈˠ|-
[Q.1incl.3.cl.4.1incl.POS.active.indicative.PAST] => |ŋ̥ˤ|u|̰꜖|wˠ|-
[Q.1incl.3.cl.4.1incl.POS.active.imperative.PRES] => |t͡sˠ|u|꜒꜖|ɰʷ|-
[Q.1incl.3.cl.4.1incl.POS.active.imperative.PAST] => |ʡˠ|a|̰꜒|kʼʲ|-
[Q.1incl.3.cl.4.1incl.POS.active.conditional.PRES] => |ŋ̥ˤ|a|꜒|ʂˠ|-
[Q.1incl.3.cl.4.1incl.POS.active.conditional.PAST] => |ʈˠ|ʉ|̰꜒|kˠ|-
[Q.1incl.3.cl.4.1incl.POS.active.optative.PRES] => |pʼˤ|ʉ|꜒꜖|n̥ˤ|-
[Q.1incl.3.cl.4.1incl.POS.active.optative.PAST] => |hkˠ|ʉ#ː|̰꜖|ʋˤ|-
[Q.1incl.3.cl.4.1incl.POS.passive.indicative.PRES] => |ɓʲ|i|꜖꜒|qʲ|-
[Q.1incl.3.cl.4.1incl.POS.passive.indicative.PAST] => |ᵏǀˠ|i|꜒꜖|qʼʲ|-
[Q.1incl.3.cl.4.1incl.POS.passive.imperative.PRES] => |ᵏǀʰˤ|ᵊ|꜖|qʼʲ|-
[Q.1incl.3.cl.4.1incl.POS.passive.imperative.PAST] => |kʼʷ|aː|꜖꜒|r̥ˠ|-
[Q.1incl.3.cl.4.1incl.POS.passive.conditional.PRES] => |m̥ˠ|a|꜒꜖|hʈˠ|-
[Q.1incl.3.cl.4.1incl.POS.passive.conditional.PAST] => |pʼˠ|i#ː|꜒꜖|kˠ|-
[Q.1incl.3.cl.4.1incl.POS.passive.optative.PRES] => |ɓˠ|ʉː|̰꜒|ɠʲ|-
[Q.1incl.3.cl.4.1incl.POS.passive.optative.PAST] => |kʰʲ|u#ː|̰꜒|pʼˤ|-
[Q.1incl.3.cl.4.1excl.NEG.active.indicative.PRES] => |ŋʷ|ʉ|꜖|ŋˠ|-
[Q.1incl.3.cl.4.1excl.NEG.active.indicative.PAST] => |ᵏǃʰʲ|i#|̰꜖|qʼʷ|-
[Q.1incl.3.cl.4.1excl.NEG.active.imperative.PRES] => |t͡ʃ|ᵊ|꜖|nʲ|-
[Q.1incl.3.cl.4.1excl.NEG.active.imperative.PAST] => |n̥ʷ|i#|꜒꜖|d͡ʐʲ|-
[Q.1incl.3.cl.4.1excl.NEG.active.conditional.PRES] => |ɗˤ|aː|̰꜒|m̥ˠ|-
[Q.1incl.3.cl.4.1excl.NEG.active.conditional.PAST] => |tʰʲ|i|꜖|ɗˤ|-
[Q.1incl.3.cl.4.1excl.NEG.active.optative.PRES] => |m̥ˠ|a#ː|꜖|ɗʷ|-
[Q.1incl.3.cl.4.1excl.NEG.active.optative.PAST] => |tɬˠ|a#ː|꜒꜖|hkˤ|-
[Q.1incl.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ɓˠ|a|꜒|ɾʲ|-
[Q.1incl.3.cl.4.1excl.NEG.passive.indicative.PAST] => |qʼʷ|aː|̰꜒|sʷ|-
[Q.1incl.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ʛʲ|a|꜒꜖|d͡ʐʲ|-
[Q.1incl.3.cl.4.1excl.NEG.passive.imperative.PAST] => |d͡ʐʲ|aː|̰꜒|kʼʷ|-
[Q.1incl.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ʃˠ|u|꜒꜖|rʷ|-
[Q.1incl.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ʂˠ|ʉː|꜖|rʷ|-
[Q.1incl.3.cl.4.1excl.NEG.passive.optative.PRES] => |pʰˤ|i|꜒꜖|ʃˠ|-
[Q.1incl.3.cl.4.1excl.NEG.passive.optative.PAST] => |wˤ|a|꜖꜒|t͡sʲ|-
[Q.1incl.3.cl.4.1excl.POS.active.indicative.PRES] => |ɳ̥ˠ|i|꜖|ŋ̥ʷ|-
[Q.1incl.3.cl.4.1excl.POS.active.indicative.PAST] => |t͡ʂˠ|aː|꜖|pˤ|-
[Q.1incl.3.cl.4.1excl.POS.active.imperative.PRES] => |pʼˤ|ᵊ|꜖꜒|ɰʲ|-
[Q.1incl.3.cl.4.1excl.POS.active.imperative.PAST] => |ᵑǀʼˠ|ʉ|꜖꜒|ɽʲ|-
[Q.1incl.3.cl.4.1excl.POS.active.conditional.PRES] => |ɠˤ|ᵊ|̰꜖|rʷ|-
[Q.1incl.3.cl.4.1excl.POS.active.conditional.PAST] => |hpˤ|u#ː|̰꜖|tʲ|-
[Q.1incl.3.cl.4.1excl.POS.active.optative.PRES] => |htʷ|ᵊ|̰꜖|ɰˤ|-
[Q.1incl.3.cl.4.1excl.POS.active.optative.PAST] => |hkˠ|u|̰꜒|hkʷ|-
[Q.1incl.3.cl.4.1excl.POS.passive.indicative.PRES] => |ᵑǀʼˤ|ᵊ|꜒꜖|kʲ|-
[Q.1incl.3.cl.4.1excl.POS.passive.indicative.PAST] => |rʷ|iː|̰꜒|ɰˤ|-
[Q.1incl.3.cl.4.1excl.POS.passive.imperative.PRES] => |ᵏǁʰʲ|aː|꜖|ʃʲ|-
[Q.1incl.3.cl.4.1excl.POS.passive.imperative.PAST] => |sˠ|ʉ|꜖꜒|r̥ʲ|-
[Q.1incl.3.cl.4.1excl.POS.passive.conditional.PRES] => |ɹʲ|aː|꜖꜒|r̥ˤ|-
[Q.1incl.3.cl.4.1excl.POS.passive.conditional.PAST] => |hkˠ|i|꜖|lʲ|-
[Q.1incl.3.cl.4.1excl.POS.passive.optative.PRES] => |tʼʲ|ᵊ|꜖|ɰʲ|-
[Q.1incl.3.cl.4.1excl.POS.passive.optative.PAST] => |ɹˤ|aː|꜒꜖|ɴʲ|-
[Q.1incl.3.cl.4.2.NEG.active.indicative.PRES] => |pʼˠ|i#|̰꜒|ŋ̥ʷ|-
[Q.1incl.3.cl.4.2.NEG.active.indicative.PAST] => |rʲ|i|̰꜖|pʰʲ|-
[Q.1incl.3.cl.4.2.NEG.active.imperative.PRES] => |kʲ|u|̰꜖|pʼˠ|-
[Q.1incl.3.cl.4.2.NEG.active.imperative.PAST] => |ᵏǁʲ|aː|̰꜒|kʲ|-
[Q.1incl.3.cl.4.2.NEG.active.conditional.PRES] => |ʈʰʲ|ʉ#ː|꜖|ɽˠ|-
[Q.1incl.3.cl.4.2.NEG.active.conditional.PAST] => |ʂˠ|ʉ|꜖|ɾˤ|-
[Q.1incl.3.cl.4.2.NEG.active.optative.PRES] => |ᵏǀʼʲ|ʉ|̰꜖|kʼʲ|-
[Q.1incl.3.cl.4.2.NEG.active.optative.PAST] => |ᵏǀʼʷ|ʉː|̰꜒|ɗʷ|-
[Q.1incl.3.cl.4.2.NEG.passive.indicative.PRES] => |n̥ˠ|ʉ|꜖꜒|tʰˠ|-
[Q.1incl.3.cl.4.2.NEG.passive.indicative.PAST] => |ɹʷ|ʉ#|꜒|r̥ˠ|-
[Q.1incl.3.cl.4.2.NEG.passive.imperative.PRES] => |ɠʲ|u|꜒꜖|ɹʲ|-
[Q.1incl.3.cl.4.2.NEG.passive.imperative.PAST] => |tɬˠ|a#ː|꜖꜒|pʼˤ|-
[Q.1incl.3.cl.4.2.NEG.passive.conditional.PRES] => |t͡ʂˠ|i#ː|̰꜖|n̥ˠ|-
[Q.1incl.3.cl.4.2.NEG.passive.conditional.PAST] => |ʂˠ|i|꜒|ɠʷ|-
[Q.1incl.3.cl.4.2.NEG.passive.optative.PRES] => |ɾʲ|a|꜒|n̥ʷ|-
[Q.1incl.3.cl.4.2.NEG.passive.optative.PAST] => |ᵏǀˤ|ᵊ|꜒꜖|rˠ|-
[Q.1incl.3.cl.4.2.POS.active.indicative.PRES] => |wʲ|u#ː|꜒|ʃʲ|-
[Q.1incl.3.cl.4.2.POS.active.indicative.PAST] => |ŋ̥ʲ|ʉ#ː|꜖꜒|ʋˤ|-
[Q.1incl.3.cl.4.2.POS.active.imperative.PRES] => |ɳʲ|ᵊ|̰꜖|ɓʲ|-
[Q.1incl.3.cl.4.2.POS.active.imperative.PAST] => |m̥ˠ|i|꜖꜒|ʋʲ|-
[Q.1incl.3.cl.4.2.POS.active.conditional.PRES] => |ɗˤ|i|̰꜒|ʈʲ|-
[Q.1incl.3.cl.4.2.POS.active.conditional.PAST] => |t͡ʂʲ|u|꜖|kʰˤ|-
[Q.1incl.3.cl.4.2.POS.active.optative.PRES] => |d͡ʐʲ|i|꜖꜒|qʷ|-
[Q.1incl.3.cl.4.2.POS.active.optative.PAST] => |ᵑǀʲ|i|̰꜒|ɴʲ|-
[Q.1incl.3.cl.4.2.POS.passive.indicative.PRES] => |ɓˤ|a|꜒꜖|mʲ|-
[Q.1incl.3.cl.4.2.POS.passive.indicative.PAST] => |pʰˠ|u#|꜒꜖|hʈʲ|-
[Q.1incl.3.cl.4.2.POS.passive.imperative.PRES] => |ɰˤ|u|꜒꜖|ʈʰʲ|-
[Q.1incl.3.cl.4.2.POS.passive.imperative.PAST] => |ᵑǃˤ|ʉː|꜖|ʈʼʲ|-
[Q.1incl.3.cl.4.2.POS.passive.conditional.PRES] => |ᵑǁʲ|a#|̰꜖|ɗˤ|-
[Q.1incl.3.cl.4.2.POS.passive.conditional.PAST] => |ɴˠ|uː|꜖꜒|kʼˤ|-
[Q.1incl.3.cl.4.2.POS.passive.optative.PRES] => |ᵏǀʼˤ|ᵊ|̰꜒|tˤ|-
[Q.1incl.3.cl.4.2.POS.passive.optative.PAST] => |t͡ʃ|aː|̰꜒|ɻˠ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |kˤ|i|꜖꜒|lˠ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ɠˠ|ʉ|꜖|ɭʲ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |ᵏǀʰˠ|u|꜖|ɗˤ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |kˠ|a|̰꜒|ʈʼʲ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |pʼʲ|a#ː|̰꜒|tˤ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ᵏǀʼʲ|i|̰꜖|tʰˠ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ᵑǀʼˤ|a|꜒|kʼˤ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ᵏǁʼʲ|i#|꜖|tɬˠ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |tʰˠ|i|꜖꜒|ɾʲ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǃʼˠ|i|꜒꜖|tʲ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |nˤ|i|꜒|t͡ʂˠ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |wˠ|iː|꜖|ɰʷ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |htʲ|i|꜒꜖|r̥ʲ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ɭˠ|aː|̰꜖|d͡ʐˠ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ɭʲ|i|̰꜒|ɗˤ|-
[Q.1incl.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |tʼʷ|a|̰꜖|wʲ|-
[Q.1incl.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |ɹʲ|aː|꜒꜖|ɽʲ|-
[Q.1incl.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |kˤ|i|꜖꜒|j|-
[Q.1incl.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |ᵏǀʼˠ|ʉː|꜒꜖|d͡ʐʲ|-
[Q.1incl.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ɗʷ|i|꜒|pʼˠ|-
[Q.1incl.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |ᵏǁʼʲ|i#ː|꜖꜒|t͡ʃ|-
[Q.1incl.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |tʼˠ|ʉ#ː|̰꜖|lˠ|-
[Q.1incl.3.cl.4.3.cl.1.POS.active.optative.PRES] => |ᵏǃˤ|u|꜖꜒|ɻˠ|-
[Q.1incl.3.cl.4.3.cl.1.POS.active.optative.PAST] => |nˤ|i|̰꜖|ʃˠ|-
[Q.1incl.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |kʷ|a|꜖|ŋˤ|-
[Q.1incl.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |t͡sʷ|ᵊ|̰꜖|tʰˠ|-
[Q.1incl.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ɗˤ|ᵊ|꜒|ɾʲ|-
[Q.1incl.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |qʷ|a|꜒|hkˤ|-
[Q.1incl.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ᵑǃʼʲ|uː|꜖꜒|kʼʲ|-
[Q.1incl.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ᵏǀʼˠ|ʉ#ː|꜖|kˤ|-
[Q.1incl.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |n̥ˤ|u|̰꜖|ŋ̥ʲ|-
[Q.1incl.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |qʷ|i|꜖꜒|ŋ̥ˠ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |pʼˤ|i#|꜒|n̥ʲ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |ᵏǃʰʲ|aː|꜖|ʈˠ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |mˤ|i|̰꜖|ɠˤ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ɰʲ|ʉː|꜒|t͡sˠ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ɠʷ|ʉ#ː|꜖꜒|n̥ʲ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |ᵏǀʰʲ|ᵊ|꜖|ʛʲ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |htʷ|ʉː|̰꜖|ʋˤ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |mˤ|ᵊ|̰꜒|ŋ̥ʲ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǀʲ|a|꜖|nˠ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |qʲ|a#|꜖|ɻˠ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |t͡sˤ|a|꜖꜒|j|-
[Q.1incl.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʼʲ|a|̰꜒|qʼʷ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ʈˠ|ᵊ|꜒꜖|nʲ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǃʰˤ|ʉː|̰꜖|kʰʷ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |tɬˠ|iː|̰꜖|tʷ|-
[Q.1incl.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |hpʲ|i#ː|꜖꜒|t͡sʷ|-
[Q.1incl.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |mʲ|ʉː|꜒|m̥ʲ|-
[Q.1incl.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |pʲ|a|̰꜖|ʋˠ|-
[Q.1incl.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |tʼʲ|ᵊ|̰꜖|ɴʷ|-
[Q.1incl.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |ɾˠ|uː|꜖꜒|ʃʲ|-
[Q.1incl.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ᵏǃˠ|ᵊ|̰꜒|d͡ʐʲ|-
[Q.1incl.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |ɳ̥ʲ|iː|꜒|ʜˠ|-
[Q.1incl.3.cl.4.3.cl.2.POS.active.optative.PRES] => |hkʷ|a|꜖|ɰʲ|-
[Q.1incl.3.cl.4.3.cl.2.POS.active.optative.PAST] => |ᵑǀʲ|ʉ|̰꜖|ɴˤ|-
[Q.1incl.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |sʲ|iː|̰꜖|ʈʲ|-
[Q.1incl.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ʛˤ|ᵊ|̰꜖|pʰˤ|-
[Q.1incl.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |htʲ|a|꜖|pʰʲ|-
[Q.1incl.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ɥˠ|aː|꜖꜒|ɥʲ|-
[Q.1incl.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |m̥ʲ|i|꜖|ʂˠ|-
[Q.1incl.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ʈˠ|a#ː|̰꜖|ŋˠ|-
[Q.1incl.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ʋˠ|ʉ|̰꜖|t͡sˤ|-
[Q.1incl.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ɗʷ|a|꜖꜒|ŋ̥ʷ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ᵑǀʼʷ|a#|̰꜖|n̥ˤ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |tʼˤ|a|꜖꜒|m̥ˠ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |kʰʲ|u|꜖꜒|kʼʷ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |ᵏǀʰʲ|i#ː|꜖꜒|lʲ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |pʲ|ʉ|̰꜒|ʛʷ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |lˠ|ʉ|̰꜒|ʃʲ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |wʲ|a|̰꜖|ŋʲ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |pʼˤ|i|꜖|rˠ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |pʰʲ|i|꜖|ɹˤ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ɹˠ|a|꜖꜒|ʡˠ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |tɬʲ|i#|̰꜖|ʋˤ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |wˤ|aː|̰꜖|ʄʲ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |n̥ʷ|ʉ|̰꜒|m̥ˠ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀʰˤ|a#ː|꜒꜖|m̥ˤ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |ɗˠ|ᵊ|̰꜒|tˠ|-
[Q.1incl.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ɻʲ|i|꜒꜖|tʼʲ|-
[Q.1incl.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |ᵑǀˤ|ʉ#|꜒꜖|tʷ|-
[Q.1incl.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |tɬˠ|aː|꜖꜒|ʈʲ|-
[Q.1incl.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ŋʲ|i#ː|̰꜖|ʈʼʲ|-
[Q.1incl.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |n̥ˠ|ᵊ|꜖꜒|tʰʲ|-
[Q.1incl.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |ŋ̥ˠ|ᵊ|̰꜖|qʷ|-
[Q.1incl.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |kʲ|a|̰꜒|ɓʲ|-
[Q.1incl.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ʛˤ|a|꜒꜖|rˤ|-
[Q.1incl.3.cl.4.3.cl.3.POS.active.optative.PAST] => |kˤ|u|̰꜒|pʰʲ|-
[Q.1incl.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |ᵏǁʰʲ|ᵊ|꜖꜒|sʲ|-
[Q.1incl.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |tʰʲ|iː|̰꜖|ɠˠ|-
[Q.1incl.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ʄˠ|ʉ|̰꜖|pʼˠ|-
[Q.1incl.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |j|ᵊ|꜖|ɰʷ|-
[Q.1incl.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ᵏǀʼʲ|ʉ#|꜒|ɠˠ|-
[Q.1incl.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |ɽˠ|u|꜖꜒|hkˤ|-
[Q.1incl.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |htʷ|i|꜖|qʼʲ|-
[Q.1incl.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |ɳ̥ˠ|a|̰꜖|pˤ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʰʲ|i|꜒|ɽʲ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |pʰʲ|ᵊ|꜒꜖|ɳ̥ʲ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ɹʷ|iː|꜒|t͡ʃ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |qʼˠ|i|̰꜒|ʄʲ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |ʈʰˠ|ʉ|꜒꜖|htˠ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ʈˠ|iː|꜖꜒|ʈʼʲ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |ᵏǀʰʲ|aː|꜖꜒|ŋ̥ˤ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |qʼˤ|i#|̰꜒|ʜˠ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǁʼˠ|i|꜖꜒|tʼʲ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |mʲ|i#ː|̰꜒|ʈʲ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|ᵊ|꜒|hpʲ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǀʰʲ|u|̰꜖|r̥ˤ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǀʼʲ|i|̰꜖|ŋ̥ʲ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀʼˠ|ᵊ|̰꜒|ɾˠ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ɰʷ|a|꜒꜖|ɴˠ|-
[Q.1incl.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |kʲ|u|꜖꜒|rʲ|-
[Q.1incl.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |sˠ|u#|꜒꜖|ʈʼʲ|-
[Q.1incl.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ᵏǃʷ|aː|̰꜒|mˠ|-
[Q.1incl.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ʈˠ|ʉ|꜖꜒|ʂˠ|-
[Q.1incl.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |d͡ʐˠ|aː|꜒|ʋˠ|-
[Q.1incl.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ɠˠ|ᵊ|꜒꜖|ɴˤ|-
[Q.1incl.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |ʛʷ|a|̰꜖|t͡ʃ|-
[Q.1incl.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ɭʲ|ʉ|꜒|lˠ|-
[Q.1incl.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ᵏǃʰʷ|i|̰꜖|tʰˠ|-
[Q.1incl.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |sʷ|i|꜒꜖|ɴˤ|-
[Q.1incl.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʼˤ|a|꜖꜒|ɻʲ|-
[Q.1incl.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |ɴˤ|i|꜒꜖|rʷ|-
[Q.1incl.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |t͡ʂˠ|ᵊ|̰꜒|nˤ|-
[Q.1incl.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |ɹʲ|iː|̰꜖|mˠ|-
[Q.1incl.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ŋ̥ʲ|a|꜖꜒|sʲ|-
[Q.1incl.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |mˠ|i#|꜒|tˠ|-
[Q.1incl.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |t͡sˤ|i|̰꜒|hʈˠ|-
[Q.1excl.none.1incl.NEG.active.indicative.PRES] => |ᵏǀʼˤ|uː|꜖|pʰˤ|-
[Q.1excl.none.1incl.NEG.active.indicative.PAST] => |ɗʲ|u|꜖|nʲ|-
[Q.1excl.none.1incl.NEG.active.imperative.PRES] => |ɓˤ|uː|̰꜒|ʈˠ|-
[Q.1excl.none.1incl.NEG.active.imperative.PAST] => |qʼˠ|ʉː|꜒|r̥ʷ|-
[Q.1excl.none.1incl.NEG.active.conditional.PRES] => |ᵑǃʼˤ|a#ː|̰꜒|tʼʷ|-
[Q.1excl.none.1incl.NEG.active.conditional.PAST] => |ᵏǃʰˤ|i|̰꜒|t͡ʃ|-
[Q.1excl.none.1incl.NEG.active.optative.PRES] => |ɹʷ|a|꜒|htˠ|-
[Q.1excl.none.1incl.NEG.active.optative.PAST] => |hpʲ|a|꜒|tʰˠ|-
[Q.1excl.none.1incl.NEG.passive.indicative.PRES] => |ɰˠ|ʉ#|꜒|r̥ʲ|-
[Q.1excl.none.1incl.NEG.passive.indicative.PAST] => |j|aː|꜒꜖|ɰʲ|-
[Q.1excl.none.1incl.NEG.passive.imperative.PRES] => |tʲ|uː|꜒|ŋˤ|-
[Q.1excl.none.1incl.NEG.passive.imperative.PAST] => |ᵏǃʰˠ|a|̰꜖|ʂʲ|-
[Q.1excl.none.1incl.NEG.passive.conditional.PRES] => |n̥ʲ|a|̰꜒|rˠ|-
[Q.1excl.none.1incl.NEG.passive.conditional.PAST] => |ᵑǃʲ|ᵊ|꜖꜒|pʰʲ|-
[Q.1excl.none.1incl.NEG.passive.optative.PRES] => |hkˠ|i|̰꜒|ɳʲ|-
[Q.1excl.none.1incl.NEG.passive.optative.PAST] => |t͡ʂˠ|aː|꜖꜒|ʜˠ|-
[Q.1excl.none.1incl.POS.active.indicative.PRES] => |ʈʼˠ|i|꜒|qˠ|-
[Q.1excl.none.1incl.POS.active.indicative.PAST] => |kʰʲ|ʉ#|꜒|tʰʷ|-
[Q.1excl.none.1incl.POS.active.imperative.PRES] => |ᵑǁʲ|ᵊ|꜖|ʋʲ|-
[Q.1excl.none.1incl.POS.active.imperative.PAST] => |kʼˠ|a|̰꜖|ɠʲ|-
[Q.1excl.none.1incl.POS.active.conditional.PRES] => |wʲ|ᵊ|꜖|sʷ|-
[Q.1excl.none.1incl.POS.active.conditional.PAST] => |m̥ʲ|i|̰꜖|ɹˤ|-
[Q.1excl.none.1incl.POS.active.optative.PRES] => |ʜˠ|a|꜒|ɥˤ|-
[Q.1excl.none.1incl.POS.active.optative.PAST] => |ᵑǀʼʲ|ʉ#ː|꜖꜒|pʰˠ|-
[Q.1excl.none.1incl.POS.passive.indicative.PRES] => |kʰˠ|ʉ#|꜖|ɹˤ|-
[Q.1excl.none.1incl.POS.passive.indicative.PAST] => |kʼʷ|iː|꜖꜒|ʂʲ|-
[Q.1excl.none.1incl.POS.passive.imperative.PRES] => |ʈʰˠ|ʉ#ː|꜒꜖|ɹˠ|-
[Q.1excl.none.1incl.POS.passive.imperative.PAST] => |ᵑǃʼˠ|i|꜖꜒|ʈʰʲ|-
[Q.1excl.none.1incl.POS.passive.conditional.PRES] => |ᵏǁʲ|i|꜒꜖|kʼˤ|-
[Q.1excl.none.1incl.POS.passive.conditional.PAST] => |ᵑǃʷ|i|꜖|ʃʲ|-
[Q.1excl.none.1incl.POS.passive.optative.PRES] => |d͡ʐˠ|u#ː|꜖|hkʲ|-
[Q.1excl.none.1incl.POS.passive.optative.PAST] => |t͡ʂʲ|i#|꜒꜖|sʲ|-
[Q.1excl.none.1excl.NEG.active.indicative.PRES] => |ᵏǃʰʲ|ᵊ|꜖꜒|pʼˤ|-
[Q.1excl.none.1excl.NEG.active.indicative.PAST] => |ʂʲ|i|̰꜒|kʼˤ|-
[Q.1excl.none.1excl.NEG.active.imperative.PRES] => |ɠˤ|aː|̰꜒|tʼˠ|-
[Q.1excl.none.1excl.NEG.active.imperative.PAST] => |ɴˠ|uː|꜖꜒|wˤ|-
[Q.1excl.none.1excl.NEG.active.conditional.PRES] => |kʰʷ|a|꜖꜒|mˤ|-
[Q.1excl.none.1excl.NEG.active.conditional.PAST] => |ɳ̥ʲ|ʉː|̰꜒|hkˠ|-
[Q.1excl.none.1excl.NEG.active.optative.PRES] => |ɴˤ|i|꜖|ɽʲ|-
[Q.1excl.none.1excl.NEG.active.optative.PAST] => |ɴˠ|a|̰꜒|hʈˠ|-
[Q.1excl.none.1excl.NEG.passive.indicative.PRES] => |pˤ|u|̰꜒|ʛˤ|-
[Q.1excl.none.1excl.NEG.passive.indicative.PAST] => |tʲ|a|̰꜒|ɳ̥ˠ|-
[Q.1excl.none.1excl.NEG.passive.imperative.PRES] => |tʰˠ|uː|꜖꜒|ʈʼʲ|-
[Q.1excl.none.1excl.NEG.passive.imperative.PAST] => |ɗˠ|i|꜒꜖|ŋ̥ʷ|-
[Q.1excl.none.1excl.NEG.passive.conditional.PRES] => |ʈʼˠ|ʉː|꜒꜖|kʰʲ|-
[Q.1excl.none.1excl.NEG.passive.conditional.PAST] => |t͡sʲ|iː|꜖|ɓʲ|-
[Q.1excl.none.1excl.NEG.passive.optative.PRES] => |mˠ|u|̰꜖|kʰʲ|-
[Q.1excl.none.1excl.NEG.passive.optative.PAST] => |ɭˠ|a|꜖꜒|lʲ|-
[Q.1excl.none.1excl.POS.active.indicative.PRES] => |ɗˠ|aː|꜒꜖|tʰʷ|-
[Q.1excl.none.1excl.POS.active.indicative.PAST] => |lˠ|ᵊ|̰꜖|kˠ|-
[Q.1excl.none.1excl.POS.active.imperative.PRES] => |pʰˤ|a|꜖꜒|ɰʷ|-
[Q.1excl.none.1excl.POS.active.imperative.PAST] => |ɠˤ|iː|̰꜖|ɳ̥ʲ|-
[Q.1excl.none.1excl.POS.active.conditional.PRES] => |ᵏǀʷ|ᵊ|꜒꜖|qʼˤ|-
[Q.1excl.none.1excl.POS.active.conditional.PAST] => |ʈʰˠ|i#|̰꜖|rʲ|-
[Q.1excl.none.1excl.POS.active.optative.PRES] => |ɴˠ|u#|꜒|tʼˤ|-
[Q.1excl.none.1excl.POS.active.optative.PAST] => |ᵏǃʼʷ|ʉ|̰꜒|wʲ|-
[Q.1excl.none.1excl.POS.passive.indicative.PRES] => |qʲ|i|̰꜖|qˤ|-
[Q.1excl.none.1excl.POS.passive.indicative.PAST] => |ᵑǀʲ|iː|̰꜒|pʰʲ|-
[Q.1excl.none.1excl.POS.passive.imperative.PRES] => |pʼʲ|ʉ#|̰꜖|ʃˠ|-
[Q.1excl.none.1excl.POS.passive.imperative.PAST] => |ɴʲ|a|꜒|ɽˠ|-
[Q.1excl.none.1excl.POS.passive.conditional.PRES] => |ɓˤ|ʉ|꜖|wˤ|-
[Q.1excl.none.1excl.POS.passive.conditional.PAST] => |m̥ˤ|ʉ#|̰꜖|ɳ̥ʲ|-
[Q.1excl.none.1excl.POS.passive.optative.PRES] => |ɗˤ|u#|̰꜖|kʼˠ|-
[Q.1excl.none.1excl.POS.passive.optative.PAST] => |ɭʲ|a|̰꜒|d͡ʐʲ|-
[Q.1excl.none.2.NEG.active.indicative.PRES] => |ᵏǃʰʷ|ᵊ|̰꜒|ɴˠ|-
[Q.1excl.none.2.NEG.active.indicative.PAST] => |ᵏǁʼˠ|a|̰꜖|ʜˠ|-
[Q.1excl.none.2.NEG.active.imperative.PRES] => |ɓˠ|i|꜒꜖|nʲ|-
[Q.1excl.none.2.NEG.active.imperative.PAST] => |kʷ|a|꜒꜖|n̥ˠ|-
[Q.1excl.none.2.NEG.active.conditional.PRES] => |ɰˠ|i|꜒꜖|pʰʲ|-
[Q.1excl.none.2.NEG.active.conditional.PAST] => |pʰˤ|ᵊ|꜖|ɭʲ|-
[Q.1excl.none.2.NEG.active.optative.PRES] => |kʰˠ|a|꜒꜖|ʜʲ|-
[Q.1excl.none.2.NEG.active.optative.PAST] => |qʼʷ|i#ː|̰꜖|qʼʲ|-
[Q.1excl.none.2.NEG.passive.indicative.PRES] => |ᵏǃʼʲ|a|꜒꜖|ɗˠ|-
[Q.1excl.none.2.NEG.passive.indicative.PAST] => |ᵑǁˠ|ʉ#|̰꜖|hkʲ|-
[Q.1excl.none.2.NEG.passive.imperative.PRES] => |ɗʲ|ᵊ|꜖|t͡sˤ|-
[Q.1excl.none.2.NEG.passive.imperative.PAST] => |m̥ʲ|a#|꜖|t͡ʃ|-
[Q.1excl.none.2.NEG.passive.conditional.PRES] => |hkʷ|iː|꜖꜒|ɠʷ|-
[Q.1excl.none.2.NEG.passive.conditional.PAST] => |ɹʲ|a|̰꜒|ɓˤ|-
[Q.1excl.none.2.NEG.passive.optative.PRES] => |ɓˤ|ʉ#|꜒|ɾʲ|-
[Q.1excl.none.2.NEG.passive.optative.PAST] => |hʈʲ|ʉ#ː|꜖꜒|sʲ|-
[Q.1excl.none.2.POS.active.indicative.PRES] => |mʲ|a#ː|꜖꜒|qʷ|-
[Q.1excl.none.2.POS.active.indicative.PAST] => |ʈʰˠ|a#ː|̰꜒|qʼʲ|-
[Q.1excl.none.2.POS.active.imperative.PRES] => |ʛˠ|u|꜒|ɰˤ|-
[Q.1excl.none.2.POS.active.imperative.PAST] => |m̥ˤ|ᵊ|꜒|rʷ|-
[Q.1excl.none.2.POS.active.conditional.PRES] => |tˤ|ᵊ|꜖꜒|ʂˠ|-
[Q.1excl.none.2.POS.active.conditional.PAST] => |ɰʷ|a#|꜒꜖|ɗˠ|-
[Q.1excl.none.2.POS.active.optative.PRES] => |pʰʲ|ᵊ|꜒꜖|r̥ʷ|-
[Q.1excl.none.2.POS.active.optative.PAST] => |r̥ˤ|a|꜖|ɰˤ|-
[Q.1excl.none.2.POS.passive.indicative.PRES] => |ᵏǁˠ|ʉ|̰꜖|t͡sˠ|-
[Q.1excl.none.2.POS.passive.indicative.PAST] => |ᵏǀʰˠ|u|꜖꜒|qʼʷ|-
[Q.1excl.none.2.POS.passive.imperative.PRES] => |mˤ|a#ː|̰꜖|r̥ˠ|-
[Q.1excl.none.2.POS.passive.imperative.PAST] => |mʲ|u#ː|̰꜒|ʔ|-
[Q.1excl.none.2.POS.passive.conditional.PRES] => |ŋˤ|a#|꜒|nˠ|-
[Q.1excl.none.2.POS.passive.conditional.PAST] => |ᵑǁʼˠ|i|̰꜒|tʼˤ|-
[Q.1excl.none.2.POS.passive.optative.PRES] => |kʷ|a|꜖꜒|ŋ̥ʲ|-
[Q.1excl.none.2.POS.passive.optative.PAST] => |ʛʲ|uː|꜒꜖|qˠ|-
[Q.1excl.none.3.cl.1.NEG.active.indicative.PRES] => |n̥ˤ|a|̰꜒|tʲ|-
[Q.1excl.none.3.cl.1.NEG.active.indicative.PAST] => |ᵏǁʰˠ|i|̰꜖|wˠ|-
[Q.1excl.none.3.cl.1.NEG.active.imperative.PRES] => |kʼˤ|ᵊ|̰꜒|ʛˠ|-
[Q.1excl.none.3.cl.1.NEG.active.imperative.PAST] => |ᵑǀʼʷ|ʉ#ː|꜒꜖|n̥ʲ|-
[Q.1excl.none.3.cl.1.NEG.active.conditional.PRES] => |ᵑǀʼʷ|i|꜒꜖|kʰʲ|-
[Q.1excl.none.3.cl.1.NEG.active.conditional.PAST] => |tʼʲ|ʉ#|꜒꜖|ɴʷ|-
[Q.1excl.none.3.cl.1.NEG.active.optative.PRES] => |r̥ʷ|aː|꜒|rʲ|-
[Q.1excl.none.3.cl.1.NEG.active.optative.PAST] => |t͡sˠ|i|꜒꜖|ʋˠ|-
[Q.1excl.none.3.cl.1.NEG.passive.indicative.PRES] => |ɽʲ|a|꜖|wˤ|-
[Q.1excl.none.3.cl.1.NEG.passive.indicative.PAST] => |t͡ʂˠ|ʉ#|꜒꜖|ɴʲ|-
[Q.1excl.none.3.cl.1.NEG.passive.imperative.PRES] => |tʼʲ|ʉ#|꜖|ʈʼʲ|-
[Q.1excl.none.3.cl.1.NEG.passive.imperative.PAST] => |ɹʷ|ʉː|꜒꜖|ŋˤ|-
[Q.1excl.none.3.cl.1.NEG.passive.conditional.PRES] => |pʼˠ|i|꜒|ɠʷ|-
[Q.1excl.none.3.cl.1.NEG.passive.conditional.PAST] => |htˤ|u#ː|꜖꜒|kʼʷ|-
[Q.1excl.none.3.cl.1.NEG.passive.optative.PRES] => |ɓˤ|ʉ#|꜖|ŋ̥ˤ|-
[Q.1excl.none.3.cl.1.NEG.passive.optative.PAST] => |tɬʲ|ʉ|꜖|ʂʲ|-
[Q.1excl.none.3.cl.1.POS.active.indicative.PRES] => |ᵏǃʼˤ|a|̰꜖|ɾʷ|-
[Q.1excl.none.3.cl.1.POS.active.indicative.PAST] => |r̥ˤ|ᵊ|꜒꜖|kʼˤ|-
[Q.1excl.none.3.cl.1.POS.active.imperative.PRES] => |hpʲ|a|꜖|ŋ̥ˤ|-
[Q.1excl.none.3.cl.1.POS.active.imperative.PAST] => |h|u#ː|꜖|nʲ|-
[Q.1excl.none.3.cl.1.POS.active.conditional.PRES] => |ɥˤ|iː|꜖꜒|ʈʲ|-
[Q.1excl.none.3.cl.1.POS.active.conditional.PAST] => |hkʲ|u|̰꜒|rˠ|-
[Q.1excl.none.3.cl.1.POS.active.optative.PRES] => |nʷ|iː|꜖꜒|kˠ|-
[Q.1excl.none.3.cl.1.POS.active.optative.PAST] => |ɾˠ|u|̰꜒|ɹˤ|-
[Q.1excl.none.3.cl.1.POS.passive.indicative.PRES] => |ᵏǃʼʲ|ʉ#ː|̰꜖|lˠ|-
[Q.1excl.none.3.cl.1.POS.passive.indicative.PAST] => |ᵏǁʼˠ|a|̰꜖|ɳ̥ˠ|-
[Q.1excl.none.3.cl.1.POS.passive.imperative.PRES] => |ɴʲ|a#|꜒꜖|qʼʷ|-
[Q.1excl.none.3.cl.1.POS.passive.imperative.PAST] => |hkˠ|ʉ#ː|̰꜒|ɾˠ|-
[Q.1excl.none.3.cl.1.POS.passive.conditional.PRES] => |nʷ|ʉ#|̰꜖|qʼˠ|-
[Q.1excl.none.3.cl.1.POS.passive.conditional.PAST] => |r̥ˠ|u#|̰꜖|rˤ|-
[Q.1excl.none.3.cl.1.POS.passive.optative.PRES] => |ʃˠ|a|꜒|tʼˤ|-
[Q.1excl.none.3.cl.1.POS.passive.optative.PAST] => |ɠʲ|i|꜒꜖|ʛˤ|-
[Q.1excl.none.3.cl.2.NEG.active.indicative.PRES] => |qʼʷ|a#|꜒꜖|ɗʷ|-
[Q.1excl.none.3.cl.2.NEG.active.indicative.PAST] => |qʼˤ|a|̰꜒|ŋ̥ʲ|-
[Q.1excl.none.3.cl.2.NEG.active.imperative.PRES] => |sʷ|a|꜒꜖|qˠ|-
[Q.1excl.none.3.cl.2.NEG.active.imperative.PAST] => |ɴʲ|a|꜖|kʼʷ|-
[Q.1excl.none.3.cl.2.NEG.active.conditional.PRES] => |ɻˠ|ʉ|̰꜒|qʼʲ|-
[Q.1excl.none.3.cl.2.NEG.active.conditional.PAST] => |wˠ|uː|̰꜒|ɳ̥ˠ|-
[Q.1excl.none.3.cl.2.NEG.active.optative.PRES] => |ɥˤ|i|꜖|ɽˠ|-
[Q.1excl.none.3.cl.2.NEG.active.optative.PAST] => |ŋʲ|a|꜒꜖|ɗˠ|-
[Q.1excl.none.3.cl.2.NEG.passive.indicative.PRES] => |m̥ˤ|a|̰꜖|ɻʲ|-
[Q.1excl.none.3.cl.2.NEG.passive.indicative.PAST] => |ɹʲ|u|꜒꜖|d͡ʐʲ|-
[Q.1excl.none.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǁʼˠ|u|꜖꜒|ɗʷ|-
[Q.1excl.none.3.cl.2.NEG.passive.imperative.PAST] => |sˠ|u#|꜖꜒|ɽʲ|-
[Q.1excl.none.3.cl.2.NEG.passive.conditional.PRES] => |tʼˤ|a|꜒꜖|n̥ˠ|-
[Q.1excl.none.3.cl.2.NEG.passive.conditional.PAST] => |ɗʲ|a#ː|̰꜖|ŋ̥ˤ|-
[Q.1excl.none.3.cl.2.NEG.passive.optative.PRES] => |ᵏǁʲ|iː|꜖|pʲ|-
[Q.1excl.none.3.cl.2.NEG.passive.optative.PAST] => |ᵑǃʷ|aː|꜒꜖|d͡ʐˠ|-
[Q.1excl.none.3.cl.2.POS.active.indicative.PRES] => |tˤ|u#|꜒꜖|kʼˤ|-
[Q.1excl.none.3.cl.2.POS.active.indicative.PAST] => |r̥ʲ|ᵊ|꜒꜖|rˤ|-
[Q.1excl.none.3.cl.2.POS.active.imperative.PRES] => |ᵑǀʼʷ|ᵊ|꜒|hkˤ|-
[Q.1excl.none.3.cl.2.POS.active.imperative.PAST] => |kʲ|ʉ|꜒|ɥˠ|-
[Q.1excl.none.3.cl.2.POS.active.conditional.PRES] => |lʲ|a#|̰꜖|htˠ|-
[Q.1excl.none.3.cl.2.POS.active.conditional.PAST] => |nˤ|ᵊ|̰꜖|kʼʷ|-
[Q.1excl.none.3.cl.2.POS.active.optative.PRES] => |ᵏǃʰʷ|i|̰꜒|ʈʰˠ|-
[Q.1excl.none.3.cl.2.POS.active.optative.PAST] => |qˠ|ᵊ|꜖|d͡ʐˠ|-
[Q.1excl.none.3.cl.2.POS.passive.indicative.PRES] => |ᵑǀˠ|ᵊ|̰꜒|pʼʲ|-
[Q.1excl.none.3.cl.2.POS.passive.indicative.PAST] => |ɾˤ|u|̰꜖|rʲ|-
[Q.1excl.none.3.cl.2.POS.passive.imperative.PRES] => |ʈˠ|i|̰꜖|ɽʲ|-
[Q.1excl.none.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀʼˤ|a#ː|꜒|ʜˠ|-
[Q.1excl.none.3.cl.2.POS.passive.conditional.PRES] => |kʰˠ|u|꜖|n̥ʲ|-
[Q.1excl.none.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʼʲ|u|꜒|qʼˤ|-
[Q.1excl.none.3.cl.2.POS.passive.optative.PRES] => |ɴˠ|a|̰꜒|t͡sˠ|-
[Q.1excl.none.3.cl.2.POS.passive.optative.PAST] => |ᵏǃˤ|a|꜒|sʲ|-
[Q.1excl.none.3.cl.3.NEG.active.indicative.PRES] => |pʼˤ|ʉ|꜒꜖|ɗʲ|-
[Q.1excl.none.3.cl.3.NEG.active.indicative.PAST] => |ᵑǃʷ|ᵊ|꜒|wˤ|-
[Q.1excl.none.3.cl.3.NEG.active.imperative.PRES] => |m̥ʲ|ʉ|̰꜖|n̥ʷ|-
[Q.1excl.none.3.cl.3.NEG.active.imperative.PAST] => |hʈˠ|i|꜒|ɻʲ|-
[Q.1excl.none.3.cl.3.NEG.active.conditional.PRES] => |qˤ|i|꜖꜒|tʰʲ|-
[Q.1excl.none.3.cl.3.NEG.active.conditional.PAST] => |ᵏǃʰʷ|ʉ#|꜒|d͡ʐˠ|-
[Q.1excl.none.3.cl.3.NEG.active.optative.PRES] => |ɗʲ|ʉ|̰꜖|ʛʷ|-
[Q.1excl.none.3.cl.3.NEG.active.optative.PAST] => |ᵏǃʼʲ|u|꜖꜒|ɠʷ|-
[Q.1excl.none.3.cl.3.NEG.passive.indicative.PRES] => |sʲ|i|꜒꜖|tʼʲ|-
[Q.1excl.none.3.cl.3.NEG.passive.indicative.PAST] => |lˠ|i|꜖꜒|lˠ|-
[Q.1excl.none.3.cl.3.NEG.passive.imperative.PRES] => |ʈʰˠ|u#ː|꜖|h|-
[Q.1excl.none.3.cl.3.NEG.passive.imperative.PAST] => |pˤ|u#ː|꜒|ɻʲ|-
[Q.1excl.none.3.cl.3.NEG.passive.conditional.PRES] => |ʄʲ|i|꜒|kʰʲ|-
[Q.1excl.none.3.cl.3.NEG.passive.conditional.PAST] => |r̥ʲ|iː|꜖꜒|ʜˠ|-
[Q.1excl.none.3.cl.3.NEG.passive.optative.PRES] => |n̥ʲ|a|̰꜖|ʈʲ|-
[Q.1excl.none.3.cl.3.NEG.passive.optative.PAST] => |mˠ|ᵊ|꜒|ŋʲ|-
[Q.1excl.none.3.cl.3.POS.active.indicative.PRES] => |kʰˤ|aː|꜖|ʋʲ|-
[Q.1excl.none.3.cl.3.POS.active.indicative.PAST] => |h|iː|꜒|ɹʷ|-
[Q.1excl.none.3.cl.3.POS.active.imperative.PRES] => |pʰʲ|i|̰꜖|ŋ̥ˠ|-
[Q.1excl.none.3.cl.3.POS.active.imperative.PAST] => |n̥ʷ|a|̰꜒|hpˤ|-
[Q.1excl.none.3.cl.3.POS.active.conditional.PRES] => |t͡ʂˠ|i#ː|꜖|ʈˠ|-
[Q.1excl.none.3.cl.3.POS.active.conditional.PAST] => |qʷ|a#|꜒꜖|nʷ|-
[Q.1excl.none.3.cl.3.POS.active.optative.PRES] => |d͡ʐˠ|aː|̰꜖|ɭʲ|-
[Q.1excl.none.3.cl.3.POS.active.optative.PAST] => |qʼʷ|ʉ#|꜒꜖|kˤ|-
[Q.1excl.none.3.cl.3.POS.passive.indicative.PRES] => |ᵑǃˤ|a|꜖|tʼʷ|-
[Q.1excl.none.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʲ|i|꜒꜖|wʲ|-
[Q.1excl.none.3.cl.3.POS.passive.imperative.PRES] => |hkˤ|aː|꜖꜒|ɭˠ|-
[Q.1excl.none.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʰʲ|a|̰꜖|t͡sʷ|-
[Q.1excl.none.3.cl.3.POS.passive.conditional.PRES] => |pʼʲ|ʉː|꜒꜖|ɗˠ|-
[Q.1excl.none.3.cl.3.POS.passive.conditional.PAST] => |ʄˠ|ʉː|꜖|ʈʼˠ|-
[Q.1excl.none.3.cl.3.POS.passive.optative.PRES] => |ʡˠ|aː|꜒꜖|tʰˤ|-
[Q.1excl.none.3.cl.3.POS.passive.optative.PAST] => |ᵏǃʼʷ|ʉ#|̰꜒|ɭˠ|-
[Q.1excl.none.3.cl.4.NEG.active.indicative.PRES] => |ɥʲ|ʉ|꜒|ɓˤ|-
[Q.1excl.none.3.cl.4.NEG.active.indicative.PAST] => |pˤ|i|꜒꜖|ʈʼʲ|-
[Q.1excl.none.3.cl.4.NEG.active.imperative.PRES] => |ɴˤ|a|꜒꜖|hkʲ|-
[Q.1excl.none.3.cl.4.NEG.active.imperative.PAST] => |ᵑǃˠ|a|꜒|rˠ|-
[Q.1excl.none.3.cl.4.NEG.active.conditional.PRES] => |htˠ|i|꜖꜒|n̥ʷ|-
[Q.1excl.none.3.cl.4.NEG.active.conditional.PAST] => |ʃʲ|u|꜖꜒|mˤ|-
[Q.1excl.none.3.cl.4.NEG.active.optative.PRES] => |ᵏǃˠ|i|̰꜖|t͡ʂʲ|-
[Q.1excl.none.3.cl.4.NEG.active.optative.PAST] => |pʼˤ|i|꜖|ɹˤ|-
[Q.1excl.none.3.cl.4.NEG.passive.indicative.PRES] => |hkʷ|ʉ|꜒꜖|ʋˠ|-
[Q.1excl.none.3.cl.4.NEG.passive.indicative.PAST] => |qˠ|a|̰꜒|ʔ|-
[Q.1excl.none.3.cl.4.NEG.passive.imperative.PRES] => |ɓʲ|ᵊ|̰꜒|ɹˤ|-
[Q.1excl.none.3.cl.4.NEG.passive.imperative.PAST] => |ɳˠ|aː|꜒|ɓˠ|-
[Q.1excl.none.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃˤ|a#|꜖꜒|tʼˠ|-
[Q.1excl.none.3.cl.4.NEG.passive.conditional.PAST] => |m̥ˤ|u#|꜖꜒|pʼˠ|-
[Q.1excl.none.3.cl.4.NEG.passive.optative.PRES] => |ʜʲ|a#|꜒|ɰʲ|-
[Q.1excl.none.3.cl.4.NEG.passive.optative.PAST] => |htˠ|i|꜒|m̥ˠ|-
[Q.1excl.none.3.cl.4.POS.active.indicative.PRES] => |wˤ|a|꜖|ɳʲ|-
[Q.1excl.none.3.cl.4.POS.active.indicative.PAST] => |r̥ʷ|ʉ|꜖|tˠ|-
[Q.1excl.none.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʼˤ|u#|̰꜖|ʜˠ|-
[Q.1excl.none.3.cl.4.POS.active.imperative.PAST] => |ɰˤ|i|̰꜖|ɓˤ|-
[Q.1excl.none.3.cl.4.POS.active.conditional.PRES] => |ʄˠ|uː|̰꜒|t͡sʷ|-
[Q.1excl.none.3.cl.4.POS.active.conditional.PAST] => |ŋˤ|a|꜖꜒|tʷ|-
[Q.1excl.none.3.cl.4.POS.active.optative.PRES] => |kʼˤ|ʉː|̰꜖|t͡sʲ|-
[Q.1excl.none.3.cl.4.POS.active.optative.PAST] => |sˠ|u|꜖|ʋˤ|-
[Q.1excl.none.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃˠ|a|꜒꜖|r̥ˤ|-
[Q.1excl.none.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃˤ|iː|̰꜖|ɾʷ|-
[Q.1excl.none.3.cl.4.POS.passive.imperative.PRES] => |pʼˠ|i|̰꜒|ɳʲ|-
[Q.1excl.none.3.cl.4.POS.passive.imperative.PAST] => |ᵑǀˤ|i#|̰꜖|ɠˤ|-
[Q.1excl.none.3.cl.4.POS.passive.conditional.PRES] => |kʰˤ|i|꜒|qʼʲ|-
[Q.1excl.none.3.cl.4.POS.passive.conditional.PAST] => |ɹʷ|ʉ#|꜒꜖|kʼʲ|-
[Q.1excl.none.3.cl.4.POS.passive.optative.PRES] => |ᵑǀʷ|ᵊ|꜒|ɹˠ|-
[Q.1excl.none.3.cl.4.POS.passive.optative.PAST] => |sˠ|a|꜒꜖|wʲ|-
[Q.1excl.1incl.1incl.NEG.active.indicative.PRES] => |wˠ|u|꜖꜒|ʈʰʲ|-
[Q.1excl.1incl.1incl.NEG.active.indicative.PAST] => |ʃʲ|ᵊ|̰꜖|kʼʲ|-
[Q.1excl.1incl.1incl.NEG.active.imperative.PRES] => |tʼʲ|ᵊ|꜒꜖|mˠ|-
[Q.1excl.1incl.1incl.NEG.active.imperative.PAST] => |ɠʷ|aː|꜖꜒|ɓˤ|-
[Q.1excl.1incl.1incl.NEG.active.conditional.PRES] => |qʲ|a#|꜖꜒|rʷ|-
[Q.1excl.1incl.1incl.NEG.active.conditional.PAST] => |ɠˤ|i#|꜒|rˠ|-
[Q.1excl.1incl.1incl.NEG.active.optative.PRES] => |rʷ|i#ː|̰꜖|lʲ|-
[Q.1excl.1incl.1incl.NEG.active.optative.PAST] => |ᵑǀˠ|uː|̰꜒|tʼʷ|-
[Q.1excl.1incl.1incl.NEG.passive.indicative.PRES] => |ɓˠ|a|̰꜖|ɳ̥ˠ|-
[Q.1excl.1incl.1incl.NEG.passive.indicative.PAST] => |t͡sʷ|a|̰꜒|ʈʼˠ|-
[Q.1excl.1incl.1incl.NEG.passive.imperative.PRES] => |htʲ|u|꜖꜒|pʼʲ|-
[Q.1excl.1incl.1incl.NEG.passive.imperative.PAST] => |ɹˠ|uː|꜖꜒|ɴʲ|-
[Q.1excl.1incl.1incl.NEG.passive.conditional.PRES] => |n̥ʲ|i|̰꜖|m̥ˠ|-
[Q.1excl.1incl.1incl.NEG.passive.conditional.PAST] => |ɥʲ|aː|̰꜖|ʂˠ|-
[Q.1excl.1incl.1incl.NEG.passive.optative.PRES] => |sʲ|ᵊ|̰꜒|kʷ|-
[Q.1excl.1incl.1incl.NEG.passive.optative.PAST] => |kʰʲ|i#ː|꜒|t͡ʂʲ|-
[Q.1excl.1incl.1incl.POS.active.indicative.PRES] => |ɴˠ|u#|꜒|kʰʲ|-
[Q.1excl.1incl.1incl.POS.active.indicative.PAST] => |n̥ˠ|iː|꜖|ɴʲ|-
[Q.1excl.1incl.1incl.POS.active.imperative.PRES] => |pʰʲ|ʉː|̰꜒|sˠ|-
[Q.1excl.1incl.1incl.POS.active.imperative.PAST] => |pʰʲ|ᵊ|꜖|n̥ʲ|-
[Q.1excl.1incl.1incl.POS.active.conditional.PRES] => |ɻˠ|a|̰꜖|ʈʼˠ|-
[Q.1excl.1incl.1incl.POS.active.conditional.PAST] => |ʋˤ|i#ː|꜖꜒|ɳ̥ʲ|-
[Q.1excl.1incl.1incl.POS.active.optative.PRES] => |pˤ|a|꜖|ɻˠ|-
[Q.1excl.1incl.1incl.POS.active.optative.PAST] => |ʋʲ|u|̰꜒|ʜˠ|-
[Q.1excl.1incl.1incl.POS.passive.indicative.PRES] => |qʷ|a|꜖꜒|wˤ|-
[Q.1excl.1incl.1incl.POS.passive.indicative.PAST] => |ɹˠ|u#|꜖꜒|ŋ̥ʷ|-
[Q.1excl.1incl.1incl.POS.passive.imperative.PRES] => |ᵏǃʰʷ|a|̰꜖|kʲ|-
[Q.1excl.1incl.1incl.POS.passive.imperative.PAST] => |pʼˠ|u|̰꜖|ʂʲ|-
[Q.1excl.1incl.1incl.POS.passive.conditional.PRES] => |qʼˠ|ʉ|꜒꜖|pˤ|-
[Q.1excl.1incl.1incl.POS.passive.conditional.PAST] => |kʼʲ|a|̰꜒|pʰˤ|-
[Q.1excl.1incl.1incl.POS.passive.optative.PRES] => |ʃʲ|i#|꜒꜖|ŋ̥ʲ|-
[Q.1excl.1incl.1incl.POS.passive.optative.PAST] => |ɠˤ|u|꜒꜖|tʰˠ|-
[Q.1excl.1incl.1excl.NEG.active.indicative.PRES] => |ᵏǁʲ|u#|꜒|ʈʼʲ|-
[Q.1excl.1incl.1excl.NEG.active.indicative.PAST] => |ɭˠ|ʉ|꜖꜒|nʲ|-
[Q.1excl.1incl.1excl.NEG.active.imperative.PRES] => |tʰʲ|u|̰꜒|kˠ|-
[Q.1excl.1incl.1excl.NEG.active.imperative.PAST] => |ᵑǀʼʷ|ʉ#|꜖꜒|qˠ|-
[Q.1excl.1incl.1excl.NEG.active.conditional.PRES] => |hkʲ|ʉ|꜖꜒|ɹʲ|-
[Q.1excl.1incl.1excl.NEG.active.conditional.PAST] => |ɳ̥ˠ|i#ː|̰꜒|kʰʷ|-
[Q.1excl.1incl.1excl.NEG.active.optative.PRES] => |tʼˤ|aː|꜖|sʲ|-
[Q.1excl.1incl.1excl.NEG.active.optative.PAST] => |ɻˠ|i|꜖|ʈʼʲ|-
[Q.1excl.1incl.1excl.NEG.passive.indicative.PRES] => |ɗˤ|ᵊ|꜒꜖|ɽˠ|-
[Q.1excl.1incl.1excl.NEG.passive.indicative.PAST] => |ʈʰʲ|aː|꜖꜒|kʼˤ|-
[Q.1excl.1incl.1excl.NEG.passive.imperative.PRES] => |tʼʷ|ᵊ|̰꜖|ʃʲ|-
[Q.1excl.1incl.1excl.NEG.passive.imperative.PAST] => |tʰˠ|ʉ#|꜖꜒|nˤ|-
[Q.1excl.1incl.1excl.NEG.passive.conditional.PRES] => |ʋˠ|ʉː|꜒꜖|htʲ|-
[Q.1excl.1incl.1excl.NEG.passive.conditional.PAST] => |ɻˠ|ᵊ|꜒|t͡sʷ|-
[Q.1excl.1incl.1excl.NEG.passive.optative.PRES] => |ᵏǀʰʷ|a#|̰꜒|kʰˠ|-
[Q.1excl.1incl.1excl.NEG.passive.optative.PAST] => |ɰʲ|a|꜖꜒|ʈʰʲ|-
[Q.1excl.1incl.1excl.POS.active.indicative.PRES] => |htˤ|u#ː|̰꜖|ɥˤ|-
[Q.1excl.1incl.1excl.POS.active.indicative.PAST] => |h|i#ː|꜒꜖|ɴˤ|-
[Q.1excl.1incl.1excl.POS.active.imperative.PRES] => |ᵑǁʼˠ|aː|꜖|m̥ʲ|-
[Q.1excl.1incl.1excl.POS.active.imperative.PAST] => |ɾˤ|u|꜖꜒|ɰʲ|-
[Q.1excl.1incl.1excl.POS.active.conditional.PRES] => |ᵑǁʼʲ|a#ː|꜒|ɹʲ|-
[Q.1excl.1incl.1excl.POS.active.conditional.PAST] => |tʰˠ|ᵊ|̰꜖|ʡʲ|-
[Q.1excl.1incl.1excl.POS.active.optative.PRES] => |ᵏǁʰʲ|i|̰꜒|ʄʲ|-
[Q.1excl.1incl.1excl.POS.active.optative.PAST] => |ᵏǃˤ|u|̰꜒|t͡sʲ|-
[Q.1excl.1incl.1excl.POS.passive.indicative.PRES] => |ʃˠ|i|꜒꜖|ɾʲ|-
[Q.1excl.1incl.1excl.POS.passive.indicative.PAST] => |ᵏǀʼˤ|iː|꜒꜖|ʡʲ|-
[Q.1excl.1incl.1excl.POS.passive.imperative.PRES] => |ᵑǀʼʷ|ᵊ|꜒|ɴˤ|-
[Q.1excl.1incl.1excl.POS.passive.imperative.PAST] => |ᵏǁˠ|ᵊ|̰꜒|rˤ|-
[Q.1excl.1incl.1excl.POS.passive.conditional.PRES] => |tʲ|ᵊ|̰꜖|pʼʲ|-
[Q.1excl.1incl.1excl.POS.passive.conditional.PAST] => |ᵏǀˠ|ʉ#ː|꜒|ɾˤ|-
[Q.1excl.1incl.1excl.POS.passive.optative.PRES] => |hkʲ|a#ː|꜖꜒|ɠʲ|-
[Q.1excl.1incl.1excl.POS.passive.optative.PAST] => |t͡sʷ|iː|꜖|htʲ|-
[Q.1excl.1incl.2.NEG.active.indicative.PRES] => |nˠ|aː|꜒|ʂʲ|-
[Q.1excl.1incl.2.NEG.active.indicative.PAST] => |j|ʉ#ː|꜖꜒|ŋ̥ʲ|-
[Q.1excl.1incl.2.NEG.active.imperative.PRES] => |sˠ|i|̰꜒|pʼˠ|-
[Q.1excl.1incl.2.NEG.active.imperative.PAST] => |ᵑǁˠ|u#ː|꜖꜒|tʰʷ|-
[Q.1excl.1incl.2.NEG.active.conditional.PRES] => |tʼˠ|u|꜒꜖|ɻʲ|-
[Q.1excl.1incl.2.NEG.active.conditional.PAST] => |ʈʰˠ|u#ː|꜒꜖|ʈʼˠ|-
[Q.1excl.1incl.2.NEG.active.optative.PRES] => |ᵑǀʼˠ|ʉ#|̰꜖|qʷ|-
[Q.1excl.1incl.2.NEG.active.optative.PAST] => |tʼˤ|ᵊ|̰꜒|ɰʷ|-
[Q.1excl.1incl.2.NEG.passive.indicative.PRES] => |ᵏǃʼʷ|a|꜒꜖|ɳ̥ʲ|-
[Q.1excl.1incl.2.NEG.passive.indicative.PAST] => |n̥ʲ|ᵊ|̰꜖|kʷ|-
[Q.1excl.1incl.2.NEG.passive.imperative.PRES] => |ᵑǃʼʷ|i|꜒꜖|ɹʲ|-
[Q.1excl.1incl.2.NEG.passive.imperative.PAST] => |pʼˤ|aː|̰꜖|d͡ʐʲ|-
[Q.1excl.1incl.2.NEG.passive.conditional.PRES] => |ᵑǃʲ|ᵊ|꜒|lʲ|-
[Q.1excl.1incl.2.NEG.passive.conditional.PAST] => |ᵏǀʲ|i|꜒|pˠ|-
[Q.1excl.1incl.2.NEG.passive.optative.PRES] => |htʷ|i|̰꜖|pʰʲ|-
[Q.1excl.1incl.2.NEG.passive.optative.PAST] => |ɠˤ|i|꜖|kˠ|-
[Q.1excl.1incl.2.POS.active.indicative.PRES] => |sˤ|ʉ|꜖꜒|ɳ̥ˠ|-
[Q.1excl.1incl.2.POS.active.indicative.PAST] => |ʃˠ|a|꜖|ɠˠ|-
[Q.1excl.1incl.2.POS.active.imperative.PRES] => |htˠ|aː|꜒|wˠ|-
[Q.1excl.1incl.2.POS.active.imperative.PAST] => |t͡ʂʲ|a|̰꜖|ŋ̥ʲ|-
[Q.1excl.1incl.2.POS.active.conditional.PRES] => |ʛˠ|uː|꜒|kʼʷ|-
[Q.1excl.1incl.2.POS.active.conditional.PAST] => |m̥ˠ|u|꜒꜖|sʲ|-
[Q.1excl.1incl.2.POS.active.optative.PRES] => |ŋ̥ʲ|i#|꜖꜒|ɳˠ|-
[Q.1excl.1incl.2.POS.active.optative.PAST] => |ɽˠ|a|꜒|ŋ̥ˠ|-
[Q.1excl.1incl.2.POS.passive.indicative.PRES] => |ᵏǁʲ|u|̰꜖|tʼʲ|-
[Q.1excl.1incl.2.POS.passive.indicative.PAST] => |ᵏǀʰʲ|ʉ|꜖꜒|nˤ|-
[Q.1excl.1incl.2.POS.passive.imperative.PRES] => |ᵏǃʲ|ʉː|̰꜖|n̥ʲ|-
[Q.1excl.1incl.2.POS.passive.imperative.PAST] => |ᵏǁʼˠ|a#|꜖꜒|sʲ|-
[Q.1excl.1incl.2.POS.passive.conditional.PRES] => |pˤ|a|̰꜒|qˠ|-
[Q.1excl.1incl.2.POS.passive.conditional.PAST] => |ɴʲ|i#ː|꜒꜖|ɳ̥ʲ|-
[Q.1excl.1incl.2.POS.passive.optative.PRES] => |t͡ʂˠ|aː|̰꜖|ʃʲ|-
[Q.1excl.1incl.2.POS.passive.optative.PAST] => |ᵑǃˠ|iː|̰꜖|htʲ|-
[Q.1excl.1incl.3.cl.1.NEG.active.indicative.PRES] => |ᵏǀʼˠ|ʉ|̰꜒|ɰʷ|-
[Q.1excl.1incl.3.cl.1.NEG.active.indicative.PAST] => |ɠʲ|iː|꜒꜖|ɳ̥ˠ|-
[Q.1excl.1incl.3.cl.1.NEG.active.imperative.PRES] => |ʜʲ|u|̰꜖|ʃˠ|-
[Q.1excl.1incl.3.cl.1.NEG.active.imperative.PAST] => |sˤ|aː|꜒꜖|ʛˤ|-
[Q.1excl.1incl.3.cl.1.NEG.active.conditional.PRES] => |kʲ|ᵊ|꜒|t͡sʷ|-
[Q.1excl.1incl.3.cl.1.NEG.active.conditional.PAST] => |pʼˤ|aː|꜖꜒|d͡ʐˠ|-
[Q.1excl.1incl.3.cl.1.NEG.active.optative.PRES] => |pʼˤ|u|̰꜖|ɠˠ|-
[Q.1excl.1incl.3.cl.1.NEG.active.optative.PAST] => |ʂˠ|a|꜖꜒|ɻˠ|-
[Q.1excl.1incl.3.cl.1.NEG.passive.indicative.PRES] => |htˠ|ʉ#ː|̰꜖|tˠ|-
[Q.1excl.1incl.3.cl.1.NEG.passive.indicative.PAST] => |hkˠ|a#ː|꜒꜖|ʋˠ|-
[Q.1excl.1incl.3.cl.1.NEG.passive.imperative.PRES] => |d͡ʐˠ|ʉ#|꜖꜒|mʲ|-
[Q.1excl.1incl.3.cl.1.NEG.passive.imperative.PAST] => |qˠ|i|꜒꜖|kʼˠ|-
[Q.1excl.1incl.3.cl.1.NEG.passive.conditional.PRES] => |mʲ|ʉ|̰꜖|kʰʷ|-
[Q.1excl.1incl.3.cl.1.NEG.passive.conditional.PAST] => |sˤ|i|꜒꜖|ʄˠ|-
[Q.1excl.1incl.3.cl.1.NEG.passive.optative.PRES] => |ᵑǀʲ|a#|꜒|ɭʲ|-
[Q.1excl.1incl.3.cl.1.NEG.passive.optative.PAST] => |ɾʷ|ʉ|꜒|sʲ|-
[Q.1excl.1incl.3.cl.1.POS.active.indicative.PRES] => |qʼʲ|i|꜒|ɳ̥ˠ|-
[Q.1excl.1incl.3.cl.1.POS.active.indicative.PAST] => |t͡sʷ|i|꜖|ɓˤ|-
[Q.1excl.1incl.3.cl.1.POS.active.imperative.PRES] => |ŋ̥ˤ|ʉ|꜖꜒|lˠ|-
[Q.1excl.1incl.3.cl.1.POS.active.imperative.PAST] => |sʲ|a|꜖꜒|ŋ̥ˤ|-
[Q.1excl.1incl.3.cl.1.POS.active.conditional.PRES] => |ᵏǀˠ|i|̰꜒|ɴʷ|-
[Q.1excl.1incl.3.cl.1.POS.active.conditional.PAST] => |ɥˤ|u|̰꜒|ɴʲ|-
[Q.1excl.1incl.3.cl.1.POS.active.optative.PRES] => |tʼˠ|i|꜖꜒|ɴʷ|-
[Q.1excl.1incl.3.cl.1.POS.active.optative.PAST] => |kʲ|i#ː|꜖|ɠʲ|-
[Q.1excl.1incl.3.cl.1.POS.passive.indicative.PRES] => |ʋˠ|ᵊ|꜖꜒|sˠ|-
[Q.1excl.1incl.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʼʲ|ʉ#ː|꜒|ŋʷ|-
[Q.1excl.1incl.3.cl.1.POS.passive.imperative.PRES] => |ɠʲ|a|̰꜒|d͡ʐʲ|-
[Q.1excl.1incl.3.cl.1.POS.passive.imperative.PAST] => |ɓʲ|ʉː|꜖꜒|ɰʷ|-
[Q.1excl.1incl.3.cl.1.POS.passive.conditional.PRES] => |ᵏǃʰʷ|ᵊ|̰꜖|ɹˤ|-
[Q.1excl.1incl.3.cl.1.POS.passive.conditional.PAST] => |ᵏǀʼʲ|iː|꜒|ɓʲ|-
[Q.1excl.1incl.3.cl.1.POS.passive.optative.PRES] => |ŋʲ|a#|̰꜒|ɾʲ|-
[Q.1excl.1incl.3.cl.1.POS.passive.optative.PAST] => |tʰˠ|ʉ|꜒|ɳʲ|-
[Q.1excl.1incl.3.cl.2.NEG.active.indicative.PRES] => |ʃˠ|a|꜖꜒|ʔ|-
[Q.1excl.1incl.3.cl.2.NEG.active.indicative.PAST] => |ᵑǃˤ|aː|꜒|ɰʲ|-
[Q.1excl.1incl.3.cl.2.NEG.active.imperative.PRES] => |ᵑǀˤ|u|̰꜖|pʲ|-
[Q.1excl.1incl.3.cl.2.NEG.active.imperative.PAST] => |hʈʲ|ᵊ|꜖꜒|nˤ|-
[Q.1excl.1incl.3.cl.2.NEG.active.conditional.PRES] => |t͡sʲ|ᵊ|̰꜒|m̥ˠ|-
[Q.1excl.1incl.3.cl.2.NEG.active.conditional.PAST] => |r̥ˠ|aː|꜒꜖|r̥ˤ|-
[Q.1excl.1incl.3.cl.2.NEG.active.optative.PRES] => |ᵏǀˠ|i|̰꜒|ɗˠ|-
[Q.1excl.1incl.3.cl.2.NEG.active.optative.PAST] => |ʡˠ|u#|̰꜒|ɹʷ|-
[Q.1excl.1incl.3.cl.2.NEG.passive.indicative.PRES] => |hpʲ|a|̰꜒|wʲ|-
[Q.1excl.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǃˤ|ᵊ|꜖|ɽʲ|-
[Q.1excl.1incl.3.cl.2.NEG.passive.imperative.PRES] => |t͡sʷ|i#ː|̰꜒|tɬʲ|-
[Q.1excl.1incl.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǀˤ|a#ː|꜒|r̥ʷ|-
[Q.1excl.1incl.3.cl.2.NEG.passive.conditional.PRES] => |kʼʷ|aː|꜒|ʋˠ|-
[Q.1excl.1incl.3.cl.2.NEG.passive.conditional.PAST] => |kʼˠ|ᵊ|꜖꜒|ŋʷ|-
[Q.1excl.1incl.3.cl.2.NEG.passive.optative.PRES] => |pʼˠ|ᵊ|̰꜒|ɽˠ|-
[Q.1excl.1incl.3.cl.2.NEG.passive.optative.PAST] => |ᵑǁˠ|a#ː|̰꜒|r̥ˤ|-
[Q.1excl.1incl.3.cl.2.POS.active.indicative.PRES] => |ʡʲ|ʉ|̰꜒|tʲ|-
[Q.1excl.1incl.3.cl.2.POS.active.indicative.PAST] => |tʲ|u|꜒꜖|hʈʲ|-
[Q.1excl.1incl.3.cl.2.POS.active.imperative.PRES] => |ɠʷ|ʉ|꜒|ɠˤ|-
[Q.1excl.1incl.3.cl.2.POS.active.imperative.PAST] => |htʷ|a|꜒|nˠ|-
[Q.1excl.1incl.3.cl.2.POS.active.conditional.PRES] => |nˠ|u#|꜒꜖|ɰʲ|-
[Q.1excl.1incl.3.cl.2.POS.active.conditional.PAST] => |hpˤ|i#ː|꜒|r̥ʲ|-
[Q.1excl.1incl.3.cl.2.POS.active.optative.PRES] => |ᵑǀˤ|iː|꜒꜖|r̥ˤ|-
[Q.1excl.1incl.3.cl.2.POS.active.optative.PAST] => |nˤ|iː|꜖꜒|ɭˠ|-
[Q.1excl.1incl.3.cl.2.POS.passive.indicative.PRES] => |kʰʷ|a|̰꜒|ɻʲ|-
[Q.1excl.1incl.3.cl.2.POS.passive.indicative.PAST] => |hkˤ|a#|꜖꜒|ɰˠ|-
[Q.1excl.1incl.3.cl.2.POS.passive.imperative.PRES] => |ʡʲ|i|꜒꜖|t͡ʂˠ|-
[Q.1excl.1incl.3.cl.2.POS.passive.imperative.PAST] => |ᵏǁʲ|ᵊ|̰꜖|tɬˠ|-
[Q.1excl.1incl.3.cl.2.POS.passive.conditional.PRES] => |ʡʲ|ᵊ|꜒|lˠ|-
[Q.1excl.1incl.3.cl.2.POS.passive.conditional.PAST] => |ɽʲ|ᵊ|̰꜒|ʂˠ|-
[Q.1excl.1incl.3.cl.2.POS.passive.optative.PRES] => |ʃʲ|u|̰꜖|ʛʲ|-
[Q.1excl.1incl.3.cl.2.POS.passive.optative.PAST] => |qʼʲ|i|꜖꜒|qʼʷ|-
[Q.1excl.1incl.3.cl.3.NEG.active.indicative.PRES] => |t͡ʂʲ|ʉ|̰꜖|ɗʷ|-
[Q.1excl.1incl.3.cl.3.NEG.active.indicative.PAST] => |ɥˠ|i|̰꜒|m̥ˤ|-
[Q.1excl.1incl.3.cl.3.NEG.active.imperative.PRES] => |tˤ|i|̰꜖|ɠʷ|-
[Q.1excl.1incl.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃʼʷ|a#|꜖꜒|ʋʲ|-
[Q.1excl.1incl.3.cl.3.NEG.active.conditional.PRES] => |tʰˤ|i|꜒꜖|wˤ|-
[Q.1excl.1incl.3.cl.3.NEG.active.conditional.PAST] => |ᵏǃˤ|a#ː|꜒꜖|nˠ|-
[Q.1excl.1incl.3.cl.3.NEG.active.optative.PRES] => |sˠ|i#|꜒|qʷ|-
[Q.1excl.1incl.3.cl.3.NEG.active.optative.PAST] => |qˠ|a|꜖꜒|mˠ|-
[Q.1excl.1incl.3.cl.3.NEG.passive.indicative.PRES] => |pʲ|iː|꜒|sˤ|-
[Q.1excl.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ɾʲ|i|̰꜖|tʼʲ|-
[Q.1excl.1incl.3.cl.3.NEG.passive.imperative.PRES] => |kʷ|ʉ#|꜖|lʲ|-
[Q.1excl.1incl.3.cl.3.NEG.passive.imperative.PAST] => |nˤ|u#ː|꜒꜖|ɳˠ|-
[Q.1excl.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ɻʲ|ᵊ|꜒꜖|ʈʰʲ|-
[Q.1excl.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ɰʷ|iː|꜒꜖|ɰˤ|-
[Q.1excl.1incl.3.cl.3.NEG.passive.optative.PRES] => |ɾˤ|u#ː|꜒|ɓʲ|-
[Q.1excl.1incl.3.cl.3.NEG.passive.optative.PAST] => |ᵏǃʲ|ʉ|꜒꜖|wˠ|-
[Q.1excl.1incl.3.cl.3.POS.active.indicative.PRES] => |kʰʷ|i#ː|꜖|hkʷ|-
[Q.1excl.1incl.3.cl.3.POS.active.indicative.PAST] => |ᵏǀʲ|ᵊ|꜖|kʼˠ|-
[Q.1excl.1incl.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʼˠ|i|꜖꜒|kʰˤ|-
[Q.1excl.1incl.3.cl.3.POS.active.imperative.PAST] => |pʰˠ|a#|꜖|ʈʼˠ|-
[Q.1excl.1incl.3.cl.3.POS.active.conditional.PRES] => |ᵑǁʼˠ|u|꜖꜒|sʲ|-
[Q.1excl.1incl.3.cl.3.POS.active.conditional.PAST] => |pʼˠ|ʉ#|̰꜖|ŋˤ|-
[Q.1excl.1incl.3.cl.3.POS.active.optative.PRES] => |ᵏǃʼʷ|ʉ#|꜒꜖|htʷ|-
[Q.1excl.1incl.3.cl.3.POS.active.optative.PAST] => |ᵏǃʼʲ|u#|̰꜖|qʼʲ|-
[Q.1excl.1incl.3.cl.3.POS.passive.indicative.PRES] => |ᵏǁʲ|ᵊ|꜖|pʰˤ|-
[Q.1excl.1incl.3.cl.3.POS.passive.indicative.PAST] => |mˤ|u|̰꜖|r̥ˤ|-
[Q.1excl.1incl.3.cl.3.POS.passive.imperative.PRES] => |ɳˠ|ᵊ|꜒|tʰʷ|-
[Q.1excl.1incl.3.cl.3.POS.passive.imperative.PAST] => |wˤ|aː|̰꜖|kʲ|-
[Q.1excl.1incl.3.cl.3.POS.passive.conditional.PRES] => |ɽˠ|i|̰꜒|ɗˠ|-
[Q.1excl.1incl.3.cl.3.POS.passive.conditional.PAST] => |ɗʷ|ᵊ|̰꜖|tʼʷ|-
[Q.1excl.1incl.3.cl.3.POS.passive.optative.PRES] => |ɽˠ|ᵊ|꜖꜒|nˤ|-
[Q.1excl.1incl.3.cl.3.POS.passive.optative.PAST] => |t͡sʲ|i|̰꜖|ɥˤ|-
[Q.1excl.1incl.3.cl.4.NEG.active.indicative.PRES] => |ʋˤ|i|̰꜖|nʲ|-
[Q.1excl.1incl.3.cl.4.NEG.active.indicative.PAST] => |r̥ˠ|uː|꜖|n̥ˠ|-
[Q.1excl.1incl.3.cl.4.NEG.active.imperative.PRES] => |ᵑǁʲ|ʉ|꜒|hpˤ|-
[Q.1excl.1incl.3.cl.4.NEG.active.imperative.PAST] => |qˠ|a#|̰꜒|ʈʼʲ|-
[Q.1excl.1incl.3.cl.4.NEG.active.conditional.PRES] => |ɴˤ|i#|̰꜒|ŋʲ|-
[Q.1excl.1incl.3.cl.4.NEG.active.conditional.PAST] => |ɗʲ|u|꜖꜒|ɗˤ|-
[Q.1excl.1incl.3.cl.4.NEG.active.optative.PRES] => |ɴˤ|uː|꜒|t͡sˤ|-
[Q.1excl.1incl.3.cl.4.NEG.active.optative.PAST] => |ŋˤ|ʉ#ː|̰꜖|ʛʲ|-
[Q.1excl.1incl.3.cl.4.NEG.passive.indicative.PRES] => |qˠ|i#ː|̰꜖|ɾʷ|-
[Q.1excl.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ɴˤ|ᵊ|꜖|ɰˤ|-
[Q.1excl.1incl.3.cl.4.NEG.passive.imperative.PRES] => |hkˤ|a|꜒꜖|ʔ|-
[Q.1excl.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǀˤ|ʉ|꜒|d͡ʐʲ|-
[Q.1excl.1incl.3.cl.4.NEG.passive.conditional.PRES] => |wˠ|a|꜒꜖|htʷ|-
[Q.1excl.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀʼʲ|i|꜒꜖|r̥ˤ|-
[Q.1excl.1incl.3.cl.4.NEG.passive.optative.PRES] => |ɭʲ|i|̰꜖|kʲ|-
[Q.1excl.1incl.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʰʲ|u|̰꜖|qʼˠ|-
[Q.1excl.1incl.3.cl.4.POS.active.indicative.PRES] => |htˠ|iː|̰꜖|ʜʲ|-
[Q.1excl.1incl.3.cl.4.POS.active.indicative.PAST] => |tʼˠ|ʉ|꜒꜖|rˤ|-
[Q.1excl.1incl.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʲ|aː|꜒|ɗʷ|-
[Q.1excl.1incl.3.cl.4.POS.active.imperative.PAST] => |ᵏǃʼˤ|uː|꜖꜒|ɾʷ|-
[Q.1excl.1incl.3.cl.4.POS.active.conditional.PRES] => |ɰˤ|ʉː|̰꜖|lˠ|-
[Q.1excl.1incl.3.cl.4.POS.active.conditional.PAST] => |kʷ|ᵊ|꜖꜒|tɬʲ|-
[Q.1excl.1incl.3.cl.4.POS.active.optative.PRES] => |tˤ|a|꜒|n̥ʲ|-
[Q.1excl.1incl.3.cl.4.POS.active.optative.PAST] => |nʲ|u#ː|̰꜒|pʼˤ|-
[Q.1excl.1incl.3.cl.4.POS.passive.indicative.PRES] => |ʈʰʲ|ʉ|꜖꜒|pʲ|-
[Q.1excl.1incl.3.cl.4.POS.passive.indicative.PAST] => |ʈʲ|i|꜖|ʜʲ|-
[Q.1excl.1incl.3.cl.4.POS.passive.imperative.PRES] => |ᵑǀˠ|i|꜒|wˤ|-
[Q.1excl.1incl.3.cl.4.POS.passive.imperative.PAST] => |kʰʲ|ʉ|̰꜒|sʲ|-
[Q.1excl.1incl.3.cl.4.POS.passive.conditional.PRES] => |ᵏǁʲ|i|̰꜒|qʼˤ|-
[Q.1excl.1incl.3.cl.4.POS.passive.conditional.PAST] => |pʰˤ|u|꜖꜒|ɠʲ|-
[Q.1excl.1incl.3.cl.4.POS.passive.optative.PRES] => |ɰˤ|ʉː|꜒꜖|ɗˠ|-
[Q.1excl.1incl.3.cl.4.POS.passive.optative.PAST] => |ŋ̥ˤ|i|̰꜖|ɻʲ|-
[Q.1excl.1excl.1incl.NEG.active.indicative.PRES] => |ᵏǃʼʷ|ʉ|̰꜒|ʛˠ|-
[Q.1excl.1excl.1incl.NEG.active.indicative.PAST] => |hkʲ|iː|̰꜖|hʈʲ|-
[Q.1excl.1excl.1incl.NEG.active.imperative.PRES] => |ɗˤ|aː|꜖꜒|ʂˠ|-
[Q.1excl.1excl.1incl.NEG.active.imperative.PAST] => |ʛʷ|a|꜖꜒|ɾʲ|-
[Q.1excl.1excl.1incl.NEG.active.conditional.PRES] => |htˤ|iː|꜒|hʈˠ|-
[Q.1excl.1excl.1incl.NEG.active.conditional.PAST] => |pˤ|a|꜒꜖|pʰʲ|-
[Q.1excl.1excl.1incl.NEG.active.optative.PRES] => |ɰʲ|ʉː|꜒|ɠˠ|-
[Q.1excl.1excl.1incl.NEG.active.optative.PAST] => |htˠ|ʉ|꜖꜒|nʷ|-
[Q.1excl.1excl.1incl.NEG.passive.indicative.PRES] => |ɓʲ|ᵊ|꜖꜒|ʜʲ|-
[Q.1excl.1excl.1incl.NEG.passive.indicative.PAST] => |n̥ˤ|iː|꜒|lˠ|-
[Q.1excl.1excl.1incl.NEG.passive.imperative.PRES] => |t͡sˤ|iː|꜒|ɴˠ|-
[Q.1excl.1excl.1incl.NEG.passive.imperative.PAST] => |ᵑǀʼˤ|a|꜖|ɥˤ|-
[Q.1excl.1excl.1incl.NEG.passive.conditional.PRES] => |ᵏǃˠ|u|꜒|ŋ̥ˤ|-
[Q.1excl.1excl.1incl.NEG.passive.conditional.PAST] => |tˠ|ʉ#|꜖꜒|ɴʷ|-
[Q.1excl.1excl.1incl.NEG.passive.optative.PRES] => |tʼˤ|u|꜒꜖|sˠ|-
[Q.1excl.1excl.1incl.NEG.passive.optative.PAST] => |lˠ|u#|̰꜒|ɻˠ|-
[Q.1excl.1excl.1incl.POS.active.indicative.PRES] => |ɗʲ|ᵊ|̰꜒|nʷ|-
[Q.1excl.1excl.1incl.POS.active.indicative.PAST] => |ᵏǃʰˠ|i|꜒꜖|ɥˠ|-
[Q.1excl.1excl.1incl.POS.active.imperative.PRES] => |t͡sˠ|u#|꜒꜖|m̥ʲ|-
[Q.1excl.1excl.1incl.POS.active.imperative.PAST] => |htʷ|ʉ#|꜖꜒|mˠ|-
[Q.1excl.1excl.1incl.POS.active.conditional.PRES] => |tʲ|a|꜖|ʄʲ|-
[Q.1excl.1excl.1incl.POS.active.conditional.PAST] => |ʡʲ|ʉ|꜒|ʋˠ|-
[Q.1excl.1excl.1incl.POS.active.optative.PRES] => |tʰʲ|aː|꜒꜖|pˠ|-
[Q.1excl.1excl.1incl.POS.active.optative.PAST] => |htʲ|u|꜒꜖|qʼʲ|-
[Q.1excl.1excl.1incl.POS.passive.indicative.PRES] => |ʡʲ|i#ː|̰꜖|qˠ|-
[Q.1excl.1excl.1incl.POS.passive.indicative.PAST] => |ɠˤ|ᵊ|꜖꜒|ʂʲ|-
[Q.1excl.1excl.1incl.POS.passive.imperative.PRES] => |ɹˠ|a|꜒꜖|ʔ|-
[Q.1excl.1excl.1incl.POS.passive.imperative.PAST] => |wˤ|a#ː|̰꜒|ŋˠ|-
[Q.1excl.1excl.1incl.POS.passive.conditional.PRES] => |ʡˠ|ʉ|꜒|qʼʲ|-
[Q.1excl.1excl.1incl.POS.passive.conditional.PAST] => |ɠˠ|ʉː|꜒|qˤ|-
[Q.1excl.1excl.1incl.POS.passive.optative.PRES] => |kˠ|ʉ#|꜒꜖|ɽˠ|-
[Q.1excl.1excl.1incl.POS.passive.optative.PAST] => |ɗʷ|iː|꜒꜖|nʷ|-
[Q.1excl.1excl.1excl.NEG.active.indicative.PRES] => |pʲ|uː|꜒꜖|rˤ|-
[Q.1excl.1excl.1excl.NEG.active.indicative.PAST] => |tˠ|uː|꜒꜖|ɾˤ|-
[Q.1excl.1excl.1excl.NEG.active.imperative.PRES] => |ʔ|iː|̰꜖|n̥ˤ|-
[Q.1excl.1excl.1excl.NEG.active.imperative.PAST] => |nˤ|aː|̰꜖|ʈˠ|-
[Q.1excl.1excl.1excl.NEG.active.conditional.PRES] => |ʈʰʲ|aː|̰꜒|lˠ|-
[Q.1excl.1excl.1excl.NEG.active.conditional.PAST] => |ʜˠ|u|̰꜖|ʄʲ|-
[Q.1excl.1excl.1excl.NEG.active.optative.PRES] => |sˤ|i|꜖|ɴʲ|-
[Q.1excl.1excl.1excl.NEG.active.optative.PAST] => |ᵑǀʼˤ|i|꜖|ʈʼʲ|-
[Q.1excl.1excl.1excl.NEG.passive.indicative.PRES] => |sʷ|a|꜖꜒|t͡sʷ|-
[Q.1excl.1excl.1excl.NEG.passive.indicative.PAST] => |ɗʷ|i|̰꜒|ɭʲ|-
[Q.1excl.1excl.1excl.NEG.passive.imperative.PRES] => |tʰʷ|iː|꜖꜒|ɹˠ|-
[Q.1excl.1excl.1excl.NEG.passive.imperative.PAST] => |ʈʼˠ|i|꜖|wˤ|-
[Q.1excl.1excl.1excl.NEG.passive.conditional.PRES] => |ʈʲ|aː|꜖|ɰʲ|-
[Q.1excl.1excl.1excl.NEG.passive.conditional.PAST] => |ɓʲ|i|̰꜒|pʼˠ|-
[Q.1excl.1excl.1excl.NEG.passive.optative.PRES] => |ᵏǃʰˤ|uː|̰꜒|qʼˤ|-
[Q.1excl.1excl.1excl.NEG.passive.optative.PAST] => |tʼˤ|u|꜒|mˠ|-
[Q.1excl.1excl.1excl.POS.active.indicative.PRES] => |ɗˠ|u#ː|꜒꜖|sʷ|-
[Q.1excl.1excl.1excl.POS.active.indicative.PAST] => |t͡ʂʲ|ʉː|꜖꜒|n̥ʲ|-
[Q.1excl.1excl.1excl.POS.active.imperative.PRES] => |tʼˠ|iː|̰꜖|nˠ|-
[Q.1excl.1excl.1excl.POS.active.imperative.PAST] => |ᵏǁʰʲ|ᵊ|꜖|ɳʲ|-
[Q.1excl.1excl.1excl.POS.active.conditional.PRES] => |ɳ̥ʲ|a#|̰꜒|kʼʷ|-
[Q.1excl.1excl.1excl.POS.active.conditional.PAST] => |h|uː|꜖꜒|kʼˠ|-
[Q.1excl.1excl.1excl.POS.active.optative.PRES] => |ᵏǃʷ|ᵊ|꜒꜖|kʷ|-
[Q.1excl.1excl.1excl.POS.active.optative.PAST] => |ʈˠ|iː|̰꜖|htˠ|-
[Q.1excl.1excl.1excl.POS.passive.indicative.PRES] => |ʛʷ|ᵊ|꜖꜒|sˠ|-
[Q.1excl.1excl.1excl.POS.passive.indicative.PAST] => |ᵏǁʰˠ|i#ː|꜒꜖|ʂˠ|-
[Q.1excl.1excl.1excl.POS.passive.imperative.PRES] => |qʼˠ|ᵊ|꜖꜒|nʲ|-
[Q.1excl.1excl.1excl.POS.passive.imperative.PAST] => |tʰˠ|ᵊ|꜒꜖|qˠ|-
[Q.1excl.1excl.1excl.POS.passive.conditional.PRES] => |ɥˠ|u|̰꜖|qʲ|-
[Q.1excl.1excl.1excl.POS.passive.conditional.PAST] => |ᵏǀˤ|a|̰꜖|tˤ|-
[Q.1excl.1excl.1excl.POS.passive.optative.PRES] => |t͡sˤ|a|̰꜖|tʼʷ|-
[Q.1excl.1excl.1excl.POS.passive.optative.PAST] => |ᵏǃˤ|ʉ|꜒|ɻˠ|-
[Q.1excl.1excl.2.NEG.active.indicative.PRES] => |t͡ʂʲ|a|̰꜖|ɠʷ|-
[Q.1excl.1excl.2.NEG.active.indicative.PAST] => |hpˤ|a#ː|̰꜒|mʲ|-
[Q.1excl.1excl.2.NEG.active.imperative.PRES] => |qˤ|uː|꜖|rˤ|-
[Q.1excl.1excl.2.NEG.active.imperative.PAST] => |hʈʲ|uː|꜒꜖|ɰʷ|-
[Q.1excl.1excl.2.NEG.active.conditional.PRES] => |ᵏǀˤ|i|̰꜖|nˤ|-
[Q.1excl.1excl.2.NEG.active.conditional.PAST] => |ɥˠ|u|꜒꜖|r̥ʷ|-
[Q.1excl.1excl.2.NEG.active.optative.PRES] => |r̥ʷ|ᵊ|̰꜖|ɳ̥ʲ|-
[Q.1excl.1excl.2.NEG.active.optative.PAST] => |ᵑǀˤ|ʉː|꜒꜖|t͡ʂˠ|-
[Q.1excl.1excl.2.NEG.passive.indicative.PRES] => |ɰʲ|ʉ|꜖|kˠ|-
[Q.1excl.1excl.2.NEG.passive.indicative.PAST] => |ɥˤ|a|꜖꜒|pʰʲ|-
[Q.1excl.1excl.2.NEG.passive.imperative.PRES] => |t͡sʲ|ᵊ|꜒|t͡sʲ|-
[Q.1excl.1excl.2.NEG.passive.imperative.PAST] => |ɗˠ|a|꜒|ɳ̥ˠ|-
[Q.1excl.1excl.2.NEG.passive.conditional.PRES] => |ʈʲ|u#ː|̰꜖|t͡sˠ|-
[Q.1excl.1excl.2.NEG.passive.conditional.PAST] => |ᵑǀˠ|a#ː|꜖|ɠˠ|-
[Q.1excl.1excl.2.NEG.passive.optative.PRES] => |kʰʲ|ᵊ|꜒꜖|hʈˠ|-
[Q.1excl.1excl.2.NEG.passive.optative.PAST] => |ᵏǁʼˠ|ᵊ|̰꜒|ɰˤ|-
[Q.1excl.1excl.2.POS.active.indicative.PRES] => |ɹʷ|aː|꜖꜒|ʈʲ|-
[Q.1excl.1excl.2.POS.active.indicative.PAST] => |ᵏǃʷ|ʉ|꜒|d͡ʐʲ|-
[Q.1excl.1excl.2.POS.active.imperative.PRES] => |ʛˤ|a#|꜒꜖|ɽˠ|-
[Q.1excl.1excl.2.POS.active.imperative.PAST] => |pʰʲ|i|꜖|pʰʲ|-
[Q.1excl.1excl.2.POS.active.conditional.PRES] => |ʃˠ|ʉ#|꜒|ɾˠ|-
[Q.1excl.1excl.2.POS.active.conditional.PAST] => |ŋˤ|i#|꜖|ɴˠ|-
[Q.1excl.1excl.2.POS.active.optative.PRES] => |qʼˠ|a#ː|꜖|ʋˠ|-
[Q.1excl.1excl.2.POS.active.optative.PAST] => |hpˤ|ʉ|꜒|ɥʲ|-
[Q.1excl.1excl.2.POS.passive.indicative.PRES] => |ᵏǁʼˠ|u|꜒|qʼʷ|-
[Q.1excl.1excl.2.POS.passive.indicative.PAST] => |ʄʲ|ʉː|̰꜒|pʰʲ|-
[Q.1excl.1excl.2.POS.passive.imperative.PRES] => |ɴˠ|a#|꜒|nʷ|-
[Q.1excl.1excl.2.POS.passive.imperative.PAST] => |ɗˤ|a|꜒꜖|ɥʲ|-
[Q.1excl.1excl.2.POS.passive.conditional.PRES] => |ᵏǃˤ|a|̰꜖|ʈʰʲ|-
[Q.1excl.1excl.2.POS.passive.conditional.PAST] => |m̥ˤ|uː|꜒꜖|r̥ˠ|-
[Q.1excl.1excl.2.POS.passive.optative.PRES] => |htʲ|i|̰꜖|ʛˠ|-
[Q.1excl.1excl.2.POS.passive.optative.PAST] => |ᵑǀʼʷ|i|꜒꜖|qʲ|-
[Q.1excl.1excl.3.cl.1.NEG.active.indicative.PRES] => |nʲ|a#|̰꜖|pʰʲ|-
[Q.1excl.1excl.3.cl.1.NEG.active.indicative.PAST] => |m̥ˤ|a|꜒|wʲ|-
[Q.1excl.1excl.3.cl.1.NEG.active.imperative.PRES] => |ᵏǃʼʷ|ᵊ|̰꜒|ʡʲ|-
[Q.1excl.1excl.3.cl.1.NEG.active.imperative.PAST] => |ʛʲ|ʉ|꜒꜖|kʼʷ|-
[Q.1excl.1excl.3.cl.1.NEG.active.conditional.PRES] => |qˠ|a|̰꜖|ɳʲ|-
[Q.1excl.1excl.3.cl.1.NEG.active.conditional.PAST] => |ɰʲ|i|꜒꜖|tˤ|-
[Q.1excl.1excl.3.cl.1.NEG.active.optative.PRES] => |ŋʷ|a|꜖꜒|tˠ|-
[Q.1excl.1excl.3.cl.1.NEG.active.optative.PAST] => |kʼˠ|ʉ#|꜒|t͡sʲ|-
[Q.1excl.1excl.3.cl.1.NEG.passive.indicative.PRES] => |qʼʲ|ᵊ|꜒|ʛʲ|-
[Q.1excl.1excl.3.cl.1.NEG.passive.indicative.PAST] => |qʼʷ|i|̰꜖|ɥˠ|-
[Q.1excl.1excl.3.cl.1.NEG.passive.imperative.PRES] => |nʲ|u#ː|꜖꜒|t͡ʂʲ|-
[Q.1excl.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ɗʲ|a|꜖꜒|t͡sˤ|-
[Q.1excl.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǀʼʷ|i|꜖꜒|nˤ|-
[Q.1excl.1excl.3.cl.1.NEG.passive.conditional.PAST] => |pʼˤ|a|꜒|htˠ|-
[Q.1excl.1excl.3.cl.1.NEG.passive.optative.PRES] => |sʲ|u|̰꜖|ʡˠ|-
[Q.1excl.1excl.3.cl.1.NEG.passive.optative.PAST] => |ʜˠ|ʉ|꜒꜖|nʷ|-
[Q.1excl.1excl.3.cl.1.POS.active.indicative.PRES] => |n̥ˠ|u|꜒꜖|ɻˠ|-
[Q.1excl.1excl.3.cl.1.POS.active.indicative.PAST] => |ʈʼˠ|ʉː|꜒꜖|ŋ̥ˠ|-
[Q.1excl.1excl.3.cl.1.POS.active.imperative.PRES] => |qʼʲ|a|꜒꜖|kʲ|-
[Q.1excl.1excl.3.cl.1.POS.active.imperative.PAST] => |ŋˠ|ʉː|꜖꜒|pˤ|-
[Q.1excl.1excl.3.cl.1.POS.active.conditional.PRES] => |t͡sʷ|i#ː|꜒|hʈˠ|-
[Q.1excl.1excl.3.cl.1.POS.active.conditional.PAST] => |ᵑǀʼˠ|iː|̰꜖|sʷ|-
[Q.1excl.1excl.3.cl.1.POS.active.optative.PRES] => |ɗˤ|u|̰꜒|rʷ|-
[Q.1excl.1excl.3.cl.1.POS.active.optative.PAST] => |kʰˠ|ʉː|̰꜒|ɻʲ|-
[Q.1excl.1excl.3.cl.1.POS.passive.indicative.PRES] => |ᵑǃʲ|a|̰꜖|ɻˠ|-
[Q.1excl.1excl.3.cl.1.POS.passive.indicative.PAST] => |ᵑǁˠ|u|꜖|hkˤ|-
[Q.1excl.1excl.3.cl.1.POS.passive.imperative.PRES] => |mˤ|ʉ|꜖꜒|hkˠ|-
[Q.1excl.1excl.3.cl.1.POS.passive.imperative.PAST] => |qʼˤ|ʉ|꜒꜖|rˠ|-
[Q.1excl.1excl.3.cl.1.POS.passive.conditional.PRES] => |ɹˠ|u#|̰꜒|ɾʲ|-
[Q.1excl.1excl.3.cl.1.POS.passive.conditional.PAST] => |htˤ|i|̰꜒|kʼʷ|-
[Q.1excl.1excl.3.cl.1.POS.passive.optative.PRES] => |ᵏǀʼˠ|uː|̰꜖|pˤ|-
[Q.1excl.1excl.3.cl.1.POS.passive.optative.PAST] => |r̥ʷ|a#|꜒|pʰˤ|-
[Q.1excl.1excl.3.cl.2.NEG.active.indicative.PRES] => |ɗʷ|ᵊ|̰꜒|hkʷ|-
[Q.1excl.1excl.3.cl.2.NEG.active.indicative.PAST] => |ɥˠ|i|꜖|qʼʲ|-
[Q.1excl.1excl.3.cl.2.NEG.active.imperative.PRES] => |rʷ|i#ː|꜖꜒|hkʲ|-
[Q.1excl.1excl.3.cl.2.NEG.active.imperative.PAST] => |ᵑǀʼˠ|ᵊ|̰꜖|ʜˠ|-
[Q.1excl.1excl.3.cl.2.NEG.active.conditional.PRES] => |ɳ̥ʲ|aː|꜒|hpˤ|-
[Q.1excl.1excl.3.cl.2.NEG.active.conditional.PAST] => |pˤ|u|꜖꜒|ʋˠ|-
[Q.1excl.1excl.3.cl.2.NEG.active.optative.PRES] => |r̥ʲ|a#ː|꜖|ɹˠ|-
[Q.1excl.1excl.3.cl.2.NEG.active.optative.PAST] => |tˠ|a|꜖|ʋˤ|-
[Q.1excl.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ʛˤ|ʉː|꜒꜖|ɴʷ|-
[Q.1excl.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ʃʲ|u|̰꜒|n̥ˤ|-
[Q.1excl.1excl.3.cl.2.NEG.passive.imperative.PRES] => |m̥ˠ|ʉː|̰꜒|ŋ̥ʲ|-
[Q.1excl.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǀʷ|iː|̰꜒|hpˤ|-
[Q.1excl.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ʃʲ|u#ː|꜒|ɠˤ|-
[Q.1excl.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ɾʲ|a#ː|꜖꜒|pʰˠ|-
[Q.1excl.1excl.3.cl.2.NEG.passive.optative.PRES] => |h|a|̰꜖|nˤ|-
[Q.1excl.1excl.3.cl.2.NEG.passive.optative.PAST] => |mˤ|i#ː|̰꜒|rˠ|-
[Q.1excl.1excl.3.cl.2.POS.active.indicative.PRES] => |t͡ʂʲ|u|꜒꜖|d͡ʐˠ|-
[Q.1excl.1excl.3.cl.2.POS.active.indicative.PAST] => |ŋ̥ˤ|ʉ|꜒|ʈʰˠ|-
[Q.1excl.1excl.3.cl.2.POS.active.imperative.PRES] => |ʜˠ|i|̰꜖|ɻˠ|-
[Q.1excl.1excl.3.cl.2.POS.active.imperative.PAST] => |ʛˤ|ʉ|꜖꜒|n̥ˤ|-
[Q.1excl.1excl.3.cl.2.POS.active.conditional.PRES] => |mˠ|ʉ|꜒꜖|ɠʲ|-
[Q.1excl.1excl.3.cl.2.POS.active.conditional.PAST] => |ʋʲ|aː|꜖꜒|kʰʷ|-
[Q.1excl.1excl.3.cl.2.POS.active.optative.PRES] => |ʛˠ|iː|꜖꜒|ɰˤ|-
[Q.1excl.1excl.3.cl.2.POS.active.optative.PAST] => |tʰˠ|uː|꜖|mˠ|-
[Q.1excl.1excl.3.cl.2.POS.passive.indicative.PRES] => |ɓˠ|ᵊ|꜖|d͡ʐˠ|-
[Q.1excl.1excl.3.cl.2.POS.passive.indicative.PAST] => |ɰʷ|ʉ|꜒|ɳ̥ʲ|-
[Q.1excl.1excl.3.cl.2.POS.passive.imperative.PRES] => |t͡sʲ|i|꜖꜒|pʲ|-
[Q.1excl.1excl.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀˠ|ʉ#ː|꜒꜖|d͡ʐˠ|-
[Q.1excl.1excl.3.cl.2.POS.passive.conditional.PRES] => |tʷ|i|꜒꜖|t͡sʷ|-
[Q.1excl.1excl.3.cl.2.POS.passive.conditional.PAST] => |pʼʲ|a|꜒|ʋˤ|-
[Q.1excl.1excl.3.cl.2.POS.passive.optative.PRES] => |kʼˤ|ᵊ|꜖|ʈʼˠ|-
[Q.1excl.1excl.3.cl.2.POS.passive.optative.PAST] => |t͡sˠ|a#|꜒꜖|ɽˠ|-
[Q.1excl.1excl.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃʰˤ|a#|꜒|ʋˤ|-
[Q.1excl.1excl.3.cl.3.NEG.active.indicative.PAST] => |ᵏǃʼʲ|iː|꜒꜖|lˠ|-
[Q.1excl.1excl.3.cl.3.NEG.active.imperative.PRES] => |ᵑǃˠ|u#|꜖꜒|ʈʰˠ|-
[Q.1excl.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵏǀʰˠ|a|꜒꜖|qʼˠ|-
[Q.1excl.1excl.3.cl.3.NEG.active.conditional.PRES] => |kʼʲ|a|꜒|tʼˠ|-
[Q.1excl.1excl.3.cl.3.NEG.active.conditional.PAST] => |ᵑǃʼˤ|a|꜖꜒|qˠ|-
[Q.1excl.1excl.3.cl.3.NEG.active.optative.PRES] => |ŋ̥ʲ|i|꜒꜖|sˤ|-
[Q.1excl.1excl.3.cl.3.NEG.active.optative.PAST] => |ɹʲ|a|꜖꜒|qˠ|-
[Q.1excl.1excl.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃʰˠ|u|꜒|sˠ|-
[Q.1excl.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǁʲ|iː|꜖|ɹˤ|-
[Q.1excl.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ɓˤ|ᵊ|꜖|r̥ʲ|-
[Q.1excl.1excl.3.cl.3.NEG.passive.imperative.PAST] => |j|a#|꜒|ɾˠ|-
[Q.1excl.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ɳ̥ʲ|i|꜖|wˤ|-
[Q.1excl.1excl.3.cl.3.NEG.passive.conditional.PAST] => |ʃʲ|i|꜖|mˤ|-
[Q.1excl.1excl.3.cl.3.NEG.passive.optative.PRES] => |ʛʷ|a|꜒꜖|ɹˠ|-
[Q.1excl.1excl.3.cl.3.NEG.passive.optative.PAST] => |ŋ̥ˤ|ʉ|̰꜖|ɰˤ|-
[Q.1excl.1excl.3.cl.3.POS.active.indicative.PRES] => |ʂˠ|a#|꜒꜖|ɓˤ|-
[Q.1excl.1excl.3.cl.3.POS.active.indicative.PAST] => |ʈʼʲ|ᵊ|̰꜖|nˠ|-
[Q.1excl.1excl.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʰʷ|i#|꜒꜖|t͡sˠ|-
[Q.1excl.1excl.3.cl.3.POS.active.imperative.PAST] => |pʰʲ|a#ː|̰꜖|ʋˤ|-
[Q.1excl.1excl.3.cl.3.POS.active.conditional.PRES] => |ᵑǁʼʲ|a|꜖꜒|qˤ|-
[Q.1excl.1excl.3.cl.3.POS.active.conditional.PAST] => |sʲ|i|꜖|ŋˤ|-
[Q.1excl.1excl.3.cl.3.POS.active.optative.PRES] => |rˠ|ʉ|꜖|ɳˠ|-
[Q.1excl.1excl.3.cl.3.POS.active.optative.PAST] => |ᵏǀʷ|ʉ#ː|꜖꜒|ʈʰˠ|-
[Q.1excl.1excl.3.cl.3.POS.passive.indicative.PRES] => |ʔ|uː|꜖|ɭʲ|-
[Q.1excl.1excl.3.cl.3.POS.passive.indicative.PAST] => |ᵑǃˤ|i#ː|꜖|tɬˠ|-
[Q.1excl.1excl.3.cl.3.POS.passive.imperative.PRES] => |qʷ|a#ː|꜒|tʰʷ|-
[Q.1excl.1excl.3.cl.3.POS.passive.imperative.PAST] => |ᵑǀʼˤ|i|꜖|pˤ|-
[Q.1excl.1excl.3.cl.3.POS.passive.conditional.PRES] => |hpˤ|iː|꜖꜒|rˤ|-
[Q.1excl.1excl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǁˠ|ʉ|꜒꜖|ɠˠ|-
[Q.1excl.1excl.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʼʷ|ʉ|꜒|qʼˤ|-
[Q.1excl.1excl.3.cl.3.POS.passive.optative.PAST] => |ᵑǀʼʲ|a|꜖꜒|pʼˠ|-
[Q.1excl.1excl.3.cl.4.NEG.active.indicative.PRES] => |h|ʉ|꜒꜖|ʄˠ|-
[Q.1excl.1excl.3.cl.4.NEG.active.indicative.PAST] => |tʷ|ᵊ|̰꜒|tʼʷ|-
[Q.1excl.1excl.3.cl.4.NEG.active.imperative.PRES] => |ᵑǀʼʷ|a|꜖|qʼˤ|-
[Q.1excl.1excl.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀʰʷ|ʉ#|̰꜒|ɻʲ|-
[Q.1excl.1excl.3.cl.4.NEG.active.conditional.PRES] => |n̥ʲ|u|꜒꜖|ɳ̥ˠ|-
[Q.1excl.1excl.3.cl.4.NEG.active.conditional.PAST] => |kˠ|u#|꜒|qʼˤ|-
[Q.1excl.1excl.3.cl.4.NEG.active.optative.PRES] => |r̥ˠ|aː|꜒|ɾʷ|-
[Q.1excl.1excl.3.cl.4.NEG.active.optative.PAST] => |nˠ|ʉː|̰꜖|qˠ|-
[Q.1excl.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǃʼʲ|ʉ|̰꜖|ɴʲ|-
[Q.1excl.1excl.3.cl.4.NEG.passive.indicative.PAST] => |ʜˠ|ʉː|꜒|ɰˤ|-
[Q.1excl.1excl.3.cl.4.NEG.passive.imperative.PRES] => |r̥ˤ|ᵊ|꜒꜖|pˤ|-
[Q.1excl.1excl.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǀʼʲ|u#ː|꜒꜖|lˠ|-
[Q.1excl.1excl.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǀʲ|i#|̰꜖|pʰʲ|-
[Q.1excl.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ʡʲ|uː|̰꜖|nʲ|-
[Q.1excl.1excl.3.cl.4.NEG.passive.optative.PRES] => |qʼʲ|ᵊ|̰꜖|t͡sˤ|-
[Q.1excl.1excl.3.cl.4.NEG.passive.optative.PAST] => |ᵑǀʼʲ|i|꜖|n̥ʲ|-
[Q.1excl.1excl.3.cl.4.POS.active.indicative.PRES] => |ᵏǀˠ|ʉ|꜒|htʷ|-
[Q.1excl.1excl.3.cl.4.POS.active.indicative.PAST] => |ᵑǃʼˤ|a#ː|꜒꜖|qʼʲ|-
[Q.1excl.1excl.3.cl.4.POS.active.imperative.PRES] => |ᵑǁʼʲ|ᵊ|꜖|m̥ˠ|-
[Q.1excl.1excl.3.cl.4.POS.active.imperative.PAST] => |ʄˠ|u|̰꜒|kʲ|-
[Q.1excl.1excl.3.cl.4.POS.active.conditional.PRES] => |ŋʷ|a|꜒꜖|ʈʼʲ|-
[Q.1excl.1excl.3.cl.4.POS.active.conditional.PAST] => |lˠ|i|꜒|pˤ|-
[Q.1excl.1excl.3.cl.4.POS.active.optative.PRES] => |tʰˤ|ʉ|꜒|ɥʲ|-
[Q.1excl.1excl.3.cl.4.POS.active.optative.PAST] => |ᵏǀʼˤ|ᵊ|̰꜖|j|-
[Q.1excl.1excl.3.cl.4.POS.passive.indicative.PRES] => |hʈʲ|u|꜖꜒|sˤ|-
[Q.1excl.1excl.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃˤ|a#|̰꜖|pˤ|-
[Q.1excl.1excl.3.cl.4.POS.passive.imperative.PRES] => |ɗʷ|ʉ#|̰꜒|ɗˠ|-
[Q.1excl.1excl.3.cl.4.POS.passive.imperative.PAST] => |ᵏǃʲ|uː|꜖|lˠ|-
[Q.1excl.1excl.3.cl.4.POS.passive.conditional.PRES] => |ɰʷ|ᵊ|꜒꜖|ɳ̥ʲ|-
[Q.1excl.1excl.3.cl.4.POS.passive.conditional.PAST] => |wʲ|i|꜒|kʰʷ|-
[Q.1excl.1excl.3.cl.4.POS.passive.optative.PRES] => |ʈʰʲ|ʉː|꜖꜒|ɳ̥ˠ|-
[Q.1excl.1excl.3.cl.4.POS.passive.optative.PAST] => |ᵏǃʷ|ᵊ|꜖|ŋ̥ʲ|-
[Q.1excl.2.1incl.NEG.active.indicative.PRES] => |r̥ˠ|u#ː|꜖꜒|ɹʲ|-
[Q.1excl.2.1incl.NEG.active.indicative.PAST] => |pʼˤ|i|꜒꜖|htˤ|-
[Q.1excl.2.1incl.NEG.active.imperative.PRES] => |kˠ|uː|꜖꜒|mˠ|-
[Q.1excl.2.1incl.NEG.active.imperative.PAST] => |ʜˠ|u|꜖꜒|t͡ʃ|-
[Q.1excl.2.1incl.NEG.active.conditional.PRES] => |ᵏǀʲ|i|꜖꜒|ɻˠ|-
[Q.1excl.2.1incl.NEG.active.conditional.PAST] => |mˤ|ʉ#|̰꜖|ʡˠ|-
[Q.1excl.2.1incl.NEG.active.optative.PRES] => |ɻˠ|i|̰꜒|kʲ|-
[Q.1excl.2.1incl.NEG.active.optative.PAST] => |ᵏǃʲ|ᵊ|̰꜒|ɗˤ|-
[Q.1excl.2.1incl.NEG.passive.indicative.PRES] => |ʜˠ|aː|꜒|n̥ˤ|-
[Q.1excl.2.1incl.NEG.passive.indicative.PAST] => |htˤ|ᵊ|꜒|ɻˠ|-
[Q.1excl.2.1incl.NEG.passive.imperative.PRES] => |hkˠ|i#ː|꜒꜖|ɥʲ|-
[Q.1excl.2.1incl.NEG.passive.imperative.PAST] => |tʼˠ|aː|̰꜖|wˠ|-
[Q.1excl.2.1incl.NEG.passive.conditional.PRES] => |ʔ|a#|꜖|kʼʷ|-
[Q.1excl.2.1incl.NEG.passive.conditional.PAST] => |ᵑǀˠ|a|̰꜖|tʼʲ|-
[Q.1excl.2.1incl.NEG.passive.optative.PRES] => |hkˤ|ʉ#|̰꜒|tʼˠ|-
[Q.1excl.2.1incl.NEG.passive.optative.PAST] => |tʼʷ|a|꜒|rʷ|-
[Q.1excl.2.1incl.POS.active.indicative.PRES] => |rʲ|a#|̰꜒|ɭˠ|-
[Q.1excl.2.1incl.POS.active.indicative.PAST] => |ɗʷ|ʉ|꜖꜒|t͡ʂʲ|-
[Q.1excl.2.1incl.POS.active.imperative.PRES] => |ᵏǃʲ|ᵊ|꜒꜖|ʛʷ|-
[Q.1excl.2.1incl.POS.active.imperative.PAST] => |qʷ|i|̰꜖|wʲ|-
[Q.1excl.2.1incl.POS.active.conditional.PRES] => |d͡ʐʲ|ʉː|꜖|ŋˤ|-
[Q.1excl.2.1incl.POS.active.conditional.PAST] => |ᵏǃʼʲ|i|꜖꜒|kʷ|-
[Q.1excl.2.1incl.POS.active.optative.PRES] => |ɠʲ|u#ː|̰꜒|r̥ʷ|-
[Q.1excl.2.1incl.POS.active.optative.PAST] => |ɗˤ|a|̰꜖|kˠ|-
[Q.1excl.2.1incl.POS.passive.indicative.PRES] => |ʈʲ|ʉ|꜒|kʰʷ|-
[Q.1excl.2.1incl.POS.passive.indicative.PAST] => |sʲ|uː|꜒|rʲ|-
[Q.1excl.2.1incl.POS.passive.imperative.PRES] => |ᵑǀʷ|a|̰꜒|ɴˠ|-
[Q.1excl.2.1incl.POS.passive.imperative.PAST] => |kʰˠ|ᵊ|꜒|ɴˠ|-
[Q.1excl.2.1incl.POS.passive.conditional.PRES] => |ʈʼˠ|ʉː|̰꜖|ɽˠ|-
[Q.1excl.2.1incl.POS.passive.conditional.PAST] => |ᵏǃʼˠ|ᵊ|꜖꜒|hkˤ|-
[Q.1excl.2.1incl.POS.passive.optative.PRES] => |qʼʲ|ᵊ|̰꜒|ɻʲ|-
[Q.1excl.2.1incl.POS.passive.optative.PAST] => |hkˠ|u|꜖|kʼˠ|-
[Q.1excl.2.1excl.NEG.active.indicative.PRES] => |ᵑǃʼˠ|aː|̰꜒|h|-
[Q.1excl.2.1excl.NEG.active.indicative.PAST] => |ʂʲ|iː|꜖|htʲ|-
[Q.1excl.2.1excl.NEG.active.imperative.PRES] => |kʰʷ|ʉ|꜖꜒|ɴˠ|-
[Q.1excl.2.1excl.NEG.active.imperative.PAST] => |tɬʲ|ᵊ|̰꜒|ɠʷ|-
[Q.1excl.2.1excl.NEG.active.conditional.PRES] => |ʋˠ|i|꜒|ɗˠ|-
[Q.1excl.2.1excl.NEG.active.conditional.PAST] => |ʈʼʲ|i|꜒꜖|ɥˤ|-
[Q.1excl.2.1excl.NEG.active.optative.PRES] => |tɬˠ|u#ː|꜒꜖|ɴˤ|-
[Q.1excl.2.1excl.NEG.active.optative.PAST] => |sʲ|ʉ|꜒|ʄʲ|-
[Q.1excl.2.1excl.NEG.passive.indicative.PRES] => |pʼˤ|iː|̰꜒|pʲ|-
[Q.1excl.2.1excl.NEG.passive.indicative.PAST] => |ᵏǃʰʷ|i#ː|̰꜖|ʋʲ|-
[Q.1excl.2.1excl.NEG.passive.imperative.PRES] => |n̥ʲ|u#|꜖꜒|kʼˤ|-
[Q.1excl.2.1excl.NEG.passive.imperative.PAST] => |ᵏǁʰʲ|u|꜖꜒|ʂˠ|-
[Q.1excl.2.1excl.NEG.passive.conditional.PRES] => |ɰˠ|i|̰꜖|ɥʲ|-
[Q.1excl.2.1excl.NEG.passive.conditional.PAST] => |ɰˤ|a|̰꜒|nʲ|-
[Q.1excl.2.1excl.NEG.passive.optative.PRES] => |kʲ|a#ː|꜒|ʂˠ|-
[Q.1excl.2.1excl.NEG.passive.optative.PAST] => |kʲ|i|꜖꜒|n̥ʲ|-
[Q.1excl.2.1excl.POS.active.indicative.PRES] => |ɹʲ|ᵊ|̰꜖|sʲ|-
[Q.1excl.2.1excl.POS.active.indicative.PAST] => |tˤ|ʉ#|꜒|qʼʷ|-
[Q.1excl.2.1excl.POS.active.imperative.PRES] => |ᵑǃˤ|aː|̰꜒|ɰˤ|-
[Q.1excl.2.1excl.POS.active.imperative.PAST] => |ʡʲ|u|꜖꜒|ɴʲ|-
[Q.1excl.2.1excl.POS.active.conditional.PRES] => |ᵏǀʼˤ|u#|̰꜒|htʲ|-
[Q.1excl.2.1excl.POS.active.conditional.PAST] => |tʼˤ|i|꜒꜖|n̥ʷ|-
[Q.1excl.2.1excl.POS.active.optative.PRES] => |nˤ|a|꜖꜒|ŋʷ|-
[Q.1excl.2.1excl.POS.active.optative.PAST] => |qʼˤ|ᵊ|꜖꜒|tʷ|-
[Q.1excl.2.1excl.POS.passive.indicative.PRES] => |ʋʲ|a|꜒꜖|pʼˠ|-
[Q.1excl.2.1excl.POS.passive.indicative.PAST] => |t͡sˤ|uː|꜖|ʄʲ|-
[Q.1excl.2.1excl.POS.passive.imperative.PRES] => |kʰˠ|iː|꜖꜒|tˤ|-
[Q.1excl.2.1excl.POS.passive.imperative.PAST] => |ɴʲ|a|̰꜒|ʂˠ|-
[Q.1excl.2.1excl.POS.passive.conditional.PRES] => |ɳˠ|ʉ#ː|꜖꜒|qʼˠ|-
[Q.1excl.2.1excl.POS.passive.conditional.PAST] => |ᵑǀˤ|ʉ#ː|̰꜖|ɻʲ|-
[Q.1excl.2.1excl.POS.passive.optative.PRES] => |wˤ|ʉ#|꜖|ŋˠ|-
[Q.1excl.2.1excl.POS.passive.optative.PAST] => |ᵏǁʼʲ|i#ː|̰꜖|ɴʷ|-
[Q.1excl.2.2.NEG.active.indicative.PRES] => |ʜˠ|iː|꜖꜒|qˤ|-
[Q.1excl.2.2.NEG.active.indicative.PAST] => |ʜˠ|a#|꜖꜒|ɓˤ|-
[Q.1excl.2.2.NEG.active.imperative.PRES] => |htʷ|ʉ#|꜖|ɓʲ|-
[Q.1excl.2.2.NEG.active.imperative.PAST] => |ʈʼˠ|a#|꜖꜒|hʈʲ|-
[Q.1excl.2.2.NEG.active.conditional.PRES] => |ᵑǀʼˠ|ᵊ|̰꜖|tʲ|-
[Q.1excl.2.2.NEG.active.conditional.PAST] => |ᵏǀʼʲ|ᵊ|꜒|r̥ʲ|-
[Q.1excl.2.2.NEG.active.optative.PRES] => |hpˠ|u|꜒꜖|t͡sˠ|-
[Q.1excl.2.2.NEG.active.optative.PAST] => |rˠ|aː|꜖꜒|r̥ʲ|-
[Q.1excl.2.2.NEG.passive.indicative.PRES] => |ᵑǀˠ|aː|꜒|pʼˤ|-
[Q.1excl.2.2.NEG.passive.indicative.PAST] => |ᵑǀʼʷ|i|꜖꜒|hʈʲ|-
[Q.1excl.2.2.NEG.passive.imperative.PRES] => |ʡˠ|iː|̰꜖|mʲ|-
[Q.1excl.2.2.NEG.passive.imperative.PAST] => |hkˠ|aː|̰꜒|ŋ̥ʲ|-
[Q.1excl.2.2.NEG.passive.conditional.PRES] => |ɠˠ|ʉː|̰꜒|ʈˠ|-
[Q.1excl.2.2.NEG.passive.conditional.PAST] => |ᵑǃʷ|a#ː|꜖|ɗʷ|-
[Q.1excl.2.2.NEG.passive.optative.PRES] => |ʃˠ|a|꜖|n̥ʲ|-
[Q.1excl.2.2.NEG.passive.optative.PAST] => |t͡sˠ|u|꜒꜖|qˤ|-
[Q.1excl.2.2.POS.active.indicative.PRES] => |ɳ̥ʲ|i#ː|꜖꜒|tʲ|-
[Q.1excl.2.2.POS.active.indicative.PAST] => |lʲ|iː|꜒|ʡˠ|-
[Q.1excl.2.2.POS.active.imperative.PRES] => |pʰʲ|a|꜖|t͡ʂʲ|-
[Q.1excl.2.2.POS.active.imperative.PAST] => |ᵏǃʷ|iː|꜖|ɹˤ|-
[Q.1excl.2.2.POS.active.conditional.PRES] => |t͡ʂˠ|a#|̰꜒|ʄˠ|-
[Q.1excl.2.2.POS.active.conditional.PAST] => |ɓˠ|aː|̰꜒|ʄʲ|-
[Q.1excl.2.2.POS.active.optative.PRES] => |d͡ʐˠ|a|꜒|ɾʲ|-
[Q.1excl.2.2.POS.active.optative.PAST] => |rʲ|i#|꜖|ŋ̥ˤ|-
[Q.1excl.2.2.POS.passive.indicative.PRES] => |ᵑǀʼʷ|a|̰꜒|ʂˠ|-
[Q.1excl.2.2.POS.passive.indicative.PAST] => |tʰˤ|ʉ#|꜒|ɾʷ|-
[Q.1excl.2.2.POS.passive.imperative.PRES] => |ᵑǀʼˤ|i#|̰꜖|sʲ|-
[Q.1excl.2.2.POS.passive.imperative.PAST] => |nʲ|i|꜖|m̥ˤ|-
[Q.1excl.2.2.POS.passive.conditional.PRES] => |ʔ|ʉ|̰꜖|ɴˠ|-
[Q.1excl.2.2.POS.passive.conditional.PAST] => |m̥ˤ|a#|꜒꜖|ŋ̥ʷ|-
[Q.1excl.2.2.POS.passive.optative.PRES] => |ᵏǀʰˤ|uː|̰꜒|rʲ|-
[Q.1excl.2.2.POS.passive.optative.PAST] => |ᵑǀʼˠ|ᵊ|̰꜖|ŋ̥ʲ|-
[Q.1excl.2.3.cl.1.NEG.active.indicative.PRES] => |ɻˠ|ʉ#ː|̰꜒|rˠ|-
[Q.1excl.2.3.cl.1.NEG.active.indicative.PAST] => |ŋˤ|aː|꜖꜒|ɳ̥ˠ|-
[Q.1excl.2.3.cl.1.NEG.active.imperative.PRES] => |ɰˠ|ʉː|꜖꜒|ɹʷ|-
[Q.1excl.2.3.cl.1.NEG.active.imperative.PAST] => |ʛˠ|i|꜒꜖|pʰʲ|-
[Q.1excl.2.3.cl.1.NEG.active.conditional.PRES] => |hpˤ|ᵊ|꜖|d͡ʐˠ|-
[Q.1excl.2.3.cl.1.NEG.active.conditional.PAST] => |ʂʲ|a#|꜖꜒|sˠ|-
[Q.1excl.2.3.cl.1.NEG.active.optative.PRES] => |ɥˠ|i|̰꜒|n̥ˠ|-
[Q.1excl.2.3.cl.1.NEG.active.optative.PAST] => |ŋ̥ˠ|i|̰꜖|ŋʷ|-
[Q.1excl.2.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǁʰʲ|ʉ#|̰꜖|ɗʷ|-
[Q.1excl.2.3.cl.1.NEG.passive.indicative.PAST] => |hpˠ|a|̰꜒|kʷ|-
[Q.1excl.2.3.cl.1.NEG.passive.imperative.PRES] => |kʰˤ|ᵊ|̰꜖|ʈʰʲ|-
[Q.1excl.2.3.cl.1.NEG.passive.imperative.PAST] => |ʈʲ|a|꜖꜒|sˤ|-
[Q.1excl.2.3.cl.1.NEG.passive.conditional.PRES] => |mˤ|i|̰꜒|ŋ̥ʷ|-
[Q.1excl.2.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǁʼʲ|ʉ|̰꜒|ɓˤ|-
[Q.1excl.2.3.cl.1.NEG.passive.optative.PRES] => |kˤ|u|̰꜖|ɥʲ|-
[Q.1excl.2.3.cl.1.NEG.passive.optative.PAST] => |ɰˤ|ᵊ|꜒|hkˤ|-
[Q.1excl.2.3.cl.1.POS.active.indicative.PRES] => |ɾʷ|iː|꜖꜒|tʼʲ|-
[Q.1excl.2.3.cl.1.POS.active.indicative.PAST] => |t͡ʂʲ|u#ː|̰꜒|ɽʲ|-
[Q.1excl.2.3.cl.1.POS.active.imperative.PRES] => |ᵑǃʲ|ʉː|꜖꜒|qʼʷ|-
[Q.1excl.2.3.cl.1.POS.active.imperative.PAST] => |ʈʲ|u#|꜒|ʂʲ|-
[Q.1excl.2.3.cl.1.POS.active.conditional.PRES] => |ʔ|i|꜒꜖|ʃʲ|-
[Q.1excl.2.3.cl.1.POS.active.conditional.PAST] => |ɳ̥ˠ|ᵊ|꜒꜖|wˤ|-
[Q.1excl.2.3.cl.1.POS.active.optative.PRES] => |ʃˠ|i#ː|꜖|t͡sˤ|-
[Q.1excl.2.3.cl.1.POS.active.optative.PAST] => |nˠ|ʉ|̰꜒|pʰˠ|-
[Q.1excl.2.3.cl.1.POS.passive.indicative.PRES] => |rʲ|u|꜖꜒|tʷ|-
[Q.1excl.2.3.cl.1.POS.passive.indicative.PAST] => |ᵏǀʼʲ|uː|꜖꜒|ʜʲ|-
[Q.1excl.2.3.cl.1.POS.passive.imperative.PRES] => |hʈʲ|uː|̰꜒|ŋ̥ˠ|-
[Q.1excl.2.3.cl.1.POS.passive.imperative.PAST] => |hpˤ|a|꜖|ɻˠ|-
[Q.1excl.2.3.cl.1.POS.passive.conditional.PRES] => |ʃˠ|u#|̰꜖|hkˠ|-
[Q.1excl.2.3.cl.1.POS.passive.conditional.PAST] => |ɴˠ|i|꜖꜒|ɗˤ|-
[Q.1excl.2.3.cl.1.POS.passive.optative.PRES] => |qʼˤ|ʉː|꜒꜖|tˤ|-
[Q.1excl.2.3.cl.1.POS.passive.optative.PAST] => |tˤ|ᵊ|꜒꜖|ŋˠ|-
[Q.1excl.2.3.cl.2.NEG.active.indicative.PRES] => |tʰˤ|i|̰꜒|h|-
[Q.1excl.2.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀʰˤ|ᵊ|꜖꜒|lʲ|-
[Q.1excl.2.3.cl.2.NEG.active.imperative.PRES] => |ŋ̥ʷ|i|̰꜒|r̥ʲ|-
[Q.1excl.2.3.cl.2.NEG.active.imperative.PAST] => |t͡sˠ|a|꜒|ŋˤ|-
[Q.1excl.2.3.cl.2.NEG.active.conditional.PRES] => |htˠ|ʉ#ː|꜖|ɹʷ|-
[Q.1excl.2.3.cl.2.NEG.active.conditional.PAST] => |kˤ|ʉ|꜖꜒|wˠ|-
[Q.1excl.2.3.cl.2.NEG.active.optative.PRES] => |pʲ|a|꜒꜖|ʔ|-
[Q.1excl.2.3.cl.2.NEG.active.optative.PAST] => |ʋˠ|aː|꜒꜖|ɾʷ|-
[Q.1excl.2.3.cl.2.NEG.passive.indicative.PRES] => |pʼˠ|u#ː|꜒꜖|pʼʲ|-
[Q.1excl.2.3.cl.2.NEG.passive.indicative.PAST] => |pʰʲ|ʉ|̰꜖|kʰʲ|-
[Q.1excl.2.3.cl.2.NEG.passive.imperative.PRES] => |ɹˤ|ʉ|꜖꜒|d͡ʐʲ|-
[Q.1excl.2.3.cl.2.NEG.passive.imperative.PAST] => |wˤ|uː|꜒꜖|lʲ|-
[Q.1excl.2.3.cl.2.NEG.passive.conditional.PRES] => |kʰʷ|a|꜒꜖|tʼˤ|-
[Q.1excl.2.3.cl.2.NEG.passive.conditional.PAST] => |d͡ʐˠ|i|̰꜖|rʷ|-
[Q.1excl.2.3.cl.2.NEG.passive.optative.PRES] => |t͡sʷ|i#ː|̰꜖|ʄʲ|-
[Q.1excl.2.3.cl.2.NEG.passive.optative.PAST] => |ʛʷ|iː|̰꜖|ɓʲ|-
[Q.1excl.2.3.cl.2.POS.active.indicative.PRES] => |ɓˤ|i|̰꜒|nˤ|-
[Q.1excl.2.3.cl.2.POS.active.indicative.PAST] => |t͡ʂˠ|a|̰꜒|ʈˠ|-
[Q.1excl.2.3.cl.2.POS.active.imperative.PRES] => |ɳ̥ʲ|i|꜖꜒|ŋ̥ʲ|-
[Q.1excl.2.3.cl.2.POS.active.imperative.PAST] => |t͡ʂˠ|ʉ|̰꜒|ʈʼˠ|-
[Q.1excl.2.3.cl.2.POS.active.conditional.PRES] => |ᵏǃʼʲ|iː|̰꜒|ʋʲ|-
[Q.1excl.2.3.cl.2.POS.active.conditional.PAST] => |ʈʲ|ʉ|꜒꜖|r̥ʲ|-
[Q.1excl.2.3.cl.2.POS.active.optative.PRES] => |ʃˠ|a#|̰꜒|nʲ|-
[Q.1excl.2.3.cl.2.POS.active.optative.PAST] => |tʷ|iː|꜖|ʄˠ|-
[Q.1excl.2.3.cl.2.POS.passive.indicative.PRES] => |ᵏǁʲ|a#ː|̰꜖|ɹˠ|-
[Q.1excl.2.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀʰˤ|ʉ|̰꜒|ɠˤ|-
[Q.1excl.2.3.cl.2.POS.passive.imperative.PRES] => |ŋ̥ˠ|ʉ|̰꜒|ɾʷ|-
[Q.1excl.2.3.cl.2.POS.passive.imperative.PAST] => |tʼʲ|a|̰꜖|ʜˠ|-
[Q.1excl.2.3.cl.2.POS.passive.conditional.PRES] => |h|a|꜖꜒|ʡˠ|-
[Q.1excl.2.3.cl.2.POS.passive.conditional.PAST] => |tʰʲ|u|꜒꜖|ʋʲ|-
[Q.1excl.2.3.cl.2.POS.passive.optative.PRES] => |nˠ|ʉ|̰꜖|hkˠ|-
[Q.1excl.2.3.cl.2.POS.passive.optative.PAST] => |nʷ|ʉ#|꜒|n̥ʷ|-
[Q.1excl.2.3.cl.3.NEG.active.indicative.PRES] => |ɓˠ|ᵊ|̰꜖|lʲ|-
[Q.1excl.2.3.cl.3.NEG.active.indicative.PAST] => |ɽˠ|a|꜖|hʈˠ|-
[Q.1excl.2.3.cl.3.NEG.active.imperative.PRES] => |m̥ˤ|ᵊ|꜒|tʼʲ|-
[Q.1excl.2.3.cl.3.NEG.active.imperative.PAST] => |n̥ʲ|a|̰꜖|ɗʲ|-
[Q.1excl.2.3.cl.3.NEG.active.conditional.PRES] => |t͡sˤ|a#ː|꜒꜖|ʈʰˠ|-
[Q.1excl.2.3.cl.3.NEG.active.conditional.PAST] => |rʲ|aː|꜒|ʄʲ|-
[Q.1excl.2.3.cl.3.NEG.active.optative.PRES] => |ᵑǀˤ|a|꜖|pʼʲ|-
[Q.1excl.2.3.cl.3.NEG.active.optative.PAST] => |ɽˠ|u|꜖|ʄˠ|-
[Q.1excl.2.3.cl.3.NEG.passive.indicative.PRES] => |hkˤ|ʉː|꜖|pʰʲ|-
[Q.1excl.2.3.cl.3.NEG.passive.indicative.PAST] => |ŋ̥ʲ|ᵊ|꜒|rʲ|-
[Q.1excl.2.3.cl.3.NEG.passive.imperative.PRES] => |kʰˤ|a|꜒|tɬˠ|-
[Q.1excl.2.3.cl.3.NEG.passive.imperative.PAST] => |tʰʷ|a|꜒꜖|ɥˠ|-
[Q.1excl.2.3.cl.3.NEG.passive.conditional.PRES] => |hkˤ|u#|꜒꜖|tʲ|-
[Q.1excl.2.3.cl.3.NEG.passive.conditional.PAST] => |lˠ|a|̰꜒|ŋ̥ˤ|-
[Q.1excl.2.3.cl.3.NEG.passive.optative.PRES] => |lʲ|ʉ#ː|̰꜒|nʷ|-
[Q.1excl.2.3.cl.3.NEG.passive.optative.PAST] => |ɽˠ|ʉ#|꜖|d͡ʐʲ|-
[Q.1excl.2.3.cl.3.POS.active.indicative.PRES] => |htˤ|u|꜖|ɾʷ|-
[Q.1excl.2.3.cl.3.POS.active.indicative.PAST] => |ɴʷ|i#ː|꜒|ɠˠ|-
[Q.1excl.2.3.cl.3.POS.active.imperative.PRES] => |kʼʷ|i|꜖꜒|rʷ|-
[Q.1excl.2.3.cl.3.POS.active.imperative.PAST] => |sˤ|iː|̰꜖|nʲ|-
[Q.1excl.2.3.cl.3.POS.active.conditional.PRES] => |tɬˠ|a#ː|꜖꜒|ɴˤ|-
[Q.1excl.2.3.cl.3.POS.active.conditional.PAST] => |ᵏǃʼˤ|a|̰꜖|tʰˤ|-
[Q.1excl.2.3.cl.3.POS.active.optative.PRES] => |qʲ|uː|̰꜒|kʷ|-
[Q.1excl.2.3.cl.3.POS.active.optative.PAST] => |ɥʲ|a|̰꜒|ɽˠ|-
[Q.1excl.2.3.cl.3.POS.passive.indicative.PRES] => |pʰˠ|ʉ|꜖|pʰˠ|-
[Q.1excl.2.3.cl.3.POS.passive.indicative.PAST] => |ᵑǀˠ|a|꜖꜒|ɳ̥ˠ|-
[Q.1excl.2.3.cl.3.POS.passive.imperative.PRES] => |ɠʷ|i#ː|꜖|ʈʼʲ|-
[Q.1excl.2.3.cl.3.POS.passive.imperative.PAST] => |tʲ|u#ː|꜖꜒|kʰʷ|-
[Q.1excl.2.3.cl.3.POS.passive.conditional.PRES] => |ɗˤ|ʉ|꜒|ʛʲ|-
[Q.1excl.2.3.cl.3.POS.passive.conditional.PAST] => |ʋˠ|ᵊ|̰꜖|tɬʲ|-
[Q.1excl.2.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʼˤ|i#|꜒|pˠ|-
[Q.1excl.2.3.cl.3.POS.passive.optative.PAST] => |hpˠ|i#ː|꜒꜖|ɴˠ|-
[Q.1excl.2.3.cl.4.NEG.active.indicative.PRES] => |ʂʲ|aː|̰꜒|kʰˠ|-
[Q.1excl.2.3.cl.4.NEG.active.indicative.PAST] => |ɽˠ|a|꜖꜒|tʲ|-
[Q.1excl.2.3.cl.4.NEG.active.imperative.PRES] => |kʼʲ|ʉː|꜒꜖|ɾʲ|-
[Q.1excl.2.3.cl.4.NEG.active.imperative.PAST] => |ɗˤ|i|꜒꜖|rʷ|-
[Q.1excl.2.3.cl.4.NEG.active.conditional.PRES] => |sʲ|i|꜒|ʡˠ|-
[Q.1excl.2.3.cl.4.NEG.active.conditional.PAST] => |ŋ̥ˤ|aː|̰꜒|t͡sʲ|-
[Q.1excl.2.3.cl.4.NEG.active.optative.PRES] => |lˠ|iː|꜒|pʰˠ|-
[Q.1excl.2.3.cl.4.NEG.active.optative.PAST] => |ʈʼˠ|u|꜒|ŋ̥ˠ|-
[Q.1excl.2.3.cl.4.NEG.passive.indicative.PRES] => |ɭˠ|ʉ#|꜖|ɰʷ|-
[Q.1excl.2.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǃʲ|i#ː|꜖꜒|t͡sʷ|-
[Q.1excl.2.3.cl.4.NEG.passive.imperative.PRES] => |qʼˤ|a|꜖|kˠ|-
[Q.1excl.2.3.cl.4.NEG.passive.imperative.PAST] => |hkʷ|a#|̰꜖|lˠ|-
[Q.1excl.2.3.cl.4.NEG.passive.conditional.PRES] => |t͡ʂˠ|i|꜒|ɭˠ|-
[Q.1excl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃʼˤ|iː|꜖|ʜˠ|-
[Q.1excl.2.3.cl.4.NEG.passive.optative.PRES] => |ᵏǃʲ|ʉ#|꜖꜒|mʲ|-
[Q.1excl.2.3.cl.4.NEG.passive.optative.PAST] => |t͡ʃ|ᵊ|꜖꜒|sʷ|-
[Q.1excl.2.3.cl.4.POS.active.indicative.PRES] => |kʰˠ|a|꜒꜖|ɻˠ|-
[Q.1excl.2.3.cl.4.POS.active.indicative.PAST] => |ʃˠ|aː|꜒|tɬˠ|-
[Q.1excl.2.3.cl.4.POS.active.imperative.PRES] => |ʈʼˠ|i|꜖꜒|ʈʼʲ|-
[Q.1excl.2.3.cl.4.POS.active.imperative.PAST] => |ʋˤ|a#ː|꜒|ŋʷ|-
[Q.1excl.2.3.cl.4.POS.active.conditional.PRES] => |t͡sˤ|a|꜖꜒|tʼʷ|-
[Q.1excl.2.3.cl.4.POS.active.conditional.PAST] => |tʼˠ|a|꜒|tʼˤ|-
[Q.1excl.2.3.cl.4.POS.active.optative.PRES] => |ʄˠ|ʉ|꜖|kʲ|-
[Q.1excl.2.3.cl.4.POS.active.optative.PAST] => |kʼˠ|uː|꜒꜖|qʷ|-
[Q.1excl.2.3.cl.4.POS.passive.indicative.PRES] => |hkʲ|i|̰꜒|mʲ|-
[Q.1excl.2.3.cl.4.POS.passive.indicative.PAST] => |ɰˠ|u#|꜖꜒|pʲ|-
[Q.1excl.2.3.cl.4.POS.passive.imperative.PRES] => |kʼʲ|i|̰꜖|ʈʼˠ|-
[Q.1excl.2.3.cl.4.POS.passive.imperative.PAST] => |ʈʼʲ|a|̰꜒|r̥ʷ|-
[Q.1excl.2.3.cl.4.POS.passive.conditional.PRES] => |kʲ|u|̰꜒|ʛʲ|-
[Q.1excl.2.3.cl.4.POS.passive.conditional.PAST] => |ɠˤ|a|꜒꜖|t͡ʂˠ|-
[Q.1excl.2.3.cl.4.POS.passive.optative.PRES] => |pˠ|ʉ#|̰꜒|ʋˠ|-
[Q.1excl.2.3.cl.4.POS.passive.optative.PAST] => |ɗʲ|i|̰꜒|tɬʲ|-
[Q.1excl.3.cl.1.1incl.NEG.active.indicative.PRES] => |ᵑǀʼʲ|u|꜒꜖|tʼˤ|-
[Q.1excl.3.cl.1.1incl.NEG.active.indicative.PAST] => |ŋ̥ʷ|ʉ|꜖|pʼˠ|-
[Q.1excl.3.cl.1.1incl.NEG.active.imperative.PRES] => |ᵏǀˠ|u#ː|꜖꜒|tʰʷ|-
[Q.1excl.3.cl.1.1incl.NEG.active.imperative.PAST] => |ᵑǀˠ|i|꜒꜖|pʼˤ|-
[Q.1excl.3.cl.1.1incl.NEG.active.conditional.PRES] => |ɰˤ|u|̰꜖|qʼʲ|-
[Q.1excl.3.cl.1.1incl.NEG.active.conditional.PAST] => |m̥ˤ|ʉ|꜖꜒|hpˠ|-
[Q.1excl.3.cl.1.1incl.NEG.active.optative.PRES] => |ɹˠ|a|꜒|ŋʷ|-
[Q.1excl.3.cl.1.1incl.NEG.active.optative.PAST] => |tʼˤ|i|꜖꜒|pʼˤ|-
[Q.1excl.3.cl.1.1incl.NEG.passive.indicative.PRES] => |ŋ̥ˤ|aː|̰꜒|ʋˠ|-
[Q.1excl.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ᵏǁʲ|u|꜖꜒|sˠ|-
[Q.1excl.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ᵏǃʼˠ|a|꜖|ɾˤ|-
[Q.1excl.3.cl.1.1incl.NEG.passive.imperative.PAST] => |qʼˠ|i|꜒꜖|ɽʲ|-
[Q.1excl.3.cl.1.1incl.NEG.passive.conditional.PRES] => |ʃˠ|i|̰꜒|hpʲ|-
[Q.1excl.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ɾˠ|u|꜖꜒|qʼˠ|-
[Q.1excl.3.cl.1.1incl.NEG.passive.optative.PRES] => |ᵏǀʼˤ|i|̰꜒|t͡sˠ|-
[Q.1excl.3.cl.1.1incl.NEG.passive.optative.PAST] => |ɻˠ|a|꜒|tʼˠ|-
[Q.1excl.3.cl.1.1incl.POS.active.indicative.PRES] => |ᵑǁʲ|a|̰꜖|hpʲ|-
[Q.1excl.3.cl.1.1incl.POS.active.indicative.PAST] => |n̥ʷ|iː|꜖|mʲ|-
[Q.1excl.3.cl.1.1incl.POS.active.imperative.PRES] => |hpˤ|a|꜒꜖|sʲ|-
[Q.1excl.3.cl.1.1incl.POS.active.imperative.PAST] => |r̥ˤ|ʉ#|̰꜖|kʰˠ|-
[Q.1excl.3.cl.1.1incl.POS.active.conditional.PRES] => |ᵏǁʼˠ|i|꜒꜖|ŋ̥ʲ|-
[Q.1excl.3.cl.1.1incl.POS.active.conditional.PAST] => |ʜʲ|aː|꜒꜖|ɗˠ|-
[Q.1excl.3.cl.1.1incl.POS.active.optative.PRES] => |tʰʷ|ᵊ|꜖|n̥ˠ|-
[Q.1excl.3.cl.1.1incl.POS.active.optative.PAST] => |pʼˤ|iː|꜖|hʈˠ|-
[Q.1excl.3.cl.1.1incl.POS.passive.indicative.PRES] => |kʼˤ|a#ː|̰꜖|ʄʲ|-
[Q.1excl.3.cl.1.1incl.POS.passive.indicative.PAST] => |nˠ|i#ː|꜖꜒|ɽˠ|-
[Q.1excl.3.cl.1.1incl.POS.passive.imperative.PRES] => |ᵑǃʼˤ|a#|̰꜒|wˤ|-
[Q.1excl.3.cl.1.1incl.POS.passive.imperative.PAST] => |ɓʲ|i|꜒꜖|ɳ̥ˠ|-
[Q.1excl.3.cl.1.1incl.POS.passive.conditional.PRES] => |kʷ|iː|꜒|ɹʲ|-
[Q.1excl.3.cl.1.1incl.POS.passive.conditional.PAST] => |mʲ|i|̰꜒|ɾʷ|-
[Q.1excl.3.cl.1.1incl.POS.passive.optative.PRES] => |htˠ|ᵊ|꜖|kˤ|-
[Q.1excl.3.cl.1.1incl.POS.passive.optative.PAST] => |ɽˠ|ʉ|꜒꜖|hkˤ|-
[Q.1excl.3.cl.1.1excl.NEG.active.indicative.PRES] => |ᵏǃʰˠ|ʉ#|̰꜖|ɓˤ|-
[Q.1excl.3.cl.1.1excl.NEG.active.indicative.PAST] => |ᵏǃʰʲ|ᵊ|꜖|n̥ˠ|-
[Q.1excl.3.cl.1.1excl.NEG.active.imperative.PRES] => |ᵑǃʷ|i|̰꜖|ʜˠ|-
[Q.1excl.3.cl.1.1excl.NEG.active.imperative.PAST] => |j|ʉ|̰꜒|ŋʲ|-
[Q.1excl.3.cl.1.1excl.NEG.active.conditional.PRES] => |tʰʲ|a|̰꜒|hkʷ|-
[Q.1excl.3.cl.1.1excl.NEG.active.conditional.PAST] => |ɻʲ|i|̰꜒|ɻʲ|-
[Q.1excl.3.cl.1.1excl.NEG.active.optative.PRES] => |ᵑǁˠ|iː|꜒|ɹˤ|-
[Q.1excl.3.cl.1.1excl.NEG.active.optative.PAST] => |ʈʼˠ|i|꜖꜒|mˠ|-
[Q.1excl.3.cl.1.1excl.NEG.passive.indicative.PRES] => |kʼˠ|ᵊ|꜒꜖|n̥ˠ|-
[Q.1excl.3.cl.1.1excl.NEG.passive.indicative.PAST] => |hpʲ|aː|꜒|ɰʷ|-
[Q.1excl.3.cl.1.1excl.NEG.passive.imperative.PRES] => |qˤ|u#ː|꜒꜖|ɗˠ|-
[Q.1excl.3.cl.1.1excl.NEG.passive.imperative.PAST] => |tʰˤ|a|꜒꜖|tˤ|-
[Q.1excl.3.cl.1.1excl.NEG.passive.conditional.PRES] => |ʈʲ|i|̰꜖|ŋ̥ʷ|-
[Q.1excl.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ɥˠ|u|꜒꜖|n̥ˠ|-
[Q.1excl.3.cl.1.1excl.NEG.passive.optative.PRES] => |d͡ʐˠ|aː|꜖|tɬˠ|-
[Q.1excl.3.cl.1.1excl.NEG.passive.optative.PAST] => |pʼˠ|iː|̰꜒|rʷ|-
[Q.1excl.3.cl.1.1excl.POS.active.indicative.PRES] => |hʈʲ|ʉ|꜒|n̥ˠ|-
[Q.1excl.3.cl.1.1excl.POS.active.indicative.PAST] => |mˠ|iː|꜒|ʄʲ|-
[Q.1excl.3.cl.1.1excl.POS.active.imperative.PRES] => |t͡ʂʲ|u|꜖|qʼˠ|-
[Q.1excl.3.cl.1.1excl.POS.active.imperative.PAST] => |ŋ̥ʲ|ᵊ|꜖꜒|ɹˠ|-
[Q.1excl.3.cl.1.1excl.POS.active.conditional.PRES] => |qʲ|ʉ|꜖꜒|hpʲ|-
[Q.1excl.3.cl.1.1excl.POS.active.conditional.PAST] => |wˠ|i|꜒꜖|kʼʲ|-
[Q.1excl.3.cl.1.1excl.POS.active.optative.PRES] => |nˠ|a|̰꜖|ɹˤ|-
[Q.1excl.3.cl.1.1excl.POS.active.optative.PAST] => |n̥ʷ|i|꜒꜖|ɴˠ|-
[Q.1excl.3.cl.1.1excl.POS.passive.indicative.PRES] => |ɰʷ|ᵊ|꜒꜖|j|-
[Q.1excl.3.cl.1.1excl.POS.passive.indicative.PAST] => |ᵑǁʼˠ|uː|꜖|sˤ|-
[Q.1excl.3.cl.1.1excl.POS.passive.imperative.PRES] => |ᵏǀʼʷ|i#ː|꜖|ʃʲ|-
[Q.1excl.3.cl.1.1excl.POS.passive.imperative.PAST] => |ɭʲ|a|̰꜒|ɗʲ|-
[Q.1excl.3.cl.1.1excl.POS.passive.conditional.PRES] => |r̥ˠ|i|꜖꜒|ʋʲ|-
[Q.1excl.3.cl.1.1excl.POS.passive.conditional.PAST] => |htˠ|a#|̰꜒|pʰˠ|-
[Q.1excl.3.cl.1.1excl.POS.passive.optative.PRES] => |rˠ|u|꜖|ʄˠ|-
[Q.1excl.3.cl.1.1excl.POS.passive.optative.PAST] => |ʄˠ|ʉ|꜖|hkˠ|-
[Q.1excl.3.cl.1.2.NEG.active.indicative.PRES] => |hkˤ|u|̰꜒|kˤ|-
[Q.1excl.3.cl.1.2.NEG.active.indicative.PAST] => |ʄʲ|ʉː|꜖꜒|ʈʲ|-
[Q.1excl.3.cl.1.2.NEG.active.imperative.PRES] => |ʈʼʲ|ʉ|̰꜒|qˠ|-
[Q.1excl.3.cl.1.2.NEG.active.imperative.PAST] => |kʰˠ|u|̰꜒|htʷ|-
[Q.1excl.3.cl.1.2.NEG.active.conditional.PRES] => |ɴˤ|ᵊ|꜖|ʡʲ|-
[Q.1excl.3.cl.1.2.NEG.active.conditional.PAST] => |tʼˠ|i|꜒|ʄʲ|-
[Q.1excl.3.cl.1.2.NEG.active.optative.PRES] => |ʈʰʲ|a|̰꜖|hkʲ|-
[Q.1excl.3.cl.1.2.NEG.active.optative.PAST] => |ᵑǀʼˠ|ᵊ|̰꜖|ɠʷ|-
[Q.1excl.3.cl.1.2.NEG.passive.indicative.PRES] => |d͡ʐʲ|a|꜒꜖|ŋʲ|-
[Q.1excl.3.cl.1.2.NEG.passive.indicative.PAST] => |ɗˠ|i|꜒|ɰʷ|-
[Q.1excl.3.cl.1.2.NEG.passive.imperative.PRES] => |ᵏǁʼˠ|uː|꜖|nˤ|-
[Q.1excl.3.cl.1.2.NEG.passive.imperative.PAST] => |ɰʷ|ʉː|̰꜒|pʼʲ|-
[Q.1excl.3.cl.1.2.NEG.passive.conditional.PRES] => |ᵑǀˤ|u|̰꜒|ɰˠ|-
[Q.1excl.3.cl.1.2.NEG.passive.conditional.PAST] => |ʃˠ|ʉ|̰꜒|ŋˤ|-
[Q.1excl.3.cl.1.2.NEG.passive.optative.PRES] => |kʰˤ|ʉ|꜖꜒|pˤ|-
[Q.1excl.3.cl.1.2.NEG.passive.optative.PAST] => |hʈˠ|ʉ|꜖|hkˠ|-
[Q.1excl.3.cl.1.2.POS.active.indicative.PRES] => |ɗˠ|a|̰꜖|ɥˠ|-
[Q.1excl.3.cl.1.2.POS.active.indicative.PAST] => |sˠ|aː|꜒꜖|ʈʲ|-
[Q.1excl.3.cl.1.2.POS.active.imperative.PRES] => |ɠʷ|ʉ|̰꜖|ʜʲ|-
[Q.1excl.3.cl.1.2.POS.active.imperative.PAST] => |ɹˠ|i#|꜒꜖|qʼʷ|-
[Q.1excl.3.cl.1.2.POS.active.conditional.PRES] => |pʰˠ|u#|꜖|ʄʲ|-
[Q.1excl.3.cl.1.2.POS.active.conditional.PAST] => |ᵏǁˠ|a|̰꜖|r̥ˠ|-
[Q.1excl.3.cl.1.2.POS.active.optative.PRES] => |ʋˤ|ᵊ|꜖|kʲ|-
[Q.1excl.3.cl.1.2.POS.active.optative.PAST] => |ʄˠ|ᵊ|̰꜖|t͡sʷ|-
[Q.1excl.3.cl.1.2.POS.passive.indicative.PRES] => |ᵏǁʰʲ|a#ː|̰꜖|m̥ˤ|-
[Q.1excl.3.cl.1.2.POS.passive.indicative.PAST] => |ᵏǁʰʲ|iː|꜖꜒|kʷ|-
[Q.1excl.3.cl.1.2.POS.passive.imperative.PRES] => |r̥ˠ|a|꜖꜒|ɴʷ|-
[Q.1excl.3.cl.1.2.POS.passive.imperative.PAST] => |ɰˤ|ʉː|꜒|ʜʲ|-
[Q.1excl.3.cl.1.2.POS.passive.conditional.PRES] => |qʼʲ|a|꜒|ʛʷ|-
[Q.1excl.3.cl.1.2.POS.passive.conditional.PAST] => |kʼˠ|iː|̰꜒|ʂʲ|-
[Q.1excl.3.cl.1.2.POS.passive.optative.PRES] => |ʋˠ|ʉː|꜖꜒|ɗʷ|-
[Q.1excl.3.cl.1.2.POS.passive.optative.PAST] => |hkˠ|ʉ|꜖꜒|ŋ̥ˤ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵏǁʼˠ|i|̰꜒|ʋˤ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ɗʷ|aː|̰꜖|ɠʷ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |wˠ|i|̰꜒|ʃˠ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |qˤ|a#ː|꜒|ʄˠ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |ɻˠ|iː|꜒|ʡʲ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ʈʰˠ|a#|꜒|ŋˠ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |m̥ʲ|i|̰꜖|ʂʲ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ᵏǀʰˠ|ʉ|̰꜖|t͡ʂˠ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |kʼˠ|u|꜖꜒|kʼʲ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |tʼˤ|a|꜒|pʼˤ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |qˠ|ᵊ|꜖꜒|t͡ʂʲ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʲ|u|꜒|tɬʲ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |mˠ|a|̰꜖|kʰˤ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǃˤ|ʉː|꜖|n̥ˤ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |t͡sʷ|i#|꜒|ɰʷ|-
[Q.1excl.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |sˠ|a#|꜖꜒|ŋ̥ˠ|-
[Q.1excl.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ʜˠ|iː|̰꜖|ɻʲ|-
[Q.1excl.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |ᵑǁʲ|i|꜖꜒|ɻˠ|-
[Q.1excl.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |ɗʷ|i|꜖|ɗʷ|-
[Q.1excl.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ʡʲ|i|̰꜒|nʷ|-
[Q.1excl.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |rˤ|u|̰꜒|t͡ʂˠ|-
[Q.1excl.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |mʲ|ʉ#|̰꜒|kʼˤ|-
[Q.1excl.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ᵑǀʼˤ|i|꜒|ŋ̥ʲ|-
[Q.1excl.3.cl.1.3.cl.1.POS.active.optative.PAST] => |t͡sˠ|ʉ|꜒꜖|ŋˠ|-
[Q.1excl.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |pˤ|ᵊ|̰꜖|sʲ|-
[Q.1excl.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |ʋˠ|i|꜒꜖|m̥ˠ|-
[Q.1excl.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |hʈˠ|u|̰꜒|ŋ̥ʲ|-
[Q.1excl.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀʰˠ|iː|̰꜒|ɹʲ|-
[Q.1excl.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ɹˤ|aː|꜒꜖|kʼʷ|-
[Q.1excl.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |ʃˠ|ʉ#ː|̰꜖|ʋʲ|-
[Q.1excl.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |ʄˠ|ᵊ|̰꜖|rʷ|-
[Q.1excl.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |lˠ|ᵊ|̰꜒|ɭˠ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |ᵏǀˠ|a|꜖꜒|n̥ˤ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |pˤ|ʉ|꜖|ɗˠ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |ʡʲ|i#ː|꜖꜒|tʼˠ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |qʼʷ|iː|꜖|ʛˤ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |hkˤ|ʉ|̰꜒|sˤ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ɽˠ|a|꜖|m̥ˠ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ʄʲ|i|꜒|n̥ʷ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ʂʲ|i|̰꜒|ʃʲ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ʈʲ|u|꜖|qʼˤ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |pˤ|ᵊ|̰꜒|hpʲ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ɥˠ|a|꜒꜖|ɻʲ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |hʈʲ|uː|꜖|wʲ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ɹʷ|i#|̰꜒|tʼʷ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |n̥ʷ|ʉ#|꜖꜒|ŋ̥ˤ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |ɳʲ|aː|꜒꜖|wˤ|-
[Q.1excl.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |h|ʉ|̰꜒|ʈˠ|-
[Q.1excl.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |ᵏǁʲ|ʉ#|̰꜖|ɴˠ|-
[Q.1excl.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |tʲ|ᵊ|꜒|hkˠ|-
[Q.1excl.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |htˠ|ʉ#ː|꜒|rˤ|-
[Q.1excl.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |kʰʲ|u#ː|̰꜒|qʷ|-
[Q.1excl.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ʂˠ|iː|꜖꜒|pʼʲ|-
[Q.1excl.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |n̥ˤ|iː|̰꜒|ʋˤ|-
[Q.1excl.3.cl.1.3.cl.2.POS.active.optative.PRES] => |ɠʷ|a|꜒|ɗˤ|-
[Q.1excl.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ɥʲ|ʉ#|꜖|ʡʲ|-
[Q.1excl.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |tʼʲ|a|꜒|mˤ|-
[Q.1excl.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀʰˠ|ʉ|꜒|ɰˤ|-
[Q.1excl.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |tʰʷ|a|꜖꜒|qʷ|-
[Q.1excl.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ʃʲ|i#ː|꜖|ɓˤ|-
[Q.1excl.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |ᵑǁʲ|ʉ|꜖|wʲ|-
[Q.1excl.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ᵏǁʼˠ|iː|̰꜖|hkʷ|-
[Q.1excl.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |tʼʲ|iː|꜖꜒|lˠ|-
[Q.1excl.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |ɴʲ|ᵊ|꜒꜖|hkʲ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |tˤ|a|꜒꜖|ʋˤ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ɳ̥ʲ|a|̰꜖|m̥ʲ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |ɽˠ|a|꜖|ɥʲ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |d͡ʐʲ|ʉ|꜖|mˤ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |ʃʲ|a#ː|̰꜒|t͡sˠ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |kʰʲ|i|꜒꜖|ɠˠ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ɓˤ|ᵊ|꜖|ɭˠ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |nˤ|a#|꜒|kʰʲ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ʈʰʲ|a|꜒|pʰʲ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |tʲ|i#ː|꜒꜖|t͡sʲ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |tʼʷ|i|꜒꜖|n̥ʲ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǃʼˠ|ᵊ|̰꜒|tʼˤ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |d͡ʐʲ|ᵊ|꜖꜒|ʛˠ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀʰˤ|ʉ#ː|̰꜒|ʡˠ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |ᵏǃʲ|aː|̰꜖|ɗʷ|-
[Q.1excl.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |ᵏǁʰʲ|a|꜒꜖|hkʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |ᵑǃˠ|ᵊ|꜒|ʛˤ|-
[Q.1excl.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |ᵏǀʰˠ|i|꜒|ɳʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ŋ̥ʲ|a#|꜖|ʜʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |ᵏǃˠ|aː|꜒|tʰˤ|-
[Q.1excl.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ᵏǃʰˠ|aː|̰꜒|ʜʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ɠʲ|iː|꜒|tʰʷ|-
[Q.1excl.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ɰˤ|a|꜒꜖|ɗʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ɠˤ|u|꜒꜖|ɥʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |ʋˠ|iː|̰꜖|r̥ʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |d͡ʐˠ|a|꜖|sˤ|-
[Q.1excl.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀˤ|u#|꜖꜒|qʼʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |ɥˠ|i|꜒꜖|rʷ|-
[Q.1excl.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ɠʲ|u#|꜖|ɴˤ|-
[Q.1excl.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |tʲ|ᵊ|꜖|pˤ|-
[Q.1excl.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |kʼʲ|aː|̰꜖|pʲ|-
[Q.1excl.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ʈˠ|iː|̰꜖|kʼʲ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |nʲ|ʉ|̰꜒|ɳ̥ʲ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ɠʲ|uː|꜒꜖|ʜˠ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ᵏǃʰʲ|i|꜖|m̥ˤ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |ɳ̥ʲ|i#|꜖꜒|ʜˠ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʰʲ|ᵊ|꜖꜒|ɴʷ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ᵑǃʼʷ|a|꜒|ɠʷ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |ɹʲ|ʉ|꜖|ŋ̥ˤ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |htʲ|u|̰꜖|pˠ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǃʰˤ|ʉ|꜒꜖|ɥˤ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ʔ|u|꜖꜒|ɾˠ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |kʲ|i#|꜒|nˠ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ɓˤ|i|꜒|ɾˠ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |t͡ʂʲ|ʉ#ː|̰꜖|hʈˠ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃʼˠ|ᵊ|̰꜖|tɬʲ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ᵑǃʼʷ|i|꜒꜖|ɾˠ|-
[Q.1excl.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |h|i|꜒|pʼˤ|-
[Q.1excl.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʼˤ|ʉ|꜒|n̥ʲ|-
[Q.1excl.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |ᵑǀˠ|iː|̰꜖|ʈʼʲ|-
[Q.1excl.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |hkʷ|i|꜒|ŋʷ|-
[Q.1excl.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |sʲ|ʉ|꜖꜒|ɳˠ|-
[Q.1excl.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |r̥ˤ|u#|꜖|ŋ̥ʲ|-
[Q.1excl.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |kʼˠ|i#|꜒꜖|ʋʲ|-
[Q.1excl.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ᵑǀˠ|i|̰꜖|kʰˠ|-
[Q.1excl.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ɴˤ|i|̰꜒|ŋ̥ˤ|-
[Q.1excl.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |kˤ|ᵊ|̰꜒|hʈʲ|-
[Q.1excl.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ɰʷ|a#ː|̰꜒|ʂˠ|-
[Q.1excl.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ᵑǃˤ|ʉ|꜖꜒|ɹʲ|-
[Q.1excl.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ʜʲ|a|̰꜖|m̥ˤ|-
[Q.1excl.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |t͡sʷ|iː|꜖꜒|pʲ|-
[Q.1excl.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |tʲ|ᵊ|꜖꜒|kˤ|-
[Q.1excl.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ʋˠ|u|꜖꜒|qˠ|-
[Q.1excl.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |ŋʲ|a#ː|꜖꜒|n̥ˠ|-
[Q.1excl.3.cl.2.1incl.NEG.active.indicative.PRES] => |kʰʷ|a|̰꜒|ɗʷ|-
[Q.1excl.3.cl.2.1incl.NEG.active.indicative.PAST] => |ᵏǃʲ|u|꜒|t͡ʂʲ|-
[Q.1excl.3.cl.2.1incl.NEG.active.imperative.PRES] => |ɠʷ|ʉ|꜒꜖|qʷ|-
[Q.1excl.3.cl.2.1incl.NEG.active.imperative.PAST] => |ʈʰʲ|iː|꜖|ʔ|-
[Q.1excl.3.cl.2.1incl.NEG.active.conditional.PRES] => |ʈʼʲ|iː|꜖꜒|ʜˠ|-
[Q.1excl.3.cl.2.1incl.NEG.active.conditional.PAST] => |ŋ̥ʷ|i|̰꜖|pʼˤ|-
[Q.1excl.3.cl.2.1incl.NEG.active.optative.PRES] => |pʰˤ|ʉ|꜒|ɹˠ|-
[Q.1excl.3.cl.2.1incl.NEG.active.optative.PAST] => |ʄˠ|a#|꜒꜖|tʰʲ|-
[Q.1excl.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ᵏǃʼʲ|i#|̰꜒|pˤ|-
[Q.1excl.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ᵏǁˠ|u#ː|̰꜖|ɠʷ|-
[Q.1excl.3.cl.2.1incl.NEG.passive.imperative.PRES] => |htʷ|a#ː|꜖꜒|ʈʼˠ|-
[Q.1excl.3.cl.2.1incl.NEG.passive.imperative.PAST] => |ɭʲ|i|̰꜒|ɻʲ|-
[Q.1excl.3.cl.2.1incl.NEG.passive.conditional.PRES] => |n̥ˤ|i#|̰꜒|n̥ˤ|-
[Q.1excl.3.cl.2.1incl.NEG.passive.conditional.PAST] => |pˤ|iː|̰꜒|ʛʷ|-
[Q.1excl.3.cl.2.1incl.NEG.passive.optative.PRES] => |tʼʲ|aː|̰꜖|ʛʲ|-
[Q.1excl.3.cl.2.1incl.NEG.passive.optative.PAST] => |t͡sˤ|a|̰꜖|pʰˤ|-
[Q.1excl.3.cl.2.1incl.POS.active.indicative.PRES] => |ʜˠ|a|̰꜒|ŋ̥ʲ|-
[Q.1excl.3.cl.2.1incl.POS.active.indicative.PAST] => |ʛˠ|ᵊ|꜒꜖|ɻʲ|-
[Q.1excl.3.cl.2.1incl.POS.active.imperative.PRES] => |ɴˤ|iː|̰꜖|n̥ʲ|-
[Q.1excl.3.cl.2.1incl.POS.active.imperative.PAST] => |ɗˠ|a|꜒꜖|pˠ|-
[Q.1excl.3.cl.2.1incl.POS.active.conditional.PRES] => |ᵏǀʰʲ|u|꜒꜖|ʄʲ|-
[Q.1excl.3.cl.2.1incl.POS.active.conditional.PAST] => |kˠ|a#ː|̰꜖|tʼˠ|-
[Q.1excl.3.cl.2.1incl.POS.active.optative.PRES] => |qˠ|u#ː|꜖|ɽˠ|-
[Q.1excl.3.cl.2.1incl.POS.active.optative.PAST] => |ʃʲ|u|꜒|ʜʲ|-
[Q.1excl.3.cl.2.1incl.POS.passive.indicative.PRES] => |ʈʼʲ|aː|꜒꜖|r̥ˤ|-
[Q.1excl.3.cl.2.1incl.POS.passive.indicative.PAST] => |ʈʰˠ|a|꜖|nʲ|-
[Q.1excl.3.cl.2.1incl.POS.passive.imperative.PRES] => |ɗˤ|a#ː|꜖|qʼʲ|-
[Q.1excl.3.cl.2.1incl.POS.passive.imperative.PAST] => |hʈˠ|ʉ|꜖|pˠ|-
[Q.1excl.3.cl.2.1incl.POS.passive.conditional.PRES] => |ᵑǃˠ|i|꜖꜒|ʡʲ|-
[Q.1excl.3.cl.2.1incl.POS.passive.conditional.PAST] => |rˤ|a|꜒|ɹʷ|-
[Q.1excl.3.cl.2.1incl.POS.passive.optative.PRES] => |ʛˠ|a|꜒꜖|tʰʷ|-
[Q.1excl.3.cl.2.1incl.POS.passive.optative.PAST] => |d͡ʐˠ|iː|꜖꜒|qˤ|-
[Q.1excl.3.cl.2.1excl.NEG.active.indicative.PRES] => |ᵏǁʼʲ|ʉː|꜒꜖|ɠˤ|-
[Q.1excl.3.cl.2.1excl.NEG.active.indicative.PAST] => |ɴˠ|ʉ|꜖|ɾˠ|-
[Q.1excl.3.cl.2.1excl.NEG.active.imperative.PRES] => |ᵑǁˠ|ᵊ|꜖|ŋʲ|-
[Q.1excl.3.cl.2.1excl.NEG.active.imperative.PAST] => |ɽˠ|u#|꜖꜒|rˤ|-
[Q.1excl.3.cl.2.1excl.NEG.active.conditional.PRES] => |ʛʷ|ʉː|꜒|ɭˠ|-
[Q.1excl.3.cl.2.1excl.NEG.active.conditional.PAST] => |tʼʷ|a#ː|꜒꜖|kʼʲ|-
[Q.1excl.3.cl.2.1excl.NEG.active.optative.PRES] => |kʰˠ|iː|꜒꜖|ʂʲ|-
[Q.1excl.3.cl.2.1excl.NEG.active.optative.PAST] => |ᵑǀʼʲ|i#ː|̰꜖|htʷ|-
[Q.1excl.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ʈʼʲ|ʉ#ː|̰꜖|sˤ|-
[Q.1excl.3.cl.2.1excl.NEG.passive.indicative.PAST] => |tʼʲ|ʉ|꜒꜖|ɠˤ|-
[Q.1excl.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ɹˠ|aː|̰꜖|ɥˤ|-
[Q.1excl.3.cl.2.1excl.NEG.passive.imperative.PAST] => |wˤ|i|̰꜒|tʼʷ|-
[Q.1excl.3.cl.2.1excl.NEG.passive.conditional.PRES] => |ᵑǃˠ|iː|꜖꜒|ʜʲ|-
[Q.1excl.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ʛʲ|u#|꜖|tʼˤ|-
[Q.1excl.3.cl.2.1excl.NEG.passive.optative.PRES] => |ɗʷ|i#ː|̰꜒|ʡʲ|-
[Q.1excl.3.cl.2.1excl.NEG.passive.optative.PAST] => |ʈʰʲ|u|꜖|ɓˤ|-
[Q.1excl.3.cl.2.1excl.POS.active.indicative.PRES] => |ᵑǃʼˠ|u|꜒꜖|pˠ|-
[Q.1excl.3.cl.2.1excl.POS.active.indicative.PAST] => |tɬʲ|iː|꜖꜒|ɠʲ|-
[Q.1excl.3.cl.2.1excl.POS.active.imperative.PRES] => |t͡sʲ|i|̰꜖|ɥˠ|-
[Q.1excl.3.cl.2.1excl.POS.active.imperative.PAST] => |pʲ|ᵊ|꜒꜖|nʷ|-
[Q.1excl.3.cl.2.1excl.POS.active.conditional.PRES] => |ᵏǃʰˤ|u|꜖꜒|ʈˠ|-
[Q.1excl.3.cl.2.1excl.POS.active.conditional.PAST] => |ɠˠ|i|̰꜒|ɹˤ|-
[Q.1excl.3.cl.2.1excl.POS.active.optative.PRES] => |ᵑǁʼʲ|u|꜖|ʔ|-
[Q.1excl.3.cl.2.1excl.POS.active.optative.PAST] => |t͡ʂʲ|a#ː|꜒|tʰʲ|-
[Q.1excl.3.cl.2.1excl.POS.passive.indicative.PRES] => |sˤ|u#|꜒꜖|pˤ|-
[Q.1excl.3.cl.2.1excl.POS.passive.indicative.PAST] => |n̥ʷ|ʉː|꜒꜖|kʷ|-
[Q.1excl.3.cl.2.1excl.POS.passive.imperative.PRES] => |ɳˠ|iː|꜖|ʛˠ|-
[Q.1excl.3.cl.2.1excl.POS.passive.imperative.PAST] => |n̥ˠ|aː|꜖꜒|ɳʲ|-
[Q.1excl.3.cl.2.1excl.POS.passive.conditional.PRES] => |ɹˠ|a|̰꜖|kʼʷ|-
[Q.1excl.3.cl.2.1excl.POS.passive.conditional.PAST] => |t͡ʃ|i|̰꜒|pʼˤ|-
[Q.1excl.3.cl.2.1excl.POS.passive.optative.PRES] => |ʄʲ|aː|̰꜖|ɗˤ|-
[Q.1excl.3.cl.2.1excl.POS.passive.optative.PAST] => |kʰʷ|ʉ|꜖꜒|ʃˠ|-
[Q.1excl.3.cl.2.2.NEG.active.indicative.PRES] => |qʼʷ|ʉ|̰꜒|d͡ʐˠ|-
[Q.1excl.3.cl.2.2.NEG.active.indicative.PAST] => |hʈʲ|ᵊ|꜒|nʷ|-
[Q.1excl.3.cl.2.2.NEG.active.imperative.PRES] => |ɳˠ|a|꜖꜒|tɬʲ|-
[Q.1excl.3.cl.2.2.NEG.active.imperative.PAST] => |ɓʲ|i|꜖꜒|pˠ|-
[Q.1excl.3.cl.2.2.NEG.active.conditional.PRES] => |nˠ|ʉ#|꜒꜖|t͡sʷ|-
[Q.1excl.3.cl.2.2.NEG.active.conditional.PAST] => |tˠ|ᵊ|꜒|ɹˤ|-
[Q.1excl.3.cl.2.2.NEG.active.optative.PRES] => |ᵏǀˠ|a|꜒|hkˠ|-
[Q.1excl.3.cl.2.2.NEG.active.optative.PAST] => |htʲ|ʉ|꜖꜒|ɗʲ|-
[Q.1excl.3.cl.2.2.NEG.passive.indicative.PRES] => |ᵏǃʰʲ|ʉ#ː|꜒|ɳʲ|-
[Q.1excl.3.cl.2.2.NEG.passive.indicative.PAST] => |hpˤ|a|꜒꜖|ɾʲ|-
[Q.1excl.3.cl.2.2.NEG.passive.imperative.PRES] => |hʈʲ|ᵊ|꜖꜒|kʲ|-
[Q.1excl.3.cl.2.2.NEG.passive.imperative.PAST] => |ɥˤ|a#ː|꜖꜒|kʼʷ|-
[Q.1excl.3.cl.2.2.NEG.passive.conditional.PRES] => |ʛˠ|i|꜒|qʷ|-
[Q.1excl.3.cl.2.2.NEG.passive.conditional.PAST] => |kʲ|u#|̰꜒|rʲ|-
[Q.1excl.3.cl.2.2.NEG.passive.optative.PRES] => |ᵑǀʼˤ|aː|꜒꜖|kʰʷ|-
[Q.1excl.3.cl.2.2.NEG.passive.optative.PAST] => |ᵏǁʰˠ|a#|꜒꜖|hʈˠ|-
[Q.1excl.3.cl.2.2.POS.active.indicative.PRES] => |ᵏǀˤ|aː|̰꜒|wˤ|-
[Q.1excl.3.cl.2.2.POS.active.indicative.PAST] => |n̥ˠ|a|꜒|rˠ|-
[Q.1excl.3.cl.2.2.POS.active.imperative.PRES] => |tʼˠ|u|̰꜒|kʰˤ|-
[Q.1excl.3.cl.2.2.POS.active.imperative.PAST] => |ᵏǀʼʷ|ʉː|꜖꜒|ɹˤ|-
[Q.1excl.3.cl.2.2.POS.active.conditional.PRES] => |qʼˤ|ʉ|꜖꜒|ɹʲ|-
[Q.1excl.3.cl.2.2.POS.active.conditional.PAST] => |ᵏǃʰʷ|ᵊ|꜖|ɴʲ|-
[Q.1excl.3.cl.2.2.POS.active.optative.PRES] => |tɬʲ|iː|꜒꜖|ɹˤ|-
[Q.1excl.3.cl.2.2.POS.active.optative.PAST] => |ɥʲ|ᵊ|꜒꜖|tˤ|-
[Q.1excl.3.cl.2.2.POS.passive.indicative.PRES] => |ᵏǃʰʷ|ᵊ|̰꜖|qʼˤ|-
[Q.1excl.3.cl.2.2.POS.passive.indicative.PAST] => |ᵏǁʰʲ|a|꜖|ɻˠ|-
[Q.1excl.3.cl.2.2.POS.passive.imperative.PRES] => |ᵏǁʲ|ʉː|̰꜖|ɰʷ|-
[Q.1excl.3.cl.2.2.POS.passive.imperative.PAST] => |hpˠ|i|꜖꜒|ɹˠ|-
[Q.1excl.3.cl.2.2.POS.passive.conditional.PRES] => |htʷ|aː|꜒|ʄˠ|-
[Q.1excl.3.cl.2.2.POS.passive.conditional.PAST] => |ᵑǁʼˠ|u|̰꜖|t͡sʷ|-
[Q.1excl.3.cl.2.2.POS.passive.optative.PRES] => |tˠ|ʉ|̰꜒|ɰˠ|-
[Q.1excl.3.cl.2.2.POS.passive.optative.PAST] => |ᵏǀʷ|ᵊ|̰꜒|qʷ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ɠʷ|i#|꜖|ɭʲ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |wˤ|ʉ|̰꜒|ɴʷ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |kˤ|u|꜖|m̥ˠ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |tʰˠ|a#|꜒|ʈʰʲ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʰˠ|i#ː|꜒|tʼˠ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ᵑǃʼʲ|ʉ|꜒꜖|qʲ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |rˤ|ᵊ|꜒|ʡˠ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |m̥ˠ|u#ː|̰꜖|qˠ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |tʼˤ|i|̰꜖|t͡ʂˠ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ɭˠ|iː|꜒꜖|tʰˤ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |ɽʲ|iː|̰꜒|t͡ʂˠ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |tʼˠ|i#ː|̰꜒|kʷ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |m̥ˤ|a|꜒꜖|lˠ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |lʲ|aː|꜖꜒|ɓˤ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ɹˠ|a|̰꜒|ʡʲ|-
[Q.1excl.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ᵑǃʲ|u|꜒|qʼˤ|-
[Q.1excl.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ᵑǀʼʲ|iː|̰꜒|rˤ|-
[Q.1excl.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |tɬʲ|iː|̰꜒|kˤ|-
[Q.1excl.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |ʄˠ|a#|꜖|ʄˠ|-
[Q.1excl.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |pʼˤ|i#ː|꜖|ʛʷ|-
[Q.1excl.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ʛʲ|i|̰꜖|n̥ʷ|-
[Q.1excl.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |d͡ʐʲ|u|̰꜖|pʲ|-
[Q.1excl.3.cl.2.3.cl.1.POS.active.optative.PRES] => |hʈʲ|a|̰꜖|ŋˠ|-
[Q.1excl.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ᵑǃʼˤ|i|꜖|hpˤ|-
[Q.1excl.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |hkʷ|a#ː|꜖|ɴʲ|-
[Q.1excl.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |mʲ|ᵊ|꜒꜖|qʼˠ|-
[Q.1excl.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |tʰˠ|uː|꜒|m̥ˠ|-
[Q.1excl.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ŋʷ|i|꜒|kʲ|-
[Q.1excl.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |qʼʲ|ʉ|꜖|qˤ|-
[Q.1excl.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |ɥˠ|i|꜒꜖|ɳ̥ˠ|-
[Q.1excl.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ɗˤ|ᵊ|꜒|qʲ|-
[Q.1excl.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |d͡ʐˠ|a|꜖|ɓˠ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |ɰˤ|a|꜖|kʰʷ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |ɓʲ|iː|꜒|kʰˤ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ʛˤ|i|꜖|t͡sʷ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ʡʲ|ʉ|꜖|ɥʲ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |t͡sʲ|i|꜒|kʼʲ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |mʲ|u#ː|̰꜖|hkˠ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ʋˠ|u|꜖꜒|ʃʲ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |hpʲ|a|꜖꜒|wˤ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |sˠ|uː|꜖꜒|htˤ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǀʰˠ|ʉ#ː|꜖|ɾˠ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |ʡʲ|i|꜒|ɻʲ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ʡʲ|ʉ#|̰꜖|ʋʲ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |mˠ|ʉ#ː|꜖|ɾʷ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |rʲ|ᵊ|̰꜖|lʲ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |ᵑǃˠ|a|꜒꜖|ɴˠ|-
[Q.1excl.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ʄˠ|ʉ#ː|꜒|ʂˠ|-
[Q.1excl.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ʃˠ|a|꜒|ɥˤ|-
[Q.1excl.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |htˤ|ᵊ|̰꜖|ɳʲ|-
[Q.1excl.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |sʲ|ʉ|꜖꜒|sˤ|-
[Q.1excl.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ɗʷ|a#ː|꜒|kʼʲ|-
[Q.1excl.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ʋˤ|ᵊ|꜒꜖|hkˠ|-
[Q.1excl.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |ɽˠ|iː|̰꜖|tʷ|-
[Q.1excl.3.cl.2.3.cl.2.POS.active.optative.PRES] => |nˠ|ʉ|̰꜒|t͡sˤ|-
[Q.1excl.3.cl.2.3.cl.2.POS.active.optative.PAST] => |hʈʲ|i|̰꜖|ɳˠ|-
[Q.1excl.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʰʷ|a|̰꜒|sˠ|-
[Q.1excl.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |r̥ʲ|i|̰꜖|ʃʲ|-
[Q.1excl.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |htˠ|aː|꜖|ʄʲ|-
[Q.1excl.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |qʲ|i#ː|꜒|ɰˤ|-
[Q.1excl.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ʈˠ|a#ː|̰꜖|ŋ̥ʷ|-
[Q.1excl.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |rˤ|i#ː|꜖|kʼˤ|-
[Q.1excl.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ᵑǁʲ|i#|꜒꜖|ŋ̥ʲ|-
[Q.1excl.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ᵏǁˠ|ʉ|̰꜖|qˤ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ᵑǃʼʷ|i|꜖|ʡˠ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |ᵏǃʰˠ|a#ː|꜒꜖|r̥ˤ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃʰˠ|a|꜒꜖|ʡʲ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ɻˠ|ᵊ|꜒꜖|ʜˠ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ɳ̥ˠ|aː|꜖|ŋ̥ˤ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |rʷ|i#|꜒|n̥ˠ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |ᵑǀʷ|aː|꜖꜒|wˤ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |hkˠ|a|̰꜖|ŋ̥ˤ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |kʼʲ|i|̰꜖|ɰʷ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǀʲ|a#|̰꜒|t͡sʲ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |kʼʷ|ᵊ|꜖|ʄʲ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|i|꜒|t͡sˤ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |t͡sˤ|u|꜒|ɽʲ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ʋʲ|u#|꜖|ɹˤ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ʋʲ|u#ː|꜒|kʷ|-
[Q.1excl.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |kʰʲ|ʉ#ː|̰꜖|ʈʰʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |kʼˠ|i|꜒|d͡ʐʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |htʲ|ʉ|꜖꜒|ŋˠ|-
[Q.1excl.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ʈʼʲ|i|꜒꜖|ɽʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |ᵑǀˤ|ᵊ|꜒|rˤ|-
[Q.1excl.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |ᵏǃʰˤ|a#|̰꜖|ɹʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |lʲ|ᵊ|̰꜒|tʼˠ|-
[Q.1excl.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ᵏǃʰʲ|i|꜒꜖|ʈʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.active.optative.PAST] => |d͡ʐʲ|iː|꜖|mʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |ŋ̥ˤ|aː|꜒꜖|rʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ŋˠ|a#ː|̰꜒|ɭʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ʋˤ|i|꜖꜒|m̥ˠ|-
[Q.1excl.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |wˤ|aː|꜒|pˤ|-
[Q.1excl.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |qʲ|u#ː|꜖|qʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |ʛʷ|i|꜒꜖|kʰˤ|-
[Q.1excl.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |ɻʲ|ʉ|꜒|t͡sʲ|-
[Q.1excl.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ɗˠ|a|꜒꜖|ɰʲ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |ᵏǀʲ|ᵊ|꜒|t͡sˠ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ᵏǁʰˠ|a#|̰꜖|tʼʲ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |ᵏǀˠ|u|̰꜖|ɻˠ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |hpˠ|iː|̰꜖|nˤ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |sʲ|iː|꜖|tʼˤ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ŋʲ|u|꜒|ŋ̥ˠ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ŋˤ|u|꜖꜒|pʲ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ɰʷ|ᵊ|̰꜒|ɾʷ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǁʰˠ|i|꜖|tʼˤ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ŋ̥ˠ|u|̰꜒|ɻˠ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |tʰˤ|u|̰꜖|d͡ʐʲ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |mˠ|aː|̰꜒|t͡ʃ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ʜʲ|ʉ|꜖꜒|n̥ˤ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃʼˤ|uː|꜒꜖|ɠˤ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |mˤ|a#ː|̰꜖|ʂˠ|-
[Q.1excl.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʼʲ|iː|꜖|d͡ʐˠ|-
[Q.1excl.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |tʼˠ|i|̰꜒|mˤ|-
[Q.1excl.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |nʲ|ᵊ|꜒|tʼʷ|-
[Q.1excl.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ʂˠ|i|꜖꜒|ɰʷ|-
[Q.1excl.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ᵏǃʼˠ|u|꜖꜒|t͡ʃ|-
[Q.1excl.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |m̥ˠ|aː|̰꜖|lʲ|-
[Q.1excl.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |ᵏǁˠ|i|̰꜖|pʼˤ|-
[Q.1excl.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ᵏǀˠ|a#ː|꜒|ʈʼʲ|-
[Q.1excl.3.cl.2.3.cl.4.POS.active.optative.PAST] => |pʼˠ|a|̰꜖|ʂˠ|-
[Q.1excl.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ᵑǁˠ|u|꜒|ɠˤ|-
[Q.1excl.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |qʼʷ|a|꜒꜖|m̥ˠ|-
[Q.1excl.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |htˠ|ʉ|꜒꜖|tˤ|-
[Q.1excl.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |qʼʲ|i#|꜒|hʈˠ|-
[Q.1excl.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |ᵑǃˤ|u|꜖꜒|tɬʲ|-
[Q.1excl.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |ʃˠ|uː|̰꜖|d͡ʐʲ|-
[Q.1excl.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |ŋʲ|i|̰꜒|ɥˠ|-
[Q.1excl.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ɗʷ|ᵊ|꜖|rˤ|-
[Q.1excl.3.cl.3.1incl.NEG.active.indicative.PRES] => |rʷ|i|̰꜖|ɾʷ|-
[Q.1excl.3.cl.3.1incl.NEG.active.indicative.PAST] => |ɰˠ|a#ː|꜒꜖|ɥʲ|-
[Q.1excl.3.cl.3.1incl.NEG.active.imperative.PRES] => |sʲ|a|̰꜒|ʈʰˠ|-
[Q.1excl.3.cl.3.1incl.NEG.active.imperative.PAST] => |htʷ|iː|̰꜒|mʲ|-
[Q.1excl.3.cl.3.1incl.NEG.active.conditional.PRES] => |ɥˤ|ʉ|꜖|t͡sˠ|-
[Q.1excl.3.cl.3.1incl.NEG.active.conditional.PAST] => |pʰʲ|u|꜒|sʷ|-
[Q.1excl.3.cl.3.1incl.NEG.active.optative.PRES] => |ɻʲ|ʉ|꜒|n̥ʲ|-
[Q.1excl.3.cl.3.1incl.NEG.active.optative.PAST] => |nʲ|iː|꜖꜒|ɽˠ|-
[Q.1excl.3.cl.3.1incl.NEG.passive.indicative.PRES] => |tɬʲ|i#ː|꜖꜒|mˤ|-
[Q.1excl.3.cl.3.1incl.NEG.passive.indicative.PAST] => |htʲ|u#|꜖|tʼʲ|-
[Q.1excl.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ɴʷ|ʉ|꜖|tʼˠ|-
[Q.1excl.3.cl.3.1incl.NEG.passive.imperative.PAST] => |sˤ|ᵊ|̰꜒|ŋ̥ʷ|-
[Q.1excl.3.cl.3.1incl.NEG.passive.conditional.PRES] => |ɾʲ|i|̰꜖|tɬʲ|-
[Q.1excl.3.cl.3.1incl.NEG.passive.conditional.PAST] => |hkˠ|aː|̰꜒|lʲ|-
[Q.1excl.3.cl.3.1incl.NEG.passive.optative.PRES] => |ʜʲ|ʉː|̰꜒|sʲ|-
[Q.1excl.3.cl.3.1incl.NEG.passive.optative.PAST] => |ɗˤ|a|̰꜒|d͡ʐʲ|-
[Q.1excl.3.cl.3.1incl.POS.active.indicative.PRES] => |kʼˠ|uː|̰꜖|t͡ʃ|-
[Q.1excl.3.cl.3.1incl.POS.active.indicative.PAST] => |tʼˤ|ᵊ|꜖꜒|r̥ˠ|-
[Q.1excl.3.cl.3.1incl.POS.active.imperative.PRES] => |ᵏǀʼˤ|a|̰꜒|pˤ|-
[Q.1excl.3.cl.3.1incl.POS.active.imperative.PAST] => |ɹˤ|ᵊ|꜖꜒|ɓˤ|-
[Q.1excl.3.cl.3.1incl.POS.active.conditional.PRES] => |ᵏǃʰʲ|ʉ|꜖꜒|qʼʷ|-
[Q.1excl.3.cl.3.1incl.POS.active.conditional.PAST] => |ɗʲ|iː|꜖|rˤ|-
[Q.1excl.3.cl.3.1incl.POS.active.optative.PRES] => |qˤ|a|꜖꜒|ʋˠ|-
[Q.1excl.3.cl.3.1incl.POS.active.optative.PAST] => |ᵑǀˠ|u|꜒꜖|pˤ|-
[Q.1excl.3.cl.3.1incl.POS.passive.indicative.PRES] => |t͡ʃ|ʉ|꜖꜒|qʼʷ|-
[Q.1excl.3.cl.3.1incl.POS.passive.indicative.PAST] => |ʈʲ|a|̰꜖|nˠ|-
[Q.1excl.3.cl.3.1incl.POS.passive.imperative.PRES] => |ɗʷ|a#ː|̰꜒|kˤ|-
[Q.1excl.3.cl.3.1incl.POS.passive.imperative.PAST] => |kʷ|a|꜒|ʄʲ|-
[Q.1excl.3.cl.3.1incl.POS.passive.conditional.PRES] => |t͡ʂˠ|uː|꜒|tˠ|-
[Q.1excl.3.cl.3.1incl.POS.passive.conditional.PAST] => |sʷ|a|̰꜖|pˠ|-
[Q.1excl.3.cl.3.1incl.POS.passive.optative.PRES] => |ᵑǃʼʷ|ʉː|꜒꜖|pʼʲ|-
[Q.1excl.3.cl.3.1incl.POS.passive.optative.PAST] => |qʷ|a|꜒꜖|qˤ|-
[Q.1excl.3.cl.3.1excl.NEG.active.indicative.PRES] => |ʄʲ|u|꜒|ɾˠ|-
[Q.1excl.3.cl.3.1excl.NEG.active.indicative.PAST] => |tɬˠ|aː|̰꜖|nˤ|-
[Q.1excl.3.cl.3.1excl.NEG.active.imperative.PRES] => |ᵏǃʷ|i#ː|̰꜒|ʜˠ|-
[Q.1excl.3.cl.3.1excl.NEG.active.imperative.PAST] => |ʔ|ʉ|̰꜖|ɴˤ|-
[Q.1excl.3.cl.3.1excl.NEG.active.conditional.PRES] => |r̥ʷ|ᵊ|̰꜖|ɻʲ|-
[Q.1excl.3.cl.3.1excl.NEG.active.conditional.PAST] => |ᵏǃˤ|i|꜖꜒|ʜˠ|-
[Q.1excl.3.cl.3.1excl.NEG.active.optative.PRES] => |ᵏǃʰʷ|i|꜖꜒|pʰʲ|-
[Q.1excl.3.cl.3.1excl.NEG.active.optative.PAST] => |ɓˠ|u|꜖꜒|ŋ̥ʲ|-
[Q.1excl.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ɰˤ|a|꜖꜒|ɗʲ|-
[Q.1excl.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ᵏǀʰˠ|a#ː|꜖꜒|ɴʷ|-
[Q.1excl.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ɴˤ|iː|꜒|ʈʼʲ|-
[Q.1excl.3.cl.3.1excl.NEG.passive.imperative.PAST] => |wˤ|u|̰꜖|hpˠ|-
[Q.1excl.3.cl.3.1excl.NEG.passive.conditional.PRES] => |ɓˤ|a|̰꜖|ɹˤ|-
[Q.1excl.3.cl.3.1excl.NEG.passive.conditional.PAST] => |htˠ|ʉ#ː|̰꜖|ʈʼˠ|-
[Q.1excl.3.cl.3.1excl.NEG.passive.optative.PRES] => |ʄˠ|ʉ|꜖꜒|ŋ̥ˠ|-
[Q.1excl.3.cl.3.1excl.NEG.passive.optative.PAST] => |d͡ʐʲ|a|꜖|mˤ|-
[Q.1excl.3.cl.3.1excl.POS.active.indicative.PRES] => |tˠ|i|꜖|ɰˠ|-
[Q.1excl.3.cl.3.1excl.POS.active.indicative.PAST] => |ɠˤ|a#ː|꜖꜒|n̥ˠ|-
[Q.1excl.3.cl.3.1excl.POS.active.imperative.PRES] => |ᵏǁˠ|ʉ|̰꜖|kˠ|-
[Q.1excl.3.cl.3.1excl.POS.active.imperative.PAST] => |d͡ʐʲ|u#|̰꜒|tɬʲ|-
[Q.1excl.3.cl.3.1excl.POS.active.conditional.PRES] => |r̥ʷ|ᵊ|̰꜖|qʲ|-
[Q.1excl.3.cl.3.1excl.POS.active.conditional.PAST] => |ɳ̥ʲ|uː|̰꜒|tʼʷ|-
[Q.1excl.3.cl.3.1excl.POS.active.optative.PRES] => |mˤ|ʉ|꜒꜖|ʋˤ|-
[Q.1excl.3.cl.3.1excl.POS.active.optative.PAST] => |sˠ|a|̰꜖|ʃˠ|-
[Q.1excl.3.cl.3.1excl.POS.passive.indicative.PRES] => |tˠ|ʉ|̰꜖|ŋ̥ʷ|-
[Q.1excl.3.cl.3.1excl.POS.passive.indicative.PAST] => |sˤ|ʉ|꜖꜒|r̥ʲ|-
[Q.1excl.3.cl.3.1excl.POS.passive.imperative.PRES] => |nˤ|i#ː|̰꜖|ɽˠ|-
[Q.1excl.3.cl.3.1excl.POS.passive.imperative.PAST] => |ɽˠ|i|꜖꜒|pˤ|-
[Q.1excl.3.cl.3.1excl.POS.passive.conditional.PRES] => |ɾʲ|iː|̰꜒|pʼˠ|-
[Q.1excl.3.cl.3.1excl.POS.passive.conditional.PAST] => |sˤ|iː|꜒|ŋ̥ˠ|-
[Q.1excl.3.cl.3.1excl.POS.passive.optative.PRES] => |qˠ|ᵊ|̰꜒|tɬʲ|-
[Q.1excl.3.cl.3.1excl.POS.passive.optative.PAST] => |ᵑǁʲ|a|꜖|ɓˤ|-
[Q.1excl.3.cl.3.2.NEG.active.indicative.PRES] => |ᵑǁˠ|u#ː|̰꜒|ɹˠ|-
[Q.1excl.3.cl.3.2.NEG.active.indicative.PAST] => |ᵏǃʼˤ|ʉ#|꜒|hʈʲ|-
[Q.1excl.3.cl.3.2.NEG.active.imperative.PRES] => |ɠˠ|ʉ|꜖꜒|ɥˠ|-
[Q.1excl.3.cl.3.2.NEG.active.imperative.PAST] => |qʼˠ|u#ː|̰꜖|tˤ|-
[Q.1excl.3.cl.3.2.NEG.active.conditional.PRES] => |ᵏǃʼˤ|ʉ|̰꜖|hpˤ|-
[Q.1excl.3.cl.3.2.NEG.active.conditional.PAST] => |ɽʲ|a|꜖|ʛʷ|-
[Q.1excl.3.cl.3.2.NEG.active.optative.PRES] => |htʷ|a|̰꜒|ʛʷ|-
[Q.1excl.3.cl.3.2.NEG.active.optative.PAST] => |ʂʲ|ᵊ|꜒꜖|ɗˠ|-
[Q.1excl.3.cl.3.2.NEG.passive.indicative.PRES] => |d͡ʐʲ|ᵊ|꜒|ʂˠ|-
[Q.1excl.3.cl.3.2.NEG.passive.indicative.PAST] => |ɴʲ|u|꜒|sʷ|-
[Q.1excl.3.cl.3.2.NEG.passive.imperative.PRES] => |tʼʲ|ᵊ|꜖꜒|ɓˤ|-
[Q.1excl.3.cl.3.2.NEG.passive.imperative.PAST] => |ɰʷ|ᵊ|꜖꜒|tˠ|-
[Q.1excl.3.cl.3.2.NEG.passive.conditional.PRES] => |ɻˠ|ʉ#ː|꜒|ŋ̥ʲ|-
[Q.1excl.3.cl.3.2.NEG.passive.conditional.PAST] => |ᵏǁˠ|ᵊ|꜖꜒|ŋ̥ˠ|-
[Q.1excl.3.cl.3.2.NEG.passive.optative.PRES] => |tʰʷ|ʉː|̰꜖|qˤ|-
[Q.1excl.3.cl.3.2.NEG.passive.optative.PAST] => |ᵏǀʷ|aː|꜖|ŋˤ|-
[Q.1excl.3.cl.3.2.POS.active.indicative.PRES] => |ɹˠ|ʉ|̰꜖|t͡sˠ|-
[Q.1excl.3.cl.3.2.POS.active.indicative.PAST] => |ɽˠ|ʉ#ː|̰꜒|qʲ|-
[Q.1excl.3.cl.3.2.POS.active.imperative.PRES] => |ɗˠ|ʉ|꜖꜒|pʰˤ|-
[Q.1excl.3.cl.3.2.POS.active.imperative.PAST] => |tʼˤ|i|꜒꜖|ʂˠ|-
[Q.1excl.3.cl.3.2.POS.active.conditional.PRES] => |ᵏǀʷ|aː|꜖|mʲ|-
[Q.1excl.3.cl.3.2.POS.active.conditional.PAST] => |kʷ|a#ː|꜒|ʃˠ|-
[Q.1excl.3.cl.3.2.POS.active.optative.PRES] => |ᵑǀˤ|ᵊ|꜖꜒|ɓˠ|-
[Q.1excl.3.cl.3.2.POS.active.optative.PAST] => |pʰˠ|a#ː|꜖꜒|pʼʲ|-
[Q.1excl.3.cl.3.2.POS.passive.indicative.PRES] => |ʜˠ|ᵊ|꜒꜖|n̥ˠ|-
[Q.1excl.3.cl.3.2.POS.passive.indicative.PAST] => |pʰˤ|i|꜖|ɳ̥ˠ|-
[Q.1excl.3.cl.3.2.POS.passive.imperative.PRES] => |ᵏǀʲ|uː|̰꜖|htˤ|-
[Q.1excl.3.cl.3.2.POS.passive.imperative.PAST] => |ɰˠ|a#|̰꜖|n̥ʷ|-
[Q.1excl.3.cl.3.2.POS.passive.conditional.PRES] => |ɗˠ|aː|꜖꜒|t͡sˠ|-
[Q.1excl.3.cl.3.2.POS.passive.conditional.PAST] => |qˠ|uː|̰꜖|m̥ˤ|-
[Q.1excl.3.cl.3.2.POS.passive.optative.PRES] => |tʰˤ|i|꜒|ʡʲ|-
[Q.1excl.3.cl.3.2.POS.passive.optative.PAST] => |pʼʲ|i|꜖|n̥ʲ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |kʼʲ|i|꜒꜖|sʷ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |htʷ|ʉ|꜒|r̥ʲ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ŋ̥ˠ|aː|̰꜖|ŋʲ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃˠ|a|꜖|n̥ʷ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |qʲ|u#ː|꜖꜒|ŋʷ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |kˤ|i|꜒꜖|ŋ̥ˤ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ɹʲ|u|꜖꜒|lˠ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ʃˠ|a|꜖꜒|hʈˠ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ʃʲ|ʉ#ː|꜒|ɾˤ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ʜˠ|ʉ|꜒|ʃˠ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |t͡sˠ|ʉ|꜖|pˤ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ʡˠ|u#ː|̰꜖|mʲ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃʷ|i|꜖|ʂʲ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |tʰʲ|ʉ#ː|꜖꜒|ŋʷ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |hʈʲ|i|̰꜖|ŋʲ|-
[Q.1excl.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |d͡ʐˠ|u#|̰꜖|ʜˠ|-
[Q.1excl.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |r̥ʲ|a|꜒|ʂˠ|-
[Q.1excl.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |kʲ|i#ː|̰꜒|n̥ˠ|-
[Q.1excl.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |kʼˠ|ᵊ|꜒꜖|nˤ|-
[Q.1excl.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |mˠ|a|꜖꜒|ʈʲ|-
[Q.1excl.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |kʲ|a|̰꜖|ɠʷ|-
[Q.1excl.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |ᵏǃʰʲ|ʉ|꜖꜒|r̥ʷ|-
[Q.1excl.3.cl.3.3.cl.1.POS.active.optative.PRES] => |t͡ʂˠ|ᵊ|꜖꜒|mˠ|-
[Q.1excl.3.cl.3.3.cl.1.POS.active.optative.PAST] => |nʲ|u|꜒꜖|sˤ|-
[Q.1excl.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |tɬˠ|i#ː|꜒|qʼʷ|-
[Q.1excl.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |ʜˠ|ᵊ|̰꜒|qʼʲ|-
[Q.1excl.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ɰʲ|a#|꜖꜒|pʲ|-
[Q.1excl.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |ᵑǀʷ|i|꜒|t͡sˠ|-
[Q.1excl.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |pʲ|a|꜒|ʋʲ|-
[Q.1excl.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃʼˤ|u|꜖|kʼˤ|-
[Q.1excl.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |qʷ|aː|꜖|ɓʲ|-
[Q.1excl.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ɴʲ|ᵊ|꜖꜒|qˠ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |ʡʲ|iː|꜖|ɠˤ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ɭʲ|i|̰꜖|ɾˤ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ɠʲ|a|꜖꜒|hpˤ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ɹʲ|u#ː|꜖꜒|rˤ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |kʰˠ|a#ː|꜒|ɾˤ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ᵏǀʼˤ|a|̰꜖|ʃˠ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |ɰʲ|aː|꜒|ɾˠ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |m̥ˠ|ᵊ|̰꜒|ɓʲ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |n̥ʷ|ʉ|꜒꜖|n̥ʷ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |qʼʷ|aː|꜒꜖|n̥ʲ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ʋˤ|uː|̰꜒|ʜˠ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |r̥ʷ|i|̰꜖|pʼˤ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |rʷ|a|꜖꜒|ɠʲ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǃʰʷ|i|꜖|tʰʷ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |ᵑǀʼˤ|ʉ|꜒꜖|tʼʷ|-
[Q.1excl.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |sˤ|a|̰꜖|ɓʲ|-
[Q.1excl.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |t͡sʲ|i|꜒꜖|nʷ|-
[Q.1excl.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ɓʲ|a|꜒꜖|d͡ʐˠ|-
[Q.1excl.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ʈʰʲ|u#ː|꜒|ɰʷ|-
[Q.1excl.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |d͡ʐˠ|iː|̰꜖|kʰˤ|-
[Q.1excl.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |hʈˠ|i|꜒|hkʷ|-
[Q.1excl.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ɗʷ|a|꜖꜒|pˠ|-
[Q.1excl.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵏǀʰʲ|u|꜖|qʼʷ|-
[Q.1excl.3.cl.3.3.cl.2.POS.active.optative.PAST] => |ᵑǀʼˤ|a|̰꜖|ɗˠ|-
[Q.1excl.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ᵑǁʼʲ|ᵊ|꜒꜖|ɳˠ|-
[Q.1excl.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |kˠ|ʉ#ː|꜒|ɗˠ|-
[Q.1excl.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ɗˠ|i#ː|꜒꜖|qʼʲ|-
[Q.1excl.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |m̥ˠ|a|꜒|ʋˠ|-
[Q.1excl.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ŋˠ|u|̰꜒|ʔ|-
[Q.1excl.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |ᵑǃʼʷ|a|̰꜖|ŋˠ|-
[Q.1excl.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |j|u|꜒꜖|hkʲ|-
[Q.1excl.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |kʰˠ|i|꜒꜖|kʲ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |pʰʲ|a|꜖|sˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ᵏǃʰʷ|a|꜒꜖|ɳ̥ˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ɹˤ|ʉ#|꜒꜖|d͡ʐˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ɓˠ|u|꜖꜒|hpˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |ᵑǀʼʷ|a|̰꜒|ɳ̥ˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ᵑǁˠ|ʉ|̰꜖|ɴˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ᵏǃʰˤ|a|̰꜖|qʲ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ɹˠ|u|꜖꜒|hpˤ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ʈʰˠ|ʉ|꜒|wˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǁʲ|ʉ|꜖|ŋˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǃʼʷ|ᵊ|꜒꜖|tɬʲ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ʈʼʲ|u#|꜒꜖|t͡sˤ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ʛˠ|a|̰꜒|ŋʷ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ɹˠ|ʉ|꜖꜒|ʂˠ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ɠˤ|aː|꜖|ʛʲ|-
[Q.1excl.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |tʲ|a|꜖|t͡ʂˠ|-
[Q.1excl.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ʈʼʲ|a|꜒꜖|kʲ|-
[Q.1excl.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |kʰˤ|i|꜖꜒|ɳˠ|-
[Q.1excl.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |ɠˤ|aː|꜒꜖|ŋ̥ˤ|-
[Q.1excl.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ᵑǀʼʲ|i|꜒|htʷ|-
[Q.1excl.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |kˠ|i#|꜒꜖|lʲ|-
[Q.1excl.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʼˠ|a#|̰꜖|ɗʲ|-
[Q.1excl.3.cl.3.3.cl.3.POS.active.optative.PRES] => |m̥ʲ|ᵊ|꜒꜖|r̥ˤ|-
[Q.1excl.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ᵏǃʷ|a|꜒꜖|d͡ʐˠ|-
[Q.1excl.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |kʷ|i|꜒꜖|mˤ|-
[Q.1excl.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |t͡ʂˠ|uː|꜒|pʼʲ|-
[Q.1excl.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |sʲ|uː|̰꜒|ɗʷ|-
[Q.1excl.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |wʲ|i#|꜖꜒|hʈˠ|-
[Q.1excl.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ᵑǀʼˤ|i|꜒|pʼʲ|-
[Q.1excl.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ɳ̥ʲ|a|꜖|pˤ|-
[Q.1excl.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ᵏǃʼˤ|ʉ|꜖|ɹˠ|-
[Q.1excl.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |ᵏǀʼʲ|ᵊ|꜖|qʼˤ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ɥˠ|iː|꜒|ɰʲ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |ʛʷ|a#|꜒꜖|ɾʷ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |htˤ|aː|꜒꜖|ʡˠ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ɥˤ|ʉ|꜒|n̥ʷ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʰˠ|ᵊ|꜖꜒|htˠ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ᵏǁʰˠ|ʉ#|꜒|t͡sʲ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |ʜʲ|ʉː|꜒꜖|mˠ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |rˠ|u#|꜒꜖|pʰˤ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |kʼʷ|a|꜒|kʼˠ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǁˠ|a|꜒|kʼʲ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |kʰˠ|u|̰꜖|t͡sˠ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |qˠ|ʉ|̰꜒|hkˠ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʰʷ|ᵊ|꜖|tʼʲ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |tʰʷ|i|̰꜒|pʼˤ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |hʈʲ|a|꜒|hʈʲ|-
[Q.1excl.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |ᵑǀʼˤ|i|꜖|ɗʲ|-
[Q.1excl.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |kˠ|i|̰꜒|ʄˠ|-
[Q.1excl.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |r̥ʲ|ᵊ|꜖|ɰˤ|-
[Q.1excl.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |ɳˠ|i#ː|꜖꜒|tʼʲ|-
[Q.1excl.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ᵏǀʼˤ|ᵊ|꜖꜒|d͡ʐʲ|-
[Q.1excl.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |ɭˠ|u|̰꜖|r̥ʷ|-
[Q.1excl.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ʈʰˠ|a|꜖|m̥ˤ|-
[Q.1excl.3.cl.3.3.cl.4.POS.active.optative.PRES] => |ʋʲ|ʉː|꜒|ŋ̥ˠ|-
[Q.1excl.3.cl.3.3.cl.4.POS.active.optative.PAST] => |pʼˤ|iː|̰꜖|ʛʷ|-
[Q.1excl.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ʲ|a|꜒|ʄʲ|-
[Q.1excl.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |ᵏǃʰˠ|a#ː|꜒꜖|pʰˠ|-
[Q.1excl.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |ɗʲ|i#ː|꜖꜒|d͡ʐʲ|-
[Q.1excl.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ɓˤ|ᵊ|̰꜖|ɳʲ|-
[Q.1excl.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ɠʲ|iː|꜖|ɴˤ|-
[Q.1excl.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |wʲ|ʉ|̰꜒|d͡ʐˠ|-
[Q.1excl.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |r̥ˠ|a|̰꜒|kʼʲ|-
[Q.1excl.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |pˠ|u|꜖꜒|hpˠ|-
[Q.1excl.3.cl.4.1incl.NEG.active.indicative.PRES] => |ʛʲ|ʉː|꜖|hkʲ|-
[Q.1excl.3.cl.4.1incl.NEG.active.indicative.PAST] => |tˤ|a#ː|̰꜒|ɥˤ|-
[Q.1excl.3.cl.4.1incl.NEG.active.imperative.PRES] => |ᵏǀʰʷ|ʉ#ː|̰꜒|ɭʲ|-
[Q.1excl.3.cl.4.1incl.NEG.active.imperative.PAST] => |ɰˠ|i#|꜖|n̥ˤ|-
[Q.1excl.3.cl.4.1incl.NEG.active.conditional.PRES] => |hpʲ|iː|꜖꜒|rʲ|-
[Q.1excl.3.cl.4.1incl.NEG.active.conditional.PAST] => |ʜʲ|ʉ|꜒|r̥ˤ|-
[Q.1excl.3.cl.4.1incl.NEG.active.optative.PRES] => |htˤ|a|꜖|ŋʲ|-
[Q.1excl.3.cl.4.1incl.NEG.active.optative.PAST] => |ᵑǁʼʲ|u|꜖|tʰʷ|-
[Q.1excl.3.cl.4.1incl.NEG.passive.indicative.PRES] => |hʈˠ|ʉ|̰꜒|ʃʲ|-
[Q.1excl.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ɴˠ|u|̰꜒|tɬʲ|-
[Q.1excl.3.cl.4.1incl.NEG.passive.imperative.PRES] => |tʰʲ|a|꜒꜖|ɥʲ|-
[Q.1excl.3.cl.4.1incl.NEG.passive.imperative.PAST] => |tʲ|uː|꜒|n̥ˠ|-
[Q.1excl.3.cl.4.1incl.NEG.passive.conditional.PRES] => |pʰʲ|i|꜒|ɹʲ|-
[Q.1excl.3.cl.4.1incl.NEG.passive.conditional.PAST] => |d͡ʐʲ|a|̰꜖|ɻʲ|-
[Q.1excl.3.cl.4.1incl.NEG.passive.optative.PRES] => |ɥˤ|iː|̰꜒|ɾʲ|-
[Q.1excl.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵏǃʼʷ|aː|꜒|kʷ|-
[Q.1excl.3.cl.4.1incl.POS.active.indicative.PRES] => |kʼʷ|ᵊ|꜒꜖|rʷ|-
[Q.1excl.3.cl.4.1incl.POS.active.indicative.PAST] => |ɴʲ|u|꜖꜒|qʷ|-
[Q.1excl.3.cl.4.1incl.POS.active.imperative.PRES] => |ɓˠ|ᵊ|꜒꜖|ʡʲ|-
[Q.1excl.3.cl.4.1incl.POS.active.imperative.PAST] => |ɠʲ|i#|꜖꜒|hʈʲ|-
[Q.1excl.3.cl.4.1incl.POS.active.conditional.PRES] => |d͡ʐˠ|a#ː|̰꜖|nʷ|-
[Q.1excl.3.cl.4.1incl.POS.active.conditional.PAST] => |qʷ|i#ː|̰꜖|kʲ|-
[Q.1excl.3.cl.4.1incl.POS.active.optative.PRES] => |ᵏǁʰʲ|ᵊ|꜒|tʼʷ|-
[Q.1excl.3.cl.4.1incl.POS.active.optative.PAST] => |ᵏǁʼʲ|ʉ#ː|꜖꜒|tʼʷ|-
[Q.1excl.3.cl.4.1incl.POS.passive.indicative.PRES] => |tʰˠ|ʉ|꜒꜖|ɗˤ|-
[Q.1excl.3.cl.4.1incl.POS.passive.indicative.PAST] => |tʼˤ|ᵊ|꜖|ɴˤ|-
[Q.1excl.3.cl.4.1incl.POS.passive.imperative.PRES] => |ɓˠ|u|̰꜒|tʷ|-
[Q.1excl.3.cl.4.1incl.POS.passive.imperative.PAST] => |ᵏǀʰʲ|ʉ|̰꜖|rˠ|-
[Q.1excl.3.cl.4.1incl.POS.passive.conditional.PRES] => |ʄˠ|a|꜒|kʼˠ|-
[Q.1excl.3.cl.4.1incl.POS.passive.conditional.PAST] => |ᵑǁʼˠ|aː|꜒꜖|tʼʲ|-
[Q.1excl.3.cl.4.1incl.POS.passive.optative.PRES] => |ᵑǀˤ|ʉː|꜒꜖|qʼˤ|-
[Q.1excl.3.cl.4.1incl.POS.passive.optative.PAST] => |ʡˠ|ᵊ|꜖|ʄʲ|-
[Q.1excl.3.cl.4.1excl.NEG.active.indicative.PRES] => |htˤ|iː|꜒|ʈʼˠ|-
[Q.1excl.3.cl.4.1excl.NEG.active.indicative.PAST] => |htʷ|a|꜒꜖|qʼʲ|-
[Q.1excl.3.cl.4.1excl.NEG.active.imperative.PRES] => |kʰʲ|a|̰꜒|pʼˠ|-
[Q.1excl.3.cl.4.1excl.NEG.active.imperative.PAST] => |ʛˠ|i|̰꜒|t͡ʃ|-
[Q.1excl.3.cl.4.1excl.NEG.active.conditional.PRES] => |kʰʲ|u|̰꜖|t͡ʂˠ|-
[Q.1excl.3.cl.4.1excl.NEG.active.conditional.PAST] => |nˤ|iː|̰꜒|h|-
[Q.1excl.3.cl.4.1excl.NEG.active.optative.PRES] => |kʼˤ|ᵊ|꜖|ɳˠ|-
[Q.1excl.3.cl.4.1excl.NEG.active.optative.PAST] => |ɠˠ|ᵊ|꜖|n̥ˤ|-
[Q.1excl.3.cl.4.1excl.NEG.passive.indicative.PRES] => |n̥ʲ|u|꜖꜒|mˤ|-
[Q.1excl.3.cl.4.1excl.NEG.passive.indicative.PAST] => |tʰʷ|i|̰꜒|j|-
[Q.1excl.3.cl.4.1excl.NEG.passive.imperative.PRES] => |r̥ʲ|i#ː|꜒|kʼˠ|-
[Q.1excl.3.cl.4.1excl.NEG.passive.imperative.PAST] => |d͡ʐˠ|ʉ#|̰꜖|hʈʲ|-
[Q.1excl.3.cl.4.1excl.NEG.passive.conditional.PRES] => |d͡ʐʲ|u#ː|꜖꜒|ɓˠ|-
[Q.1excl.3.cl.4.1excl.NEG.passive.conditional.PAST] => |htˤ|aː|꜒꜖|pʰˠ|-
[Q.1excl.3.cl.4.1excl.NEG.passive.optative.PRES] => |tʼʲ|ᵊ|꜖꜒|sˠ|-
[Q.1excl.3.cl.4.1excl.NEG.passive.optative.PAST] => |ᵑǃʷ|ʉ|꜒꜖|ɰʲ|-
[Q.1excl.3.cl.4.1excl.POS.active.indicative.PRES] => |ᵏǃʰʲ|u#ː|̰꜖|kʼʷ|-
[Q.1excl.3.cl.4.1excl.POS.active.indicative.PAST] => |kʰˤ|a|̰꜖|wˠ|-
[Q.1excl.3.cl.4.1excl.POS.active.imperative.PRES] => |ᵏǀˠ|ᵊ|꜖|rˠ|-
[Q.1excl.3.cl.4.1excl.POS.active.imperative.PAST] => |qʼʷ|i#ː|̰꜒|ʈʼˠ|-
[Q.1excl.3.cl.4.1excl.POS.active.conditional.PRES] => |ᵏǀʷ|a|꜖꜒|qʼʷ|-
[Q.1excl.3.cl.4.1excl.POS.active.conditional.PAST] => |htˤ|a|꜒꜖|sʷ|-
[Q.1excl.3.cl.4.1excl.POS.active.optative.PRES] => |ᵑǃˤ|a|̰꜖|ŋ̥ˤ|-
[Q.1excl.3.cl.4.1excl.POS.active.optative.PAST] => |ᵏǃʷ|iː|̰꜒|pʰˠ|-
[Q.1excl.3.cl.4.1excl.POS.passive.indicative.PRES] => |kʰˠ|i#|̰꜖|qʼˤ|-
[Q.1excl.3.cl.4.1excl.POS.passive.indicative.PAST] => |kʷ|iː|̰꜖|qʲ|-
[Q.1excl.3.cl.4.1excl.POS.passive.imperative.PRES] => |hpʲ|a|̰꜒|rˤ|-
[Q.1excl.3.cl.4.1excl.POS.passive.imperative.PAST] => |ʈʰˠ|u|꜖|qʲ|-
[Q.1excl.3.cl.4.1excl.POS.passive.conditional.PRES] => |t͡sʲ|u|꜖꜒|sʷ|-
[Q.1excl.3.cl.4.1excl.POS.passive.conditional.PAST] => |ʈʰˠ|i|̰꜒|ʛʷ|-
[Q.1excl.3.cl.4.1excl.POS.passive.optative.PRES] => |ʄʲ|a#|̰꜖|pʰʲ|-
[Q.1excl.3.cl.4.1excl.POS.passive.optative.PAST] => |kʼˠ|i|꜒꜖|ɗˤ|-
[Q.1excl.3.cl.4.2.NEG.active.indicative.PRES] => |sʲ|i|̰꜒|mʲ|-
[Q.1excl.3.cl.4.2.NEG.active.indicative.PAST] => |htʲ|a|꜒꜖|sˠ|-
[Q.1excl.3.cl.4.2.NEG.active.imperative.PRES] => |t͡ʂʲ|u|̰꜒|ɥˠ|-
[Q.1excl.3.cl.4.2.NEG.active.imperative.PAST] => |ᵑǃʼʷ|iː|꜖꜒|mˤ|-
[Q.1excl.3.cl.4.2.NEG.active.conditional.PRES] => |r̥ˠ|u|̰꜒|kʼˠ|-
[Q.1excl.3.cl.4.2.NEG.active.conditional.PAST] => |htʲ|ʉː|̰꜖|ɴˤ|-
[Q.1excl.3.cl.4.2.NEG.active.optative.PRES] => |ʋʲ|u#ː|̰꜒|pʼˤ|-
[Q.1excl.3.cl.4.2.NEG.active.optative.PAST] => |ɗʲ|u|̰꜖|hʈˠ|-
[Q.1excl.3.cl.4.2.NEG.passive.indicative.PRES] => |ɰˤ|ᵊ|̰꜒|tʼˤ|-
[Q.1excl.3.cl.4.2.NEG.passive.indicative.PAST] => |d͡ʐˠ|ᵊ|꜒꜖|ŋ̥ˠ|-
[Q.1excl.3.cl.4.2.NEG.passive.imperative.PRES] => |ɰˠ|a|꜖꜒|ɾʲ|-
[Q.1excl.3.cl.4.2.NEG.passive.imperative.PAST] => |mˠ|i|꜒꜖|ŋʷ|-
[Q.1excl.3.cl.4.2.NEG.passive.conditional.PRES] => |htʷ|a#|꜒|lʲ|-
[Q.1excl.3.cl.4.2.NEG.passive.conditional.PAST] => |ŋ̥ˠ|a|꜖|ɠˠ|-
[Q.1excl.3.cl.4.2.NEG.passive.optative.PRES] => |htˠ|i|̰꜒|pʰˤ|-
[Q.1excl.3.cl.4.2.NEG.passive.optative.PAST] => |ɳʲ|i|꜒꜖|ɗʷ|-
[Q.1excl.3.cl.4.2.POS.active.indicative.PRES] => |ŋ̥ˤ|ʉ#|꜖|ŋ̥ˤ|-
[Q.1excl.3.cl.4.2.POS.active.indicative.PAST] => |tʼʷ|i|꜖|pʼʲ|-
[Q.1excl.3.cl.4.2.POS.active.imperative.PRES] => |ɾˤ|ʉ#ː|꜒|ʡˠ|-
[Q.1excl.3.cl.4.2.POS.active.imperative.PAST] => |ᵑǃʼʷ|ʉ#|꜒|ɰʲ|-
[Q.1excl.3.cl.4.2.POS.active.conditional.PRES] => |nˠ|a|̰꜖|m̥ˠ|-
[Q.1excl.3.cl.4.2.POS.active.conditional.PAST] => |wˠ|ᵊ|꜖꜒|ɽʲ|-
[Q.1excl.3.cl.4.2.POS.active.optative.PRES] => |ʛʷ|i|꜒|mˤ|-
[Q.1excl.3.cl.4.2.POS.active.optative.PAST] => |ʄʲ|u#ː|꜖|ɹˠ|-
[Q.1excl.3.cl.4.2.POS.passive.indicative.PRES] => |ɰˤ|ᵊ|꜖꜒|t͡sʲ|-
[Q.1excl.3.cl.4.2.POS.passive.indicative.PAST] => |ʛʷ|a|꜖꜒|ɠʲ|-
[Q.1excl.3.cl.4.2.POS.passive.imperative.PRES] => |sʲ|a|꜒|ɳ̥ʲ|-
[Q.1excl.3.cl.4.2.POS.passive.imperative.PAST] => |ᵑǁʼʲ|u|꜒|pʰʲ|-
[Q.1excl.3.cl.4.2.POS.passive.conditional.PRES] => |tʼʲ|aː|꜒꜖|qˠ|-
[Q.1excl.3.cl.4.2.POS.passive.conditional.PAST] => |ᵏǀˤ|aː|꜖|r̥ʲ|-
[Q.1excl.3.cl.4.2.POS.passive.optative.PRES] => |htˠ|ʉ|̰꜒|m̥ʲ|-
[Q.1excl.3.cl.4.2.POS.passive.optative.PAST] => |ɻʲ|uː|꜖|ɴˤ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |pʰˤ|aː|꜒|sʷ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |hkʷ|ʉ#ː|̰꜖|wˠ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |ᵑǀʼʷ|i|꜒꜖|ɠˤ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |ɴˤ|iː|꜒|nˠ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |t͡ʃ|uː|̰꜖|ʄʲ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |hkˠ|ᵊ|꜖꜒|ɳʲ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ᵑǁʼˠ|ʉ#ː|꜖|ɾˤ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |tʲ|ʉ|꜒|ʔ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |kʰˠ|ʉ#ː|̰꜖|qʼˠ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǃʰʲ|a#ː|꜒꜖|ʋˠ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |tʷ|aː|̰꜖|d͡ʐʲ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |t͡sˠ|ʉ|꜒|ʛˤ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |qˠ|ʉ|꜖꜒|ʡʲ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʼˠ|u|꜒|ŋʲ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |kʰˤ|ʉ#ː|꜒|qʼʲ|-
[Q.1excl.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |qʼʲ|iː|꜖|ɳˠ|-
[Q.1excl.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |ʈʲ|i#ː|̰꜒|t͡sˤ|-
[Q.1excl.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ʜʲ|a#ː|̰꜖|ʈˠ|-
[Q.1excl.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |ᵏǁʰʲ|ᵊ|꜒꜖|t͡sʲ|-
[Q.1excl.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ɗˠ|a#|̰꜖|mˤ|-
[Q.1excl.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |hʈʲ|a#|꜒꜖|j|-
[Q.1excl.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |t͡ʂʲ|a|̰꜒|ʈʰˠ|-
[Q.1excl.3.cl.4.3.cl.1.POS.active.optative.PRES] => |kʼˠ|aː|꜒|hkʲ|-
[Q.1excl.3.cl.4.3.cl.1.POS.active.optative.PAST] => |qʲ|u|꜖|ɠˤ|-
[Q.1excl.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |hkˤ|a|꜖|nˤ|-
[Q.1excl.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ɭʲ|ᵊ|̰꜖|ɻˠ|-
[Q.1excl.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ɹˤ|a#|꜒|ʜˠ|-
[Q.1excl.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʼˤ|uː|꜒꜖|wˠ|-
[Q.1excl.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ᵑǃʼˠ|ᵊ|꜖꜒|ɰʲ|-
[Q.1excl.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |kʰˤ|ʉ|꜒꜖|m̥ˠ|-
[Q.1excl.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |ᵏǀʷ|i#|꜒|ʛʲ|-
[Q.1excl.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |pˠ|u#ː|̰꜒|m̥ˠ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |j|ʉ|꜒|ɾʷ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |tʼˤ|a|̰꜖|ɻˠ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʼˠ|a#ː|꜖|ŋ̥ʲ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ʈʰˠ|ᵊ|꜖|htʷ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |kˠ|aː|꜖|sʷ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃˤ|a|꜖꜒|ɾʷ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |htˤ|u|꜒|ŋˤ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |wˤ|aː|꜒꜖|kʼʲ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |kˠ|i|̰꜒|htʲ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |htʲ|a|̰꜖|ɗʲ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ɭˠ|u|꜒꜖|j|-
[Q.1excl.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ŋ̥ʷ|ʉ|꜒꜖|ʈˠ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |tʷ|iː|̰꜒|ʄˠ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ɳ̥ˠ|uː|꜖|ʛˠ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |pʰˠ|ᵊ|꜖|tʲ|-
[Q.1excl.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |hkˤ|ʉ#|̰꜒|ɥˠ|-
[Q.1excl.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |m̥ˠ|ᵊ|̰꜒|ɰʲ|-
[Q.1excl.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ᵑǀʷ|ᵊ|̰꜒|pʲ|-
[Q.1excl.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |t͡ʂʲ|i|꜖|ɠʲ|-
[Q.1excl.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |sʲ|a#|̰꜒|mˤ|-
[Q.1excl.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ᵑǀʼʲ|ᵊ|̰꜒|ɹʷ|-
[Q.1excl.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |rˠ|a|̰꜒|pˠ|-
[Q.1excl.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ɰʲ|iː|꜒|ɠʲ|-
[Q.1excl.3.cl.4.3.cl.2.POS.active.optative.PAST] => |n̥ˤ|iː|꜖|ɴˠ|-
[Q.1excl.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |qʼˠ|i|꜖꜒|r̥ʲ|-
[Q.1excl.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |tʰˤ|i#|꜖|kʲ|-
[Q.1excl.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |ᵑǀʼʲ|a|꜒|ɰˠ|-
[Q.1excl.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |kʰʲ|u#|꜖|tʼʷ|-
[Q.1excl.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ᵏǁʲ|a#ː|꜖꜒|ʈʼʲ|-
[Q.1excl.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |qˠ|u|̰꜖|ŋʷ|-
[Q.1excl.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |m̥ˠ|a|꜒꜖|sʲ|-
[Q.1excl.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ʈʲ|a|꜒꜖|ɓˠ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |kʼˤ|i|̰꜖|d͡ʐʲ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |ᵏǁʲ|a|̰꜒|ɗˠ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |ᵑǃʼʷ|ᵊ|̰꜖|n̥ʷ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |ɰʷ|iː|꜖꜒|ɹʷ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |hpʲ|a#ː|꜖|t͡sʲ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |ᵏǃʼˤ|u|̰꜒|tˠ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ᵑǃˠ|i|꜒꜖|ʃˠ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |ᵏǀʼʲ|i|̰꜖|ŋʲ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |ɗˤ|ᵊ|꜒꜖|ɻˠ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ʜʲ|i#|꜖|sˤ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |ɳ̥ʲ|ʉː|꜖|ŋ̥ˠ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ʛˤ|u|̰꜖|ɓˠ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǁʼʲ|iː|꜖꜒|ʈʲ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |r̥ˤ|i|̰꜖|ʃˠ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |pˠ|a|꜒꜖|rˤ|-
[Q.1excl.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ɭʲ|iː|꜖꜒|ɓʲ|-
[Q.1excl.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |ʈʰʲ|u|꜒꜖|kˤ|-
[Q.1excl.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |hʈʲ|uː|̰꜒|n̥ˠ|-
[Q.1excl.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |tʰˤ|iː|̰꜖|ɠˤ|-
[Q.1excl.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |kʼˠ|a|꜒|ʈʰʲ|-
[Q.1excl.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |kˠ|i#|꜖|ɠˠ|-
[Q.1excl.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ʄʲ|i#|꜒꜖|t͡ʂˠ|-
[Q.1excl.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ᵑǀʼˠ|a#|̰꜒|ɳˠ|-
[Q.1excl.3.cl.4.3.cl.3.POS.active.optative.PAST] => |pʰˠ|ᵊ|꜒꜖|ɽʲ|-
[Q.1excl.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |t͡ʂˠ|iː|̰꜖|r̥ˠ|-
[Q.1excl.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |d͡ʐˠ|ʉ|꜖꜒|ʈʼʲ|-
[Q.1excl.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ɻʲ|ʉ#ː|̰꜒|ɗʷ|-
[Q.1excl.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |sʷ|i#ː|̰꜖|lʲ|-
[Q.1excl.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ʈʼʲ|ʉː|꜖꜒|pʼˤ|-
[Q.1excl.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |nˤ|i|꜒|sˠ|-
[Q.1excl.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ᵑǃʼʷ|ᵊ|̰꜖|kʰˠ|-
[Q.1excl.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |ᵏǁʼʲ|u|꜖|ɗʷ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ᵑǀʼˤ|i|꜖|ɻʲ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ᵑǁʼˠ|u#ː|̰꜖|pʼˤ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |pʼʲ|u#ː|꜖꜒|ʈʼʲ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ᵑǀʼˤ|aː|꜒|ʄʲ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |ᵑǀˠ|ʉ|̰꜒|ɰˠ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ᵑǀʼʲ|uː|꜒|htʷ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |rˠ|ᵊ|꜒|tʼˤ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ʋˤ|i#|꜖|m̥ˤ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |tˠ|uː|꜒꜖|ɗˤ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǃʲ|ʉː|꜒꜖|ɹˤ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |hkˤ|ʉ|̰꜖|kʰʲ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |sʲ|a|꜖|ɽˠ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |ɰˠ|ʉ|̰꜒|ɠˤ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǁˠ|a|꜒|tʼˤ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |sˤ|i|꜒|t͡ʂʲ|-
[Q.1excl.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |r̥ˤ|ʉ#|̰꜒|hʈʲ|-
[Q.1excl.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |ʈˠ|ᵊ|̰꜖|ʛˠ|-
[Q.1excl.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |htˤ|i|꜒|ŋ̥ˠ|-
[Q.1excl.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʰˤ|u#|꜖꜒|ʄˠ|-
[Q.1excl.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʼˠ|i#|꜒꜖|qʼˠ|-
[Q.1excl.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ŋ̥ˠ|uː|꜖|htˤ|-
[Q.1excl.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |mʲ|aː|꜒|ɥˤ|-
[Q.1excl.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ʋʲ|ʉ|꜖꜒|m̥ʲ|-
[Q.1excl.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ᵏǀʲ|u|̰꜒|qˤ|-
[Q.1excl.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |tʰˤ|ᵊ|̰꜖|ŋʲ|-
[Q.1excl.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |kʰʷ|ᵊ|̰꜖|ɰʷ|-
[Q.1excl.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |ʈʲ|u|꜒꜖|t͡ʃ|-
[Q.1excl.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀʼˠ|i#|꜖|nʷ|-
[Q.1excl.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |ɴʲ|ᵊ|̰꜒|pʼˤ|-
[Q.1excl.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʰʲ|a|꜒꜖|ɠʷ|-
[Q.1excl.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |pʼˤ|a#ː|꜒꜖|mˤ|-
[Q.1excl.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |tʼˠ|i|꜒꜖|ŋ̥ʷ|-
[Q.2.none.1incl.NEG.active.indicative.PRES] => |rˠ|i|꜖|ɾˠ|-
[Q.2.none.1incl.NEG.active.indicative.PAST] => |ɠʲ|a#ː|꜖|ɰˤ|-
[Q.2.none.1incl.NEG.active.imperative.PRES] => |j|uː|꜖|d͡ʐʲ|-
[Q.2.none.1incl.NEG.active.imperative.PAST] => |ɻˠ|ʉ|̰꜒|ɠˠ|-
[Q.2.none.1incl.NEG.active.conditional.PRES] => |ᵏǀˠ|ʉː|̰꜖|pʲ|-
[Q.2.none.1incl.NEG.active.conditional.PAST] => |ɭʲ|ᵊ|̰꜒|t͡sˤ|-
[Q.2.none.1incl.NEG.active.optative.PRES] => |qʼʲ|i#ː|̰꜖|t͡sˤ|-
[Q.2.none.1incl.NEG.active.optative.PAST] => |ʈˠ|ʉ|꜖꜒|t͡sʷ|-
[Q.2.none.1incl.NEG.passive.indicative.PRES] => |tʼʲ|i|̰꜖|ʃʲ|-
[Q.2.none.1incl.NEG.passive.indicative.PAST] => |kʼˤ|ʉː|꜖꜒|htˤ|-
[Q.2.none.1incl.NEG.passive.imperative.PRES] => |pʰˠ|u|꜖|tʼʲ|-
[Q.2.none.1incl.NEG.passive.imperative.PAST] => |ᵑǃʲ|u|꜖|mˤ|-
[Q.2.none.1incl.NEG.passive.conditional.PRES] => |ʔ|a#|꜒|pʼʲ|-
[Q.2.none.1incl.NEG.passive.conditional.PAST] => |ᵏǀʰˠ|ʉ|꜒꜖|qʼˠ|-
[Q.2.none.1incl.NEG.passive.optative.PRES] => |ʡˠ|ʉ|̰꜒|ʛˤ|-
[Q.2.none.1incl.NEG.passive.optative.PAST] => |ᵑǁˠ|aː|̰꜒|pʲ|-
[Q.2.none.1incl.POS.active.indicative.PRES] => |ʈʼˠ|ʉ#|꜖꜒|ɾʲ|-
[Q.2.none.1incl.POS.active.indicative.PAST] => |ɾˤ|ᵊ|꜒|ɥʲ|-
[Q.2.none.1incl.POS.active.imperative.PRES] => |m̥ˠ|u|꜖|ɴʷ|-
[Q.2.none.1incl.POS.active.imperative.PAST] => |ʡˠ|i|꜖꜒|tˤ|-
[Q.2.none.1incl.POS.active.conditional.PRES] => |t͡ʂʲ|i|̰꜒|tʲ|-
[Q.2.none.1incl.POS.active.conditional.PAST] => |qʼˠ|ʉ#ː|̰꜖|t͡ʂʲ|-
[Q.2.none.1incl.POS.active.optative.PRES] => |lʲ|u|̰꜖|mˤ|-
[Q.2.none.1incl.POS.active.optative.PAST] => |ɗˠ|a|꜖꜒|lʲ|-
[Q.2.none.1incl.POS.passive.indicative.PRES] => |ᵑǀˠ|a|꜒꜖|sʷ|-
[Q.2.none.1incl.POS.passive.indicative.PAST] => |ʄʲ|ʉ#ː|꜖|ŋ̥ʷ|-
[Q.2.none.1incl.POS.passive.imperative.PRES] => |ɳ̥ʲ|a#ː|꜖꜒|hkʲ|-
[Q.2.none.1incl.POS.passive.imperative.PAST] => |sʲ|ʉ|꜖|kʼˤ|-
[Q.2.none.1incl.POS.passive.conditional.PRES] => |ᵏǃʰˤ|a|꜒|ɓʲ|-
[Q.2.none.1incl.POS.passive.conditional.PAST] => |ᵑǃʼʷ|i|̰꜖|ɹˠ|-
[Q.2.none.1incl.POS.passive.optative.PRES] => |tʼʷ|ᵊ|꜖|ɗˤ|-
[Q.2.none.1incl.POS.passive.optative.PAST] => |h|u|꜖꜒|qʼʷ|-
[Q.2.none.1excl.NEG.active.indicative.PRES] => |ɓˤ|u|꜒꜖|ɹˤ|-
[Q.2.none.1excl.NEG.active.indicative.PAST] => |ɹˤ|aː|̰꜒|kʼʲ|-
[Q.2.none.1excl.NEG.active.imperative.PRES] => |kʲ|iː|꜖꜒|t͡sˤ|-
[Q.2.none.1excl.NEG.active.imperative.PAST] => |n̥ʲ|u#|꜒|qʼˠ|-
[Q.2.none.1excl.NEG.active.conditional.PRES] => |kʼˤ|u|꜒꜖|ɭˠ|-
[Q.2.none.1excl.NEG.active.conditional.PAST] => |wˠ|i#ː|꜖|ɾˠ|-
[Q.2.none.1excl.NEG.active.optative.PRES] => |ᵑǀʷ|ʉː|꜖꜒|tɬˠ|-
[Q.2.none.1excl.NEG.active.optative.PAST] => |ɳ̥ʲ|ʉ#|̰꜒|lʲ|-
[Q.2.none.1excl.NEG.passive.indicative.PRES] => |ʜˠ|ʉ|̰꜒|h|-
[Q.2.none.1excl.NEG.passive.indicative.PAST] => |d͡ʐˠ|ᵊ|̰꜒|hpˠ|-
[Q.2.none.1excl.NEG.passive.imperative.PRES] => |pʰˤ|u#ː|꜖꜒|sˤ|-
[Q.2.none.1excl.NEG.passive.imperative.PAST] => |ɗˠ|u|꜒|lʲ|-
[Q.2.none.1excl.NEG.passive.conditional.PRES] => |ŋ̥ˠ|ʉ#|꜖|tʼˠ|-
[Q.2.none.1excl.NEG.passive.conditional.PAST] => |kʼʷ|i|꜒꜖|ɳʲ|-
[Q.2.none.1excl.NEG.passive.optative.PRES] => |t͡sˠ|ᵊ|꜒꜖|t͡sʲ|-
[Q.2.none.1excl.NEG.passive.optative.PAST] => |t͡sˠ|a|꜒꜖|t͡sʷ|-
[Q.2.none.1excl.POS.active.indicative.PRES] => |tʰʲ|u|꜖꜒|ʄʲ|-
[Q.2.none.1excl.POS.active.indicative.PAST] => |kʼʷ|aː|̰꜖|tʼʲ|-
[Q.2.none.1excl.POS.active.imperative.PRES] => |tʼʷ|iː|꜒|r̥ʷ|-
[Q.2.none.1excl.POS.active.imperative.PAST] => |ᵑǀʲ|i|̰꜖|kˠ|-
[Q.2.none.1excl.POS.active.conditional.PRES] => |ɽˠ|i|꜒꜖|ɠˠ|-
[Q.2.none.1excl.POS.active.conditional.PAST] => |ᵑǃʼʲ|ʉ#|̰꜒|tʰˤ|-
[Q.2.none.1excl.POS.active.optative.PRES] => |ᵏǀʲ|ʉː|̰꜖|kˤ|-
[Q.2.none.1excl.POS.active.optative.PAST] => |ŋˠ|u#|̰꜒|hʈʲ|-
[Q.2.none.1excl.POS.passive.indicative.PRES] => |ᵑǃʷ|i|꜖꜒|ʡʲ|-
[Q.2.none.1excl.POS.passive.indicative.PAST] => |pʲ|u|꜖꜒|tʲ|-
[Q.2.none.1excl.POS.passive.imperative.PRES] => |ᵏǁʼʲ|ᵊ|꜖|nʷ|-
[Q.2.none.1excl.POS.passive.imperative.PAST] => |ᵏǁˠ|iː|꜖꜒|ɓˠ|-
[Q.2.none.1excl.POS.passive.conditional.PRES] => |ʃˠ|iː|꜒꜖|d͡ʐˠ|-
[Q.2.none.1excl.POS.passive.conditional.PAST] => |ᵏǁʼʲ|ʉ|̰꜖|ʂʲ|-
[Q.2.none.1excl.POS.passive.optative.PRES] => |ᵑǃʼʲ|i|̰꜒|ʛʷ|-
[Q.2.none.1excl.POS.passive.optative.PAST] => |tʼʷ|aː|꜖|ɳ̥ʲ|-
[Q.2.none.2.NEG.active.indicative.PRES] => |wˤ|a|꜖꜒|ɹʲ|-
[Q.2.none.2.NEG.active.indicative.PAST] => |kˠ|u|꜖|hkˤ|-
[Q.2.none.2.NEG.active.imperative.PRES] => |qʼˤ|u|̰꜖|ʜˠ|-
[Q.2.none.2.NEG.active.imperative.PAST] => |n̥ˤ|ᵊ|꜖|nˠ|-
[Q.2.none.2.NEG.active.conditional.PRES] => |lˠ|a|꜖|ɰʷ|-
[Q.2.none.2.NEG.active.conditional.PAST] => |rʲ|a|꜖꜒|sˠ|-
[Q.2.none.2.NEG.active.optative.PRES] => |t͡sʲ|a|̰꜒|kˤ|-
[Q.2.none.2.NEG.active.optative.PAST] => |ʡʲ|a|̰꜖|t͡ʂʲ|-
[Q.2.none.2.NEG.passive.indicative.PRES] => |ɰˠ|u#ː|꜖|n̥ˤ|-
[Q.2.none.2.NEG.passive.indicative.PAST] => |ᵏǀʲ|ʉ#ː|꜒꜖|ɳʲ|-
[Q.2.none.2.NEG.passive.imperative.PRES] => |ɻˠ|i|꜒|tɬˠ|-
[Q.2.none.2.NEG.passive.imperative.PAST] => |pʼˠ|ʉː|꜒|ɴˤ|-
[Q.2.none.2.NEG.passive.conditional.PRES] => |ᵏǀʰʲ|ᵊ|꜒꜖|sʷ|-
[Q.2.none.2.NEG.passive.conditional.PAST] => |ᵑǀˠ|a|̰꜒|ɠˠ|-
[Q.2.none.2.NEG.passive.optative.PRES] => |ɓʲ|i|꜒꜖|sˠ|-
[Q.2.none.2.NEG.passive.optative.PAST] => |ɭˠ|i#|̰꜖|r̥ʲ|-
[Q.2.none.2.POS.active.indicative.PRES] => |ɭʲ|i|꜖꜒|nʷ|-
[Q.2.none.2.POS.active.indicative.PAST] => |ᵏǀˠ|u#|꜖|ɥˠ|-
[Q.2.none.2.POS.active.imperative.PRES] => |t͡sˤ|ᵊ|꜖꜒|ɳ̥ʲ|-
[Q.2.none.2.POS.active.imperative.PAST] => |pʼˤ|ʉ|꜒|ʈʼʲ|-
[Q.2.none.2.POS.active.conditional.PRES] => |ɻʲ|ʉ#|꜒|ɹʲ|-
[Q.2.none.2.POS.active.conditional.PAST] => |hpʲ|u|꜒|ɗˠ|-
[Q.2.none.2.POS.active.optative.PRES] => |n̥ʷ|aː|꜒|tˠ|-
[Q.2.none.2.POS.active.optative.PAST] => |ᵑǀʼˤ|ʉ#ː|꜖|kʼˤ|-
[Q.2.none.2.POS.passive.indicative.PRES] => |n̥ˠ|i#|꜖|ʈʼˠ|-
[Q.2.none.2.POS.passive.indicative.PAST] => |t͡ʃ|u#|꜖|ŋ̥ˤ|-
[Q.2.none.2.POS.passive.imperative.PRES] => |htʲ|u|꜖꜒|hkʷ|-
[Q.2.none.2.POS.passive.imperative.PAST] => |pʰˠ|i|꜖|kʼʷ|-
[Q.2.none.2.POS.passive.conditional.PRES] => |ᵏǀʰˤ|a|̰꜖|ŋ̥ˠ|-
[Q.2.none.2.POS.passive.conditional.PAST] => |ᵑǀˠ|u#ː|̰꜒|ɽʲ|-
[Q.2.none.2.POS.passive.optative.PRES] => |hʈˠ|iː|꜖|rˤ|-
[Q.2.none.2.POS.passive.optative.PAST] => |ɰʲ|u|̰꜖|ʃˠ|-
[Q.2.none.3.cl.1.NEG.active.indicative.PRES] => |n̥ˠ|i|̰꜖|wˠ|-
[Q.2.none.3.cl.1.NEG.active.indicative.PAST] => |wˠ|i|꜖꜒|ʡˠ|-
[Q.2.none.3.cl.1.NEG.active.imperative.PRES] => |ɽʲ|a|̰꜒|ŋˠ|-
[Q.2.none.3.cl.1.NEG.active.imperative.PAST] => |ɹˤ|i|꜒|t͡ʃ|-
[Q.2.none.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʰʲ|i|꜖|n̥ˤ|-
[Q.2.none.3.cl.1.NEG.active.conditional.PAST] => |ɹˤ|ʉ|꜖꜒|rˠ|-
[Q.2.none.3.cl.1.NEG.active.optative.PRES] => |ᵏǀʲ|i|꜖꜒|pʰˤ|-
[Q.2.none.3.cl.1.NEG.active.optative.PAST] => |sʲ|u|꜒|ɾʲ|-
[Q.2.none.3.cl.1.NEG.passive.indicative.PRES] => |kʼʲ|iː|̰꜒|mˠ|-
[Q.2.none.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǁʼˠ|u#ː|꜖|ʜʲ|-
[Q.2.none.3.cl.1.NEG.passive.imperative.PRES] => |nˤ|a|꜒|ɹʲ|-
[Q.2.none.3.cl.1.NEG.passive.imperative.PAST] => |sˠ|iː|꜖|ʋˤ|-
[Q.2.none.3.cl.1.NEG.passive.conditional.PRES] => |ɻʲ|a|꜒|m̥ʲ|-
[Q.2.none.3.cl.1.NEG.passive.conditional.PAST] => |kʷ|iː|꜖|ɳ̥ʲ|-
[Q.2.none.3.cl.1.NEG.passive.optative.PRES] => |hkˤ|i|̰꜒|ɴˠ|-
[Q.2.none.3.cl.1.NEG.passive.optative.PAST] => |ᵏǀʰʷ|i|̰꜖|tɬˠ|-
[Q.2.none.3.cl.1.POS.active.indicative.PRES] => |mˤ|ᵊ|꜖|tʰˤ|-
[Q.2.none.3.cl.1.POS.active.indicative.PAST] => |ᵑǃˤ|ᵊ|꜒|ɾʲ|-
[Q.2.none.3.cl.1.POS.active.imperative.PRES] => |ɥʲ|a|꜖|t͡ʃ|-
[Q.2.none.3.cl.1.POS.active.imperative.PAST] => |ɥˠ|a#ː|̰꜖|ɳʲ|-
[Q.2.none.3.cl.1.POS.active.conditional.PRES] => |ɻʲ|i|̰꜖|ʛʲ|-
[Q.2.none.3.cl.1.POS.active.conditional.PAST] => |ᵑǀʷ|a|꜒꜖|kʼʷ|-
[Q.2.none.3.cl.1.POS.active.optative.PRES] => |ᵏǀʼʲ|u#|꜒|pˠ|-
[Q.2.none.3.cl.1.POS.active.optative.PAST] => |ᵏǃʼʲ|a|̰꜒|qˠ|-
[Q.2.none.3.cl.1.POS.passive.indicative.PRES] => |nˠ|u|꜒꜖|tʰʲ|-
[Q.2.none.3.cl.1.POS.passive.indicative.PAST] => |ɓˠ|a|꜖|lʲ|-
[Q.2.none.3.cl.1.POS.passive.imperative.PRES] => |tˠ|i#|꜖꜒|ɽˠ|-
[Q.2.none.3.cl.1.POS.passive.imperative.PAST] => |ʈˠ|ʉː|̰꜒|ɗˤ|-
[Q.2.none.3.cl.1.POS.passive.conditional.PRES] => |ɻʲ|u|꜒꜖|pʰˤ|-
[Q.2.none.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃˤ|a|꜖|tˠ|-
[Q.2.none.3.cl.1.POS.passive.optative.PRES] => |hpˠ|u|̰꜖|ŋʲ|-
[Q.2.none.3.cl.1.POS.passive.optative.PAST] => |wˠ|aː|꜖|ʈʰˠ|-
[Q.2.none.3.cl.2.NEG.active.indicative.PRES] => |kʰʲ|u#|꜖|nˤ|-
[Q.2.none.3.cl.2.NEG.active.indicative.PAST] => |kʷ|i|̰꜒|ŋˠ|-
[Q.2.none.3.cl.2.NEG.active.imperative.PRES] => |kʰˤ|i|꜖꜒|ʈʰʲ|-
[Q.2.none.3.cl.2.NEG.active.imperative.PAST] => |nʷ|a#|꜒꜖|ʈʼʲ|-
[Q.2.none.3.cl.2.NEG.active.conditional.PRES] => |d͡ʐˠ|i#|꜒|t͡ʂˠ|-
[Q.2.none.3.cl.2.NEG.active.conditional.PAST] => |tʼʲ|u|꜒|hpʲ|-
[Q.2.none.3.cl.2.NEG.active.optative.PRES] => |qʲ|iː|̰꜒|kˠ|-
[Q.2.none.3.cl.2.NEG.active.optative.PAST] => |wʲ|a|꜖꜒|ɭʲ|-
[Q.2.none.3.cl.2.NEG.passive.indicative.PRES] => |ʡˠ|a|꜒꜖|ɓʲ|-
[Q.2.none.3.cl.2.NEG.passive.indicative.PAST] => |ᵑǃʲ|i#ː|꜖꜒|rˤ|-
[Q.2.none.3.cl.2.NEG.passive.imperative.PRES] => |ɹˤ|u#|̰꜖|ɾʲ|-
[Q.2.none.3.cl.2.NEG.passive.imperative.PAST] => |qʲ|a#|꜒|r̥ʷ|-
[Q.2.none.3.cl.2.NEG.passive.conditional.PRES] => |pˠ|a|꜒꜖|ŋʲ|-
[Q.2.none.3.cl.2.NEG.passive.conditional.PAST] => |ɹˤ|a#ː|꜒|qʲ|-
[Q.2.none.3.cl.2.NEG.passive.optative.PRES] => |kˠ|aː|̰꜖|ɠˠ|-
[Q.2.none.3.cl.2.NEG.passive.optative.PAST] => |ɽʲ|i|꜖|rʷ|-
[Q.2.none.3.cl.2.POS.active.indicative.PRES] => |wʲ|i#ː|꜖꜒|ɗˤ|-
[Q.2.none.3.cl.2.POS.active.indicative.PAST] => |ᵏǁˠ|ᵊ|꜖꜒|r̥ˤ|-
[Q.2.none.3.cl.2.POS.active.imperative.PRES] => |ɠʲ|a|꜒|m̥ˤ|-
[Q.2.none.3.cl.2.POS.active.imperative.PAST] => |ᵏǀʰʲ|a|꜒꜖|hkʲ|-
[Q.2.none.3.cl.2.POS.active.conditional.PRES] => |ᵑǀʼʷ|i#ː|꜖꜒|wˤ|-
[Q.2.none.3.cl.2.POS.active.conditional.PAST] => |nˠ|ᵊ|꜖꜒|tˠ|-
[Q.2.none.3.cl.2.POS.active.optative.PRES] => |wˤ|i|꜖|t͡ʂˠ|-
[Q.2.none.3.cl.2.POS.active.optative.PAST] => |ʈʲ|a#|꜖꜒|ŋ̥ʲ|-
[Q.2.none.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʷ|i#|꜖꜒|kʼʲ|-
[Q.2.none.3.cl.2.POS.passive.indicative.PAST] => |ʈʲ|ʉ#|꜒|mˠ|-
[Q.2.none.3.cl.2.POS.passive.imperative.PRES] => |htˠ|a|꜖꜒|nʲ|-
[Q.2.none.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀˠ|ʉ|̰꜒|ɹʷ|-
[Q.2.none.3.cl.2.POS.passive.conditional.PRES] => |ᵏǁʼˠ|ᵊ|̰꜖|ʂʲ|-
[Q.2.none.3.cl.2.POS.passive.conditional.PAST] => |ɾˠ|aː|꜒|ɰˠ|-
[Q.2.none.3.cl.2.POS.passive.optative.PRES] => |ɗˤ|iː|꜖꜒|tʼʲ|-
[Q.2.none.3.cl.2.POS.passive.optative.PAST] => |tʰʷ|iː|̰꜒|wˠ|-
[Q.2.none.3.cl.3.NEG.active.indicative.PRES] => |ɗʷ|iː|꜒|kʼˠ|-
[Q.2.none.3.cl.3.NEG.active.indicative.PAST] => |wˤ|u|꜒|ŋʲ|-
[Q.2.none.3.cl.3.NEG.active.imperative.PRES] => |ᵑǁʲ|aː|̰꜒|t͡sʲ|-
[Q.2.none.3.cl.3.NEG.active.imperative.PAST] => |t͡sˤ|a#ː|̰꜒|ŋˠ|-
[Q.2.none.3.cl.3.NEG.active.conditional.PRES] => |ᵏǁʼˠ|a|꜒|ʜʲ|-
[Q.2.none.3.cl.3.NEG.active.conditional.PAST] => |ᵏǃʲ|i#ː|̰꜖|t͡ʃ|-
[Q.2.none.3.cl.3.NEG.active.optative.PRES] => |ʜʲ|uː|꜒꜖|ɹʷ|-
[Q.2.none.3.cl.3.NEG.active.optative.PAST] => |n̥ʷ|aː|̰꜒|mˤ|-
[Q.2.none.3.cl.3.NEG.passive.indicative.PRES] => |hpˤ|u#|꜖|qʼʲ|-
[Q.2.none.3.cl.3.NEG.passive.indicative.PAST] => |kʰʷ|ʉ#ː|꜒|rʲ|-
[Q.2.none.3.cl.3.NEG.passive.imperative.PRES] => |ʜˠ|iː|̰꜖|t͡ʂʲ|-
[Q.2.none.3.cl.3.NEG.passive.imperative.PAST] => |pʰˠ|ʉ#ː|꜖꜒|n̥ˤ|-
[Q.2.none.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǁʼˠ|u|꜖꜒|qʼʷ|-
[Q.2.none.3.cl.3.NEG.passive.conditional.PAST] => |qˤ|uː|꜖꜒|ʋʲ|-
[Q.2.none.3.cl.3.NEG.passive.optative.PRES] => |ɳʲ|ʉ|꜖|sʲ|-
[Q.2.none.3.cl.3.NEG.passive.optative.PAST] => |tʼʷ|a|꜒|ʡˠ|-
[Q.2.none.3.cl.3.POS.active.indicative.PRES] => |ŋ̥ˤ|a|̰꜒|qʷ|-
[Q.2.none.3.cl.3.POS.active.indicative.PAST] => |n̥ʷ|ʉ|꜖|hkˤ|-
[Q.2.none.3.cl.3.POS.active.imperative.PRES] => |sʷ|aː|꜒꜖|ɹˤ|-
[Q.2.none.3.cl.3.POS.active.imperative.PAST] => |ɥʲ|ʉ|꜒꜖|ɴˠ|-
[Q.2.none.3.cl.3.POS.active.conditional.PRES] => |ɽˠ|u#ː|̰꜒|ɴʲ|-
[Q.2.none.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʰʲ|i|꜖꜒|ɹˠ|-
[Q.2.none.3.cl.3.POS.active.optative.PRES] => |pʲ|ʉ|̰꜒|sˤ|-
[Q.2.none.3.cl.3.POS.active.optative.PAST] => |hpˠ|ᵊ|꜖|ʈʼˠ|-
[Q.2.none.3.cl.3.POS.passive.indicative.PRES] => |ʛˤ|u#|꜒꜖|qʼˤ|-
[Q.2.none.3.cl.3.POS.passive.indicative.PAST] => |pˠ|ʉ|꜒|r̥ˤ|-
[Q.2.none.3.cl.3.POS.passive.imperative.PRES] => |ɠʲ|i|꜖|ʂˠ|-
[Q.2.none.3.cl.3.POS.passive.imperative.PAST] => |kʰʲ|iː|̰꜒|qˤ|-
[Q.2.none.3.cl.3.POS.passive.conditional.PRES] => |ʛˠ|ʉ|꜒|n̥ˠ|-
[Q.2.none.3.cl.3.POS.passive.conditional.PAST] => |ʃˠ|a|꜒꜖|sʲ|-
[Q.2.none.3.cl.3.POS.passive.optative.PRES] => |hpˤ|ʉ#|꜖꜒|kʼˠ|-
[Q.2.none.3.cl.3.POS.passive.optative.PAST] => |ᵑǁʼˠ|aː|̰꜒|ɻˠ|-
[Q.2.none.3.cl.4.NEG.active.indicative.PRES] => |kʰʲ|i|꜖꜒|ɳ̥ʲ|-
[Q.2.none.3.cl.4.NEG.active.indicative.PAST] => |ᵑǀˠ|a#|꜖꜒|ɹʷ|-
[Q.2.none.3.cl.4.NEG.active.imperative.PRES] => |ᵏǃʰʷ|ᵊ|꜖|tʲ|-
[Q.2.none.3.cl.4.NEG.active.imperative.PAST] => |kʷ|i|꜒꜖|ʔ|-
[Q.2.none.3.cl.4.NEG.active.conditional.PRES] => |nʷ|ʉ|̰꜖|nʲ|-
[Q.2.none.3.cl.4.NEG.active.conditional.PAST] => |hkˤ|i|꜒|d͡ʐˠ|-
[Q.2.none.3.cl.4.NEG.active.optative.PRES] => |tʲ|a|꜒|d͡ʐʲ|-
[Q.2.none.3.cl.4.NEG.active.optative.PAST] => |ɳ̥ʲ|iː|̰꜖|kʰʷ|-
[Q.2.none.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǃʰˤ|uː|꜒|j|-
[Q.2.none.3.cl.4.NEG.passive.indicative.PAST] => |ʜʲ|uː|̰꜖|ɗʲ|-
[Q.2.none.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǃʷ|ʉ|̰꜒|lʲ|-
[Q.2.none.3.cl.4.NEG.passive.imperative.PAST] => |ʋˤ|a#|̰꜒|ɾˤ|-
[Q.2.none.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǀˤ|a|̰꜖|kʼʲ|-
[Q.2.none.3.cl.4.NEG.passive.conditional.PAST] => |kʰˠ|ʉ|꜖꜒|n̥ˠ|-
[Q.2.none.3.cl.4.NEG.passive.optative.PRES] => |ʜˠ|ʉ|꜖꜒|ɭˠ|-
[Q.2.none.3.cl.4.NEG.passive.optative.PAST] => |sˠ|ʉː|꜒|t͡sˤ|-
[Q.2.none.3.cl.4.POS.active.indicative.PRES] => |ɥʲ|aː|꜒|ɾˤ|-
[Q.2.none.3.cl.4.POS.active.indicative.PAST] => |n̥ˠ|iː|̰꜖|ɳ̥ʲ|-
[Q.2.none.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʼˠ|a|̰꜖|ŋʷ|-
[Q.2.none.3.cl.4.POS.active.imperative.PAST] => |ᵏǃˠ|a#|꜒|ʂˠ|-
[Q.2.none.3.cl.4.POS.active.conditional.PRES] => |hkˠ|ᵊ|꜖꜒|qʼʷ|-
[Q.2.none.3.cl.4.POS.active.conditional.PAST] => |ᵑǀˤ|a#ː|꜖꜒|sʷ|-
[Q.2.none.3.cl.4.POS.active.optative.PRES] => |ᵏǀˠ|u|꜒|ɽˠ|-
[Q.2.none.3.cl.4.POS.active.optative.PAST] => |ɳ̥ʲ|i|꜒꜖|qˠ|-
[Q.2.none.3.cl.4.POS.passive.indicative.PRES] => |ʛˤ|a#|꜖|htˤ|-
[Q.2.none.3.cl.4.POS.passive.indicative.PAST] => |ŋ̥ˤ|i|꜖꜒|ŋʷ|-
[Q.2.none.3.cl.4.POS.passive.imperative.PRES] => |n̥ˠ|iː|̰꜖|ʛˤ|-
[Q.2.none.3.cl.4.POS.passive.imperative.PAST] => |rʲ|u#|꜖꜒|ʃˠ|-
[Q.2.none.3.cl.4.POS.passive.conditional.PRES] => |tʼʷ|ʉ|꜖|ŋ̥ˤ|-
[Q.2.none.3.cl.4.POS.passive.conditional.PAST] => |t͡sˤ|ʉ|̰꜖|r̥ʷ|-
[Q.2.none.3.cl.4.POS.passive.optative.PRES] => |ᵑǁˠ|ʉ|꜖꜒|ɭʲ|-
[Q.2.none.3.cl.4.POS.passive.optative.PAST] => |nʷ|ʉ#|꜖|d͡ʐʲ|-
[Q.2.1incl.1incl.NEG.active.indicative.PRES] => |qʲ|i|꜖꜒|kʷ|-
[Q.2.1incl.1incl.NEG.active.indicative.PAST] => |ᵏǃʼˤ|ᵊ|꜒|lʲ|-
[Q.2.1incl.1incl.NEG.active.imperative.PRES] => |ᵑǁˠ|u|꜖꜒|ɳˠ|-
[Q.2.1incl.1incl.NEG.active.imperative.PAST] => |r̥ˠ|u|꜖|kʲ|-
[Q.2.1incl.1incl.NEG.active.conditional.PRES] => |ɹˤ|ʉ|꜒|n̥ˠ|-
[Q.2.1incl.1incl.NEG.active.conditional.PAST] => |ɴˠ|a#ː|꜒꜖|qʼʷ|-
[Q.2.1incl.1incl.NEG.active.optative.PRES] => |hkʲ|i|̰꜒|pʼˤ|-
[Q.2.1incl.1incl.NEG.active.optative.PAST] => |wˠ|aː|̰꜖|ɰʷ|-
[Q.2.1incl.1incl.NEG.passive.indicative.PRES] => |d͡ʐˠ|i#|̰꜒|pʼʲ|-
[Q.2.1incl.1incl.NEG.passive.indicative.PAST] => |ʃˠ|ʉ#|̰꜒|ʈʲ|-
[Q.2.1incl.1incl.NEG.passive.imperative.PRES] => |ᵑǀʲ|i|꜖|rʷ|-
[Q.2.1incl.1incl.NEG.passive.imperative.PAST] => |ʄˠ|a#ː|̰꜒|ɰˠ|-
[Q.2.1incl.1incl.NEG.passive.conditional.PRES] => |qʼʷ|i|꜖|ʜˠ|-
[Q.2.1incl.1incl.NEG.passive.conditional.PAST] => |ʛˠ|u|̰꜒|nˠ|-
[Q.2.1incl.1incl.NEG.passive.optative.PRES] => |kʰˤ|i|̰꜒|ʛʲ|-
[Q.2.1incl.1incl.NEG.passive.optative.PAST] => |tɬˠ|ᵊ|꜒|wˤ|-
[Q.2.1incl.1incl.POS.active.indicative.PRES] => |tʰˠ|ʉ#|꜒|ɹˠ|-
[Q.2.1incl.1incl.POS.active.indicative.PAST] => |ŋˠ|a#|꜖꜒|ŋˠ|-
[Q.2.1incl.1incl.POS.active.imperative.PRES] => |ɰˠ|u#|꜒꜖|wʲ|-
[Q.2.1incl.1incl.POS.active.imperative.PAST] => |pˠ|iː|꜒꜖|ɴˤ|-
[Q.2.1incl.1incl.POS.active.conditional.PRES] => |ɽʲ|iː|꜒꜖|ɴˠ|-
[Q.2.1incl.1incl.POS.active.conditional.PAST] => |m̥ˠ|ᵊ|꜒|n̥ʷ|-
[Q.2.1incl.1incl.POS.active.optative.PRES] => |tʼʲ|ᵊ|̰꜖|kʼˤ|-
[Q.2.1incl.1incl.POS.active.optative.PAST] => |ᵑǃʼʷ|i#|̰꜖|t͡sʷ|-
[Q.2.1incl.1incl.POS.passive.indicative.PRES] => |qʼˤ|u#|꜖꜒|ɰʷ|-
[Q.2.1incl.1incl.POS.passive.indicative.PAST] => |ᵑǃˠ|iː|̰꜒|ɭʲ|-
[Q.2.1incl.1incl.POS.passive.imperative.PRES] => |ɻˠ|i|̰꜖|ɓˠ|-
[Q.2.1incl.1incl.POS.passive.imperative.PAST] => |pʰˤ|ʉ#|꜒|ɭʲ|-
[Q.2.1incl.1incl.POS.passive.conditional.PRES] => |n̥ˠ|aː|̰꜒|lʲ|-
[Q.2.1incl.1incl.POS.passive.conditional.PAST] => |tʼʲ|aː|̰꜒|ŋ̥ʷ|-
[Q.2.1incl.1incl.POS.passive.optative.PRES] => |lˠ|i|꜒꜖|tʼˤ|-
[Q.2.1incl.1incl.POS.passive.optative.PAST] => |ŋ̥ʲ|ʉ|꜖꜒|sˤ|-
[Q.2.1incl.1excl.NEG.active.indicative.PRES] => |ᵑǁˠ|ʉ#|꜒꜖|t͡sˠ|-
[Q.2.1incl.1excl.NEG.active.indicative.PAST] => |htˤ|i|꜒|ɾˠ|-
[Q.2.1incl.1excl.NEG.active.imperative.PRES] => |hpˤ|ʉ|꜒|hpˤ|-
[Q.2.1incl.1excl.NEG.active.imperative.PAST] => |ɻʲ|a#ː|̰꜖|j|-
[Q.2.1incl.1excl.NEG.active.conditional.PRES] => |ʈʰʲ|i|꜖꜒|m̥ˠ|-
[Q.2.1incl.1excl.NEG.active.conditional.PAST] => |ŋʷ|a|꜒|ŋ̥ʷ|-
[Q.2.1incl.1excl.NEG.active.optative.PRES] => |mˤ|ʉ#ː|꜖꜒|rʲ|-
[Q.2.1incl.1excl.NEG.active.optative.PAST] => |sˤ|ʉ#|꜒|ŋʷ|-
[Q.2.1incl.1excl.NEG.passive.indicative.PRES] => |ɻʲ|ᵊ|̰꜒|ʃʲ|-
[Q.2.1incl.1excl.NEG.passive.indicative.PAST] => |ŋ̥ˠ|i|̰꜒|ɾˠ|-
[Q.2.1incl.1excl.NEG.passive.imperative.PRES] => |ᵏǃʼʲ|a|꜒꜖|wˠ|-
[Q.2.1incl.1excl.NEG.passive.imperative.PAST] => |kʲ|i|̰꜒|ɹˠ|-
[Q.2.1incl.1excl.NEG.passive.conditional.PRES] => |n̥ˠ|u|꜒꜖|ɗˠ|-
[Q.2.1incl.1excl.NEG.passive.conditional.PAST] => |ᵑǀʼˤ|iː|̰꜒|ɴˤ|-
[Q.2.1incl.1excl.NEG.passive.optative.PRES] => |ɠˤ|iː|꜖꜒|ɽʲ|-
[Q.2.1incl.1excl.NEG.passive.optative.PAST] => |ʈʲ|ʉ|꜒꜖|ɻˠ|-
[Q.2.1incl.1excl.POS.active.indicative.PRES] => |ʃʲ|aː|꜒|ʈʰˠ|-
[Q.2.1incl.1excl.POS.active.indicative.PAST] => |ʡʲ|ʉ#ː|꜒|ŋˠ|-
[Q.2.1incl.1excl.POS.active.imperative.PRES] => |pʰˠ|ᵊ|̰꜒|ʡʲ|-
[Q.2.1incl.1excl.POS.active.imperative.PAST] => |ᵏǁʼˠ|a#|꜒꜖|d͡ʐʲ|-
[Q.2.1incl.1excl.POS.active.conditional.PRES] => |qˠ|ʉ#ː|̰꜒|mˠ|-
[Q.2.1incl.1excl.POS.active.conditional.PAST] => |ᵑǁˠ|u|꜒꜖|ɳ̥ˠ|-
[Q.2.1incl.1excl.POS.active.optative.PRES] => |hkˠ|ʉ#ː|̰꜖|ɾʷ|-
[Q.2.1incl.1excl.POS.active.optative.PAST] => |ɗʲ|ʉː|꜖|nʲ|-
[Q.2.1incl.1excl.POS.passive.indicative.PRES] => |ʃʲ|a|꜒|n̥ˤ|-
[Q.2.1incl.1excl.POS.passive.indicative.PAST] => |ʈʲ|ʉː|̰꜖|t͡ʃ|-
[Q.2.1incl.1excl.POS.passive.imperative.PRES] => |ʈʲ|ʉ|̰꜖|qʼʲ|-
[Q.2.1incl.1excl.POS.passive.imperative.PAST] => |ᵑǃˤ|ᵊ|̰꜒|kˤ|-
[Q.2.1incl.1excl.POS.passive.conditional.PRES] => |ɽˠ|i#|꜒꜖|r̥ˤ|-
[Q.2.1incl.1excl.POS.passive.conditional.PAST] => |ʛˠ|u#|꜖꜒|ʄʲ|-
[Q.2.1incl.1excl.POS.passive.optative.PRES] => |ɥˠ|a#ː|̰꜖|ɰˠ|-
[Q.2.1incl.1excl.POS.passive.optative.PAST] => |ŋˤ|iː|꜖|pʼʲ|-
[Q.2.1incl.2.NEG.active.indicative.PRES] => |ʜʲ|ᵊ|̰꜖|ʂˠ|-
[Q.2.1incl.2.NEG.active.indicative.PAST] => |ɗˠ|uː|̰꜒|kʼˠ|-
[Q.2.1incl.2.NEG.active.imperative.PRES] => |hkʲ|ᵊ|꜖|sˤ|-
[Q.2.1incl.2.NEG.active.imperative.PAST] => |ᵑǁʼʲ|i#ː|̰꜒|ʡˠ|-
[Q.2.1incl.2.NEG.active.conditional.PRES] => |nʲ|u#|꜒|ɳ̥ʲ|-
[Q.2.1incl.2.NEG.active.conditional.PAST] => |ʛˠ|ʉ#ː|꜖꜒|hpʲ|-
[Q.2.1incl.2.NEG.active.optative.PRES] => |ɳ̥ˠ|iː|̰꜒|ʂʲ|-
[Q.2.1incl.2.NEG.active.optative.PAST] => |ᵏǃˠ|a|꜖꜒|pʰʲ|-
[Q.2.1incl.2.NEG.passive.indicative.PRES] => |ɴˠ|a|꜒|qʼˤ|-
[Q.2.1incl.2.NEG.passive.indicative.PAST] => |nʲ|u|̰꜖|ɴʲ|-
[Q.2.1incl.2.NEG.passive.imperative.PRES] => |qʼˠ|uː|꜒꜖|ŋ̥ˠ|-
[Q.2.1incl.2.NEG.passive.imperative.PAST] => |ɾʷ|ᵊ|꜖|nʷ|-
[Q.2.1incl.2.NEG.passive.conditional.PRES] => |ᵏǁʼʲ|ʉ|̰꜒|t͡sʲ|-
[Q.2.1incl.2.NEG.passive.conditional.PAST] => |ᵏǃʼˠ|ᵊ|꜖|r̥ˠ|-
[Q.2.1incl.2.NEG.passive.optative.PRES] => |ɓʲ|a|꜖꜒|ɹʲ|-
[Q.2.1incl.2.NEG.passive.optative.PAST] => |ᵏǀʼʲ|a#|꜖꜒|hʈʲ|-
[Q.2.1incl.2.POS.active.indicative.PRES] => |kʰʷ|ʉ#ː|̰꜖|ɻʲ|-
[Q.2.1incl.2.POS.active.indicative.PAST] => |ɗˠ|a|꜖꜒|tˠ|-
[Q.2.1incl.2.POS.active.imperative.PRES] => |sʷ|a|꜖|wʲ|-
[Q.2.1incl.2.POS.active.imperative.PAST] => |kʷ|ʉ|̰꜒|lʲ|-
[Q.2.1incl.2.POS.active.conditional.PRES] => |ʂˠ|uː|꜒|ŋ̥ˠ|-
[Q.2.1incl.2.POS.active.conditional.PAST] => |ʈʼʲ|iː|꜒꜖|ʂˠ|-
[Q.2.1incl.2.POS.active.optative.PRES] => |ʋˠ|i|̰꜖|ʛʷ|-
[Q.2.1incl.2.POS.active.optative.PAST] => |qˤ|ʉ#|꜒|ʜʲ|-
[Q.2.1incl.2.POS.passive.indicative.PRES] => |t͡sˤ|u|꜖꜒|qʲ|-
[Q.2.1incl.2.POS.passive.indicative.PAST] => |wˠ|ʉ|̰꜖|ɾˠ|-
[Q.2.1incl.2.POS.passive.imperative.PRES] => |ᵏǃʰˤ|i#ː|꜖꜒|t͡sʷ|-
[Q.2.1incl.2.POS.passive.imperative.PAST] => |ʈʼʲ|u|̰꜖|ʂˠ|-
[Q.2.1incl.2.POS.passive.conditional.PRES] => |ᵏǃˠ|i|̰꜖|tʼˠ|-
[Q.2.1incl.2.POS.passive.conditional.PAST] => |ᵏǀʼˤ|ʉː|꜖꜒|hkˠ|-
[Q.2.1incl.2.POS.passive.optative.PRES] => |ᵏǀʼˤ|u|꜒꜖|ʈʰˠ|-
[Q.2.1incl.2.POS.passive.optative.PAST] => |ŋ̥ʷ|ʉː|꜒꜖|sʷ|-
[Q.2.1incl.3.cl.1.NEG.active.indicative.PRES] => |pʰˤ|i|꜖꜒|ɽʲ|-
[Q.2.1incl.3.cl.1.NEG.active.indicative.PAST] => |pʼˠ|u#ː|꜒|ɠʲ|-
[Q.2.1incl.3.cl.1.NEG.active.imperative.PRES] => |ɰˤ|a#ː|꜒꜖|ʛʲ|-
[Q.2.1incl.3.cl.1.NEG.active.imperative.PAST] => |t͡ʂʲ|i|̰꜒|rˤ|-
[Q.2.1incl.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʼʷ|ʉ|꜖꜒|ɳ̥ʲ|-
[Q.2.1incl.3.cl.1.NEG.active.conditional.PAST] => |tʰˠ|a|̰꜖|ʡʲ|-
[Q.2.1incl.3.cl.1.NEG.active.optative.PRES] => |pˠ|ʉː|꜒꜖|j|-
[Q.2.1incl.3.cl.1.NEG.active.optative.PAST] => |ɰˤ|ʉ|꜒꜖|ŋˤ|-
[Q.2.1incl.3.cl.1.NEG.passive.indicative.PRES] => |kʼˠ|ʉ|꜒꜖|n̥ˤ|-
[Q.2.1incl.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǀˠ|aː|꜖꜒|htʲ|-
[Q.2.1incl.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʼʷ|ᵊ|꜒꜖|hkʷ|-
[Q.2.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ɴˠ|a|꜖|ʛˠ|-
[Q.2.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǁʰʲ|iː|꜒꜖|sʲ|-
[Q.2.1incl.3.cl.1.NEG.passive.conditional.PAST] => |qʼˠ|i|꜖|d͡ʐʲ|-
[Q.2.1incl.3.cl.1.NEG.passive.optative.PRES] => |pʼˤ|i|꜒|ɴˤ|-
[Q.2.1incl.3.cl.1.NEG.passive.optative.PAST] => |ʛˤ|u|꜒|tˤ|-
[Q.2.1incl.3.cl.1.POS.active.indicative.PRES] => |nʷ|ʉ#|̰꜖|ŋʷ|-
[Q.2.1incl.3.cl.1.POS.active.indicative.PAST] => |ɓʲ|a#|꜒꜖|n̥ʷ|-
[Q.2.1incl.3.cl.1.POS.active.imperative.PRES] => |sˤ|a|꜖꜒|ɳ̥ʲ|-
[Q.2.1incl.3.cl.1.POS.active.imperative.PAST] => |ɹʷ|ʉ|꜖|ʜˠ|-
[Q.2.1incl.3.cl.1.POS.active.conditional.PRES] => |ɳ̥ˠ|i|꜒|qˠ|-
[Q.2.1incl.3.cl.1.POS.active.conditional.PAST] => |ᵏǀʰˠ|ʉː|꜖꜒|ɹˠ|-
[Q.2.1incl.3.cl.1.POS.active.optative.PRES] => |wˤ|ʉ|꜒|rʲ|-
[Q.2.1incl.3.cl.1.POS.active.optative.PAST] => |n̥ˠ|i|̰꜖|qʼʷ|-
[Q.2.1incl.3.cl.1.POS.passive.indicative.PRES] => |hkˤ|u#|̰꜒|sˠ|-
[Q.2.1incl.3.cl.1.POS.passive.indicative.PAST] => |ᵏǀʷ|a|꜒|sʷ|-
[Q.2.1incl.3.cl.1.POS.passive.imperative.PRES] => |ŋʷ|i|꜖|tʼˠ|-
[Q.2.1incl.3.cl.1.POS.passive.imperative.PAST] => |pʼˠ|ʉ|̰꜒|hkʷ|-
[Q.2.1incl.3.cl.1.POS.passive.conditional.PRES] => |t͡sʲ|uː|꜒꜖|lˠ|-
[Q.2.1incl.3.cl.1.POS.passive.conditional.PAST] => |ᵏǁʼˠ|i|꜖꜒|r̥ʲ|-
[Q.2.1incl.3.cl.1.POS.passive.optative.PRES] => |ɗˠ|u#|̰꜖|wˠ|-
[Q.2.1incl.3.cl.1.POS.passive.optative.PAST] => |lʲ|u#|꜖꜒|sʲ|-
[Q.2.1incl.3.cl.2.NEG.active.indicative.PRES] => |nʲ|uː|꜒|qʼˠ|-
[Q.2.1incl.3.cl.2.NEG.active.indicative.PAST] => |m̥ˤ|i#ː|̰꜖|ɓʲ|-
[Q.2.1incl.3.cl.2.NEG.active.imperative.PRES] => |hkʲ|a|̰꜒|kʰˤ|-
[Q.2.1incl.3.cl.2.NEG.active.imperative.PAST] => |d͡ʐˠ|aː|꜒|kʼʷ|-
[Q.2.1incl.3.cl.2.NEG.active.conditional.PRES] => |sʲ|i|꜒꜖|kʰˤ|-
[Q.2.1incl.3.cl.2.NEG.active.conditional.PAST] => |pˤ|i|꜖|ʈʼˠ|-
[Q.2.1incl.3.cl.2.NEG.active.optative.PRES] => |ɾˤ|u#|̰꜖|ʛˤ|-
[Q.2.1incl.3.cl.2.NEG.active.optative.PAST] => |ᵑǀʼˠ|u#|̰꜒|sʲ|-
[Q.2.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǃʰˠ|ᵊ|꜖꜒|d͡ʐʲ|-
[Q.2.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ᵑǃʼʲ|u#|꜖꜒|tʼˤ|-
[Q.2.1incl.3.cl.2.NEG.passive.imperative.PRES] => |tʼʲ|i|꜒꜖|ɠˠ|-
[Q.2.1incl.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǀˠ|i|̰꜖|ɾˠ|-
[Q.2.1incl.3.cl.2.NEG.passive.conditional.PRES] => |lˠ|a|꜖|ʄˠ|-
[Q.2.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ɗˤ|u|̰꜖|qʼˠ|-
[Q.2.1incl.3.cl.2.NEG.passive.optative.PRES] => |h|a|꜖꜒|htˤ|-
[Q.2.1incl.3.cl.2.NEG.passive.optative.PAST] => |ʂˠ|a#ː|̰꜒|ɓʲ|-
[Q.2.1incl.3.cl.2.POS.active.indicative.PRES] => |ᵑǀˤ|ʉ|꜒|ɳ̥ˠ|-
[Q.2.1incl.3.cl.2.POS.active.indicative.PAST] => |ʋʲ|u|꜒꜖|wˤ|-
[Q.2.1incl.3.cl.2.POS.active.imperative.PRES] => |tʼˤ|ʉ|꜒꜖|tʼʲ|-
[Q.2.1incl.3.cl.2.POS.active.imperative.PAST] => |ɹʲ|ᵊ|꜖|qʼʷ|-
[Q.2.1incl.3.cl.2.POS.active.conditional.PRES] => |kʰʲ|iː|꜒꜖|sʷ|-
[Q.2.1incl.3.cl.2.POS.active.conditional.PAST] => |ʜˠ|i|꜖꜒|wˠ|-
[Q.2.1incl.3.cl.2.POS.active.optative.PRES] => |qˠ|i|̰꜖|ɠˤ|-
[Q.2.1incl.3.cl.2.POS.active.optative.PAST] => |hʈˠ|iː|꜒|ɰˤ|-
[Q.2.1incl.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʲ|u|꜖꜒|t͡ʂʲ|-
[Q.2.1incl.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀʰʲ|a|̰꜖|rˤ|-
[Q.2.1incl.3.cl.2.POS.passive.imperative.PRES] => |n̥ʲ|u|꜖꜒|ʄˠ|-
[Q.2.1incl.3.cl.2.POS.passive.imperative.PAST] => |tʼˤ|i|꜖꜒|t͡sˠ|-
[Q.2.1incl.3.cl.2.POS.passive.conditional.PRES] => |ᵏǁʼʲ|iː|꜒|ʋʲ|-
[Q.2.1incl.3.cl.2.POS.passive.conditional.PAST] => |ʂʲ|i|̰꜒|tˤ|-
[Q.2.1incl.3.cl.2.POS.passive.optative.PRES] => |kʷ|ʉ#ː|̰꜖|hʈʲ|-
[Q.2.1incl.3.cl.2.POS.passive.optative.PAST] => |ᵑǃˠ|iː|̰꜒|r̥ˤ|-
[Q.2.1incl.3.cl.3.NEG.active.indicative.PRES] => |pˤ|i|̰꜖|ʃʲ|-
[Q.2.1incl.3.cl.3.NEG.active.indicative.PAST] => |ɳ̥ʲ|iː|̰꜒|r̥ʲ|-
[Q.2.1incl.3.cl.3.NEG.active.imperative.PRES] => |ᵑǃʼʷ|ʉ#ː|꜖|nʲ|-
[Q.2.1incl.3.cl.3.NEG.active.imperative.PAST] => |ɳ̥ʲ|iː|̰꜒|ʋʲ|-
[Q.2.1incl.3.cl.3.NEG.active.conditional.PRES] => |ᵏǀˠ|i#|꜒꜖|kʼˠ|-
[Q.2.1incl.3.cl.3.NEG.active.conditional.PAST] => |tʼʲ|aː|꜖꜒|tɬʲ|-
[Q.2.1incl.3.cl.3.NEG.active.optative.PRES] => |ɻʲ|iː|̰꜖|ɥˤ|-
[Q.2.1incl.3.cl.3.NEG.active.optative.PAST] => |kʰʲ|u#ː|꜖꜒|htʲ|-
[Q.2.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ʛʲ|u|꜒|ɳʲ|-
[Q.2.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|ʉ|̰꜖|kʰʲ|-
[Q.2.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǁʼˠ|i|꜖꜒|ɳˠ|-
[Q.2.1incl.3.cl.3.NEG.passive.imperative.PAST] => |htˤ|aː|̰꜖|ɴˤ|-
[Q.2.1incl.3.cl.3.NEG.passive.conditional.PRES] => |t͡ʂʲ|a#ː|̰꜒|tʼʲ|-
[Q.2.1incl.3.cl.3.NEG.passive.conditional.PAST] => |tʼˤ|iː|꜖|kʰˠ|-
[Q.2.1incl.3.cl.3.NEG.passive.optative.PRES] => |ʈʼˠ|i|꜖꜒|m̥ˤ|-
[Q.2.1incl.3.cl.3.NEG.passive.optative.PAST] => |d͡ʐʲ|u|꜒|ɴʷ|-
[Q.2.1incl.3.cl.3.POS.active.indicative.PRES] => |ɾˤ|a|꜒|qˠ|-
[Q.2.1incl.3.cl.3.POS.active.indicative.PAST] => |ᵑǀʼˤ|ʉ|꜖꜒|ŋ̥ʲ|-
[Q.2.1incl.3.cl.3.POS.active.imperative.PRES] => |ɽˠ|a|꜒|qʼʲ|-
[Q.2.1incl.3.cl.3.POS.active.imperative.PAST] => |ᵑǀʼʷ|a|꜖|htˠ|-
[Q.2.1incl.3.cl.3.POS.active.conditional.PRES] => |ʜˠ|ʉ#ː|꜒꜖|ʋˤ|-
[Q.2.1incl.3.cl.3.POS.active.conditional.PAST] => |ŋ̥ʲ|ʉː|꜖꜒|hpˤ|-
[Q.2.1incl.3.cl.3.POS.active.optative.PRES] => |qʲ|a|꜖꜒|tˤ|-
[Q.2.1incl.3.cl.3.POS.active.optative.PAST] => |ᵏǃʼˤ|a|̰꜖|nʲ|-
[Q.2.1incl.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʼʷ|a|̰꜒|tʰˠ|-
[Q.2.1incl.3.cl.3.POS.passive.indicative.PAST] => |pˠ|ʉ|̰꜖|hkʲ|-
[Q.2.1incl.3.cl.3.POS.passive.imperative.PRES] => |kˤ|aː|̰꜒|hʈˠ|-
[Q.2.1incl.3.cl.3.POS.passive.imperative.PAST] => |ʛˠ|i|̰꜒|ʂʲ|-
[Q.2.1incl.3.cl.3.POS.passive.conditional.PRES] => |ʜˠ|ʉː|꜖꜒|rˤ|-
[Q.2.1incl.3.cl.3.POS.passive.conditional.PAST] => |ɾˤ|ᵊ|꜒|pʼˤ|-
[Q.2.1incl.3.cl.3.POS.passive.optative.PRES] => |ɽˠ|a|̰꜖|mˤ|-
[Q.2.1incl.3.cl.3.POS.passive.optative.PAST] => |ʃʲ|ʉ|꜒꜖|ɻʲ|-
[Q.2.1incl.3.cl.4.NEG.active.indicative.PRES] => |qʷ|i|꜖|ʛʲ|-
[Q.2.1incl.3.cl.4.NEG.active.indicative.PAST] => |ᵏǀʼʷ|aː|꜖|ŋ̥ˠ|-
[Q.2.1incl.3.cl.4.NEG.active.imperative.PRES] => |ɳʲ|ʉ|̰꜒|tʼˤ|-
[Q.2.1incl.3.cl.4.NEG.active.imperative.PAST] => |ɓˠ|u#|꜖꜒|ʈʼʲ|-
[Q.2.1incl.3.cl.4.NEG.active.conditional.PRES] => |ŋˤ|i|꜖|pʲ|-
[Q.2.1incl.3.cl.4.NEG.active.conditional.PAST] => |ᵏǃʲ|ʉ|꜖꜒|ʈʼʲ|-
[Q.2.1incl.3.cl.4.NEG.active.optative.PRES] => |ɴʷ|i|꜖꜒|mʲ|-
[Q.2.1incl.3.cl.4.NEG.active.optative.PAST] => |ɰˤ|uː|꜒|mˠ|-
[Q.2.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ɭʲ|u|꜖|ɽˠ|-
[Q.2.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ʈˠ|ʉ|꜖|pˤ|-
[Q.2.1incl.3.cl.4.NEG.passive.imperative.PRES] => |d͡ʐʲ|a|̰꜖|kʲ|-
[Q.2.1incl.3.cl.4.NEG.passive.imperative.PAST] => |tʼˠ|iː|̰꜒|ɠˠ|-
[Q.2.1incl.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃˠ|u#|꜖꜒|ɗʲ|-
[Q.2.1incl.3.cl.4.NEG.passive.conditional.PAST] => |hpˠ|u#|꜒꜖|sʷ|-
[Q.2.1incl.3.cl.4.NEG.passive.optative.PRES] => |pˤ|i|꜖꜒|ŋ̥ˤ|-
[Q.2.1incl.3.cl.4.NEG.passive.optative.PAST] => |nʲ|a|̰꜖|qʼˠ|-
[Q.2.1incl.3.cl.4.POS.active.indicative.PRES] => |ɽʲ|u#|꜖꜒|ɴʷ|-
[Q.2.1incl.3.cl.4.POS.active.indicative.PAST] => |ɠʷ|i|꜖꜒|n̥ʲ|-
[Q.2.1incl.3.cl.4.POS.active.imperative.PRES] => |mˠ|ᵊ|꜖|kʼʷ|-
[Q.2.1incl.3.cl.4.POS.active.imperative.PAST] => |h|u|꜖|ŋʲ|-
[Q.2.1incl.3.cl.4.POS.active.conditional.PRES] => |ᵑǀʼˤ|a|꜒|m̥ˤ|-
[Q.2.1incl.3.cl.4.POS.active.conditional.PAST] => |pʲ|ᵊ|꜖|ʛˤ|-
[Q.2.1incl.3.cl.4.POS.active.optative.PRES] => |kʰˠ|ʉ|̰꜒|ɥˤ|-
[Q.2.1incl.3.cl.4.POS.active.optative.PAST] => |qʷ|a|꜖꜒|ɠˠ|-
[Q.2.1incl.3.cl.4.POS.passive.indicative.PRES] => |sˤ|ᵊ|꜒|nʷ|-
[Q.2.1incl.3.cl.4.POS.passive.indicative.PAST] => |ᵏǁʼˠ|ᵊ|̰꜒|hpˠ|-
[Q.2.1incl.3.cl.4.POS.passive.imperative.PRES] => |ʂʲ|i|꜒|ɳˠ|-
[Q.2.1incl.3.cl.4.POS.passive.imperative.PAST] => |mˠ|ʉ|̰꜒|ʋʲ|-
[Q.2.1incl.3.cl.4.POS.passive.conditional.PRES] => |sʷ|ᵊ|꜖|ɰʷ|-
[Q.2.1incl.3.cl.4.POS.passive.conditional.PAST] => |htʷ|i|̰꜖|ɽʲ|-
[Q.2.1incl.3.cl.4.POS.passive.optative.PRES] => |ɹˠ|ᵊ|̰꜖|tʷ|-
[Q.2.1incl.3.cl.4.POS.passive.optative.PAST] => |pʲ|uː|̰꜖|ɴʷ|-
[Q.2.1excl.1incl.NEG.active.indicative.PRES] => |ɥˠ|ʉ|꜖꜒|ɰʲ|-
[Q.2.1excl.1incl.NEG.active.indicative.PAST] => |ɥˠ|ʉ|̰꜒|ɥˤ|-
[Q.2.1excl.1incl.NEG.active.imperative.PRES] => |qʲ|u|̰꜒|tˤ|-
[Q.2.1excl.1incl.NEG.active.imperative.PAST] => |htʷ|i|꜒|pʼʲ|-
[Q.2.1excl.1incl.NEG.active.conditional.PRES] => |kʼʲ|aː|꜒꜖|ɠˠ|-
[Q.2.1excl.1incl.NEG.active.conditional.PAST] => |ʃʲ|u|̰꜒|mˠ|-
[Q.2.1excl.1incl.NEG.active.optative.PRES] => |ᵏǁʼˠ|ᵊ|̰꜒|ʛʲ|-
[Q.2.1excl.1incl.NEG.active.optative.PAST] => |ʜʲ|u|̰꜒|n̥ˤ|-
[Q.2.1excl.1incl.NEG.passive.indicative.PRES] => |ᵏǀˤ|i|̰꜒|ɰʷ|-
[Q.2.1excl.1incl.NEG.passive.indicative.PAST] => |ᵑǁʼˠ|u|꜒꜖|ɹˠ|-
[Q.2.1excl.1incl.NEG.passive.imperative.PRES] => |ᵏǀʼʷ|aː|꜖꜒|ɗˤ|-
[Q.2.1excl.1incl.NEG.passive.imperative.PAST] => |sˠ|i#|̰꜒|ʋˠ|-
[Q.2.1excl.1incl.NEG.passive.conditional.PRES] => |ᵏǁʼˠ|ʉ|̰꜖|rˤ|-
[Q.2.1excl.1incl.NEG.passive.conditional.PAST] => |ᵏǀʰˤ|i|̰꜒|qʷ|-
[Q.2.1excl.1incl.NEG.passive.optative.PRES] => |ᵏǀʰˤ|ʉ|̰꜖|n̥ˤ|-
[Q.2.1excl.1incl.NEG.passive.optative.PAST] => |wʲ|ᵊ|꜒|n̥ʲ|-
[Q.2.1excl.1incl.POS.active.indicative.PRES] => |n̥ˠ|ʉː|꜖|t͡sʷ|-
[Q.2.1excl.1incl.POS.active.indicative.PAST] => |pʼˤ|i|꜒꜖|ɭˠ|-
[Q.2.1excl.1incl.POS.active.imperative.PRES] => |pˠ|ʉ|̰꜒|m̥ʲ|-
[Q.2.1excl.1incl.POS.active.imperative.PAST] => |qʲ|aː|꜒꜖|tʼˤ|-
[Q.2.1excl.1incl.POS.active.conditional.PRES] => |ɰʲ|i#ː|̰꜖|kʷ|-
[Q.2.1excl.1incl.POS.active.conditional.PAST] => |ɠˠ|u#|꜖꜒|qʼˤ|-
[Q.2.1excl.1incl.POS.active.optative.PRES] => |ᵏǀʰˠ|u|̰꜒|ɽʲ|-
[Q.2.1excl.1incl.POS.active.optative.PAST] => |ᵏǀʰʲ|u|꜒|ʋʲ|-
[Q.2.1excl.1incl.POS.passive.indicative.PRES] => |hkʲ|ʉː|꜒|qʼˠ|-
[Q.2.1excl.1incl.POS.passive.indicative.PAST] => |ɹʷ|a#ː|꜒|ɓˠ|-
[Q.2.1excl.1incl.POS.passive.imperative.PRES] => |tʰˤ|aː|̰꜒|ŋ̥ʲ|-
[Q.2.1excl.1incl.POS.passive.imperative.PAST] => |ᵑǁʼʲ|a|꜖꜒|r̥ʲ|-
[Q.2.1excl.1incl.POS.passive.conditional.PRES] => |ᵏǀʰˤ|i|꜒꜖|pʰˤ|-
[Q.2.1excl.1incl.POS.passive.conditional.PAST] => |ɠˠ|u#ː|꜖|wˤ|-
[Q.2.1excl.1incl.POS.passive.optative.PRES] => |ᵏǀˠ|i|̰꜒|t͡sʷ|-
[Q.2.1excl.1incl.POS.passive.optative.PAST] => |ɽʲ|i|꜒|pˠ|-
[Q.2.1excl.1excl.NEG.active.indicative.PRES] => |tʰʷ|ᵊ|꜒|kʼˤ|-
[Q.2.1excl.1excl.NEG.active.indicative.PAST] => |ᵏǀʼʲ|i|̰꜒|kʰˤ|-
[Q.2.1excl.1excl.NEG.active.imperative.PRES] => |ᵏǁʲ|ʉ|꜖|kʼˠ|-
[Q.2.1excl.1excl.NEG.active.imperative.PAST] => |ʔ|i#|꜖꜒|t͡sˠ|-
[Q.2.1excl.1excl.NEG.active.conditional.PRES] => |ᵏǃʼˤ|iː|꜒|hkˠ|-
[Q.2.1excl.1excl.NEG.active.conditional.PAST] => |wʲ|a#ː|꜒|htʷ|-
[Q.2.1excl.1excl.NEG.active.optative.PRES] => |ɗʷ|i|꜒|kʼˤ|-
[Q.2.1excl.1excl.NEG.active.optative.PAST] => |wʲ|u|꜖꜒|ʈʼʲ|-
[Q.2.1excl.1excl.NEG.passive.indicative.PRES] => |ᵏǃˤ|a|꜒|rˠ|-
[Q.2.1excl.1excl.NEG.passive.indicative.PAST] => |ᵑǃʼˤ|ᵊ|꜖꜒|kˤ|-
[Q.2.1excl.1excl.NEG.passive.imperative.PRES] => |t͡ʃ|ᵊ|꜒꜖|ɓˤ|-
[Q.2.1excl.1excl.NEG.passive.imperative.PAST] => |kˤ|a|̰꜒|tʰʷ|-
[Q.2.1excl.1excl.NEG.passive.conditional.PRES] => |ɥˠ|iː|꜖꜒|rʲ|-
[Q.2.1excl.1excl.NEG.passive.conditional.PAST] => |tˠ|i|꜒|nˠ|-
[Q.2.1excl.1excl.NEG.passive.optative.PRES] => |ɴˤ|ᵊ|꜒꜖|lʲ|-
[Q.2.1excl.1excl.NEG.passive.optative.PAST] => |htˤ|ʉ|꜒꜖|d͡ʐʲ|-
[Q.2.1excl.1excl.POS.active.indicative.PRES] => |j|ʉː|̰꜖|ɰˠ|-
[Q.2.1excl.1excl.POS.active.indicative.PAST] => |htˠ|ʉ|꜖꜒|n̥ˤ|-
[Q.2.1excl.1excl.POS.active.imperative.PRES] => |kʰʷ|i|꜒|ŋ̥ʷ|-
[Q.2.1excl.1excl.POS.active.imperative.PAST] => |mˠ|a|꜖꜒|ɠˠ|-
[Q.2.1excl.1excl.POS.active.conditional.PRES] => |rˤ|iː|̰꜖|ʈʲ|-
[Q.2.1excl.1excl.POS.active.conditional.PAST] => |ᵏǀˠ|iː|꜒|kʼʷ|-
[Q.2.1excl.1excl.POS.active.optative.PRES] => |kʼʲ|a|꜖꜒|pʰˠ|-
[Q.2.1excl.1excl.POS.active.optative.PAST] => |ᵏǃʼʲ|u|̰꜖|ʃʲ|-
[Q.2.1excl.1excl.POS.passive.indicative.PRES] => |ɴˠ|ᵊ|꜖|t͡sʷ|-
[Q.2.1excl.1excl.POS.passive.indicative.PAST] => |m̥ˠ|a|꜖꜒|ɥˠ|-
[Q.2.1excl.1excl.POS.passive.imperative.PRES] => |ɰʲ|iː|꜒|qʲ|-
[Q.2.1excl.1excl.POS.passive.imperative.PAST] => |ŋˤ|a|꜒|ŋ̥ˠ|-
[Q.2.1excl.1excl.POS.passive.conditional.PRES] => |tʷ|ʉ|꜖꜒|ŋ̥ˤ|-
[Q.2.1excl.1excl.POS.passive.conditional.PAST] => |t͡sˤ|ʉː|̰꜖|nʷ|-
[Q.2.1excl.1excl.POS.passive.optative.PRES] => |ᵏǁʰʲ|aː|̰꜖|hkˠ|-
[Q.2.1excl.1excl.POS.passive.optative.PAST] => |pʰˠ|ʉ|꜖|ʋʲ|-
[Q.2.1excl.2.NEG.active.indicative.PRES] => |ɹʲ|u|̰꜖|pʼʲ|-
[Q.2.1excl.2.NEG.active.indicative.PAST] => |ʃˠ|a#|꜒|ŋ̥ʷ|-
[Q.2.1excl.2.NEG.active.imperative.PRES] => |nˠ|i|̰꜖|ɰʷ|-
[Q.2.1excl.2.NEG.active.imperative.PAST] => |ᵑǀʼˤ|iː|꜖|pˠ|-
[Q.2.1excl.2.NEG.active.conditional.PRES] => |ʈʼˠ|i|̰꜒|ɰʲ|-
[Q.2.1excl.2.NEG.active.conditional.PAST] => |ʛʲ|a|̰꜖|ŋʷ|-
[Q.2.1excl.2.NEG.active.optative.PRES] => |ɽˠ|a#|꜖|qʷ|-
[Q.2.1excl.2.NEG.active.optative.PAST] => |ʃˠ|ᵊ|꜒|m̥ʲ|-
[Q.2.1excl.2.NEG.passive.indicative.PRES] => |ʛˠ|iː|꜒|ʈʼˠ|-
[Q.2.1excl.2.NEG.passive.indicative.PAST] => |ɠˤ|a|꜒|tʼˤ|-
[Q.2.1excl.2.NEG.passive.imperative.PRES] => |mˤ|ʉ#|꜒|hʈʲ|-
[Q.2.1excl.2.NEG.passive.imperative.PAST] => |pˤ|u|̰꜒|n̥ʷ|-
[Q.2.1excl.2.NEG.passive.conditional.PRES] => |ɾˤ|ʉ|̰꜖|ɗˤ|-
[Q.2.1excl.2.NEG.passive.conditional.PAST] => |ɥʲ|i#ː|꜒꜖|hpʲ|-
[Q.2.1excl.2.NEG.passive.optative.PRES] => |ᵏǃʷ|ᵊ|̰꜒|tʼˤ|-
[Q.2.1excl.2.NEG.passive.optative.PAST] => |qˤ|uː|꜒꜖|kˤ|-
[Q.2.1excl.2.POS.active.indicative.PRES] => |ᵏǃʼʲ|a|꜒|n̥ʲ|-
[Q.2.1excl.2.POS.active.indicative.PAST] => |kʼˠ|i|̰꜖|ɴʲ|-
[Q.2.1excl.2.POS.active.imperative.PRES] => |lˠ|uː|꜒꜖|ʈʼˠ|-
[Q.2.1excl.2.POS.active.imperative.PAST] => |n̥ˠ|u#|꜖꜒|ɹˤ|-
[Q.2.1excl.2.POS.active.conditional.PRES] => |ɗˤ|a|꜒꜖|ʈʲ|-
[Q.2.1excl.2.POS.active.conditional.PAST] => |ɥʲ|i|̰꜒|kʼˤ|-
[Q.2.1excl.2.POS.active.optative.PRES] => |r̥ʲ|a|̰꜒|ʂˠ|-
[Q.2.1excl.2.POS.active.optative.PAST] => |pʼˠ|i|̰꜖|ʃʲ|-
[Q.2.1excl.2.POS.passive.indicative.PRES] => |hkˠ|ᵊ|꜖꜒|wˠ|-
[Q.2.1excl.2.POS.passive.indicative.PAST] => |r̥ˤ|ᵊ|̰꜖|sˠ|-
[Q.2.1excl.2.POS.passive.imperative.PRES] => |pʼʲ|ʉ|̰꜒|ɾˠ|-
[Q.2.1excl.2.POS.passive.imperative.PAST] => |ɾʲ|ᵊ|꜖|nˤ|-
[Q.2.1excl.2.POS.passive.conditional.PRES] => |ɴʲ|i|꜒꜖|rˠ|-
[Q.2.1excl.2.POS.passive.conditional.PAST] => |pʲ|a|꜖|hkʷ|-
[Q.2.1excl.2.POS.passive.optative.PRES] => |ᵑǀˠ|a|꜒꜖|ŋˠ|-
[Q.2.1excl.2.POS.passive.optative.PAST] => |ɴʲ|uː|꜖꜒|ɥˠ|-
[Q.2.1excl.3.cl.1.NEG.active.indicative.PRES] => |ɹˠ|u|̰꜖|pʼˠ|-
[Q.2.1excl.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʼˠ|ᵊ|̰꜖|ɾˤ|-
[Q.2.1excl.3.cl.1.NEG.active.imperative.PRES] => |ᵑǀʲ|ʉː|꜖꜒|ɭʲ|-
[Q.2.1excl.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃʰˤ|iː|꜒|qʼʲ|-
[Q.2.1excl.3.cl.1.NEG.active.conditional.PRES] => |ɗˤ|u#|꜒|ŋˤ|-
[Q.2.1excl.3.cl.1.NEG.active.conditional.PAST] => |ʃˠ|u#ː|꜖|tʷ|-
[Q.2.1excl.3.cl.1.NEG.active.optative.PRES] => |hʈʲ|u#|꜒꜖|kʰʲ|-
[Q.2.1excl.3.cl.1.NEG.active.optative.PAST] => |ɻʲ|a|꜒|ʈʲ|-
[Q.2.1excl.3.cl.1.NEG.passive.indicative.PRES] => |ʛˠ|iː|꜖꜒|htʲ|-
[Q.2.1excl.3.cl.1.NEG.passive.indicative.PAST] => |sˤ|a|꜖꜒|ɾˤ|-
[Q.2.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ɓˤ|u|̰꜖|rˠ|-
[Q.2.1excl.3.cl.1.NEG.passive.imperative.PAST] => |mʲ|a|̰꜒|tʷ|-
[Q.2.1excl.3.cl.1.NEG.passive.conditional.PRES] => |qʼʷ|ʉ#ː|꜒꜖|nʲ|-
[Q.2.1excl.3.cl.1.NEG.passive.conditional.PAST] => |ɴˤ|u#|꜖꜒|r̥ˤ|-
[Q.2.1excl.3.cl.1.NEG.passive.optative.PRES] => |m̥ʲ|ʉ|̰꜖|ɾʲ|-
[Q.2.1excl.3.cl.1.NEG.passive.optative.PAST] => |qˤ|a|̰꜖|m̥ʲ|-
[Q.2.1excl.3.cl.1.POS.active.indicative.PRES] => |ɠˠ|ʉː|̰꜖|ʃʲ|-
[Q.2.1excl.3.cl.1.POS.active.indicative.PAST] => |lˠ|aː|꜖|ɴˤ|-
[Q.2.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵏǀʰʷ|ʉː|꜒꜖|ɻʲ|-
[Q.2.1excl.3.cl.1.POS.active.imperative.PAST] => |j|a|꜒꜖|ʡˠ|-
[Q.2.1excl.3.cl.1.POS.active.conditional.PRES] => |qʼˠ|u|꜖|j|-
[Q.2.1excl.3.cl.1.POS.active.conditional.PAST] => |wˤ|ᵊ|꜖꜒|sʲ|-
[Q.2.1excl.3.cl.1.POS.active.optative.PRES] => |pʰʲ|iː|꜖꜒|ŋʷ|-
[Q.2.1excl.3.cl.1.POS.active.optative.PAST] => |tʰˤ|ʉ#ː|꜒|ɓʲ|-
[Q.2.1excl.3.cl.1.POS.passive.indicative.PRES] => |kʰˠ|i#ː|̰꜒|hpˠ|-
[Q.2.1excl.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʰˠ|i|̰꜖|r̥ˠ|-
[Q.2.1excl.3.cl.1.POS.passive.imperative.PRES] => |nˤ|u|꜖|ʜˠ|-
[Q.2.1excl.3.cl.1.POS.passive.imperative.PAST] => |ᵑǀʼʲ|a|̰꜒|d͡ʐˠ|-
[Q.2.1excl.3.cl.1.POS.passive.conditional.PRES] => |ᵏǁˠ|ᵊ|̰꜒|wʲ|-
[Q.2.1excl.3.cl.1.POS.passive.conditional.PAST] => |kʼˤ|iː|̰꜖|lˠ|-
[Q.2.1excl.3.cl.1.POS.passive.optative.PRES] => |ᵑǁʼʲ|a#ː|̰꜒|pʲ|-
[Q.2.1excl.3.cl.1.POS.passive.optative.PAST] => |ᵏǀʰʷ|ᵊ|꜖꜒|ʈʲ|-
[Q.2.1excl.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃʷ|a|̰꜖|ɳ̥ʲ|-
[Q.2.1excl.3.cl.2.NEG.active.indicative.PAST] => |kʼˠ|u|꜖|ɭʲ|-
[Q.2.1excl.3.cl.2.NEG.active.imperative.PRES] => |t͡sˠ|u|̰꜖|wˤ|-
[Q.2.1excl.3.cl.2.NEG.active.imperative.PAST] => |ɽˠ|i|̰꜖|kʼʷ|-
[Q.2.1excl.3.cl.2.NEG.active.conditional.PRES] => |ʈʲ|ᵊ|꜖|ʃʲ|-
[Q.2.1excl.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃˤ|ᵊ|̰꜒|ŋ̥ˠ|-
[Q.2.1excl.3.cl.2.NEG.active.optative.PRES] => |ɹˠ|ʉ|꜒꜖|ɰʲ|-
[Q.2.1excl.3.cl.2.NEG.active.optative.PAST] => |rˤ|u|̰꜒|wʲ|-
[Q.2.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ŋ̥ˤ|a#ː|꜒|ɠʷ|-
[Q.2.1excl.3.cl.2.NEG.passive.indicative.PAST] => |tʼˠ|iː|꜒꜖|j|-
[Q.2.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǀˠ|a#|̰꜒|t͡sˤ|-
[Q.2.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǁʼʲ|uː|꜖|qʲ|-
[Q.2.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ɾˠ|aː|꜒|hkʲ|-
[Q.2.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀʷ|ᵊ|꜖꜒|tɬʲ|-
[Q.2.1excl.3.cl.2.NEG.passive.optative.PRES] => |m̥ʲ|ᵊ|꜖|pʰʲ|-
[Q.2.1excl.3.cl.2.NEG.passive.optative.PAST] => |ʈʼˠ|i|̰꜒|m̥ʲ|-
[Q.2.1excl.3.cl.2.POS.active.indicative.PRES] => |ɗˤ|ʉː|꜖|ŋ̥ʲ|-
[Q.2.1excl.3.cl.2.POS.active.indicative.PAST] => |ʄʲ|a#|꜒꜖|ɹˤ|-
[Q.2.1excl.3.cl.2.POS.active.imperative.PRES] => |ŋ̥ˠ|i|̰꜒|ɻˠ|-
[Q.2.1excl.3.cl.2.POS.active.imperative.PAST] => |t͡sʷ|i#ː|꜖꜒|hkʲ|-
[Q.2.1excl.3.cl.2.POS.active.conditional.PRES] => |ʈʼʲ|ᵊ|꜖|kˤ|-
[Q.2.1excl.3.cl.2.POS.active.conditional.PAST] => |ɓˤ|iː|꜖|ɻˠ|-
[Q.2.1excl.3.cl.2.POS.active.optative.PRES] => |ʂˠ|i#|꜖|t͡sˤ|-
[Q.2.1excl.3.cl.2.POS.active.optative.PAST] => |htˤ|i|̰꜖|tʰˠ|-
[Q.2.1excl.3.cl.2.POS.passive.indicative.PRES] => |hkˤ|aː|̰꜒|hkʷ|-
[Q.2.1excl.3.cl.2.POS.passive.indicative.PAST] => |ŋʷ|ʉ#|꜖꜒|ŋʲ|-
[Q.2.1excl.3.cl.2.POS.passive.imperative.PRES] => |pʼˤ|i|꜒|ɓˤ|-
[Q.2.1excl.3.cl.2.POS.passive.imperative.PAST] => |ᵏǁʼˠ|uː|꜖꜒|sʷ|-
[Q.2.1excl.3.cl.2.POS.passive.conditional.PRES] => |pʰˠ|ʉ|꜒|ɴˠ|-
[Q.2.1excl.3.cl.2.POS.passive.conditional.PAST] => |ʡʲ|ʉ|꜖꜒|ʛˤ|-
[Q.2.1excl.3.cl.2.POS.passive.optative.PRES] => |ᵑǁʼʲ|a#|꜖꜒|ʋʲ|-
[Q.2.1excl.3.cl.2.POS.passive.optative.PAST] => |r̥ʷ|a|̰꜒|ʋˤ|-
[Q.2.1excl.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃʰʲ|a|꜒꜖|ʈʼˠ|-
[Q.2.1excl.3.cl.3.NEG.active.indicative.PAST] => |ʔ|uː|꜖꜒|rʷ|-
[Q.2.1excl.3.cl.3.NEG.active.imperative.PRES] => |ᵏǁʼʲ|i#|꜒|hpʲ|-
[Q.2.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃʰˤ|a|꜒꜖|htˠ|-
[Q.2.1excl.3.cl.3.NEG.active.conditional.PRES] => |ɽˠ|u|꜖|ɳ̥ʲ|-
[Q.2.1excl.3.cl.3.NEG.active.conditional.PAST] => |lʲ|aː|꜖꜒|j|-
[Q.2.1excl.3.cl.3.NEG.active.optative.PRES] => |ɽˠ|u|꜖꜒|n̥ʲ|-
[Q.2.1excl.3.cl.3.NEG.active.optative.PAST] => |ɴʷ|ʉː|꜒꜖|ʄʲ|-
[Q.2.1excl.3.cl.3.NEG.passive.indicative.PRES] => |ʋˠ|i|̰꜖|ŋ̥ˠ|-
[Q.2.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ʂʲ|uː|̰꜒|r̥ʷ|-
[Q.2.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǁʼʲ|a|꜖꜒|t͡sˠ|-
[Q.2.1excl.3.cl.3.NEG.passive.imperative.PAST] => |mˠ|a#|̰꜖|htʷ|-
[Q.2.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ʋˠ|i#ː|꜒꜖|sʲ|-
[Q.2.1excl.3.cl.3.NEG.passive.conditional.PAST] => |nˠ|i|꜒|ʈʰʲ|-
[Q.2.1excl.3.cl.3.NEG.passive.optative.PRES] => |ɰʲ|u#ː|̰꜒|wʲ|-
[Q.2.1excl.3.cl.3.NEG.passive.optative.PAST] => |ʈʲ|i|꜖꜒|pʼʲ|-
[Q.2.1excl.3.cl.3.POS.active.indicative.PRES] => |lˠ|a|꜖꜒|mˤ|-
[Q.2.1excl.3.cl.3.POS.active.indicative.PAST] => |kʼʷ|i|꜖|ʛʲ|-
[Q.2.1excl.3.cl.3.POS.active.imperative.PRES] => |qˠ|i|꜖|ŋ̥ʲ|-
[Q.2.1excl.3.cl.3.POS.active.imperative.PAST] => |kʰʲ|ᵊ|꜖|hʈˠ|-
[Q.2.1excl.3.cl.3.POS.active.conditional.PRES] => |qʼʷ|ᵊ|꜖꜒|ɴʲ|-
[Q.2.1excl.3.cl.3.POS.active.conditional.PAST] => |pʰʲ|ᵊ|̰꜖|ʛʲ|-
[Q.2.1excl.3.cl.3.POS.active.optative.PRES] => |sʷ|a#ː|̰꜒|kʼʷ|-
[Q.2.1excl.3.cl.3.POS.active.optative.PAST] => |ɻʲ|i|̰꜖|kʼˤ|-
[Q.2.1excl.3.cl.3.POS.passive.indicative.PRES] => |tˠ|u#|꜒|kˠ|-
[Q.2.1excl.3.cl.3.POS.passive.indicative.PAST] => |ʈʰʲ|i#|꜖|ʃʲ|-
[Q.2.1excl.3.cl.3.POS.passive.imperative.PRES] => |kʰˠ|uː|꜖|ʃʲ|-
[Q.2.1excl.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃʰˠ|u|̰꜖|kʼˠ|-
[Q.2.1excl.3.cl.3.POS.passive.conditional.PRES] => |ɽˠ|a|꜖꜒|wˠ|-
[Q.2.1excl.3.cl.3.POS.passive.conditional.PAST] => |hkˤ|a#|̰꜖|kʷ|-
[Q.2.1excl.3.cl.3.POS.passive.optative.PRES] => |htʲ|i|꜒|ɰʷ|-
[Q.2.1excl.3.cl.3.POS.passive.optative.PAST] => |ᵑǀʼˤ|a|̰꜒|j|-
[Q.2.1excl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǁʼˠ|iː|꜒|pˠ|-
[Q.2.1excl.3.cl.4.NEG.active.indicative.PAST] => |hʈˠ|i#ː|꜒|ɠˠ|-
[Q.2.1excl.3.cl.4.NEG.active.imperative.PRES] => |ᵏǃʷ|a|꜒|r̥ˤ|-
[Q.2.1excl.3.cl.4.NEG.active.imperative.PAST] => |ɓʲ|aː|̰꜖|qʼˠ|-
[Q.2.1excl.3.cl.4.NEG.active.conditional.PRES] => |mʲ|ᵊ|̰꜒|nʲ|-
[Q.2.1excl.3.cl.4.NEG.active.conditional.PAST] => |ᵏǁʼʲ|uː|꜒|kʲ|-
[Q.2.1excl.3.cl.4.NEG.active.optative.PRES] => |ʈʲ|i|꜖|ʛˠ|-
[Q.2.1excl.3.cl.4.NEG.active.optative.PAST] => |hkˤ|ᵊ|꜒꜖|nˤ|-
[Q.2.1excl.3.cl.4.NEG.passive.indicative.PRES] => |tʰʲ|ᵊ|꜖꜒|wʲ|-
[Q.2.1excl.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǀʼˠ|ᵊ|꜒|ɻˠ|-
[Q.2.1excl.3.cl.4.NEG.passive.imperative.PRES] => |kʼˠ|ʉː|̰꜒|ɰˠ|-
[Q.2.1excl.3.cl.4.NEG.passive.imperative.PAST] => |d͡ʐʲ|i#|꜖꜒|mˤ|-
[Q.2.1excl.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǀʷ|i#ː|̰꜒|kʲ|-
[Q.2.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ʜˠ|ʉ#|꜒|hkˤ|-
[Q.2.1excl.3.cl.4.NEG.passive.optative.PRES] => |qˤ|u#|꜒|t͡ʃ|-
[Q.2.1excl.3.cl.4.NEG.passive.optative.PAST] => |ɴʲ|aː|̰꜖|htʲ|-
[Q.2.1excl.3.cl.4.POS.active.indicative.PRES] => |kʰˠ|ᵊ|̰꜒|nˠ|-
[Q.2.1excl.3.cl.4.POS.active.indicative.PAST] => |ᵑǃʲ|i|꜒|pʼʲ|-
[Q.2.1excl.3.cl.4.POS.active.imperative.PRES] => |ŋ̥ʲ|ᵊ|̰꜖|ɠˠ|-
[Q.2.1excl.3.cl.4.POS.active.imperative.PAST] => |htˤ|u|̰꜖|ɠˤ|-
[Q.2.1excl.3.cl.4.POS.active.conditional.PRES] => |ɰˤ|ʉː|꜒|ɗʲ|-
[Q.2.1excl.3.cl.4.POS.active.conditional.PAST] => |ᵑǁʼˠ|ᵊ|̰꜖|ʄʲ|-
[Q.2.1excl.3.cl.4.POS.active.optative.PRES] => |ʔ|aː|꜖꜒|ɹˤ|-
[Q.2.1excl.3.cl.4.POS.active.optative.PAST] => |n̥ˤ|iː|꜖꜒|ʋˠ|-
[Q.2.1excl.3.cl.4.POS.passive.indicative.PRES] => |ɗˠ|ᵊ|꜒꜖|ŋ̥ʷ|-
[Q.2.1excl.3.cl.4.POS.passive.indicative.PAST] => |wʲ|u|꜖꜒|tɬʲ|-
[Q.2.1excl.3.cl.4.POS.passive.imperative.PRES] => |qʼˤ|a|̰꜖|pʼˤ|-
[Q.2.1excl.3.cl.4.POS.passive.imperative.PAST] => |m̥ˤ|ʉ|̰꜖|ʔ|-
[Q.2.1excl.3.cl.4.POS.passive.conditional.PRES] => |ᵑǁʼʲ|a#|꜖|htˤ|-
[Q.2.1excl.3.cl.4.POS.passive.conditional.PAST] => |qˤ|ᵊ|̰꜖|pʼˠ|-
[Q.2.1excl.3.cl.4.POS.passive.optative.PRES] => |h|iː|꜒꜖|tʼˠ|-
[Q.2.1excl.3.cl.4.POS.passive.optative.PAST] => |tʼʲ|uː|꜖꜒|ʜˠ|-
[Q.2.2.1incl.NEG.active.indicative.PRES] => |d͡ʐˠ|ᵊ|꜖|ɹˤ|-
[Q.2.2.1incl.NEG.active.indicative.PAST] => |ŋ̥ʷ|i|꜖꜒|ŋˤ|-
[Q.2.2.1incl.NEG.active.imperative.PRES] => |ᵏǀʼʲ|i|꜒꜖|ɓˤ|-
[Q.2.2.1incl.NEG.active.imperative.PAST] => |ɰˠ|ʉ|꜒꜖|ŋ̥ˤ|-
[Q.2.2.1incl.NEG.active.conditional.PRES] => |ᵏǃʼˤ|i#ː|꜒꜖|ʋʲ|-
[Q.2.2.1incl.NEG.active.conditional.PAST] => |pʰˠ|a|꜖|ʋʲ|-
[Q.2.2.1incl.NEG.active.optative.PRES] => |ʋˠ|u#ː|̰꜖|wˤ|-
[Q.2.2.1incl.NEG.active.optative.PAST] => |ɽˠ|ʉː|꜖|t͡sˤ|-
[Q.2.2.1incl.NEG.passive.indicative.PRES] => |ᵏǀʰʲ|a|꜖|n̥ˤ|-
[Q.2.2.1incl.NEG.passive.indicative.PAST] => |kʰˤ|ʉ|꜒꜖|hpʲ|-
[Q.2.2.1incl.NEG.passive.imperative.PRES] => |ᵑǁʼˠ|u#|꜖|qʼˤ|-
[Q.2.2.1incl.NEG.passive.imperative.PAST] => |qʲ|i|̰꜒|rˤ|-
[Q.2.2.1incl.NEG.passive.conditional.PRES] => |ɰˠ|ᵊ|꜖|ʂˠ|-
[Q.2.2.1incl.NEG.passive.conditional.PAST] => |ʡʲ|u#|̰꜖|nˤ|-
[Q.2.2.1incl.NEG.passive.optative.PRES] => |tʼʲ|a#|̰꜖|tʼˤ|-
[Q.2.2.1incl.NEG.passive.optative.PAST] => |m̥ˠ|u#|꜒|sˠ|-
[Q.2.2.1incl.POS.active.indicative.PRES] => |wʲ|a|꜖|pʲ|-
[Q.2.2.1incl.POS.active.indicative.PAST] => |ᵏǀʰʷ|ʉ#ː|꜖꜒|wˠ|-
[Q.2.2.1incl.POS.active.imperative.PRES] => |ŋˠ|u#ː|꜖|kʼʲ|-
[Q.2.2.1incl.POS.active.imperative.PAST] => |ᵏǃʲ|ʉ|꜒꜖|n̥ʲ|-
[Q.2.2.1incl.POS.active.conditional.PRES] => |ʈˠ|a#|꜒|n̥ʷ|-
[Q.2.2.1incl.POS.active.conditional.PAST] => |ᵏǀʷ|i#|꜒꜖|ʈʰʲ|-
[Q.2.2.1incl.POS.active.optative.PRES] => |ᵑǃʼˤ|i#ː|̰꜖|r̥ˤ|-
[Q.2.2.1incl.POS.active.optative.PAST] => |ŋ̥ʲ|ʉ|꜒꜖|r̥ˠ|-
[Q.2.2.1incl.POS.passive.indicative.PRES] => |ɳ̥ˠ|ᵊ|꜖꜒|ɗʷ|-
[Q.2.2.1incl.POS.passive.indicative.PAST] => |ɴˤ|ʉː|꜖꜒|d͡ʐˠ|-
[Q.2.2.1incl.POS.passive.imperative.PRES] => |tˠ|u#ː|̰꜖|hkˠ|-
[Q.2.2.1incl.POS.passive.imperative.PAST] => |ɴˠ|a|꜖|wʲ|-
[Q.2.2.1incl.POS.passive.conditional.PRES] => |ŋˠ|ʉ|̰꜒|qʲ|-
[Q.2.2.1incl.POS.passive.conditional.PAST] => |ɠˠ|i|̰꜖|ʈʲ|-
[Q.2.2.1incl.POS.passive.optative.PRES] => |ᵏǀˠ|ʉ|꜖꜒|ʈʼˠ|-
[Q.2.2.1incl.POS.passive.optative.PAST] => |pʰˠ|iː|꜖|wʲ|-
[Q.2.2.1excl.NEG.active.indicative.PRES] => |ʜˠ|uː|̰꜖|hʈˠ|-
[Q.2.2.1excl.NEG.active.indicative.PAST] => |ʜʲ|i|̰꜖|ŋ̥ˠ|-
[Q.2.2.1excl.NEG.active.imperative.PRES] => |ɭʲ|u|̰꜖|ɴˤ|-
[Q.2.2.1excl.NEG.active.imperative.PAST] => |ʈʲ|a|̰꜒|mˠ|-
[Q.2.2.1excl.NEG.active.conditional.PRES] => |ᵏǀˠ|a|꜒꜖|t͡ʃ|-
[Q.2.2.1excl.NEG.active.conditional.PAST] => |ɓʲ|a|꜒|d͡ʐˠ|-
[Q.2.2.1excl.NEG.active.optative.PRES] => |hpʲ|aː|꜒|ɓʲ|-
[Q.2.2.1excl.NEG.active.optative.PAST] => |pʰˤ|i|꜒|tɬˠ|-
[Q.2.2.1excl.NEG.passive.indicative.PRES] => |htˤ|i|̰꜖|ŋʷ|-
[Q.2.2.1excl.NEG.passive.indicative.PAST] => |kˤ|iː|꜖꜒|kʲ|-
[Q.2.2.1excl.NEG.passive.imperative.PRES] => |qʲ|ʉ|꜖꜒|t͡sʲ|-
[Q.2.2.1excl.NEG.passive.imperative.PAST] => |ɠˤ|a#ː|꜒|pˤ|-
[Q.2.2.1excl.NEG.passive.conditional.PRES] => |ᵑǁʼˠ|i|̰꜖|kˠ|-
[Q.2.2.1excl.NEG.passive.conditional.PAST] => |ʈʼʲ|aː|꜖꜒|ʂˠ|-
[Q.2.2.1excl.NEG.passive.optative.PRES] => |hpˠ|aː|꜒|tˠ|-
[Q.2.2.1excl.NEG.passive.optative.PAST] => |pˠ|ᵊ|꜖|tʰˠ|-
[Q.2.2.1excl.POS.active.indicative.PRES] => |ᵑǀʼˤ|ʉ#|꜒꜖|kʼʷ|-
[Q.2.2.1excl.POS.active.indicative.PAST] => |ᵏǃʰʲ|ʉ#ː|꜖|j|-
[Q.2.2.1excl.POS.active.imperative.PRES] => |ŋ̥ˠ|i#ː|̰꜖|ʛˤ|-
[Q.2.2.1excl.POS.active.imperative.PAST] => |ᵏǀʰʷ|a#ː|꜒꜖|kʲ|-
[Q.2.2.1excl.POS.active.conditional.PRES] => |ʃʲ|u#|꜒|ɥˠ|-
[Q.2.2.1excl.POS.active.conditional.PAST] => |htˠ|ʉ#|꜖|ʈʲ|-
[Q.2.2.1excl.POS.active.optative.PRES] => |n̥ʲ|a|꜖|ɳˠ|-
[Q.2.2.1excl.POS.active.optative.PAST] => |ɹʲ|a#ː|꜒|lˠ|-
[Q.2.2.1excl.POS.passive.indicative.PRES] => |nˤ|ʉː|̰꜖|tʷ|-
[Q.2.2.1excl.POS.passive.indicative.PAST] => |ᵑǀˤ|u|꜒|hkʲ|-
[Q.2.2.1excl.POS.passive.imperative.PRES] => |hkˠ|iː|̰꜒|htˤ|-
[Q.2.2.1excl.POS.passive.imperative.PAST] => |ᵏǃˠ|ᵊ|꜒꜖|ɽˠ|-
[Q.2.2.1excl.POS.passive.conditional.PRES] => |ᵏǃˤ|ʉ|̰꜒|sʷ|-
[Q.2.2.1excl.POS.passive.conditional.PAST] => |ʡˠ|a|꜖|pʰʲ|-
[Q.2.2.1excl.POS.passive.optative.PRES] => |pʼˠ|a|꜒꜖|mˠ|-
[Q.2.2.1excl.POS.passive.optative.PAST] => |ᵏǀˤ|a|꜒|tʲ|-
[Q.2.2.2.NEG.active.indicative.PRES] => |ɰʷ|a|꜖|ʈʼʲ|-
[Q.2.2.2.NEG.active.indicative.PAST] => |ɠˠ|a|̰꜖|ɾʲ|-
[Q.2.2.2.NEG.active.imperative.PRES] => |tˠ|ᵊ|꜒꜖|mˤ|-
[Q.2.2.2.NEG.active.imperative.PAST] => |ᵏǁʰˠ|a#|꜖꜒|d͡ʐˠ|-
[Q.2.2.2.NEG.active.conditional.PRES] => |ᵏǀʼʲ|iː|꜒|ɠʲ|-
[Q.2.2.2.NEG.active.conditional.PAST] => |ᵏǀʰˠ|iː|꜒|ʂˠ|-
[Q.2.2.2.NEG.active.optative.PRES] => |ɹʲ|a#ː|꜒꜖|mʲ|-
[Q.2.2.2.NEG.active.optative.PAST] => |n̥ʲ|ʉ|꜖꜒|ʈʼʲ|-
[Q.2.2.2.NEG.passive.indicative.PRES] => |ᵏǃʰˠ|u#ː|̰꜖|pʰˠ|-
[Q.2.2.2.NEG.passive.indicative.PAST] => |sʲ|ʉː|̰꜒|ɰˠ|-
[Q.2.2.2.NEG.passive.imperative.PRES] => |lˠ|iː|̰꜖|ɥˤ|-
[Q.2.2.2.NEG.passive.imperative.PAST] => |h|ᵊ|꜒|hkˠ|-
[Q.2.2.2.NEG.passive.conditional.PRES] => |r̥ʲ|uː|̰꜒|n̥ʲ|-
[Q.2.2.2.NEG.passive.conditional.PAST] => |ʔ|a#ː|꜖꜒|wˤ|-
[Q.2.2.2.NEG.passive.optative.PRES] => |t͡ʂˠ|ʉ|꜖꜒|qʼˠ|-
[Q.2.2.2.NEG.passive.optative.PAST] => |r̥ʲ|uː|꜖|ɾˠ|-
[Q.2.2.2.POS.active.indicative.PRES] => |pʼʲ|u|꜖|d͡ʐˠ|-
[Q.2.2.2.POS.active.indicative.PAST] => |kʼʷ|a#|꜖꜒|ʂʲ|-
[Q.2.2.2.POS.active.imperative.PRES] => |nʷ|iː|꜖|n̥ʲ|-
[Q.2.2.2.POS.active.imperative.PAST] => |ɰʲ|i|̰꜖|pʼʲ|-
[Q.2.2.2.POS.active.conditional.PRES] => |ᵏǀʰʲ|i|꜖|rˠ|-
[Q.2.2.2.POS.active.conditional.PAST] => |ᵏǀʰʷ|i|꜒꜖|wˠ|-
[Q.2.2.2.POS.active.optative.PRES] => |kʲ|ʉː|꜖꜒|t͡ʂʲ|-
[Q.2.2.2.POS.active.optative.PAST] => |ʜʲ|a|꜒꜖|tʰʲ|-
[Q.2.2.2.POS.passive.indicative.PRES] => |t͡ʂˠ|ᵊ|꜒|ɽʲ|-
[Q.2.2.2.POS.passive.indicative.PAST] => |hkʷ|a|꜒꜖|tʼʲ|-
[Q.2.2.2.POS.passive.imperative.PRES] => |tˤ|a|꜒꜖|pʼˤ|-
[Q.2.2.2.POS.passive.imperative.PAST] => |ʜʲ|ʉ#|꜖꜒|ɗˤ|-
[Q.2.2.2.POS.passive.conditional.PRES] => |ʜˠ|ʉ|̰꜖|ɠˤ|-
[Q.2.2.2.POS.passive.conditional.PAST] => |ᵏǃˠ|ʉː|̰꜖|t͡sˤ|-
[Q.2.2.2.POS.passive.optative.PRES] => |htˠ|a|꜒꜖|kʼˤ|-
[Q.2.2.2.POS.passive.optative.PAST] => |ᵑǀʼˠ|a|꜖꜒|ʃˠ|-
[Q.2.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀˠ|u|꜖|ʋˠ|-
[Q.2.2.3.cl.1.NEG.active.indicative.PAST] => |ɴˠ|u|꜒꜖|rʷ|-
[Q.2.2.3.cl.1.NEG.active.imperative.PRES] => |wˤ|u|꜒꜖|ɓˤ|-
[Q.2.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃʰʷ|i|꜒|t͡sʲ|-
[Q.2.2.3.cl.1.NEG.active.conditional.PRES] => |hkˤ|u|꜖꜒|qˤ|-
[Q.2.2.3.cl.1.NEG.active.conditional.PAST] => |ᵑǀˠ|a|꜖|pʰˠ|-
[Q.2.2.3.cl.1.NEG.active.optative.PRES] => |ʈʲ|ᵊ|꜖꜒|nʷ|-
[Q.2.2.3.cl.1.NEG.active.optative.PAST] => |ŋ̥ˠ|u#ː|̰꜖|pˤ|-
[Q.2.2.3.cl.1.NEG.passive.indicative.PRES] => |ʔ|i|꜒꜖|qˠ|-
[Q.2.2.3.cl.1.NEG.passive.indicative.PAST] => |ŋ̥ʷ|ʉː|꜖꜒|ʈʰˠ|-
[Q.2.2.3.cl.1.NEG.passive.imperative.PRES] => |m̥ˤ|i|̰꜒|r̥ʷ|-
[Q.2.2.3.cl.1.NEG.passive.imperative.PAST] => |tʷ|a|꜒|m̥ˤ|-
[Q.2.2.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǃʼʲ|u#|꜖|mˤ|-
[Q.2.2.3.cl.1.NEG.passive.conditional.PAST] => |ʋʲ|u|꜖|ʈʰʲ|-
[Q.2.2.3.cl.1.NEG.passive.optative.PRES] => |kʼˤ|ʉ|꜖꜒|ɽˠ|-
[Q.2.2.3.cl.1.NEG.passive.optative.PAST] => |ʈʼʲ|aː|꜒|tʰˠ|-
[Q.2.2.3.cl.1.POS.active.indicative.PRES] => |pʼʲ|u|̰꜖|n̥ˠ|-
[Q.2.2.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʲ|ᵊ|̰꜖|ɽˠ|-
[Q.2.2.3.cl.1.POS.active.imperative.PRES] => |ᵑǃˠ|ᵊ|꜖|nˠ|-
[Q.2.2.3.cl.1.POS.active.imperative.PAST] => |kʼʷ|iː|꜖|ʃʲ|-
[Q.2.2.3.cl.1.POS.active.conditional.PRES] => |hkʷ|ʉː|꜒|ɻʲ|-
[Q.2.2.3.cl.1.POS.active.conditional.PAST] => |ɠˤ|i|꜒|ŋ̥ʲ|-
[Q.2.2.3.cl.1.POS.active.optative.PRES] => |ŋ̥ˠ|uː|꜖|j|-
[Q.2.2.3.cl.1.POS.active.optative.PAST] => |ʛʲ|i|̰꜒|ŋ̥ˤ|-
[Q.2.2.3.cl.1.POS.passive.indicative.PRES] => |kʰʲ|aː|꜖|qˤ|-
[Q.2.2.3.cl.1.POS.passive.indicative.PAST] => |ʈˠ|ʉː|꜖|hkʷ|-
[Q.2.2.3.cl.1.POS.passive.imperative.PRES] => |r̥ˠ|u#|꜒|ɴʲ|-
[Q.2.2.3.cl.1.POS.passive.imperative.PAST] => |lʲ|i|꜒|tɬʲ|-
[Q.2.2.3.cl.1.POS.passive.conditional.PRES] => |t͡sʷ|i|꜖|t͡ʃ|-
[Q.2.2.3.cl.1.POS.passive.conditional.PAST] => |ᵏǀʼʲ|aː|꜖|ʋˠ|-
[Q.2.2.3.cl.1.POS.passive.optative.PRES] => |tˠ|i#|꜒꜖|kʰʷ|-
[Q.2.2.3.cl.1.POS.passive.optative.PAST] => |htˠ|ᵊ|꜒|ʃʲ|-
[Q.2.2.3.cl.2.NEG.active.indicative.PRES] => |ʈʼʲ|aː|̰꜒|ŋˠ|-
[Q.2.2.3.cl.2.NEG.active.indicative.PAST] => |h|ᵊ|꜖꜒|ɹʷ|-
[Q.2.2.3.cl.2.NEG.active.imperative.PRES] => |htʲ|i|̰꜖|ɻʲ|-
[Q.2.2.3.cl.2.NEG.active.imperative.PAST] => |ʔ|aː|꜒꜖|ɰʷ|-
[Q.2.2.3.cl.2.NEG.active.conditional.PRES] => |ᵑǀʲ|i#|꜖|ʈʰʲ|-
[Q.2.2.3.cl.2.NEG.active.conditional.PAST] => |ɥˤ|ᵊ|꜖꜒|tˠ|-
[Q.2.2.3.cl.2.NEG.active.optative.PRES] => |ɗˤ|a|̰꜒|ŋʷ|-
[Q.2.2.3.cl.2.NEG.active.optative.PAST] => |ᵑǀʷ|i|꜖꜒|ɴˤ|-
[Q.2.2.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǃʲ|iː|꜒꜖|ɥˤ|-
[Q.2.2.3.cl.2.NEG.passive.indicative.PAST] => |ʈʼʲ|a|̰꜖|n̥ˠ|-
[Q.2.2.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǀʰʲ|ʉ#|꜖|tɬʲ|-
[Q.2.2.3.cl.2.NEG.passive.imperative.PAST] => |kʷ|aː|꜒꜖|pʼʲ|-
[Q.2.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǃʲ|u|꜒|t͡ʃ|-
[Q.2.2.3.cl.2.NEG.passive.conditional.PAST] => |rˤ|i#ː|꜖꜒|qʼʲ|-
[Q.2.2.3.cl.2.NEG.passive.optative.PRES] => |htʲ|i#ː|꜒꜖|n̥ʲ|-
[Q.2.2.3.cl.2.NEG.passive.optative.PAST] => |mʲ|a|꜖꜒|sʷ|-
[Q.2.2.3.cl.2.POS.active.indicative.PRES] => |tʼˤ|iː|̰꜒|d͡ʐʲ|-
[Q.2.2.3.cl.2.POS.active.indicative.PAST] => |ʈˠ|i|꜖|tʼʷ|-
[Q.2.2.3.cl.2.POS.active.imperative.PRES] => |qʼʷ|i|̰꜖|t͡ʂʲ|-
[Q.2.2.3.cl.2.POS.active.imperative.PAST] => |wˠ|i|꜒|qʼˠ|-
[Q.2.2.3.cl.2.POS.active.conditional.PRES] => |ʔ|iː|꜖|ʂˠ|-
[Q.2.2.3.cl.2.POS.active.conditional.PAST] => |ɥˠ|i|̰꜒|ʄˠ|-
[Q.2.2.3.cl.2.POS.active.optative.PRES] => |ʡʲ|ʉ|̰꜒|ɻˠ|-
[Q.2.2.3.cl.2.POS.active.optative.PAST] => |hkʷ|ʉː|̰꜖|qʼˤ|-
[Q.2.2.3.cl.2.POS.passive.indicative.PRES] => |ŋ̥ʷ|a|꜒꜖|tʰʷ|-
[Q.2.2.3.cl.2.POS.passive.indicative.PAST] => |t͡ʂˠ|u|̰꜖|ɾʲ|-
[Q.2.2.3.cl.2.POS.passive.imperative.PRES] => |lˠ|ʉ#ː|̰꜖|tʼˠ|-
[Q.2.2.3.cl.2.POS.passive.imperative.PAST] => |n̥ʲ|u#ː|̰꜖|ʡʲ|-
[Q.2.2.3.cl.2.POS.passive.conditional.PRES] => |tʼˤ|ʉ|̰꜖|rʲ|-
[Q.2.2.3.cl.2.POS.passive.conditional.PAST] => |tʼʲ|i|꜒|ʔ|-
[Q.2.2.3.cl.2.POS.passive.optative.PRES] => |nˠ|i|꜒|mʲ|-
[Q.2.2.3.cl.2.POS.passive.optative.PAST] => |ɠˠ|iː|꜒꜖|mˠ|-
[Q.2.2.3.cl.3.NEG.active.indicative.PRES] => |ᵑǀʼʲ|ʉ#ː|̰꜖|ŋ̥ʷ|-
[Q.2.2.3.cl.3.NEG.active.indicative.PAST] => |ɳʲ|ʉː|꜒|tɬˠ|-
[Q.2.2.3.cl.3.NEG.active.imperative.PRES] => |tʷ|i|꜖꜒|ŋʲ|-
[Q.2.2.3.cl.3.NEG.active.imperative.PAST] => |tʰˠ|u#ː|꜖꜒|hkˠ|-
[Q.2.2.3.cl.3.NEG.active.conditional.PRES] => |hʈˠ|i|꜖꜒|ɗˤ|-
[Q.2.2.3.cl.3.NEG.active.conditional.PAST] => |wˠ|ʉ|꜖꜒|ɭʲ|-
[Q.2.2.3.cl.3.NEG.active.optative.PRES] => |t͡ʂˠ|u|̰꜒|ɠˠ|-
[Q.2.2.3.cl.3.NEG.active.optative.PAST] => |ᵑǁʼʲ|i|꜖|tɬʲ|-
[Q.2.2.3.cl.3.NEG.passive.indicative.PRES] => |pʰʲ|a|꜖꜒|qʼˠ|-
[Q.2.2.3.cl.3.NEG.passive.indicative.PAST] => |ɓˤ|ᵊ|̰꜖|t͡ʂʲ|-
[Q.2.2.3.cl.3.NEG.passive.imperative.PRES] => |kʰʷ|a|꜖꜒|ɾʷ|-
[Q.2.2.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǀʲ|ʉ|꜒꜖|t͡sʷ|-
[Q.2.2.3.cl.3.NEG.passive.conditional.PRES] => |tʰʷ|iː|꜖|ŋʲ|-
[Q.2.2.3.cl.3.NEG.passive.conditional.PAST] => |rʷ|ᵊ|꜖꜒|qʼʲ|-
[Q.2.2.3.cl.3.NEG.passive.optative.PRES] => |tɬˠ|a|꜖|ɥˤ|-
[Q.2.2.3.cl.3.NEG.passive.optative.PAST] => |ᵏǃʼʲ|iː|꜖|tʼʷ|-
[Q.2.2.3.cl.3.POS.active.indicative.PRES] => |rʲ|a#ː|꜒꜖|pʼˤ|-
[Q.2.2.3.cl.3.POS.active.indicative.PAST] => |ŋ̥ʷ|a|꜒꜖|nˤ|-
[Q.2.2.3.cl.3.POS.active.imperative.PRES] => |ɥʲ|aː|꜒꜖|kʰˤ|-
[Q.2.2.3.cl.3.POS.active.imperative.PAST] => |ᵏǃʰʷ|iː|꜒꜖|ʋˠ|-
[Q.2.2.3.cl.3.POS.active.conditional.PRES] => |hkʲ|i#ː|̰꜖|t͡ʂʲ|-
[Q.2.2.3.cl.3.POS.active.conditional.PAST] => |t͡sˠ|ʉ#|꜖꜒|m̥ˤ|-
[Q.2.2.3.cl.3.POS.active.optative.PRES] => |hkˤ|a|꜒|ɓˤ|-
[Q.2.2.3.cl.3.POS.active.optative.PAST] => |ᵏǀˠ|i#ː|꜒|ɰʲ|-
[Q.2.2.3.cl.3.POS.passive.indicative.PRES] => |ᵑǃʷ|a#ː|꜖|ʈʼˠ|-
[Q.2.2.3.cl.3.POS.passive.indicative.PAST] => |pʼʲ|ᵊ|꜒꜖|ʄʲ|-
[Q.2.2.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃʼˠ|u#|꜒꜖|ʈʰʲ|-
[Q.2.2.3.cl.3.POS.passive.imperative.PAST] => |pʼʲ|ʉ#|꜒|ʡˠ|-
[Q.2.2.3.cl.3.POS.passive.conditional.PRES] => |nˠ|a|꜖|ɾˠ|-
[Q.2.2.3.cl.3.POS.passive.conditional.PAST] => |ᵏǃʲ|ᵊ|̰꜖|qʼʷ|-
[Q.2.2.3.cl.3.POS.passive.optative.PRES] => |ɰˠ|ʉ#ː|꜖꜒|ɠˤ|-
[Q.2.2.3.cl.3.POS.passive.optative.PAST] => |ɹˠ|i|꜒|m̥ʲ|-
[Q.2.2.3.cl.4.NEG.active.indicative.PRES] => |ᵏǀʼˠ|aː|꜖|ɻʲ|-
[Q.2.2.3.cl.4.NEG.active.indicative.PAST] => |qʼˠ|i|꜒꜖|qˠ|-
[Q.2.2.3.cl.4.NEG.active.imperative.PRES] => |ŋ̥ˤ|aː|̰꜖|kʲ|-
[Q.2.2.3.cl.4.NEG.active.imperative.PAST] => |tɬˠ|i|꜖꜒|ʔ|-
[Q.2.2.3.cl.4.NEG.active.conditional.PRES] => |tʼʷ|aː|꜒|kˤ|-
[Q.2.2.3.cl.4.NEG.active.conditional.PAST] => |tʼʲ|ʉː|꜒|ʂʲ|-
[Q.2.2.3.cl.4.NEG.active.optative.PRES] => |ᵏǁʼˠ|i|꜒꜖|ʛʲ|-
[Q.2.2.3.cl.4.NEG.active.optative.PAST] => |ᵏǃʼˠ|ᵊ|꜖꜒|ŋ̥ˠ|-
[Q.2.2.3.cl.4.NEG.passive.indicative.PRES] => |mˠ|i|꜒꜖|ɗˤ|-
[Q.2.2.3.cl.4.NEG.passive.indicative.PAST] => |ɥʲ|iː|̰꜒|hpʲ|-
[Q.2.2.3.cl.4.NEG.passive.imperative.PRES] => |ɥˤ|a|꜒꜖|ɴʲ|-
[Q.2.2.3.cl.4.NEG.passive.imperative.PAST] => |mʲ|u#|꜒꜖|ɾˤ|-
[Q.2.2.3.cl.4.NEG.passive.conditional.PRES] => |kʼʷ|i|꜒|rʲ|-
[Q.2.2.3.cl.4.NEG.passive.conditional.PAST] => |ɹˠ|ʉ#ː|꜖꜒|tʰʷ|-
[Q.2.2.3.cl.4.NEG.passive.optative.PRES] => |pʰˠ|u#|̰꜒|ɥʲ|-
[Q.2.2.3.cl.4.NEG.passive.optative.PAST] => |kʼʷ|aː|꜒|d͡ʐˠ|-
[Q.2.2.3.cl.4.POS.active.indicative.PRES] => |tʰʲ|i|꜖|ɰʷ|-
[Q.2.2.3.cl.4.POS.active.indicative.PAST] => |r̥ˤ|ʉ|꜒꜖|ɾˤ|-
[Q.2.2.3.cl.4.POS.active.imperative.PRES] => |kʼʷ|ᵊ|꜖꜒|qˠ|-
[Q.2.2.3.cl.4.POS.active.imperative.PAST] => |pʰˠ|ʉː|꜖꜒|pʰˤ|-
[Q.2.2.3.cl.4.POS.active.conditional.PRES] => |ᵑǃˤ|a|꜒|t͡sʷ|-
[Q.2.2.3.cl.4.POS.active.conditional.PAST] => |ʛˤ|a|̰꜖|ŋʷ|-
[Q.2.2.3.cl.4.POS.active.optative.PRES] => |ɗˠ|i|꜒꜖|qˠ|-
[Q.2.2.3.cl.4.POS.active.optative.PAST] => |ʜˠ|i|꜖|kʰˤ|-
[Q.2.2.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃʲ|a#|̰꜖|nˠ|-
[Q.2.2.3.cl.4.POS.passive.indicative.PAST] => |hkʲ|a|꜒|kʼʲ|-
[Q.2.2.3.cl.4.POS.passive.imperative.PRES] => |ɾˠ|aː|꜖꜒|pʼʲ|-
[Q.2.2.3.cl.4.POS.passive.imperative.PAST] => |ɰˠ|aː|꜖꜒|ʋˠ|-
[Q.2.2.3.cl.4.POS.passive.conditional.PRES] => |qˤ|aː|꜒|tʼʲ|-
[Q.2.2.3.cl.4.POS.passive.conditional.PAST] => |ᵑǀʲ|ʉ#ː|꜖|ɾˤ|-
[Q.2.2.3.cl.4.POS.passive.optative.PRES] => |kˠ|aː|꜒|ɥʲ|-
[Q.2.2.3.cl.4.POS.passive.optative.PAST] => |ʈʲ|iː|̰꜒|pʰˠ|-
[Q.2.3.cl.1.1incl.NEG.active.indicative.PRES] => |kˤ|u#ː|꜖|ʈˠ|-
[Q.2.3.cl.1.1incl.NEG.active.indicative.PAST] => |hkʷ|a#ː|̰꜒|nˠ|-
[Q.2.3.cl.1.1incl.NEG.active.imperative.PRES] => |ᵑǀʼʷ|a#ː|̰꜖|t͡ʃ|-
[Q.2.3.cl.1.1incl.NEG.active.imperative.PAST] => |ɓˤ|i|꜖|ʜʲ|-
[Q.2.3.cl.1.1incl.NEG.active.conditional.PRES] => |kʼˠ|ᵊ|̰꜖|ɗˤ|-
[Q.2.3.cl.1.1incl.NEG.active.conditional.PAST] => |ᵑǀʼˠ|u#ː|꜒|nʲ|-
[Q.2.3.cl.1.1incl.NEG.active.optative.PRES] => |sˠ|ᵊ|꜒|tɬʲ|-
[Q.2.3.cl.1.1incl.NEG.active.optative.PAST] => |t͡sʲ|ᵊ|꜖꜒|pˠ|-
[Q.2.3.cl.1.1incl.NEG.passive.indicative.PRES] => |qʼʲ|i#|꜖|sˤ|-
[Q.2.3.cl.1.1incl.NEG.passive.indicative.PAST] => |qˤ|uː|꜖|ɰˤ|-
[Q.2.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ᵑǁˠ|u|̰꜒|pʰʲ|-
[Q.2.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ŋ̥ˠ|a#|̰꜖|ɾʲ|-
[Q.2.3.cl.1.1incl.NEG.passive.conditional.PRES] => |ɠʷ|i|꜖|ɰˠ|-
[Q.2.3.cl.1.1incl.NEG.passive.conditional.PAST] => |r̥ʷ|a|̰꜒|ɹˤ|-
[Q.2.3.cl.1.1incl.NEG.passive.optative.PRES] => |r̥ˠ|ʉː|꜒꜖|kʲ|-
[Q.2.3.cl.1.1incl.NEG.passive.optative.PAST] => |r̥ˤ|a#ː|꜒꜖|ʈʰʲ|-
[Q.2.3.cl.1.1incl.POS.active.indicative.PRES] => |hʈʲ|i|꜖|ɗʲ|-
[Q.2.3.cl.1.1incl.POS.active.indicative.PAST] => |ᵏǃʼʷ|ʉ|꜒|n̥ʷ|-
[Q.2.3.cl.1.1incl.POS.active.imperative.PRES] => |n̥ˠ|ʉ|꜒꜖|ɗˤ|-
[Q.2.3.cl.1.1incl.POS.active.imperative.PAST] => |n̥ˠ|a|꜖|ʜʲ|-
[Q.2.3.cl.1.1incl.POS.active.conditional.PRES] => |r̥ʲ|iː|꜖꜒|t͡ʃ|-
[Q.2.3.cl.1.1incl.POS.active.conditional.PAST] => |ɓˠ|a|꜖꜒|tˤ|-
[Q.2.3.cl.1.1incl.POS.active.optative.PRES] => |ɻʲ|ᵊ|̰꜒|ɰʲ|-
[Q.2.3.cl.1.1incl.POS.active.optative.PAST] => |pʲ|ʉ#|꜒|ɽʲ|-
[Q.2.3.cl.1.1incl.POS.passive.indicative.PRES] => |ʡʲ|i|̰꜖|ɾʷ|-
[Q.2.3.cl.1.1incl.POS.passive.indicative.PAST] => |ɗʲ|u|꜖|hkʲ|-
[Q.2.3.cl.1.1incl.POS.passive.imperative.PRES] => |n̥ʲ|iː|꜒꜖|kʼʷ|-
[Q.2.3.cl.1.1incl.POS.passive.imperative.PAST] => |ɾˤ|u|̰꜖|lˠ|-
[Q.2.3.cl.1.1incl.POS.passive.conditional.PRES] => |ɽˠ|ᵊ|꜒|ɹˤ|-
[Q.2.3.cl.1.1incl.POS.passive.conditional.PAST] => |pʼˤ|u|꜖|nˤ|-
[Q.2.3.cl.1.1incl.POS.passive.optative.PRES] => |ɳ̥ʲ|a|̰꜖|qˤ|-
[Q.2.3.cl.1.1incl.POS.passive.optative.PAST] => |ʛʲ|u#|̰꜒|n̥ˠ|-
[Q.2.3.cl.1.1excl.NEG.active.indicative.PRES] => |ʈˠ|i|̰꜒|ɥˤ|-
[Q.2.3.cl.1.1excl.NEG.active.indicative.PAST] => |m̥ʲ|a#ː|꜒|pˠ|-
[Q.2.3.cl.1.1excl.NEG.active.imperative.PRES] => |ʈʰʲ|ʉ|꜖|lʲ|-
[Q.2.3.cl.1.1excl.NEG.active.imperative.PAST] => |ᵑǃʼʲ|a|꜒꜖|ʡʲ|-
[Q.2.3.cl.1.1excl.NEG.active.conditional.PRES] => |ɾʲ|aː|꜖|t͡ʂʲ|-
[Q.2.3.cl.1.1excl.NEG.active.conditional.PAST] => |ɽʲ|iː|꜖꜒|ɳʲ|-
[Q.2.3.cl.1.1excl.NEG.active.optative.PRES] => |ᵑǀˠ|aː|꜒|ʈʰʲ|-
[Q.2.3.cl.1.1excl.NEG.active.optative.PAST] => |pʲ|a|꜖|ʂʲ|-
[Q.2.3.cl.1.1excl.NEG.passive.indicative.PRES] => |nˤ|ʉ#ː|̰꜒|kʼʷ|-
[Q.2.3.cl.1.1excl.NEG.passive.indicative.PAST] => |qˠ|iː|꜒|wˤ|-
[Q.2.3.cl.1.1excl.NEG.passive.imperative.PRES] => |qʼʲ|ᵊ|̰꜖|qʲ|-
[Q.2.3.cl.1.1excl.NEG.passive.imperative.PAST] => |wˠ|a|꜒|ɳ̥ʲ|-
[Q.2.3.cl.1.1excl.NEG.passive.conditional.PRES] => |ɭˠ|u|̰꜖|ɰʷ|-
[Q.2.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ɠʲ|ᵊ|꜒|ɠˠ|-
[Q.2.3.cl.1.1excl.NEG.passive.optative.PRES] => |ᵑǀˤ|uː|̰꜒|t͡sˠ|-
[Q.2.3.cl.1.1excl.NEG.passive.optative.PAST] => |ᵑǀˤ|a#|꜒|mˠ|-
[Q.2.3.cl.1.1excl.POS.active.indicative.PRES] => |t͡ʃ|i|꜒|pʼʲ|-
[Q.2.3.cl.1.1excl.POS.active.indicative.PAST] => |tʰˠ|ʉ|꜒|ɓʲ|-
[Q.2.3.cl.1.1excl.POS.active.imperative.PRES] => |ɳʲ|iː|̰꜖|ɗˤ|-
[Q.2.3.cl.1.1excl.POS.active.imperative.PAST] => |ɠˠ|ʉ|꜒꜖|ɥˠ|-
[Q.2.3.cl.1.1excl.POS.active.conditional.PRES] => |ɹʷ|i|̰꜒|qˠ|-
[Q.2.3.cl.1.1excl.POS.active.conditional.PAST] => |ᵏǃʰʲ|i#ː|꜒|rˠ|-
[Q.2.3.cl.1.1excl.POS.active.optative.PRES] => |kˠ|u|̰꜒|ʛˠ|-
[Q.2.3.cl.1.1excl.POS.active.optative.PAST] => |tˤ|a|̰꜒|pʰˤ|-
[Q.2.3.cl.1.1excl.POS.passive.indicative.PRES] => |ᵑǀʼʲ|aː|̰꜖|ʂʲ|-
[Q.2.3.cl.1.1excl.POS.passive.indicative.PAST] => |kʰˤ|aː|̰꜖|sʷ|-
[Q.2.3.cl.1.1excl.POS.passive.imperative.PRES] => |lˠ|a|꜖꜒|ʈʼˠ|-
[Q.2.3.cl.1.1excl.POS.passive.imperative.PAST] => |ʄˠ|ᵊ|꜒|qʼˠ|-
[Q.2.3.cl.1.1excl.POS.passive.conditional.PRES] => |ɠʲ|ᵊ|̰꜖|r̥ʲ|-
[Q.2.3.cl.1.1excl.POS.passive.conditional.PAST] => |ᵏǁʰˠ|a|꜖꜒|tɬʲ|-
[Q.2.3.cl.1.1excl.POS.passive.optative.PRES] => |ɭʲ|i|̰꜒|ɠˤ|-
[Q.2.3.cl.1.1excl.POS.passive.optative.PAST] => |n̥ʷ|aː|꜖|nʲ|-
[Q.2.3.cl.1.2.NEG.active.indicative.PRES] => |ᵑǁˠ|ʉ#|̰꜒|ʋˤ|-
[Q.2.3.cl.1.2.NEG.active.indicative.PAST] => |t͡ʂʲ|u|꜖꜒|ʈʼʲ|-
[Q.2.3.cl.1.2.NEG.active.imperative.PRES] => |rˠ|iː|꜖|r̥ˤ|-
[Q.2.3.cl.1.2.NEG.active.imperative.PAST] => |ɳ̥ˠ|a|꜖|nˤ|-
[Q.2.3.cl.1.2.NEG.active.conditional.PRES] => |nʷ|ᵊ|꜒|wˠ|-
[Q.2.3.cl.1.2.NEG.active.conditional.PAST] => |ŋ̥ʲ|iː|꜒꜖|rʷ|-
[Q.2.3.cl.1.2.NEG.active.optative.PRES] => |pʼʲ|u|꜖꜒|pʰˤ|-
[Q.2.3.cl.1.2.NEG.active.optative.PAST] => |ɥʲ|ᵊ|꜒|ɰˤ|-
[Q.2.3.cl.1.2.NEG.passive.indicative.PRES] => |ᵏǀʰʲ|i|̰꜖|htʷ|-
[Q.2.3.cl.1.2.NEG.passive.indicative.PAST] => |ᵏǀʼʷ|ʉ|꜒꜖|ŋ̥ˠ|-
[Q.2.3.cl.1.2.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|aː|꜒꜖|kʼˠ|-
[Q.2.3.cl.1.2.NEG.passive.imperative.PAST] => |ŋ̥ʷ|iː|꜒꜖|ɻʲ|-
[Q.2.3.cl.1.2.NEG.passive.conditional.PRES] => |tʼʲ|u|̰꜒|qʼˠ|-
[Q.2.3.cl.1.2.NEG.passive.conditional.PAST] => |pʰˤ|ᵊ|꜒꜖|tʼʲ|-
[Q.2.3.cl.1.2.NEG.passive.optative.PRES] => |ᵑǀˠ|aː|꜖|ɭʲ|-
[Q.2.3.cl.1.2.NEG.passive.optative.PAST] => |h|ᵊ|꜒꜖|ʃʲ|-
[Q.2.3.cl.1.2.POS.active.indicative.PRES] => |mˤ|ᵊ|꜒|sʲ|-
[Q.2.3.cl.1.2.POS.active.indicative.PAST] => |qʼˠ|a|꜖꜒|qʼʷ|-
[Q.2.3.cl.1.2.POS.active.imperative.PRES] => |ʋʲ|ʉ#|̰꜖|ɾʷ|-
[Q.2.3.cl.1.2.POS.active.imperative.PAST] => |n̥ˤ|a#|꜒꜖|tʲ|-
[Q.2.3.cl.1.2.POS.active.conditional.PRES] => |n̥ˠ|a|̰꜖|hʈʲ|-
[Q.2.3.cl.1.2.POS.active.conditional.PAST] => |ᵏǀʰˠ|aː|꜖|ʈʼˠ|-
[Q.2.3.cl.1.2.POS.active.optative.PRES] => |ɗʲ|a|̰꜖|qˠ|-
[Q.2.3.cl.1.2.POS.active.optative.PAST] => |ɗʲ|iː|̰꜖|nʷ|-
[Q.2.3.cl.1.2.POS.passive.indicative.PRES] => |ᵑǃʼˠ|i#|꜖꜒|ŋˤ|-
[Q.2.3.cl.1.2.POS.passive.indicative.PAST] => |kʷ|ʉ|꜒꜖|ɥˤ|-
[Q.2.3.cl.1.2.POS.passive.imperative.PRES] => |t͡sˤ|i|꜖꜒|sʲ|-
[Q.2.3.cl.1.2.POS.passive.imperative.PAST] => |hkˠ|a|̰꜒|pʲ|-
[Q.2.3.cl.1.2.POS.passive.conditional.PRES] => |ʋˤ|a|꜒꜖|ɳ̥ˠ|-
[Q.2.3.cl.1.2.POS.passive.conditional.PAST] => |pʼʲ|ʉː|꜒꜖|lʲ|-
[Q.2.3.cl.1.2.POS.passive.optative.PRES] => |ᵏǃʼˤ|ᵊ|̰꜖|ɠˠ|-
[Q.2.3.cl.1.2.POS.passive.optative.PAST] => |t͡sˠ|ʉː|꜖|ʛˠ|-
[Q.2.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ʈʼʲ|u|̰꜒|ɭʲ|-
[Q.2.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ʋʲ|ᵊ|꜖꜒|ɰʲ|-
[Q.2.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |ᵑǁʲ|a|꜖|r̥ʲ|-
[Q.2.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |pʰʲ|ʉ|꜖|r̥ʲ|-
[Q.2.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |lʲ|i|꜖꜒|ɗˤ|-
[Q.2.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ᵏǃˠ|u|꜒|tʲ|-
[Q.2.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |ᵏǀʰʲ|ʉ#|꜒꜖|nˤ|-
[Q.2.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |tʼˠ|ʉ|꜖꜒|ɴˠ|-
[Q.2.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǀˤ|a#ː|̰꜖|nʲ|-
[Q.2.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǃʰʲ|a|꜒꜖|ʋʲ|-
[Q.2.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ʃʲ|a|꜖|pˤ|-
[Q.2.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ɻˠ|aː|̰꜖|kʰʲ|-
[Q.2.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǁʲ|u|꜒꜖|kʼˠ|-
[Q.2.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |hpʲ|ᵊ|̰꜒|hkˤ|-
[Q.2.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |ʈʲ|ʉ|꜖|kˤ|-
[Q.2.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |nʷ|ʉ|̰꜖|qʷ|-
[Q.2.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ɻˠ|ᵊ|̰꜒|ɾʲ|-
[Q.2.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |tʰˤ|i|꜒꜖|ŋ̥ˤ|-
[Q.2.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |ᵏǃʼˤ|a#|꜖꜒|kˠ|-
[Q.2.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ɴˠ|i|̰꜒|ɹʷ|-
[Q.2.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ɹʷ|ʉ|꜖꜒|tʷ|-
[Q.2.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |tʷ|i|꜖|r̥ˠ|-
[Q.2.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ʛˠ|iː|̰꜒|qˤ|-
[Q.2.3.cl.1.3.cl.1.POS.active.optative.PAST] => |pʰˠ|uː|꜒|m̥ˠ|-
[Q.2.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ɾʷ|a|꜒|ɓˤ|-
[Q.2.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |ʈʼʲ|uː|꜖|ʃʲ|-
[Q.2.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |t͡sˤ|aː|꜒꜖|rʷ|-
[Q.2.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ɠˠ|ᵊ|꜒|ŋ̥ʲ|-
[Q.2.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ɰʲ|ᵊ|꜖|rˤ|-
[Q.2.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |nʲ|ʉ|꜒|r̥ʷ|-
[Q.2.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |tɬˠ|iː|̰꜒|ɾʷ|-
[Q.2.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ᵑǃʼʷ|i|̰꜒|qˠ|-
[Q.2.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |kʼʲ|ʉ#ː|꜒꜖|ŋˠ|-
[Q.2.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |ʜˠ|i|꜒|ŋ̥ʷ|-
[Q.2.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |ɴʷ|i|̰꜖|ɾˤ|-
[Q.2.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |ʂʲ|i|̰꜖|ɓˤ|-
[Q.2.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ɠˠ|i|꜒꜖|ɰʷ|-
[Q.2.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |tˠ|ᵊ|꜖꜒|ɭʲ|-
[Q.2.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ᵏǃʰʲ|u|̰꜒|qʷ|-
[Q.2.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ᵑǃʲ|ᵊ|꜒꜖|ɻˠ|-
[Q.2.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |m̥ʲ|a|꜖꜒|r̥ʲ|-
[Q.2.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |t͡ʂʲ|u|꜖|ɠˠ|-
[Q.2.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ŋʷ|a|꜒꜖|t͡ʃ|-
[Q.2.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǃʲ|i|̰꜖|rʷ|-
[Q.2.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǁʼʲ|a|꜒|ɴʷ|-
[Q.2.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |mˤ|u#|̰꜖|ŋˤ|-
[Q.2.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |htʷ|iː|꜒|r̥ʲ|-
[Q.2.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |kʷ|ᵊ|꜖꜒|ʋˠ|-
[Q.2.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |kˤ|ʉ|꜖꜒|mˠ|-
[Q.2.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ɰˠ|a|̰꜒|ɓˠ|-
[Q.2.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |ᵏǀʲ|a|̰꜒|ʛʷ|-
[Q.2.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |j|ʉ|꜖|nˤ|-
[Q.2.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ᵑǃʼˠ|aː|꜒꜖|tʼˤ|-
[Q.2.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |ʂʲ|aː|꜖꜒|ɰʷ|-
[Q.2.3.cl.1.3.cl.2.POS.active.optative.PRES] => |sˠ|uː|꜒|j|-
[Q.2.3.cl.1.3.cl.2.POS.active.optative.PAST] => |n̥ʷ|ʉː|꜒|pʰˠ|-
[Q.2.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ᵑǀʼʷ|a|꜒꜖|sʲ|-
[Q.2.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |n̥ʷ|a|̰꜖|ɻʲ|-
[Q.2.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |m̥ʲ|u|꜒|kʼˠ|-
[Q.2.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ɗˠ|i|꜖|ɓˠ|-
[Q.2.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |r̥ˤ|ʉ|̰꜖|ɴˠ|-
[Q.2.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ɓʲ|u|꜖|ʛʲ|-
[Q.2.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |t͡sˠ|ᵊ|꜖꜒|ɥʲ|-
[Q.2.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |ᵑǃʼˤ|iː|꜒|ɴʷ|-
[Q.2.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |n̥ʷ|a#|̰꜒|ɴˠ|-
[Q.2.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ʔ|ᵊ|꜖꜒|kʰʷ|-
[Q.2.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |tɬʲ|i|꜖꜒|ɰʲ|-
[Q.2.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |mʲ|a|꜖꜒|t͡sʲ|-
[Q.2.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |j|u|̰꜒|lˠ|-
[Q.2.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ʂˠ|ʉ|꜖꜒|hpʲ|-
[Q.2.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ɴˤ|i|꜖꜒|nˠ|-
[Q.2.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |kʼˠ|a#ː|꜒|tʰʷ|-
[Q.2.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ɗˤ|i|꜒꜖|kˠ|-
[Q.2.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |r̥ˤ|a|꜖꜒|pˠ|-
[Q.2.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |tʲ|a#ː|꜖|tʰˠ|-
[Q.2.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǀʼˤ|aː|꜖꜒|rʷ|-
[Q.2.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |hkʷ|a|꜖꜒|qˠ|-
[Q.2.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ɥˠ|ʉ|꜖|ɠʲ|-
[Q.2.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |qʼˠ|aː|̰꜒|t͡ʂˠ|-
[Q.2.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |ᵑǃʼˠ|i|꜒|ŋ̥ˤ|-
[Q.2.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |m̥ʲ|u|̰꜖|hpˤ|-
[Q.2.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |qʲ|i|꜒꜖|ʋˤ|-
[Q.2.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |qˠ|u#ː|꜒|ɴˤ|-
[Q.2.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |lˠ|ʉ#ː|꜒꜖|qʲ|-
[Q.2.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |n̥ʲ|ᵊ|꜖꜒|ʂʲ|-
[Q.2.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ɗʲ|iː|꜒꜖|hkˠ|-
[Q.2.3.cl.1.3.cl.3.POS.active.optative.PRES] => |m̥ˤ|a|꜖|ʛˠ|-
[Q.2.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ʋˤ|a|̰꜖|ɰˠ|-
[Q.2.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |tʼˤ|i#|꜒|tɬʲ|-
[Q.2.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |mˠ|u#ː|꜒|rˠ|-
[Q.2.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |mˤ|iː|꜖꜒|ɠˤ|-
[Q.2.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃʰˤ|ʉ|꜒꜖|pˠ|-
[Q.2.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ɹʲ|a#ː|꜒꜖|t͡ʂˠ|-
[Q.2.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ɹˠ|a|̰꜖|ʈʼˠ|-
[Q.2.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |t͡ʂˠ|i#|̰꜒|tʼˤ|-
[Q.2.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |kˤ|i#ː|꜒꜖|kʼˤ|-
[Q.2.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |tˠ|ʉ#ː|̰꜖|tʼʲ|-
[Q.2.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ɗˤ|ᵊ|̰꜒|mʲ|-
[Q.2.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ʡˠ|uː|꜖|kʼˤ|-
[Q.2.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |ŋ̥ʷ|a|̰꜒|ʛˤ|-
[Q.2.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʼˠ|ʉ|꜒꜖|ʈʼʲ|-
[Q.2.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |m̥ˠ|ʉ|꜖꜒|lˠ|-
[Q.2.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |kˤ|a|꜒|nˠ|-
[Q.2.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |hʈʲ|ʉ|꜒꜖|pʼˤ|-
[Q.2.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǃˠ|ʉː|꜒|ɭʲ|-
[Q.2.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ʈʰˠ|ʉ|꜒|kˤ|-
[Q.2.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ʈˠ|u#ː|꜒|pˠ|-
[Q.2.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ŋˠ|u#|꜒|r̥ˠ|-
[Q.2.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |htˤ|u#ː|꜒꜖|tˠ|-
[Q.2.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |kʰˤ|u|̰꜒|ɻˠ|-
[Q.2.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ŋ̥ʲ|ᵊ|꜖|ŋ̥ʲ|-
[Q.2.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |sʷ|i|̰꜒|htˠ|-
[Q.2.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ᵑǃʼʷ|a|꜖|kʼˠ|-
[Q.2.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |qʲ|i#ː|꜒|kʼˠ|-
[Q.2.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ᵑǀʲ|a|̰꜒|t͡sˤ|-
[Q.2.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |ŋ̥ʲ|aː|̰꜖|hkˠ|-
[Q.2.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ʈʼˠ|i#ː|̰꜖|ŋˤ|-
[Q.2.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ʃˠ|u#|̰꜖|ɥˠ|-
[Q.2.3.cl.1.3.cl.4.POS.active.optative.PRES] => |qˠ|aː|꜒꜖|wʲ|-
[Q.2.3.cl.1.3.cl.4.POS.active.optative.PAST] => |kʼˤ|i|̰꜖|sˠ|-
[Q.2.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |ᵏǁʰˠ|i|̰꜒|qˠ|-
[Q.2.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |mˤ|ʉ|꜒꜖|sˤ|-
[Q.2.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ᵏǀˠ|u#|̰꜖|tʰʲ|-
[Q.2.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |kˤ|ᵊ|̰꜒|wˠ|-
[Q.2.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ɴˠ|i#|꜖|ɳ̥ʲ|-
[Q.2.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃˤ|ᵊ|꜒꜖|ɳ̥ˠ|-
[Q.2.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |m̥ˤ|aː|̰꜒|ɥʲ|-
[Q.2.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |d͡ʐˠ|i|̰꜒|qʲ|-
[Q.2.3.cl.2.1incl.NEG.active.indicative.PRES] => |rˤ|a|꜖|n̥ˤ|-
[Q.2.3.cl.2.1incl.NEG.active.indicative.PAST] => |hkˠ|i#|꜖꜒|hpˤ|-
[Q.2.3.cl.2.1incl.NEG.active.imperative.PRES] => |sʲ|uː|꜒꜖|kʷ|-
[Q.2.3.cl.2.1incl.NEG.active.imperative.PAST] => |h|a#|̰꜒|ɓʲ|-
[Q.2.3.cl.2.1incl.NEG.active.conditional.PRES] => |ᵏǀˠ|aː|꜖꜒|ŋ̥ˤ|-
[Q.2.3.cl.2.1incl.NEG.active.conditional.PAST] => |d͡ʐʲ|a|꜒꜖|ɓʲ|-
[Q.2.3.cl.2.1incl.NEG.active.optative.PRES] => |ŋ̥ʷ|aː|̰꜖|ɓˤ|-
[Q.2.3.cl.2.1incl.NEG.active.optative.PAST] => |ʜʲ|ʉː|꜖|tʼˠ|-
[Q.2.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ᵏǀʼʷ|ʉː|꜖|ʂˠ|-
[Q.2.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ɭˠ|ʉ#ː|꜒|ɗˠ|-
[Q.2.3.cl.2.1incl.NEG.passive.imperative.PRES] => |ᵏǀʰʷ|a|꜒꜖|qˠ|-
[Q.2.3.cl.2.1incl.NEG.passive.imperative.PAST] => |ᵑǀʼʲ|u#ː|꜖꜒|nˠ|-
[Q.2.3.cl.2.1incl.NEG.passive.conditional.PRES] => |mˠ|iː|꜖꜒|ɠʷ|-
[Q.2.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ɗˤ|i|̰꜖|ɓʲ|-
[Q.2.3.cl.2.1incl.NEG.passive.optative.PRES] => |ᵑǃʼʲ|u|꜒|mˤ|-
[Q.2.3.cl.2.1incl.NEG.passive.optative.PAST] => |hpˤ|uː|꜒꜖|ʈʰʲ|-
[Q.2.3.cl.2.1incl.POS.active.indicative.PRES] => |ᵑǀʼʲ|ʉ|꜖|pʼˤ|-
[Q.2.3.cl.2.1incl.POS.active.indicative.PAST] => |n̥ʲ|a|꜖|pʰˠ|-
[Q.2.3.cl.2.1incl.POS.active.imperative.PRES] => |pʼˤ|a|̰꜒|ɾʲ|-
[Q.2.3.cl.2.1incl.POS.active.imperative.PAST] => |m̥ˠ|u|꜖꜒|kˤ|-
[Q.2.3.cl.2.1incl.POS.active.conditional.PRES] => |pʲ|u#ː|꜖|kʰˤ|-
[Q.2.3.cl.2.1incl.POS.active.conditional.PAST] => |hʈʲ|ʉ#|꜖|nʲ|-
[Q.2.3.cl.2.1incl.POS.active.optative.PRES] => |ᵏǀˤ|a|꜒|qˤ|-
[Q.2.3.cl.2.1incl.POS.active.optative.PAST] => |t͡ʃ|i|̰꜒|ɳˠ|-
[Q.2.3.cl.2.1incl.POS.passive.indicative.PRES] => |ɹˠ|ʉː|꜖|ʜˠ|-
[Q.2.3.cl.2.1incl.POS.passive.indicative.PAST] => |wʲ|i|꜒|m̥ˠ|-
[Q.2.3.cl.2.1incl.POS.passive.imperative.PRES] => |m̥ˤ|ʉ#ː|꜖꜒|ɠʲ|-
[Q.2.3.cl.2.1incl.POS.passive.imperative.PAST] => |ɠˤ|ʉ|꜖꜒|mʲ|-
[Q.2.3.cl.2.1incl.POS.passive.conditional.PRES] => |qˠ|i|꜖|qʲ|-
[Q.2.3.cl.2.1incl.POS.passive.conditional.PAST] => |tʰʷ|ᵊ|̰꜒|kʼʲ|-
[Q.2.3.cl.2.1incl.POS.passive.optative.PRES] => |ᵑǃˤ|i|꜖꜒|ɓˠ|-
[Q.2.3.cl.2.1incl.POS.passive.optative.PAST] => |n̥ˠ|uː|꜖꜒|ɭʲ|-
[Q.2.3.cl.2.1excl.NEG.active.indicative.PRES] => |ɰʷ|ᵊ|꜒꜖|ɾˤ|-
[Q.2.3.cl.2.1excl.NEG.active.indicative.PAST] => |h|a#|꜖꜒|ɗˠ|-
[Q.2.3.cl.2.1excl.NEG.active.imperative.PRES] => |ɗʲ|a#ː|̰꜒|pˤ|-
[Q.2.3.cl.2.1excl.NEG.active.imperative.PAST] => |t͡sˠ|u|꜒꜖|d͡ʐˠ|-
[Q.2.3.cl.2.1excl.NEG.active.conditional.PRES] => |pʼʲ|a|꜖꜒|t͡ʂʲ|-
[Q.2.3.cl.2.1excl.NEG.active.conditional.PAST] => |ʈʰʲ|i|̰꜒|ʄʲ|-
[Q.2.3.cl.2.1excl.NEG.active.optative.PRES] => |ɹˠ|u#ː|꜒꜖|ʄˠ|-
[Q.2.3.cl.2.1excl.NEG.active.optative.PAST] => |ɓˠ|u#ː|꜖꜒|hkˤ|-
[Q.2.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ɾˤ|aː|꜒꜖|ɠˠ|-
[Q.2.3.cl.2.1excl.NEG.passive.indicative.PAST] => |nˤ|ʉ|̰꜒|m̥ˠ|-
[Q.2.3.cl.2.1excl.NEG.passive.imperative.PRES] => |tʰˤ|ᵊ|꜖|pˤ|-
[Q.2.3.cl.2.1excl.NEG.passive.imperative.PAST] => |qʼʲ|ᵊ|꜒꜖|tʰˠ|-
[Q.2.3.cl.2.1excl.NEG.passive.conditional.PRES] => |htˤ|u|̰꜖|tʼˠ|-
[Q.2.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ŋ̥ˠ|ʉ|꜒|tʼˠ|-
[Q.2.3.cl.2.1excl.NEG.passive.optative.PRES] => |ʈʼˠ|ʉ#|̰꜖|ɴʷ|-
[Q.2.3.cl.2.1excl.NEG.passive.optative.PAST] => |kˠ|uː|̰꜖|ʛˤ|-
[Q.2.3.cl.2.1excl.POS.active.indicative.PRES] => |ɾˤ|i|̰꜖|ʂˠ|-
[Q.2.3.cl.2.1excl.POS.active.indicative.PAST] => |ʡˠ|aː|̰꜖|tʼʲ|-
[Q.2.3.cl.2.1excl.POS.active.imperative.PRES] => |m̥ˠ|iː|꜖꜒|ɗʲ|-
[Q.2.3.cl.2.1excl.POS.active.imperative.PAST] => |ʋˤ|ᵊ|꜒꜖|ɳ̥ˠ|-
[Q.2.3.cl.2.1excl.POS.active.conditional.PRES] => |qˤ|u#ː|̰꜖|ɠʷ|-
[Q.2.3.cl.2.1excl.POS.active.conditional.PAST] => |ᵏǁʰʲ|i|̰꜒|rʲ|-
[Q.2.3.cl.2.1excl.POS.active.optative.PRES] => |ᵏǀʰˤ|ʉ|꜖|tʰˤ|-
[Q.2.3.cl.2.1excl.POS.active.optative.PAST] => |tˤ|ʉ|꜖꜒|kʼˤ|-
[Q.2.3.cl.2.1excl.POS.passive.indicative.PRES] => |ɰʷ|a|꜖꜒|kʷ|-
[Q.2.3.cl.2.1excl.POS.passive.indicative.PAST] => |ᵏǁʼʲ|u|꜒|ɰʷ|-
[Q.2.3.cl.2.1excl.POS.passive.imperative.PRES] => |pʰˤ|ʉː|꜖꜒|ɴˠ|-
[Q.2.3.cl.2.1excl.POS.passive.imperative.PAST] => |n̥ˤ|iː|꜖꜒|t͡sʷ|-
[Q.2.3.cl.2.1excl.POS.passive.conditional.PRES] => |tʰˠ|ᵊ|꜖꜒|hpˠ|-
[Q.2.3.cl.2.1excl.POS.passive.conditional.PAST] => |ʃˠ|a|꜖꜒|ɻʲ|-
[Q.2.3.cl.2.1excl.POS.passive.optative.PRES] => |t͡sˠ|ʉ|̰꜒|lʲ|-
[Q.2.3.cl.2.1excl.POS.passive.optative.PAST] => |m̥ˤ|ᵊ|꜒|qʲ|-
[Q.2.3.cl.2.2.NEG.active.indicative.PRES] => |m̥ʲ|ʉ|̰꜖|tˠ|-
[Q.2.3.cl.2.2.NEG.active.indicative.PAST] => |ʂˠ|ʉ|̰꜒|wʲ|-
[Q.2.3.cl.2.2.NEG.active.imperative.PRES] => |ʜˠ|i|꜖|wʲ|-
[Q.2.3.cl.2.2.NEG.active.imperative.PAST] => |h|i|꜖꜒|ʛˠ|-
[Q.2.3.cl.2.2.NEG.active.conditional.PRES] => |pˤ|u#|̰꜖|ʛˤ|-
[Q.2.3.cl.2.2.NEG.active.conditional.PAST] => |ᵏǁʼˠ|iː|꜒|ŋ̥ˠ|-
[Q.2.3.cl.2.2.NEG.active.optative.PRES] => |ŋˤ|u|̰꜒|ɰʲ|-
[Q.2.3.cl.2.2.NEG.active.optative.PAST] => |kʼʲ|ʉ#ː|꜒꜖|tˤ|-
[Q.2.3.cl.2.2.NEG.passive.indicative.PRES] => |tɬˠ|a|̰꜒|t͡ʂˠ|-
[Q.2.3.cl.2.2.NEG.passive.indicative.PAST] => |t͡ʃ|u|꜒|lˠ|-
[Q.2.3.cl.2.2.NEG.passive.imperative.PRES] => |ᵏǃʼˠ|ᵊ|꜖|tɬʲ|-
[Q.2.3.cl.2.2.NEG.passive.imperative.PAST] => |ɠˠ|ʉ|꜒|pˠ|-
[Q.2.3.cl.2.2.NEG.passive.conditional.PRES] => |kˠ|u|꜖꜒|tʷ|-
[Q.2.3.cl.2.2.NEG.passive.conditional.PAST] => |pˠ|i|꜒|mʲ|-
[Q.2.3.cl.2.2.NEG.passive.optative.PRES] => |ʜʲ|i#|̰꜖|ʈʼˠ|-
[Q.2.3.cl.2.2.NEG.passive.optative.PAST] => |sˤ|aː|̰꜖|kʼʲ|-
[Q.2.3.cl.2.2.POS.active.indicative.PRES] => |ᵏǃʼˤ|u#ː|꜒|kˤ|-
[Q.2.3.cl.2.2.POS.active.indicative.PAST] => |ᵑǀʼˤ|i#|꜒꜖|ʋˤ|-
[Q.2.3.cl.2.2.POS.active.imperative.PRES] => |mˠ|iː|̰꜒|hʈʲ|-
[Q.2.3.cl.2.2.POS.active.imperative.PAST] => |ʈʰˠ|i|̰꜒|pˠ|-
[Q.2.3.cl.2.2.POS.active.conditional.PRES] => |tʲ|a|꜒|ɗˠ|-
[Q.2.3.cl.2.2.POS.active.conditional.PAST] => |ᵑǀʼˤ|u|̰꜒|hkʲ|-
[Q.2.3.cl.2.2.POS.active.optative.PRES] => |ɴʷ|i|̰꜒|pʼˤ|-
[Q.2.3.cl.2.2.POS.active.optative.PAST] => |htˤ|i|꜒|hʈʲ|-
[Q.2.3.cl.2.2.POS.passive.indicative.PRES] => |ʈʲ|u|꜖|ʄˠ|-
[Q.2.3.cl.2.2.POS.passive.indicative.PAST] => |ŋ̥ʲ|ʉ|̰꜒|ʋʲ|-
[Q.2.3.cl.2.2.POS.passive.imperative.PRES] => |tʼʷ|ᵊ|꜒|t͡ʂʲ|-
[Q.2.3.cl.2.2.POS.passive.imperative.PAST] => |ᵏǀʼʲ|a|꜒|pʰˤ|-
[Q.2.3.cl.2.2.POS.passive.conditional.PRES] => |ᵏǃʰʲ|i#|꜖|ɽˠ|-
[Q.2.3.cl.2.2.POS.passive.conditional.PAST] => |ɗʷ|ʉ|̰꜒|ɹʷ|-
[Q.2.3.cl.2.2.POS.passive.optative.PRES] => |ɰˤ|ᵊ|꜖꜒|tʼʷ|-
[Q.2.3.cl.2.2.POS.passive.optative.PAST] => |nˠ|i#ː|̰꜒|qʼʲ|-
[Q.2.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |pʼʲ|a|꜖꜒|tʷ|-
[Q.2.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ʄˠ|ʉ|꜖|ʃʲ|-
[Q.2.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ᵑǁʲ|a|꜒꜖|wˠ|-
[Q.2.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |t͡ʃ|aː|꜒|qʼʷ|-
[Q.2.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ɗˠ|ʉ#ː|꜒|ɽˠ|-
[Q.2.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ɓʲ|ᵊ|̰꜒|tʼˠ|-
[Q.2.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ʛʲ|ᵊ|꜖|rʲ|-
[Q.2.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |ɠʲ|i|꜖|ʈˠ|-
[Q.2.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |ɾˠ|aː|̰꜒|ʈʼʲ|-
[Q.2.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ŋ̥ˠ|a|꜒꜖|htʷ|-
[Q.2.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǁʼˠ|aː|꜖꜒|ɠˤ|-
[Q.2.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |t͡ʂʲ|i#|꜖꜒|kʼʲ|-
[Q.2.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |tʰˠ|ʉ|꜒꜖|n̥ʲ|-
[Q.2.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǃʼˤ|iː|꜒|kʰʷ|-
[Q.2.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ᵏǃʼˠ|u|꜒꜖|ŋ̥ʲ|-
[Q.2.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ᵑǀʲ|a#ː|꜒|ɓʲ|-
[Q.2.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |t͡ʂˠ|a|̰꜒|sʲ|-
[Q.2.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |ɰˠ|a|꜒|nʲ|-
[Q.2.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |ᵏǃʰˤ|ʉ#ː|꜖꜒|htʷ|-
[Q.2.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ᵏǁˠ|a|̰꜖|ɰʲ|-
[Q.2.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |qˤ|i|꜒|rˠ|-
[Q.2.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |n̥ˠ|u|̰꜖|ɗˠ|-
[Q.2.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ᵏǀˤ|a|꜒꜖|ɹˠ|-
[Q.2.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ɻʲ|a|꜒꜖|ʋˤ|-
[Q.2.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |ᵏǁʰʲ|ᵊ|꜒꜖|ʋʲ|-
[Q.2.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ᵏǁʲ|a#|꜒꜖|ɽʲ|-
[Q.2.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʼʲ|ʉ|꜒|qˤ|-
[Q.2.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ŋ̥ˠ|ʉ#ː|̰꜖|ɰˠ|-
[Q.2.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |ʡʲ|ᵊ|꜒|n̥ˠ|-
[Q.2.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |d͡ʐˠ|u|꜖꜒|ɠˤ|-
[Q.2.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ᵏǁʼˠ|u#|̰꜖|ɓˠ|-
[Q.2.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |pʰʲ|a|꜒꜖|ɾʲ|-
[Q.2.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |kʼˠ|u#ː|̰꜖|ʈʲ|-
[Q.2.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |r̥ʷ|iː|꜒꜖|lʲ|-
[Q.2.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |tʼˠ|i#ː|̰꜒|wʲ|-
[Q.2.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ŋʷ|ʉ|꜖|ʄʲ|-
[Q.2.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ŋʲ|u#ː|꜒꜖|ŋ̥ˠ|-
[Q.2.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃʰʷ|a|꜖꜒|ʈˠ|-
[Q.2.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ʈʼʲ|u#|꜖꜒|ɹˠ|-
[Q.2.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |ᵑǁˠ|i|̰꜖|kʲ|-
[Q.2.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |t͡sˠ|u|̰꜒|mˠ|-
[Q.2.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ʈʲ|i|꜒|ʔ|-
[Q.2.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |ʈʼʲ|u#|̰꜖|ŋˤ|-
[Q.2.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |kʰˤ|aː|꜖|ɗʲ|-
[Q.2.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |qʷ|a|꜖|ʡʲ|-
[Q.2.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǃˠ|a#|꜒꜖|tʷ|-
[Q.2.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |t͡sˤ|ᵊ|꜖꜒|ɳ̥ˠ|-
[Q.2.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʼˠ|i|꜖|ŋ̥ˠ|-
[Q.2.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |qʷ|i#|̰꜖|wˠ|-
[Q.2.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |ɰˤ|uː|꜖|ɻʲ|-
[Q.2.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |kʼˤ|i|̰꜒|ɓʲ|-
[Q.2.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ɗʲ|a|̰꜒|ʋˠ|-
[Q.2.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ŋˤ|iː|̰꜒|ɰʲ|-
[Q.2.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |ᵏǀʰˠ|a#ː|̰꜖|kʼʷ|-
[Q.2.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ᵑǃˤ|a#|꜒꜖|t͡sʷ|-
[Q.2.3.cl.2.3.cl.2.POS.active.optative.PAST] => |tˠ|i|̰꜖|htʷ|-
[Q.2.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |n̥ˠ|i|̰꜖|ʃˠ|-
[Q.2.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |ɴˤ|aː|꜖|t͡sʷ|-
[Q.2.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |ᵏǁʼˠ|a#|꜒꜖|ʈˠ|-
[Q.2.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |qʼˤ|a|꜖|ɹˤ|-
[Q.2.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ɳ̥ʲ|i|̰꜒|ʄʲ|-
[Q.2.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |pʼʲ|u|꜒|ɰˠ|-
[Q.2.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |nʷ|ʉ#ː|꜖|pʼʲ|-
[Q.2.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |n̥ˠ|ʉ|̰꜒|d͡ʐʲ|-
[Q.2.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |nʲ|i|꜖|ʔ|-
[Q.2.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |rˤ|ʉ#ː|꜒|ɠˤ|-
[Q.2.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |pʲ|ʉ|̰꜒|ɓˤ|-
[Q.2.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃʼˤ|iː|꜖꜒|sˠ|-
[Q.2.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ʡʲ|a|̰꜒|ɾˤ|-
[Q.2.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |tʼʲ|i|꜒|n̥ˠ|-
[Q.2.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |ʈʲ|i|̰꜖|ɴʷ|-
[Q.2.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ᵑǃʲ|ᵊ|꜒꜖|n̥ˤ|-
[Q.2.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |qʷ|i|̰꜒|qʼʲ|-
[Q.2.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |kʼˠ|u|꜒꜖|htˠ|-
[Q.2.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃʼˠ|u#|̰꜒|ɽʲ|-
[Q.2.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |t͡sʷ|ᵊ|꜖꜒|r̥ʷ|-
[Q.2.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |sʷ|ʉ|̰꜖|t͡sˤ|-
[Q.2.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ʋˤ|ʉ|꜖꜒|lˠ|-
[Q.2.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ʂʲ|aː|̰꜖|hkˤ|-
[Q.2.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |nʷ|i|꜒|pʰˠ|-
[Q.2.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |m̥ˠ|a|꜒|ɹʲ|-
[Q.2.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ᵑǀʼˤ|ᵊ|꜒|ɹˤ|-
[Q.2.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |kˠ|ᵊ|꜖|pˠ|-
[Q.2.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |tʷ|ʉ|꜖|ɰʲ|-
[Q.2.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |tʰˤ|uː|꜒꜖|ʔ|-
[Q.2.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |tˤ|i|꜖|sʲ|-
[Q.2.3.cl.2.3.cl.3.POS.active.optative.PRES] => |kʼˠ|i|̰꜒|pˤ|-
[Q.2.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ᵏǀʼʲ|ᵊ|꜖꜒|ɗʷ|-
[Q.2.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʼˠ|ᵊ|꜖|ŋ̥ˠ|-
[Q.2.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ɳˠ|ʉː|꜒꜖|ɳʲ|-
[Q.2.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ŋʲ|u#ː|꜖꜒|ɓˠ|-
[Q.2.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ɥʲ|a|꜒|pʰˠ|-
[Q.2.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ʔ|i#ː|̰꜒|wˤ|-
[Q.2.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |ɠʲ|ʉ#ː|꜖|qʲ|-
[Q.2.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |lʲ|iː|꜖|ʃˠ|-
[Q.2.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ᵏǃʼˠ|i#ː|̰꜒|ɠʷ|-
[Q.2.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |ɳ̥ʲ|i|̰꜖|ɠˤ|-
[Q.2.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ᵏǃʼʷ|a#ː|̰꜒|ɴʷ|-
[Q.2.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |ᵑǁʲ|iː|꜖꜒|t͡sˠ|-
[Q.2.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |lˠ|u|꜖|tˤ|-
[Q.2.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ɠˠ|a#|̰꜒|qʼˤ|-
[Q.2.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ɰˤ|i#|꜖|hpʲ|-
[Q.2.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ᵏǃʼʷ|ʉ|꜖꜒|n̥ˠ|-
[Q.2.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ᵏǃˤ|ᵊ|̰꜒|hkˠ|-
[Q.2.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |nʷ|a|꜒꜖|r̥ˠ|-
[Q.2.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |sʲ|u|꜖|ʔ|-
[Q.2.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |t͡ʃ|i|̰꜖|tʷ|-
[Q.2.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵑǀˤ|ʉ#|꜖|ɳˠ|-
[Q.2.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ɠˠ|ᵊ|꜒꜖|ɳˠ|-
[Q.2.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀʰʷ|ʉ#ː|꜖꜒|pʲ|-
[Q.2.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ᵑǀʼʲ|ʉ|̰꜖|ɰʷ|-
[Q.2.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ɠˤ|ʉː|꜒|ɹˠ|-
[Q.2.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |tʼʲ|ʉ#ː|꜒꜖|mˤ|-
[Q.2.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |ɻˠ|aː|̰꜒|ɳʲ|-
[Q.2.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ɓʲ|iː|꜒꜖|r̥ˤ|-
[Q.2.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |sʷ|ʉ#|̰꜖|ŋʲ|-
[Q.2.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ʈʼˠ|i|꜒|tʰˤ|-
[Q.2.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |t͡ʃ|a|̰꜒|tɬʲ|-
[Q.2.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ʋˠ|u|̰꜒|d͡ʐˠ|-
[Q.2.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ɴˤ|aː|꜖|t͡sʲ|-
[Q.2.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ᵑǀʼˤ|ᵊ|̰꜖|rˠ|-
[Q.2.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |kʼˠ|iː|̰꜖|wʲ|-
[Q.2.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |ᵑǀʼʷ|iː|꜒꜖|pʰˤ|-
[Q.2.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |ɠʷ|ʉ|꜖|qˤ|-
[Q.2.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃʰʷ|ʉ#|̰꜒|tʼʲ|-
[Q.2.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |ᵑǁʼʲ|ᵊ|̰꜒|m̥ʲ|-
[Q.2.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |ɴʷ|ʉ|꜒꜖|ŋʲ|-
[Q.2.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ɴʷ|a|꜖|d͡ʐʲ|-
[Q.2.3.cl.3.1incl.NEG.active.indicative.PRES] => |hkʷ|ʉ#|̰꜒|ɾʷ|-
[Q.2.3.cl.3.1incl.NEG.active.indicative.PAST] => |ʈʼʲ|ʉ#|꜖꜒|nˠ|-
[Q.2.3.cl.3.1incl.NEG.active.imperative.PRES] => |ɓˠ|aː|꜖꜒|tʼʷ|-
[Q.2.3.cl.3.1incl.NEG.active.imperative.PAST] => |ᵏǀʼʲ|a|꜖꜒|ʋˤ|-
[Q.2.3.cl.3.1incl.NEG.active.conditional.PRES] => |ᵑǃʲ|u|꜖꜒|t͡ʂˠ|-
[Q.2.3.cl.3.1incl.NEG.active.conditional.PAST] => |qʼʷ|ʉ#|꜖꜒|lʲ|-
[Q.2.3.cl.3.1incl.NEG.active.optative.PRES] => |kˤ|ᵊ|꜖꜒|m̥ʲ|-
[Q.2.3.cl.3.1incl.NEG.active.optative.PAST] => |pʼʲ|a|꜒꜖|ʂˠ|-
[Q.2.3.cl.3.1incl.NEG.passive.indicative.PRES] => |t͡sˤ|aː|꜖|m̥ˤ|-
[Q.2.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ʃʲ|ᵊ|꜒꜖|tʼˠ|-
[Q.2.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ᵏǁʰʲ|ʉ|꜒|pʼˤ|-
[Q.2.3.cl.3.1incl.NEG.passive.imperative.PAST] => |ɳʲ|a|꜖꜒|t͡ʂʲ|-
[Q.2.3.cl.3.1incl.NEG.passive.conditional.PRES] => |ɰˠ|u#ː|̰꜒|ɽˠ|-
[Q.2.3.cl.3.1incl.NEG.passive.conditional.PAST] => |pʰʲ|a#|꜖|tɬʲ|-
[Q.2.3.cl.3.1incl.NEG.passive.optative.PRES] => |ʔ|i#ː|̰꜒|qˤ|-
[Q.2.3.cl.3.1incl.NEG.passive.optative.PAST] => |t͡sˤ|u|̰꜒|ɰʲ|-
[Q.2.3.cl.3.1incl.POS.active.indicative.PRES] => |kʼʷ|ʉ#ː|̰꜖|rˠ|-
[Q.2.3.cl.3.1incl.POS.active.indicative.PAST] => |r̥ʲ|i|꜖꜒|mˠ|-
[Q.2.3.cl.3.1incl.POS.active.imperative.PRES] => |ᵏǀʼʷ|a|꜖꜒|lˠ|-
[Q.2.3.cl.3.1incl.POS.active.imperative.PAST] => |ɳ̥ʲ|aː|꜒|nˠ|-
[Q.2.3.cl.3.1incl.POS.active.conditional.PRES] => |tʰˠ|u|꜒|ɹˠ|-
[Q.2.3.cl.3.1incl.POS.active.conditional.PAST] => |tʰʲ|iː|꜒|nʷ|-
[Q.2.3.cl.3.1incl.POS.active.optative.PRES] => |ɰʲ|a#ː|꜖|ɽˠ|-
[Q.2.3.cl.3.1incl.POS.active.optative.PAST] => |lʲ|ᵊ|̰꜒|ʛʷ|-
[Q.2.3.cl.3.1incl.POS.passive.indicative.PRES] => |ɥˤ|u|̰꜒|qʲ|-
[Q.2.3.cl.3.1incl.POS.passive.indicative.PAST] => |htʲ|i|꜖꜒|ʈʼʲ|-
[Q.2.3.cl.3.1incl.POS.passive.imperative.PRES] => |ᵏǀʼˠ|ᵊ|꜖|ɭˠ|-
[Q.2.3.cl.3.1incl.POS.passive.imperative.PAST] => |ʈʼˠ|a|꜖꜒|t͡sʲ|-
[Q.2.3.cl.3.1incl.POS.passive.conditional.PRES] => |ᵏǃʰʲ|ʉ|̰꜖|ɭʲ|-
[Q.2.3.cl.3.1incl.POS.passive.conditional.PAST] => |d͡ʐˠ|u|꜖|rˤ|-
[Q.2.3.cl.3.1incl.POS.passive.optative.PRES] => |ʡˠ|a|꜒|ɻʲ|-
[Q.2.3.cl.3.1incl.POS.passive.optative.PAST] => |ʛʲ|u|̰꜖|ʃˠ|-
[Q.2.3.cl.3.1excl.NEG.active.indicative.PRES] => |ɹˤ|ʉ|꜒|kʼˠ|-
[Q.2.3.cl.3.1excl.NEG.active.indicative.PAST] => |ᵑǃˠ|ᵊ|̰꜒|lˠ|-
[Q.2.3.cl.3.1excl.NEG.active.imperative.PRES] => |ᵑǃʷ|ʉ#|̰꜒|qʼʷ|-
[Q.2.3.cl.3.1excl.NEG.active.imperative.PAST] => |n̥ˤ|i|꜒꜖|ɰʲ|-
[Q.2.3.cl.3.1excl.NEG.active.conditional.PRES] => |tʰʲ|i|̰꜒|ʈʰʲ|-
[Q.2.3.cl.3.1excl.NEG.active.conditional.PAST] => |nˤ|i|꜒|kˤ|-
[Q.2.3.cl.3.1excl.NEG.active.optative.PRES] => |ʡˠ|u|꜖꜒|kʼʲ|-
[Q.2.3.cl.3.1excl.NEG.active.optative.PAST] => |kʰˠ|u#ː|꜒꜖|t͡sʷ|-
[Q.2.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ɗʲ|iː|̰꜒|ɭʲ|-
[Q.2.3.cl.3.1excl.NEG.passive.indicative.PAST] => |kʼʲ|a|꜖|ɾʲ|-
[Q.2.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ɓˤ|a|̰꜖|sʷ|-
[Q.2.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ʈʼʲ|u|꜒|tˤ|-
[Q.2.3.cl.3.1excl.NEG.passive.conditional.PRES] => |ᵏǃʼʲ|i|̰꜒|tʼˤ|-
[Q.2.3.cl.3.1excl.NEG.passive.conditional.PAST] => |t͡sʷ|ʉ|꜒|ɳˠ|-
[Q.2.3.cl.3.1excl.NEG.passive.optative.PRES] => |ᵏǀʰˤ|a|̰꜒|ɠʲ|-
[Q.2.3.cl.3.1excl.NEG.passive.optative.PAST] => |ᵏǃʰˠ|a|̰꜖|sˠ|-
[Q.2.3.cl.3.1excl.POS.active.indicative.PRES] => |kʷ|ʉ|꜒|qʼˤ|-
[Q.2.3.cl.3.1excl.POS.active.indicative.PAST] => |ŋˤ|i|꜖꜒|kʼˤ|-
[Q.2.3.cl.3.1excl.POS.active.imperative.PRES] => |pˤ|ᵊ|̰꜖|ŋʲ|-
[Q.2.3.cl.3.1excl.POS.active.imperative.PAST] => |tɬʲ|ᵊ|̰꜒|ɗʲ|-
[Q.2.3.cl.3.1excl.POS.active.conditional.PRES] => |ᵏǀʲ|ʉ|꜒꜖|pˠ|-
[Q.2.3.cl.3.1excl.POS.active.conditional.PAST] => |qʼˠ|a|̰꜖|kʼˤ|-
[Q.2.3.cl.3.1excl.POS.active.optative.PRES] => |ᵏǃʰʷ|a|̰꜖|kˤ|-
[Q.2.3.cl.3.1excl.POS.active.optative.PAST] => |hʈʲ|a|̰꜒|ʂʲ|-
[Q.2.3.cl.3.1excl.POS.passive.indicative.PRES] => |r̥ˤ|i|̰꜖|ɭˠ|-
[Q.2.3.cl.3.1excl.POS.passive.indicative.PAST] => |ʃʲ|ᵊ|꜒|ɳ̥ʲ|-
[Q.2.3.cl.3.1excl.POS.passive.imperative.PRES] => |ɰʷ|ʉ|̰꜖|sʷ|-
[Q.2.3.cl.3.1excl.POS.passive.imperative.PAST] => |kʰʷ|ʉ#|꜖|kˤ|-
[Q.2.3.cl.3.1excl.POS.passive.conditional.PRES] => |ʋˤ|a|꜖|ɽʲ|-
[Q.2.3.cl.3.1excl.POS.passive.conditional.PAST] => |htˠ|u|̰꜒|n̥ˠ|-
[Q.2.3.cl.3.1excl.POS.passive.optative.PRES] => |ɹʷ|ʉː|꜒꜖|j|-
[Q.2.3.cl.3.1excl.POS.passive.optative.PAST] => |ŋ̥ˠ|a#|꜖|nʷ|-
[Q.2.3.cl.3.2.NEG.active.indicative.PRES] => |ɥˤ|aː|꜒꜖|d͡ʐʲ|-
[Q.2.3.cl.3.2.NEG.active.indicative.PAST] => |ʋˠ|a|̰꜒|ʂˠ|-
[Q.2.3.cl.3.2.NEG.active.imperative.PRES] => |ʜʲ|i|꜒|rʷ|-
[Q.2.3.cl.3.2.NEG.active.imperative.PAST] => |ᵑǀʲ|u|̰꜖|wˤ|-
[Q.2.3.cl.3.2.NEG.active.conditional.PRES] => |ʈʰˠ|a|̰꜒|kˤ|-
[Q.2.3.cl.3.2.NEG.active.conditional.PAST] => |tɬˠ|ʉ#ː|꜒꜖|ɻʲ|-
[Q.2.3.cl.3.2.NEG.active.optative.PRES] => |nˠ|i|̰꜖|sˠ|-
[Q.2.3.cl.3.2.NEG.active.optative.PAST] => |hʈˠ|i|꜒|nˤ|-
[Q.2.3.cl.3.2.NEG.passive.indicative.PRES] => |qˠ|a|꜒꜖|ɳ̥ʲ|-
[Q.2.3.cl.3.2.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|ʉ#ː|꜒꜖|r̥ʲ|-
[Q.2.3.cl.3.2.NEG.passive.imperative.PRES] => |r̥ˤ|ʉ|̰꜖|ʋˤ|-
[Q.2.3.cl.3.2.NEG.passive.imperative.PAST] => |kʰʲ|u#|꜒|ɳ̥ˠ|-
[Q.2.3.cl.3.2.NEG.passive.conditional.PRES] => |tʰʲ|i|꜒꜖|qʼʷ|-
[Q.2.3.cl.3.2.NEG.passive.conditional.PAST] => |ᵏǃʰˠ|a|꜒꜖|ŋ̥ˤ|-
[Q.2.3.cl.3.2.NEG.passive.optative.PRES] => |ᵏǀʰˠ|i#|꜒꜖|pʰˤ|-
[Q.2.3.cl.3.2.NEG.passive.optative.PAST] => |ʄʲ|a|̰꜖|nʲ|-
[Q.2.3.cl.3.2.POS.active.indicative.PRES] => |ᵏǁʼʲ|ʉ|̰꜖|ʋˤ|-
[Q.2.3.cl.3.2.POS.active.indicative.PAST] => |t͡sˤ|u|꜖꜒|kʼˠ|-
[Q.2.3.cl.3.2.POS.active.imperative.PRES] => |ʈʰʲ|ʉ#|̰꜖|ʡʲ|-
[Q.2.3.cl.3.2.POS.active.imperative.PAST] => |ᵏǀʼˤ|a#ː|꜒|r̥ˤ|-
[Q.2.3.cl.3.2.POS.active.conditional.PRES] => |pʰˤ|u|̰꜖|ʈʼˠ|-
[Q.2.3.cl.3.2.POS.active.conditional.PAST] => |htˤ|i|꜒꜖|kʼʷ|-
[Q.2.3.cl.3.2.POS.active.optative.PRES] => |ᵏǃˠ|a|꜖꜒|wʲ|-
[Q.2.3.cl.3.2.POS.active.optative.PAST] => |ᵏǃʼˠ|ʉ#ː|꜖꜒|ɾˠ|-
[Q.2.3.cl.3.2.POS.passive.indicative.PRES] => |tʰˤ|u|̰꜒|t͡ʃ|-
[Q.2.3.cl.3.2.POS.passive.indicative.PAST] => |ᵏǃʼˤ|ʉ#ː|̰꜒|qʼˤ|-
[Q.2.3.cl.3.2.POS.passive.imperative.PRES] => |tʼˤ|a|̰꜒|ɥˤ|-
[Q.2.3.cl.3.2.POS.passive.imperative.PAST] => |tˠ|u|꜖|kʼˠ|-
[Q.2.3.cl.3.2.POS.passive.conditional.PRES] => |nʷ|iː|꜒꜖|pʼʲ|-
[Q.2.3.cl.3.2.POS.passive.conditional.PAST] => |ɰʷ|a|꜒|ɹʷ|-
[Q.2.3.cl.3.2.POS.passive.optative.PRES] => |tˠ|u|꜖꜒|pʼˠ|-
[Q.2.3.cl.3.2.POS.passive.optative.PAST] => |lʲ|a|̰꜒|ɓˤ|-
[Q.2.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |tˠ|i|꜒|ŋˠ|-
[Q.2.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ᵏǁʰˠ|u#|꜖|ʄʲ|-
[Q.2.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ɠˠ|aː|꜖|rˠ|-
[Q.2.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ɗʷ|a#|̰꜖|qʲ|-
[Q.2.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |ᵏǁʰʲ|ʉ|̰꜒|mˠ|-
[Q.2.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ᵑǀˤ|ʉ|̰꜖|ŋˠ|-
[Q.2.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ŋ̥ˠ|aː|꜒|ɠˠ|-
[Q.2.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ᵑǃʷ|a|꜒|ʛˤ|-
[Q.2.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ʔ|i|꜖꜒|ʋˤ|-
[Q.2.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ɾʲ|i|̰꜖|ɓˠ|-
[Q.2.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ɾˤ|ʉ|꜖|ɭʲ|-
[Q.2.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǃʼʲ|u|꜖꜒|ʛˠ|-
[Q.2.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |tʼʲ|u|꜒꜖|pˠ|-
[Q.2.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʰʷ|iː|꜖|kʰʲ|-
[Q.2.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |kʰʲ|aː|̰꜖|ɾʲ|-
[Q.2.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |qˤ|u|̰꜒|ʈʰˠ|-
[Q.2.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |ᵑǃˠ|a|꜒|tʼʷ|-
[Q.2.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |ᵑǀʼˠ|i|꜖꜒|ŋʲ|-
[Q.2.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ɰʲ|a|꜖꜒|ŋˤ|-
[Q.2.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |ᵑǁˠ|iː|꜒|r̥ʷ|-
[Q.2.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ʛˤ|ᵊ|̰꜖|ɗʷ|-
[Q.2.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |ʜˠ|i|̰꜖|tˤ|-
[Q.2.3.cl.3.3.cl.1.POS.active.optative.PRES] => |ᵑǀʲ|i|꜒꜖|rʲ|-
[Q.2.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ᵑǀˤ|a|꜒|ɠʷ|-
[Q.2.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʰˤ|ʉ|̰꜖|ŋ̥ʷ|-
[Q.2.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |ᵏǀʰʲ|i|̰꜒|htʲ|-
[Q.2.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ɴˠ|ʉ|̰꜖|nˠ|-
[Q.2.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |ʡʲ|ʉ|꜖|ʡʲ|-
[Q.2.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʲ|i|̰꜖|hʈˠ|-
[Q.2.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃʲ|a#|꜖|kˤ|-
[Q.2.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ᵏǃʼˤ|u|꜒꜖|ɰʷ|-
[Q.2.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ŋˠ|ᵊ|̰꜖|t͡ʂˠ|-
[Q.2.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |htˠ|u#ː|̰꜖|rʷ|-
[Q.2.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀʼˤ|ᵊ|꜖꜒|ʃʲ|-
[Q.2.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʼʷ|i|̰꜖|t͡ʃ|-
[Q.2.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ɹˤ|u|꜖꜒|rˠ|-
[Q.2.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃʼʲ|u|̰꜖|ɴˠ|-
[Q.2.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ᵏǀʼʷ|i|꜖|nˤ|-
[Q.2.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |qʼˤ|a|̰꜖|qʼˠ|-
[Q.2.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |hkˠ|ʉ#|꜒|htʲ|-
[Q.2.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ʈʼˠ|iː|̰꜖|ʛˠ|-
[Q.2.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |qʼˠ|ᵊ|̰꜖|htʷ|-
[Q.2.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǁʼˠ|u|꜖꜒|ʜˠ|-
[Q.2.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |pʰˤ|ʉː|̰꜖|pʼˤ|-
[Q.2.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |wʲ|iː|꜒꜖|ɳʲ|-
[Q.2.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ŋ̥ˠ|ʉ#ː|꜖꜒|ʃˠ|-
[Q.2.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |ᵏǁʰʲ|aː|꜖꜒|qʼˤ|-
[Q.2.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |sˠ|ʉ#|̰꜒|ɗʷ|-
[Q.2.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ʛˠ|ᵊ|꜖|nˤ|-
[Q.2.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |pʰˤ|a|꜖꜒|ɳ̥ʲ|-
[Q.2.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |pʼʲ|u|꜒꜖|ɴʷ|-
[Q.2.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |ɹʷ|a|̰꜖|kʰˠ|-
[Q.2.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |tʼˤ|i|꜖꜒|tʷ|-
[Q.2.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ɳ̥ʲ|i|̰꜒|rʷ|-
[Q.2.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵑǃʼʲ|i|̰꜖|t͡sˤ|-
[Q.2.3.cl.3.3.cl.2.POS.active.optative.PAST] => |qʲ|ʉ|̰꜖|hkˠ|-
[Q.2.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ɥˤ|i#ː|̰꜖|ɾʲ|-
[Q.2.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀʰʲ|iː|̰꜖|ʂʲ|-
[Q.2.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ɴˠ|a#|꜒|t͡sˤ|-
[Q.2.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ɻˠ|a|꜒|ʈʲ|-
[Q.2.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |nˤ|i|̰꜒|ŋ̥ʷ|-
[Q.2.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |hkʲ|ᵊ|̰꜒|ɽʲ|-
[Q.2.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |ᵏǀʼʲ|i#ː|̰꜒|lˠ|-
[Q.2.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |ɠˤ|aː|꜒|ʄʲ|-
[Q.2.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |d͡ʐʲ|uː|꜒|t͡sˠ|-
[Q.2.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |nʷ|iː|̰꜖|ʈʼʲ|-
[Q.2.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ɥʲ|a#|̰꜒|ʜˠ|-
[Q.2.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ʜʲ|ʉ|꜒|n̥ˤ|-
[Q.2.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |ɗʷ|i#|꜖|ŋˠ|-
[Q.2.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ɠʲ|u#ː|꜖|kʼʲ|-
[Q.2.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ɴʲ|a|̰꜒|ʋˤ|-
[Q.2.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |tʰˤ|a|꜖|ɾʲ|-
[Q.2.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǃʼˠ|u#|꜖꜒|ʋˠ|-
[Q.2.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |wˠ|i|̰꜖|ɰʷ|-
[Q.2.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |tʰˠ|ʉ|꜖|tʰˤ|-
[Q.2.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǃʼˠ|a#ː|꜖|ɴˠ|-
[Q.2.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |mʲ|a|̰꜒|kʼʲ|-
[Q.2.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ɠˠ|iː|꜖|ɗˠ|-
[Q.2.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ɓʲ|a|꜒|tʲ|-
[Q.2.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ɗˤ|a|̰꜖|ɾˠ|-
[Q.2.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |wʲ|u|̰꜒|n̥ʲ|-
[Q.2.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |ɠˠ|a|̰꜒|kˠ|-
[Q.2.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |kʰˤ|u#|̰꜒|ɹʲ|-
[Q.2.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |tʼˤ|a|̰꜖|kʰʲ|-
[Q.2.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |ŋʲ|i|꜖꜒|kʰʷ|-
[Q.2.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ʈʰˠ|ʉ#|꜒꜖|t͡ʂʲ|-
[Q.2.3.cl.3.3.cl.3.POS.active.optative.PRES] => |ʈˠ|i|̰꜒|r̥ʲ|-
[Q.2.3.cl.3.3.cl.3.POS.active.optative.PAST] => |sʷ|a#|꜖|ɽʲ|-
[Q.2.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |qˤ|i|꜒꜖|pʼˤ|-
[Q.2.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |d͡ʐʲ|uː|̰꜖|ɰʷ|-
[Q.2.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |ɠʲ|u|꜖|mʲ|-
[Q.2.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |hpˤ|iː|꜖|ŋ̥ˠ|-
[Q.2.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |pʲ|a|̰꜖|qʼʲ|-
[Q.2.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |kʼʷ|i|꜖꜒|qʷ|-
[Q.2.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ʡˠ|i#|̰꜖|ɰˠ|-
[Q.2.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |nˠ|a|̰꜒|ʈˠ|-
[Q.2.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |hkʲ|ʉ|꜒|ŋˤ|-
[Q.2.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |ɳˠ|i|꜖|ŋʲ|-
[Q.2.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |kʼʷ|i|꜖꜒|qˤ|-
[Q.2.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃˠ|ᵊ|̰꜖|pʼˠ|-
[Q.2.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |qʼʷ|i|꜖꜒|htˠ|-
[Q.2.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ʋˠ|ʉ|꜖꜒|sˠ|-
[Q.2.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |ᵑǀʼʷ|iː|꜖꜒|sˤ|-
[Q.2.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ʡˠ|ᵊ|꜖꜒|ɠˠ|-
[Q.2.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |ʛʲ|aː|꜖꜒|j|-
[Q.2.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ʋˤ|u|̰꜖|ʃʲ|-
[Q.2.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |ɥˤ|i#ː|꜖|ɭʲ|-
[Q.2.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ɗʷ|a|꜖|ʄʲ|-
[Q.2.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʰˠ|u#ː|̰꜒|ʄˠ|-
[Q.2.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |kʰʷ|ʉ|꜒꜖|hkʲ|-
[Q.2.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |sʷ|a|꜖꜒|qˤ|-
[Q.2.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |tˤ|u|꜖꜒|j|-
[Q.2.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ʈʰʲ|i|꜒꜖|ŋˠ|-
[Q.2.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ᵏǃʼʲ|aː|꜖|rˠ|-
[Q.2.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |ᵏǀˤ|i#ː|꜒꜖|ʔ|-
[Q.2.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ɠʷ|i#ː|꜒꜖|ŋ̥ʲ|-
[Q.2.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |m̥ʲ|i|꜒꜖|ɗˤ|-
[Q.2.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ᵑǀʼˠ|i|꜒꜖|kʰˠ|-
[Q.2.3.cl.3.3.cl.4.POS.active.optative.PRES] => |kʼʲ|i|꜖|t͡sˠ|-
[Q.2.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ɓˠ|i|꜖꜒|qʼˤ|-
[Q.2.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ɽˠ|aː|̰꜖|wʲ|-
[Q.2.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |kʼʷ|aː|꜖|pʼˤ|-
[Q.2.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |ɰʷ|ᵊ|꜖꜒|d͡ʐˠ|-
[Q.2.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ɠˤ|a|꜖꜒|ɰˠ|-
[Q.2.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃˤ|ʉ|꜒|ɴˤ|-
[Q.2.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |ɻʲ|a|̰꜖|sʲ|-
[Q.2.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʼʷ|ʉ|̰꜒|ʃʲ|-
[Q.2.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |ʈˠ|u|̰꜖|ʛʲ|-
[Q.2.3.cl.4.1incl.NEG.active.indicative.PRES] => |ᵑǃʼˠ|ʉ|̰꜒|ʃʲ|-
[Q.2.3.cl.4.1incl.NEG.active.indicative.PAST] => |ɳ̥ʲ|ᵊ|̰꜒|ʜʲ|-
[Q.2.3.cl.4.1incl.NEG.active.imperative.PRES] => |ᵏǁʼˠ|aː|꜒|ɽʲ|-
[Q.2.3.cl.4.1incl.NEG.active.imperative.PAST] => |r̥ˤ|i|꜖|kʼˤ|-
[Q.2.3.cl.4.1incl.NEG.active.conditional.PRES] => |tʼˤ|ᵊ|꜒꜖|qˤ|-
[Q.2.3.cl.4.1incl.NEG.active.conditional.PAST] => |ɹˤ|ʉ|꜒꜖|nʷ|-
[Q.2.3.cl.4.1incl.NEG.active.optative.PRES] => |m̥ˠ|ᵊ|꜒|ɹʲ|-
[Q.2.3.cl.4.1incl.NEG.active.optative.PAST] => |qʼʲ|ʉː|̰꜖|t͡sʷ|-
[Q.2.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ɹˤ|u#ː|꜖꜒|tʰʷ|-
[Q.2.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ɓˤ|ᵊ|꜖|mˠ|-
[Q.2.3.cl.4.1incl.NEG.passive.imperative.PRES] => |ɗʲ|i|꜒|h|-
[Q.2.3.cl.4.1incl.NEG.passive.imperative.PAST] => |ŋ̥ˤ|u|̰꜖|ɴˤ|-
[Q.2.3.cl.4.1incl.NEG.passive.conditional.PRES] => |ᵏǃʼʷ|a|̰꜒|tʲ|-
[Q.2.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ᵏǀʼˠ|a#ː|꜒꜖|ɹʲ|-
[Q.2.3.cl.4.1incl.NEG.passive.optative.PRES] => |htˤ|ᵊ|̰꜖|ʃˠ|-
[Q.2.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵏǀʰˤ|i#ː|̰꜒|lˠ|-
[Q.2.3.cl.4.1incl.POS.active.indicative.PRES] => |ɭˠ|i#ː|꜒꜖|pʰˤ|-
[Q.2.3.cl.4.1incl.POS.active.indicative.PAST] => |n̥ˠ|i#|꜒|ʃˠ|-
[Q.2.3.cl.4.1incl.POS.active.imperative.PRES] => |pˠ|ʉː|꜖꜒|ʛˤ|-
[Q.2.3.cl.4.1incl.POS.active.imperative.PAST] => |ɹˤ|u|̰꜖|ʈʰʲ|-
[Q.2.3.cl.4.1incl.POS.active.conditional.PRES] => |r̥ʷ|a|̰꜒|ɰˠ|-
[Q.2.3.cl.4.1incl.POS.active.conditional.PAST] => |ŋˤ|ʉ#ː|꜒꜖|ɗˤ|-
[Q.2.3.cl.4.1incl.POS.active.optative.PRES] => |hpˠ|aː|꜒꜖|tʲ|-
[Q.2.3.cl.4.1incl.POS.active.optative.PAST] => |ɻˠ|ʉ|꜒|r̥ʷ|-
[Q.2.3.cl.4.1incl.POS.passive.indicative.PRES] => |wˠ|u#|꜖꜒|ɳ̥ʲ|-
[Q.2.3.cl.4.1incl.POS.passive.indicative.PAST] => |t͡sʲ|ʉː|꜒|ʋʲ|-
[Q.2.3.cl.4.1incl.POS.passive.imperative.PRES] => |ᵏǁˠ|a|꜒꜖|kʰˠ|-
[Q.2.3.cl.4.1incl.POS.passive.imperative.PAST] => |ᵏǀʰˠ|i|̰꜖|ʈʼʲ|-
[Q.2.3.cl.4.1incl.POS.passive.conditional.PRES] => |ʛˠ|aː|꜖꜒|ɳ̥ʲ|-
[Q.2.3.cl.4.1incl.POS.passive.conditional.PAST] => |t͡ʂʲ|u#ː|꜖|ʔ|-
[Q.2.3.cl.4.1incl.POS.passive.optative.PRES] => |m̥ˠ|ʉː|꜒|kʷ|-
[Q.2.3.cl.4.1incl.POS.passive.optative.PAST] => |d͡ʐʲ|i|꜒|tʼʷ|-
[Q.2.3.cl.4.1excl.NEG.active.indicative.PRES] => |ɻˠ|i|̰꜒|t͡sˤ|-
[Q.2.3.cl.4.1excl.NEG.active.indicative.PAST] => |ᵑǃʲ|i|̰꜖|kʰʷ|-
[Q.2.3.cl.4.1excl.NEG.active.imperative.PRES] => |ʡʲ|iː|̰꜖|qʷ|-
[Q.2.3.cl.4.1excl.NEG.active.imperative.PAST] => |ᵑǁˠ|u#ː|꜖|t͡ʂʲ|-
[Q.2.3.cl.4.1excl.NEG.active.conditional.PRES] => |kʼˠ|aː|꜒꜖|lʲ|-
[Q.2.3.cl.4.1excl.NEG.active.conditional.PAST] => |ᵏǃʷ|i#ː|꜒|htˠ|-
[Q.2.3.cl.4.1excl.NEG.active.optative.PRES] => |htʷ|aː|꜒|hkʷ|-
[Q.2.3.cl.4.1excl.NEG.active.optative.PAST] => |ɴˤ|i#ː|̰꜒|kʲ|-
[Q.2.3.cl.4.1excl.NEG.passive.indicative.PRES] => |tʷ|aː|꜒꜖|ɾˤ|-
[Q.2.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ᵏǀʰʷ|iː|̰꜒|hʈʲ|-
[Q.2.3.cl.4.1excl.NEG.passive.imperative.PRES] => |tʰˤ|u|꜖꜒|m̥ˤ|-
[Q.2.3.cl.4.1excl.NEG.passive.imperative.PAST] => |ᵏǃʼˤ|ʉ|꜖|rʲ|-
[Q.2.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ʛʲ|ʉ#|̰꜖|kˤ|-
[Q.2.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ᵑǀˠ|ʉ#ː|꜒꜖|ʈˠ|-
[Q.2.3.cl.4.1excl.NEG.passive.optative.PRES] => |hkʷ|ʉ#ː|꜒|tʰˠ|-
[Q.2.3.cl.4.1excl.NEG.passive.optative.PAST] => |ʛʲ|a|꜒꜖|ɰʷ|-
[Q.2.3.cl.4.1excl.POS.active.indicative.PRES] => |ᵏǀʰʷ|ʉ|̰꜒|tʰʷ|-
[Q.2.3.cl.4.1excl.POS.active.indicative.PAST] => |hkʲ|ᵊ|̰꜖|kʰˠ|-
[Q.2.3.cl.4.1excl.POS.active.imperative.PRES] => |kʰʷ|i|꜖|ɓˤ|-
[Q.2.3.cl.4.1excl.POS.active.imperative.PAST] => |ʄˠ|i|̰꜒|kʲ|-
[Q.2.3.cl.4.1excl.POS.active.conditional.PRES] => |pʼˤ|ʉ|̰꜖|nˤ|-
[Q.2.3.cl.4.1excl.POS.active.conditional.PAST] => |tˤ|u|̰꜒|ʃˠ|-
[Q.2.3.cl.4.1excl.POS.active.optative.PRES] => |r̥ˤ|a#ː|̰꜖|ʋˤ|-
[Q.2.3.cl.4.1excl.POS.active.optative.PAST] => |ŋ̥ˠ|i#ː|꜖꜒|kʼʲ|-
[Q.2.3.cl.4.1excl.POS.passive.indicative.PRES] => |ɥˠ|i|꜒|rʷ|-
[Q.2.3.cl.4.1excl.POS.passive.indicative.PAST] => |t͡sˤ|ʉ#|꜖꜒|qʲ|-
[Q.2.3.cl.4.1excl.POS.passive.imperative.PRES] => |ɳˠ|ʉ|꜖꜒|tʰʷ|-
[Q.2.3.cl.4.1excl.POS.passive.imperative.PAST] => |qʼˤ|uː|꜖꜒|lˠ|-
[Q.2.3.cl.4.1excl.POS.passive.conditional.PRES] => |ᵏǀˤ|i#|꜖꜒|tˤ|-
[Q.2.3.cl.4.1excl.POS.passive.conditional.PAST] => |ʈʰˠ|ʉ|꜖|ŋ̥ʲ|-
[Q.2.3.cl.4.1excl.POS.passive.optative.PRES] => |ᵑǀʼˠ|uː|̰꜖|ɭʲ|-
[Q.2.3.cl.4.1excl.POS.passive.optative.PAST] => |ᵏǃʷ|ᵊ|꜖|ʄʲ|-
[Q.2.3.cl.4.2.NEG.active.indicative.PRES] => |ɳˠ|ʉ|꜖|lˠ|-
[Q.2.3.cl.4.2.NEG.active.indicative.PAST] => |ᵏǃʲ|a#ː|꜖|t͡ʂˠ|-
[Q.2.3.cl.4.2.NEG.active.imperative.PRES] => |kˤ|i|꜒꜖|ŋ̥ʷ|-
[Q.2.3.cl.4.2.NEG.active.imperative.PAST] => |t͡sʲ|a|̰꜒|pʰˠ|-
[Q.2.3.cl.4.2.NEG.active.conditional.PRES] => |sʲ|iː|꜖|rʲ|-
[Q.2.3.cl.4.2.NEG.active.conditional.PAST] => |tʰʲ|i|꜒|htˠ|-
[Q.2.3.cl.4.2.NEG.active.optative.PRES] => |mʲ|ᵊ|꜖꜒|rʲ|-
[Q.2.3.cl.4.2.NEG.active.optative.PAST] => |ᵏǀʼˤ|a#ː|꜖꜒|ɠʷ|-
[Q.2.3.cl.4.2.NEG.passive.indicative.PRES] => |ᵑǁˠ|ᵊ|꜒|ʛʷ|-
[Q.2.3.cl.4.2.NEG.passive.indicative.PAST] => |qʼʲ|ᵊ|̰꜒|d͡ʐʲ|-
[Q.2.3.cl.4.2.NEG.passive.imperative.PRES] => |tˤ|u#ː|꜒꜖|tʼˤ|-
[Q.2.3.cl.4.2.NEG.passive.imperative.PAST] => |ᵏǃʼˤ|i|꜒꜖|t͡ʃ|-
[Q.2.3.cl.4.2.NEG.passive.conditional.PRES] => |tʼˤ|ʉ#ː|꜖|ɴʷ|-
[Q.2.3.cl.4.2.NEG.passive.conditional.PAST] => |ᵏǀˠ|i|꜖꜒|ɰʲ|-
[Q.2.3.cl.4.2.NEG.passive.optative.PRES] => |ʋʲ|iː|꜒꜖|ɗʲ|-
[Q.2.3.cl.4.2.NEG.passive.optative.PAST] => |ɰˤ|a|̰꜒|ɰʷ|-
[Q.2.3.cl.4.2.POS.active.indicative.PRES] => |ŋˠ|aː|̰꜖|r̥ʷ|-
[Q.2.3.cl.4.2.POS.active.indicative.PAST] => |ᵑǀˠ|a#|꜒|ɻʲ|-
[Q.2.3.cl.4.2.POS.active.imperative.PRES] => |ᵏǃʼʷ|ᵊ|̰꜒|tʼˤ|-
[Q.2.3.cl.4.2.POS.active.imperative.PAST] => |ᵏǀʼʷ|iː|꜖|ŋ̥ˤ|-
[Q.2.3.cl.4.2.POS.active.conditional.PRES] => |ʃˠ|i|꜒|kʰʲ|-
[Q.2.3.cl.4.2.POS.active.conditional.PAST] => |ɾˤ|a#|꜒꜖|ʋˠ|-
[Q.2.3.cl.4.2.POS.active.optative.PRES] => |ɳ̥ˠ|ᵊ|꜖|kʼˠ|-
[Q.2.3.cl.4.2.POS.active.optative.PAST] => |nʷ|i|̰꜖|kʰˠ|-
[Q.2.3.cl.4.2.POS.passive.indicative.PRES] => |ɳˠ|ᵊ|̰꜖|ɓˤ|-
[Q.2.3.cl.4.2.POS.passive.indicative.PAST] => |ɠʲ|ᵊ|̰꜖|mˤ|-
[Q.2.3.cl.4.2.POS.passive.imperative.PRES] => |tʼˤ|ᵊ|꜒꜖|t͡sˤ|-
[Q.2.3.cl.4.2.POS.passive.imperative.PAST] => |hkʷ|i#|꜖|kʼʲ|-
[Q.2.3.cl.4.2.POS.passive.conditional.PRES] => |wʲ|u|꜖꜒|t͡ʂʲ|-
[Q.2.3.cl.4.2.POS.passive.conditional.PAST] => |ᵏǃʼʲ|ʉ#|꜒|t͡sˠ|-
[Q.2.3.cl.4.2.POS.passive.optative.PRES] => |ʈʰʲ|ʉ#ː|꜖|ɳʲ|-
[Q.2.3.cl.4.2.POS.passive.optative.PAST] => |ɾˠ|u|꜖꜒|htˤ|-
[Q.2.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |ɳˠ|ᵊ|꜒|nʷ|-
[Q.2.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |t͡ʂˠ|a|꜖꜒|hkʲ|-
[Q.2.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |tˠ|iː|̰꜖|qʼˠ|-
[Q.2.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |ᵏǀʼʲ|aː|꜒꜖|ɓʲ|-
[Q.2.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |r̥ˤ|u|꜖꜒|ʛˠ|-
[Q.2.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |rˠ|i|꜒|ʈʼʲ|-
[Q.2.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |m̥ˠ|u|꜒꜖|pʼʲ|-
[Q.2.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ᵏǃʼʲ|a|꜒|mʲ|-
[Q.2.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |pˤ|i|꜒|ɳ̥ˠ|-
[Q.2.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |htˠ|aː|̰꜖|n̥ˠ|-
[Q.2.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ŋ̥ˠ|u|꜖꜒|t͡ʂʲ|-
[Q.2.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |t͡ʂˠ|u#ː|꜖|ɥʲ|-
[Q.2.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ɾˤ|aː|̰꜒|ʈʰˠ|-
[Q.2.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |n̥ʲ|ᵊ|̰꜒|hkʲ|-
[Q.2.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |r̥ʲ|a|꜒|qʼʷ|-
[Q.2.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |m̥ˤ|aː|̰꜒|rʷ|-
[Q.2.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |tˠ|u|꜒|ʈʰʲ|-
[Q.2.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʰˤ|a|꜖|r̥ʲ|-
[Q.2.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |kʼˤ|aː|꜖꜒|ɗʷ|-
[Q.2.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ᵏǃˠ|ʉ|꜒꜖|rʲ|-
[Q.2.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |ʈʼʲ|a|꜒꜖|wʲ|-
[Q.2.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |wʲ|iː|̰꜖|rˤ|-
[Q.2.3.cl.4.3.cl.1.POS.active.optative.PRES] => |ᵏǃʰʷ|aː|꜒꜖|ʡˠ|-
[Q.2.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ɰʲ|i|꜖|kˠ|-
[Q.2.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |ɴˤ|uː|꜖꜒|tʼʷ|-
[Q.2.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |wʲ|u#ː|꜖|n̥ʲ|-
[Q.2.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |tˠ|u|꜖|pʼˤ|-
[Q.2.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |kʰʷ|aː|꜖꜒|htʲ|-
[Q.2.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʷ|ᵊ|̰꜒|ʃʲ|-
[Q.2.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃʷ|iː|̰꜖|d͡ʐʲ|-
[Q.2.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |ɻˠ|i#|̰꜖|pʼʲ|-
[Q.2.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |mʲ|ʉ|꜖|ʈʰʲ|-
[Q.2.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |ɭˠ|u#ː|꜒|ʄʲ|-
[Q.2.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |pʼˤ|ʉː|꜒|ɠˤ|-
[Q.2.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ᵑǃʲ|i|̰꜖|ɾʷ|-
[Q.2.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ɳʲ|ʉ|꜖꜒|ɠʷ|-
[Q.2.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ɰˠ|u|̰꜒|rˠ|-
[Q.2.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |ᵑǀˠ|ᵊ|꜒꜖|ʄˠ|-
[Q.2.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ʜʲ|ᵊ|꜖|kʰʲ|-
[Q.2.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |sʲ|a|꜖|ɠˤ|-
[Q.2.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |qˤ|a|꜖|ŋʲ|-
[Q.2.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǃʰˠ|ᵊ|꜒꜖|sʲ|-
[Q.2.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ŋ̥ˤ|a#|̰꜒|ɳ̥ʲ|-
[Q.2.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |d͡ʐʲ|ʉ|̰꜖|ɽˠ|-
[Q.2.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |kˠ|i|̰꜒|ʈʲ|-
[Q.2.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǃˤ|i|꜒|ɗʲ|-
[Q.2.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |ɗˤ|iː|꜒꜖|lˠ|-
[Q.2.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʲ|i|꜒|nˤ|-
[Q.2.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ɓˠ|a|꜒|kʰʲ|-
[Q.2.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ᵑǀʼʲ|ʉ|꜒꜖|j|-
[Q.2.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |htʲ|i|꜒|wˠ|-
[Q.2.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |ʔ|ᵊ|꜒꜖|ɴˠ|-
[Q.2.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ɳ̥ʲ|i|꜒꜖|sʷ|-
[Q.2.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |tʼˤ|i|̰꜒|ɾʷ|-
[Q.2.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ɴʷ|a#|꜖꜒|ʈʰʲ|-
[Q.2.3.cl.4.3.cl.2.POS.active.optative.PAST] => |qʼˠ|a#ː|̰꜒|hʈʲ|-
[Q.2.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |tˤ|ᵊ|꜒꜖|mʲ|-
[Q.2.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ɾˤ|ʉ|̰꜖|ʜˠ|-
[Q.2.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |ɥʲ|a#ː|꜖꜒|nˤ|-
[Q.2.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ʋˠ|a#ː|꜖|ɠʲ|-
[Q.2.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ᵏǀˠ|ʉ|꜖|t͡sˠ|-
[Q.2.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ŋˠ|i|꜖|qʼˤ|-
[Q.2.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |tʰˠ|a#|꜖꜒|n̥ʲ|-
[Q.2.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ᵏǀˤ|a|꜒|m̥ʲ|-
[Q.2.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |t͡ʂʲ|a#ː|̰꜖|nʲ|-
[Q.2.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |n̥ˤ|ʉː|꜖|hʈˠ|-
[Q.2.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |hkˠ|iː|꜖꜒|pˠ|-
[Q.2.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |hkˤ|ᵊ|꜖|ɹʷ|-
[Q.2.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |ᵑǁʲ|ᵊ|꜖|pʰʲ|-
[Q.2.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |ɰˠ|i|̰꜒|nʲ|-
[Q.2.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |t͡sˤ|ʉ#ː|̰꜒|tʼˤ|-
[Q.2.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |ɴʲ|a|꜖꜒|n̥ˤ|-
[Q.2.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |wˤ|a#|̰꜒|ɴʷ|-
[Q.2.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ɰʷ|a|꜒꜖|qʷ|-
[Q.2.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |hkˠ|u|꜒|kʷ|-
[Q.2.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |tʼˠ|i|̰꜒|hkʷ|-
[Q.2.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃˠ|uː|̰꜒|ŋ̥ʷ|-
[Q.2.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǀʷ|ʉː|꜒|qʲ|-
[Q.2.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |kˤ|a|꜖|ɓˤ|-
[Q.2.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀʼʲ|aː|꜒|ɓˤ|-
[Q.2.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |d͡ʐˠ|u#|꜒꜖|ʃˠ|-
[Q.2.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |ʜˠ|aː|꜖꜒|nʲ|-
[Q.2.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |sʲ|aː|꜒꜖|n̥ˤ|-
[Q.2.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |ᵑǃʼˠ|iː|꜒|n̥ˠ|-
[Q.2.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |tʲ|ᵊ|꜖꜒|ɳ̥ˠ|-
[Q.2.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ɽˠ|aː|꜒|ŋˠ|-
[Q.2.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ᵑǁˠ|ʉː|̰꜒|ʂʲ|-
[Q.2.3.cl.4.3.cl.3.POS.active.optative.PAST] => |ʄˠ|i#ː|꜒|ʋˤ|-
[Q.2.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |ɭˠ|u|꜒|hʈʲ|-
[Q.2.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ʂˠ|u|꜖꜒|tʰˤ|-
[Q.2.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ŋ̥ʷ|a|꜖꜒|kʰʲ|-
[Q.2.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʰʲ|i|꜒꜖|htʷ|-
[Q.2.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |qʼʲ|u#|꜖|ɭʲ|-
[Q.2.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |tʰˠ|ʉ|꜒|ʈʼˠ|-
[Q.2.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʰˠ|iː|̰꜒|t͡sʲ|-
[Q.2.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |nˤ|ʉ|̰꜖|ɳ̥ʲ|-
[Q.2.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |tʼˤ|i#ː|꜖꜒|ʜˠ|-
[Q.2.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ᵏǀʼʲ|u|꜖|ɽˠ|-
[Q.2.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ʈˠ|i|꜖|pʲ|-
[Q.2.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ɓˤ|i#ː|̰꜖|kˤ|-
[Q.2.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |ɽʲ|a#|꜖|ɴʷ|-
[Q.2.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |sʲ|ᵊ|̰꜒|t͡sˤ|-
[Q.2.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |ŋʷ|i#|̰꜖|ɴˤ|-
[Q.2.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ᵏǁʼʲ|ʉ#|̰꜒|ʛˤ|-
[Q.2.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǃʼʷ|ʉː|꜖꜒|tɬʲ|-
[Q.2.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |hpˠ|a#ː|꜖|t͡sʲ|-
[Q.2.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |d͡ʐˠ|ʉ#|꜒꜖|tʼˤ|-
[Q.2.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |pˠ|iː|̰꜖|ɗʲ|-
[Q.2.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |kʼˠ|i#|̰꜒|ɥʲ|-
[Q.2.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |d͡ʐʲ|ᵊ|꜖|ɴˠ|-
[Q.2.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ʜˠ|a#ː|꜖꜒|qˤ|-
[Q.2.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |ᵑǃʼʷ|ʉː|꜖꜒|htˠ|-
[Q.2.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |tʼˠ|iː|̰꜒|n̥ʲ|-
[Q.2.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ʈʼˠ|u#|̰꜒|sʲ|-
[Q.2.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ɳʲ|i|̰꜖|ɭʲ|-
[Q.2.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |hpˠ|ʉ#ː|̰꜒|ʋʲ|-
[Q.2.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ɗˤ|u|꜒|ɳ̥ˠ|-
[Q.2.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |ᵑǃʼˤ|ᵊ|꜒|rʲ|-
[Q.2.3.cl.4.3.cl.4.POS.active.optative.PRES] => |r̥ʲ|ʉ|̰꜖|t͡ʃ|-
[Q.2.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ŋ̥ˠ|u|꜖|ɥˤ|-
[Q.2.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ᵏǁʼˠ|ʉ#|꜖|ʛˠ|-
[Q.2.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ɴʷ|a#|꜒꜖|r̥ʲ|-
[Q.2.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |t͡sˤ|ʉ|꜖꜒|ɳʲ|-
[Q.2.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |ʄˠ|u|꜒|ʛʲ|-
[Q.2.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |n̥ˠ|a|̰꜒|tˠ|-
[Q.2.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |qʷ|a#|꜒|t͡ʃ|-
[Q.2.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |ᵑǃˤ|a#ː|̰꜖|ɰʷ|-
[Q.2.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |ᵏǁˠ|aː|̰꜒|ɻʲ|-
[Q.3.cl.1.none.1incl.NEG.active.indicative.PRES] => |sʲ|i|꜖꜒|ʈʰʲ|-
[Q.3.cl.1.none.1incl.NEG.active.indicative.PAST] => |ᵏǀʰʷ|i#ː|꜖꜒|t͡sʲ|-
[Q.3.cl.1.none.1incl.NEG.active.imperative.PRES] => |h|i#|꜖꜒|ʛʲ|-
[Q.3.cl.1.none.1incl.NEG.active.imperative.PAST] => |tɬˠ|iː|꜖꜒|ʈʼˠ|-
[Q.3.cl.1.none.1incl.NEG.active.conditional.PRES] => |ɴʲ|i#|꜖|ɹʷ|-
[Q.3.cl.1.none.1incl.NEG.active.conditional.PAST] => |m̥ˠ|i|꜖꜒|kʼˠ|-
[Q.3.cl.1.none.1incl.NEG.active.optative.PRES] => |sˠ|ᵊ|꜖꜒|ʔ|-
[Q.3.cl.1.none.1incl.NEG.active.optative.PAST] => |ʃˠ|i|̰꜖|ɓˠ|-
[Q.3.cl.1.none.1incl.NEG.passive.indicative.PRES] => |m̥ˠ|u|̰꜖|ʄʲ|-
[Q.3.cl.1.none.1incl.NEG.passive.indicative.PAST] => |n̥ʷ|i|꜖꜒|d͡ʐʲ|-
[Q.3.cl.1.none.1incl.NEG.passive.imperative.PRES] => |tʰˤ|u#ː|꜖|wˠ|-
[Q.3.cl.1.none.1incl.NEG.passive.imperative.PAST] => |n̥ʷ|ᵊ|̰꜖|kʼʲ|-
[Q.3.cl.1.none.1incl.NEG.passive.conditional.PRES] => |kʲ|ʉ#|꜒꜖|ʂʲ|-
[Q.3.cl.1.none.1incl.NEG.passive.conditional.PAST] => |ᵑǁʼˠ|ʉ#ː|꜖|tʼˤ|-
[Q.3.cl.1.none.1incl.NEG.passive.optative.PRES] => |ᵏǁʲ|u|̰꜒|ŋ̥ˠ|-
[Q.3.cl.1.none.1incl.NEG.passive.optative.PAST] => |pʼʲ|a#|꜒|wˤ|-
[Q.3.cl.1.none.1incl.POS.active.indicative.PRES] => |ɰʷ|i|꜖|ʃˠ|-
[Q.3.cl.1.none.1incl.POS.active.indicative.PAST] => |ᵑǀʷ|i|꜒꜖|pˤ|-
[Q.3.cl.1.none.1incl.POS.active.imperative.PRES] => |ɗˤ|a|꜖꜒|ɗˤ|-
[Q.3.cl.1.none.1incl.POS.active.imperative.PAST] => |d͡ʐʲ|uː|꜒|r̥ʲ|-
[Q.3.cl.1.none.1incl.POS.active.conditional.PRES] => |ɠʲ|ʉ#|꜖꜒|tʼˠ|-
[Q.3.cl.1.none.1incl.POS.active.conditional.PAST] => |ɓˤ|ʉ#ː|꜖|ŋ̥ˠ|-
[Q.3.cl.1.none.1incl.POS.active.optative.PRES] => |t͡ʃ|ᵊ|꜖|htʲ|-
[Q.3.cl.1.none.1incl.POS.active.optative.PAST] => |kʼʲ|a|꜖|ʋˠ|-
[Q.3.cl.1.none.1incl.POS.passive.indicative.PRES] => |kʼʲ|u|꜒|ɳʲ|-
[Q.3.cl.1.none.1incl.POS.passive.indicative.PAST] => |rˤ|a#|̰꜖|ɥˠ|-
[Q.3.cl.1.none.1incl.POS.passive.imperative.PRES] => |ᵏǃʰˠ|i|̰꜖|ɴʲ|-
[Q.3.cl.1.none.1incl.POS.passive.imperative.PAST] => |ʂˠ|a#|̰꜒|ŋ̥ˠ|-
[Q.3.cl.1.none.1incl.POS.passive.conditional.PRES] => |ᵑǀʼʷ|i|꜒꜖|tʷ|-
[Q.3.cl.1.none.1incl.POS.passive.conditional.PAST] => |ɥʲ|u|̰꜒|n̥ˤ|-
[Q.3.cl.1.none.1incl.POS.passive.optative.PRES] => |qʼˤ|ʉː|꜖|kʼˤ|-
[Q.3.cl.1.none.1incl.POS.passive.optative.PAST] => |tʰˠ|ᵊ|̰꜖|n̥ʷ|-
[Q.3.cl.1.none.1excl.NEG.active.indicative.PRES] => |mˠ|i|̰꜖|tʼˤ|-
[Q.3.cl.1.none.1excl.NEG.active.indicative.PAST] => |ʔ|i|̰꜖|nʷ|-
[Q.3.cl.1.none.1excl.NEG.active.imperative.PRES] => |pʼʲ|u|̰꜒|pˠ|-
[Q.3.cl.1.none.1excl.NEG.active.imperative.PAST] => |ɴʲ|ʉ#ː|꜖|m̥ˠ|-
[Q.3.cl.1.none.1excl.NEG.active.conditional.PRES] => |t͡sˤ|i#|̰꜒|ʃˠ|-
[Q.3.cl.1.none.1excl.NEG.active.conditional.PAST] => |ᵏǀʰʷ|iː|꜖꜒|ɹʲ|-
[Q.3.cl.1.none.1excl.NEG.active.optative.PRES] => |ɾˤ|u#|꜒|m̥ʲ|-
[Q.3.cl.1.none.1excl.NEG.active.optative.PAST] => |kʷ|i|̰꜒|ɗˤ|-
[Q.3.cl.1.none.1excl.NEG.passive.indicative.PRES] => |qʷ|ʉ#ː|꜖|pˤ|-
[Q.3.cl.1.none.1excl.NEG.passive.indicative.PAST] => |ᵑǀʼˠ|u|̰꜒|ʋˠ|-
[Q.3.cl.1.none.1excl.NEG.passive.imperative.PRES] => |ᵑǃʼˤ|uː|̰꜖|pʲ|-
[Q.3.cl.1.none.1excl.NEG.passive.imperative.PAST] => |ᵏǃʰˠ|ʉː|꜒|lˠ|-
[Q.3.cl.1.none.1excl.NEG.passive.conditional.PRES] => |m̥ˤ|a|꜖꜒|n̥ˤ|-
[Q.3.cl.1.none.1excl.NEG.passive.conditional.PAST] => |kʼˤ|u#ː|꜒|ŋ̥ʲ|-
[Q.3.cl.1.none.1excl.NEG.passive.optative.PRES] => |ɗʲ|ᵊ|꜖|ɠʷ|-
[Q.3.cl.1.none.1excl.NEG.passive.optative.PAST] => |m̥ˤ|a|꜒꜖|tʼʷ|-
[Q.3.cl.1.none.1excl.POS.active.indicative.PRES] => |pʼˠ|i|꜖꜒|ʔ|-
[Q.3.cl.1.none.1excl.POS.active.indicative.PAST] => |ŋ̥ʲ|i|̰꜒|pʰˤ|-
[Q.3.cl.1.none.1excl.POS.active.imperative.PRES] => |ᵑǀʲ|ʉː|꜒꜖|ʛˠ|-
[Q.3.cl.1.none.1excl.POS.active.imperative.PAST] => |ʈʰˠ|i#|꜒|ɴˤ|-
[Q.3.cl.1.none.1excl.POS.active.conditional.PRES] => |ʛʷ|a|̰꜖|qʼˤ|-
[Q.3.cl.1.none.1excl.POS.active.conditional.PAST] => |ᵏǀʷ|ᵊ|꜖꜒|hʈʲ|-
[Q.3.cl.1.none.1excl.POS.active.optative.PRES] => |ᵏǃʷ|ʉ|̰꜖|nʲ|-
[Q.3.cl.1.none.1excl.POS.active.optative.PAST] => |ɻˠ|u|̰꜒|sˠ|-
[Q.3.cl.1.none.1excl.POS.passive.indicative.PRES] => |pʼˤ|a|꜒꜖|ɾʷ|-
[Q.3.cl.1.none.1excl.POS.passive.indicative.PAST] => |nʷ|ᵊ|̰꜒|ɽˠ|-
[Q.3.cl.1.none.1excl.POS.passive.imperative.PRES] => |ɴʷ|i|꜖꜒|d͡ʐˠ|-
[Q.3.cl.1.none.1excl.POS.passive.imperative.PAST] => |ʃʲ|ʉ|꜒꜖|ɥˠ|-
[Q.3.cl.1.none.1excl.POS.passive.conditional.PRES] => |ɹˠ|ʉ|꜒꜖|kʼʲ|-
[Q.3.cl.1.none.1excl.POS.passive.conditional.PAST] => |ʋˤ|i#ː|̰꜖|ɾʷ|-
[Q.3.cl.1.none.1excl.POS.passive.optative.PRES] => |hʈˠ|ʉ|꜖|n̥ˤ|-
[Q.3.cl.1.none.1excl.POS.passive.optative.PAST] => |hʈˠ|i|꜒꜖|ɠˠ|-
[Q.3.cl.1.none.2.NEG.active.indicative.PRES] => |ᵏǀʼʲ|i|꜒꜖|ʄʲ|-
[Q.3.cl.1.none.2.NEG.active.indicative.PAST] => |ɓˤ|a#ː|꜒|wʲ|-
[Q.3.cl.1.none.2.NEG.active.imperative.PRES] => |ᵏǃʷ|a|̰꜖|ɰʷ|-
[Q.3.cl.1.none.2.NEG.active.imperative.PAST] => |tˤ|ʉ|꜒꜖|tɬʲ|-
[Q.3.cl.1.none.2.NEG.active.conditional.PRES] => |ᵏǀʰˤ|ʉ|꜖|ʜˠ|-
[Q.3.cl.1.none.2.NEG.active.conditional.PAST] => |qʼˠ|a|꜖|qʼˤ|-
[Q.3.cl.1.none.2.NEG.active.optative.PRES] => |ɳˠ|a|꜖|qʲ|-
[Q.3.cl.1.none.2.NEG.active.optative.PAST] => |ᵏǃʰˠ|ʉː|꜒|mˠ|-
[Q.3.cl.1.none.2.NEG.passive.indicative.PRES] => |ɠˤ|i|̰꜖|qʼˤ|-
[Q.3.cl.1.none.2.NEG.passive.indicative.PAST] => |htʲ|aː|꜒꜖|pʼˤ|-
[Q.3.cl.1.none.2.NEG.passive.imperative.PRES] => |ɻʲ|a#|꜒꜖|nˠ|-
[Q.3.cl.1.none.2.NEG.passive.imperative.PAST] => |ᵏǀʼʲ|a|̰꜒|ŋˠ|-
[Q.3.cl.1.none.2.NEG.passive.conditional.PRES] => |nˠ|ᵊ|꜒|kʲ|-
[Q.3.cl.1.none.2.NEG.passive.conditional.PAST] => |nˠ|ʉː|̰꜒|ɰʷ|-
[Q.3.cl.1.none.2.NEG.passive.optative.PRES] => |tʼˠ|ᵊ|꜒꜖|ʔ|-
[Q.3.cl.1.none.2.NEG.passive.optative.PAST] => |ᵑǀʼʲ|u|꜒|ʡˠ|-
[Q.3.cl.1.none.2.POS.active.indicative.PRES] => |ɴˤ|i|꜒|sˠ|-
[Q.3.cl.1.none.2.POS.active.indicative.PAST] => |ᵏǃʷ|aː|꜒|t͡ʂˠ|-
[Q.3.cl.1.none.2.POS.active.imperative.PRES] => |ɭˠ|aː|꜒|ʔ|-
[Q.3.cl.1.none.2.POS.active.imperative.PAST] => |ʄʲ|i|꜒|tʼˤ|-
[Q.3.cl.1.none.2.POS.active.conditional.PRES] => |ᵑǀˠ|a|̰꜖|ɭˠ|-
[Q.3.cl.1.none.2.POS.active.conditional.PAST] => |ᵏǁʼˠ|ʉ|꜒꜖|ʋʲ|-
[Q.3.cl.1.none.2.POS.active.optative.PRES] => |ɴˠ|i|꜒꜖|pʼˠ|-
[Q.3.cl.1.none.2.POS.active.optative.PAST] => |ɓʲ|iː|꜒|htʲ|-
[Q.3.cl.1.none.2.POS.passive.indicative.PRES] => |ɗʷ|ʉ|꜒|tʼʲ|-
[Q.3.cl.1.none.2.POS.passive.indicative.PAST] => |pʼʲ|i|̰꜖|hkʲ|-
[Q.3.cl.1.none.2.POS.passive.imperative.PRES] => |ᵑǁʼʲ|iː|̰꜒|tɬˠ|-
[Q.3.cl.1.none.2.POS.passive.imperative.PAST] => |ᵏǀʰʲ|i#ː|̰꜖|qˠ|-
[Q.3.cl.1.none.2.POS.passive.conditional.PRES] => |kʰˠ|ʉ|꜖꜒|ŋˠ|-
[Q.3.cl.1.none.2.POS.passive.conditional.PAST] => |ᵏǀʰʲ|u#|꜖|ɻʲ|-
[Q.3.cl.1.none.2.POS.passive.optative.PRES] => |ʄˠ|u|꜒꜖|ɓˤ|-
[Q.3.cl.1.none.2.POS.passive.optative.PAST] => |mˠ|iː|꜖꜒|ʈˠ|-
[Q.3.cl.1.none.3.cl.1.NEG.active.indicative.PRES] => |tʰˤ|ᵊ|̰꜒|qʲ|-
[Q.3.cl.1.none.3.cl.1.NEG.active.indicative.PAST] => |n̥ʲ|ʉː|̰꜖|m̥ˤ|-
[Q.3.cl.1.none.3.cl.1.NEG.active.imperative.PRES] => |pˤ|u|̰꜒|ɠˠ|-
[Q.3.cl.1.none.3.cl.1.NEG.active.imperative.PAST] => |pʲ|i|̰꜒|ʋˠ|-
[Q.3.cl.1.none.3.cl.1.NEG.active.conditional.PRES] => |ᵑǀʷ|a|̰꜒|ɓʲ|-
[Q.3.cl.1.none.3.cl.1.NEG.active.conditional.PAST] => |t͡sˠ|i|̰꜒|ʛˤ|-
[Q.3.cl.1.none.3.cl.1.NEG.active.optative.PRES] => |tʼˠ|i#ː|̰꜖|n̥ʲ|-
[Q.3.cl.1.none.3.cl.1.NEG.active.optative.PAST] => |ʛˤ|ᵊ|̰꜒|kˠ|-
[Q.3.cl.1.none.3.cl.1.NEG.passive.indicative.PRES] => |mˠ|ᵊ|꜒꜖|pʼʲ|-
[Q.3.cl.1.none.3.cl.1.NEG.passive.indicative.PAST] => |ʡˠ|aː|꜖|ɹˠ|-
[Q.3.cl.1.none.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǃˤ|ᵊ|꜒꜖|ɹʷ|-
[Q.3.cl.1.none.3.cl.1.NEG.passive.imperative.PAST] => |nˤ|ʉ#ː|꜖꜒|r̥ˤ|-
[Q.3.cl.1.none.3.cl.1.NEG.passive.conditional.PRES] => |hʈˠ|ᵊ|꜒|ɽʲ|-
[Q.3.cl.1.none.3.cl.1.NEG.passive.conditional.PAST] => |ɰˠ|u#|̰꜒|kʰʷ|-
[Q.3.cl.1.none.3.cl.1.NEG.passive.optative.PRES] => |ᵏǃʰʲ|i|꜒|ŋ̥ʷ|-
[Q.3.cl.1.none.3.cl.1.NEG.passive.optative.PAST] => |tʰʲ|ᵊ|꜒|ʂʲ|-
[Q.3.cl.1.none.3.cl.1.POS.active.indicative.PRES] => |ᵑǃʼˤ|ʉ#ː|꜖꜒|kʼˠ|-
[Q.3.cl.1.none.3.cl.1.POS.active.indicative.PAST] => |ʔ|i|꜖|ɹˤ|-
[Q.3.cl.1.none.3.cl.1.POS.active.imperative.PRES] => |tɬˠ|a|̰꜒|ɠʲ|-
[Q.3.cl.1.none.3.cl.1.POS.active.imperative.PAST] => |ʈʼʲ|ʉ|꜒꜖|ɾʷ|-
[Q.3.cl.1.none.3.cl.1.POS.active.conditional.PRES] => |ɽˠ|ʉ|̰꜒|ʄˠ|-
[Q.3.cl.1.none.3.cl.1.POS.active.conditional.PAST] => |ʈʲ|u#ː|꜒|ʜʲ|-
[Q.3.cl.1.none.3.cl.1.POS.active.optative.PRES] => |tʲ|i|꜖|qʼˤ|-
[Q.3.cl.1.none.3.cl.1.POS.active.optative.PAST] => |ᵑǃʼˠ|i|̰꜒|ɥˠ|-
[Q.3.cl.1.none.3.cl.1.POS.passive.indicative.PRES] => |ʂʲ|a|꜒|t͡ʂˠ|-
[Q.3.cl.1.none.3.cl.1.POS.passive.indicative.PAST] => |ɽʲ|i#ː|꜖꜒|rʲ|-
[Q.3.cl.1.none.3.cl.1.POS.passive.imperative.PRES] => |ɹʲ|iː|̰꜖|d͡ʐʲ|-
[Q.3.cl.1.none.3.cl.1.POS.passive.imperative.PAST] => |ᵑǀʼʷ|i|̰꜒|ŋ̥ʲ|-
[Q.3.cl.1.none.3.cl.1.POS.passive.conditional.PRES] => |mˤ|a|꜒|kʼˤ|-
[Q.3.cl.1.none.3.cl.1.POS.passive.conditional.PAST] => |r̥ˠ|u#ː|꜖|n̥ˤ|-
[Q.3.cl.1.none.3.cl.1.POS.passive.optative.PRES] => |m̥ʲ|ᵊ|̰꜒|rʲ|-
[Q.3.cl.1.none.3.cl.1.POS.passive.optative.PAST] => |hpˤ|ʉ|꜒꜖|ɹʷ|-
[Q.3.cl.1.none.3.cl.2.NEG.active.indicative.PRES] => |ᵑǀʷ|ʉ#|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.1.none.3.cl.2.NEG.active.indicative.PAST] => |d͡ʐʲ|ʉ|̰꜖|pʰʲ|-
[Q.3.cl.1.none.3.cl.2.NEG.active.imperative.PRES] => |ᵏǁʼʲ|a|꜒꜖|ʈʼʲ|-
[Q.3.cl.1.none.3.cl.2.NEG.active.imperative.PAST] => |ŋʲ|a|꜖꜒|t͡ʃ|-
[Q.3.cl.1.none.3.cl.2.NEG.active.conditional.PRES] => |wˤ|ᵊ|̰꜒|ŋˤ|-
[Q.3.cl.1.none.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃʰˤ|ʉ|꜒|kʼʲ|-
[Q.3.cl.1.none.3.cl.2.NEG.active.optative.PRES] => |ɰˠ|ᵊ|꜒꜖|kʰʲ|-
[Q.3.cl.1.none.3.cl.2.NEG.active.optative.PAST] => |tɬˠ|i|̰꜖|tʼʷ|-
[Q.3.cl.1.none.3.cl.2.NEG.passive.indicative.PRES] => |d͡ʐʲ|iː|꜒꜖|pʼˤ|-
[Q.3.cl.1.none.3.cl.2.NEG.passive.indicative.PAST] => |pˠ|ʉ#ː|꜒꜖|t͡sʲ|-
[Q.3.cl.1.none.3.cl.2.NEG.passive.imperative.PRES] => |qˠ|u|꜒|sʲ|-
[Q.3.cl.1.none.3.cl.2.NEG.passive.imperative.PAST] => |ɽʲ|i|̰꜖|t͡sʷ|-
[Q.3.cl.1.none.3.cl.2.NEG.passive.conditional.PRES] => |ɽˠ|a|꜒|qˤ|-
[Q.3.cl.1.none.3.cl.2.NEG.passive.conditional.PAST] => |pʼˠ|i|̰꜖|ŋ̥ˠ|-
[Q.3.cl.1.none.3.cl.2.NEG.passive.optative.PRES] => |n̥ʷ|a|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.1.none.3.cl.2.NEG.passive.optative.PAST] => |ᵏǃʰˤ|ʉ#ː|꜖|ɰˤ|-
[Q.3.cl.1.none.3.cl.2.POS.active.indicative.PRES] => |qʲ|ʉ|̰꜒|ʈʼˠ|-
[Q.3.cl.1.none.3.cl.2.POS.active.indicative.PAST] => |mˤ|i|꜖꜒|ʂˠ|-
[Q.3.cl.1.none.3.cl.2.POS.active.imperative.PRES] => |ŋˠ|i|꜖|ɠʲ|-
[Q.3.cl.1.none.3.cl.2.POS.active.imperative.PAST] => |ᵏǀʼˠ|ʉ|꜖꜒|ɻˠ|-
[Q.3.cl.1.none.3.cl.2.POS.active.conditional.PRES] => |ʡˠ|ᵊ|꜒꜖|t͡sˠ|-
[Q.3.cl.1.none.3.cl.2.POS.active.conditional.PAST] => |ŋˠ|a#|̰꜒|pʲ|-
[Q.3.cl.1.none.3.cl.2.POS.active.optative.PRES] => |pʰʲ|a|꜒꜖|d͡ʐʲ|-
[Q.3.cl.1.none.3.cl.2.POS.active.optative.PAST] => |ɰˤ|ʉ|꜒꜖|ʛʷ|-
[Q.3.cl.1.none.3.cl.2.POS.passive.indicative.PRES] => |ɽˠ|i|꜒꜖|qʼˤ|-
[Q.3.cl.1.none.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀʼˠ|iː|꜒꜖|hʈʲ|-
[Q.3.cl.1.none.3.cl.2.POS.passive.imperative.PRES] => |tɬʲ|a|꜒|rˤ|-
[Q.3.cl.1.none.3.cl.2.POS.passive.imperative.PAST] => |ʋʲ|uː|̰꜒|rˠ|-
[Q.3.cl.1.none.3.cl.2.POS.passive.conditional.PRES] => |ʄʲ|u|꜖꜒|rʲ|-
[Q.3.cl.1.none.3.cl.2.POS.passive.conditional.PAST] => |ɻˠ|ʉ|꜖꜒|ɴˤ|-
[Q.3.cl.1.none.3.cl.2.POS.passive.optative.PRES] => |ʡʲ|u#|꜖꜒|pʲ|-
[Q.3.cl.1.none.3.cl.2.POS.passive.optative.PAST] => |kʼˠ|a#|꜖꜒|kˠ|-
[Q.3.cl.1.none.3.cl.3.NEG.active.indicative.PRES] => |nʷ|a|̰꜖|n̥ʷ|-
[Q.3.cl.1.none.3.cl.3.NEG.active.indicative.PAST] => |ᵑǀʼˠ|a|꜒꜖|ɭʲ|-
[Q.3.cl.1.none.3.cl.3.NEG.active.imperative.PRES] => |ɰʲ|a|꜖꜒|r̥ʷ|-
[Q.3.cl.1.none.3.cl.3.NEG.active.imperative.PAST] => |pʰˠ|i|꜖꜒|ʄˠ|-
[Q.3.cl.1.none.3.cl.3.NEG.active.conditional.PRES] => |ʄˠ|a|̰꜖|ŋ̥ˤ|-
[Q.3.cl.1.none.3.cl.3.NEG.active.conditional.PAST] => |tʼˤ|ᵊ|꜖|kˤ|-
[Q.3.cl.1.none.3.cl.3.NEG.active.optative.PRES] => |ʜˠ|a#ː|꜖꜒|ɓˤ|-
[Q.3.cl.1.none.3.cl.3.NEG.active.optative.PAST] => |ᵏǁʼʲ|ʉ|̰꜖|ʛʲ|-
[Q.3.cl.1.none.3.cl.3.NEG.passive.indicative.PRES] => |qʼʲ|u#ː|꜖꜒|nˠ|-
[Q.3.cl.1.none.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǃʰˠ|uː|̰꜒|ʜˠ|-
[Q.3.cl.1.none.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃˠ|ʉ|꜒꜖|nʲ|-
[Q.3.cl.1.none.3.cl.3.NEG.passive.imperative.PAST] => |kʲ|ʉ|̰꜖|tʰʲ|-
[Q.3.cl.1.none.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃʲ|a|̰꜒|ɓʲ|-
[Q.3.cl.1.none.3.cl.3.NEG.passive.conditional.PAST] => |ɳʲ|ᵊ|꜖꜒|h|-
[Q.3.cl.1.none.3.cl.3.NEG.passive.optative.PRES] => |lˠ|uː|꜖|kʰʷ|-
[Q.3.cl.1.none.3.cl.3.NEG.passive.optative.PAST] => |kʼʷ|a|꜒꜖|ɠˠ|-
[Q.3.cl.1.none.3.cl.3.POS.active.indicative.PRES] => |ᵑǃˤ|ᵊ|꜖꜒|ʜʲ|-
[Q.3.cl.1.none.3.cl.3.POS.active.indicative.PAST] => |ɹʷ|ᵊ|꜒|qʼʷ|-
[Q.3.cl.1.none.3.cl.3.POS.active.imperative.PRES] => |wˠ|ʉː|꜒꜖|nʷ|-
[Q.3.cl.1.none.3.cl.3.POS.active.imperative.PAST] => |ᵑǁˠ|ᵊ|꜒꜖|m̥ˤ|-
[Q.3.cl.1.none.3.cl.3.POS.active.conditional.PRES] => |ɗʲ|u|꜒|nˤ|-
[Q.3.cl.1.none.3.cl.3.POS.active.conditional.PAST] => |hkˤ|a#|꜖|ŋ̥ˠ|-
[Q.3.cl.1.none.3.cl.3.POS.active.optative.PRES] => |ɠˠ|aː|̰꜖|ʃʲ|-
[Q.3.cl.1.none.3.cl.3.POS.active.optative.PAST] => |kʼˤ|ʉ|꜒꜖|ɳʲ|-
[Q.3.cl.1.none.3.cl.3.POS.passive.indicative.PRES] => |ᵏǃʰʲ|a|꜒|hʈʲ|-
[Q.3.cl.1.none.3.cl.3.POS.passive.indicative.PAST] => |ɴʲ|a|꜖|ŋ̥ʲ|-
[Q.3.cl.1.none.3.cl.3.POS.passive.imperative.PRES] => |ʈʰʲ|a#ː|꜒꜖|n̥ˤ|-
[Q.3.cl.1.none.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʰʷ|aː|꜖꜒|ʛˤ|-
[Q.3.cl.1.none.3.cl.3.POS.passive.conditional.PRES] => |ᵏǃˤ|ᵊ|̰꜒|tˤ|-
[Q.3.cl.1.none.3.cl.3.POS.passive.conditional.PAST] => |ɗʷ|ʉ|꜒|ɗˤ|-
[Q.3.cl.1.none.3.cl.3.POS.passive.optative.PRES] => |ᵑǀʼʷ|iː|꜒|tɬʲ|-
[Q.3.cl.1.none.3.cl.3.POS.passive.optative.PAST] => |r̥ʷ|ᵊ|꜖|pʼˤ|-
[Q.3.cl.1.none.3.cl.4.NEG.active.indicative.PRES] => |t͡sʲ|ʉ|꜖꜒|tʼˠ|-
[Q.3.cl.1.none.3.cl.4.NEG.active.indicative.PAST] => |pʼʲ|u|̰꜖|t͡sʲ|-
[Q.3.cl.1.none.3.cl.4.NEG.active.imperative.PRES] => |pʲ|a|꜒꜖|pʼˠ|-
[Q.3.cl.1.none.3.cl.4.NEG.active.imperative.PAST] => |hʈˠ|iː|꜒|ʄˠ|-
[Q.3.cl.1.none.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʲ|i|꜒|wˤ|-
[Q.3.cl.1.none.3.cl.4.NEG.active.conditional.PAST] => |ŋ̥ˤ|a#ː|꜒꜖|ʃˠ|-
[Q.3.cl.1.none.3.cl.4.NEG.active.optative.PRES] => |ʜʲ|i|꜒|sˤ|-
[Q.3.cl.1.none.3.cl.4.NEG.active.optative.PAST] => |sʲ|aː|꜖꜒|ʋˠ|-
[Q.3.cl.1.none.3.cl.4.NEG.passive.indicative.PRES] => |pʰˠ|iː|̰꜒|nʲ|-
[Q.3.cl.1.none.3.cl.4.NEG.passive.indicative.PAST] => |ʛʲ|a#|꜖|ʈʼʲ|-
[Q.3.cl.1.none.3.cl.4.NEG.passive.imperative.PRES] => |ʡˠ|ʉ|̰꜒|htʲ|-
[Q.3.cl.1.none.3.cl.4.NEG.passive.imperative.PAST] => |ɴˤ|ʉ|꜒|ɠʷ|-
[Q.3.cl.1.none.3.cl.4.NEG.passive.conditional.PRES] => |rˤ|i#ː|꜒|mʲ|-
[Q.3.cl.1.none.3.cl.4.NEG.passive.conditional.PAST] => |tʼˤ|ᵊ|̰꜖|hʈʲ|-
[Q.3.cl.1.none.3.cl.4.NEG.passive.optative.PRES] => |pʰʲ|ᵊ|̰꜖|tɬʲ|-
[Q.3.cl.1.none.3.cl.4.NEG.passive.optative.PAST] => |ɓˠ|u|꜖꜒|ɥʲ|-
[Q.3.cl.1.none.3.cl.4.POS.active.indicative.PRES] => |ʂˠ|ʉ|꜖꜒|kʼʲ|-
[Q.3.cl.1.none.3.cl.4.POS.active.indicative.PAST] => |ᵏǀˤ|u|꜖꜒|d͡ʐʲ|-
[Q.3.cl.1.none.3.cl.4.POS.active.imperative.PRES] => |tʼˤ|i|꜖꜒|ʋˤ|-
[Q.3.cl.1.none.3.cl.4.POS.active.imperative.PAST] => |n̥ʲ|a|꜖꜒|kˠ|-
[Q.3.cl.1.none.3.cl.4.POS.active.conditional.PRES] => |pʰˠ|i|̰꜒|ɓʲ|-
[Q.3.cl.1.none.3.cl.4.POS.active.conditional.PAST] => |ᵏǀʼˠ|i|꜒|rʷ|-
[Q.3.cl.1.none.3.cl.4.POS.active.optative.PRES] => |lʲ|u|꜒|ɗʷ|-
[Q.3.cl.1.none.3.cl.4.POS.active.optative.PAST] => |ʋˤ|a|꜖|kʼˠ|-
[Q.3.cl.1.none.3.cl.4.POS.passive.indicative.PRES] => |ᵏǁˠ|a|꜖|ɗʷ|-
[Q.3.cl.1.none.3.cl.4.POS.passive.indicative.PAST] => |ʡˠ|ʉ#|̰꜒|tˠ|-
[Q.3.cl.1.none.3.cl.4.POS.passive.imperative.PRES] => |ᵑǃˠ|uː|꜖꜒|ɴʷ|-
[Q.3.cl.1.none.3.cl.4.POS.passive.imperative.PAST] => |ᵑǀʼʲ|i|̰꜖|tʰˠ|-
[Q.3.cl.1.none.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃʼˤ|i|̰꜖|t͡sʷ|-
[Q.3.cl.1.none.3.cl.4.POS.passive.conditional.PAST] => |ɳ̥ˠ|u|꜖꜒|t͡ʂʲ|-
[Q.3.cl.1.none.3.cl.4.POS.passive.optative.PRES] => |sʷ|i|̰꜖|ɴˤ|-
[Q.3.cl.1.none.3.cl.4.POS.passive.optative.PAST] => |pʼˤ|u|꜒꜖|ɰʷ|-
[Q.3.cl.1.1incl.1incl.NEG.active.indicative.PRES] => |ɗʷ|i#ː|̰꜒|ʈˠ|-
[Q.3.cl.1.1incl.1incl.NEG.active.indicative.PAST] => |ᵏǁʼʲ|u|̰꜖|wˤ|-
[Q.3.cl.1.1incl.1incl.NEG.active.imperative.PRES] => |pʼˠ|aː|꜒꜖|ɠˠ|-
[Q.3.cl.1.1incl.1incl.NEG.active.imperative.PAST] => |ŋ̥ˠ|a|꜖꜒|pʼʲ|-
[Q.3.cl.1.1incl.1incl.NEG.active.conditional.PRES] => |ᵏǃʰʷ|a|꜖|rˠ|-
[Q.3.cl.1.1incl.1incl.NEG.active.conditional.PAST] => |htʲ|a#|꜒꜖|ʈʲ|-
[Q.3.cl.1.1incl.1incl.NEG.active.optative.PRES] => |ʄʲ|ᵊ|꜖꜒|ɽˠ|-
[Q.3.cl.1.1incl.1incl.NEG.active.optative.PAST] => |ɰʲ|u|̰꜖|kʰʲ|-
[Q.3.cl.1.1incl.1incl.NEG.passive.indicative.PRES] => |hkʷ|ʉ|꜒꜖|nˠ|-
[Q.3.cl.1.1incl.1incl.NEG.passive.indicative.PAST] => |hkʷ|ᵊ|꜖꜒|ʡʲ|-
[Q.3.cl.1.1incl.1incl.NEG.passive.imperative.PRES] => |ɠˠ|ʉː|꜒꜖|ʈʰʲ|-
[Q.3.cl.1.1incl.1incl.NEG.passive.imperative.PAST] => |ᵏǃʼˤ|ʉː|̰꜖|ɴʷ|-
[Q.3.cl.1.1incl.1incl.NEG.passive.conditional.PRES] => |ᵏǃʰʷ|i|̰꜒|rˠ|-
[Q.3.cl.1.1incl.1incl.NEG.passive.conditional.PAST] => |ᵑǃʲ|ᵊ|̰꜒|mˤ|-
[Q.3.cl.1.1incl.1incl.NEG.passive.optative.PRES] => |ᵑǀˠ|u#|꜖꜒|kʷ|-
[Q.3.cl.1.1incl.1incl.NEG.passive.optative.PAST] => |ʈˠ|u#|꜒꜖|kʰˠ|-
[Q.3.cl.1.1incl.1incl.POS.active.indicative.PRES] => |n̥ˤ|aː|꜒꜖|ɹʲ|-
[Q.3.cl.1.1incl.1incl.POS.active.indicative.PAST] => |tʰˠ|iː|꜒꜖|nʲ|-
[Q.3.cl.1.1incl.1incl.POS.active.imperative.PRES] => |ɭʲ|ᵊ|̰꜖|nʷ|-
[Q.3.cl.1.1incl.1incl.POS.active.imperative.PAST] => |ʈˠ|iː|꜒|ɴˤ|-
[Q.3.cl.1.1incl.1incl.POS.active.conditional.PRES] => |ɗʲ|ʉː|꜒꜖|tʷ|-
[Q.3.cl.1.1incl.1incl.POS.active.conditional.PAST] => |ʋˤ|iː|꜒꜖|qʼʲ|-
[Q.3.cl.1.1incl.1incl.POS.active.optative.PRES] => |kʰˠ|iː|꜒꜖|htˠ|-
[Q.3.cl.1.1incl.1incl.POS.active.optative.PAST] => |ᵏǃʰˠ|a#ː|꜒|ɴʲ|-
[Q.3.cl.1.1incl.1incl.POS.passive.indicative.PRES] => |ᵑǁˠ|a#ː|꜒|ɴˤ|-
[Q.3.cl.1.1incl.1incl.POS.passive.indicative.PAST] => |ɰʲ|iː|꜖꜒|tʰʷ|-
[Q.3.cl.1.1incl.1incl.POS.passive.imperative.PRES] => |ᵏǀʲ|ᵊ|꜖꜒|nˤ|-
[Q.3.cl.1.1incl.1incl.POS.passive.imperative.PAST] => |ʂʲ|a|̰꜒|ʋʲ|-
[Q.3.cl.1.1incl.1incl.POS.passive.conditional.PRES] => |ʂˠ|ʉ#|꜒꜖|ʋʲ|-
[Q.3.cl.1.1incl.1incl.POS.passive.conditional.PAST] => |ɰʲ|a|̰꜒|ʜˠ|-
[Q.3.cl.1.1incl.1incl.POS.passive.optative.PRES] => |ɴˤ|u|꜖꜒|kʼʲ|-
[Q.3.cl.1.1incl.1incl.POS.passive.optative.PAST] => |ᵏǃʼˤ|aː|̰꜖|ʡʲ|-
[Q.3.cl.1.1incl.1excl.NEG.active.indicative.PRES] => |ᵑǀʲ|a|̰꜒|ɹʲ|-
[Q.3.cl.1.1incl.1excl.NEG.active.indicative.PAST] => |m̥ˠ|ᵊ|꜒꜖|qʷ|-
[Q.3.cl.1.1incl.1excl.NEG.active.imperative.PRES] => |ɭʲ|i|̰꜖|qʼˠ|-
[Q.3.cl.1.1incl.1excl.NEG.active.imperative.PAST] => |ɴˤ|a|̰꜒|ŋ̥ˠ|-
[Q.3.cl.1.1incl.1excl.NEG.active.conditional.PRES] => |wʲ|i|꜒|ʜʲ|-
[Q.3.cl.1.1incl.1excl.NEG.active.conditional.PAST] => |ʃˠ|i|꜒|hʈʲ|-
[Q.3.cl.1.1incl.1excl.NEG.active.optative.PRES] => |ᵏǃʼˠ|ᵊ|꜖꜒|ɴˤ|-
[Q.3.cl.1.1incl.1excl.NEG.active.optative.PAST] => |pʼˠ|iː|꜒|ʋˠ|-
[Q.3.cl.1.1incl.1excl.NEG.passive.indicative.PRES] => |ᵏǀʰˤ|ʉː|꜖꜒|pʼˠ|-
[Q.3.cl.1.1incl.1excl.NEG.passive.indicative.PAST] => |ʛʲ|i|̰꜒|nʷ|-
[Q.3.cl.1.1incl.1excl.NEG.passive.imperative.PRES] => |mʲ|u|̰꜖|kʰʲ|-
[Q.3.cl.1.1incl.1excl.NEG.passive.imperative.PAST] => |ᵏǀʼˠ|u#|̰꜖|t͡sʲ|-
[Q.3.cl.1.1incl.1excl.NEG.passive.conditional.PRES] => |m̥ˠ|i|꜒|ʛˤ|-
[Q.3.cl.1.1incl.1excl.NEG.passive.conditional.PAST] => |lˠ|u|꜖|ʡʲ|-
[Q.3.cl.1.1incl.1excl.NEG.passive.optative.PRES] => |ŋ̥ˤ|aː|̰꜖|mˤ|-
[Q.3.cl.1.1incl.1excl.NEG.passive.optative.PAST] => |tɬʲ|ʉ|̰꜒|ʄʲ|-
[Q.3.cl.1.1incl.1excl.POS.active.indicative.PRES] => |d͡ʐʲ|a#|꜖|pˤ|-
[Q.3.cl.1.1incl.1excl.POS.active.indicative.PAST] => |ɴˠ|ʉ|̰꜖|ʃˠ|-
[Q.3.cl.1.1incl.1excl.POS.active.imperative.PRES] => |kˤ|a#|꜒꜖|t͡ʂʲ|-
[Q.3.cl.1.1incl.1excl.POS.active.imperative.PAST] => |ᵏǁʰʲ|i#|̰꜖|rˤ|-
[Q.3.cl.1.1incl.1excl.POS.active.conditional.PRES] => |tʼʲ|i|꜒|htˤ|-
[Q.3.cl.1.1incl.1excl.POS.active.conditional.PAST] => |ɠˤ|a#ː|꜒꜖|tʼʷ|-
[Q.3.cl.1.1incl.1excl.POS.active.optative.PRES] => |ʛˠ|u|̰꜖|m̥ˤ|-
[Q.3.cl.1.1incl.1excl.POS.active.optative.PAST] => |ᵏǀʰˤ|a|̰꜖|ɴˠ|-
[Q.3.cl.1.1incl.1excl.POS.passive.indicative.PRES] => |m̥ˤ|aː|꜒|ɭʲ|-
[Q.3.cl.1.1incl.1excl.POS.passive.indicative.PAST] => |qʷ|a|̰꜒|ʔ|-
[Q.3.cl.1.1incl.1excl.POS.passive.imperative.PRES] => |t͡ʂʲ|a|꜖꜒|tɬˠ|-
[Q.3.cl.1.1incl.1excl.POS.passive.imperative.PAST] => |m̥ʲ|ʉ|꜖|ɻʲ|-
[Q.3.cl.1.1incl.1excl.POS.passive.conditional.PRES] => |ɗʷ|ʉ#ː|꜖꜒|ŋ̥ʲ|-
[Q.3.cl.1.1incl.1excl.POS.passive.conditional.PAST] => |htʲ|a|꜒|hkˤ|-
[Q.3.cl.1.1incl.1excl.POS.passive.optative.PRES] => |pʼˤ|u|꜖꜒|wʲ|-
[Q.3.cl.1.1incl.1excl.POS.passive.optative.PAST] => |ᵏǃʰˠ|ʉ#ː|꜒꜖|tɬˠ|-
[Q.3.cl.1.1incl.2.NEG.active.indicative.PRES] => |tʼˤ|ᵊ|̰꜒|ʄˠ|-
[Q.3.cl.1.1incl.2.NEG.active.indicative.PAST] => |t͡sˠ|ᵊ|꜒|nˠ|-
[Q.3.cl.1.1incl.2.NEG.active.imperative.PRES] => |ʋʲ|i|꜒꜖|ɻʲ|-
[Q.3.cl.1.1incl.2.NEG.active.imperative.PAST] => |ɠˠ|ʉ|꜖|rˠ|-
[Q.3.cl.1.1incl.2.NEG.active.conditional.PRES] => |ʄˠ|iː|̰꜖|ɳˠ|-
[Q.3.cl.1.1incl.2.NEG.active.conditional.PAST] => |pʰˤ|a|̰꜒|ʂʲ|-
[Q.3.cl.1.1incl.2.NEG.active.optative.PRES] => |ᵏǀʼˤ|iː|꜖|n̥ʷ|-
[Q.3.cl.1.1incl.2.NEG.active.optative.PAST] => |ᵏǁʼʲ|u|꜖꜒|ʂˠ|-
[Q.3.cl.1.1incl.2.NEG.passive.indicative.PRES] => |ᵑǃʼʲ|i|꜖|ɽˠ|-
[Q.3.cl.1.1incl.2.NEG.passive.indicative.PAST] => |ʃˠ|ᵊ|꜒|ɰʲ|-
[Q.3.cl.1.1incl.2.NEG.passive.imperative.PRES] => |ɴˤ|aː|꜒|ɴˠ|-
[Q.3.cl.1.1incl.2.NEG.passive.imperative.PAST] => |ᵑǃʼˤ|u#|꜖|ʂˠ|-
[Q.3.cl.1.1incl.2.NEG.passive.conditional.PRES] => |htˠ|ʉ|̰꜒|sˠ|-
[Q.3.cl.1.1incl.2.NEG.passive.conditional.PAST] => |ᵏǃʼˤ|i#ː|̰꜒|kʼˠ|-
[Q.3.cl.1.1incl.2.NEG.passive.optative.PRES] => |ᵏǀˤ|ᵊ|꜖|ɾˠ|-
[Q.3.cl.1.1incl.2.NEG.passive.optative.PAST] => |ɓʲ|ʉ#ː|꜒|ɳʲ|-
[Q.3.cl.1.1incl.2.POS.active.indicative.PRES] => |pʲ|u|꜖꜒|ɻˠ|-
[Q.3.cl.1.1incl.2.POS.active.indicative.PAST] => |ᵏǃʼʷ|i|꜒꜖|ɾˤ|-
[Q.3.cl.1.1incl.2.POS.active.imperative.PRES] => |htʷ|a#|꜒꜖|ʛˤ|-
[Q.3.cl.1.1incl.2.POS.active.imperative.PAST] => |qʷ|i|꜖꜒|ɹʲ|-
[Q.3.cl.1.1incl.2.POS.active.conditional.PRES] => |ᵏǀʰʷ|iː|̰꜒|ʈʼʲ|-
[Q.3.cl.1.1incl.2.POS.active.conditional.PAST] => |ʈʼˠ|a#ː|꜖|kˤ|-
[Q.3.cl.1.1incl.2.POS.active.optative.PRES] => |kʼʲ|u|꜖|t͡sʲ|-
[Q.3.cl.1.1incl.2.POS.active.optative.PAST] => |ᵏǃˠ|uː|꜒|ʄʲ|-
[Q.3.cl.1.1incl.2.POS.passive.indicative.PRES] => |ᵏǀʲ|iː|̰꜖|kˤ|-
[Q.3.cl.1.1incl.2.POS.passive.indicative.PAST] => |ᵑǃʼʲ|ʉ#|꜖|ʂʲ|-
[Q.3.cl.1.1incl.2.POS.passive.imperative.PRES] => |ʈʰʲ|a#|꜒꜖|ɾʲ|-
[Q.3.cl.1.1incl.2.POS.passive.imperative.PAST] => |ʈʲ|i|̰꜖|n̥ˤ|-
[Q.3.cl.1.1incl.2.POS.passive.conditional.PRES] => |ŋ̥ʷ|i|꜖|qˤ|-
[Q.3.cl.1.1incl.2.POS.passive.conditional.PAST] => |ɰˠ|i|꜖|ɰˤ|-
[Q.3.cl.1.1incl.2.POS.passive.optative.PRES] => |ɗˠ|i|꜒꜖|qʲ|-
[Q.3.cl.1.1incl.2.POS.passive.optative.PAST] => |ɗˤ|aː|꜒꜖|pʼˤ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.active.indicative.PRES] => |t͡sʷ|ᵊ|꜖|tʰʲ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.active.indicative.PAST] => |ᵑǃʷ|a|̰꜖|ʡˠ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.active.imperative.PRES] => |wʲ|a|꜖|j|-
[Q.3.cl.1.1incl.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃʰˤ|ᵊ|̰꜖|ɹʷ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.active.conditional.PRES] => |lˠ|i#|̰꜒|ɓˠ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.active.conditional.PAST] => |ᵑǃˠ|i|̰꜖|ɗˠ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.active.optative.PRES] => |ᵑǃʼˠ|a#ː|꜒|ŋˠ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.active.optative.PAST] => |pˤ|a|꜖|qʼˤ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.passive.indicative.PRES] => |tʰʲ|i#ː|꜖꜒|r̥ˠ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.passive.indicative.PAST] => |hpʲ|ʉ|꜖|qʼˠ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.passive.imperative.PRES] => |mˤ|a|꜒|kʼʲ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.passive.imperative.PAST] => |hpʲ|ʉ|꜒|t͡sˤ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǀʼˠ|ᵊ|꜒|ɻʲ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ɾˤ|i#ː|꜖꜒|nʲ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.passive.optative.PRES] => |ɹʲ|iː|̰꜖|ɳ̥ʲ|-
[Q.3.cl.1.1incl.3.cl.1.NEG.passive.optative.PAST] => |ɠʷ|ʉ|̰꜖|hʈʲ|-
[Q.3.cl.1.1incl.3.cl.1.POS.active.indicative.PRES] => |ᵑǀʼˠ|a|̰꜒|ʛˤ|-
[Q.3.cl.1.1incl.3.cl.1.POS.active.indicative.PAST] => |ᵏǀˤ|i|̰꜖|ɓˠ|-
[Q.3.cl.1.1incl.3.cl.1.POS.active.imperative.PRES] => |ɴʷ|ʉː|꜒|kʼʲ|-
[Q.3.cl.1.1incl.3.cl.1.POS.active.imperative.PAST] => |ɥˤ|u|꜒꜖|ɰˠ|-
[Q.3.cl.1.1incl.3.cl.1.POS.active.conditional.PRES] => |pˤ|i|꜖|ɰˠ|-
[Q.3.cl.1.1incl.3.cl.1.POS.active.conditional.PAST] => |ʈˠ|u#|꜖꜒|ɾʲ|-
[Q.3.cl.1.1incl.3.cl.1.POS.active.optative.PRES] => |nʲ|ʉ#ː|꜖꜒|ɰʷ|-
[Q.3.cl.1.1incl.3.cl.1.POS.active.optative.PAST] => |r̥ʷ|a|꜒|ɥʲ|-
[Q.3.cl.1.1incl.3.cl.1.POS.passive.indicative.PRES] => |ᵑǁʲ|a|̰꜒|ʋˠ|-
[Q.3.cl.1.1incl.3.cl.1.POS.passive.indicative.PAST] => |ŋʷ|i|̰꜖|ɠˤ|-
[Q.3.cl.1.1incl.3.cl.1.POS.passive.imperative.PRES] => |ɰʲ|ᵊ|꜖꜒|ɾʷ|-
[Q.3.cl.1.1incl.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀʼˠ|ʉ|̰꜖|ɹʷ|-
[Q.3.cl.1.1incl.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʲ|i|꜒꜖|ɰʷ|-
[Q.3.cl.1.1incl.3.cl.1.POS.passive.conditional.PAST] => |kˤ|a|꜖꜒|pˤ|-
[Q.3.cl.1.1incl.3.cl.1.POS.passive.optative.PRES] => |n̥ʷ|i|꜖|ɹʲ|-
[Q.3.cl.1.1incl.3.cl.1.POS.passive.optative.PAST] => |ᵏǃʰˤ|iː|꜖|ʛˠ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.active.indicative.PRES] => |ʈʼˠ|i#|꜒꜖|qʼʲ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.active.indicative.PAST] => |htˤ|u|̰꜒|ɓʲ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.active.imperative.PRES] => |ʛʷ|i|̰꜒|t͡sˤ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.active.imperative.PAST] => |ŋʲ|a|̰꜖|wˠ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.active.conditional.PRES] => |ɴˤ|ʉ|꜖꜒|ɳ̥ˠ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.active.conditional.PAST] => |ᵏǁʰʲ|aː|꜖꜒|ʛˤ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.active.optative.PRES] => |ɰˤ|i|̰꜒|ʄˠ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.active.optative.PAST] => |ᵑǁʼˠ|aː|̰꜖|m̥ʲ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ʈˠ|a|꜖|ʛʲ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ʔ|i#ː|꜖|h|-
[Q.3.cl.1.1incl.3.cl.2.NEG.passive.imperative.PRES] => |hʈˠ|u|꜒꜖|ʈʼˠ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.passive.imperative.PAST] => |tʼʷ|i|꜖꜒|sʲ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ɹˤ|aː|꜒꜖|htʷ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǃˤ|a#|꜒|tʰˠ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.passive.optative.PRES] => |ʜˠ|i|꜖|htʲ|-
[Q.3.cl.1.1incl.3.cl.2.NEG.passive.optative.PAST] => |lˠ|uː|̰꜖|sˠ|-
[Q.3.cl.1.1incl.3.cl.2.POS.active.indicative.PRES] => |ᵏǀʼʷ|aː|꜒꜖|pʰˠ|-
[Q.3.cl.1.1incl.3.cl.2.POS.active.indicative.PAST] => |hkʲ|i#|̰꜒|ʈʰˠ|-
[Q.3.cl.1.1incl.3.cl.2.POS.active.imperative.PRES] => |ᵑǀʼʲ|aː|꜖|ɠˤ|-
[Q.3.cl.1.1incl.3.cl.2.POS.active.imperative.PAST] => |qʼˠ|u|꜒꜖|pʰʲ|-
[Q.3.cl.1.1incl.3.cl.2.POS.active.conditional.PRES] => |ɹʷ|ᵊ|꜒꜖|pʲ|-
[Q.3.cl.1.1incl.3.cl.2.POS.active.conditional.PAST] => |ʃˠ|aː|꜒꜖|ɥʲ|-
[Q.3.cl.1.1incl.3.cl.2.POS.active.optative.PRES] => |t͡sʲ|ʉ#ː|̰꜖|tʰʷ|-
[Q.3.cl.1.1incl.3.cl.2.POS.active.optative.PAST] => |ɓˠ|i|꜒꜖|h|-
[Q.3.cl.1.1incl.3.cl.2.POS.passive.indicative.PRES] => |ɽʲ|aː|꜒|tʰʷ|-
[Q.3.cl.1.1incl.3.cl.2.POS.passive.indicative.PAST] => |qʷ|i|꜒꜖|ɥʲ|-
[Q.3.cl.1.1incl.3.cl.2.POS.passive.imperative.PRES] => |nʲ|ʉ#|꜖꜒|sʲ|-
[Q.3.cl.1.1incl.3.cl.2.POS.passive.imperative.PAST] => |hpʲ|i|꜖|ɳ̥ʲ|-
[Q.3.cl.1.1incl.3.cl.2.POS.passive.conditional.PRES] => |ʜˠ|i#|꜒|ɰˠ|-
[Q.3.cl.1.1incl.3.cl.2.POS.passive.conditional.PAST] => |mˤ|i|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.1.1incl.3.cl.2.POS.passive.optative.PRES] => |wˤ|i|꜖꜒|tʰʲ|-
[Q.3.cl.1.1incl.3.cl.2.POS.passive.optative.PAST] => |lʲ|u#|̰꜖|ɳˠ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.active.indicative.PRES] => |ʂˠ|u|꜖|tʼʲ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.active.indicative.PAST] => |nʲ|aː|꜖|htʷ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.active.imperative.PRES] => |ʈˠ|ʉ|꜒꜖|pˠ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.active.imperative.PAST] => |r̥ʷ|a|̰꜒|pʼʲ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.active.conditional.PRES] => |tʲ|u|꜒꜖|ɻˠ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.active.conditional.PAST] => |htˤ|ʉ|꜖꜒|pʼˠ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.active.optative.PRES] => |ᵏǃʼˤ|u|̰꜒|ɹˤ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.active.optative.PAST] => |ᵑǃʲ|a|꜒꜖|j|-
[Q.3.cl.1.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ɓˤ|a|꜒|lʲ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.passive.indicative.PAST] => |rˠ|a|꜒꜖|hpˠ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǀʼˠ|a|̰꜒|ɾʷ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.passive.imperative.PAST] => |n̥ʷ|ᵊ|꜒|n̥ˤ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.passive.conditional.PRES] => |kˤ|ʉ#ː|̰꜖|hkˠ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ɰˤ|i|꜒|j|-
[Q.3.cl.1.1incl.3.cl.3.NEG.passive.optative.PRES] => |sʲ|ʉ|꜖|wʲ|-
[Q.3.cl.1.1incl.3.cl.3.NEG.passive.optative.PAST] => |kʰˤ|u|꜖꜒|r̥ˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.active.indicative.PRES] => |ᵑǀʼʲ|ᵊ|꜖|ʋʲ|-
[Q.3.cl.1.1incl.3.cl.3.POS.active.indicative.PAST] => |wˠ|i#|꜒|wˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.active.imperative.PRES] => |ɹˠ|u|꜒|ɥˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.active.imperative.PAST] => |hʈˠ|ʉ|̰꜒|tɬˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.active.conditional.PRES] => |ɠˠ|i|꜒|tʼʲ|-
[Q.3.cl.1.1incl.3.cl.3.POS.active.conditional.PAST] => |hkʷ|a#ː|꜒꜖|sˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.active.optative.PRES] => |ᵏǁʰˠ|ᵊ|꜖꜒|nˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.active.optative.PAST] => |ɓʲ|i|꜖|pˤ|-
[Q.3.cl.1.1incl.3.cl.3.POS.passive.indicative.PRES] => |ɓˠ|i|꜒|ʛˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.passive.indicative.PAST] => |kʼʲ|ʉ|꜒꜖|ʄʲ|-
[Q.3.cl.1.1incl.3.cl.3.POS.passive.imperative.PRES] => |ʔ|a|̰꜖|d͡ʐˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.passive.imperative.PAST] => |hʈˠ|i|꜒|tɬʲ|-
[Q.3.cl.1.1incl.3.cl.3.POS.passive.conditional.PRES] => |ɓʲ|i|̰꜖|rʷ|-
[Q.3.cl.1.1incl.3.cl.3.POS.passive.conditional.PAST] => |nʲ|ʉ#ː|꜖|ʈʼʲ|-
[Q.3.cl.1.1incl.3.cl.3.POS.passive.optative.PRES] => |kˤ|iː|꜖|ʜˠ|-
[Q.3.cl.1.1incl.3.cl.3.POS.passive.optative.PAST] => |ᵑǃʼˤ|ʉ#ː|꜒꜖|r̥ʷ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.active.indicative.PRES] => |pʰʲ|i|̰꜒|ɗˤ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.active.indicative.PAST] => |ʂʲ|i|̰꜒|tˠ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.active.imperative.PRES] => |ᵑǃˠ|uː|̰꜒|tˤ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.active.imperative.PAST] => |ŋ̥ʷ|ʉ|꜖꜒|ɭˠ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.active.conditional.PRES] => |kˠ|u#ː|꜖|kʼˤ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.active.conditional.PAST] => |ʈʼʲ|iː|꜒|ʛʷ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.active.optative.PRES] => |ʜʲ|ʉ|꜖|t͡ʂʲ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.active.optative.PAST] => |pʲ|i#|꜖|d͡ʐʲ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǃʰʲ|a#ː|̰꜖|rˤ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.passive.indicative.PAST] => |lˠ|ᵊ|꜒|ɹˠ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ʄˠ|i#ː|꜒꜖|ʈʼʲ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.passive.imperative.PAST] => |pˠ|uː|̰꜖|pʼˤ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃʷ|a|꜖|n̥ˤ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.passive.conditional.PAST] => |kˠ|i|̰꜖|ŋʷ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.passive.optative.PRES] => |ʈʰˠ|aː|̰꜖|ɗʷ|-
[Q.3.cl.1.1incl.3.cl.4.NEG.passive.optative.PAST] => |kʼˠ|a#|꜖꜒|wˤ|-
[Q.3.cl.1.1incl.3.cl.4.POS.active.indicative.PRES] => |ʜʲ|i|꜖|ŋ̥ʷ|-
[Q.3.cl.1.1incl.3.cl.4.POS.active.indicative.PAST] => |ŋʲ|a|꜒|kʼʲ|-
[Q.3.cl.1.1incl.3.cl.4.POS.active.imperative.PRES] => |hkˤ|ʉ|꜖|t͡ʃ|-
[Q.3.cl.1.1incl.3.cl.4.POS.active.imperative.PAST] => |htʲ|i|̰꜖|qʼʲ|-
[Q.3.cl.1.1incl.3.cl.4.POS.active.conditional.PRES] => |ʈʼˠ|ᵊ|꜖꜒|qˤ|-
[Q.3.cl.1.1incl.3.cl.4.POS.active.conditional.PAST] => |pˠ|i|̰꜖|ɗʲ|-
[Q.3.cl.1.1incl.3.cl.4.POS.active.optative.PRES] => |ɗʷ|ʉ#|꜖|tˤ|-
[Q.3.cl.1.1incl.3.cl.4.POS.active.optative.PAST] => |ᵑǁˠ|ᵊ|꜒꜖|n̥ˠ|-
[Q.3.cl.1.1incl.3.cl.4.POS.passive.indicative.PRES] => |ɴˠ|i|꜖꜒|pˠ|-
[Q.3.cl.1.1incl.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃʼˠ|iː|꜒꜖|hkʷ|-
[Q.3.cl.1.1incl.3.cl.4.POS.passive.imperative.PRES] => |tˤ|ᵊ|̰꜖|ɳʲ|-
[Q.3.cl.1.1incl.3.cl.4.POS.passive.imperative.PAST] => |kʼʲ|ᵊ|꜖꜒|nʷ|-
[Q.3.cl.1.1incl.3.cl.4.POS.passive.conditional.PRES] => |m̥ʲ|ʉː|̰꜒|mˤ|-
[Q.3.cl.1.1incl.3.cl.4.POS.passive.conditional.PAST] => |ʂˠ|ʉ|꜒|kʰˠ|-
[Q.3.cl.1.1incl.3.cl.4.POS.passive.optative.PRES] => |qʲ|i#|꜒꜖|htʷ|-
[Q.3.cl.1.1incl.3.cl.4.POS.passive.optative.PAST] => |ɴʷ|a|̰꜖|ɗˤ|-
[Q.3.cl.1.1excl.1incl.NEG.active.indicative.PRES] => |ɳˠ|a#|꜖|kʼʷ|-
[Q.3.cl.1.1excl.1incl.NEG.active.indicative.PAST] => |ɰʷ|i|꜖꜒|t͡sʷ|-
[Q.3.cl.1.1excl.1incl.NEG.active.imperative.PRES] => |ɾʷ|ᵊ|̰꜖|ɽˠ|-
[Q.3.cl.1.1excl.1incl.NEG.active.imperative.PAST] => |pʰˤ|ᵊ|꜖꜒|kʼˠ|-
[Q.3.cl.1.1excl.1incl.NEG.active.conditional.PRES] => |ʈˠ|i#ː|̰꜒|ʛˠ|-
[Q.3.cl.1.1excl.1incl.NEG.active.conditional.PAST] => |r̥ʲ|a|꜖꜒|ʂʲ|-
[Q.3.cl.1.1excl.1incl.NEG.active.optative.PRES] => |ɓˤ|ᵊ|̰꜖|hkˤ|-
[Q.3.cl.1.1excl.1incl.NEG.active.optative.PAST] => |kʰˤ|i|̰꜖|ŋˠ|-
[Q.3.cl.1.1excl.1incl.NEG.passive.indicative.PRES] => |hkˠ|i|꜖|ŋ̥ˠ|-
[Q.3.cl.1.1excl.1incl.NEG.passive.indicative.PAST] => |kˠ|i|̰꜒|ɰʷ|-
[Q.3.cl.1.1excl.1incl.NEG.passive.imperative.PRES] => |ᵏǃʼˤ|ʉ|꜒|ɾˤ|-
[Q.3.cl.1.1excl.1incl.NEG.passive.imperative.PAST] => |ʈʲ|iː|꜖꜒|ɓˠ|-
[Q.3.cl.1.1excl.1incl.NEG.passive.conditional.PRES] => |ɭʲ|u|꜒|pˤ|-
[Q.3.cl.1.1excl.1incl.NEG.passive.conditional.PAST] => |rʷ|ᵊ|꜖|hkʲ|-
[Q.3.cl.1.1excl.1incl.NEG.passive.optative.PRES] => |tʼʷ|i|꜒꜖|qʷ|-
[Q.3.cl.1.1excl.1incl.NEG.passive.optative.PAST] => |kʼʲ|u|꜒|pʰˤ|-
[Q.3.cl.1.1excl.1incl.POS.active.indicative.PRES] => |ʈʼˠ|a#|꜒|ʜˠ|-
[Q.3.cl.1.1excl.1incl.POS.active.indicative.PAST] => |ɾˠ|ᵊ|꜖|ʜʲ|-
[Q.3.cl.1.1excl.1incl.POS.active.imperative.PRES] => |ɭˠ|i|꜖|tʼʲ|-
[Q.3.cl.1.1excl.1incl.POS.active.imperative.PAST] => |ᵏǃˠ|ʉ|꜒꜖|ɾʷ|-
[Q.3.cl.1.1excl.1incl.POS.active.conditional.PRES] => |t͡sʲ|uː|꜖꜒|rˠ|-
[Q.3.cl.1.1excl.1incl.POS.active.conditional.PAST] => |qʼˤ|u|̰꜒|t͡sʲ|-
[Q.3.cl.1.1excl.1incl.POS.active.optative.PRES] => |ᵏǁʼʲ|ᵊ|꜖꜒|kʼʲ|-
[Q.3.cl.1.1excl.1incl.POS.active.optative.PAST] => |kʰˤ|i|꜖꜒|d͡ʐˠ|-
[Q.3.cl.1.1excl.1incl.POS.passive.indicative.PRES] => |hpˤ|ᵊ|꜖꜒|pʰˠ|-
[Q.3.cl.1.1excl.1incl.POS.passive.indicative.PAST] => |ɽˠ|u|꜖꜒|ŋʷ|-
[Q.3.cl.1.1excl.1incl.POS.passive.imperative.PRES] => |ʜˠ|ʉ|̰꜒|mʲ|-
[Q.3.cl.1.1excl.1incl.POS.passive.imperative.PAST] => |ᵑǀʼˠ|u#|꜒|kʰʷ|-
[Q.3.cl.1.1excl.1incl.POS.passive.conditional.PRES] => |wˠ|ʉ#|꜖꜒|ɠʷ|-
[Q.3.cl.1.1excl.1incl.POS.passive.conditional.PAST] => |kʰʲ|i|̰꜒|kʼˠ|-
[Q.3.cl.1.1excl.1incl.POS.passive.optative.PRES] => |ɥˤ|i#|̰꜒|r̥ʲ|-
[Q.3.cl.1.1excl.1incl.POS.passive.optative.PAST] => |ʈʰʲ|u|̰꜖|tʼʲ|-
[Q.3.cl.1.1excl.1excl.NEG.active.indicative.PRES] => |kʷ|aː|꜒꜖|ɗʷ|-
[Q.3.cl.1.1excl.1excl.NEG.active.indicative.PAST] => |pʼˠ|a|̰꜖|ʔ|-
[Q.3.cl.1.1excl.1excl.NEG.active.imperative.PRES] => |kʰˤ|ʉ|̰꜒|lˠ|-
[Q.3.cl.1.1excl.1excl.NEG.active.imperative.PAST] => |ʄʲ|i|꜒꜖|ɹʷ|-
[Q.3.cl.1.1excl.1excl.NEG.active.conditional.PRES] => |ᵏǀʼˠ|u|꜖|n̥ˤ|-
[Q.3.cl.1.1excl.1excl.NEG.active.conditional.PAST] => |ɭʲ|ʉ|꜖꜒|qˤ|-
[Q.3.cl.1.1excl.1excl.NEG.active.optative.PRES] => |ᵏǁʰˠ|ᵊ|꜖꜒|ʃˠ|-
[Q.3.cl.1.1excl.1excl.NEG.active.optative.PAST] => |ʃʲ|iː|꜒꜖|ɠˤ|-
[Q.3.cl.1.1excl.1excl.NEG.passive.indicative.PRES] => |ᵏǁʼˠ|i|꜒꜖|ɹˤ|-
[Q.3.cl.1.1excl.1excl.NEG.passive.indicative.PAST] => |n̥ˠ|u#ː|̰꜖|ɹʲ|-
[Q.3.cl.1.1excl.1excl.NEG.passive.imperative.PRES] => |ʃʲ|ʉ|꜒|tˤ|-
[Q.3.cl.1.1excl.1excl.NEG.passive.imperative.PAST] => |ᵏǃʰˤ|ʉː|̰꜒|n̥ˠ|-
[Q.3.cl.1.1excl.1excl.NEG.passive.conditional.PRES] => |ɓʲ|aː|꜖꜒|wˠ|-
[Q.3.cl.1.1excl.1excl.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|a#|꜖꜒|kʼˤ|-
[Q.3.cl.1.1excl.1excl.NEG.passive.optative.PRES] => |ɳ̥ʲ|a|꜖|ɗˤ|-
[Q.3.cl.1.1excl.1excl.NEG.passive.optative.PAST] => |mˠ|ʉ|꜖꜒|ɻˠ|-
[Q.3.cl.1.1excl.1excl.POS.active.indicative.PRES] => |nˤ|u|꜖꜒|ɠˤ|-
[Q.3.cl.1.1excl.1excl.POS.active.indicative.PAST] => |tʰˠ|u#|꜖꜒|r̥ʲ|-
[Q.3.cl.1.1excl.1excl.POS.active.imperative.PRES] => |pʰˠ|uː|̰꜖|ɓˤ|-
[Q.3.cl.1.1excl.1excl.POS.active.imperative.PAST] => |t͡sʷ|ᵊ|̰꜒|ɴʲ|-
[Q.3.cl.1.1excl.1excl.POS.active.conditional.PRES] => |htˤ|i|̰꜒|ɹˠ|-
[Q.3.cl.1.1excl.1excl.POS.active.conditional.PAST] => |pʼˤ|iː|꜖꜒|ɹʷ|-
[Q.3.cl.1.1excl.1excl.POS.active.optative.PRES] => |ᵑǁʲ|aː|꜖꜒|htʲ|-
[Q.3.cl.1.1excl.1excl.POS.active.optative.PAST] => |sˠ|ʉ#|꜖꜒|n̥ʲ|-
[Q.3.cl.1.1excl.1excl.POS.passive.indicative.PRES] => |kʰʷ|i|̰꜖|m̥ˠ|-
[Q.3.cl.1.1excl.1excl.POS.passive.indicative.PAST] => |ᵏǀʲ|i#|̰꜖|wˤ|-
[Q.3.cl.1.1excl.1excl.POS.passive.imperative.PRES] => |pʼˤ|i|꜒|kʰʷ|-
[Q.3.cl.1.1excl.1excl.POS.passive.imperative.PAST] => |r̥ʲ|ʉ|꜖|ʂˠ|-
[Q.3.cl.1.1excl.1excl.POS.passive.conditional.PRES] => |wˠ|a|꜖|ɓˠ|-
[Q.3.cl.1.1excl.1excl.POS.passive.conditional.PAST] => |ɠˠ|aː|꜒|kʼʲ|-
[Q.3.cl.1.1excl.1excl.POS.passive.optative.PRES] => |ᵑǃʷ|ʉ|꜖꜒|qʲ|-
[Q.3.cl.1.1excl.1excl.POS.passive.optative.PAST] => |t͡sˤ|i|꜒꜖|kʰˠ|-
[Q.3.cl.1.1excl.2.NEG.active.indicative.PRES] => |ɗˤ|aː|꜒꜖|ŋʲ|-
[Q.3.cl.1.1excl.2.NEG.active.indicative.PAST] => |pʼˤ|aː|꜒꜖|ɰʷ|-
[Q.3.cl.1.1excl.2.NEG.active.imperative.PRES] => |ᵑǃˤ|i|̰꜒|j|-
[Q.3.cl.1.1excl.2.NEG.active.imperative.PAST] => |ᵑǃʷ|aː|꜖|ŋˤ|-
[Q.3.cl.1.1excl.2.NEG.active.conditional.PRES] => |ɴʷ|a|̰꜖|ɳʲ|-
[Q.3.cl.1.1excl.2.NEG.active.conditional.PAST] => |htˤ|i|꜖|pˠ|-
[Q.3.cl.1.1excl.2.NEG.active.optative.PRES] => |ɗʲ|ᵊ|̰꜖|ɓˤ|-
[Q.3.cl.1.1excl.2.NEG.active.optative.PAST] => |ʈʼˠ|i|꜖|n̥ˤ|-
[Q.3.cl.1.1excl.2.NEG.passive.indicative.PRES] => |tˠ|i|꜒꜖|pʼˤ|-
[Q.3.cl.1.1excl.2.NEG.passive.indicative.PAST] => |qˠ|u|꜒꜖|n̥ʲ|-
[Q.3.cl.1.1excl.2.NEG.passive.imperative.PRES] => |ᵏǃʼˤ|a|꜖|tʰˤ|-
[Q.3.cl.1.1excl.2.NEG.passive.imperative.PAST] => |ɾˤ|uː|꜖꜒|ʜʲ|-
[Q.3.cl.1.1excl.2.NEG.passive.conditional.PRES] => |qˤ|i#|꜖꜒|n̥ʲ|-
[Q.3.cl.1.1excl.2.NEG.passive.conditional.PAST] => |kʲ|u#|̰꜒|ɳ̥ʲ|-
[Q.3.cl.1.1excl.2.NEG.passive.optative.PRES] => |mʲ|ᵊ|꜖꜒|tɬʲ|-
[Q.3.cl.1.1excl.2.NEG.passive.optative.PAST] => |ᵏǁʰʲ|ʉ#ː|̰꜒|ɗʷ|-
[Q.3.cl.1.1excl.2.POS.active.indicative.PRES] => |htˤ|uː|꜖|kˠ|-
[Q.3.cl.1.1excl.2.POS.active.indicative.PAST] => |ŋˠ|a#ː|̰꜖|qʼˠ|-
[Q.3.cl.1.1excl.2.POS.active.imperative.PRES] => |hkʲ|i#ː|꜒꜖|rˠ|-
[Q.3.cl.1.1excl.2.POS.active.imperative.PAST] => |htˠ|ʉ|꜖|ʈʼʲ|-
[Q.3.cl.1.1excl.2.POS.active.conditional.PRES] => |ʃˠ|a#|꜖|ʡˠ|-
[Q.3.cl.1.1excl.2.POS.active.conditional.PAST] => |ʔ|ʉ#ː|̰꜒|pʰˤ|-
[Q.3.cl.1.1excl.2.POS.active.optative.PRES] => |lʲ|ᵊ|꜖꜒|ɴˠ|-
[Q.3.cl.1.1excl.2.POS.active.optative.PAST] => |ɰˠ|u#ː|꜒꜖|ʈˠ|-
[Q.3.cl.1.1excl.2.POS.passive.indicative.PRES] => |ɓˠ|ʉ|꜒꜖|ʄʲ|-
[Q.3.cl.1.1excl.2.POS.passive.indicative.PAST] => |tʷ|i|̰꜖|tɬˠ|-
[Q.3.cl.1.1excl.2.POS.passive.imperative.PRES] => |ɗʲ|aː|꜖|ɽˠ|-
[Q.3.cl.1.1excl.2.POS.passive.imperative.PAST] => |ᵏǁʰʲ|iː|̰꜖|kʼˠ|-
[Q.3.cl.1.1excl.2.POS.passive.conditional.PRES] => |ŋʷ|ʉ|꜖꜒|ɓˠ|-
[Q.3.cl.1.1excl.2.POS.passive.conditional.PAST] => |ᵏǀʲ|a|꜖|qʲ|-
[Q.3.cl.1.1excl.2.POS.passive.optative.PRES] => |kʲ|aː|꜒꜖|tʰˤ|-
[Q.3.cl.1.1excl.2.POS.passive.optative.PAST] => |ᵏǀʰʲ|a|꜖꜒|ɳˠ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.active.indicative.PRES] => |tʼʷ|ʉ|꜖꜒|hkˤ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.active.indicative.PAST] => |ŋ̥ʷ|ᵊ|꜖|ɳ̥ʲ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.active.imperative.PRES] => |qʼʲ|i|꜒꜖|ɻˠ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.active.imperative.PAST] => |ᵑǃʷ|a|꜒|d͡ʐʲ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.active.conditional.PRES] => |mʲ|a#ː|̰꜖|htʲ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.active.conditional.PAST] => |qˠ|ᵊ|꜖꜒|mˠ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.active.optative.PRES] => |pʼʲ|a|꜒|j|-
[Q.3.cl.1.1excl.3.cl.1.NEG.active.optative.PAST] => |hkˤ|i|꜒|nˠ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǀʰʷ|ʉː|꜖꜒|sʷ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.passive.indicative.PAST] => |pʰˠ|i#ː|̰꜒|ʋˤ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.passive.imperative.PRES] => |pʼʲ|ᵊ|̰꜖|hkʷ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ɹˤ|ᵊ|꜖꜒|n̥ʷ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.passive.conditional.PRES] => |htʲ|ʉ|꜖꜒|qʼʲ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.passive.conditional.PAST] => |ɠʲ|i#|̰꜒|kʰˠ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.passive.optative.PRES] => |ᵏǁʲ|u#ː|̰꜒|ŋ̥ˤ|-
[Q.3.cl.1.1excl.3.cl.1.NEG.passive.optative.PAST] => |ᵏǀʼˠ|ʉ|꜒|ɹʷ|-
[Q.3.cl.1.1excl.3.cl.1.POS.active.indicative.PRES] => |ᵑǁʲ|i|꜖|t͡ʂˠ|-
[Q.3.cl.1.1excl.3.cl.1.POS.active.indicative.PAST] => |ᵏǀʰʷ|a|̰꜒|ʡʲ|-
[Q.3.cl.1.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵏǁʼʲ|i|꜒꜖|tʼʷ|-
[Q.3.cl.1.1excl.3.cl.1.POS.active.imperative.PAST] => |ɽʲ|i#ː|̰꜖|pʰˠ|-
[Q.3.cl.1.1excl.3.cl.1.POS.active.conditional.PRES] => |ᵏǀʷ|a|꜒꜖|t͡sˠ|-
[Q.3.cl.1.1excl.3.cl.1.POS.active.conditional.PAST] => |ᵏǁʲ|a|꜒꜖|htˠ|-
[Q.3.cl.1.1excl.3.cl.1.POS.active.optative.PRES] => |ᵏǁʰʲ|a|꜒|n̥ʷ|-
[Q.3.cl.1.1excl.3.cl.1.POS.active.optative.PAST] => |m̥ˠ|i|̰꜖|ɴʷ|-
[Q.3.cl.1.1excl.3.cl.1.POS.passive.indicative.PRES] => |ɹʲ|u#|̰꜖|sʷ|-
[Q.3.cl.1.1excl.3.cl.1.POS.passive.indicative.PAST] => |tʼʲ|i|̰꜖|t͡ʂʲ|-
[Q.3.cl.1.1excl.3.cl.1.POS.passive.imperative.PRES] => |tʰˠ|i|̰꜖|ɹˠ|-
[Q.3.cl.1.1excl.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʰʲ|iː|̰꜖|ŋ̥ˤ|-
[Q.3.cl.1.1excl.3.cl.1.POS.passive.conditional.PRES] => |ᵑǃʼʷ|a|꜖|ɠˤ|-
[Q.3.cl.1.1excl.3.cl.1.POS.passive.conditional.PAST] => |kʷ|ʉ|꜖|ʛˤ|-
[Q.3.cl.1.1excl.3.cl.1.POS.passive.optative.PRES] => |ᵑǁʼˠ|ʉ#ː|꜒|ɭˠ|-
[Q.3.cl.1.1excl.3.cl.1.POS.passive.optative.PAST] => |tʰˤ|ʉ|̰꜖|ɰʷ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.active.indicative.PRES] => |ᵏǀʷ|ʉː|꜒|qʼʲ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.active.indicative.PAST] => |ʄˠ|i|꜖꜒|ʛʲ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.active.imperative.PRES] => |ʈʲ|i|̰꜒|kʼʲ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.active.imperative.PAST] => |ʜʲ|i|꜖꜒|ʈʰʲ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.active.conditional.PRES] => |sˤ|i#|̰꜖|wˠ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃʼˤ|u|̰꜖|ɰʲ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.active.optative.PRES] => |ᵏǁʰʲ|uː|꜒꜖|ʡˠ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.active.optative.PAST] => |n̥ˤ|aː|꜖|ɽʲ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.passive.indicative.PRES] => |mˤ|ʉː|꜒|r̥ˤ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ɠʷ|ᵊ|꜒꜖|wˠ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ʄʲ|i|꜒|d͡ʐʲ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.passive.imperative.PAST] => |nˠ|ʉ|꜒|ɓˤ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ɠˤ|i#ː|꜖|ɰˤ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.passive.conditional.PAST] => |mʲ|ʉː|꜒꜖|wˠ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.passive.optative.PRES] => |ɳ̥ʲ|ʉː|꜒|wˤ|-
[Q.3.cl.1.1excl.3.cl.2.NEG.passive.optative.PAST] => |ʄʲ|u|꜒|ɹˤ|-
[Q.3.cl.1.1excl.3.cl.2.POS.active.indicative.PRES] => |ʂʲ|aː|꜖|sˤ|-
[Q.3.cl.1.1excl.3.cl.2.POS.active.indicative.PAST] => |ʋʲ|u|꜖|ɾʲ|-
[Q.3.cl.1.1excl.3.cl.2.POS.active.imperative.PRES] => |kʰˤ|i|꜖꜒|ɗˤ|-
[Q.3.cl.1.1excl.3.cl.2.POS.active.imperative.PAST] => |hʈʲ|ʉ|̰꜖|ŋˤ|-
[Q.3.cl.1.1excl.3.cl.2.POS.active.conditional.PRES] => |ɹʲ|i#|꜖꜒|ɹˠ|-
[Q.3.cl.1.1excl.3.cl.2.POS.active.conditional.PAST] => |ᵑǃʲ|ᵊ|꜖꜒|ɴˤ|-
[Q.3.cl.1.1excl.3.cl.2.POS.active.optative.PRES] => |ŋˠ|a#|꜖꜒|hʈʲ|-
[Q.3.cl.1.1excl.3.cl.2.POS.active.optative.PAST] => |pʲ|u|꜒|ɹʲ|-
[Q.3.cl.1.1excl.3.cl.2.POS.passive.indicative.PRES] => |sˤ|ʉ#|꜒|ɹˤ|-
[Q.3.cl.1.1excl.3.cl.2.POS.passive.indicative.PAST] => |n̥ˠ|a|꜖|qˤ|-
[Q.3.cl.1.1excl.3.cl.2.POS.passive.imperative.PRES] => |tʼˠ|i|꜖|ŋ̥ˠ|-
[Q.3.cl.1.1excl.3.cl.2.POS.passive.imperative.PAST] => |tʼˤ|aː|̰꜒|n̥ʲ|-
[Q.3.cl.1.1excl.3.cl.2.POS.passive.conditional.PRES] => |mʲ|u#ː|꜒꜖|ŋʲ|-
[Q.3.cl.1.1excl.3.cl.2.POS.passive.conditional.PAST] => |ʛʷ|ᵊ|̰꜒|pˤ|-
[Q.3.cl.1.1excl.3.cl.2.POS.passive.optative.PRES] => |ŋˠ|u#ː|꜒|tʷ|-
[Q.3.cl.1.1excl.3.cl.2.POS.passive.optative.PAST] => |kˠ|a|꜒꜖|ʂʲ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.active.indicative.PRES] => |ᵑǃʼˤ|i#|꜖꜒|qʷ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀʰˠ|a|꜒꜖|ʋˤ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.active.imperative.PRES] => |ɓˤ|a#|̰꜒|lʲ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.active.imperative.PAST] => |ɠʷ|i|꜖|ʈʼˠ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.active.conditional.PRES] => |m̥ˠ|a|꜖꜒|ɽˠ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.active.conditional.PAST] => |ᵏǁˠ|a|꜒|n̥ˤ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.active.optative.PRES] => |n̥ʷ|i|̰꜒|rˠ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.active.optative.PAST] => |ᵏǃʼˠ|ᵊ|꜖꜒|tʼˤ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.passive.indicative.PRES] => |mʲ|a|꜖|ʡˠ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ʈʼʲ|ᵊ|̰꜒|ɽʲ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.passive.imperative.PRES] => |tˤ|iː|꜒꜖|ʋˤ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.passive.imperative.PAST] => |htʲ|iː|꜖꜒|wʲ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʰʲ|aː|꜖|m̥ˠ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.passive.conditional.PAST] => |ɴˠ|ʉ#|꜒|ʄˠ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.passive.optative.PRES] => |pˠ|ʉ|꜒|tʼʲ|-
[Q.3.cl.1.1excl.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀʰˤ|a|̰꜒|pʼˤ|-
[Q.3.cl.1.1excl.3.cl.3.POS.active.indicative.PRES] => |t͡sʲ|u|꜒꜖|ʛˠ|-
[Q.3.cl.1.1excl.3.cl.3.POS.active.indicative.PAST] => |ʂʲ|u#|꜖꜒|ʈʼˠ|-
[Q.3.cl.1.1excl.3.cl.3.POS.active.imperative.PRES] => |ʈʼʲ|ᵊ|̰꜖|tʼʷ|-
[Q.3.cl.1.1excl.3.cl.3.POS.active.imperative.PAST] => |ᵏǀʼʲ|iː|꜒꜖|mˠ|-
[Q.3.cl.1.1excl.3.cl.3.POS.active.conditional.PRES] => |ᵏǁʰʲ|a|꜖꜒|d͡ʐʲ|-
[Q.3.cl.1.1excl.3.cl.3.POS.active.conditional.PAST] => |ᵏǀˠ|a|̰꜖|hkʷ|-
[Q.3.cl.1.1excl.3.cl.3.POS.active.optative.PRES] => |d͡ʐˠ|a|̰꜒|tʼʷ|-
[Q.3.cl.1.1excl.3.cl.3.POS.active.optative.PAST] => |ʜʲ|ᵊ|꜒꜖|mʲ|-
[Q.3.cl.1.1excl.3.cl.3.POS.passive.indicative.PRES] => |ʋʲ|ʉ|꜒|tˤ|-
[Q.3.cl.1.1excl.3.cl.3.POS.passive.indicative.PAST] => |pʰˠ|ᵊ|꜒꜖|rʲ|-
[Q.3.cl.1.1excl.3.cl.3.POS.passive.imperative.PRES] => |lʲ|a#ː|꜒|tˤ|-
[Q.3.cl.1.1excl.3.cl.3.POS.passive.imperative.PAST] => |ᵏǁʰˠ|a|꜒꜖|ɹˤ|-
[Q.3.cl.1.1excl.3.cl.3.POS.passive.conditional.PRES] => |ʋʲ|ʉː|꜖꜒|ɗˠ|-
[Q.3.cl.1.1excl.3.cl.3.POS.passive.conditional.PAST] => |ɻˠ|u#|꜖|pʲ|-
[Q.3.cl.1.1excl.3.cl.3.POS.passive.optative.PRES] => |sˤ|ᵊ|꜒꜖|nʲ|-
[Q.3.cl.1.1excl.3.cl.3.POS.passive.optative.PAST] => |ɥˠ|i|̰꜖|ŋ̥ʲ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.active.indicative.PRES] => |ᵑǁʼʲ|ᵊ|꜖꜒|kʼʷ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.active.indicative.PAST] => |ɥʲ|i|̰꜒|pʼˠ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.active.imperative.PRES] => |ᵏǀʷ|a|̰꜒|pʰʲ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.active.imperative.PAST] => |pʼˠ|a|̰꜒|ʃʲ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.active.conditional.PRES] => |ᵑǃʲ|aː|꜖|mˠ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.active.conditional.PAST] => |ᵑǀˠ|a#ː|꜒|ʋʲ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.active.optative.PRES] => |ᵏǀʰˠ|i#ː|꜒|t͡ʂˠ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.active.optative.PAST] => |ŋʷ|a|̰꜒|ŋ̥ʷ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.passive.indicative.PRES] => |pʰʲ|u|꜒꜖|tˤ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.passive.indicative.PAST] => |m̥ˠ|a|̰꜖|ʋˤ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.passive.imperative.PRES] => |ɳˠ|a|꜖|nˠ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.passive.imperative.PAST] => |ʛˤ|i#|꜖꜒|ɾʲ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʰˠ|a#ː|꜒꜖|m̥ˠ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǁʰʲ|a|̰꜖|m̥ˤ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.passive.optative.PRES] => |ᵑǃʼˤ|u#|꜖|kʷ|-
[Q.3.cl.1.1excl.3.cl.4.NEG.passive.optative.PAST] => |ᵏǁʲ|aː|꜖꜒|pʼˤ|-
[Q.3.cl.1.1excl.3.cl.4.POS.active.indicative.PRES] => |ʡˠ|ᵊ|̰꜖|ɠʲ|-
[Q.3.cl.1.1excl.3.cl.4.POS.active.indicative.PAST] => |nˤ|u|̰꜒|qʼˠ|-
[Q.3.cl.1.1excl.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʰˠ|ᵊ|꜖|ʋˤ|-
[Q.3.cl.1.1excl.3.cl.4.POS.active.imperative.PAST] => |ᵏǃʼˤ|iː|̰꜖|kʼʲ|-
[Q.3.cl.1.1excl.3.cl.4.POS.active.conditional.PRES] => |ᵏǀʷ|a|̰꜖|ɰˤ|-
[Q.3.cl.1.1excl.3.cl.4.POS.active.conditional.PAST] => |ᵑǀʼˠ|i|̰꜖|tɬˠ|-
[Q.3.cl.1.1excl.3.cl.4.POS.active.optative.PRES] => |tʰˤ|a#ː|꜒|ʋˠ|-
[Q.3.cl.1.1excl.3.cl.4.POS.active.optative.PAST] => |kʰˤ|i#|̰꜖|htʲ|-
[Q.3.cl.1.1excl.3.cl.4.POS.passive.indicative.PRES] => |j|ᵊ|꜒꜖|tʼˠ|-
[Q.3.cl.1.1excl.3.cl.4.POS.passive.indicative.PAST] => |ɗˠ|a|꜖꜒|tɬʲ|-
[Q.3.cl.1.1excl.3.cl.4.POS.passive.imperative.PRES] => |kʰʷ|ʉ#|꜖꜒|pʼˠ|-
[Q.3.cl.1.1excl.3.cl.4.POS.passive.imperative.PAST] => |n̥ˤ|ʉ|꜒꜖|ʈˠ|-
[Q.3.cl.1.1excl.3.cl.4.POS.passive.conditional.PRES] => |t͡ʃ|ᵊ|̰꜒|m̥ˤ|-
[Q.3.cl.1.1excl.3.cl.4.POS.passive.conditional.PAST] => |nˤ|iː|̰꜒|ɴʷ|-
[Q.3.cl.1.1excl.3.cl.4.POS.passive.optative.PRES] => |ɻˠ|a|꜒꜖|kʰʲ|-
[Q.3.cl.1.1excl.3.cl.4.POS.passive.optative.PAST] => |ɰʷ|a|̰꜒|pˤ|-
[Q.3.cl.1.2.1incl.NEG.active.indicative.PRES] => |ᵑǀʼʷ|a|꜒꜖|qʼˤ|-
[Q.3.cl.1.2.1incl.NEG.active.indicative.PAST] => |pʲ|i|꜖꜒|ʃˠ|-
[Q.3.cl.1.2.1incl.NEG.active.imperative.PRES] => |ʋʲ|ᵊ|̰꜒|t͡ʂʲ|-
[Q.3.cl.1.2.1incl.NEG.active.imperative.PAST] => |ᵏǃʲ|a|꜖|ɹˠ|-
[Q.3.cl.1.2.1incl.NEG.active.conditional.PRES] => |ᵑǀʼˤ|ʉː|̰꜒|qʼʷ|-
[Q.3.cl.1.2.1incl.NEG.active.conditional.PAST] => |ɳˠ|i#|̰꜒|ɓˤ|-
[Q.3.cl.1.2.1incl.NEG.active.optative.PRES] => |tɬʲ|ᵊ|̰꜒|kʼʲ|-
[Q.3.cl.1.2.1incl.NEG.active.optative.PAST] => |ɹˠ|ᵊ|꜒|ʈʼˠ|-
[Q.3.cl.1.2.1incl.NEG.passive.indicative.PRES] => |ɰˠ|i|꜒|ɾˠ|-
[Q.3.cl.1.2.1incl.NEG.passive.indicative.PAST] => |ᵏǁˠ|a|̰꜖|ɓˠ|-
[Q.3.cl.1.2.1incl.NEG.passive.imperative.PRES] => |ᵑǀˠ|ʉ|꜒|r̥ʲ|-
[Q.3.cl.1.2.1incl.NEG.passive.imperative.PAST] => |lʲ|i|̰꜖|ʈˠ|-
[Q.3.cl.1.2.1incl.NEG.passive.conditional.PRES] => |ᵏǀʰʲ|a|̰꜖|hʈˠ|-
[Q.3.cl.1.2.1incl.NEG.passive.conditional.PAST] => |t͡sʷ|ᵊ|꜖|ʃʲ|-
[Q.3.cl.1.2.1incl.NEG.passive.optative.PRES] => |wʲ|ᵊ|꜖꜒|ɳˠ|-
[Q.3.cl.1.2.1incl.NEG.passive.optative.PAST] => |kʼˤ|u|꜖꜒|t͡sˠ|-
[Q.3.cl.1.2.1incl.POS.active.indicative.PRES] => |ᵑǃʼʲ|ᵊ|꜒|ɰˠ|-
[Q.3.cl.1.2.1incl.POS.active.indicative.PAST] => |ɹˠ|a|꜒꜖|ɴˠ|-
[Q.3.cl.1.2.1incl.POS.active.imperative.PRES] => |ᵑǀʲ|ᵊ|꜖|tʰʲ|-
[Q.3.cl.1.2.1incl.POS.active.imperative.PAST] => |ᵏǃʰʲ|a|꜖|kˠ|-
[Q.3.cl.1.2.1incl.POS.active.conditional.PRES] => |tʲ|u|꜖|r̥ʷ|-
[Q.3.cl.1.2.1incl.POS.active.conditional.PAST] => |ᵏǁʼˠ|i|꜒꜖|ŋʲ|-
[Q.3.cl.1.2.1incl.POS.active.optative.PRES] => |ᵏǀʷ|a|꜖꜒|ʈʰʲ|-
[Q.3.cl.1.2.1incl.POS.active.optative.PAST] => |ᵏǀʼʷ|i#|꜖|ʋˤ|-
[Q.3.cl.1.2.1incl.POS.passive.indicative.PRES] => |tʰˤ|u#ː|̰꜖|ʋʲ|-
[Q.3.cl.1.2.1incl.POS.passive.indicative.PAST] => |ᵏǁʼˠ|ᵊ|꜖|d͡ʐˠ|-
[Q.3.cl.1.2.1incl.POS.passive.imperative.PRES] => |hpʲ|a|꜒꜖|wˤ|-
[Q.3.cl.1.2.1incl.POS.passive.imperative.PAST] => |sˠ|u|꜒꜖|tʰʷ|-
[Q.3.cl.1.2.1incl.POS.passive.conditional.PRES] => |ɗˠ|i|꜖꜒|ɾʷ|-
[Q.3.cl.1.2.1incl.POS.passive.conditional.PAST] => |wˠ|ᵊ|̰꜖|nˠ|-
[Q.3.cl.1.2.1incl.POS.passive.optative.PRES] => |tʰˠ|ᵊ|̰꜒|ʄʲ|-
[Q.3.cl.1.2.1incl.POS.passive.optative.PAST] => |ᵑǃʷ|ʉ|꜒꜖|ŋˠ|-
[Q.3.cl.1.2.1excl.NEG.active.indicative.PRES] => |mˤ|ʉ#ː|̰꜖|pʰʲ|-
[Q.3.cl.1.2.1excl.NEG.active.indicative.PAST] => |ʛˠ|u|̰꜒|pʼʲ|-
[Q.3.cl.1.2.1excl.NEG.active.imperative.PRES] => |ʋˠ|u|꜖|qʷ|-
[Q.3.cl.1.2.1excl.NEG.active.imperative.PAST] => |ᵏǃʰʷ|i#|̰꜖|hʈʲ|-
[Q.3.cl.1.2.1excl.NEG.active.conditional.PRES] => |t͡ʃ|i|꜖|kʼʷ|-
[Q.3.cl.1.2.1excl.NEG.active.conditional.PAST] => |tˠ|aː|̰꜒|pʼˤ|-
[Q.3.cl.1.2.1excl.NEG.active.optative.PRES] => |wˠ|ᵊ|꜖꜒|ɹˤ|-
[Q.3.cl.1.2.1excl.NEG.active.optative.PAST] => |ᵑǁʲ|a|̰꜒|wˠ|-
[Q.3.cl.1.2.1excl.NEG.passive.indicative.PRES] => |ʄʲ|aː|꜒|n̥ʲ|-
[Q.3.cl.1.2.1excl.NEG.passive.indicative.PAST] => |ᵑǀʼˠ|ʉ#ː|꜖|ɾʲ|-
[Q.3.cl.1.2.1excl.NEG.passive.imperative.PRES] => |t͡sʷ|i#|꜖꜒|ɓˠ|-
[Q.3.cl.1.2.1excl.NEG.passive.imperative.PAST] => |kʼˤ|ᵊ|꜒꜖|ɗʷ|-
[Q.3.cl.1.2.1excl.NEG.passive.conditional.PRES] => |ɰʲ|ʉː|̰꜖|ɻˠ|-
[Q.3.cl.1.2.1excl.NEG.passive.conditional.PAST] => |ɥʲ|ʉ|꜖꜒|kʼˤ|-
[Q.3.cl.1.2.1excl.NEG.passive.optative.PRES] => |wˠ|i#|꜒꜖|t͡ʂˠ|-
[Q.3.cl.1.2.1excl.NEG.passive.optative.PAST] => |ᵏǃʼʷ|a|꜒꜖|ʡʲ|-
[Q.3.cl.1.2.1excl.POS.active.indicative.PRES] => |ŋˤ|a|꜖|ɽʲ|-
[Q.3.cl.1.2.1excl.POS.active.indicative.PAST] => |tʲ|iː|꜖꜒|ŋ̥ˤ|-
[Q.3.cl.1.2.1excl.POS.active.imperative.PRES] => |ᵑǃʼʲ|u|꜖꜒|sʷ|-
[Q.3.cl.1.2.1excl.POS.active.imperative.PAST] => |ʂʲ|a|̰꜒|ʛˤ|-
[Q.3.cl.1.2.1excl.POS.active.conditional.PRES] => |tʼʲ|i|꜖|ɴʲ|-
[Q.3.cl.1.2.1excl.POS.active.conditional.PAST] => |tˤ|a|꜒|hkˠ|-
[Q.3.cl.1.2.1excl.POS.active.optative.PRES] => |ᵏǁʼˠ|ʉː|꜒꜖|ɹˤ|-
[Q.3.cl.1.2.1excl.POS.active.optative.PAST] => |r̥ˤ|ʉ|̰꜒|nˠ|-
[Q.3.cl.1.2.1excl.POS.passive.indicative.PRES] => |ʄˠ|ʉː|꜒|m̥ʲ|-
[Q.3.cl.1.2.1excl.POS.passive.indicative.PAST] => |ɻˠ|iː|꜒꜖|pʼˤ|-
[Q.3.cl.1.2.1excl.POS.passive.imperative.PRES] => |ʋʲ|ʉː|꜒꜖|t͡sʲ|-
[Q.3.cl.1.2.1excl.POS.passive.imperative.PAST] => |ᵏǀʼʲ|a|̰꜖|ɥʲ|-
[Q.3.cl.1.2.1excl.POS.passive.conditional.PRES] => |ᵏǃʰˠ|a|꜒꜖|tʲ|-
[Q.3.cl.1.2.1excl.POS.passive.conditional.PAST] => |ᵑǃʼʲ|a|꜒|hkʷ|-
[Q.3.cl.1.2.1excl.POS.passive.optative.PRES] => |tʰʲ|ʉ#|꜖|tɬˠ|-
[Q.3.cl.1.2.1excl.POS.passive.optative.PAST] => |mˠ|a|꜒꜖|t͡sʲ|-
[Q.3.cl.1.2.2.NEG.active.indicative.PRES] => |ʡʲ|i#ː|꜒|n̥ʲ|-
[Q.3.cl.1.2.2.NEG.active.indicative.PAST] => |ɻˠ|u|꜒꜖|kˤ|-
[Q.3.cl.1.2.2.NEG.active.imperative.PRES] => |sˤ|i#ː|̰꜖|ŋˤ|-
[Q.3.cl.1.2.2.NEG.active.imperative.PAST] => |qˤ|i#ː|꜒꜖|ʜˠ|-
[Q.3.cl.1.2.2.NEG.active.conditional.PRES] => |tʼʷ|ᵊ|̰꜒|ʡˠ|-
[Q.3.cl.1.2.2.NEG.active.conditional.PAST] => |ɰˠ|aː|̰꜖|ɾˤ|-
[Q.3.cl.1.2.2.NEG.active.optative.PRES] => |pʲ|iː|̰꜖|ɰˠ|-
[Q.3.cl.1.2.2.NEG.active.optative.PAST] => |ɠˠ|ᵊ|̰꜖|tʼˠ|-
[Q.3.cl.1.2.2.NEG.passive.indicative.PRES] => |qʲ|iː|꜒|htʷ|-
[Q.3.cl.1.2.2.NEG.passive.indicative.PAST] => |wʲ|i|̰꜖|ŋʷ|-
[Q.3.cl.1.2.2.NEG.passive.imperative.PRES] => |ɹʲ|ʉː|̰꜒|r̥ʲ|-
[Q.3.cl.1.2.2.NEG.passive.imperative.PAST] => |d͡ʐˠ|ʉ#ː|̰꜒|tˤ|-
[Q.3.cl.1.2.2.NEG.passive.conditional.PRES] => |ɗˤ|a#ː|̰꜒|ŋ̥ˠ|-
[Q.3.cl.1.2.2.NEG.passive.conditional.PAST] => |mˤ|ʉ#|̰꜒|nˤ|-
[Q.3.cl.1.2.2.NEG.passive.optative.PRES] => |ʈˠ|a#ː|꜒꜖|ɳ̥ʲ|-
[Q.3.cl.1.2.2.NEG.passive.optative.PAST] => |ʡˠ|ᵊ|꜒꜖|tɬˠ|-
[Q.3.cl.1.2.2.POS.active.indicative.PRES] => |ɠʷ|iː|̰꜒|ɥˠ|-
[Q.3.cl.1.2.2.POS.active.indicative.PAST] => |nˠ|ʉ|̰꜒|ŋˠ|-
[Q.3.cl.1.2.2.POS.active.imperative.PRES] => |ɰʷ|a#ː|꜒|qʼˤ|-
[Q.3.cl.1.2.2.POS.active.imperative.PAST] => |ʄʲ|a|꜖꜒|wˠ|-
[Q.3.cl.1.2.2.POS.active.conditional.PRES] => |lˠ|u#ː|̰꜒|ɽʲ|-
[Q.3.cl.1.2.2.POS.active.conditional.PAST] => |ᵑǁˠ|iː|꜒|tʼʷ|-
[Q.3.cl.1.2.2.POS.active.optative.PRES] => |kʰˠ|u#|꜒|pʲ|-
[Q.3.cl.1.2.2.POS.active.optative.PAST] => |htˤ|aː|꜖꜒|pʰˤ|-
[Q.3.cl.1.2.2.POS.passive.indicative.PRES] => |kʼʷ|i#|̰꜖|ɽʲ|-
[Q.3.cl.1.2.2.POS.passive.indicative.PAST] => |ᵏǀʼˠ|ᵊ|꜖꜒|ʜˠ|-
[Q.3.cl.1.2.2.POS.passive.imperative.PRES] => |tʷ|ʉ#|꜖꜒|kʼʷ|-
[Q.3.cl.1.2.2.POS.passive.imperative.PAST] => |r̥ˤ|aː|̰꜖|m̥ʲ|-
[Q.3.cl.1.2.2.POS.passive.conditional.PRES] => |ᵏǁʰˠ|a|꜖꜒|tʰˠ|-
[Q.3.cl.1.2.2.POS.passive.conditional.PAST] => |ŋ̥ʲ|a#|̰꜖|j|-
[Q.3.cl.1.2.2.POS.passive.optative.PRES] => |t͡ʃ|a|̰꜖|r̥ʲ|-
[Q.3.cl.1.2.2.POS.passive.optative.PAST] => |ɻʲ|u#|̰꜒|ŋˠ|-
[Q.3.cl.1.2.3.cl.1.NEG.active.indicative.PRES] => |ɹʷ|a|̰꜖|ʜʲ|-
[Q.3.cl.1.2.3.cl.1.NEG.active.indicative.PAST] => |ɾʲ|ʉ|̰꜒|lˠ|-
[Q.3.cl.1.2.3.cl.1.NEG.active.imperative.PRES] => |pʼʲ|i|꜒꜖|ŋˠ|-
[Q.3.cl.1.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃʼʷ|a#|̰꜖|ʈʼˠ|-
[Q.3.cl.1.2.3.cl.1.NEG.active.conditional.PRES] => |ᵑǃʼʷ|a|̰꜖|kˠ|-
[Q.3.cl.1.2.3.cl.1.NEG.active.conditional.PAST] => |ɥˤ|i|꜖|ɹˤ|-
[Q.3.cl.1.2.3.cl.1.NEG.active.optative.PRES] => |ᵑǃʼˤ|a|꜖꜒|ɹˠ|-
[Q.3.cl.1.2.3.cl.1.NEG.active.optative.PAST] => |ᵑǀʼʷ|ᵊ|꜒꜖|kʼʲ|-
[Q.3.cl.1.2.3.cl.1.NEG.passive.indicative.PRES] => |ɥʲ|u|꜒|tʰʲ|-
[Q.3.cl.1.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǁˠ|a|꜖|ʛˠ|-
[Q.3.cl.1.2.3.cl.1.NEG.passive.imperative.PRES] => |ʄˠ|u|̰꜒|ɴˤ|-
[Q.3.cl.1.2.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀˠ|ʉ#|꜒|hkʲ|-
[Q.3.cl.1.2.3.cl.1.NEG.passive.conditional.PRES] => |hkˠ|u|꜒꜖|ɗˤ|-
[Q.3.cl.1.2.3.cl.1.NEG.passive.conditional.PAST] => |t͡sˤ|ʉ|꜒|ʡʲ|-
[Q.3.cl.1.2.3.cl.1.NEG.passive.optative.PRES] => |ᵏǀʼʷ|i#ː|꜖|n̥ˤ|-
[Q.3.cl.1.2.3.cl.1.NEG.passive.optative.PAST] => |ʋˤ|i#ː|̰꜒|rʷ|-
[Q.3.cl.1.2.3.cl.1.POS.active.indicative.PRES] => |t͡sˤ|u|꜖꜒|ɾˠ|-
[Q.3.cl.1.2.3.cl.1.POS.active.indicative.PAST] => |ɠʲ|uː|̰꜖|t͡ʂˠ|-
[Q.3.cl.1.2.3.cl.1.POS.active.imperative.PRES] => |ʛʲ|a|̰꜖|ʈˠ|-
[Q.3.cl.1.2.3.cl.1.POS.active.imperative.PAST] => |ɾˠ|a|̰꜒|rʲ|-
[Q.3.cl.1.2.3.cl.1.POS.active.conditional.PRES] => |ɓʲ|iː|꜒|ʈˠ|-
[Q.3.cl.1.2.3.cl.1.POS.active.conditional.PAST] => |r̥ˠ|u|꜒|hpˠ|-
[Q.3.cl.1.2.3.cl.1.POS.active.optative.PRES] => |ɳˠ|u|̰꜒|kʰˤ|-
[Q.3.cl.1.2.3.cl.1.POS.active.optative.PAST] => |ɴˠ|iː|꜒꜖|lʲ|-
[Q.3.cl.1.2.3.cl.1.POS.passive.indicative.PRES] => |ŋ̥ʷ|i#|꜖꜒|ɓʲ|-
[Q.3.cl.1.2.3.cl.1.POS.passive.indicative.PAST] => |ɠˤ|ʉː|̰꜖|sʲ|-
[Q.3.cl.1.2.3.cl.1.POS.passive.imperative.PRES] => |ɥˤ|ᵊ|꜒꜖|pʼˤ|-
[Q.3.cl.1.2.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʼˠ|a|꜒꜖|hʈʲ|-
[Q.3.cl.1.2.3.cl.1.POS.passive.conditional.PRES] => |ᵑǃʼˠ|u|꜒|ɴˤ|-
[Q.3.cl.1.2.3.cl.1.POS.passive.conditional.PAST] => |ʛʷ|a|꜒꜖|ɻʲ|-
[Q.3.cl.1.2.3.cl.1.POS.passive.optative.PRES] => |ŋ̥ʲ|a|꜒꜖|r̥ʷ|-
[Q.3.cl.1.2.3.cl.1.POS.passive.optative.PAST] => |t͡ʂʲ|ᵊ|꜖|t͡ʂʲ|-
[Q.3.cl.1.2.3.cl.2.NEG.active.indicative.PRES] => |tʷ|i|̰꜒|d͡ʐˠ|-
[Q.3.cl.1.2.3.cl.2.NEG.active.indicative.PAST] => |kʼˠ|ᵊ|꜖|pʰʲ|-
[Q.3.cl.1.2.3.cl.2.NEG.active.imperative.PRES] => |qʼʲ|ʉ#ː|̰꜖|t͡sʷ|-
[Q.3.cl.1.2.3.cl.2.NEG.active.imperative.PAST] => |ᵑǁʼˠ|uː|꜒|ɳ̥ʲ|-
[Q.3.cl.1.2.3.cl.2.NEG.active.conditional.PRES] => |ɥʲ|a#|̰꜒|n̥ʲ|-
[Q.3.cl.1.2.3.cl.2.NEG.active.conditional.PAST] => |tɬˠ|a#ː|꜖|ŋ̥ʷ|-
[Q.3.cl.1.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǀʼˠ|i#ː|꜖꜒|ɗʷ|-
[Q.3.cl.1.2.3.cl.2.NEG.active.optative.PAST] => |lˠ|iː|꜒|ʃʲ|-
[Q.3.cl.1.2.3.cl.2.NEG.passive.indicative.PRES] => |rʲ|a|꜖|kʼʲ|-
[Q.3.cl.1.2.3.cl.2.NEG.passive.indicative.PAST] => |pˠ|u#|꜒꜖|ʛˠ|-
[Q.3.cl.1.2.3.cl.2.NEG.passive.imperative.PRES] => |pˤ|u|꜖꜒|pʰʲ|-
[Q.3.cl.1.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʰˤ|ʉ|꜖꜒|j|-
[Q.3.cl.1.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǀʼˤ|u|̰꜒|ɹˠ|-
[Q.3.cl.1.2.3.cl.2.NEG.passive.conditional.PAST] => |ʛˤ|u|̰꜒|htʷ|-
[Q.3.cl.1.2.3.cl.2.NEG.passive.optative.PRES] => |ʛʲ|aː|꜖|nʲ|-
[Q.3.cl.1.2.3.cl.2.NEG.passive.optative.PAST] => |ʃˠ|a|̰꜒|ʃˠ|-
[Q.3.cl.1.2.3.cl.2.POS.active.indicative.PRES] => |m̥ʲ|a|̰꜒|ŋ̥ʲ|-
[Q.3.cl.1.2.3.cl.2.POS.active.indicative.PAST] => |ʡˠ|ʉ#|꜒꜖|rʷ|-
[Q.3.cl.1.2.3.cl.2.POS.active.imperative.PRES] => |ɻˠ|ʉ|̰꜒|ʡʲ|-
[Q.3.cl.1.2.3.cl.2.POS.active.imperative.PAST] => |ᵏǃʷ|ʉ#ː|꜒꜖|ɹʷ|-
[Q.3.cl.1.2.3.cl.2.POS.active.conditional.PRES] => |qʼˠ|a|꜒꜖|ɓʲ|-
[Q.3.cl.1.2.3.cl.2.POS.active.conditional.PAST] => |pʼˠ|a#ː|꜖꜒|ɭˠ|-
[Q.3.cl.1.2.3.cl.2.POS.active.optative.PRES] => |ᵑǀʼʲ|i#|꜒|ɓʲ|-
[Q.3.cl.1.2.3.cl.2.POS.active.optative.PAST] => |d͡ʐˠ|iː|̰꜖|ɻˠ|-
[Q.3.cl.1.2.3.cl.2.POS.passive.indicative.PRES] => |ʡˠ|i|꜒꜖|wʲ|-
[Q.3.cl.1.2.3.cl.2.POS.passive.indicative.PAST] => |m̥ˠ|ᵊ|꜒|wˠ|-
[Q.3.cl.1.2.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀʰʲ|i#ː|꜒|ʜʲ|-
[Q.3.cl.1.2.3.cl.2.POS.passive.imperative.PAST] => |ᵑǃʼˠ|i|̰꜖|ɠˠ|-
[Q.3.cl.1.2.3.cl.2.POS.passive.conditional.PRES] => |kʼʲ|a|̰꜒|ʋˤ|-
[Q.3.cl.1.2.3.cl.2.POS.passive.conditional.PAST] => |ᵑǃʼʷ|i|꜒|qʼʲ|-
[Q.3.cl.1.2.3.cl.2.POS.passive.optative.PRES] => |tʼʲ|u#ː|꜒꜖|ɻˠ|-
[Q.3.cl.1.2.3.cl.2.POS.passive.optative.PAST] => |t͡ʂʲ|ʉ|꜒꜖|qʼˤ|-
[Q.3.cl.1.2.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃʼʷ|ʉ|꜖|qʲ|-
[Q.3.cl.1.2.3.cl.3.NEG.active.indicative.PAST] => |ɹʷ|i|̰꜖|ɠʷ|-
[Q.3.cl.1.2.3.cl.3.NEG.active.imperative.PRES] => |pʰˤ|u|̰꜒|ɻˠ|-
[Q.3.cl.1.2.3.cl.3.NEG.active.imperative.PAST] => |ɓʲ|i|̰꜖|hkˤ|-
[Q.3.cl.1.2.3.cl.3.NEG.active.conditional.PRES] => |ɭˠ|i|꜖꜒|ɓʲ|-
[Q.3.cl.1.2.3.cl.3.NEG.active.conditional.PAST] => |ɳˠ|i#ː|꜖|ɗʲ|-
[Q.3.cl.1.2.3.cl.3.NEG.active.optative.PRES] => |kʰˠ|ᵊ|̰꜖|ŋʷ|-
[Q.3.cl.1.2.3.cl.3.NEG.active.optative.PAST] => |pˤ|u#ː|̰꜖|rˠ|-
[Q.3.cl.1.2.3.cl.3.NEG.passive.indicative.PRES] => |ʈʼʲ|i|꜒꜖|t͡sʲ|-
[Q.3.cl.1.2.3.cl.3.NEG.passive.indicative.PAST] => |ɰˤ|ʉ#ː|̰꜖|t͡ʂʲ|-
[Q.3.cl.1.2.3.cl.3.NEG.passive.imperative.PRES] => |ʜʲ|ᵊ|꜖|ɹʷ|-
[Q.3.cl.1.2.3.cl.3.NEG.passive.imperative.PAST] => |ʋˤ|u|꜖|ɓˠ|-
[Q.3.cl.1.2.3.cl.3.NEG.passive.conditional.PRES] => |ʈʰˠ|iː|̰꜖|ɾˤ|-
[Q.3.cl.1.2.3.cl.3.NEG.passive.conditional.PAST] => |ʋˤ|u|꜒|m̥ˠ|-
[Q.3.cl.1.2.3.cl.3.NEG.passive.optative.PRES] => |ɗˤ|ʉ#ː|꜒꜖|pˤ|-
[Q.3.cl.1.2.3.cl.3.NEG.passive.optative.PAST] => |qʼˤ|a|̰꜖|ɾˤ|-
[Q.3.cl.1.2.3.cl.3.POS.active.indicative.PRES] => |tˤ|a#|꜖|qʼˠ|-
[Q.3.cl.1.2.3.cl.3.POS.active.indicative.PAST] => |qʼʲ|ᵊ|꜖꜒|ɾʷ|-
[Q.3.cl.1.2.3.cl.3.POS.active.imperative.PRES] => |ᵑǃʼʷ|i|꜒|ʡʲ|-
[Q.3.cl.1.2.3.cl.3.POS.active.imperative.PAST] => |ᵑǀʼˤ|i#|꜒|nʲ|-
[Q.3.cl.1.2.3.cl.3.POS.active.conditional.PRES] => |ʈʰʲ|iː|꜖|ɹʷ|-
[Q.3.cl.1.2.3.cl.3.POS.active.conditional.PAST] => |ɥˠ|ʉ|̰꜖|pʼˤ|-
[Q.3.cl.1.2.3.cl.3.POS.active.optative.PRES] => |ᵏǀʼˠ|ʉ|꜖꜒|rʷ|-
[Q.3.cl.1.2.3.cl.3.POS.active.optative.PAST] => |ʈˠ|ʉ#ː|꜖|kʼˤ|-
[Q.3.cl.1.2.3.cl.3.POS.passive.indicative.PRES] => |ᵑǀˠ|ᵊ|̰꜒|ŋ̥ʷ|-
[Q.3.cl.1.2.3.cl.3.POS.passive.indicative.PAST] => |qʼʲ|i|꜖|m̥ˠ|-
[Q.3.cl.1.2.3.cl.3.POS.passive.imperative.PRES] => |mˠ|i|꜒|ʛʲ|-
[Q.3.cl.1.2.3.cl.3.POS.passive.imperative.PAST] => |ŋ̥ˤ|u|꜖꜒|tʷ|-
[Q.3.cl.1.2.3.cl.3.POS.passive.conditional.PRES] => |ᵏǃʰˤ|aː|꜖꜒|ɓʲ|-
[Q.3.cl.1.2.3.cl.3.POS.passive.conditional.PAST] => |ᵏǁʲ|ᵊ|̰꜒|sˤ|-
[Q.3.cl.1.2.3.cl.3.POS.passive.optative.PRES] => |ʛʲ|ᵊ|꜒|ɽʲ|-
[Q.3.cl.1.2.3.cl.3.POS.passive.optative.PAST] => |ɓˠ|ʉ#ː|꜒꜖|ʜˠ|-
[Q.3.cl.1.2.3.cl.4.NEG.active.indicative.PRES] => |ʃʲ|ʉ#ː|꜖꜒|ɗˤ|-
[Q.3.cl.1.2.3.cl.4.NEG.active.indicative.PAST] => |ɗʷ|ʉ#ː|̰꜖|r̥ʷ|-
[Q.3.cl.1.2.3.cl.4.NEG.active.imperative.PRES] => |t͡sˤ|a#|꜒꜖|tˤ|-
[Q.3.cl.1.2.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀʰʲ|a|꜒꜖|ʛˤ|-
[Q.3.cl.1.2.3.cl.4.NEG.active.conditional.PRES] => |ɓˤ|u#|̰꜖|n̥ˤ|-
[Q.3.cl.1.2.3.cl.4.NEG.active.conditional.PAST] => |ɠʲ|a#ː|꜒꜖|ʛʷ|-
[Q.3.cl.1.2.3.cl.4.NEG.active.optative.PRES] => |qˠ|ʉ#|꜖꜒|sʲ|-
[Q.3.cl.1.2.3.cl.4.NEG.active.optative.PAST] => |pʰʲ|a#ː|꜖|kʲ|-
[Q.3.cl.1.2.3.cl.4.NEG.passive.indicative.PRES] => |m̥ˠ|a|꜖|sˤ|-
[Q.3.cl.1.2.3.cl.4.NEG.passive.indicative.PAST] => |hkʲ|ᵊ|꜖|qʲ|-
[Q.3.cl.1.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǁʼʲ|ᵊ|꜖|hkˤ|-
[Q.3.cl.1.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǁʰʲ|u#ː|꜒꜖|t͡sʷ|-
[Q.3.cl.1.2.3.cl.4.NEG.passive.conditional.PRES] => |n̥ˤ|i#ː|̰꜖|htʲ|-
[Q.3.cl.1.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǀʼˠ|i|꜒|sʷ|-
[Q.3.cl.1.2.3.cl.4.NEG.passive.optative.PRES] => |ɳ̥ˠ|a|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.1.2.3.cl.4.NEG.passive.optative.PAST] => |hkˠ|ᵊ|꜖꜒|t͡sʲ|-
[Q.3.cl.1.2.3.cl.4.POS.active.indicative.PRES] => |ᵏǀʰʲ|ʉ|̰꜖|pʼˠ|-
[Q.3.cl.1.2.3.cl.4.POS.active.indicative.PAST] => |pʰˤ|iː|꜒|m̥ˤ|-
[Q.3.cl.1.2.3.cl.4.POS.active.imperative.PRES] => |ᵑǃʼˤ|ᵊ|̰꜒|ɭˠ|-
[Q.3.cl.1.2.3.cl.4.POS.active.imperative.PAST] => |ɹʷ|ʉ#ː|꜒|ɗˤ|-
[Q.3.cl.1.2.3.cl.4.POS.active.conditional.PRES] => |ᵏǁʼʲ|ʉː|꜒꜖|kʷ|-
[Q.3.cl.1.2.3.cl.4.POS.active.conditional.PAST] => |t͡ʃ|ʉ#ː|꜖꜒|rˤ|-
[Q.3.cl.1.2.3.cl.4.POS.active.optative.PRES] => |ɳ̥ʲ|ᵊ|꜖꜒|ɓˤ|-
[Q.3.cl.1.2.3.cl.4.POS.active.optative.PAST] => |ɴʲ|i|꜒꜖|ɾˤ|-
[Q.3.cl.1.2.3.cl.4.POS.passive.indicative.PRES] => |htʲ|i|̰꜖|t͡sʷ|-
[Q.3.cl.1.2.3.cl.4.POS.passive.indicative.PAST] => |rˤ|u|꜒꜖|r̥ˤ|-
[Q.3.cl.1.2.3.cl.4.POS.passive.imperative.PRES] => |htʷ|a|̰꜖|ɴˤ|-
[Q.3.cl.1.2.3.cl.4.POS.passive.imperative.PAST] => |kˠ|u|꜒|ɴˠ|-
[Q.3.cl.1.2.3.cl.4.POS.passive.conditional.PRES] => |tɬˠ|iː|̰꜖|ɴˤ|-
[Q.3.cl.1.2.3.cl.4.POS.passive.conditional.PAST] => |wˤ|u|꜒|htʷ|-
[Q.3.cl.1.2.3.cl.4.POS.passive.optative.PRES] => |pʲ|iː|̰꜖|mˤ|-
[Q.3.cl.1.2.3.cl.4.POS.passive.optative.PAST] => |ᵑǁʼˠ|iː|꜖꜒|ʈʰˠ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.active.indicative.PRES] => |ɓʲ|a|꜖|ɗˠ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.active.indicative.PAST] => |ɓˠ|u#ː|̰꜖|htʷ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.active.imperative.PRES] => |ᵏǃʰʷ|i|̰꜖|nˠ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.active.imperative.PAST] => |ɥˠ|u#|꜖|hkʷ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.active.conditional.PRES] => |hpˠ|u#|꜖|ɗˤ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.active.conditional.PAST] => |tʷ|ᵊ|̰꜖|qˠ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.active.optative.PRES] => |ɠʲ|i#|̰꜖|ɾʷ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.active.optative.PAST] => |ɳ̥ˠ|ʉ|꜖|r̥ˤ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.passive.indicative.PRES] => |ᵏǀʰʲ|u|̰꜒|ɴʲ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ɥˠ|u|̰꜒|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ʜʲ|ᵊ|꜒|ɽˠ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.passive.imperative.PAST] => |t͡ʂʲ|i|꜒꜖|hkˤ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.passive.conditional.PRES] => |ᵏǃʰʷ|aː|̰꜖|ɳʲ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ᵏǃʼʷ|ᵊ|꜖|ɰʲ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.passive.optative.PRES] => |htʲ|a|̰꜒|ʋˠ|-
[Q.3.cl.1.3.cl.1.1incl.NEG.passive.optative.PAST] => |n̥ˠ|u#ː|꜖꜒|pʰʲ|-
[Q.3.cl.1.3.cl.1.1incl.POS.active.indicative.PRES] => |ᵏǃʼˠ|ʉ|꜒|wʲ|-
[Q.3.cl.1.3.cl.1.1incl.POS.active.indicative.PAST] => |ʃʲ|a#ː|꜒꜖|kˤ|-
[Q.3.cl.1.3.cl.1.1incl.POS.active.imperative.PRES] => |ʋʲ|i#ː|꜖꜒|ɳˠ|-
[Q.3.cl.1.3.cl.1.1incl.POS.active.imperative.PAST] => |pˠ|ᵊ|꜒꜖|m̥ʲ|-
[Q.3.cl.1.3.cl.1.1incl.POS.active.conditional.PRES] => |ɰʲ|i|꜒꜖|tʼˤ|-
[Q.3.cl.1.3.cl.1.1incl.POS.active.conditional.PAST] => |pʰˤ|ᵊ|꜖|pʼʲ|-
[Q.3.cl.1.3.cl.1.1incl.POS.active.optative.PRES] => |pˠ|uː|̰꜒|ɴʷ|-
[Q.3.cl.1.3.cl.1.1incl.POS.active.optative.PAST] => |ʋʲ|ʉ#ː|꜖꜒|ɴˤ|-
[Q.3.cl.1.3.cl.1.1incl.POS.passive.indicative.PRES] => |kʲ|ʉ#|̰꜖|ʛˠ|-
[Q.3.cl.1.3.cl.1.1incl.POS.passive.indicative.PAST] => |hpˠ|u|꜖꜒|ɹˠ|-
[Q.3.cl.1.3.cl.1.1incl.POS.passive.imperative.PRES] => |tʷ|a|꜖꜒|pʼˠ|-
[Q.3.cl.1.3.cl.1.1incl.POS.passive.imperative.PAST] => |ʂʲ|u#|̰꜒|tˤ|-
[Q.3.cl.1.3.cl.1.1incl.POS.passive.conditional.PRES] => |pʼˤ|ʉː|̰꜖|ɭˠ|-
[Q.3.cl.1.3.cl.1.1incl.POS.passive.conditional.PAST] => |tʰʲ|ʉː|꜖꜒|ɹˤ|-
[Q.3.cl.1.3.cl.1.1incl.POS.passive.optative.PRES] => |tʼˠ|ᵊ|̰꜒|ɭʲ|-
[Q.3.cl.1.3.cl.1.1incl.POS.passive.optative.PAST] => |ɗˤ|ᵊ|꜒꜖|pʰʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.active.indicative.PRES] => |hʈʲ|ᵊ|̰꜒|ʡʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.active.indicative.PAST] => |qˠ|ʉ#|̰꜒|t͡ʂˠ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.active.imperative.PRES] => |ᵑǃˤ|u|̰꜒|ʜʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.active.imperative.PAST] => |sʷ|i|̰꜒|ʛʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.active.conditional.PRES] => |ᵏǃʼʲ|iː|꜒|rˤ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.active.conditional.PAST] => |qʼʲ|i|꜒|t͡sʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.active.optative.PRES] => |ᵏǁʼˠ|ʉ|̰꜖|n̥ʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.active.optative.PAST] => |t͡sʲ|ʉ|꜖꜒|ɰʷ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.passive.indicative.PRES] => |nʷ|a|̰꜒|h|-
[Q.3.cl.1.3.cl.1.1excl.NEG.passive.indicative.PAST] => |tʰˠ|a#ː|꜖|ɰˠ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ɰʲ|i|̰꜒|kʼˤ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.passive.imperative.PAST] => |pʲ|ʉ|꜒|ɓʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.passive.conditional.PRES] => |ɠʲ|a|꜖|ʋʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.passive.conditional.PAST] => |rʲ|i#|꜒꜖|t͡ʃ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.passive.optative.PRES] => |ᵏǀʰʲ|ʉ|꜖꜒|ɠʲ|-
[Q.3.cl.1.3.cl.1.1excl.NEG.passive.optative.PAST] => |ᵏǃʰˤ|a#|꜒꜖|qʼʷ|-
[Q.3.cl.1.3.cl.1.1excl.POS.active.indicative.PRES] => |pʼˠ|uː|̰꜒|kʷ|-
[Q.3.cl.1.3.cl.1.1excl.POS.active.indicative.PAST] => |qʷ|i|꜒꜖|ŋʷ|-
[Q.3.cl.1.3.cl.1.1excl.POS.active.imperative.PRES] => |ɹʲ|iː|̰꜒|n̥ʲ|-
[Q.3.cl.1.3.cl.1.1excl.POS.active.imperative.PAST] => |tɬˠ|iː|̰꜒|rʷ|-
[Q.3.cl.1.3.cl.1.1excl.POS.active.conditional.PRES] => |ʛˠ|ʉ|꜖꜒|ʜˠ|-
[Q.3.cl.1.3.cl.1.1excl.POS.active.conditional.PAST] => |ᵑǃˠ|u|̰꜒|ʛʲ|-
[Q.3.cl.1.3.cl.1.1excl.POS.active.optative.PRES] => |ʈʼˠ|u|꜒꜖|pʼʲ|-
[Q.3.cl.1.3.cl.1.1excl.POS.active.optative.PAST] => |ᵏǀˤ|u#ː|꜖꜒|hʈˠ|-
[Q.3.cl.1.3.cl.1.1excl.POS.passive.indicative.PRES] => |ɭʲ|ʉ|̰꜖|ɥˤ|-
[Q.3.cl.1.3.cl.1.1excl.POS.passive.indicative.PAST] => |pʰʲ|i|꜒|tˤ|-
[Q.3.cl.1.3.cl.1.1excl.POS.passive.imperative.PRES] => |ɗʷ|i|꜖꜒|tʷ|-
[Q.3.cl.1.3.cl.1.1excl.POS.passive.imperative.PAST] => |sˠ|ʉː|̰꜒|j|-
[Q.3.cl.1.3.cl.1.1excl.POS.passive.conditional.PRES] => |ɥˤ|i|꜒|ʃˠ|-
[Q.3.cl.1.3.cl.1.1excl.POS.passive.conditional.PAST] => |sʷ|ᵊ|꜒꜖|n̥ʲ|-
[Q.3.cl.1.3.cl.1.1excl.POS.passive.optative.PRES] => |wʲ|i|꜒꜖|tˠ|-
[Q.3.cl.1.3.cl.1.1excl.POS.passive.optative.PAST] => |ᵏǃʼʲ|ʉ|꜒꜖|ɗˤ|-
[Q.3.cl.1.3.cl.1.2.NEG.active.indicative.PRES] => |hkʷ|iː|꜖|pʰˤ|-
[Q.3.cl.1.3.cl.1.2.NEG.active.indicative.PAST] => |kʰˤ|aː|̰꜖|tˤ|-
[Q.3.cl.1.3.cl.1.2.NEG.active.imperative.PRES] => |ʈʲ|a#ː|꜒꜖|qˤ|-
[Q.3.cl.1.3.cl.1.2.NEG.active.imperative.PAST] => |ᵏǀʼˠ|a|̰꜖|htʲ|-
[Q.3.cl.1.3.cl.1.2.NEG.active.conditional.PRES] => |ŋ̥ˤ|u|̰꜖|ɓˤ|-
[Q.3.cl.1.3.cl.1.2.NEG.active.conditional.PAST] => |d͡ʐˠ|iː|꜒|ʋˠ|-
[Q.3.cl.1.3.cl.1.2.NEG.active.optative.PRES] => |n̥ˠ|i|꜒|tˠ|-
[Q.3.cl.1.3.cl.1.2.NEG.active.optative.PAST] => |r̥ʲ|ᵊ|꜖꜒|lˠ|-
[Q.3.cl.1.3.cl.1.2.NEG.passive.indicative.PRES] => |ᵑǀʼˤ|i|꜒|ʂˠ|-
[Q.3.cl.1.3.cl.1.2.NEG.passive.indicative.PAST] => |kˤ|a|꜖꜒|ɰʷ|-
[Q.3.cl.1.3.cl.1.2.NEG.passive.imperative.PRES] => |ɽʲ|i|̰꜖|qʼʷ|-
[Q.3.cl.1.3.cl.1.2.NEG.passive.imperative.PAST] => |ᵏǃʼʲ|u#ː|̰꜒|n̥ʷ|-
[Q.3.cl.1.3.cl.1.2.NEG.passive.conditional.PRES] => |r̥ʲ|i|꜒|kʼʷ|-
[Q.3.cl.1.3.cl.1.2.NEG.passive.conditional.PAST] => |ɹʲ|a|꜒꜖|ʃˠ|-
[Q.3.cl.1.3.cl.1.2.NEG.passive.optative.PRES] => |ɰˤ|i|̰꜖|ɳˠ|-
[Q.3.cl.1.3.cl.1.2.NEG.passive.optative.PAST] => |ɠˤ|ʉ#ː|꜖|wʲ|-
[Q.3.cl.1.3.cl.1.2.POS.active.indicative.PRES] => |ᵏǃʷ|a|̰꜒|wˤ|-
[Q.3.cl.1.3.cl.1.2.POS.active.indicative.PAST] => |ɥˤ|u|꜖|hkˠ|-
[Q.3.cl.1.3.cl.1.2.POS.active.imperative.PRES] => |ɠʲ|iː|̰꜖|tʷ|-
[Q.3.cl.1.3.cl.1.2.POS.active.imperative.PAST] => |wˠ|a|̰꜒|nʷ|-
[Q.3.cl.1.3.cl.1.2.POS.active.conditional.PRES] => |kʰʲ|i|꜒꜖|rˤ|-
[Q.3.cl.1.3.cl.1.2.POS.active.conditional.PAST] => |ᵑǃˤ|a#|꜖|ɰʷ|-
[Q.3.cl.1.3.cl.1.2.POS.active.optative.PRES] => |ᵏǁʲ|a#|̰꜒|ŋ̥ʲ|-
[Q.3.cl.1.3.cl.1.2.POS.active.optative.PAST] => |t͡sˤ|i|꜖꜒|lˠ|-
[Q.3.cl.1.3.cl.1.2.POS.passive.indicative.PRES] => |n̥ʲ|aː|꜒꜖|lˠ|-
[Q.3.cl.1.3.cl.1.2.POS.passive.indicative.PAST] => |ᵏǀʼʲ|u|̰꜖|tʷ|-
[Q.3.cl.1.3.cl.1.2.POS.passive.imperative.PRES] => |ʈʼˠ|u|̰꜖|mˤ|-
[Q.3.cl.1.3.cl.1.2.POS.passive.imperative.PAST] => |r̥ˠ|iː|̰꜖|ɻˠ|-
[Q.3.cl.1.3.cl.1.2.POS.passive.conditional.PRES] => |hpʲ|ᵊ|̰꜖|ɗʷ|-
[Q.3.cl.1.3.cl.1.2.POS.passive.conditional.PAST] => |ŋ̥ʲ|ᵊ|꜖꜒|htʷ|-
[Q.3.cl.1.3.cl.1.2.POS.passive.optative.PRES] => |ɗˤ|a#|̰꜖|ʡˠ|-
[Q.3.cl.1.3.cl.1.2.POS.passive.optative.PAST] => |ɾʲ|u|꜖|ɥˤ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵏǀʷ|i|꜒꜖|wˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʷ|i#|̰꜒|sˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |m̥ʲ|a#ː|꜖|ɥʲ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ɓˤ|i#|꜖꜒|kʰʷ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |ɥʲ|u#ː|̰꜒|ɴʷ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |pʼʲ|u#|꜒|ɰʷ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |ᵏǃʰʷ|ʉ|꜒꜖|tˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ᵏǁʲ|ʉ|꜖|r̥ˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |tʰˤ|a#ː|̰꜖|kʼʷ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǃʰˤ|a|꜒|ɰˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǁˠ|ᵊ|꜖꜒|kʼˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |sˠ|aː|̰꜖|mʲ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ʛˤ|ʉ#ː|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǃˤ|a|꜒꜖|htˤ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |pʰˤ|u#ː|꜖|d͡ʐˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ᵑǁʼˠ|u#ː|̰꜒|lˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ŋˠ|ᵊ|̰꜖|tʼʲ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʷ|i|꜖꜒|tʼʷ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |qʼˤ|u|꜒|ɰʷ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ŋ̥ʲ|i#ː|꜖꜒|ʃˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |tʼʲ|aː|꜖꜒|ʈʲ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |qʼʲ|i|̰꜒|ɾʲ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.active.optative.PRES] => |kʲ|aː|̰꜒|ɠˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.active.optative.PAST] => |tʼʲ|ʉ|꜖꜒|ʋˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ʈʼʲ|i|꜒|qʷ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |ŋ̥ʷ|a#ː|꜖|ɠˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ŋ̥ˠ|i|̰꜖|tʼˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |m̥ˠ|i|꜖|ɓˤ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |n̥ˠ|ʉ#|̰꜒|hʈˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |kʼˤ|ʉː|꜒꜖|ɴʷ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |kˤ|a#|꜒꜖|kʰˠ|-
[Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ᵏǃʼʷ|i|꜒꜖|tʼˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃʰʷ|ᵊ|꜒|t͡ʃ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |ɰˤ|u#ː|꜒꜖|j|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |pʰˤ|i|̰꜖|pˤ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |d͡ʐˠ|u|̰꜖|r̥ˤ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ᵏǁʼˠ|a|̰꜒|ʜʲ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃʰʷ|i|꜖|ɓʲ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |t͡ʂˠ|ʉ#|̰꜖|qˤ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |qʼʲ|i|̰꜖|qˤ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǃˠ|ᵊ|꜒꜖|ʄˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |pˠ|ᵊ|꜖|ŋˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |tʼʷ|iː|꜖꜒|kʼˤ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |tʲ|a|꜒꜖|kʼʷ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |htʷ|iː|꜒|tʰˤ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |ʈʼˠ|u|̰꜖|qʼʷ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |r̥ʷ|i#ː|꜒|ʄʲ|-
[Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |pʰʲ|i|꜖꜒|ɠʷ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |pʼʲ|aː|꜒꜖|kʼʲ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |n̥ˤ|a#|̰꜖|ɳˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |lʲ|ʉ|꜒꜖|kʼˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |kˠ|u#|꜒꜖|ɹˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ᵏǀʷ|a#ː|꜖꜒|ʈʼˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |ᵏǀʰˤ|ᵊ|꜒꜖|nʲ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.active.optative.PRES] => |kʼʲ|ᵊ|꜒|ʈʰˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ᵏǃʰʲ|i|꜒꜖|ɗʷ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |hkˤ|ᵊ|̰꜒|mʲ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |ᵏǁˠ|ʉ#|̰꜖|ʋˤ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ɽʲ|ʉ|꜒|tʰˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ʈʼˠ|a#|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |ɽʲ|aː|꜖|tʼʲ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃʰʲ|a|꜖|qʼˠ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |nˠ|ʉ|꜒|ɠʲ|-
[Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |ʛˠ|a|꜖꜒|ŋˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |ŋʷ|i|꜖꜒|ʈʰʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ɠˤ|i|̰꜖|htˤ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |ʈʲ|a|꜒꜖|pʰˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |tʷ|i#ː|꜖꜒|ɳˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |tʼʷ|a|꜒|ʂʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ʈʰʲ|ᵊ|꜖꜒|n̥ʷ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |pʰʲ|i#|꜒|ʋʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |ʄʲ|iː|꜖|qʼʷ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |m̥ʲ|aː|̰꜖|ɴʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʼˠ|i|꜒|ʜˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |ɻˠ|ʉ#|꜒꜖|ʈʼʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃʼˠ|uː|꜒|ɰʷ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ɳ̥ʲ|i|꜒|rˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ɠʲ|aː|꜖|ɹˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |hkʲ|a|꜒|ɓˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |tʰʲ|ᵊ|꜖|ɓˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |ʃˠ|u#|꜒|ɻˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |r̥ˠ|ᵊ|꜖|pʼʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |t͡sˤ|i|꜒|ɴʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |kʼʷ|ʉ|꜒|m̥ˤ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |hʈˠ|i#ː|꜒|ʂʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ʋˤ|aː|꜒|kʰˤ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ʛˠ|iː|̰꜒|rʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ᵏǁʰˠ|ᵊ|꜒|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |tʰʲ|ʉː|̰꜒|r̥ˠ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |ɰʲ|u|̰꜖|sʷ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |t͡sʲ|ᵊ|꜖꜒|kʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |qˠ|u#ː|꜖|ɻʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |pʲ|u|꜒|qʼʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ɴˠ|ᵊ|꜒|ɗʷ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |ᵏǀˤ|ᵊ|꜒꜖|tʼʲ|-
[Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ᵏǀʼˠ|ʉ|̰꜖|rʷ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |ᵑǃˤ|u#|꜖|ɽˠ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |t͡sˠ|iː|̰꜒|ŋˤ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ᵑǁˠ|u#ː|꜖꜒|sʷ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |kˠ|ʉː|̰꜖|r̥ʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |ɓˤ|i|꜖|tʰˤ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ʋʲ|u|꜖꜒|kʰˤ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |ɭˠ|aː|̰꜖|j|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |hʈʲ|i#|̰꜒|ɗʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʼˠ|a|꜖꜒|ʔ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |mˠ|a|꜖꜒|n̥ˤ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ɭʲ|u|̰꜖|ɴˠ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |m̥ˤ|i#|꜖꜒|ʈʼʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |ŋ̥ˤ|a|̰꜖|ʈˠ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǀʷ|a|꜒꜖|qʼˤ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |sˠ|ʉ|̰꜒|ɾˠ|-
[Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |hʈˠ|a#ː|꜒|tɬʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |tˠ|i#ː|̰꜖|ʔ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |ŋ̥ˠ|u|꜒꜖|ɰʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |kʲ|iː|̰꜒|mʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |pʼʲ|a|꜒|tʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |kˠ|u#|꜖|t͡sˤ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ɾʲ|ᵊ|꜖|ɰʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ᵑǃʼˤ|iː|꜖|ɰʷ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.active.optative.PAST] => |pʼˠ|i|꜖|ɹʷ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |hʈˠ|aː|꜒꜖|kʼʷ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ɻʲ|ʉ|꜒꜖|ɓʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ᵏǃˠ|u#|̰꜖|pʼˠ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ɻˠ|ᵊ|꜒|ɓʲ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |kʼˠ|i|꜒|pʼˤ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʼˤ|ᵊ|̰꜖|kʼʷ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ᵑǁʲ|ᵊ|꜒|tʼˠ|-
[Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |rʷ|i|̰꜖|ɗʲ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.active.indicative.PRES] => |ɗʷ|a|꜖|ʃʲ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.active.indicative.PAST] => |ɗʷ|iː|̰꜖|ɾˤ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.active.imperative.PRES] => |tˤ|i|꜖|ɠʷ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.active.imperative.PAST] => |r̥ˤ|ʉː|꜖꜒|wʲ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.active.conditional.PRES] => |ᵏǃʼʷ|ʉː|꜖|m̥ʲ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.active.conditional.PAST] => |nˠ|i|꜒꜖|nˤ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.active.optative.PRES] => |r̥ʷ|ʉ|꜖꜒|kʼʲ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.active.optative.PAST] => |ʈʼʲ|i|꜖|t͡sʲ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ɰʷ|a|꜒꜖|mˠ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ɻʲ|u#ː|꜒|tʰˤ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.passive.imperative.PRES] => |t͡sˤ|a#ː|̰꜖|sʷ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.passive.imperative.PAST] => |t͡ʂˠ|u#|̰꜖|pˠ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.passive.conditional.PRES] => |n̥ʷ|ʉ|̰꜒|htˤ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.passive.conditional.PAST] => |kˤ|ʉ|꜖|ʋˤ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.passive.optative.PRES] => |tɬʲ|uː|꜒|ɳ̥ʲ|-
[Q.3.cl.1.3.cl.2.1incl.NEG.passive.optative.PAST] => |sˠ|ʉ|̰꜒|kʼˠ|-
[Q.3.cl.1.3.cl.2.1incl.POS.active.indicative.PRES] => |ʃʲ|ʉ#|꜒꜖|rˤ|-
[Q.3.cl.1.3.cl.2.1incl.POS.active.indicative.PAST] => |ᵏǀʷ|a|꜒꜖|pʼˠ|-
[Q.3.cl.1.3.cl.2.1incl.POS.active.imperative.PRES] => |ʂʲ|a|̰꜒|ŋ̥ʷ|-
[Q.3.cl.1.3.cl.2.1incl.POS.active.imperative.PAST] => |ʋˠ|ᵊ|̰꜒|ɾˠ|-
[Q.3.cl.1.3.cl.2.1incl.POS.active.conditional.PRES] => |ᵏǃʰˠ|i#|꜖꜒|tɬʲ|-
[Q.3.cl.1.3.cl.2.1incl.POS.active.conditional.PAST] => |tʰˤ|aː|̰꜖|ʛʲ|-
[Q.3.cl.1.3.cl.2.1incl.POS.active.optative.PRES] => |ᵏǀˤ|u|̰꜖|ɾˠ|-
[Q.3.cl.1.3.cl.2.1incl.POS.active.optative.PAST] => |ᵑǁʼʲ|u|꜖|t͡sʲ|-
[Q.3.cl.1.3.cl.2.1incl.POS.passive.indicative.PRES] => |wˤ|ᵊ|̰꜒|wˠ|-
[Q.3.cl.1.3.cl.2.1incl.POS.passive.indicative.PAST] => |ɠˠ|a|̰꜒|ʈʼˠ|-
[Q.3.cl.1.3.cl.2.1incl.POS.passive.imperative.PRES] => |ɥˠ|ʉ#ː|̰꜒|pʼʲ|-
[Q.3.cl.1.3.cl.2.1incl.POS.passive.imperative.PAST] => |htʲ|ʉ|̰꜒|tˠ|-
[Q.3.cl.1.3.cl.2.1incl.POS.passive.conditional.PRES] => |ᵏǃʼʲ|u#ː|꜖꜒|kʼˠ|-
[Q.3.cl.1.3.cl.2.1incl.POS.passive.conditional.PAST] => |hʈˠ|u|꜖꜒|ʄʲ|-
[Q.3.cl.1.3.cl.2.1incl.POS.passive.optative.PRES] => |ᵏǀʼˤ|ʉ#|̰꜖|ɴˤ|-
[Q.3.cl.1.3.cl.2.1incl.POS.passive.optative.PAST] => |ᵏǀʰˠ|ʉ#|꜒|ʄʲ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.active.indicative.PRES] => |kʼˠ|u|꜒꜖|kʰʲ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.active.indicative.PAST] => |ᵑǀʷ|ᵊ|̰꜖|pʲ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.active.imperative.PRES] => |ɭʲ|i#|꜖꜒|ʛʷ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.active.imperative.PAST] => |qʼʷ|aː|̰꜖|rʷ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.active.conditional.PRES] => |tʷ|iː|꜒|qˤ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.active.conditional.PAST] => |t͡sˠ|a|̰꜒|n̥ˠ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.active.optative.PRES] => |ŋˤ|a|꜒|ɭˠ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.active.optative.PAST] => |ʜʲ|a#|꜒|hʈˠ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ᵑǁʼˠ|a|꜖꜒|d͡ʐʲ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.passive.indicative.PAST] => |mʲ|u|̰꜖|ɥʲ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ʈʼʲ|a|̰꜖|ʈʲ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.passive.imperative.PAST] => |ᵏǀʲ|ʉː|꜒꜖|t͡sʷ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.passive.conditional.PRES] => |tʰʲ|uː|̰꜖|ɠʲ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.passive.conditional.PAST] => |hkʷ|i|̰꜒|ɗˤ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.passive.optative.PRES] => |kʰʲ|u|̰꜒|ɰˠ|-
[Q.3.cl.1.3.cl.2.1excl.NEG.passive.optative.PAST] => |ᵑǀʼˠ|ʉ|꜒|rˤ|-
[Q.3.cl.1.3.cl.2.1excl.POS.active.indicative.PRES] => |ŋˠ|aː|꜒|ɾʷ|-
[Q.3.cl.1.3.cl.2.1excl.POS.active.indicative.PAST] => |ɠˤ|a|꜒|t͡sʷ|-
[Q.3.cl.1.3.cl.2.1excl.POS.active.imperative.PRES] => |m̥ˤ|iː|̰꜒|ɗʲ|-
[Q.3.cl.1.3.cl.2.1excl.POS.active.imperative.PAST] => |tʷ|a|꜒꜖|ʔ|-
[Q.3.cl.1.3.cl.2.1excl.POS.active.conditional.PRES] => |kʼˤ|ʉ|̰꜒|ɰʲ|-
[Q.3.cl.1.3.cl.2.1excl.POS.active.conditional.PAST] => |ɠˠ|aː|꜒꜖|sʲ|-
[Q.3.cl.1.3.cl.2.1excl.POS.active.optative.PRES] => |ᵑǃʼʲ|ʉ|̰꜒|lʲ|-
[Q.3.cl.1.3.cl.2.1excl.POS.active.optative.PAST] => |kʼʷ|ʉ#ː|꜖|tˠ|-
[Q.3.cl.1.3.cl.2.1excl.POS.passive.indicative.PRES] => |kˤ|a|꜒|qʷ|-
[Q.3.cl.1.3.cl.2.1excl.POS.passive.indicative.PAST] => |mˤ|iː|꜖|ŋˠ|-
[Q.3.cl.1.3.cl.2.1excl.POS.passive.imperative.PRES] => |ᵏǀʼʷ|a#ː|꜒|ɰˠ|-
[Q.3.cl.1.3.cl.2.1excl.POS.passive.imperative.PAST] => |m̥ˠ|aː|꜖꜒|ɾˤ|-
[Q.3.cl.1.3.cl.2.1excl.POS.passive.conditional.PRES] => |ʂˠ|aː|꜒|ɰˤ|-
[Q.3.cl.1.3.cl.2.1excl.POS.passive.conditional.PAST] => |ᵏǃʰˠ|i|꜒꜖|pʲ|-
[Q.3.cl.1.3.cl.2.1excl.POS.passive.optative.PRES] => |ʜʲ|aː|̰꜒|pʲ|-
[Q.3.cl.1.3.cl.2.1excl.POS.passive.optative.PAST] => |ɥʲ|a|꜒|nˠ|-
[Q.3.cl.1.3.cl.2.2.NEG.active.indicative.PRES] => |hkˤ|uː|꜖|tʼˤ|-
[Q.3.cl.1.3.cl.2.2.NEG.active.indicative.PAST] => |ᵏǁʰˠ|i#ː|̰꜖|ʂˠ|-
[Q.3.cl.1.3.cl.2.2.NEG.active.imperative.PRES] => |tʼˤ|ᵊ|꜒꜖|ʋʲ|-
[Q.3.cl.1.3.cl.2.2.NEG.active.imperative.PAST] => |ᵑǀˤ|ᵊ|꜖꜒|nˠ|-
[Q.3.cl.1.3.cl.2.2.NEG.active.conditional.PRES] => |wˤ|i|꜖꜒|nˤ|-
[Q.3.cl.1.3.cl.2.2.NEG.active.conditional.PAST] => |ʈʼʲ|a#|̰꜒|ɠʲ|-
[Q.3.cl.1.3.cl.2.2.NEG.active.optative.PRES] => |d͡ʐˠ|ᵊ|̰꜖|m̥ˤ|-
[Q.3.cl.1.3.cl.2.2.NEG.active.optative.PAST] => |tʰˠ|aː|̰꜒|lʲ|-
[Q.3.cl.1.3.cl.2.2.NEG.passive.indicative.PRES] => |kʼʷ|ʉ|꜖|kʼʲ|-
[Q.3.cl.1.3.cl.2.2.NEG.passive.indicative.PAST] => |tʷ|iː|꜒|ɰˠ|-
[Q.3.cl.1.3.cl.2.2.NEG.passive.imperative.PRES] => |pʰʲ|i|꜒꜖|pʼʲ|-
[Q.3.cl.1.3.cl.2.2.NEG.passive.imperative.PAST] => |ᵑǁʲ|u#|꜒꜖|ɓˤ|-
[Q.3.cl.1.3.cl.2.2.NEG.passive.conditional.PRES] => |ᵑǀʼˠ|a|꜖꜒|ɽʲ|-
[Q.3.cl.1.3.cl.2.2.NEG.passive.conditional.PAST] => |sˠ|uː|̰꜒|ɠʲ|-
[Q.3.cl.1.3.cl.2.2.NEG.passive.optative.PRES] => |ᵏǃʰˤ|aː|꜖|ɰˠ|-
[Q.3.cl.1.3.cl.2.2.NEG.passive.optative.PAST] => |m̥ʲ|a|꜒꜖|ɠʷ|-
[Q.3.cl.1.3.cl.2.2.POS.active.indicative.PRES] => |ŋ̥ʷ|a|꜒|pʼʲ|-
[Q.3.cl.1.3.cl.2.2.POS.active.indicative.PAST] => |sʷ|aː|꜒|sˤ|-
[Q.3.cl.1.3.cl.2.2.POS.active.imperative.PRES] => |hpˤ|i#|̰꜖|ɭˠ|-
[Q.3.cl.1.3.cl.2.2.POS.active.imperative.PAST] => |ɥʲ|u|꜖꜒|ɾʲ|-
[Q.3.cl.1.3.cl.2.2.POS.active.conditional.PRES] => |ŋˤ|a|꜒|pˠ|-
[Q.3.cl.1.3.cl.2.2.POS.active.conditional.PAST] => |tɬʲ|u|꜒|ɓˠ|-
[Q.3.cl.1.3.cl.2.2.POS.active.optative.PRES] => |ᵏǃʼˠ|a|꜒|sˤ|-
[Q.3.cl.1.3.cl.2.2.POS.active.optative.PAST] => |hpˤ|a|̰꜖|ʈʼʲ|-
[Q.3.cl.1.3.cl.2.2.POS.passive.indicative.PRES] => |ᵑǃʼˤ|a|꜒꜖|kˠ|-
[Q.3.cl.1.3.cl.2.2.POS.passive.indicative.PAST] => |ɓˠ|ᵊ|꜖꜒|ɠˠ|-
[Q.3.cl.1.3.cl.2.2.POS.passive.imperative.PRES] => |ɰˤ|i#|꜖|tˤ|-
[Q.3.cl.1.3.cl.2.2.POS.passive.imperative.PAST] => |t͡sˠ|aː|̰꜒|ʛˠ|-
[Q.3.cl.1.3.cl.2.2.POS.passive.conditional.PRES] => |pʰˤ|a|̰꜒|ɾʲ|-
[Q.3.cl.1.3.cl.2.2.POS.passive.conditional.PAST] => |hʈʲ|a#|꜖|qˤ|-
[Q.3.cl.1.3.cl.2.2.POS.passive.optative.PRES] => |ɳˠ|aː|꜖꜒|ɗʲ|-
[Q.3.cl.1.3.cl.2.2.POS.passive.optative.PAST] => |rʲ|ᵊ|꜖꜒|qʷ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǁˠ|a|̰꜖|qʼʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ʔ|a|꜒|kʼˤ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |t͡ʂˠ|ᵊ|̰꜖|ɹˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃʰˠ|aː|̰꜒|hkˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ʋˠ|iː|꜖|ʡʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |tʷ|a#ː|꜖|qˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ŋ̥ˤ|ʉː|꜖꜒|sˤ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |nʲ|a|꜖|qˤ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |wˤ|i#ː|̰꜖|ʋˤ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ɓˠ|u|̰꜖|ɳˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǀˠ|i|̰꜒|kʰˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |tʰʷ|ʉ#|꜖|ɹʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |pʼʲ|u#|꜒|ʂʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |d͡ʐˠ|u|̰꜖|ɾˤ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ᵑǁʼʲ|u|̰꜒|ɾʷ|-
[Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ɹʷ|aː|̰꜖|n̥ʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ᵑǃˠ|i|꜒꜖|ʛʷ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |sʷ|aː|꜖|ɳ̥ʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |ᵏǀˤ|u|꜒|ŋ̥ˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ʋʲ|a|̰꜒|kʼˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |tˠ|u|꜒꜖|tɬʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |m̥ʲ|iː|꜒|ɰʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ʜˠ|ᵊ|꜖꜒|ɾʷ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ᵏǀʼʷ|i|̰꜒|wˤ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |hpʲ|ʉ|̰꜖|ɓˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |tʼˠ|aː|꜖꜒|ɭˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ɠʲ|u|̰꜒|pˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ʛʷ|aː|꜒꜖|pʰˠ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |tʲ|u#ː|꜒꜖|ɾˤ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |tʰʲ|aː|꜖|ɳʲ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ʔ|ʉ|꜒꜖|ɗˤ|-
[Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ʄʲ|ᵊ|꜖꜒|tʰʲ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |ɓʲ|a|꜒|ɗʲ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |hkˠ|iː|꜖|ɴˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ᵏǃʼˠ|a|̰꜒|ʄʲ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |n̥ˤ|i#ː|̰꜒|ɰˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃʼˠ|i|꜒|r̥ʷ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ʈʰˠ|a|̰꜖|ʛʷ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ᵑǀʼˠ|a|꜒|j|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |ŋʷ|i|꜖|tʷ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |wˤ|i#|꜒|hpˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |rˤ|ʉ|꜖|t͡sʷ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǀʰʷ|ᵊ|̰꜖|tɬˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ɭˠ|aː|꜖꜒|ʛʲ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ʛʷ|i|꜖꜒|lˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǃˠ|i|꜖꜒|t͡sˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |ᵑǀʲ|ᵊ|̰꜖|wˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ɴˤ|u|꜒|ɹʷ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ʛʷ|a#|꜒꜖|lˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |ᵏǃʼʲ|a|꜖|ʈʼˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |ʛˠ|ᵊ|̰꜖|ɴˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |t͡sˤ|u#|꜒|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ᵏǀʰˠ|i#ː|꜖꜒|qʷ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |htˤ|u|꜖꜒|qʼˤ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ʋˠ|iː|꜖꜒|r̥ˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ᵏǃˤ|a|̰꜒|ɠˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʰˤ|aː|꜒|t͡sʷ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |sˤ|iː|꜒꜖|qʼˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |hpˤ|i#ː|̰꜖|kʼʲ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |sʲ|u|꜒꜖|j|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ʛʲ|a#ː|꜒꜖|ɠʷ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |t͡sʷ|ʉ|꜒꜖|kʰʲ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ᵑǀʼʲ|i|꜖꜒|ɠˠ|-
[Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |t͡ʂˠ|a|̰꜖|ʋˤ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ɠˤ|aː|꜒|ɻʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |ɴˤ|i|̰꜒|hʈʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ᵑǃˠ|u#|꜖꜒|tʼʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ɠʷ|ʉ|̰꜒|kʰˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |tɬˠ|a|̰꜖|r̥ˤ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |ᵏǀʼʲ|ʉː|̰꜖|ɳ̥ˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |tʰʷ|a#ː|̰꜖|t͡sˤ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ɰˠ|uː|꜒꜖|ɠʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |ʛʷ|ᵊ|꜒|tʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |htˠ|aː|꜖|ɻˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |t͡sˤ|ʉː|꜒꜖|kʼʷ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǁʰˠ|u|̰꜒|wˤ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǀʼˠ|a|꜖|ɽˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ʄˠ|i#|꜖|nʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |tʰˤ|a|̰꜖|ʋʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |ʈʼʲ|u|꜒|ɗʷ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |tʲ|u|꜒꜖|sˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |qʼʲ|iː|꜒|pʼˤ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ŋʷ|i|꜒|mʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |sʲ|uː|꜒꜖|tʰˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |hkʲ|iː|꜒|ɽˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ʜˠ|a|꜖꜒|ʃʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.active.optative.PRES] => |wˤ|u|꜒꜖|ɰˤ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ɰʷ|a#ː|̰꜖|r̥ˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |ɾʷ|a#|̰꜖|ʂˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ɻˠ|iː|꜒|t͡sʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ɰʲ|i#ː|꜒|pˤ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ɳʲ|i#|̰꜒|kʼʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |tʷ|aː|꜖꜒|ʋˠ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |kʼʲ|i|̰꜖|sˤ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |n̥ʷ|ʉ|̰꜖|t͡ʂʲ|-
[Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ɗˤ|a#ː|꜖|qʼˠ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |pˠ|ᵊ|꜖꜒|d͡ʐʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |kʼˤ|i#ː|꜒꜖|qʼˤ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |ᵑǀˤ|ᵊ|꜒꜖|lʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |n̥ʲ|i#ː|꜒|ɰʷ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ʛˠ|i|꜖꜒|ɹʷ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |nʲ|aː|̰꜖|qʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ᵑǃˠ|u#|꜒|t͡ʂʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |qʼˤ|a|̰꜒|ŋˤ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |htʲ|ʉ#|̰꜒|ʋˤ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ɰʷ|i#|̰꜒|nʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ʋˠ|ᵊ|꜒|ɓʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |d͡ʐʲ|u|̰꜖|ŋʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǀʼˠ|a#ː|꜒|ɽʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀˠ|ᵊ|꜒꜖|ʡˠ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ɴʲ|a|꜖|ɳʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ᵑǀʼˤ|ᵊ|꜒|ʜˠ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |ʈʼʲ|u#|꜒꜖|ɭʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |tˠ|a|꜒꜖|hkʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ʈʰˠ|i#|̰꜖|n̥ʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ᵏǀʼʲ|ᵊ|꜖|lʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |kʼʷ|i|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |pʰʲ|ʉ|꜖꜒|n̥ʷ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ᵏǀʰˠ|a|꜒|n̥ʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ᵑǀʷ|aː|꜒꜖|ʃʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ᵏǀʰʷ|ʉː|꜖|ʈʰˠ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |ᵏǃʷ|iː|꜖꜒|ɹʷ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |wˤ|i|̰꜖|ɭˠ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |ɠʷ|ʉ#|꜒|ʂʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |t͡sˠ|ʉː|꜖꜒|t͡ʂʲ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |pˠ|i#ː|̰꜖|ɰˤ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |pʲ|a#ː|̰꜒|qˠ|-
[Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ᵑǃˤ|i|̰꜖|m̥ʲ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.active.indicative.PRES] => |t͡ʂʲ|u#ː|꜖꜒|ɰʷ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.active.indicative.PAST] => |ɰʲ|u|꜒|hkʷ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.active.imperative.PRES] => |r̥ˤ|u|꜖꜒|kʼˤ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.active.imperative.PAST] => |ᵏǃʰˠ|u|̰꜖|kʼˤ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.active.conditional.PRES] => |sʷ|iː|꜖꜒|ʂʲ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.active.conditional.PAST] => |ɳ̥ˠ|ʉ|꜒|ʔ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.active.optative.PRES] => |ɴʲ|ᵊ|̰꜖|ʔ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.active.optative.PAST] => |ɗˤ|i|꜖꜒|htˠ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.passive.indicative.PRES] => |hpʲ|a|꜒꜖|kʷ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ᵏǃʼʲ|iː|꜖|qʼˠ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.passive.imperative.PRES] => |hʈˠ|aː|̰꜖|tˤ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.passive.imperative.PAST] => |ᵑǀʼʲ|ʉ#ː|̰꜒|d͡ʐˠ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.passive.conditional.PRES] => |ᵏǀʼʲ|iː|̰꜖|ʈʼʲ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.passive.conditional.PAST] => |pʰˤ|aː|̰꜖|ɰʷ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.passive.optative.PRES] => |kʰˤ|a|꜒꜖|ʃʲ|-
[Q.3.cl.1.3.cl.3.1incl.NEG.passive.optative.PAST] => |ʛˤ|aː|̰꜒|lʲ|-
[Q.3.cl.1.3.cl.3.1incl.POS.active.indicative.PRES] => |ʋˠ|ʉ|꜖|m̥ˠ|-
[Q.3.cl.1.3.cl.3.1incl.POS.active.indicative.PAST] => |nˤ|ᵊ|꜒|ɽʲ|-
[Q.3.cl.1.3.cl.3.1incl.POS.active.imperative.PRES] => |ᵑǃʼʷ|ᵊ|꜒|ɠʲ|-
[Q.3.cl.1.3.cl.3.1incl.POS.active.imperative.PAST] => |ŋʷ|a|꜒|qʷ|-
[Q.3.cl.1.3.cl.3.1incl.POS.active.conditional.PRES] => |ŋ̥ʷ|a|꜖꜒|qˠ|-
[Q.3.cl.1.3.cl.3.1incl.POS.active.conditional.PAST] => |n̥ʲ|u#|꜖|pʼʲ|-
[Q.3.cl.1.3.cl.3.1incl.POS.active.optative.PRES] => |ɗʷ|a#|̰꜖|j|-
[Q.3.cl.1.3.cl.3.1incl.POS.active.optative.PAST] => |wˠ|uː|꜒꜖|ʃʲ|-
[Q.3.cl.1.3.cl.3.1incl.POS.passive.indicative.PRES] => |tʼˠ|a|꜖|ʛʲ|-
[Q.3.cl.1.3.cl.3.1incl.POS.passive.indicative.PAST] => |ɻˠ|uː|꜒|t͡ʂˠ|-
[Q.3.cl.1.3.cl.3.1incl.POS.passive.imperative.PRES] => |t͡ʂʲ|ʉː|꜖꜒|tʼˠ|-
[Q.3.cl.1.3.cl.3.1incl.POS.passive.imperative.PAST] => |ɽʲ|ᵊ|꜒꜖|kʼˤ|-
[Q.3.cl.1.3.cl.3.1incl.POS.passive.conditional.PRES] => |ᵏǃʲ|i|̰꜖|ɾˤ|-
[Q.3.cl.1.3.cl.3.1incl.POS.passive.conditional.PAST] => |ɭˠ|ᵊ|̰꜒|ɰʷ|-
[Q.3.cl.1.3.cl.3.1incl.POS.passive.optative.PRES] => |ᵏǃʼʲ|u|̰꜖|sˤ|-
[Q.3.cl.1.3.cl.3.1incl.POS.passive.optative.PAST] => |hkʲ|u#ː|꜒꜖|ɹˠ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.active.indicative.PRES] => |ɠˤ|i|̰꜒|ɾʲ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.active.indicative.PAST] => |ɴʲ|u|̰꜖|ɳʲ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.active.imperative.PRES] => |ᵑǃʼˤ|ᵊ|꜖꜒|j|-
[Q.3.cl.1.3.cl.3.1excl.NEG.active.imperative.PAST] => |nˠ|u#|꜖꜒|tʰˤ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.active.conditional.PRES] => |sʷ|a|̰꜒|mˤ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.active.conditional.PAST] => |ʂʲ|i|꜖|ʄʲ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.active.optative.PRES] => |ɰˠ|ʉ|꜒|kʰʲ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.active.optative.PAST] => |ᵑǃˠ|uː|꜒|t͡sˤ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ᵏǀʰʲ|i|꜖|rʲ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.passive.indicative.PAST] => |sʷ|ᵊ|꜖꜒|ɾʲ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ᵏǃˤ|a#|꜒|qʼʷ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ᵏǀʰˤ|ʉ|̰꜒|t͡sˤ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.passive.conditional.PRES] => |ᵏǀʰˤ|ʉ#ː|꜖|tʲ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.passive.conditional.PAST] => |n̥ˤ|i#ː|꜒|ɰʲ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.passive.optative.PRES] => |kˠ|u#|꜒|t͡sˤ|-
[Q.3.cl.1.3.cl.3.1excl.NEG.passive.optative.PAST] => |ᵑǀʲ|i|꜒|hkʲ|-
[Q.3.cl.1.3.cl.3.1excl.POS.active.indicative.PRES] => |tʰˠ|a|꜒꜖|tʼʷ|-
[Q.3.cl.1.3.cl.3.1excl.POS.active.indicative.PAST] => |ᵑǃˠ|ʉ|̰꜖|tɬˠ|-
[Q.3.cl.1.3.cl.3.1excl.POS.active.imperative.PRES] => |ŋʷ|ʉ#|꜒꜖|kʼˤ|-
[Q.3.cl.1.3.cl.3.1excl.POS.active.imperative.PAST] => |ʋˤ|u|꜖|ŋʷ|-
[Q.3.cl.1.3.cl.3.1excl.POS.active.conditional.PRES] => |tɬʲ|a|̰꜒|tɬʲ|-
[Q.3.cl.1.3.cl.3.1excl.POS.active.conditional.PAST] => |pʼˠ|a#|̰꜖|kʼʷ|-
[Q.3.cl.1.3.cl.3.1excl.POS.active.optative.PRES] => |ʜʲ|a#ː|꜖|ʡʲ|-
[Q.3.cl.1.3.cl.3.1excl.POS.active.optative.PAST] => |d͡ʐˠ|iː|꜒|n̥ˤ|-
[Q.3.cl.1.3.cl.3.1excl.POS.passive.indicative.PRES] => |ᵏǁʰʲ|a|꜒꜖|ʈʰʲ|-
[Q.3.cl.1.3.cl.3.1excl.POS.passive.indicative.PAST] => |kʼʲ|u|꜖|ɽʲ|-
[Q.3.cl.1.3.cl.3.1excl.POS.passive.imperative.PRES] => |qʲ|u#|̰꜖|kʷ|-
[Q.3.cl.1.3.cl.3.1excl.POS.passive.imperative.PAST] => |htʲ|aː|꜖꜒|qˠ|-
[Q.3.cl.1.3.cl.3.1excl.POS.passive.conditional.PRES] => |tˠ|a#ː|꜒꜖|kʼʷ|-
[Q.3.cl.1.3.cl.3.1excl.POS.passive.conditional.PAST] => |ᵑǀˤ|i|̰꜖|wˠ|-
[Q.3.cl.1.3.cl.3.1excl.POS.passive.optative.PRES] => |ᵑǁˠ|ᵊ|̰꜒|kˤ|-
[Q.3.cl.1.3.cl.3.1excl.POS.passive.optative.PAST] => |ʄʲ|a|̰꜒|ɴʷ|-
[Q.3.cl.1.3.cl.3.2.NEG.active.indicative.PRES] => |hkˤ|ʉ#|꜒꜖|ʄˠ|-
[Q.3.cl.1.3.cl.3.2.NEG.active.indicative.PAST] => |pʰʲ|ᵊ|̰꜒|ŋ̥ʲ|-
[Q.3.cl.1.3.cl.3.2.NEG.active.imperative.PRES] => |ᵑǃˤ|ʉ|̰꜖|ɰˠ|-
[Q.3.cl.1.3.cl.3.2.NEG.active.imperative.PAST] => |kʰʲ|i#|꜖|ɠˤ|-
[Q.3.cl.1.3.cl.3.2.NEG.active.conditional.PRES] => |nʷ|i#|꜒|ɾʷ|-
[Q.3.cl.1.3.cl.3.2.NEG.active.conditional.PAST] => |tʰʷ|ᵊ|꜖|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.3.2.NEG.active.optative.PRES] => |ᵏǀʼʷ|a|꜖꜒|pʰʲ|-
[Q.3.cl.1.3.cl.3.2.NEG.active.optative.PAST] => |kʼʲ|a|̰꜖|ʈʲ|-
[Q.3.cl.1.3.cl.3.2.NEG.passive.indicative.PRES] => |ᵑǃʷ|a|꜒꜖|qʼˤ|-
[Q.3.cl.1.3.cl.3.2.NEG.passive.indicative.PAST] => |ᵑǃˠ|ʉ|꜒꜖|hpˠ|-
[Q.3.cl.1.3.cl.3.2.NEG.passive.imperative.PRES] => |tɬʲ|ʉ#|꜒꜖|ŋʲ|-
[Q.3.cl.1.3.cl.3.2.NEG.passive.imperative.PAST] => |ᵏǁʰˠ|ᵊ|꜖꜒|ɾˠ|-
[Q.3.cl.1.3.cl.3.2.NEG.passive.conditional.PRES] => |ɥʲ|ᵊ|꜖꜒|hkˠ|-
[Q.3.cl.1.3.cl.3.2.NEG.passive.conditional.PAST] => |r̥ʲ|ʉ#ː|̰꜖|ɻʲ|-
[Q.3.cl.1.3.cl.3.2.NEG.passive.optative.PRES] => |wˤ|a|꜒|ɴʷ|-
[Q.3.cl.1.3.cl.3.2.NEG.passive.optative.PAST] => |tʰʷ|a|̰꜖|pˤ|-
[Q.3.cl.1.3.cl.3.2.POS.active.indicative.PRES] => |ʋʲ|ʉː|꜖꜒|sʲ|-
[Q.3.cl.1.3.cl.3.2.POS.active.indicative.PAST] => |ɰʲ|ᵊ|̰꜖|kʰʲ|-
[Q.3.cl.1.3.cl.3.2.POS.active.imperative.PRES] => |ᵏǃʰʷ|a|꜖꜒|sʷ|-
[Q.3.cl.1.3.cl.3.2.POS.active.imperative.PAST] => |ᵏǃʷ|i|꜖|ɠˠ|-
[Q.3.cl.1.3.cl.3.2.POS.active.conditional.PRES] => |ɽˠ|a#|꜖꜒|hkʲ|-
[Q.3.cl.1.3.cl.3.2.POS.active.conditional.PAST] => |ɾˤ|ᵊ|꜒꜖|tʲ|-
[Q.3.cl.1.3.cl.3.2.POS.active.optative.PRES] => |hkʲ|ᵊ|̰꜒|r̥ˤ|-
[Q.3.cl.1.3.cl.3.2.POS.active.optative.PAST] => |h|a|̰꜒|ɠʷ|-
[Q.3.cl.1.3.cl.3.2.POS.passive.indicative.PRES] => |ʈʲ|i|꜒꜖|ɥˠ|-
[Q.3.cl.1.3.cl.3.2.POS.passive.indicative.PAST] => |n̥ˤ|ᵊ|꜒꜖|kˤ|-
[Q.3.cl.1.3.cl.3.2.POS.passive.imperative.PRES] => |ɹʲ|i|꜖|mˤ|-
[Q.3.cl.1.3.cl.3.2.POS.passive.imperative.PAST] => |ʋʲ|a#|꜖꜒|sˤ|-
[Q.3.cl.1.3.cl.3.2.POS.passive.conditional.PRES] => |qˠ|ʉ#|̰꜒|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.3.2.POS.passive.conditional.PAST] => |m̥ʲ|a#ː|꜒|kʲ|-
[Q.3.cl.1.3.cl.3.2.POS.passive.optative.PRES] => |m̥ˠ|ʉː|̰꜒|ʜʲ|-
[Q.3.cl.1.3.cl.3.2.POS.passive.optative.PAST] => |ɗʷ|a|꜖꜒|ɾʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀʷ|ᵊ|꜒꜖|tʰˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ŋ̥ˤ|u|꜒꜖|ɥˤ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ɴʷ|ʉ#ː|꜒|ɗʷ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |qʼʲ|u|̰꜖|nˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |d͡ʐˠ|ʉ#ː|̰꜒|sʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |tʰˤ|a|꜒꜖|kʰʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ᵏǀʰˤ|ʉː|꜒|lʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ʈʼʲ|a|꜖꜒|ɭˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |pʲ|ᵊ|꜒꜖|n̥ʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ʄʲ|ʉ|̰꜖|d͡ʐˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |m̥ˠ|ʉ|꜒|nˤ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |tʼʷ|ᵊ|꜖꜒|t͡sˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃʼˤ|uː|꜒꜖|kʼʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |t͡ʂˠ|i|꜖|kʼˤ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ɹˠ|ʉ|꜖|t͡ʂˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ɴˤ|ʉː|꜒꜖|lˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |htʲ|i|꜖꜒|ɗʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |m̥ˠ|i#ː|꜖|ɓˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |tʲ|i#ː|̰꜒|hpʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |ʂˠ|a|꜖꜒|ɳ̥ʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ɗʲ|u|꜖꜒|tʼˤ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |ɹˠ|a|꜖|kʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.active.optative.PRES] => |ᵑǃʼʲ|ʉ|꜖꜒|nʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.active.optative.PAST] => |tʼʷ|a|̰꜒|ɳʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ɳ̥ˠ|i|꜒꜖|ʛʲ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |pʰʲ|u|꜖|tˤ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |tˤ|u#|̰꜖|ŋ̥ˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |ᵏǁʰˠ|u#ː|꜒꜖|qʼˤ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |rˤ|a|꜖|wˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |kʰˤ|ʉ#ː|̰꜖|kʰˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ʛʷ|ᵊ|꜒꜖|ɹˠ|-
[Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ŋʷ|i|̰꜒|ɗˤ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |ŋ̥ˤ|ʉ#ː|꜒꜖|ʋˤ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |t͡sʲ|aː|̰꜖|ɳ̥ʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ŋ̥ʷ|i|̰꜒|wʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |lʲ|ʉ|꜖꜒|kʰʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |tʰʷ|aː|꜖|tˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |hpˤ|u|꜖|ʜˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |pʰˤ|a|̰꜖|n̥ʷ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ᵏǃʼʷ|ᵊ|꜖|ʃʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |lʲ|iː|꜒|ɾʷ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |ɴʷ|a|꜖|qʼʷ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |pʰˠ|ʉ|꜒꜖|ʈʼˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |d͡ʐʲ|ᵊ|꜒|ɥˤ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |qʲ|a|꜒꜖|ʂˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ɗˠ|a|̰꜖|tʰˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |j|ʉ|̰꜖|ɠʷ|-
[Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |tʰʷ|ʉ#ː|̰꜒|ʈʰˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ᵑǀʼˤ|a|꜒|ɾʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ᵑǃʲ|u|꜖꜒|ʃˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ᵑǀʼʲ|ʉː|̰꜒|ɗˤ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |wʲ|aː|꜖꜒|tɬʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |tɬʲ|u#|꜒|lˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |pʼʲ|aː|̰꜖|kʰʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵑǁʼʲ|ʉ#ː|̰꜖|htʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.active.optative.PAST] => |ᵏǃʼʷ|a|꜖|pʼˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ŋ̥ˠ|iː|̰꜖|tˠ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |tʰʲ|ᵊ|꜖꜒|hkʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |pʼʲ|i|̰꜖|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |kʰˠ|ᵊ|̰꜖|r̥ʷ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |qˤ|ʉː|꜖꜒|h|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |tʲ|ᵊ|꜒꜖|ʂʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |tɬʲ|a|꜖꜒|ɳʲ|-
[Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |ᵏǀʰʲ|ʉ|꜒|tʼˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |d͡ʐˠ|ᵊ|꜒|ɳ̥ʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |h|ʉ|̰꜒|nʷ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ɹʲ|aː|꜒|m̥ˤ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃʼˠ|ᵊ|꜖|qʼˤ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |kʼˠ|i|̰꜖|tɬˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ɓˠ|i|꜒꜖|ʈˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ɗʷ|i#ː|꜒꜖|ɗˤ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |kʲ|aː|̰꜖|ɾʷ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃʼʷ|a#|꜖꜒|tʰʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |n̥ʲ|uː|̰꜖|ŋ̥ʷ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |qˠ|a#ː|꜒|tʷ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |kˤ|i|̰꜒|tʼʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ʋˤ|a#ː|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |tʼˠ|ᵊ|꜖꜒|pˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |qʼʲ|ʉ#|꜒|ʈʼʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ɻˠ|a|꜒|ʋˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ᵏǀʷ|a|꜒꜖|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |ʂʲ|i|̰꜖|pˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |pʰʲ|ʉː|꜖|lˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ᵑǀʷ|ʉ#ː|꜖|wˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |sʲ|a|꜖|rˤ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ɹʲ|i#|꜒|nˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.active.optative.PRES] => |ᵏǃʼˤ|uː|꜒꜖|ŋˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ʃʲ|i|꜒|ŋˠ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |wˤ|i|̰꜖|pʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |ᵑǀʼˤ|ᵊ|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |hkʲ|ʉ|꜖|ɾʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |kˤ|i|꜖꜒|h|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ᵏǁʼˠ|u|꜒꜖|ɴˤ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ɳ̥ʲ|ʉ|̰꜒|ŋ̥ʷ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ʂʲ|iː|̰꜖|rʲ|-
[Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |kʰˠ|a|̰꜖|ɭʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ᵑǀʼˠ|a|̰꜖|ŋʷ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |ᵏǀʼʷ|i#ː|꜖꜒|t͡sʷ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |t͡sˠ|ᵊ|꜖꜒|wʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ᵑǃʼʷ|a#|꜖|kʼˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ɠʷ|a#|̰꜖|pʼˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |hkˤ|a|꜒꜖|qʷ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |m̥ˠ|i|꜖꜒|tʷ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ɴˤ|i#|꜒꜖|ʋʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʰʷ|a|꜒|ɴʷ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |n̥ˤ|i|꜖|nʷ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |nˤ|ᵊ|̰꜖|ɠˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |r̥ˤ|ᵊ|꜖꜒|ʂʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ɗʷ|ᵊ|꜖꜒|ɰˤ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |ɓˤ|i|꜒꜖|ɻˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |ᵏǀˤ|a#|꜖|ɽʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |lˠ|u#|꜒|sˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ŋ̥ˠ|ʉ#ː|꜒|ɠˤ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ᵏǁʼʲ|i|̰꜖|tˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |kʼˤ|ᵊ|꜖꜒|ɳˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ᵏǃʼˠ|i|̰꜖|sʷ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |ŋˠ|i|̰꜒|n̥ʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |r̥ˠ|ʉ|̰꜖|ɹʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.active.optative.PRES] => |sˤ|a|꜒꜖|hkʷ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ʈʼʲ|u|̰꜖|ɻʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ᵑǁʲ|ʉ|̰꜒|pˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |j|aː|꜒꜖|pʰˤ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |qʷ|a|꜒꜖|kˤ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ᵏǃʼˤ|i|꜒꜖|n̥ʲ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃʼʲ|ʉ|꜒|ɹˠ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |mˠ|u#|̰꜒|t͡sˤ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʰʲ|ʉ|꜖|wˤ|-
[Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |wʲ|u|꜖꜒|ɴˤ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.active.indicative.PRES] => |ᵏǀʰʲ|a|̰꜖|ɹʷ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.active.indicative.PAST] => |ᵏǀʼʲ|ᵊ|̰꜒|rˤ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.active.imperative.PRES] => |ᵏǀˤ|u|꜒꜖|m̥ˤ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.active.imperative.PAST] => |pˠ|i|꜒|ʋʲ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.active.conditional.PRES] => |n̥ˤ|ʉ#|̰꜖|ɹˠ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.active.conditional.PAST] => |d͡ʐʲ|u#ː|꜖|ɓˤ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.active.optative.PRES] => |pˠ|aː|꜒꜖|ɗʷ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.active.optative.PAST] => |ᵏǀʼʲ|iː|꜖|t͡ʂˠ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ʄˠ|i|꜒꜖|lʲ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.passive.indicative.PAST] => |n̥ʷ|a|꜖|ɹʲ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.passive.imperative.PRES] => |ɠˤ|a#|꜒꜖|ɓˤ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.passive.imperative.PAST] => |ᵑǁʼˠ|i|꜖꜒|kʼʲ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.passive.conditional.PRES] => |ɠʲ|ᵊ|꜖|ʈʲ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ᵏǀʼʲ|ᵊ|꜒|rˠ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.passive.optative.PRES] => |ɴˤ|aː|꜖꜒|mʲ|-
[Q.3.cl.1.3.cl.4.1incl.NEG.passive.optative.PAST] => |tɬˠ|ʉ|꜒꜖|ɥˤ|-
[Q.3.cl.1.3.cl.4.1incl.POS.active.indicative.PRES] => |ᵑǃʲ|aː|꜒|ɗʲ|-
[Q.3.cl.1.3.cl.4.1incl.POS.active.indicative.PAST] => |ɾˠ|ᵊ|̰꜒|kʼʲ|-
[Q.3.cl.1.3.cl.4.1incl.POS.active.imperative.PRES] => |kʰʲ|i|̰꜒|sʲ|-
[Q.3.cl.1.3.cl.4.1incl.POS.active.imperative.PAST] => |ɳˠ|a|꜖|ʛʷ|-
[Q.3.cl.1.3.cl.4.1incl.POS.active.conditional.PRES] => |wʲ|u|̰꜒|ʃˠ|-
[Q.3.cl.1.3.cl.4.1incl.POS.active.conditional.PAST] => |ᵑǁʲ|uː|꜖꜒|nˠ|-
[Q.3.cl.1.3.cl.4.1incl.POS.active.optative.PRES] => |ɹˠ|u#ː|꜒꜖|kʼˤ|-
[Q.3.cl.1.3.cl.4.1incl.POS.active.optative.PAST] => |r̥ʲ|i|꜒|hʈˠ|-
[Q.3.cl.1.3.cl.4.1incl.POS.passive.indicative.PRES] => |ŋ̥ˤ|i|̰꜒|ɰˤ|-
[Q.3.cl.1.3.cl.4.1incl.POS.passive.indicative.PAST] => |ɻʲ|u|̰꜒|ɗˤ|-
[Q.3.cl.1.3.cl.4.1incl.POS.passive.imperative.PRES] => |hkˠ|u#ː|̰꜖|ŋˤ|-
[Q.3.cl.1.3.cl.4.1incl.POS.passive.imperative.PAST] => |kʲ|a#|꜒|sˠ|-
[Q.3.cl.1.3.cl.4.1incl.POS.passive.conditional.PRES] => |ŋˤ|a#|꜒|pˤ|-
[Q.3.cl.1.3.cl.4.1incl.POS.passive.conditional.PAST] => |ʄʲ|u|꜖|ʄʲ|-
[Q.3.cl.1.3.cl.4.1incl.POS.passive.optative.PRES] => |ʂˠ|ʉ|̰꜖|rˤ|-
[Q.3.cl.1.3.cl.4.1incl.POS.passive.optative.PAST] => |d͡ʐˠ|ʉ|̰꜖|t͡ʂˠ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.active.indicative.PRES] => |qʼˠ|ʉ#|꜖|lʲ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.active.indicative.PAST] => |nˤ|ʉ#ː|̰꜒|ʋˤ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.active.imperative.PRES] => |ᵏǃʼˤ|ʉ|̰꜖|ɗˠ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.active.imperative.PAST] => |lˠ|ʉ|꜖|ɻˠ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.active.conditional.PRES] => |ɭʲ|i|꜖|pʼʲ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.active.conditional.PAST] => |ɰˤ|i|̰꜒|qˤ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.active.optative.PRES] => |ᵑǃˠ|u|̰꜒|pʼʲ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.active.optative.PAST] => |pʰˤ|i#ː|̰꜒|ʛˠ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.passive.indicative.PRES] => |hʈʲ|ʉː|꜒꜖|ʛˤ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ᵏǃʰˠ|iː|̰꜖|kʼˤ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.passive.imperative.PRES] => |hʈʲ|a|꜖|ŋʲ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.passive.imperative.PAST] => |qˠ|ʉ|꜒꜖|ʈʰʲ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.passive.conditional.PRES] => |mʲ|ʉ|̰꜖|h|-
[Q.3.cl.1.3.cl.4.1excl.NEG.passive.conditional.PAST] => |pˤ|ʉ#ː|꜒꜖|hkʲ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.passive.optative.PRES] => |ᵏǀʰʲ|u#|꜒꜖|tʰʲ|-
[Q.3.cl.1.3.cl.4.1excl.NEG.passive.optative.PAST] => |qʼˠ|u#ː|̰꜖|ʛˤ|-
[Q.3.cl.1.3.cl.4.1excl.POS.active.indicative.PRES] => |j|ᵊ|꜖꜒|ɾˠ|-
[Q.3.cl.1.3.cl.4.1excl.POS.active.indicative.PAST] => |hkˠ|a|꜒|r̥ˤ|-
[Q.3.cl.1.3.cl.4.1excl.POS.active.imperative.PRES] => |kʼʷ|i#|꜒|kʷ|-
[Q.3.cl.1.3.cl.4.1excl.POS.active.imperative.PAST] => |hkˤ|a#ː|̰꜒|kʼˠ|-
[Q.3.cl.1.3.cl.4.1excl.POS.active.conditional.PRES] => |ɠˠ|i|꜒|pʼʲ|-
[Q.3.cl.1.3.cl.4.1excl.POS.active.conditional.PAST] => |ᵏǁʰˠ|i|̰꜒|ʂʲ|-
[Q.3.cl.1.3.cl.4.1excl.POS.active.optative.PRES] => |ɻʲ|ᵊ|̰꜖|m̥ˤ|-
[Q.3.cl.1.3.cl.4.1excl.POS.active.optative.PAST] => |ɓˠ|i#|꜖|ʄˠ|-
[Q.3.cl.1.3.cl.4.1excl.POS.passive.indicative.PRES] => |ᵑǀʼˤ|ᵊ|̰꜖|qʼʷ|-
[Q.3.cl.1.3.cl.4.1excl.POS.passive.indicative.PAST] => |ʔ|a|꜖꜒|kʰʲ|-
[Q.3.cl.1.3.cl.4.1excl.POS.passive.imperative.PRES] => |nˤ|ᵊ|꜖꜒|kʼˠ|-
[Q.3.cl.1.3.cl.4.1excl.POS.passive.imperative.PAST] => |tʼˤ|u|̰꜒|ŋ̥ʲ|-
[Q.3.cl.1.3.cl.4.1excl.POS.passive.conditional.PRES] => |sʷ|iː|꜒|kˠ|-
[Q.3.cl.1.3.cl.4.1excl.POS.passive.conditional.PAST] => |ᵏǃʰˠ|ʉ|꜖|ɥʲ|-
[Q.3.cl.1.3.cl.4.1excl.POS.passive.optative.PRES] => |r̥ʷ|ᵊ|꜖꜒|kʼˤ|-
[Q.3.cl.1.3.cl.4.1excl.POS.passive.optative.PAST] => |tˤ|a|꜖|sʷ|-
[Q.3.cl.1.3.cl.4.2.NEG.active.indicative.PRES] => |ᵑǀʼʲ|a|꜒|qʲ|-
[Q.3.cl.1.3.cl.4.2.NEG.active.indicative.PAST] => |hkˠ|u#|꜖|ɳˠ|-
[Q.3.cl.1.3.cl.4.2.NEG.active.imperative.PRES] => |hkˤ|u#ː|̰꜒|ɠˠ|-
[Q.3.cl.1.3.cl.4.2.NEG.active.imperative.PAST] => |m̥ˠ|ʉ|꜖|m̥ˠ|-
[Q.3.cl.1.3.cl.4.2.NEG.active.conditional.PRES] => |hpˤ|a#ː|̰꜒|kʰˤ|-
[Q.3.cl.1.3.cl.4.2.NEG.active.conditional.PAST] => |tˤ|u#ː|̰꜒|n̥ʷ|-
[Q.3.cl.1.3.cl.4.2.NEG.active.optative.PRES] => |ʛˠ|i#ː|꜖꜒|ɳˠ|-
[Q.3.cl.1.3.cl.4.2.NEG.active.optative.PAST] => |ᵏǁʼʲ|i|̰꜒|pˤ|-
[Q.3.cl.1.3.cl.4.2.NEG.passive.indicative.PRES] => |tʰˠ|i|̰꜖|ʄʲ|-
[Q.3.cl.1.3.cl.4.2.NEG.passive.indicative.PAST] => |ᵏǀʷ|i|꜒꜖|t͡ʂʲ|-
[Q.3.cl.1.3.cl.4.2.NEG.passive.imperative.PRES] => |ʋʲ|i|꜒꜖|ɳ̥ʲ|-
[Q.3.cl.1.3.cl.4.2.NEG.passive.imperative.PAST] => |qˠ|i|̰꜒|j|-
[Q.3.cl.1.3.cl.4.2.NEG.passive.conditional.PRES] => |kʰˠ|u#|꜒|ɾˠ|-
[Q.3.cl.1.3.cl.4.2.NEG.passive.conditional.PAST] => |ᵑǀʷ|i|̰꜒|pˠ|-
[Q.3.cl.1.3.cl.4.2.NEG.passive.optative.PRES] => |kʷ|a|꜖|ɓˤ|-
[Q.3.cl.1.3.cl.4.2.NEG.passive.optative.PAST] => |kʰˠ|i|̰꜖|ɰʲ|-
[Q.3.cl.1.3.cl.4.2.POS.active.indicative.PRES] => |n̥ʲ|ᵊ|꜒|ʋˤ|-
[Q.3.cl.1.3.cl.4.2.POS.active.indicative.PAST] => |ʄˠ|a|꜖꜒|qʼˤ|-
[Q.3.cl.1.3.cl.4.2.POS.active.imperative.PRES] => |kʼˠ|a#|꜖|ɾˤ|-
[Q.3.cl.1.3.cl.4.2.POS.active.imperative.PAST] => |ŋʷ|ᵊ|̰꜒|ɴˤ|-
[Q.3.cl.1.3.cl.4.2.POS.active.conditional.PRES] => |ᵑǀʼʷ|ᵊ|̰꜖|n̥ˤ|-
[Q.3.cl.1.3.cl.4.2.POS.active.conditional.PAST] => |t͡ʃ|uː|꜒|tˤ|-
[Q.3.cl.1.3.cl.4.2.POS.active.optative.PRES] => |t͡sʷ|i|̰꜒|ɰˠ|-
[Q.3.cl.1.3.cl.4.2.POS.active.optative.PAST] => |ᵑǁʼʲ|i#ː|꜒|htʷ|-
[Q.3.cl.1.3.cl.4.2.POS.passive.indicative.PRES] => |ŋʲ|ᵊ|꜒|ʛˤ|-
[Q.3.cl.1.3.cl.4.2.POS.passive.indicative.PAST] => |ʋˤ|u|̰꜖|tʰˤ|-
[Q.3.cl.1.3.cl.4.2.POS.passive.imperative.PRES] => |ʛˠ|u#ː|꜒|n̥ˠ|-
[Q.3.cl.1.3.cl.4.2.POS.passive.imperative.PAST] => |ʈˠ|uː|꜖꜒|sʲ|-
[Q.3.cl.1.3.cl.4.2.POS.passive.conditional.PRES] => |nˤ|ʉː|̰꜖|ɥˠ|-
[Q.3.cl.1.3.cl.4.2.POS.passive.conditional.PAST] => |ɭˠ|i#ː|꜒꜖|ɓˠ|-
[Q.3.cl.1.3.cl.4.2.POS.passive.optative.PRES] => |t͡ʃ|ʉ#ː|̰꜒|rʷ|-
[Q.3.cl.1.3.cl.4.2.POS.passive.optative.PAST] => |lˠ|ᵊ|꜖꜒|rˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |ᵑǃʼʲ|a|꜖|ʡʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |tʼˠ|aː|꜒꜖|ɭʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |ᵏǁʰʲ|ᵊ|꜒꜖|tʼˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |pˠ|i|꜒꜖|ɓˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |ᵏǀʰʷ|i|̰꜖|pʰʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ᵑǃʷ|ᵊ|꜒|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ɥˠ|u|̰꜖|pʼˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ʈʰˠ|u#ː|꜖|ʃʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |nʷ|i|꜖꜒|tɬˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǁˠ|ʉ#|̰꜖|kʼˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ɥˤ|a|̰꜖|tˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀʼʷ|a|꜖꜒|ɴˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ɗʷ|ʉ#ː|̰꜒|ɽˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǃʼˠ|a|̰꜖|tʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ᵑǃʼˠ|ᵊ|꜖꜒|ʈʼʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ʜˠ|a|꜖|hʈʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |ᵑǃʲ|ʉ#ː|̰꜖|n̥ʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |tʰˤ|ʉ|꜒꜖|t͡sˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |r̥ˤ|ʉ|꜖꜒|t͡sˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |tʷ|aː|꜖|ɰʷ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |nʲ|a|̰꜒|nʷ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |t͡sʲ|ᵊ|꜒꜖|kˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.active.optative.PRES] => |ʈʼˠ|u|꜒|d͡ʐˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.active.optative.PAST] => |t͡sˤ|ᵊ|꜖꜒|ʈʼʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |pˤ|ʉ|̰꜒|hʈˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʰʷ|i|꜖꜒|mˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ᵑǁʲ|u|꜖|ɹʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ᵑǀˤ|ʉ#|꜒|tʼˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |mʲ|a|꜖꜒|pˤ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ɗˤ|ᵊ|꜒꜖|nˠ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |kʰʲ|uː|꜖꜒|ɴʲ|-
[Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ɰʲ|ᵊ|꜒꜖|ʋˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |ʂʲ|i#|꜒꜖|kʰʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |m̥ˤ|a|꜒|kʼˤ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ɴˠ|a#ː|̰꜒|ɠˤ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ᵑǀʼˠ|u|꜖꜒|ɠʷ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ɹʲ|ʉː|̰꜒|tʼʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |ᵑǁˠ|ʉ|꜒꜖|ʛˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ŋ̥ˤ|i|꜖꜒|ɹˤ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |ᵏǀʰʷ|ᵊ|꜒|htˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |kʰʲ|a#|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |nˤ|ᵊ|꜖|n̥ʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ɳʲ|ʉ|̰꜖|sˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ʔ|u|꜖|ɗˤ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |qʼʷ|ʉ|꜒꜖|r̥ˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |sʲ|a|̰꜖|ɰʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |kʲ|u|̰꜒|ɾˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ᵑǃʼʷ|i|꜒꜖|tʼˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |qˤ|a#ː|꜖꜒|ɳʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |htʷ|iː|꜖꜒|pˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |sʷ|i|̰꜖|qʷ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |qˠ|i#ː|꜖꜒|t͡ʂˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ᵏǃʼʲ|ᵊ|̰꜖|ŋ̥ˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |ɰʷ|a#ː|꜒꜖|tʼʷ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ᵏǁʼʲ|i#|꜒꜖|mˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.active.optative.PAST] => |sˠ|ᵊ|꜒|ŋʷ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |htʷ|i|̰꜖|ɰʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ŋ̥ʲ|ʉ|꜖꜒|ɰʷ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |hkˤ|a#ː|꜒꜖|nʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ᵏǃʰʷ|ᵊ|꜖|ɴʷ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ʛʷ|a|̰꜒|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʰˤ|aː|꜒|ʄʲ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |wʲ|ᵊ|꜒꜖|ʃˠ|-
[Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |r̥ˤ|ᵊ|꜒|qˠ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ɻʲ|aː|꜖|ɻˠ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |ɴˠ|uː|꜒꜖|ɳˠ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |t͡ʃ|ʉ|꜖|ŋ̥ˤ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |m̥ˤ|i|̰꜒|ɓˤ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |lʲ|a|꜒꜖|ɾˤ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |nˠ|iː|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |t͡ʂʲ|a|꜖꜒|pˤ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |hpˠ|aː|꜖|ʜˠ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |tʷ|ʉ|꜒꜖|htʷ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ɹˠ|aː|꜖꜒|ɰʲ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃˠ|u#ː|̰꜒|ŋ̥ʷ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |wˤ|u|꜒|wˠ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʼˤ|a#ː|̰꜖|ʂʲ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |h|iː|̰꜖|ɹʲ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |ᵏǀʼʲ|ᵊ|̰꜖|ɽʲ|-
[Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ŋ̥ʲ|ʉ|꜒꜖|ɾʷ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |ɴʷ|i#ː|꜖|ɽʲ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |ʋʲ|a|꜒|ʃˠ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ᵏǀʼˤ|i#|꜖|kʰˤ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |hkʷ|aː|꜒|ʛʷ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |ᵑǃˠ|iː|꜒|t͡sˤ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ᵏǁʰˠ|u|꜒|tʼʷ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ɳ̥ʲ|iː|꜖꜒|tʼʲ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.active.optative.PAST] => |n̥ˠ|i|꜖꜒|rˠ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |nˤ|u#|̰꜖|kʼʷ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ŋˤ|ʉ|꜒꜖|sˤ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ʈʰˠ|a|꜒꜖|hkʲ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ɠˤ|ʉ#|̰꜒|ɴˤ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |t͡sˤ|a#ː|꜒|ʈʼʲ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |tʰˠ|i|꜒꜖|ɓˠ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ɳ̥ʲ|a|꜒|tʼʷ|-
[Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |ᵏǃʰˤ|ʉ|꜖|rˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ʋˠ|a#ː|̰꜖|t͡sʷ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |t͡sˤ|u|̰꜒|ɓʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ŋ̥ˤ|u|꜖|t͡sʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |t͡ʂʲ|a|꜖|ɳ̥ʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʷ|a|꜖|ɹʷ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |n̥ʷ|ᵊ|꜒|ʡˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |ᵏǀˤ|ᵊ|꜒|pʰˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ᵏǀˠ|a|̰꜒|d͡ʐʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |n̥ʲ|i|꜖꜒|kʰʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ɴʷ|a|꜖꜒|ʡʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |hʈˠ|i|꜖|tʼˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ᵑǁˠ|i|꜖|tʰʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʼʷ|ʉ|̰꜖|kʷ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |n̥ˤ|a#ː|̰꜒|hkˤ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |pʼˤ|ᵊ|̰꜒|ʛʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |ʛˠ|u|̰꜒|pʰˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |wˠ|a|꜖꜒|ŋˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ᵑǀʼʲ|u|꜒|ɻʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ɻˠ|aː|꜖꜒|rˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ŋ̥ˤ|i|꜖꜒|tʼʷ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |htˠ|i|̰꜒|sˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |hʈˠ|a#|꜖꜒|n̥ˤ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ɠʲ|ᵊ|꜖|qʼʷ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ʄʲ|ʉː|꜖꜒|ɰˤ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃʼˠ|aː|̰꜖|pʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ɴʷ|a|̰꜖|nˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |kʲ|a#ː|̰꜒|kʼʷ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |pʰˠ|a|꜒꜖|kʷ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |pˤ|i#ː|̰꜒|pʲ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ɓˤ|i|̰꜒|htˤ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |hkʲ|u#|̰꜖|n̥ˠ|-
[Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |ɴˤ|u|̰꜒|tʼˤ|-
[Q.3.cl.2.none.1incl.NEG.active.indicative.PRES] => |tʼʲ|ʉː|̰꜖|wˠ|-
[Q.3.cl.2.none.1incl.NEG.active.indicative.PAST] => |t͡ʂˠ|ᵊ|̰꜖|ɥʲ|-
[Q.3.cl.2.none.1incl.NEG.active.imperative.PRES] => |ʈʰˠ|a|̰꜒|t͡ʂˠ|-
[Q.3.cl.2.none.1incl.NEG.active.imperative.PAST] => |tʰʷ|i#|̰꜖|tʼʷ|-
[Q.3.cl.2.none.1incl.NEG.active.conditional.PRES] => |ᵏǃʷ|a|̰꜖|ɗˠ|-
[Q.3.cl.2.none.1incl.NEG.active.conditional.PAST] => |tʼʲ|i|꜖꜒|ʡʲ|-
[Q.3.cl.2.none.1incl.NEG.active.optative.PRES] => |ɽʲ|a|꜒꜖|ɳʲ|-
[Q.3.cl.2.none.1incl.NEG.active.optative.PAST] => |ʃˠ|a|꜖|qʲ|-
[Q.3.cl.2.none.1incl.NEG.passive.indicative.PRES] => |t͡ʃ|ʉ|̰꜖|mˠ|-
[Q.3.cl.2.none.1incl.NEG.passive.indicative.PAST] => |ʜʲ|u#|꜒|hʈʲ|-
[Q.3.cl.2.none.1incl.NEG.passive.imperative.PRES] => |kʼˤ|a|꜖꜒|hkʲ|-
[Q.3.cl.2.none.1incl.NEG.passive.imperative.PAST] => |nʷ|i#ː|꜒꜖|ŋˠ|-
[Q.3.cl.2.none.1incl.NEG.passive.conditional.PRES] => |ɗʲ|a|꜒꜖|pˠ|-
[Q.3.cl.2.none.1incl.NEG.passive.conditional.PAST] => |tʼˠ|u#|꜒꜖|tʼˠ|-
[Q.3.cl.2.none.1incl.NEG.passive.optative.PRES] => |lʲ|ʉ#ː|̰꜒|pʼˤ|-
[Q.3.cl.2.none.1incl.NEG.passive.optative.PAST] => |ᵑǀˤ|iː|꜖|pʼˤ|-
[Q.3.cl.2.none.1incl.POS.active.indicative.PRES] => |pʲ|i|꜒|r̥ˠ|-
[Q.3.cl.2.none.1incl.POS.active.indicative.PAST] => |ᵏǃʰˤ|ʉ|꜖꜒|rˤ|-
[Q.3.cl.2.none.1incl.POS.active.imperative.PRES] => |ɻʲ|aː|꜒|hʈˠ|-
[Q.3.cl.2.none.1incl.POS.active.imperative.PAST] => |kʼʷ|aː|꜖|ɠʲ|-
[Q.3.cl.2.none.1incl.POS.active.conditional.PRES] => |n̥ʷ|a#ː|̰꜒|ɳ̥ˠ|-
[Q.3.cl.2.none.1incl.POS.active.conditional.PAST] => |ʋʲ|ʉː|꜒꜖|nˠ|-
[Q.3.cl.2.none.1incl.POS.active.optative.PRES] => |ᵏǀʰʲ|iː|꜖꜒|ʋˤ|-
[Q.3.cl.2.none.1incl.POS.active.optative.PAST] => |m̥ʲ|aː|̰꜒|r̥ʷ|-
[Q.3.cl.2.none.1incl.POS.passive.indicative.PRES] => |n̥ʷ|i#ː|꜖꜒|ɾʲ|-
[Q.3.cl.2.none.1incl.POS.passive.indicative.PAST] => |ɳˠ|i|꜒꜖|tʼʲ|-
[Q.3.cl.2.none.1incl.POS.passive.imperative.PRES] => |ʈʼˠ|u|꜒꜖|kʼʲ|-
[Q.3.cl.2.none.1incl.POS.passive.imperative.PAST] => |ᵑǀˠ|a|̰꜒|tˤ|-
[Q.3.cl.2.none.1incl.POS.passive.conditional.PRES] => |ɳ̥ˠ|u|꜒꜖|ŋ̥ˤ|-
[Q.3.cl.2.none.1incl.POS.passive.conditional.PAST] => |t͡sˠ|aː|꜒꜖|ɾʲ|-
[Q.3.cl.2.none.1incl.POS.passive.optative.PRES] => |ʡʲ|aː|̰꜒|tˠ|-
[Q.3.cl.2.none.1incl.POS.passive.optative.PAST] => |kʲ|aː|̰꜖|ɗʲ|-
[Q.3.cl.2.none.1excl.NEG.active.indicative.PRES] => |ᵑǀˤ|ʉ|̰꜒|kʼˠ|-
[Q.3.cl.2.none.1excl.NEG.active.indicative.PAST] => |ᵏǃˠ|iː|꜒|ʜˠ|-
[Q.3.cl.2.none.1excl.NEG.active.imperative.PRES] => |d͡ʐʲ|a|̰꜖|m̥ˠ|-
[Q.3.cl.2.none.1excl.NEG.active.imperative.PAST] => |sʷ|ʉ#|̰꜒|qˤ|-
[Q.3.cl.2.none.1excl.NEG.active.conditional.PRES] => |wˤ|u|꜖꜒|kʼʷ|-
[Q.3.cl.2.none.1excl.NEG.active.conditional.PAST] => |kʲ|i|꜒|ʈˠ|-
[Q.3.cl.2.none.1excl.NEG.active.optative.PRES] => |ᵑǃʼʲ|u#|꜖|pʼˠ|-
[Q.3.cl.2.none.1excl.NEG.active.optative.PAST] => |n̥ʲ|a#|̰꜒|ʜʲ|-
[Q.3.cl.2.none.1excl.NEG.passive.indicative.PRES] => |r̥ʲ|ʉ|꜖꜒|qʲ|-
[Q.3.cl.2.none.1excl.NEG.passive.indicative.PAST] => |hpˤ|u#ː|꜖|ŋʷ|-
[Q.3.cl.2.none.1excl.NEG.passive.imperative.PRES] => |ᵏǀʼˤ|i|꜒|kʰˠ|-
[Q.3.cl.2.none.1excl.NEG.passive.imperative.PAST] => |ᵏǀˠ|a|꜒꜖|kʼʲ|-
[Q.3.cl.2.none.1excl.NEG.passive.conditional.PRES] => |ŋ̥ˤ|a#ː|꜖|pʼˤ|-
[Q.3.cl.2.none.1excl.NEG.passive.conditional.PAST] => |ɹʷ|iː|꜖꜒|ɽˠ|-
[Q.3.cl.2.none.1excl.NEG.passive.optative.PRES] => |ʋˤ|i#|꜖|tʲ|-
[Q.3.cl.2.none.1excl.NEG.passive.optative.PAST] => |sʷ|i|꜖꜒|tʼʲ|-
[Q.3.cl.2.none.1excl.POS.active.indicative.PRES] => |kʼʲ|ᵊ|̰꜒|mʲ|-
[Q.3.cl.2.none.1excl.POS.active.indicative.PAST] => |wʲ|ʉ|̰꜒|ŋ̥ʷ|-
[Q.3.cl.2.none.1excl.POS.active.imperative.PRES] => |ɠˠ|u|꜒꜖|r̥ˤ|-
[Q.3.cl.2.none.1excl.POS.active.imperative.PAST] => |t͡sˤ|ʉ|̰꜖|ɽʲ|-
[Q.3.cl.2.none.1excl.POS.active.conditional.PRES] => |ɴˤ|ᵊ|꜖꜒|kʼˠ|-
[Q.3.cl.2.none.1excl.POS.active.conditional.PAST] => |ᵏǃʰˤ|ʉ|̰꜖|qʼʷ|-
[Q.3.cl.2.none.1excl.POS.active.optative.PRES] => |wˠ|a#ː|꜒|ʈʼˠ|-
[Q.3.cl.2.none.1excl.POS.active.optative.PAST] => |hʈʲ|u#ː|̰꜖|ɾˤ|-
[Q.3.cl.2.none.1excl.POS.passive.indicative.PRES] => |hʈˠ|u#|꜖꜒|n̥ˠ|-
[Q.3.cl.2.none.1excl.POS.passive.indicative.PAST] => |ᵑǃˠ|iː|̰꜖|lʲ|-
[Q.3.cl.2.none.1excl.POS.passive.imperative.PRES] => |ᵏǀˠ|a|̰꜖|ŋ̥ˠ|-
[Q.3.cl.2.none.1excl.POS.passive.imperative.PAST] => |mˤ|iː|꜖꜒|kʼʷ|-
[Q.3.cl.2.none.1excl.POS.passive.conditional.PRES] => |pˤ|ᵊ|̰꜖|kʷ|-
[Q.3.cl.2.none.1excl.POS.passive.conditional.PAST] => |ᵏǀʼʷ|i|꜖|kʼˤ|-
[Q.3.cl.2.none.1excl.POS.passive.optative.PRES] => |ɳ̥ˠ|a|꜖|d͡ʐˠ|-
[Q.3.cl.2.none.1excl.POS.passive.optative.PAST] => |ʋˤ|i|꜖|nˤ|-
[Q.3.cl.2.none.2.NEG.active.indicative.PRES] => |ʈʰʲ|a|̰꜖|pʼʲ|-
[Q.3.cl.2.none.2.NEG.active.indicative.PAST] => |ɗʲ|a#ː|꜒|ɳ̥ˠ|-
[Q.3.cl.2.none.2.NEG.active.imperative.PRES] => |kʲ|aː|꜖|t͡ʂˠ|-
[Q.3.cl.2.none.2.NEG.active.imperative.PAST] => |ɓˠ|u|꜒꜖|mˤ|-
[Q.3.cl.2.none.2.NEG.active.conditional.PRES] => |ɰˤ|ʉ|꜒꜖|pʼʲ|-
[Q.3.cl.2.none.2.NEG.active.conditional.PAST] => |htʲ|a|꜖꜒|ɳ̥ˠ|-
[Q.3.cl.2.none.2.NEG.active.optative.PRES] => |rˤ|aː|̰꜒|ɾʲ|-
[Q.3.cl.2.none.2.NEG.active.optative.PAST] => |ᵏǃʼʲ|uː|̰꜒|t͡sˤ|-
[Q.3.cl.2.none.2.NEG.passive.indicative.PRES] => |ŋ̥ˤ|u|̰꜖|sˠ|-
[Q.3.cl.2.none.2.NEG.passive.indicative.PAST] => |mʲ|ʉ#|̰꜖|ʈʰˠ|-
[Q.3.cl.2.none.2.NEG.passive.imperative.PRES] => |nˠ|u|꜒|ŋʷ|-
[Q.3.cl.2.none.2.NEG.passive.imperative.PAST] => |wˠ|iː|꜒꜖|qˠ|-
[Q.3.cl.2.none.2.NEG.passive.conditional.PRES] => |ɻʲ|u|̰꜖|mˠ|-
[Q.3.cl.2.none.2.NEG.passive.conditional.PAST] => |hʈʲ|i|̰꜒|pˠ|-
[Q.3.cl.2.none.2.NEG.passive.optative.PRES] => |tʼˠ|i#|꜒|lʲ|-
[Q.3.cl.2.none.2.NEG.passive.optative.PAST] => |ɠʷ|i#|̰꜖|ɳʲ|-
[Q.3.cl.2.none.2.POS.active.indicative.PRES] => |ᵏǃʰˠ|u#ː|̰꜒|ʛʲ|-
[Q.3.cl.2.none.2.POS.active.indicative.PAST] => |ʋˠ|a|꜒|ʡʲ|-
[Q.3.cl.2.none.2.POS.active.imperative.PRES] => |ᵏǁʰˠ|u#ː|꜒꜖|kʲ|-
[Q.3.cl.2.none.2.POS.active.imperative.PAST] => |ᵏǀʰˤ|a#ː|꜖꜒|ʛˠ|-
[Q.3.cl.2.none.2.POS.active.conditional.PRES] => |tɬʲ|a|꜒꜖|ʃˠ|-
[Q.3.cl.2.none.2.POS.active.conditional.PAST] => |kʰʷ|ᵊ|꜖|ʋʲ|-
[Q.3.cl.2.none.2.POS.active.optative.PRES] => |pʼˠ|iː|꜒|kʰʲ|-
[Q.3.cl.2.none.2.POS.active.optative.PAST] => |ʂʲ|i#|̰꜒|wˠ|-
[Q.3.cl.2.none.2.POS.passive.indicative.PRES] => |ɻˠ|i|꜖꜒|ɭʲ|-
[Q.3.cl.2.none.2.POS.passive.indicative.PAST] => |kʼˠ|ʉ|̰꜒|r̥ˠ|-
[Q.3.cl.2.none.2.POS.passive.imperative.PRES] => |ɓˠ|a|̰꜒|tɬʲ|-
[Q.3.cl.2.none.2.POS.passive.imperative.PAST] => |pʲ|u#|꜖꜒|ʛˤ|-
[Q.3.cl.2.none.2.POS.passive.conditional.PRES] => |ɾˤ|iː|꜖|ɻʲ|-
[Q.3.cl.2.none.2.POS.passive.conditional.PAST] => |t͡sˤ|i|꜖|hʈˠ|-
[Q.3.cl.2.none.2.POS.passive.optative.PRES] => |ɹˤ|i|꜒꜖|ʈʲ|-
[Q.3.cl.2.none.2.POS.passive.optative.PAST] => |sʲ|ᵊ|꜖|nʷ|-
[Q.3.cl.2.none.3.cl.1.NEG.active.indicative.PRES] => |kʼˠ|a|꜒|ʜʲ|-
[Q.3.cl.2.none.3.cl.1.NEG.active.indicative.PAST] => |mˠ|i|꜒꜖|d͡ʐʲ|-
[Q.3.cl.2.none.3.cl.1.NEG.active.imperative.PRES] => |ʔ|ʉ|꜖꜒|rˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.active.imperative.PAST] => |m̥ʲ|ʉ#|̰꜒|ʈʰˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.active.conditional.PRES] => |kʲ|ʉː|̰꜖|ɰˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.active.conditional.PAST] => |ɴˠ|a|̰꜖|ɾˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.active.optative.PRES] => |qˠ|ᵊ|꜖|ʄˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.active.optative.PAST] => |n̥ˤ|u|꜖|ɾˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.passive.indicative.PRES] => |wˤ|ʉ|꜖꜒|htʲ|-
[Q.3.cl.2.none.3.cl.1.NEG.passive.indicative.PAST] => |t͡ʂʲ|a|꜖|tʼˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.passive.imperative.PRES] => |ɳ̥ˠ|i|꜖|ɴʲ|-
[Q.3.cl.2.none.3.cl.1.NEG.passive.imperative.PAST] => |ɹʷ|a|꜖|ɹˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.passive.conditional.PRES] => |kʰʷ|ʉ|꜖꜒|ɻˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.passive.conditional.PAST] => |ɴʷ|a#|̰꜒|t͡ʂˠ|-
[Q.3.cl.2.none.3.cl.1.NEG.passive.optative.PRES] => |pʰˠ|ʉ|̰꜒|ɗˤ|-
[Q.3.cl.2.none.3.cl.1.NEG.passive.optative.PAST] => |ɗˠ|aː|̰꜖|sʷ|-
[Q.3.cl.2.none.3.cl.1.POS.active.indicative.PRES] => |ʃʲ|a#ː|꜖꜒|ʛˠ|-
[Q.3.cl.2.none.3.cl.1.POS.active.indicative.PAST] => |ᵑǁʼˠ|a|꜒|ɠˠ|-
[Q.3.cl.2.none.3.cl.1.POS.active.imperative.PRES] => |ʄˠ|i|̰꜖|ɴˠ|-
[Q.3.cl.2.none.3.cl.1.POS.active.imperative.PAST] => |ᵏǀʰʲ|iː|̰꜒|ɹˠ|-
[Q.3.cl.2.none.3.cl.1.POS.active.conditional.PRES] => |ᵏǀʰˠ|ᵊ|꜒꜖|t͡ʂˠ|-
[Q.3.cl.2.none.3.cl.1.POS.active.conditional.PAST] => |qˤ|ᵊ|̰꜖|ɳˠ|-
[Q.3.cl.2.none.3.cl.1.POS.active.optative.PRES] => |ʈʰʲ|a#ː|꜖|j|-
[Q.3.cl.2.none.3.cl.1.POS.active.optative.PAST] => |ᵏǃʷ|a#|꜖|ŋ̥ʲ|-
[Q.3.cl.2.none.3.cl.1.POS.passive.indicative.PRES] => |ɽˠ|a|̰꜖|ɥˤ|-
[Q.3.cl.2.none.3.cl.1.POS.passive.indicative.PAST] => |ŋ̥ʲ|u|꜖|ɳ̥ˠ|-
[Q.3.cl.2.none.3.cl.1.POS.passive.imperative.PRES] => |n̥ʷ|a|̰꜒|ɓˤ|-
[Q.3.cl.2.none.3.cl.1.POS.passive.imperative.PAST] => |ʋˤ|a|̰꜖|ɹˠ|-
[Q.3.cl.2.none.3.cl.1.POS.passive.conditional.PRES] => |ʄˠ|aː|꜒꜖|kˤ|-
[Q.3.cl.2.none.3.cl.1.POS.passive.conditional.PAST] => |ᵑǀʼʲ|a|̰꜒|ɾʲ|-
[Q.3.cl.2.none.3.cl.1.POS.passive.optative.PRES] => |ᵏǁʰˠ|iː|꜖꜒|ʄʲ|-
[Q.3.cl.2.none.3.cl.1.POS.passive.optative.PAST] => |pˠ|ᵊ|꜒|tʰʷ|-
[Q.3.cl.2.none.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃˤ|ᵊ|꜒|lˠ|-
[Q.3.cl.2.none.3.cl.2.NEG.active.indicative.PAST] => |ᵏǁʼˠ|i|̰꜖|ɹˤ|-
[Q.3.cl.2.none.3.cl.2.NEG.active.imperative.PRES] => |ᵏǃˠ|i|꜖|pʲ|-
[Q.3.cl.2.none.3.cl.2.NEG.active.imperative.PAST] => |n̥ʷ|i#|꜒|ɗˤ|-
[Q.3.cl.2.none.3.cl.2.NEG.active.conditional.PRES] => |kʰʷ|ʉː|̰꜖|ʄˠ|-
[Q.3.cl.2.none.3.cl.2.NEG.active.conditional.PAST] => |ʡʲ|i#ː|̰꜒|r̥ˤ|-
[Q.3.cl.2.none.3.cl.2.NEG.active.optative.PRES] => |rˠ|i#|꜒꜖|ɳˠ|-
[Q.3.cl.2.none.3.cl.2.NEG.active.optative.PAST] => |tʰˤ|i|̰꜖|lˠ|-
[Q.3.cl.2.none.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǃʼʷ|i|꜒꜖|ɠʷ|-
[Q.3.cl.2.none.3.cl.2.NEG.passive.indicative.PAST] => |kˤ|a#|꜖|ɳ̥ˠ|-
[Q.3.cl.2.none.3.cl.2.NEG.passive.imperative.PRES] => |ʜˠ|ᵊ|꜒|ɾʷ|-
[Q.3.cl.2.none.3.cl.2.NEG.passive.imperative.PAST] => |tʷ|a|꜖꜒|tɬˠ|-
[Q.3.cl.2.none.3.cl.2.NEG.passive.conditional.PRES] => |ʋʲ|ᵊ|꜒꜖|sʷ|-
[Q.3.cl.2.none.3.cl.2.NEG.passive.conditional.PAST] => |ʃʲ|a#|̰꜖|ɴʲ|-
[Q.3.cl.2.none.3.cl.2.NEG.passive.optative.PRES] => |pʰˤ|ʉ|̰꜖|pʰˠ|-
[Q.3.cl.2.none.3.cl.2.NEG.passive.optative.PAST] => |ɗˤ|i#ː|̰꜒|ɾˠ|-
[Q.3.cl.2.none.3.cl.2.POS.active.indicative.PRES] => |ᵑǃʷ|ᵊ|꜖꜒|ʈʲ|-
[Q.3.cl.2.none.3.cl.2.POS.active.indicative.PAST] => |ᵏǃʲ|ʉ#ː|꜖꜒|ɭˠ|-
[Q.3.cl.2.none.3.cl.2.POS.active.imperative.PRES] => |ᵏǁʼˠ|u|꜖꜒|ʡʲ|-
[Q.3.cl.2.none.3.cl.2.POS.active.imperative.PAST] => |wʲ|ʉ#ː|꜖꜒|nʷ|-
[Q.3.cl.2.none.3.cl.2.POS.active.conditional.PRES] => |ʈʰˠ|aː|̰꜒|mˠ|-
[Q.3.cl.2.none.3.cl.2.POS.active.conditional.PAST] => |ɽʲ|u|꜒꜖|tˤ|-
[Q.3.cl.2.none.3.cl.2.POS.active.optative.PRES] => |pʲ|a|꜖|ʃʲ|-
[Q.3.cl.2.none.3.cl.2.POS.active.optative.PAST] => |ʋʲ|u|꜒|sˤ|-
[Q.3.cl.2.none.3.cl.2.POS.passive.indicative.PRES] => |ɗʷ|aː|̰꜖|ɠˠ|-
[Q.3.cl.2.none.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀʼʷ|i#|꜖|pʼˤ|-
[Q.3.cl.2.none.3.cl.2.POS.passive.imperative.PRES] => |ᵑǁʼˠ|aː|꜒|pʼˠ|-
[Q.3.cl.2.none.3.cl.2.POS.passive.imperative.PAST] => |wˠ|i|꜒꜖|tʼˤ|-
[Q.3.cl.2.none.3.cl.2.POS.passive.conditional.PRES] => |ʋʲ|ᵊ|̰꜖|wʲ|-
[Q.3.cl.2.none.3.cl.2.POS.passive.conditional.PAST] => |nˤ|a#|꜖|r̥ˠ|-
[Q.3.cl.2.none.3.cl.2.POS.passive.optative.PRES] => |tɬʲ|i#|̰꜒|t͡sˤ|-
[Q.3.cl.2.none.3.cl.2.POS.passive.optative.PAST] => |t͡sʲ|i|̰꜖|hkʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.active.indicative.PRES] => |ŋ̥ˤ|ᵊ|꜖|ʔ|-
[Q.3.cl.2.none.3.cl.3.NEG.active.indicative.PAST] => |kˤ|ᵊ|꜒|pʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.active.imperative.PRES] => |ʛʲ|a|꜖|ʈʼˠ|-
[Q.3.cl.2.none.3.cl.3.NEG.active.imperative.PAST] => |ʛʲ|a|꜖|sʷ|-
[Q.3.cl.2.none.3.cl.3.NEG.active.conditional.PRES] => |kʷ|ᵊ|̰꜖|ɳʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.active.conditional.PAST] => |kˤ|i|̰꜖|nʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.active.optative.PRES] => |ɹˤ|u|꜒|mʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.active.optative.PAST] => |n̥ʲ|ᵊ|꜒|mˤ|-
[Q.3.cl.2.none.3.cl.3.NEG.passive.indicative.PRES] => |ŋʷ|i|꜖|mˤ|-
[Q.3.cl.2.none.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǃʲ|ʉ|̰꜖|ʈʼʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.passive.imperative.PRES] => |pʰˠ|ʉ|꜖|ŋ̥ˤ|-
[Q.3.cl.2.none.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃʰˠ|i|̰꜒|ɻˠ|-
[Q.3.cl.2.none.3.cl.3.NEG.passive.conditional.PRES] => |ŋ̥ʲ|iː|̰꜒|ʜʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.passive.conditional.PAST] => |lˠ|ʉ#ː|꜒|hʈʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.passive.optative.PRES] => |tʰʲ|i|꜒|ɠʲ|-
[Q.3.cl.2.none.3.cl.3.NEG.passive.optative.PAST] => |ᵏǁʰˠ|i|꜖꜒|qʼˤ|-
[Q.3.cl.2.none.3.cl.3.POS.active.indicative.PRES] => |rʷ|ᵊ|꜖꜒|t͡ʃ|-
[Q.3.cl.2.none.3.cl.3.POS.active.indicative.PAST] => |m̥ˤ|ᵊ|꜖|hkˠ|-
[Q.3.cl.2.none.3.cl.3.POS.active.imperative.PRES] => |mˠ|uː|̰꜖|ɴˠ|-
[Q.3.cl.2.none.3.cl.3.POS.active.imperative.PAST] => |ᵏǀʷ|a|꜖꜒|mˤ|-
[Q.3.cl.2.none.3.cl.3.POS.active.conditional.PRES] => |lʲ|a|꜒꜖|ʋʲ|-
[Q.3.cl.2.none.3.cl.3.POS.active.conditional.PAST] => |ᵑǀʼˠ|i|꜒꜖|qˠ|-
[Q.3.cl.2.none.3.cl.3.POS.active.optative.PRES] => |sˤ|ʉ#ː|꜖꜒|ʄʲ|-
[Q.3.cl.2.none.3.cl.3.POS.active.optative.PAST] => |ʂˠ|ᵊ|꜖꜒|ɴˤ|-
[Q.3.cl.2.none.3.cl.3.POS.passive.indicative.PRES] => |tʲ|ʉ|꜒꜖|ɗʷ|-
[Q.3.cl.2.none.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃˤ|i|꜒|ɾˤ|-
[Q.3.cl.2.none.3.cl.3.POS.passive.imperative.PRES] => |ɴˠ|i|꜒|ɾˤ|-
[Q.3.cl.2.none.3.cl.3.POS.passive.imperative.PAST] => |ʛˤ|i|꜒|nˤ|-
[Q.3.cl.2.none.3.cl.3.POS.passive.conditional.PRES] => |d͡ʐˠ|iː|꜖|kˠ|-
[Q.3.cl.2.none.3.cl.3.POS.passive.conditional.PAST] => |ᵑǁʲ|u#|꜒꜖|hkˤ|-
[Q.3.cl.2.none.3.cl.3.POS.passive.optative.PRES] => |ʈʰʲ|a|̰꜒|ŋ̥ʷ|-
[Q.3.cl.2.none.3.cl.3.POS.passive.optative.PAST] => |kʼʲ|a|꜖|ɹˤ|-
[Q.3.cl.2.none.3.cl.4.NEG.active.indicative.PRES] => |ʂˠ|i#|̰꜒|ɾʷ|-
[Q.3.cl.2.none.3.cl.4.NEG.active.indicative.PAST] => |hkʲ|i#ː|꜖|ʈʼˠ|-
[Q.3.cl.2.none.3.cl.4.NEG.active.imperative.PRES] => |ᵏǀʰˠ|uː|꜒|ɴʷ|-
[Q.3.cl.2.none.3.cl.4.NEG.active.imperative.PAST] => |lˠ|ᵊ|꜖꜒|ɰˤ|-
[Q.3.cl.2.none.3.cl.4.NEG.active.conditional.PRES] => |kʰʲ|a|꜖|r̥ʷ|-
[Q.3.cl.2.none.3.cl.4.NEG.active.conditional.PAST] => |ɹˤ|a|꜖꜒|hkʲ|-
[Q.3.cl.2.none.3.cl.4.NEG.active.optative.PRES] => |nʷ|i|̰꜒|ʃˠ|-
[Q.3.cl.2.none.3.cl.4.NEG.active.optative.PAST] => |ɗʲ|i#|꜖|hpʲ|-
[Q.3.cl.2.none.3.cl.4.NEG.passive.indicative.PRES] => |qˠ|i#ː|꜒꜖|wˠ|-
[Q.3.cl.2.none.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǀˤ|a|̰꜒|kʰˤ|-
[Q.3.cl.2.none.3.cl.4.NEG.passive.imperative.PRES] => |sˠ|a#|꜖|kʰˠ|-
[Q.3.cl.2.none.3.cl.4.NEG.passive.imperative.PAST] => |m̥ʲ|u#ː|꜖|ŋʷ|-
[Q.3.cl.2.none.3.cl.4.NEG.passive.conditional.PRES] => |ɗˤ|i|꜒|hkʷ|-
[Q.3.cl.2.none.3.cl.4.NEG.passive.conditional.PAST] => |j|a|̰꜖|kʼˠ|-
[Q.3.cl.2.none.3.cl.4.NEG.passive.optative.PRES] => |htʲ|i#|꜒꜖|lʲ|-
[Q.3.cl.2.none.3.cl.4.NEG.passive.optative.PAST] => |ɓʲ|ʉː|꜖꜒|pʼˠ|-
[Q.3.cl.2.none.3.cl.4.POS.active.indicative.PRES] => |qʷ|aː|꜒|ɽʲ|-
[Q.3.cl.2.none.3.cl.4.POS.active.indicative.PAST] => |ᵑǁʼˠ|a|꜖|ɾˠ|-
[Q.3.cl.2.none.3.cl.4.POS.active.imperative.PRES] => |ɴʲ|a|̰꜖|kʼʲ|-
[Q.3.cl.2.none.3.cl.4.POS.active.imperative.PAST] => |ŋʲ|i|꜒|rʲ|-
[Q.3.cl.2.none.3.cl.4.POS.active.conditional.PRES] => |qʼˠ|aː|꜖꜒|ʃˠ|-
[Q.3.cl.2.none.3.cl.4.POS.active.conditional.PAST] => |ʛʲ|ᵊ|꜒꜖|ɰˠ|-
[Q.3.cl.2.none.3.cl.4.POS.active.optative.PRES] => |ᵏǃʲ|aː|̰꜒|ŋˤ|-
[Q.3.cl.2.none.3.cl.4.POS.active.optative.PAST] => |ᵏǃʰˠ|i|̰꜒|ɳˠ|-
[Q.3.cl.2.none.3.cl.4.POS.passive.indicative.PRES] => |ɗˠ|ʉ|꜖꜒|ɭˠ|-
[Q.3.cl.2.none.3.cl.4.POS.passive.indicative.PAST] => |t͡sʷ|a|꜒꜖|mˠ|-
[Q.3.cl.2.none.3.cl.4.POS.passive.imperative.PRES] => |ᵑǃʲ|a|꜖꜒|lʲ|-
[Q.3.cl.2.none.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀʼˠ|i|̰꜖|hʈˠ|-
[Q.3.cl.2.none.3.cl.4.POS.passive.conditional.PRES] => |ɰʷ|a|̰꜒|m̥ˤ|-
[Q.3.cl.2.none.3.cl.4.POS.passive.conditional.PAST] => |ɥʲ|u|꜒|nˤ|-
[Q.3.cl.2.none.3.cl.4.POS.passive.optative.PRES] => |ɠˠ|i|꜒|qʼˤ|-
[Q.3.cl.2.none.3.cl.4.POS.passive.optative.PAST] => |kʰʷ|a|̰꜒|tʲ|-
[Q.3.cl.2.1incl.1incl.NEG.active.indicative.PRES] => |hpˤ|aː|̰꜒|t͡sʲ|-
[Q.3.cl.2.1incl.1incl.NEG.active.indicative.PAST] => |ʛʲ|ᵊ|꜒꜖|ɻˠ|-
[Q.3.cl.2.1incl.1incl.NEG.active.imperative.PRES] => |htʷ|i|̰꜒|ʈˠ|-
[Q.3.cl.2.1incl.1incl.NEG.active.imperative.PAST] => |pˤ|ʉː|꜒꜖|htʷ|-
[Q.3.cl.2.1incl.1incl.NEG.active.conditional.PRES] => |ᵏǀʰʷ|i#|̰꜒|t͡sˠ|-
[Q.3.cl.2.1incl.1incl.NEG.active.conditional.PAST] => |qʼʷ|a|꜖|ŋʷ|-
[Q.3.cl.2.1incl.1incl.NEG.active.optative.PRES] => |mˤ|ʉ|̰꜖|ɓˠ|-
[Q.3.cl.2.1incl.1incl.NEG.active.optative.PAST] => |ᵑǀʷ|a|꜒|pʼˠ|-
[Q.3.cl.2.1incl.1incl.NEG.passive.indicative.PRES] => |n̥ʲ|i|꜒꜖|tʰʲ|-
[Q.3.cl.2.1incl.1incl.NEG.passive.indicative.PAST] => |j|ᵊ|꜒|nʷ|-
[Q.3.cl.2.1incl.1incl.NEG.passive.imperative.PRES] => |nʷ|ʉ|꜒꜖|qˠ|-
[Q.3.cl.2.1incl.1incl.NEG.passive.imperative.PAST] => |ᵑǀʲ|ʉ|꜒|ʈʲ|-
[Q.3.cl.2.1incl.1incl.NEG.passive.conditional.PRES] => |ᵏǁʲ|a|꜒꜖|ʈʼˠ|-
[Q.3.cl.2.1incl.1incl.NEG.passive.conditional.PAST] => |pʲ|uː|꜒|ʡˠ|-
[Q.3.cl.2.1incl.1incl.NEG.passive.optative.PRES] => |qʼʷ|a#ː|̰꜖|ɽˠ|-
[Q.3.cl.2.1incl.1incl.NEG.passive.optative.PAST] => |ᵏǃʰʲ|ʉː|꜒꜖|ʔ|-
[Q.3.cl.2.1incl.1incl.POS.active.indicative.PRES] => |n̥ʲ|ᵊ|꜖꜒|hkˠ|-
[Q.3.cl.2.1incl.1incl.POS.active.indicative.PAST] => |ᵏǃʼˠ|i|꜖|tˠ|-
[Q.3.cl.2.1incl.1incl.POS.active.imperative.PRES] => |ɹˠ|ᵊ|̰꜒|ʃˠ|-
[Q.3.cl.2.1incl.1incl.POS.active.imperative.PAST] => |r̥ˤ|ᵊ|꜖|tˤ|-
[Q.3.cl.2.1incl.1incl.POS.active.conditional.PRES] => |tɬˠ|ᵊ|꜒꜖|r̥ʲ|-
[Q.3.cl.2.1incl.1incl.POS.active.conditional.PAST] => |qˠ|ʉː|꜖꜒|ʄʲ|-
[Q.3.cl.2.1incl.1incl.POS.active.optative.PRES] => |ᵏǃʲ|u|꜒꜖|m̥ʲ|-
[Q.3.cl.2.1incl.1incl.POS.active.optative.PAST] => |qˠ|i|꜒꜖|tˤ|-
[Q.3.cl.2.1incl.1incl.POS.passive.indicative.PRES] => |tˤ|u#|̰꜖|htˤ|-
[Q.3.cl.2.1incl.1incl.POS.passive.indicative.PAST] => |ᵑǃʼˠ|aː|꜒꜖|nʷ|-
[Q.3.cl.2.1incl.1incl.POS.passive.imperative.PRES] => |ɹʷ|a|꜖꜒|ŋ̥ˤ|-
[Q.3.cl.2.1incl.1incl.POS.passive.imperative.PAST] => |ɠˠ|i|̰꜒|sˠ|-
[Q.3.cl.2.1incl.1incl.POS.passive.conditional.PRES] => |kʲ|i#ː|꜖꜒|pʲ|-
[Q.3.cl.2.1incl.1incl.POS.passive.conditional.PAST] => |pʼʲ|u|̰꜖|t͡sˤ|-
[Q.3.cl.2.1incl.1incl.POS.passive.optative.PRES] => |wˤ|a#ː|꜖|ʛˠ|-
[Q.3.cl.2.1incl.1incl.POS.passive.optative.PAST] => |ɻʲ|uː|꜒|n̥ˤ|-
[Q.3.cl.2.1incl.1excl.NEG.active.indicative.PRES] => |ʈʰˠ|a|꜖|ʄˠ|-
[Q.3.cl.2.1incl.1excl.NEG.active.indicative.PAST] => |n̥ʲ|ᵊ|꜖꜒|ɥʲ|-
[Q.3.cl.2.1incl.1excl.NEG.active.imperative.PRES] => |m̥ʲ|a|꜖꜒|sˤ|-
[Q.3.cl.2.1incl.1excl.NEG.active.imperative.PAST] => |kʲ|u|̰꜖|j|-
[Q.3.cl.2.1incl.1excl.NEG.active.conditional.PRES] => |qʲ|u#|꜒|t͡ʂˠ|-
[Q.3.cl.2.1incl.1excl.NEG.active.conditional.PAST] => |ʛʲ|i#ː|꜒|ɗʲ|-
[Q.3.cl.2.1incl.1excl.NEG.active.optative.PRES] => |sʲ|i|̰꜖|ʈʲ|-
[Q.3.cl.2.1incl.1excl.NEG.active.optative.PAST] => |r̥ʷ|iː|̰꜖|d͡ʐˠ|-
[Q.3.cl.2.1incl.1excl.NEG.passive.indicative.PRES] => |qʼʲ|i|꜖|ʡʲ|-
[Q.3.cl.2.1incl.1excl.NEG.passive.indicative.PAST] => |ɥʲ|ᵊ|꜖|hkˠ|-
[Q.3.cl.2.1incl.1excl.NEG.passive.imperative.PRES] => |ᵏǁˠ|a#ː|̰꜒|ʂˠ|-
[Q.3.cl.2.1incl.1excl.NEG.passive.imperative.PAST] => |ɗʲ|ʉ|꜖꜒|d͡ʐʲ|-
[Q.3.cl.2.1incl.1excl.NEG.passive.conditional.PRES] => |ᵏǀʼˤ|ᵊ|̰꜖|pʲ|-
[Q.3.cl.2.1incl.1excl.NEG.passive.conditional.PAST] => |sʲ|aː|꜖|tʼʷ|-
[Q.3.cl.2.1incl.1excl.NEG.passive.optative.PRES] => |hkʲ|i|꜒꜖|sˤ|-
[Q.3.cl.2.1incl.1excl.NEG.passive.optative.PAST] => |ᵏǀʼʲ|i#ː|̰꜖|ʈʰˠ|-
[Q.3.cl.2.1incl.1excl.POS.active.indicative.PRES] => |mˠ|ʉː|꜒|sʷ|-
[Q.3.cl.2.1incl.1excl.POS.active.indicative.PAST] => |r̥ʷ|ᵊ|꜖꜒|ŋ̥ʲ|-
[Q.3.cl.2.1incl.1excl.POS.active.imperative.PRES] => |qʼʲ|a#|꜒|sʲ|-
[Q.3.cl.2.1incl.1excl.POS.active.imperative.PAST] => |tʷ|ʉ#|꜒꜖|ʡʲ|-
[Q.3.cl.2.1incl.1excl.POS.active.conditional.PRES] => |ᵏǀʷ|a|꜒|tɬʲ|-
[Q.3.cl.2.1incl.1excl.POS.active.conditional.PAST] => |ᵑǀʼʷ|a|꜖꜒|h|-
[Q.3.cl.2.1incl.1excl.POS.active.optative.PRES] => |ʋˠ|a|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.2.1incl.1excl.POS.active.optative.PAST] => |pˤ|i|꜒|m̥ʲ|-
[Q.3.cl.2.1incl.1excl.POS.passive.indicative.PRES] => |ᵏǃʰˤ|a|̰꜒|ɴˤ|-
[Q.3.cl.2.1incl.1excl.POS.passive.indicative.PAST] => |ᵑǀʼˤ|u|꜒꜖|tʰʷ|-
[Q.3.cl.2.1incl.1excl.POS.passive.imperative.PRES] => |htˠ|a|꜒|pʼˠ|-
[Q.3.cl.2.1incl.1excl.POS.passive.imperative.PAST] => |ᵏǃʷ|i|꜒꜖|ɾˤ|-
[Q.3.cl.2.1incl.1excl.POS.passive.conditional.PRES] => |ɓˠ|ʉ#ː|꜒꜖|ɹˤ|-
[Q.3.cl.2.1incl.1excl.POS.passive.conditional.PAST] => |ɰʲ|a|̰꜖|ŋˤ|-
[Q.3.cl.2.1incl.1excl.POS.passive.optative.PRES] => |ᵏǀˤ|a|꜒꜖|ɽˠ|-
[Q.3.cl.2.1incl.1excl.POS.passive.optative.PAST] => |ɥʲ|a#|꜖꜒|ɻˠ|-
[Q.3.cl.2.1incl.2.NEG.active.indicative.PRES] => |ᵏǁʼʲ|ᵊ|꜖꜒|ɴʷ|-
[Q.3.cl.2.1incl.2.NEG.active.indicative.PAST] => |tʼˤ|a|̰꜒|ʛˠ|-
[Q.3.cl.2.1incl.2.NEG.active.imperative.PRES] => |n̥ˠ|ᵊ|̰꜖|ʈʼˠ|-
[Q.3.cl.2.1incl.2.NEG.active.imperative.PAST] => |mˠ|uː|꜖꜒|pʼˠ|-
[Q.3.cl.2.1incl.2.NEG.active.conditional.PRES] => |hkʲ|i#ː|̰꜖|tʰʷ|-
[Q.3.cl.2.1incl.2.NEG.active.conditional.PAST] => |ʈʼʲ|i|꜒꜖|qʼˠ|-
[Q.3.cl.2.1incl.2.NEG.active.optative.PRES] => |d͡ʐˠ|ʉ|̰꜖|qʷ|-
[Q.3.cl.2.1incl.2.NEG.active.optative.PAST] => |d͡ʐˠ|a|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.2.1incl.2.NEG.passive.indicative.PRES] => |ʜˠ|i|꜒꜖|tʼˤ|-
[Q.3.cl.2.1incl.2.NEG.passive.indicative.PAST] => |ɰˤ|ʉː|̰꜖|ŋˠ|-
[Q.3.cl.2.1incl.2.NEG.passive.imperative.PRES] => |t͡sʷ|a#ː|̰꜒|ŋ̥ʷ|-
[Q.3.cl.2.1incl.2.NEG.passive.imperative.PAST] => |ɴʲ|a|꜒꜖|ʋˠ|-
[Q.3.cl.2.1incl.2.NEG.passive.conditional.PRES] => |tʰˠ|ᵊ|꜖꜒|ɗˠ|-
[Q.3.cl.2.1incl.2.NEG.passive.conditional.PAST] => |ʜʲ|i|̰꜖|ɻʲ|-
[Q.3.cl.2.1incl.2.NEG.passive.optative.PRES] => |wˤ|uː|꜒|ɗˤ|-
[Q.3.cl.2.1incl.2.NEG.passive.optative.PAST] => |pʼˤ|u#|꜖|ʛʷ|-
[Q.3.cl.2.1incl.2.POS.active.indicative.PRES] => |ᵏǃˤ|i|̰꜖|qˠ|-
[Q.3.cl.2.1incl.2.POS.active.indicative.PAST] => |ɽʲ|iː|̰꜖|ɽˠ|-
[Q.3.cl.2.1incl.2.POS.active.imperative.PRES] => |ɻʲ|ʉː|꜒|ʡˠ|-
[Q.3.cl.2.1incl.2.POS.active.imperative.PAST] => |ᵏǁʼʲ|i|꜖|sˠ|-
[Q.3.cl.2.1incl.2.POS.active.conditional.PRES] => |ɗˤ|ʉ#|̰꜖|ʈˠ|-
[Q.3.cl.2.1incl.2.POS.active.conditional.PAST] => |ɠˤ|a#|̰꜒|d͡ʐˠ|-
[Q.3.cl.2.1incl.2.POS.active.optative.PRES] => |pʰʲ|i|̰꜖|mˠ|-
[Q.3.cl.2.1incl.2.POS.active.optative.PAST] => |kʼˠ|ʉ|̰꜒|ɴʲ|-
[Q.3.cl.2.1incl.2.POS.passive.indicative.PRES] => |t͡ʂʲ|i|꜒꜖|kʰˠ|-
[Q.3.cl.2.1incl.2.POS.passive.indicative.PAST] => |ʋˠ|ᵊ|꜒|ɻʲ|-
[Q.3.cl.2.1incl.2.POS.passive.imperative.PRES] => |ᵏǁˠ|i#ː|꜒|qˤ|-
[Q.3.cl.2.1incl.2.POS.passive.imperative.PAST] => |ᵏǀˠ|aː|̰꜖|r̥ʷ|-
[Q.3.cl.2.1incl.2.POS.passive.conditional.PRES] => |ᵏǁʰˠ|u|̰꜒|ɥˠ|-
[Q.3.cl.2.1incl.2.POS.passive.conditional.PAST] => |tʰʷ|a#|꜖꜒|wˠ|-
[Q.3.cl.2.1incl.2.POS.passive.optative.PRES] => |ɴˠ|ᵊ|̰꜒|ŋ̥ʷ|-
[Q.3.cl.2.1incl.2.POS.passive.optative.PAST] => |ŋ̥ˤ|i|꜖|kʼˠ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.active.indicative.PRES] => |r̥ʲ|uː|꜒|pʼˤ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.active.indicative.PAST] => |tʷ|aː|꜒|hʈʲ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.active.imperative.PRES] => |ᵏǃʼʲ|ᵊ|꜒꜖|ʜʲ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.active.imperative.PAST] => |ʈʲ|ʉ#ː|̰꜒|pʼˠ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.active.conditional.PRES] => |pʲ|aː|̰꜒|ɳ̥ˠ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.active.conditional.PAST] => |qˠ|ᵊ|꜖|tʼʷ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.active.optative.PRES] => |tˤ|u|̰꜒|tʼʲ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.active.optative.PAST] => |ɾʲ|a|꜒|ɓˠ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.passive.indicative.PRES] => |pʰʲ|ʉː|꜖|rˤ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.passive.indicative.PAST] => |htʲ|ʉ#|̰꜖|ɾʷ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.passive.imperative.PRES] => |tɬʲ|iː|꜖|rʷ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.passive.imperative.PAST] => |sˠ|u#|̰꜒|ʋˠ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.passive.conditional.PRES] => |sˠ|u|꜒꜖|ʄʲ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ʂˠ|i#|꜒|htʲ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.passive.optative.PRES] => |qʷ|ᵊ|꜖|t͡ʂˠ|-
[Q.3.cl.2.1incl.3.cl.1.NEG.passive.optative.PAST] => |ɴˤ|u|꜒|ɠʷ|-
[Q.3.cl.2.1incl.3.cl.1.POS.active.indicative.PRES] => |ʛʲ|a#ː|꜖|hkˠ|-
[Q.3.cl.2.1incl.3.cl.1.POS.active.indicative.PAST] => |hʈˠ|aː|꜖|ʈʼˠ|-
[Q.3.cl.2.1incl.3.cl.1.POS.active.imperative.PRES] => |ŋʷ|a|꜖|ɴʷ|-
[Q.3.cl.2.1incl.3.cl.1.POS.active.imperative.PAST] => |ʈʲ|i#|꜒|htʷ|-
[Q.3.cl.2.1incl.3.cl.1.POS.active.conditional.PRES] => |ɰʷ|ʉ#ː|꜖꜒|ɰˤ|-
[Q.3.cl.2.1incl.3.cl.1.POS.active.conditional.PAST] => |ᵏǃˠ|u|꜒|pʰˤ|-
[Q.3.cl.2.1incl.3.cl.1.POS.active.optative.PRES] => |ᵏǀʼʷ|a#ː|̰꜖|tˤ|-
[Q.3.cl.2.1incl.3.cl.1.POS.active.optative.PAST] => |qʲ|ᵊ|꜒꜖|ʡʲ|-
[Q.3.cl.2.1incl.3.cl.1.POS.passive.indicative.PRES] => |ᵑǀʼˤ|i#ː|꜒|ɴʷ|-
[Q.3.cl.2.1incl.3.cl.1.POS.passive.indicative.PAST] => |ɰˤ|a|̰꜖|kˤ|-
[Q.3.cl.2.1incl.3.cl.1.POS.passive.imperative.PRES] => |ᵑǀʼʲ|i|̰꜖|ɹʲ|-
[Q.3.cl.2.1incl.3.cl.1.POS.passive.imperative.PAST] => |ɻˠ|iː|̰꜒|ɥˤ|-
[Q.3.cl.2.1incl.3.cl.1.POS.passive.conditional.PRES] => |ɳ̥ˠ|iː|꜒|n̥ʷ|-
[Q.3.cl.2.1incl.3.cl.1.POS.passive.conditional.PAST] => |ᵏǁˠ|ʉ|꜒꜖|m̥ˠ|-
[Q.3.cl.2.1incl.3.cl.1.POS.passive.optative.PRES] => |ᵏǀʰˠ|i|̰꜖|t͡sʲ|-
[Q.3.cl.2.1incl.3.cl.1.POS.passive.optative.PAST] => |ᵑǁˠ|a|̰꜖|qʼˤ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.active.indicative.PRES] => |qʼʷ|ʉ#|꜒꜖|qʼʷ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.active.indicative.PAST] => |tʼˤ|ᵊ|꜒꜖|t͡sʲ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.active.imperative.PRES] => |nˠ|a|꜒꜖|tˤ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.active.imperative.PAST] => |ᵑǀʷ|ʉ#ː|꜒|tʼˠ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.active.conditional.PRES] => |pʰʲ|u|꜖|nˠ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.active.conditional.PAST] => |ʛʲ|i|꜒|rˤ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.active.optative.PRES] => |ʡʲ|u#|꜒꜖|tʰˤ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.active.optative.PAST] => |ʛʲ|i|꜖꜒|mˠ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ɓˤ|i|꜖꜒|ɭˠ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.passive.indicative.PAST] => |kˤ|a|꜖꜒|hkʷ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|u#ː|꜒|tʼˤ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.passive.imperative.PAST] => |sˤ|aː|̰꜖|ɰˤ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ɴˠ|iː|̰꜖|ʡˠ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǃʼˤ|i|꜖꜒|ŋ̥ˠ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.passive.optative.PRES] => |htˤ|aː|̰꜖|ŋʷ|-
[Q.3.cl.2.1incl.3.cl.2.NEG.passive.optative.PAST] => |nʷ|a|꜖|ʔ|-
[Q.3.cl.2.1incl.3.cl.2.POS.active.indicative.PRES] => |hʈʲ|ʉ|꜒꜖|pʼʲ|-
[Q.3.cl.2.1incl.3.cl.2.POS.active.indicative.PAST] => |ʋˤ|i|꜖꜒|ʈˠ|-
[Q.3.cl.2.1incl.3.cl.2.POS.active.imperative.PRES] => |pʰˤ|ʉ#ː|꜖꜒|ʛˠ|-
[Q.3.cl.2.1incl.3.cl.2.POS.active.imperative.PAST] => |ᵏǃʼʷ|i|̰꜒|tˠ|-
[Q.3.cl.2.1incl.3.cl.2.POS.active.conditional.PRES] => |t͡sʷ|a|꜒꜖|sʲ|-
[Q.3.cl.2.1incl.3.cl.2.POS.active.conditional.PAST] => |tʰʲ|a|꜖|ɹˤ|-
[Q.3.cl.2.1incl.3.cl.2.POS.active.optative.PRES] => |ᵑǁʲ|i|꜒꜖|d͡ʐˠ|-
[Q.3.cl.2.1incl.3.cl.2.POS.active.optative.PAST] => |tʲ|ᵊ|꜖꜒|ʋˤ|-
[Q.3.cl.2.1incl.3.cl.2.POS.passive.indicative.PRES] => |ɠʷ|iː|̰꜖|kʲ|-
[Q.3.cl.2.1incl.3.cl.2.POS.passive.indicative.PAST] => |kʰˤ|i|꜒|tʰʷ|-
[Q.3.cl.2.1incl.3.cl.2.POS.passive.imperative.PRES] => |ʈʰˠ|u|̰꜒|t͡ʃ|-
[Q.3.cl.2.1incl.3.cl.2.POS.passive.imperative.PAST] => |qʼˤ|u|꜒|rʲ|-
[Q.3.cl.2.1incl.3.cl.2.POS.passive.conditional.PRES] => |ᵏǃʰʷ|ʉ|꜖|tʲ|-
[Q.3.cl.2.1incl.3.cl.2.POS.passive.conditional.PAST] => |ᵑǃʲ|u#ː|꜖꜒|kʼʲ|-
[Q.3.cl.2.1incl.3.cl.2.POS.passive.optative.PRES] => |ɴˠ|a|̰꜖|ʂˠ|-
[Q.3.cl.2.1incl.3.cl.2.POS.passive.optative.PAST] => |ᵏǁʰˠ|uː|꜒|ʄʲ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.active.indicative.PRES] => |hkˤ|i#|꜒|ŋˤ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.active.indicative.PAST] => |ɰˤ|ʉː|꜖꜒|ŋ̥ˤ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.active.imperative.PRES] => |ᵏǁʼˠ|a|꜖|ɴˠ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.active.imperative.PAST] => |r̥ˠ|i|꜖꜒|ʄʲ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.active.conditional.PRES] => |tˤ|ᵊ|꜖꜒|ɓʲ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.active.conditional.PAST] => |nˠ|ᵊ|꜒꜖|wˤ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.active.optative.PRES] => |ᵏǀʲ|ʉ#|̰꜖|tˤ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.active.optative.PAST] => |rʷ|i#ː|꜖|ʂʲ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ʈʰˠ|i|̰꜖|ʋˤ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.passive.indicative.PAST] => |sˠ|iː|꜖꜒|ɽʲ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃʼʷ|iː|꜒꜖|sˠ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǃˠ|ᵊ|꜖꜒|pʰˤ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.passive.conditional.PRES] => |m̥ˠ|ʉ|̰꜒|d͡ʐˠ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.passive.conditional.PAST] => |tɬʲ|ʉ|̰꜒|tʰˤ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.passive.optative.PRES] => |ɳˠ|a#|̰꜖|nˠ|-
[Q.3.cl.2.1incl.3.cl.3.NEG.passive.optative.PAST] => |qʲ|uː|꜒|qʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.active.indicative.PRES] => |ŋ̥ˠ|u|꜒꜖|ɗˤ|-
[Q.3.cl.2.1incl.3.cl.3.POS.active.indicative.PAST] => |ᵏǁʲ|ʉ|꜒|tʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.active.imperative.PRES] => |ᵑǁʲ|i|꜖꜒|ɗˠ|-
[Q.3.cl.2.1incl.3.cl.3.POS.active.imperative.PAST] => |ʔ|ᵊ|꜖꜒|ɹʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.active.conditional.PRES] => |ᵏǀʰʲ|i|̰꜖|mʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.active.conditional.PAST] => |ᵑǀˠ|i|꜒|tʼˤ|-
[Q.3.cl.2.1incl.3.cl.3.POS.active.optative.PRES] => |tˠ|a|꜒|ɽʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.active.optative.PAST] => |ɴˤ|i|꜒|ɓʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.passive.indicative.PRES] => |wˠ|i|꜒|hʈʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.passive.indicative.PAST] => |kʲ|ᵊ|̰꜖|ɰʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.passive.imperative.PRES] => |ᵏǁʰˠ|ʉ|̰꜖|ɹˤ|-
[Q.3.cl.2.1incl.3.cl.3.POS.passive.imperative.PAST] => |ɰʲ|ʉ|̰꜒|m̥ʲ|-
[Q.3.cl.2.1incl.3.cl.3.POS.passive.conditional.PRES] => |pʰˠ|a|̰꜒|tʰˤ|-
[Q.3.cl.2.1incl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǃʰˠ|i|꜖꜒|ɓˠ|-
[Q.3.cl.2.1incl.3.cl.3.POS.passive.optative.PRES] => |ᵑǃʼˠ|aː|꜒꜖|ɰʷ|-
[Q.3.cl.2.1incl.3.cl.3.POS.passive.optative.PAST] => |ʋˠ|aː|꜖|qʼʷ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʼʷ|ʉ#|꜖꜒|pʼˠ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.active.indicative.PAST] => |r̥ʷ|ᵊ|꜒|ɹʲ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.active.imperative.PRES] => |kʼˤ|ʉ|꜖꜒|t͡sʲ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.active.imperative.PAST] => |tʷ|ʉ|꜒|ɳʲ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.active.conditional.PRES] => |ᵏǀʲ|u|̰꜖|rˠ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.active.conditional.PAST] => |pʰˠ|a|̰꜖|ʛˤ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.active.optative.PRES] => |t͡ʃ|ᵊ|̰꜒|pʼˠ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.active.optative.PAST] => |n̥ʲ|ᵊ|̰꜒|ŋ̥ˠ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǁʰʲ|ʉ|̰꜖|hpˤ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǀʼˠ|iː|꜖꜒|ɰˤ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǀʲ|aː|꜒|mˤ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ɠʲ|ʉ|̰꜖|ŋ̥ʲ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.passive.conditional.PRES] => |wˠ|a#|꜒|pʼʲ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ʛʷ|a|꜖|pʲ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.passive.optative.PRES] => |lʲ|i|꜒꜖|tɬʲ|-
[Q.3.cl.2.1incl.3.cl.4.NEG.passive.optative.PAST] => |ᵑǃʼˠ|i|꜖|ʄʲ|-
[Q.3.cl.2.1incl.3.cl.4.POS.active.indicative.PRES] => |t͡ʂʲ|a|̰꜖|ɹʲ|-
[Q.3.cl.2.1incl.3.cl.4.POS.active.indicative.PAST] => |ᵏǃʼʲ|u|̰꜖|ɭʲ|-
[Q.3.cl.2.1incl.3.cl.4.POS.active.imperative.PRES] => |ɰˤ|i#ː|꜒|t͡sʷ|-
[Q.3.cl.2.1incl.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʲ|ᵊ|̰꜖|ʈˠ|-
[Q.3.cl.2.1incl.3.cl.4.POS.active.conditional.PRES] => |hkˤ|i|̰꜒|ʈʼˠ|-
[Q.3.cl.2.1incl.3.cl.4.POS.active.conditional.PAST] => |ᵏǀʼˤ|aː|̰꜒|pʼˠ|-
[Q.3.cl.2.1incl.3.cl.4.POS.active.optative.PRES] => |n̥ʷ|i|꜖|ʡʲ|-
[Q.3.cl.2.1incl.3.cl.4.POS.active.optative.PAST] => |kˤ|iː|꜒꜖|ʛʲ|-
[Q.3.cl.2.1incl.3.cl.4.POS.passive.indicative.PRES] => |ʜˠ|aː|꜒꜖|ʂʲ|-
[Q.3.cl.2.1incl.3.cl.4.POS.passive.indicative.PAST] => |htʲ|uː|꜒|ɳ̥ʲ|-
[Q.3.cl.2.1incl.3.cl.4.POS.passive.imperative.PRES] => |wʲ|i|꜒|rˠ|-
[Q.3.cl.2.1incl.3.cl.4.POS.passive.imperative.PAST] => |ʄˠ|a|꜒꜖|pʼʲ|-
[Q.3.cl.2.1incl.3.cl.4.POS.passive.conditional.PRES] => |ʛˠ|u|̰꜖|qʼʷ|-
[Q.3.cl.2.1incl.3.cl.4.POS.passive.conditional.PAST] => |tʰʷ|a#|꜒|kʷ|-
[Q.3.cl.2.1incl.3.cl.4.POS.passive.optative.PRES] => |ɴˤ|ʉ#|꜒꜖|ɗʷ|-
[Q.3.cl.2.1incl.3.cl.4.POS.passive.optative.PAST] => |ᵏǁʼˠ|i|꜖꜒|ŋˤ|-
[Q.3.cl.2.1excl.1incl.NEG.active.indicative.PRES] => |kʼˤ|iː|̰꜖|ɳˠ|-
[Q.3.cl.2.1excl.1incl.NEG.active.indicative.PAST] => |ɠˤ|aː|̰꜖|d͡ʐʲ|-
[Q.3.cl.2.1excl.1incl.NEG.active.imperative.PRES] => |ɠˠ|u|꜖|rˤ|-
[Q.3.cl.2.1excl.1incl.NEG.active.imperative.PAST] => |ᵑǀʼˤ|ʉ|꜖꜒|qʲ|-
[Q.3.cl.2.1excl.1incl.NEG.active.conditional.PRES] => |t͡sʷ|aː|꜒꜖|hʈˠ|-
[Q.3.cl.2.1excl.1incl.NEG.active.conditional.PAST] => |ʃʲ|i#|꜒|hpʲ|-
[Q.3.cl.2.1excl.1incl.NEG.active.optative.PRES] => |ɓˠ|i|̰꜒|r̥ʲ|-
[Q.3.cl.2.1excl.1incl.NEG.active.optative.PAST] => |ᵑǃˤ|u#|̰꜖|ɰʲ|-
[Q.3.cl.2.1excl.1incl.NEG.passive.indicative.PRES] => |tʲ|ʉː|꜒꜖|ɰˤ|-
[Q.3.cl.2.1excl.1incl.NEG.passive.indicative.PAST] => |nˤ|i|꜖|ɾʲ|-
[Q.3.cl.2.1excl.1incl.NEG.passive.imperative.PRES] => |ŋ̥ˠ|i#ː|̰꜒|ʔ|-
[Q.3.cl.2.1excl.1incl.NEG.passive.imperative.PAST] => |qˤ|u|꜖|n̥ˤ|-
[Q.3.cl.2.1excl.1incl.NEG.passive.conditional.PRES] => |sˠ|u|̰꜒|ɻʲ|-
[Q.3.cl.2.1excl.1incl.NEG.passive.conditional.PAST] => |ᵏǀˤ|i|̰꜒|pʼˠ|-
[Q.3.cl.2.1excl.1incl.NEG.passive.optative.PRES] => |ᵏǁʼʲ|ʉ#|꜖|ɥʲ|-
[Q.3.cl.2.1excl.1incl.NEG.passive.optative.PAST] => |ʈʰʲ|i#ː|꜒|ɭˠ|-
[Q.3.cl.2.1excl.1incl.POS.active.indicative.PRES] => |ɴʷ|a#ː|̰꜖|tʰʲ|-
[Q.3.cl.2.1excl.1incl.POS.active.indicative.PAST] => |ᵑǀˠ|ʉ#ː|̰꜖|kˤ|-
[Q.3.cl.2.1excl.1incl.POS.active.imperative.PRES] => |t͡ʃ|a|꜒꜖|hkʷ|-
[Q.3.cl.2.1excl.1incl.POS.active.imperative.PAST] => |ᵑǁʼʲ|u#ː|̰꜒|d͡ʐʲ|-
[Q.3.cl.2.1excl.1incl.POS.active.conditional.PRES] => |tʲ|a#ː|꜖꜒|qˤ|-
[Q.3.cl.2.1excl.1incl.POS.active.conditional.PAST] => |qʼʲ|a#ː|̰꜖|qʼˠ|-
[Q.3.cl.2.1excl.1incl.POS.active.optative.PRES] => |ᵑǃˤ|aː|꜒|pʲ|-
[Q.3.cl.2.1excl.1incl.POS.active.optative.PAST] => |wˠ|iː|꜒|sʲ|-
[Q.3.cl.2.1excl.1incl.POS.passive.indicative.PRES] => |ᵑǀʼˤ|i|̰꜒|rˠ|-
[Q.3.cl.2.1excl.1incl.POS.passive.indicative.PAST] => |ɗʷ|ᵊ|꜖|m̥ˠ|-
[Q.3.cl.2.1excl.1incl.POS.passive.imperative.PRES] => |ɓˠ|u|꜖꜒|r̥ˤ|-
[Q.3.cl.2.1excl.1incl.POS.passive.imperative.PAST] => |ʂˠ|a#ː|꜒|ŋˠ|-
[Q.3.cl.2.1excl.1incl.POS.passive.conditional.PRES] => |t͡ʂˠ|i|꜖|ɹˠ|-
[Q.3.cl.2.1excl.1incl.POS.passive.conditional.PAST] => |ᵑǁʼˠ|i#|꜒|qʼʷ|-
[Q.3.cl.2.1excl.1incl.POS.passive.optative.PRES] => |pˠ|a|꜖|ʔ|-
[Q.3.cl.2.1excl.1incl.POS.passive.optative.PAST] => |ɳ̥ʲ|ʉ#|꜒꜖|ɗʷ|-
[Q.3.cl.2.1excl.1excl.NEG.active.indicative.PRES] => |ᵑǁʲ|a#ː|꜒|tʰˤ|-
[Q.3.cl.2.1excl.1excl.NEG.active.indicative.PAST] => |tɬˠ|aː|꜒꜖|tʰʷ|-
[Q.3.cl.2.1excl.1excl.NEG.active.imperative.PRES] => |ᵏǁˠ|iː|̰꜒|ɓʲ|-
[Q.3.cl.2.1excl.1excl.NEG.active.imperative.PAST] => |qˤ|ᵊ|꜖꜒|ɳʲ|-
[Q.3.cl.2.1excl.1excl.NEG.active.conditional.PRES] => |ʔ|a|꜖|hkʲ|-
[Q.3.cl.2.1excl.1excl.NEG.active.conditional.PAST] => |ʡʲ|ᵊ|̰꜖|n̥ˤ|-
[Q.3.cl.2.1excl.1excl.NEG.active.optative.PRES] => |ʛʷ|ᵊ|꜖|qʷ|-
[Q.3.cl.2.1excl.1excl.NEG.active.optative.PAST] => |ᵏǃʰˠ|i|꜖|qʼˠ|-
[Q.3.cl.2.1excl.1excl.NEG.passive.indicative.PRES] => |hʈʲ|i|̰꜒|tʰˠ|-
[Q.3.cl.2.1excl.1excl.NEG.passive.indicative.PAST] => |ɥˠ|i#|̰꜒|tɬˠ|-
[Q.3.cl.2.1excl.1excl.NEG.passive.imperative.PRES] => |ɗˤ|i|꜖꜒|tʼʲ|-
[Q.3.cl.2.1excl.1excl.NEG.passive.imperative.PAST] => |ŋ̥ʷ|a#ː|꜖|nˤ|-
[Q.3.cl.2.1excl.1excl.NEG.passive.conditional.PRES] => |m̥ˠ|ᵊ|꜖꜒|qʲ|-
[Q.3.cl.2.1excl.1excl.NEG.passive.conditional.PAST] => |qʼˠ|a#|꜒|n̥ʷ|-
[Q.3.cl.2.1excl.1excl.NEG.passive.optative.PRES] => |ᵏǃʷ|a#|̰꜖|ʄˠ|-
[Q.3.cl.2.1excl.1excl.NEG.passive.optative.PAST] => |ᵑǁˠ|i|̰꜖|ɾʲ|-
[Q.3.cl.2.1excl.1excl.POS.active.indicative.PRES] => |ɰʲ|a|̰꜒|t͡ʃ|-
[Q.3.cl.2.1excl.1excl.POS.active.indicative.PAST] => |wˤ|ʉ#|꜒|tʼʲ|-
[Q.3.cl.2.1excl.1excl.POS.active.imperative.PRES] => |kʰˠ|ᵊ|꜒꜖|qˤ|-
[Q.3.cl.2.1excl.1excl.POS.active.imperative.PAST] => |ɠʲ|a|꜖꜒|tˤ|-
[Q.3.cl.2.1excl.1excl.POS.active.conditional.PRES] => |d͡ʐʲ|i|̰꜖|ɻˠ|-
[Q.3.cl.2.1excl.1excl.POS.active.conditional.PAST] => |ᵑǃʼʷ|a|꜖꜒|t͡sʲ|-
[Q.3.cl.2.1excl.1excl.POS.active.optative.PRES] => |ɗˠ|ᵊ|꜖꜒|kʰˤ|-
[Q.3.cl.2.1excl.1excl.POS.active.optative.PAST] => |ᵑǃʼˤ|a|꜖|t͡sʲ|-
[Q.3.cl.2.1excl.1excl.POS.passive.indicative.PRES] => |ɗʷ|ᵊ|̰꜖|ɭˠ|-
[Q.3.cl.2.1excl.1excl.POS.passive.indicative.PAST] => |ᵏǁʲ|i#ː|꜖|rˠ|-
[Q.3.cl.2.1excl.1excl.POS.passive.imperative.PRES] => |pʼʲ|i#ː|꜖꜒|ʂʲ|-
[Q.3.cl.2.1excl.1excl.POS.passive.imperative.PAST] => |t͡ʂˠ|u|꜖|kʼʲ|-
[Q.3.cl.2.1excl.1excl.POS.passive.conditional.PRES] => |ɰʲ|i|꜖꜒|lˠ|-
[Q.3.cl.2.1excl.1excl.POS.passive.conditional.PAST] => |ᵑǁʼʲ|i|꜒꜖|ɻʲ|-
[Q.3.cl.2.1excl.1excl.POS.passive.optative.PRES] => |ᵏǀʼˤ|ʉː|꜖|r̥ʷ|-
[Q.3.cl.2.1excl.1excl.POS.passive.optative.PAST] => |ʋˠ|a|꜒|nˤ|-
[Q.3.cl.2.1excl.2.NEG.active.indicative.PRES] => |ŋ̥ʷ|i|꜖꜒|ɾʷ|-
[Q.3.cl.2.1excl.2.NEG.active.indicative.PAST] => |ᵑǃˤ|a#|̰꜒|mˠ|-
[Q.3.cl.2.1excl.2.NEG.active.imperative.PRES] => |d͡ʐˠ|i|̰꜖|ɾˠ|-
[Q.3.cl.2.1excl.2.NEG.active.imperative.PAST] => |ʈʰʲ|ʉ#|꜒|nˠ|-
[Q.3.cl.2.1excl.2.NEG.active.conditional.PRES] => |nʷ|a|̰꜒|ɾˠ|-
[Q.3.cl.2.1excl.2.NEG.active.conditional.PAST] => |kʰʲ|i#ː|̰꜖|kʷ|-
[Q.3.cl.2.1excl.2.NEG.active.optative.PRES] => |tʲ|i#|̰꜒|mˠ|-
[Q.3.cl.2.1excl.2.NEG.active.optative.PAST] => |qˠ|aː|̰꜖|hʈʲ|-
[Q.3.cl.2.1excl.2.NEG.passive.indicative.PRES] => |ᵏǀˤ|aː|꜖꜒|kˠ|-
[Q.3.cl.2.1excl.2.NEG.passive.indicative.PAST] => |tʼʷ|ʉ#ː|̰꜒|ʄʲ|-
[Q.3.cl.2.1excl.2.NEG.passive.imperative.PRES] => |ɓʲ|aː|꜒꜖|ŋʲ|-
[Q.3.cl.2.1excl.2.NEG.passive.imperative.PAST] => |ŋ̥ʲ|ᵊ|꜖|ʋˤ|-
[Q.3.cl.2.1excl.2.NEG.passive.conditional.PRES] => |ɥˤ|u|꜒|kʼˠ|-
[Q.3.cl.2.1excl.2.NEG.passive.conditional.PAST] => |t͡ʂˠ|u#|̰꜒|tʰˤ|-
[Q.3.cl.2.1excl.2.NEG.passive.optative.PRES] => |n̥ʲ|i|꜒|ŋʷ|-
[Q.3.cl.2.1excl.2.NEG.passive.optative.PAST] => |hʈˠ|a|̰꜒|wˠ|-
[Q.3.cl.2.1excl.2.POS.active.indicative.PRES] => |pˠ|aː|꜒|qʼʷ|-
[Q.3.cl.2.1excl.2.POS.active.indicative.PAST] => |ɴˤ|a|̰꜒|htʷ|-
[Q.3.cl.2.1excl.2.POS.active.imperative.PRES] => |ɓʲ|u#|꜒꜖|mˤ|-
[Q.3.cl.2.1excl.2.POS.active.imperative.PAST] => |ᵑǃʼˤ|a|̰꜒|kʼˤ|-
[Q.3.cl.2.1excl.2.POS.active.conditional.PRES] => |ʋˠ|ʉ#|꜒꜖|ɥˤ|-
[Q.3.cl.2.1excl.2.POS.active.conditional.PAST] => |ɳˠ|ᵊ|̰꜖|sʲ|-
[Q.3.cl.2.1excl.2.POS.active.optative.PRES] => |pʰʲ|i|꜖꜒|nˤ|-
[Q.3.cl.2.1excl.2.POS.active.optative.PAST] => |n̥ˠ|i|̰꜒|ŋ̥ʷ|-
[Q.3.cl.2.1excl.2.POS.passive.indicative.PRES] => |ɰʷ|a|꜖|tʲ|-
[Q.3.cl.2.1excl.2.POS.passive.indicative.PAST] => |t͡sʲ|i#ː|꜒꜖|ŋ̥ˤ|-
[Q.3.cl.2.1excl.2.POS.passive.imperative.PRES] => |nˤ|ʉ#|꜖꜒|t͡sʷ|-
[Q.3.cl.2.1excl.2.POS.passive.imperative.PAST] => |ᵑǀʼʲ|u|꜒꜖|tʷ|-
[Q.3.cl.2.1excl.2.POS.passive.conditional.PRES] => |pʰˠ|ʉ|꜖|ʋˤ|-
[Q.3.cl.2.1excl.2.POS.passive.conditional.PAST] => |ᵑǀˠ|i|̰꜒|ʈʰʲ|-
[Q.3.cl.2.1excl.2.POS.passive.optative.PRES] => |hpˤ|a|̰꜖|ɳ̥ˠ|-
[Q.3.cl.2.1excl.2.POS.passive.optative.PAST] => |ᵑǃʼʷ|i#|̰꜖|ŋʲ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.active.indicative.PRES] => |qʼˠ|i#ː|꜒꜖|j|-
[Q.3.cl.2.1excl.3.cl.1.NEG.active.indicative.PAST] => |kʰʷ|ᵊ|꜖꜒|ʈʰʲ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.active.imperative.PRES] => |ʃˠ|ʉ#|꜒|ʋˤ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.active.imperative.PAST] => |tʰˠ|iː|꜖꜒|tʼˠ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.active.conditional.PRES] => |ᵑǃʼˠ|uː|̰꜒|hʈˠ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.active.conditional.PAST] => |ɻˠ|aː|꜖|ʈʰˠ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.active.optative.PRES] => |ɗˠ|i#ː|̰꜖|tʼʷ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.active.optative.PAST] => |ɴˤ|ʉ#ː|꜖꜒|ŋʲ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.passive.indicative.PRES] => |ʄʲ|aː|꜖꜒|rʷ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.passive.indicative.PAST] => |tʰʷ|i|̰꜖|t͡sˤ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.passive.imperative.PRES] => |kʼˤ|i|̰꜖|ɴˤ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.passive.imperative.PAST] => |mʲ|iː|̰꜒|ɓʲ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǃʰˤ|u#|꜖꜒|t͡sˤ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.passive.conditional.PAST] => |qʷ|a|꜖꜒|rˤ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.passive.optative.PRES] => |d͡ʐˠ|i#|̰꜒|pʲ|-
[Q.3.cl.2.1excl.3.cl.1.NEG.passive.optative.PAST] => |qʷ|i#|̰꜒|ʡʲ|-
[Q.3.cl.2.1excl.3.cl.1.POS.active.indicative.PRES] => |ᵏǀʰʲ|a#ː|꜖|qʲ|-
[Q.3.cl.2.1excl.3.cl.1.POS.active.indicative.PAST] => |htˤ|i#|꜖|mˠ|-
[Q.3.cl.2.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵏǁʰʲ|aː|꜖꜒|ɰʲ|-
[Q.3.cl.2.1excl.3.cl.1.POS.active.imperative.PAST] => |ʈʰʲ|ᵊ|̰꜒|kʼʲ|-
[Q.3.cl.2.1excl.3.cl.1.POS.active.conditional.PRES] => |n̥ʲ|ʉː|̰꜒|kʼʷ|-
[Q.3.cl.2.1excl.3.cl.1.POS.active.conditional.PAST] => |ᵏǀʰʷ|i|꜖꜒|n̥ʷ|-
[Q.3.cl.2.1excl.3.cl.1.POS.active.optative.PRES] => |ɗʲ|ᵊ|꜒|pˤ|-
[Q.3.cl.2.1excl.3.cl.1.POS.active.optative.PAST] => |kʼˤ|ʉ|꜖|sʷ|-
[Q.3.cl.2.1excl.3.cl.1.POS.passive.indicative.PRES] => |tˠ|i|꜖|ʂʲ|-
[Q.3.cl.2.1excl.3.cl.1.POS.passive.indicative.PAST] => |ŋˠ|i#|꜒|ʋˤ|-
[Q.3.cl.2.1excl.3.cl.1.POS.passive.imperative.PRES] => |kʰʲ|a#|꜒|htˤ|-
[Q.3.cl.2.1excl.3.cl.1.POS.passive.imperative.PAST] => |ɰˠ|a|꜖|nˠ|-
[Q.3.cl.2.1excl.3.cl.1.POS.passive.conditional.PRES] => |ʋʲ|u|꜒|ɗʷ|-
[Q.3.cl.2.1excl.3.cl.1.POS.passive.conditional.PAST] => |ʛˤ|ʉ|꜒꜖|ɠʷ|-
[Q.3.cl.2.1excl.3.cl.1.POS.passive.optative.PRES] => |qʷ|ʉ#ː|꜖꜒|qʷ|-
[Q.3.cl.2.1excl.3.cl.1.POS.passive.optative.PAST] => |htˤ|u#ː|꜖꜒|mˤ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.active.indicative.PRES] => |ᵏǀʰˤ|u#ː|꜒|ɴˤ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.active.indicative.PAST] => |kˤ|uː|̰꜒|t͡ʂˠ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.active.imperative.PRES] => |pʰʲ|a#|̰꜒|qʼʲ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.active.imperative.PAST] => |ɹʲ|ʉ#|꜒|t͡ʂˠ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.active.conditional.PRES] => |ᵏǁʼʲ|a#|꜒꜖|ɰʲ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.active.conditional.PAST] => |ʔ|ᵊ|꜒|tʼˤ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.active.optative.PRES] => |qʷ|ᵊ|꜖꜒|ʄʲ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.active.optative.PAST] => |ʛʷ|ʉː|̰꜖|qʼˤ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ʡʲ|i#|̰꜒|ɰˤ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.passive.indicative.PAST] => |pʰʲ|a|꜖|pʼˤ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ɴʷ|a#ː|꜒꜖|ɴʷ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.passive.imperative.PAST] => |pʰˠ|u|꜖꜒|ɻʲ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ɻʲ|aː|꜒꜖|qʼˠ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀˠ|aː|꜖|rˠ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.passive.optative.PRES] => |ʛʲ|a|꜖꜒|ʛʲ|-
[Q.3.cl.2.1excl.3.cl.2.NEG.passive.optative.PAST] => |t͡ʂʲ|a|꜖|pˤ|-
[Q.3.cl.2.1excl.3.cl.2.POS.active.indicative.PRES] => |tʼˤ|i|̰꜒|m̥ʲ|-
[Q.3.cl.2.1excl.3.cl.2.POS.active.indicative.PAST] => |ᵏǃʼʷ|a|꜒|ɹˠ|-
[Q.3.cl.2.1excl.3.cl.2.POS.active.imperative.PRES] => |ʃˠ|i|꜒|ʡʲ|-
[Q.3.cl.2.1excl.3.cl.2.POS.active.imperative.PAST] => |tʲ|ʉ|꜒꜖|tɬˠ|-
[Q.3.cl.2.1excl.3.cl.2.POS.active.conditional.PRES] => |t͡sˤ|u|꜒꜖|kˤ|-
[Q.3.cl.2.1excl.3.cl.2.POS.active.conditional.PAST] => |nˠ|u#|꜖|ʋˠ|-
[Q.3.cl.2.1excl.3.cl.2.POS.active.optative.PRES] => |ɹˤ|a#|̰꜒|t͡ʃ|-
[Q.3.cl.2.1excl.3.cl.2.POS.active.optative.PAST] => |kʼˤ|u|꜒꜖|ʂʲ|-
[Q.3.cl.2.1excl.3.cl.2.POS.passive.indicative.PRES] => |n̥ˠ|u|̰꜖|ʛˤ|-
[Q.3.cl.2.1excl.3.cl.2.POS.passive.indicative.PAST] => |tˤ|u#|꜖꜒|wˤ|-
[Q.3.cl.2.1excl.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀʲ|a|꜒꜖|pʼˤ|-
[Q.3.cl.2.1excl.3.cl.2.POS.passive.imperative.PAST] => |ɗʲ|u|꜖꜒|ɥˤ|-
[Q.3.cl.2.1excl.3.cl.2.POS.passive.conditional.PRES] => |ᵑǀʷ|ᵊ|꜒|ɽʲ|-
[Q.3.cl.2.1excl.3.cl.2.POS.passive.conditional.PAST] => |ɠʲ|u|꜖|tʼʷ|-
[Q.3.cl.2.1excl.3.cl.2.POS.passive.optative.PRES] => |ʡˠ|iː|꜖|kˠ|-
[Q.3.cl.2.1excl.3.cl.2.POS.passive.optative.PAST] => |kʼˤ|u#ː|꜖|qʼʲ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.active.indicative.PRES] => |ᵑǀˤ|ʉː|꜒꜖|ɴʲ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.active.indicative.PAST] => |hkˠ|a|꜒|ɥˤ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.active.imperative.PRES] => |tʼʷ|iː|꜖꜒|ʄˠ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.active.imperative.PAST] => |tˠ|i|̰꜖|tʼʷ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.active.conditional.PRES] => |ɠˠ|ʉ#ː|꜒|d͡ʐˠ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.active.conditional.PAST] => |ʜʲ|u|̰꜒|ɴˤ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.active.optative.PRES] => |ᵏǁʼˠ|u#|꜖|ʜʲ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.active.optative.PAST] => |ɳ̥ʲ|ᵊ|̰꜖|wˤ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.passive.indicative.PRES] => |n̥ʲ|a|꜒꜖|ɥˠ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.passive.indicative.PAST] => |mˤ|ᵊ|̰꜖|ɻˠ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.passive.imperative.PRES] => |tɬʲ|ʉ|꜒꜖|pʼˤ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ɳˠ|ʉ|꜒꜖|pʰˠ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʰˠ|i|꜒꜖|pʼʲ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.passive.conditional.PAST] => |ŋ̥ʲ|i|꜒|ʜˠ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.passive.optative.PRES] => |qˠ|u|꜖꜒|ʈʲ|-
[Q.3.cl.2.1excl.3.cl.3.NEG.passive.optative.PAST] => |tɬʲ|ʉ#|̰꜒|m̥ˠ|-
[Q.3.cl.2.1excl.3.cl.3.POS.active.indicative.PRES] => |htʲ|a#ː|̰꜖|pʰˠ|-
[Q.3.cl.2.1excl.3.cl.3.POS.active.indicative.PAST] => |ʄˠ|uː|꜖꜒|ɭˠ|-
[Q.3.cl.2.1excl.3.cl.3.POS.active.imperative.PRES] => |ɰˤ|iː|꜖|hpˤ|-
[Q.3.cl.2.1excl.3.cl.3.POS.active.imperative.PAST] => |j|aː|꜖|ŋʷ|-
[Q.3.cl.2.1excl.3.cl.3.POS.active.conditional.PRES] => |m̥ˤ|ʉ#ː|꜒|rʲ|-
[Q.3.cl.2.1excl.3.cl.3.POS.active.conditional.PAST] => |ɥʲ|ᵊ|꜒|ʄʲ|-
[Q.3.cl.2.1excl.3.cl.3.POS.active.optative.PRES] => |ɥʲ|iː|꜖|r̥ʲ|-
[Q.3.cl.2.1excl.3.cl.3.POS.active.optative.PAST] => |pʲ|u|꜖꜒|ɰˠ|-
[Q.3.cl.2.1excl.3.cl.3.POS.passive.indicative.PRES] => |j|a|꜒|pʼˠ|-
[Q.3.cl.2.1excl.3.cl.3.POS.passive.indicative.PAST] => |ʡˠ|i|꜖|qʷ|-
[Q.3.cl.2.1excl.3.cl.3.POS.passive.imperative.PRES] => |j|a|̰꜖|ɹˠ|-
[Q.3.cl.2.1excl.3.cl.3.POS.passive.imperative.PAST] => |ᵑǀʼˠ|i|̰꜒|ʜʲ|-
[Q.3.cl.2.1excl.3.cl.3.POS.passive.conditional.PRES] => |tɬʲ|a#|̰꜒|ɥʲ|-
[Q.3.cl.2.1excl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǃʷ|a#ː|꜒꜖|hʈˠ|-
[Q.3.cl.2.1excl.3.cl.3.POS.passive.optative.PRES] => |htˠ|u|꜖|qˠ|-
[Q.3.cl.2.1excl.3.cl.3.POS.passive.optative.PAST] => |pʼˠ|i|꜖|kʰʷ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʰʲ|uː|꜖꜒|ʂˠ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.active.indicative.PAST] => |ᵏǃʼˤ|ᵊ|̰꜒|ɥˤ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.active.imperative.PRES] => |hkˤ|ʉ#ː|꜖|ʄˠ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.active.imperative.PAST] => |t͡sˠ|u|꜖|r̥ʷ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.active.conditional.PRES] => |qʼʲ|ʉ#|̰꜒|kʼˤ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.active.conditional.PAST] => |ʛʲ|a#|꜒|kʲ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.active.optative.PRES] => |n̥ʷ|ᵊ|꜒꜖|pˤ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.active.optative.PAST] => |ʔ|ʉː|̰꜒|ʡˠ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǀʷ|ʉː|꜒꜖|ɴˤ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.passive.indicative.PAST] => |d͡ʐˠ|ʉː|꜖꜒|ɰʷ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.passive.imperative.PRES] => |ɾʲ|u|꜒꜖|kʼˤ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.passive.imperative.PAST] => |ɥˤ|i#|꜖|ɰʷ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǀʷ|ʉ#|̰꜖|ɴˠ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.passive.conditional.PAST] => |kʼˤ|uː|̰꜖|ɓˤ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.passive.optative.PRES] => |ᵏǃʷ|ᵊ|꜒|wʲ|-
[Q.3.cl.2.1excl.3.cl.4.NEG.passive.optative.PAST] => |wˤ|ᵊ|̰꜖|ʋˤ|-
[Q.3.cl.2.1excl.3.cl.4.POS.active.indicative.PRES] => |ɹˠ|u#|꜒|ʂˠ|-
[Q.3.cl.2.1excl.3.cl.4.POS.active.indicative.PAST] => |ɳ̥ʲ|ᵊ|̰꜖|sˠ|-
[Q.3.cl.2.1excl.3.cl.4.POS.active.imperative.PRES] => |hkʷ|a#|꜒꜖|tʼˤ|-
[Q.3.cl.2.1excl.3.cl.4.POS.active.imperative.PAST] => |ᵏǁˠ|ʉː|꜖꜒|ʜˠ|-
[Q.3.cl.2.1excl.3.cl.4.POS.active.conditional.PRES] => |ᵑǀʼˠ|u|꜖|lˠ|-
[Q.3.cl.2.1excl.3.cl.4.POS.active.conditional.PAST] => |pʲ|ʉ|̰꜖|ɳ̥ʲ|-
[Q.3.cl.2.1excl.3.cl.4.POS.active.optative.PRES] => |kʼˠ|ᵊ|꜒|ʈʼˠ|-
[Q.3.cl.2.1excl.3.cl.4.POS.active.optative.PAST] => |pˠ|i|̰꜒|nʷ|-
[Q.3.cl.2.1excl.3.cl.4.POS.passive.indicative.PRES] => |m̥ʲ|a|̰꜒|hkʷ|-
[Q.3.cl.2.1excl.3.cl.4.POS.passive.indicative.PAST] => |kʲ|u|̰꜒|qʼʲ|-
[Q.3.cl.2.1excl.3.cl.4.POS.passive.imperative.PRES] => |nʲ|i|̰꜒|t͡ʂʲ|-
[Q.3.cl.2.1excl.3.cl.4.POS.passive.imperative.PAST] => |ʈʼʲ|ʉ|꜒꜖|ɭʲ|-
[Q.3.cl.2.1excl.3.cl.4.POS.passive.conditional.PRES] => |ᵏǁʼˠ|u#|꜒꜖|d͡ʐʲ|-
[Q.3.cl.2.1excl.3.cl.4.POS.passive.conditional.PAST] => |ᵏǁʰʲ|ʉ#ː|꜖|tɬˠ|-
[Q.3.cl.2.1excl.3.cl.4.POS.passive.optative.PRES] => |ᵏǁʼˠ|aː|꜒|ɾʲ|-
[Q.3.cl.2.1excl.3.cl.4.POS.passive.optative.PAST] => |kʰˤ|a|꜒꜖|kʼʷ|-
[Q.3.cl.2.2.1incl.NEG.active.indicative.PRES] => |h|a#ː|̰꜖|pˠ|-
[Q.3.cl.2.2.1incl.NEG.active.indicative.PAST] => |kʲ|u|̰꜒|tʼˠ|-
[Q.3.cl.2.2.1incl.NEG.active.imperative.PRES] => |ɴʷ|ᵊ|̰꜖|kʲ|-
[Q.3.cl.2.2.1incl.NEG.active.imperative.PAST] => |ᵏǃʰˠ|iː|꜒|hpʲ|-
[Q.3.cl.2.2.1incl.NEG.active.conditional.PRES] => |ʛˠ|ʉː|꜖|ɾʲ|-
[Q.3.cl.2.2.1incl.NEG.active.conditional.PAST] => |ɴʷ|ʉ#ː|꜖|mʲ|-
[Q.3.cl.2.2.1incl.NEG.active.optative.PRES] => |t͡sʷ|ʉ#ː|꜖꜒|tʰˤ|-
[Q.3.cl.2.2.1incl.NEG.active.optative.PAST] => |qʲ|a|꜒꜖|hkʲ|-
[Q.3.cl.2.2.1incl.NEG.passive.indicative.PRES] => |ɗˠ|a|꜖꜒|pʼˠ|-
[Q.3.cl.2.2.1incl.NEG.passive.indicative.PAST] => |qʲ|i|̰꜖|kʼʷ|-
[Q.3.cl.2.2.1incl.NEG.passive.imperative.PRES] => |ᵑǃˠ|ʉ|꜖|sˤ|-
[Q.3.cl.2.2.1incl.NEG.passive.imperative.PAST] => |ʛˠ|aː|꜒|ɽʲ|-
[Q.3.cl.2.2.1incl.NEG.passive.conditional.PRES] => |h|ʉ|꜖|r̥ʷ|-
[Q.3.cl.2.2.1incl.NEG.passive.conditional.PAST] => |ᵏǃʼʲ|iː|̰꜒|ɳ̥ʲ|-
[Q.3.cl.2.2.1incl.NEG.passive.optative.PRES] => |pʰʲ|iː|꜖|ɰʷ|-
[Q.3.cl.2.2.1incl.NEG.passive.optative.PAST] => |ᵏǀʼˠ|a|̰꜒|pʼˤ|-
[Q.3.cl.2.2.1incl.POS.active.indicative.PRES] => |ᵑǃˤ|iː|꜒꜖|ɭˠ|-
[Q.3.cl.2.2.1incl.POS.active.indicative.PAST] => |ᵑǃʼʷ|ᵊ|꜒|ɴˠ|-
[Q.3.cl.2.2.1incl.POS.active.imperative.PRES] => |hkʷ|i|꜒꜖|m̥ˠ|-
[Q.3.cl.2.2.1incl.POS.active.imperative.PAST] => |pʼʲ|ʉ|̰꜖|mˠ|-
[Q.3.cl.2.2.1incl.POS.active.conditional.PRES] => |ɻˠ|ᵊ|̰꜒|wˠ|-
[Q.3.cl.2.2.1incl.POS.active.conditional.PAST] => |ᵏǁʰʲ|a|̰꜒|ɠˠ|-
[Q.3.cl.2.2.1incl.POS.active.optative.PRES] => |ɻʲ|aː|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.2.2.1incl.POS.active.optative.PAST] => |ᵑǀˠ|aː|꜒|ɥʲ|-
[Q.3.cl.2.2.1incl.POS.passive.indicative.PRES] => |ɾʲ|u|̰꜒|rˠ|-
[Q.3.cl.2.2.1incl.POS.passive.indicative.PAST] => |ᵑǀʼʲ|ʉ#ː|꜖|n̥ʲ|-
[Q.3.cl.2.2.1incl.POS.passive.imperative.PRES] => |ŋˠ|i#ː|̰꜒|ɥʲ|-
[Q.3.cl.2.2.1incl.POS.passive.imperative.PAST] => |ᵑǀʼˤ|iː|̰꜒|pʰˠ|-
[Q.3.cl.2.2.1incl.POS.passive.conditional.PRES] => |qʼʲ|ᵊ|꜒|ʃˠ|-
[Q.3.cl.2.2.1incl.POS.passive.conditional.PAST] => |ɠʲ|i|꜖꜒|pʼˠ|-
[Q.3.cl.2.2.1incl.POS.passive.optative.PRES] => |ɹʲ|u#|̰꜒|ŋ̥ˠ|-
[Q.3.cl.2.2.1incl.POS.passive.optative.PAST] => |ᵑǃʲ|i|꜒|pˤ|-
[Q.3.cl.2.2.1excl.NEG.active.indicative.PRES] => |qʼˤ|ʉ|꜒|tʰˠ|-
[Q.3.cl.2.2.1excl.NEG.active.indicative.PAST] => |qʷ|i|꜖꜒|nʷ|-
[Q.3.cl.2.2.1excl.NEG.active.imperative.PRES] => |ŋ̥ˤ|iː|꜖|t͡ʃ|-
[Q.3.cl.2.2.1excl.NEG.active.imperative.PAST] => |htʲ|i|̰꜖|ɓˠ|-
[Q.3.cl.2.2.1excl.NEG.active.conditional.PRES] => |ɴʲ|u|꜒꜖|ʂʲ|-
[Q.3.cl.2.2.1excl.NEG.active.conditional.PAST] => |kʰʲ|a#ː|̰꜖|ɠʲ|-
[Q.3.cl.2.2.1excl.NEG.active.optative.PRES] => |hkˠ|i|꜒|n̥ˠ|-
[Q.3.cl.2.2.1excl.NEG.active.optative.PAST] => |ʛˤ|ʉː|꜖|ʂˠ|-
[Q.3.cl.2.2.1excl.NEG.passive.indicative.PRES] => |ᵏǀʼʷ|a|̰꜖|tˠ|-
[Q.3.cl.2.2.1excl.NEG.passive.indicative.PAST] => |htʷ|ʉː|̰꜖|ʋʲ|-
[Q.3.cl.2.2.1excl.NEG.passive.imperative.PRES] => |pʼˠ|i#|̰꜖|pʰʲ|-
[Q.3.cl.2.2.1excl.NEG.passive.imperative.PAST] => |ɾˠ|a#|꜒꜖|ʛˤ|-
[Q.3.cl.2.2.1excl.NEG.passive.conditional.PRES] => |ʛˤ|i#|꜒꜖|ɴʷ|-
[Q.3.cl.2.2.1excl.NEG.passive.conditional.PAST] => |ᵏǁʼˠ|a|꜒꜖|ɗʷ|-
[Q.3.cl.2.2.1excl.NEG.passive.optative.PRES] => |tɬʲ|i#|꜖|ɹʲ|-
[Q.3.cl.2.2.1excl.NEG.passive.optative.PAST] => |nˠ|aː|꜒꜖|kʼʲ|-
[Q.3.cl.2.2.1excl.POS.active.indicative.PRES] => |ʋˤ|ʉ|꜖|t͡sˤ|-
[Q.3.cl.2.2.1excl.POS.active.indicative.PAST] => |kʼʷ|i|̰꜖|ɳ̥ˠ|-
[Q.3.cl.2.2.1excl.POS.active.imperative.PRES] => |hpˤ|ʉ#|꜖|ɓʲ|-
[Q.3.cl.2.2.1excl.POS.active.imperative.PAST] => |htʲ|ʉ#|̰꜖|t͡sˠ|-
[Q.3.cl.2.2.1excl.POS.active.conditional.PRES] => |sˤ|a|꜖|ɗˠ|-
[Q.3.cl.2.2.1excl.POS.active.conditional.PAST] => |ŋ̥ˤ|i#ː|꜒|n̥ˠ|-
[Q.3.cl.2.2.1excl.POS.active.optative.PRES] => |kʰˤ|a#|꜒꜖|t͡ʃ|-
[Q.3.cl.2.2.1excl.POS.active.optative.PAST] => |ᵑǃʲ|i|̰꜒|n̥ˤ|-
[Q.3.cl.2.2.1excl.POS.passive.indicative.PRES] => |tʰʷ|ʉ|꜒꜖|nˤ|-
[Q.3.cl.2.2.1excl.POS.passive.indicative.PAST] => |ᵏǁʰʲ|i|̰꜖|tʼʷ|-
[Q.3.cl.2.2.1excl.POS.passive.imperative.PRES] => |tʼʷ|ʉ|꜒꜖|ʈʼʲ|-
[Q.3.cl.2.2.1excl.POS.passive.imperative.PAST] => |r̥ˠ|iː|̰꜖|lˠ|-
[Q.3.cl.2.2.1excl.POS.passive.conditional.PRES] => |mˤ|a|꜖|hkˠ|-
[Q.3.cl.2.2.1excl.POS.passive.conditional.PAST] => |kʰʷ|a#ː|꜒|kʼˠ|-
[Q.3.cl.2.2.1excl.POS.passive.optative.PRES] => |ʄˠ|i|꜖|ʔ|-
[Q.3.cl.2.2.1excl.POS.passive.optative.PAST] => |tʰʷ|i|꜖꜒|ɳʲ|-
[Q.3.cl.2.2.2.NEG.active.indicative.PRES] => |ᵑǀʲ|ʉ#|꜖|t͡ʃ|-
[Q.3.cl.2.2.2.NEG.active.indicative.PAST] => |ᵏǃʼʲ|a|꜒꜖|ɰˤ|-
[Q.3.cl.2.2.2.NEG.active.imperative.PRES] => |ɠʷ|a#|꜒|tʷ|-
[Q.3.cl.2.2.2.NEG.active.imperative.PAST] => |tʰˤ|uː|꜖|lˠ|-
[Q.3.cl.2.2.2.NEG.active.conditional.PRES] => |ᵑǀʼʷ|ᵊ|꜒꜖|t͡sˤ|-
[Q.3.cl.2.2.2.NEG.active.conditional.PAST] => |nˤ|i|꜖꜒|ɗˠ|-
[Q.3.cl.2.2.2.NEG.active.optative.PRES] => |ᵑǀʷ|i|̰꜖|ɳˠ|-
[Q.3.cl.2.2.2.NEG.active.optative.PAST] => |ᵑǀˠ|u#ː|꜒꜖|n̥ˠ|-
[Q.3.cl.2.2.2.NEG.passive.indicative.PRES] => |ᵏǀʰʷ|i#ː|꜖|ɰʲ|-
[Q.3.cl.2.2.2.NEG.passive.indicative.PAST] => |ɹʲ|ᵊ|̰꜒|rˤ|-
[Q.3.cl.2.2.2.NEG.passive.imperative.PRES] => |ɥʲ|i#|꜒꜖|tˤ|-
[Q.3.cl.2.2.2.NEG.passive.imperative.PAST] => |ʡʲ|ʉ#|̰꜒|d͡ʐˠ|-
[Q.3.cl.2.2.2.NEG.passive.conditional.PRES] => |ɰˤ|u|꜖꜒|ɗʷ|-
[Q.3.cl.2.2.2.NEG.passive.conditional.PAST] => |ɴˤ|uː|꜒꜖|kʼʷ|-
[Q.3.cl.2.2.2.NEG.passive.optative.PRES] => |n̥ˤ|u#|̰꜖|ŋ̥ʲ|-
[Q.3.cl.2.2.2.NEG.passive.optative.PAST] => |ɓʲ|ʉ|̰꜒|nʷ|-
[Q.3.cl.2.2.2.POS.active.indicative.PRES] => |ᵑǃˤ|ʉ|̰꜖|ŋ̥ʲ|-
[Q.3.cl.2.2.2.POS.active.indicative.PAST] => |ᵑǃˠ|ᵊ|̰꜒|ɾˤ|-
[Q.3.cl.2.2.2.POS.active.imperative.PRES] => |ᵏǁʰˠ|a|꜒꜖|ɾˠ|-
[Q.3.cl.2.2.2.POS.active.imperative.PAST] => |tʲ|iː|̰꜖|ɭʲ|-
[Q.3.cl.2.2.2.POS.active.conditional.PRES] => |nˠ|ᵊ|̰꜖|tˠ|-
[Q.3.cl.2.2.2.POS.active.conditional.PAST] => |ᵑǁʼʲ|a|꜒꜖|qʼʲ|-
[Q.3.cl.2.2.2.POS.active.optative.PRES] => |ɾʲ|a|꜒|pʼˤ|-
[Q.3.cl.2.2.2.POS.active.optative.PAST] => |ᵑǀʲ|aː|꜖|pˠ|-
[Q.3.cl.2.2.2.POS.passive.indicative.PRES] => |ʃʲ|ʉ#|꜒|ɰʲ|-
[Q.3.cl.2.2.2.POS.passive.indicative.PAST] => |kʼʲ|ʉ|꜖꜒|ʜʲ|-
[Q.3.cl.2.2.2.POS.passive.imperative.PRES] => |ŋ̥ʲ|u#|̰꜒|pʼʲ|-
[Q.3.cl.2.2.2.POS.passive.imperative.PAST] => |ᵏǃˤ|i|꜒|wˤ|-
[Q.3.cl.2.2.2.POS.passive.conditional.PRES] => |ɥˤ|ʉ#|̰꜒|kˤ|-
[Q.3.cl.2.2.2.POS.passive.conditional.PAST] => |rˠ|ᵊ|꜖꜒|ŋ̥ˠ|-
[Q.3.cl.2.2.2.POS.passive.optative.PRES] => |htˠ|ʉː|̰꜖|sʷ|-
[Q.3.cl.2.2.2.POS.passive.optative.PAST] => |hkʷ|ʉ#|꜖|ʄʲ|-
[Q.3.cl.2.2.3.cl.1.NEG.active.indicative.PRES] => |ʃʲ|uː|꜖꜒|ɗʷ|-
[Q.3.cl.2.2.3.cl.1.NEG.active.indicative.PAST] => |ɻʲ|u|꜒꜖|ɓʲ|-
[Q.3.cl.2.2.3.cl.1.NEG.active.imperative.PRES] => |ᵏǀʼˤ|ʉː|꜒꜖|ʛˠ|-
[Q.3.cl.2.2.3.cl.1.NEG.active.imperative.PAST] => |tʼˠ|i|꜒|kʼˤ|-
[Q.3.cl.2.2.3.cl.1.NEG.active.conditional.PRES] => |wˤ|i#|꜒|pʼˤ|-
[Q.3.cl.2.2.3.cl.1.NEG.active.conditional.PAST] => |ʄˠ|i#|꜒꜖|ɾˠ|-
[Q.3.cl.2.2.3.cl.1.NEG.active.optative.PRES] => |t͡ʃ|i|꜒꜖|qʲ|-
[Q.3.cl.2.2.3.cl.1.NEG.active.optative.PAST] => |ɳ̥ˠ|u#ː|꜖꜒|mˤ|-
[Q.3.cl.2.2.3.cl.1.NEG.passive.indicative.PRES] => |ɳ̥ʲ|a|꜒|tɬˠ|-
[Q.3.cl.2.2.3.cl.1.NEG.passive.indicative.PAST] => |pʰˠ|ʉ#ː|̰꜒|ɠʲ|-
[Q.3.cl.2.2.3.cl.1.NEG.passive.imperative.PRES] => |ɰʷ|ʉ|꜖꜒|kʰˤ|-
[Q.3.cl.2.2.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀʼˠ|i|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.2.2.3.cl.1.NEG.passive.conditional.PRES] => |kʰˤ|ᵊ|̰꜒|htʲ|-
[Q.3.cl.2.2.3.cl.1.NEG.passive.conditional.PAST] => |ɻˠ|i|̰꜖|hkʷ|-
[Q.3.cl.2.2.3.cl.1.NEG.passive.optative.PRES] => |ᵑǀʼʷ|a|̰꜒|ɴˤ|-
[Q.3.cl.2.2.3.cl.1.NEG.passive.optative.PAST] => |qʼʲ|ʉː|꜒|ɾʷ|-
[Q.3.cl.2.2.3.cl.1.POS.active.indicative.PRES] => |ᵏǃʲ|ʉ|꜒|tˤ|-
[Q.3.cl.2.2.3.cl.1.POS.active.indicative.PAST] => |ɭʲ|ʉ#|꜖꜒|ʈʼʲ|-
[Q.3.cl.2.2.3.cl.1.POS.active.imperative.PRES] => |n̥ˠ|a|꜖|kʼʷ|-
[Q.3.cl.2.2.3.cl.1.POS.active.imperative.PAST] => |lˠ|a|꜖|ŋˤ|-
[Q.3.cl.2.2.3.cl.1.POS.active.conditional.PRES] => |ʈʼʲ|ʉ|꜖꜒|htʲ|-
[Q.3.cl.2.2.3.cl.1.POS.active.conditional.PAST] => |ᵏǃˤ|ʉ|꜖|r̥ʲ|-
[Q.3.cl.2.2.3.cl.1.POS.active.optative.PRES] => |ᵑǁˠ|i#|꜖꜒|ɹˤ|-
[Q.3.cl.2.2.3.cl.1.POS.active.optative.PAST] => |ʛˠ|i|꜖꜒|kʼˤ|-
[Q.3.cl.2.2.3.cl.1.POS.passive.indicative.PRES] => |tʰʷ|aː|꜒|ʛˠ|-
[Q.3.cl.2.2.3.cl.1.POS.passive.indicative.PAST] => |kʰˠ|ʉː|꜒|tˠ|-
[Q.3.cl.2.2.3.cl.1.POS.passive.imperative.PRES] => |ᵑǁˠ|ᵊ|꜒꜖|wˠ|-
[Q.3.cl.2.2.3.cl.1.POS.passive.imperative.PAST] => |ʈʼˠ|a#|̰꜒|nʲ|-
[Q.3.cl.2.2.3.cl.1.POS.passive.conditional.PRES] => |tʲ|a|꜖꜒|hkˤ|-
[Q.3.cl.2.2.3.cl.1.POS.passive.conditional.PAST] => |ɥʲ|ᵊ|꜒꜖|ɠʷ|-
[Q.3.cl.2.2.3.cl.1.POS.passive.optative.PRES] => |ᵏǃˤ|ʉ|꜖꜒|ɓˠ|-
[Q.3.cl.2.2.3.cl.1.POS.passive.optative.PAST] => |ᵏǃˤ|iː|꜖|ɹʷ|-
[Q.3.cl.2.2.3.cl.2.NEG.active.indicative.PRES] => |ŋ̥ʲ|aː|꜖꜒|kˤ|-
[Q.3.cl.2.2.3.cl.2.NEG.active.indicative.PAST] => |tɬˠ|aː|̰꜒|ɭʲ|-
[Q.3.cl.2.2.3.cl.2.NEG.active.imperative.PRES] => |tʰˤ|i#|̰꜖|ɾʲ|-
[Q.3.cl.2.2.3.cl.2.NEG.active.imperative.PAST] => |kʰʲ|i|꜒|wʲ|-
[Q.3.cl.2.2.3.cl.2.NEG.active.conditional.PRES] => |wˠ|i|̰꜒|h|-
[Q.3.cl.2.2.3.cl.2.NEG.active.conditional.PAST] => |qʼˠ|u|꜒|pʰˠ|-
[Q.3.cl.2.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǃʼʷ|a#ː|̰꜒|pʼˤ|-
[Q.3.cl.2.2.3.cl.2.NEG.active.optative.PAST] => |ᵏǃʼʲ|a#|̰꜖|ʡˠ|-
[Q.3.cl.2.2.3.cl.2.NEG.passive.indicative.PRES] => |ʄˠ|a|꜖|pʼˤ|-
[Q.3.cl.2.2.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǀˠ|a|꜖꜒|tʼˠ|-
[Q.3.cl.2.2.3.cl.2.NEG.passive.imperative.PRES] => |ʂˠ|a|̰꜖|ɾʷ|-
[Q.3.cl.2.2.3.cl.2.NEG.passive.imperative.PAST] => |tʰʲ|u|̰꜒|sʲ|-
[Q.3.cl.2.2.3.cl.2.NEG.passive.conditional.PRES] => |wˤ|a|꜖꜒|ʈʼˠ|-
[Q.3.cl.2.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀˠ|u|꜒꜖|ɽˠ|-
[Q.3.cl.2.2.3.cl.2.NEG.passive.optative.PRES] => |wˠ|i|꜒|sˠ|-
[Q.3.cl.2.2.3.cl.2.NEG.passive.optative.PAST] => |qʼʲ|uː|꜒|ɳ̥ˠ|-
[Q.3.cl.2.2.3.cl.2.POS.active.indicative.PRES] => |kʼˠ|u#|꜒|ŋ̥ˠ|-
[Q.3.cl.2.2.3.cl.2.POS.active.indicative.PAST] => |qˠ|i|̰꜒|tʰˤ|-
[Q.3.cl.2.2.3.cl.2.POS.active.imperative.PRES] => |sˠ|i#ː|꜖|ɾˤ|-
[Q.3.cl.2.2.3.cl.2.POS.active.imperative.PAST] => |r̥ʲ|ʉ#ː|꜖꜒|ɾˠ|-
[Q.3.cl.2.2.3.cl.2.POS.active.conditional.PRES] => |qʼˤ|i|꜖|n̥ʷ|-
[Q.3.cl.2.2.3.cl.2.POS.active.conditional.PAST] => |nˤ|i|꜒꜖|ɴʷ|-
[Q.3.cl.2.2.3.cl.2.POS.active.optative.PRES] => |tʰˠ|ʉ#ː|̰꜖|hkʲ|-
[Q.3.cl.2.2.3.cl.2.POS.active.optative.PAST] => |ᵏǃʰʷ|ʉː|꜖|ʄˠ|-
[Q.3.cl.2.2.3.cl.2.POS.passive.indicative.PRES] => |ᵏǁʲ|uː|̰꜒|pʲ|-
[Q.3.cl.2.2.3.cl.2.POS.passive.indicative.PAST] => |ᵑǃʼˤ|i|̰꜒|htʷ|-
[Q.3.cl.2.2.3.cl.2.POS.passive.imperative.PRES] => |nʲ|ʉ#|̰꜒|r̥ʷ|-
[Q.3.cl.2.2.3.cl.2.POS.passive.imperative.PAST] => |ʋʲ|ᵊ|꜖|ɾˤ|-
[Q.3.cl.2.2.3.cl.2.POS.passive.conditional.PRES] => |ᵑǀʷ|ᵊ|̰꜒|rˠ|-
[Q.3.cl.2.2.3.cl.2.POS.passive.conditional.PAST] => |ɠʲ|aː|꜒|ŋʷ|-
[Q.3.cl.2.2.3.cl.2.POS.passive.optative.PRES] => |ɭʲ|u#ː|̰꜖|ɰʷ|-
[Q.3.cl.2.2.3.cl.2.POS.passive.optative.PAST] => |ʄʲ|uː|꜖|kʼˤ|-
[Q.3.cl.2.2.3.cl.3.NEG.active.indicative.PRES] => |ɓˤ|i|꜒꜖|ʛʲ|-
[Q.3.cl.2.2.3.cl.3.NEG.active.indicative.PAST] => |ᵏǃʰʷ|a|꜖꜒|ɾˤ|-
[Q.3.cl.2.2.3.cl.3.NEG.active.imperative.PRES] => |ɠʷ|ᵊ|꜖꜒|pˠ|-
[Q.3.cl.2.2.3.cl.3.NEG.active.imperative.PAST] => |ᵏǁʼˠ|ʉ|̰꜖|ɾˠ|-
[Q.3.cl.2.2.3.cl.3.NEG.active.conditional.PRES] => |m̥ʲ|u|̰꜖|rˤ|-
[Q.3.cl.2.2.3.cl.3.NEG.active.conditional.PAST] => |ᵏǁʼˠ|a|̰꜒|ŋʲ|-
[Q.3.cl.2.2.3.cl.3.NEG.active.optative.PRES] => |hkˠ|ᵊ|̰꜒|ʔ|-
[Q.3.cl.2.2.3.cl.3.NEG.active.optative.PAST] => |t͡ʂˠ|iː|꜖|kˠ|-
[Q.3.cl.2.2.3.cl.3.NEG.passive.indicative.PRES] => |ŋˤ|i|꜒꜖|ɴˤ|-
[Q.3.cl.2.2.3.cl.3.NEG.passive.indicative.PAST] => |h|iː|̰꜒|ɽˠ|-
[Q.3.cl.2.2.3.cl.3.NEG.passive.imperative.PRES] => |ɗʲ|ᵊ|꜖|mʲ|-
[Q.3.cl.2.2.3.cl.3.NEG.passive.imperative.PAST] => |sʷ|ʉ|̰꜖|kʰʷ|-
[Q.3.cl.2.2.3.cl.3.NEG.passive.conditional.PRES] => |ɰˤ|a|꜖꜒|sʷ|-
[Q.3.cl.2.2.3.cl.3.NEG.passive.conditional.PAST] => |tʰʷ|ʉː|꜖|ɾʲ|-
[Q.3.cl.2.2.3.cl.3.NEG.passive.optative.PRES] => |ᵏǀʰˠ|iː|꜒꜖|pʼʲ|-
[Q.3.cl.2.2.3.cl.3.NEG.passive.optative.PAST] => |hpˤ|a|꜖꜒|pˠ|-
[Q.3.cl.2.2.3.cl.3.POS.active.indicative.PRES] => |n̥ˤ|a|̰꜖|ɰʲ|-
[Q.3.cl.2.2.3.cl.3.POS.active.indicative.PAST] => |ʋʲ|i|꜖꜒|r̥ˠ|-
[Q.3.cl.2.2.3.cl.3.POS.active.imperative.PRES] => |ʜʲ|a#|̰꜖|ʃˠ|-
[Q.3.cl.2.2.3.cl.3.POS.active.imperative.PAST] => |ᵏǃʰˠ|u#|̰꜒|qˠ|-
[Q.3.cl.2.2.3.cl.3.POS.active.conditional.PRES] => |ŋ̥ʲ|a#|꜒꜖|r̥ʷ|-
[Q.3.cl.2.2.3.cl.3.POS.active.conditional.PAST] => |ɾˤ|a|꜖|nˤ|-
[Q.3.cl.2.2.3.cl.3.POS.active.optative.PRES] => |ᵑǀʲ|iː|꜖|qʼˤ|-
[Q.3.cl.2.2.3.cl.3.POS.active.optative.PAST] => |ɳ̥ˠ|a|̰꜖|ʂʲ|-
[Q.3.cl.2.2.3.cl.3.POS.passive.indicative.PRES] => |tʲ|i|꜒꜖|kʰʷ|-
[Q.3.cl.2.2.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʼʷ|a|꜖꜒|ɳˠ|-
[Q.3.cl.2.2.3.cl.3.POS.passive.imperative.PRES] => |ɹʲ|a|꜖꜒|mˤ|-
[Q.3.cl.2.2.3.cl.3.POS.passive.imperative.PAST] => |hpˠ|a|̰꜒|qˤ|-
[Q.3.cl.2.2.3.cl.3.POS.passive.conditional.PRES] => |qʼˠ|iː|꜖|ʋʲ|-
[Q.3.cl.2.2.3.cl.3.POS.passive.conditional.PAST] => |tˤ|iː|̰꜒|t͡ʂʲ|-
[Q.3.cl.2.2.3.cl.3.POS.passive.optative.PRES] => |t͡ʃ|i#ː|꜖꜒|ɗʲ|-
[Q.3.cl.2.2.3.cl.3.POS.passive.optative.PAST] => |kʷ|ᵊ|꜒꜖|nˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.active.indicative.PRES] => |ʋˤ|uː|꜖꜒|pʰˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.active.indicative.PAST] => |ʈʲ|ʉ|꜒|htʲ|-
[Q.3.cl.2.2.3.cl.4.NEG.active.imperative.PRES] => |ᵏǀʼˤ|u|꜒꜖|ɥˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.active.imperative.PAST] => |ʛˠ|ʉː|꜒꜖|lˠ|-
[Q.3.cl.2.2.3.cl.4.NEG.active.conditional.PRES] => |h|ʉ|꜒|ʋˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.active.conditional.PAST] => |nˤ|u#|꜖|ʋˠ|-
[Q.3.cl.2.2.3.cl.4.NEG.active.optative.PRES] => |nʷ|i|꜖꜒|kʰˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.active.optative.PAST] => |ɭʲ|aː|꜖|ɠˠ|-
[Q.3.cl.2.2.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʰˤ|i|꜖|tˠ|-
[Q.3.cl.2.2.3.cl.4.NEG.passive.indicative.PAST] => |ʃʲ|ᵊ|꜖|ŋˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.passive.imperative.PRES] => |ʂʲ|uː|꜒꜖|ɴˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.passive.imperative.PAST] => |ʛˤ|uː|꜒|ɠʲ|-
[Q.3.cl.2.2.3.cl.4.NEG.passive.conditional.PRES] => |pˠ|iː|꜒꜖|htˠ|-
[Q.3.cl.2.2.3.cl.4.NEG.passive.conditional.PAST] => |kʼˤ|a|̰꜒|ʛˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.passive.optative.PRES] => |mʲ|u#ː|̰꜖|tˤ|-
[Q.3.cl.2.2.3.cl.4.NEG.passive.optative.PAST] => |sˤ|u|̰꜖|kˤ|-
[Q.3.cl.2.2.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʲ|i#|꜖꜒|qʲ|-
[Q.3.cl.2.2.3.cl.4.POS.active.indicative.PAST] => |kʰˠ|ᵊ|꜖|wˠ|-
[Q.3.cl.2.2.3.cl.4.POS.active.imperative.PRES] => |ɭˠ|a|̰꜖|qˤ|-
[Q.3.cl.2.2.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʼʲ|u#|꜖|ŋʷ|-
[Q.3.cl.2.2.3.cl.4.POS.active.conditional.PRES] => |ᵏǃʰʲ|iː|꜖꜒|ŋˠ|-
[Q.3.cl.2.2.3.cl.4.POS.active.conditional.PAST] => |ʄˠ|i|꜖|d͡ʐʲ|-
[Q.3.cl.2.2.3.cl.4.POS.active.optative.PRES] => |ᵏǃʼʲ|u|̰꜖|pˠ|-
[Q.3.cl.2.2.3.cl.4.POS.active.optative.PAST] => |ᵑǃʼˠ|a#|̰꜒|kˠ|-
[Q.3.cl.2.2.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ʲ|a|̰꜒|htˤ|-
[Q.3.cl.2.2.3.cl.4.POS.passive.indicative.PAST] => |ʜʲ|uː|̰꜖|mˤ|-
[Q.3.cl.2.2.3.cl.4.POS.passive.imperative.PRES] => |kʼʲ|ʉ|̰꜒|ɹˤ|-
[Q.3.cl.2.2.3.cl.4.POS.passive.imperative.PAST] => |ʈʼʲ|u|꜒꜖|ɠʲ|-
[Q.3.cl.2.2.3.cl.4.POS.passive.conditional.PRES] => |ᵑǃʼʲ|u|꜖꜒|n̥ʲ|-
[Q.3.cl.2.2.3.cl.4.POS.passive.conditional.PAST] => |ᵏǀʰʷ|ʉ#|꜒꜖|ʡʲ|-
[Q.3.cl.2.2.3.cl.4.POS.passive.optative.PRES] => |ɰˠ|ʉ|̰꜒|r̥ˤ|-
[Q.3.cl.2.2.3.cl.4.POS.passive.optative.PAST] => |t͡sˠ|a|꜒꜖|nʷ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.active.indicative.PRES] => |ᵏǃʰʷ|a|̰꜖|ɰˠ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.active.indicative.PAST] => |ᵑǃˤ|u#|꜒꜖|ɳʲ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.active.imperative.PRES] => |mˠ|ʉ|꜒|qʷ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.active.imperative.PAST] => |pʼˤ|i|̰꜒|kˠ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.active.conditional.PRES] => |qˤ|a|꜖|pʲ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.active.conditional.PAST] => |ʜʲ|ᵊ|꜒꜖|ʡˠ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.active.optative.PRES] => |ᵏǀʼˠ|ᵊ|꜒꜖|ʈˠ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.active.optative.PAST] => |ᵑǃʲ|ʉ|̰꜖|r̥ʷ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.passive.indicative.PRES] => |ɠˤ|i|꜒꜖|ɳʲ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ɓʲ|uː|꜒|kʼˤ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.passive.imperative.PRES] => |t͡sʲ|i|̰꜖|kʼˤ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ɹˤ|ʉ|̰꜒|tʼʲ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.passive.conditional.PRES] => |tʼʲ|i|꜒|nˤ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ᵑǁʼˠ|i|꜖|ɗˤ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.passive.optative.PRES] => |r̥ˠ|u#|꜖꜒|t͡ʂˠ|-
[Q.3.cl.2.3.cl.1.1incl.NEG.passive.optative.PAST] => |ᵏǁʰʲ|uː|̰꜖|pʲ|-
[Q.3.cl.2.3.cl.1.1incl.POS.active.indicative.PRES] => |ɠʲ|ᵊ|̰꜖|ɠˤ|-
[Q.3.cl.2.3.cl.1.1incl.POS.active.indicative.PAST] => |tˠ|a|꜖꜒|ɹˠ|-
[Q.3.cl.2.3.cl.1.1incl.POS.active.imperative.PRES] => |kˤ|a|̰꜖|kʰˠ|-
[Q.3.cl.2.3.cl.1.1incl.POS.active.imperative.PAST] => |ʃʲ|i|̰꜒|tʼˤ|-
[Q.3.cl.2.3.cl.1.1incl.POS.active.conditional.PRES] => |ʈʼʲ|uː|̰꜖|nʲ|-
[Q.3.cl.2.3.cl.1.1incl.POS.active.conditional.PAST] => |ɰʷ|ᵊ|̰꜒|ɹˤ|-
[Q.3.cl.2.3.cl.1.1incl.POS.active.optative.PRES] => |ᵏǀʰʷ|ʉ#ː|꜖|ʂˠ|-
[Q.3.cl.2.3.cl.1.1incl.POS.active.optative.PAST] => |ɴˠ|uː|꜒꜖|tʰʲ|-
[Q.3.cl.2.3.cl.1.1incl.POS.passive.indicative.PRES] => |tʰʷ|i#ː|̰꜖|t͡ʂʲ|-
[Q.3.cl.2.3.cl.1.1incl.POS.passive.indicative.PAST] => |ɠʲ|i#ː|̰꜖|sʲ|-
[Q.3.cl.2.3.cl.1.1incl.POS.passive.imperative.PRES] => |ᵏǃʰʷ|aː|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.2.3.cl.1.1incl.POS.passive.imperative.PAST] => |pʰʲ|u#|̰꜒|n̥ʷ|-
[Q.3.cl.2.3.cl.1.1incl.POS.passive.conditional.PRES] => |ʂʲ|ᵊ|꜒|ŋ̥ˤ|-
[Q.3.cl.2.3.cl.1.1incl.POS.passive.conditional.PAST] => |qˠ|i#|꜖|rˤ|-
[Q.3.cl.2.3.cl.1.1incl.POS.passive.optative.PRES] => |tʲ|aː|̰꜖|lˠ|-
[Q.3.cl.2.3.cl.1.1incl.POS.passive.optative.PAST] => |ʈʰʲ|iː|꜖|rʷ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.active.indicative.PRES] => |kʷ|a#ː|꜒꜖|ɠʲ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.active.indicative.PAST] => |ɰˤ|u|꜖|pˤ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.active.imperative.PRES] => |qʼˠ|u#|꜒|n̥ˠ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.active.imperative.PAST] => |ɗʷ|ʉ#|꜖꜒|ʃˠ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.active.conditional.PRES] => |ɴˤ|ʉː|꜒꜖|d͡ʐʲ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.active.conditional.PAST] => |rʲ|u|̰꜒|m̥ˤ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.active.optative.PRES] => |ɗˤ|a|꜒꜖|ʄʲ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.active.optative.PAST] => |kʷ|aː|꜖꜒|hkʲ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.passive.indicative.PRES] => |ʔ|a|꜒|ʜˠ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.passive.indicative.PAST] => |ᵑǀˠ|u|꜒|n̥ʲ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ᵑǀʼˠ|a|꜖꜒|hkʷ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.passive.imperative.PAST] => |tʰˠ|ʉ|꜒꜖|ʛʲ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.passive.conditional.PRES] => |mˠ|ʉ|꜖|rʲ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ᵏǃˠ|ʉ|꜒꜖|hkˤ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.passive.optative.PRES] => |pʰˠ|a#|꜖|t͡sˤ|-
[Q.3.cl.2.3.cl.1.1excl.NEG.passive.optative.PAST] => |ʃˠ|ʉː|꜖꜒|ɹˤ|-
[Q.3.cl.2.3.cl.1.1excl.POS.active.indicative.PRES] => |ᵑǀʼˤ|ᵊ|̰꜖|sʷ|-
[Q.3.cl.2.3.cl.1.1excl.POS.active.indicative.PAST] => |ᵑǃʷ|ʉ|꜒|tʼˤ|-
[Q.3.cl.2.3.cl.1.1excl.POS.active.imperative.PRES] => |ɴʷ|ᵊ|꜒|hpˠ|-
[Q.3.cl.2.3.cl.1.1excl.POS.active.imperative.PAST] => |nˤ|i#|̰꜒|ɹʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.active.conditional.PRES] => |pʼˤ|ᵊ|꜖|t͡ʂʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.active.conditional.PAST] => |ᵏǁʼˠ|i#|꜒|ŋ̥ʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.active.optative.PRES] => |ᵑǃˤ|ʉ#|꜒|n̥ʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.active.optative.PAST] => |n̥ʲ|i#ː|̰꜖|ʂʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.passive.indicative.PRES] => |qʲ|ʉː|꜒|ʜˠ|-
[Q.3.cl.2.3.cl.1.1excl.POS.passive.indicative.PAST] => |ɠˤ|aː|̰꜒|rʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.passive.imperative.PRES] => |ʈʼˠ|ʉ|꜖꜒|hkˠ|-
[Q.3.cl.2.3.cl.1.1excl.POS.passive.imperative.PAST] => |ᵑǀʼʲ|ᵊ|꜖꜒|ŋ̥ʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.passive.conditional.PRES] => |pˤ|a#ː|꜒꜖|nʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.passive.conditional.PAST] => |ŋˤ|i#ː|̰꜒|ɥʲ|-
[Q.3.cl.2.3.cl.1.1excl.POS.passive.optative.PRES] => |ᵑǁʼˠ|i#|̰꜒|ɻˠ|-
[Q.3.cl.2.3.cl.1.1excl.POS.passive.optative.PAST] => |lʲ|a|꜒|ɭˠ|-
[Q.3.cl.2.3.cl.1.2.NEG.active.indicative.PRES] => |pʰˠ|a|꜖꜒|ʔ|-
[Q.3.cl.2.3.cl.1.2.NEG.active.indicative.PAST] => |ᵏǃˤ|uː|꜒|hpˠ|-
[Q.3.cl.2.3.cl.1.2.NEG.active.imperative.PRES] => |ᵑǀʼˤ|ᵊ|꜒꜖|ɗˤ|-
[Q.3.cl.2.3.cl.1.2.NEG.active.imperative.PAST] => |ɴʲ|ʉː|꜒|htˠ|-
[Q.3.cl.2.3.cl.1.2.NEG.active.conditional.PRES] => |ᵏǀʰˤ|ʉː|̰꜒|ɳʲ|-
[Q.3.cl.2.3.cl.1.2.NEG.active.conditional.PAST] => |ɥˠ|u#|̰꜒|rʷ|-
[Q.3.cl.2.3.cl.1.2.NEG.active.optative.PRES] => |qʼʲ|u#ː|̰꜖|t͡sʷ|-
[Q.3.cl.2.3.cl.1.2.NEG.active.optative.PAST] => |wˤ|ʉ#ː|꜖꜒|ɾˤ|-
[Q.3.cl.2.3.cl.1.2.NEG.passive.indicative.PRES] => |ŋ̥ˠ|ᵊ|꜖꜒|ʡˠ|-
[Q.3.cl.2.3.cl.1.2.NEG.passive.indicative.PAST] => |ɳ̥ˠ|uː|꜖|ŋ̥ˤ|-
[Q.3.cl.2.3.cl.1.2.NEG.passive.imperative.PRES] => |ɻˠ|a|꜖|ŋ̥ˤ|-
[Q.3.cl.2.3.cl.1.2.NEG.passive.imperative.PAST] => |ɗˤ|i|꜒꜖|ʡˠ|-
[Q.3.cl.2.3.cl.1.2.NEG.passive.conditional.PRES] => |ᵏǀˠ|ʉ|̰꜖|m̥ˠ|-
[Q.3.cl.2.3.cl.1.2.NEG.passive.conditional.PAST] => |j|u#ː|̰꜖|tʰˠ|-
[Q.3.cl.2.3.cl.1.2.NEG.passive.optative.PRES] => |ᵑǀʼʷ|ʉ|꜒|tʼʲ|-
[Q.3.cl.2.3.cl.1.2.NEG.passive.optative.PAST] => |ɳ̥ʲ|u#|꜒|ʄˠ|-
[Q.3.cl.2.3.cl.1.2.POS.active.indicative.PRES] => |ᵏǀʰˠ|i|꜒꜖|ŋˠ|-
[Q.3.cl.2.3.cl.1.2.POS.active.indicative.PAST] => |ɴʲ|a|̰꜒|ɾʷ|-
[Q.3.cl.2.3.cl.1.2.POS.active.imperative.PRES] => |ᵏǃʼˤ|u#|꜒꜖|sˠ|-
[Q.3.cl.2.3.cl.1.2.POS.active.imperative.PAST] => |ᵏǃˤ|u|꜒|ɥˠ|-
[Q.3.cl.2.3.cl.1.2.POS.active.conditional.PRES] => |qʼʷ|a|꜖꜒|ʛʲ|-
[Q.3.cl.2.3.cl.1.2.POS.active.conditional.PAST] => |pˤ|u|̰꜒|t͡sʷ|-
[Q.3.cl.2.3.cl.1.2.POS.active.optative.PRES] => |ᵏǀˤ|aː|̰꜒|ɹˤ|-
[Q.3.cl.2.3.cl.1.2.POS.active.optative.PAST] => |tʰˤ|a|꜖꜒|qʲ|-
[Q.3.cl.2.3.cl.1.2.POS.passive.indicative.PRES] => |ɰʷ|i|꜖꜒|tʰʷ|-
[Q.3.cl.2.3.cl.1.2.POS.passive.indicative.PAST] => |ᵑǃʼˠ|i#ː|꜒꜖|pˤ|-
[Q.3.cl.2.3.cl.1.2.POS.passive.imperative.PRES] => |ɽʲ|u#ː|̰꜒|ŋˤ|-
[Q.3.cl.2.3.cl.1.2.POS.passive.imperative.PAST] => |ɳ̥ʲ|i|꜒|t͡sˠ|-
[Q.3.cl.2.3.cl.1.2.POS.passive.conditional.PRES] => |qʼʲ|a#|꜖꜒|kʼˠ|-
[Q.3.cl.2.3.cl.1.2.POS.passive.conditional.PAST] => |ɹʷ|i|꜖꜒|rʲ|-
[Q.3.cl.2.3.cl.1.2.POS.passive.optative.PRES] => |ᵏǃʼˤ|a|̰꜖|ɰʷ|-
[Q.3.cl.2.3.cl.1.2.POS.passive.optative.PAST] => |ᵑǀʷ|i|̰꜒|m̥ˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |pˠ|iː|꜖꜒|ʡˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ɹˤ|ᵊ|꜖|kʰˤ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |ʔ|i|꜖꜒|ɭʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |m̥ˤ|i|̰꜒|tˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |sˤ|a#|꜒|ʂˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ᵑǁʲ|ʉː|꜒|ɰˤ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |kʼˠ|i#ː|꜒꜖|ʈʰˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |kʼʲ|ʉ#|꜖꜒|ʡʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |kʰʷ|a#ː|꜖|ɳ̥ʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |qʷ|i|꜖꜒|ŋˤ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |tʰˠ|aː|̰꜒|t͡sʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʼˠ|ᵊ|̰꜒|hʈʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǁˠ|a#|꜒꜖|nˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|ʉ#ː|꜖|ɰʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |mʲ|a|̰꜒|pˤ|-
[Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ᵑǃʼʷ|aː|꜒꜖|hʈʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |qˠ|a#ː|꜖꜒|n̥ˤ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |ʋˤ|ʉ#|꜖|tʷ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |nˠ|uː|꜖|ɴʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |sˤ|uː|꜖꜒|t͡ʂʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ɽˠ|ᵊ|̰꜖|ʂˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |ᵏǁʰʲ|ᵊ|꜖|ʈʰˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.active.optative.PRES] => |pʼʲ|a#ː|̰꜒|kʼʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.active.optative.PAST] => |ᵏǀʰˠ|u|̰꜖|ŋ̥ʷ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ɰʲ|a|꜒|tɬʲ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |tˠ|aː|̰꜖|ɠˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |nˤ|a|̰꜒|ɗʷ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ᵏǁʲ|ʉ|꜖꜒|lˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ŋ̥ˤ|ʉ|꜖|qʼˤ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |ɴˠ|uː|꜖꜒|tɬˠ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |ᵏǀʲ|ʉ|꜒꜖|t͡sˤ|-
[Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ᵑǀʲ|ʉ|꜖|ɰˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |ɴʲ|i#|̰꜒|kʼˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |n̥ʲ|aː|꜖꜒|qˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |qʼˠ|a#|꜖|ʃˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃˠ|ʉ|꜖|ŋ̥ˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |tˤ|uː|꜖꜒|ɽʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ᵏǁˠ|u#ː|̰꜒|kʼʷ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ᵏǀˤ|ʉ#ː|̰꜒|t͡ʂʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ŋ̥ˤ|i|꜒꜖|sˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ɰˤ|a#ː|꜒꜖|ɗˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |kʼʷ|ʉ|̰꜖|ɗˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ɰʷ|i|꜖|ʄʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ɰˠ|i|꜒|ʈʰʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |pʰˠ|u|꜒|ʛʷ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |pˠ|ʉ|꜒|t͡sʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |qʼˤ|i#ː|꜒|ŋ̥ˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |ᵏǃʲ|u#ː|̰꜖|ɥˤ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |ᵏǀʷ|i|꜒꜖|hkˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |mˠ|aː|꜒꜖|wˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |ɗʲ|i|꜒|tʼˤ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |h|iː|̰꜖|ʡʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ʂʲ|i|꜖꜒|kʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |ᵏǁʲ|u|꜒|ʂʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.active.optative.PRES] => |mʲ|ᵊ|꜒|kʰʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.active.optative.PAST] => |tʰʲ|ᵊ|꜖|ʛʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |tʼʷ|a|꜖꜒|pʰˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |ᵑǀʼʷ|i|꜖|ɠʷ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ᵏǁʼʲ|ʉ|꜒꜖|t͡ʃ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ɓˠ|ʉ|꜒꜖|tʰʷ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |ᵑǀˤ|a|̰꜒|ʈʼʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ɾˠ|iː|꜖|ɓˠ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |ʂʲ|ʉ|̰꜖|lʲ|-
[Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |kˠ|ʉː|꜒꜖|t͡sʷ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʰˤ|ʉː|꜖꜒|ʋʲ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ɳʲ|ʉ#|꜖|t͡ʂˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |ɰˤ|ʉ|꜖|ɗˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |qˤ|iː|̰꜖|ɓʲ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |j|u|꜖꜒|ʈʼˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |r̥ˤ|aː|̰꜖|mˤ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ᵑǁʼʲ|ᵊ|̰꜖|n̥ʷ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |ᵏǁʲ|u#ː|̰꜒|t͡ʃ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǁˠ|i|̰꜖|ŋ̥ʷ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |tʼˠ|ʉ#|̰꜒|ɳˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |sˤ|ᵊ|꜒꜖|ɴˤ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |ʈˠ|ʉː|̰꜖|ʈʰˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ɰˠ|i|꜖꜒|n̥ˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |hkʲ|a|꜖|pʼˤ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |ʂʲ|ʉ|꜖꜒|qʼʲ|-
[Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀʼˤ|a|꜒|ʋʲ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |ʈˠ|u|꜖꜒|sˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |ɾʲ|a|̰꜖|kˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |nˠ|i|̰꜒|pʼˤ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |hkˠ|iː|̰꜖|ʈˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ᵏǁˠ|i#ː|꜒|ɾˤ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |htʲ|i|꜖꜒|d͡ʐʲ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.active.optative.PRES] => |r̥ʲ|iː|꜖꜒|j|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.active.optative.PAST] => |pʲ|a|̰꜖|t͡ʂˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |nʷ|ʉ#|̰꜖|ɠˤ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |pʰʲ|aː|꜒꜖|kʼˠ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |tʼˠ|iː|꜖|ɳ̥ʲ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |ɓˤ|i|꜖|ɽʲ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |sʷ|a|꜖|ʔ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |nʲ|i#ː|꜒꜖|tʷ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |ᵏǃʰˠ|ʉ#|꜒꜖|tʼʲ|-
[Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |n̥ˤ|aː|̰꜒|kˤ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |d͡ʐʲ|u#|꜖꜒|ɴˠ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |t͡ʂʲ|i#ː|꜖꜒|ŋʷ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |tʼʷ|i#|꜒꜖|kˤ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |ɳʲ|u|꜖꜒|t͡ʃ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |ʃˠ|a|̰꜖|r̥ˤ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |htʷ|a|꜖꜒|ʈʼˠ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |ŋ̥ʲ|ʉː|꜒꜖|r̥ʷ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ᵏǀʷ|aː|꜖꜒|tʰʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |pʼˠ|ʉ|̰꜒|ɰˤ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ʡˠ|ʉ|꜖|kʷ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ʈʰʲ|ᵊ|꜒|nʷ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |r̥ˤ|a|꜖꜒|ɹʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǁʰˠ|iː|꜖|ɻʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀʼˤ|i|̰꜖|htʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ɾʲ|ʉ|꜒|pˠ|-
[Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |ᵑǁʼʲ|a|꜖꜒|ʄˠ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ᵑǁʼʲ|a|̰꜖|ʋˠ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |ᵏǀʰʷ|i#ː|̰꜖|r̥ʷ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ɴʲ|ᵊ|̰꜖|ʡʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |ɹˤ|aː|̰꜒|ɰˠ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ŋʷ|a|꜖|ʈʰʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |htʲ|a#ː|꜒|ʋʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ᵑǁʼʲ|a|꜒꜖|tɬʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ɹˠ|i#|̰꜖|nʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |kʼˤ|u#ː|꜖꜒|kʼˤ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ʄʲ|ᵊ|̰꜒|qˤ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ʃʲ|iː|̰꜒|hʈʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |pʲ|u#|̰꜖|t͡ʂˠ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |tʼʲ|i#ː|꜖|ɠʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ɽʲ|i|꜖꜒|r̥ʲ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ɳ̥ʲ|ʉ#ː|꜒꜖|ʃˠ|-
[Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |ɠʲ|a#ː|꜖|tˤ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.active.indicative.PRES] => |tʰˠ|u|꜖|t͡sˤ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.active.indicative.PAST] => |ʃˠ|i|꜖꜒|r̥ʷ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.active.imperative.PRES] => |ɹˤ|a|̰꜖|ɥʲ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.active.imperative.PAST] => |ᵑǀʼʷ|a|̰꜖|ŋ̥ˤ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.active.conditional.PRES] => |kˠ|a|꜒꜖|ɴʲ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.active.conditional.PAST] => |ɰʲ|a|̰꜖|tʼʲ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.active.optative.PRES] => |ᵏǀʰʲ|aː|꜖꜒|pʼˠ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.active.optative.PAST] => |kʼʷ|i|̰꜖|tʼʷ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.passive.indicative.PRES] => |pʰˤ|u#ː|꜖꜒|ɹʷ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ɓˠ|u#|꜒|ʛˤ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.passive.imperative.PRES] => |ʡʲ|ʉ|̰꜒|ʈʰʲ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.passive.imperative.PAST] => |m̥ʲ|ᵊ|꜒|ʃˠ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ŋ̥ˠ|ᵊ|̰꜖|ɠʷ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ɰʷ|i#ː|꜖|tʷ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.passive.optative.PRES] => |ɳ̥ʲ|i|꜒|nˤ|-
[Q.3.cl.2.3.cl.2.1incl.NEG.passive.optative.PAST] => |ᵏǁʲ|ᵊ|̰꜒|pʰˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.active.indicative.PRES] => |ᵑǀʷ|ʉ|꜒|ɻˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.active.indicative.PAST] => |sʲ|ʉː|꜖꜒|t͡ʂˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.active.imperative.PRES] => |ɹˤ|u#ː|꜒|ʂˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.active.imperative.PAST] => |pˤ|aː|̰꜒|hkˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.active.conditional.PRES] => |ʈʼˠ|u|꜒|hʈˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.active.conditional.PAST] => |t͡ʃ|iː|꜖|mʲ|-
[Q.3.cl.2.3.cl.2.1incl.POS.active.optative.PRES] => |tʷ|i#ː|꜒|qʼˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.active.optative.PAST] => |hkʲ|a|̰꜖|hʈˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.passive.indicative.PRES] => |ŋ̥ˠ|iː|̰꜒|r̥ˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.passive.indicative.PAST] => |ᵏǀʰˤ|aː|꜖꜒|kˤ|-
[Q.3.cl.2.3.cl.2.1incl.POS.passive.imperative.PRES] => |ɥʲ|i#ː|꜒꜖|kʰˤ|-
[Q.3.cl.2.3.cl.2.1incl.POS.passive.imperative.PAST] => |ʋˤ|ᵊ|꜖꜒|ʜˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.passive.conditional.PRES] => |ɴʲ|u|꜖|ɗˠ|-
[Q.3.cl.2.3.cl.2.1incl.POS.passive.conditional.PAST] => |r̥ˤ|ᵊ|꜒꜖|n̥ˤ|-
[Q.3.cl.2.3.cl.2.1incl.POS.passive.optative.PRES] => |ɥʲ|ᵊ|̰꜒|d͡ʐʲ|-
[Q.3.cl.2.3.cl.2.1incl.POS.passive.optative.PAST] => |qʼʲ|aː|꜖꜒|ʃʲ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.active.indicative.PRES] => |ᵏǃʼˠ|u#ː|̰꜒|hkˠ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.active.indicative.PAST] => |ɻˠ|a|̰꜒|ɴʷ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.active.imperative.PRES] => |t͡sˤ|a|꜖|ɻʲ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.active.imperative.PAST] => |qʼʷ|a|꜖|ɭʲ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.active.conditional.PRES] => |t͡ʂˠ|aː|꜖|wˤ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.active.conditional.PAST] => |ʛʷ|ʉ#ː|̰꜖|ɴˤ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.active.optative.PRES] => |hkʷ|iː|̰꜖|d͡ʐˠ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.active.optative.PAST] => |ᵑǀˠ|ʉ#|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ʈˠ|ᵊ|꜖|mˠ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.passive.indicative.PAST] => |ɹˤ|a|̰꜒|tʼˤ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ɴˠ|a|꜒|ɾˠ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.passive.imperative.PAST] => |ᵑǃʷ|a#ː|̰꜒|sʷ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.passive.conditional.PRES] => |ᵏǀʲ|u|̰꜒|ʔ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ŋˤ|aː|꜒꜖|t͡ʂʲ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.passive.optative.PRES] => |ɓˤ|ʉ|꜖|ɰʷ|-
[Q.3.cl.2.3.cl.2.1excl.NEG.passive.optative.PAST] => |ŋ̥ˠ|i|꜒|tɬˠ|-
[Q.3.cl.2.3.cl.2.1excl.POS.active.indicative.PRES] => |ɓʲ|ʉ|꜒꜖|ɥˤ|-
[Q.3.cl.2.3.cl.2.1excl.POS.active.indicative.PAST] => |ᵏǁʼˠ|a|꜒꜖|ʔ|-
[Q.3.cl.2.3.cl.2.1excl.POS.active.imperative.PRES] => |d͡ʐˠ|ᵊ|꜒|nˠ|-
[Q.3.cl.2.3.cl.2.1excl.POS.active.imperative.PAST] => |ɭʲ|i|꜖|t͡sʷ|-
[Q.3.cl.2.3.cl.2.1excl.POS.active.conditional.PRES] => |ŋʲ|i|̰꜖|m̥ˤ|-
[Q.3.cl.2.3.cl.2.1excl.POS.active.conditional.PAST] => |ʜʲ|i#ː|꜒꜖|tʰʲ|-
[Q.3.cl.2.3.cl.2.1excl.POS.active.optative.PRES] => |ʈʼˠ|ʉ|̰꜒|ʡʲ|-
[Q.3.cl.2.3.cl.2.1excl.POS.active.optative.PAST] => |ᵑǀʼʷ|i|꜖꜒|ɥˠ|-
[Q.3.cl.2.3.cl.2.1excl.POS.passive.indicative.PRES] => |ɾʷ|ᵊ|̰꜖|nˠ|-
[Q.3.cl.2.3.cl.2.1excl.POS.passive.indicative.PAST] => |hʈʲ|a|꜖|kʰʲ|-
[Q.3.cl.2.3.cl.2.1excl.POS.passive.imperative.PRES] => |ɽˠ|ʉ|̰꜒|ʋˠ|-
[Q.3.cl.2.3.cl.2.1excl.POS.passive.imperative.PAST] => |ŋ̥ˠ|u|꜒|n̥ˤ|-
[Q.3.cl.2.3.cl.2.1excl.POS.passive.conditional.PRES] => |kʷ|ʉ|꜖꜒|kʼʷ|-
[Q.3.cl.2.3.cl.2.1excl.POS.passive.conditional.PAST] => |ɰˠ|i|꜒|htʲ|-
[Q.3.cl.2.3.cl.2.1excl.POS.passive.optative.PRES] => |ʈˠ|u|꜒|ʜˠ|-
[Q.3.cl.2.3.cl.2.1excl.POS.passive.optative.PAST] => |mˠ|i|꜖꜒|kˠ|-
[Q.3.cl.2.3.cl.2.2.NEG.active.indicative.PRES] => |hkˤ|ᵊ|꜒|kˠ|-
[Q.3.cl.2.3.cl.2.2.NEG.active.indicative.PAST] => |sˠ|a|꜒|pʼˤ|-
[Q.3.cl.2.3.cl.2.2.NEG.active.imperative.PRES] => |sˠ|ʉ|꜒|ɹˤ|-
[Q.3.cl.2.3.cl.2.2.NEG.active.imperative.PAST] => |tʰʲ|iː|꜖꜒|ʡˠ|-
[Q.3.cl.2.3.cl.2.2.NEG.active.conditional.PRES] => |ʈʼʲ|a|̰꜒|tɬˠ|-
[Q.3.cl.2.3.cl.2.2.NEG.active.conditional.PAST] => |m̥ˠ|ʉ|꜖꜒|ɹʲ|-
[Q.3.cl.2.3.cl.2.2.NEG.active.optative.PRES] => |ŋˤ|u|̰꜒|mˤ|-
[Q.3.cl.2.3.cl.2.2.NEG.active.optative.PAST] => |ᵏǀʼʷ|aː|꜖|ɽʲ|-
[Q.3.cl.2.3.cl.2.2.NEG.passive.indicative.PRES] => |hʈʲ|u#|̰꜖|tʰʲ|-
[Q.3.cl.2.3.cl.2.2.NEG.passive.indicative.PAST] => |n̥ˤ|iː|꜒|ŋ̥ˤ|-
[Q.3.cl.2.3.cl.2.2.NEG.passive.imperative.PRES] => |htˤ|iː|꜒|r̥ʷ|-
[Q.3.cl.2.3.cl.2.2.NEG.passive.imperative.PAST] => |ɳ̥ʲ|ʉ|꜖|pˤ|-
[Q.3.cl.2.3.cl.2.2.NEG.passive.conditional.PRES] => |ɓˠ|u#|̰꜖|ɓˤ|-
[Q.3.cl.2.3.cl.2.2.NEG.passive.conditional.PAST] => |kʲ|ʉ|꜖|rʷ|-
[Q.3.cl.2.3.cl.2.2.NEG.passive.optative.PRES] => |kʲ|a|̰꜖|kʼʷ|-
[Q.3.cl.2.3.cl.2.2.NEG.passive.optative.PAST] => |ᵏǁʰˠ|i|̰꜒|t͡sʷ|-
[Q.3.cl.2.3.cl.2.2.POS.active.indicative.PRES] => |r̥ʷ|a#|꜖꜒|mˤ|-
[Q.3.cl.2.3.cl.2.2.POS.active.indicative.PAST] => |n̥ˠ|i|̰꜒|ɓʲ|-
[Q.3.cl.2.3.cl.2.2.POS.active.imperative.PRES] => |ɰˤ|i|̰꜖|m̥ˤ|-
[Q.3.cl.2.3.cl.2.2.POS.active.imperative.PAST] => |ʂʲ|ᵊ|̰꜒|nˠ|-
[Q.3.cl.2.3.cl.2.2.POS.active.conditional.PRES] => |ᵑǃʼˠ|i|꜒꜖|ʛˤ|-
[Q.3.cl.2.3.cl.2.2.POS.active.conditional.PAST] => |hkˠ|ʉ#|꜒꜖|ɓʲ|-
[Q.3.cl.2.3.cl.2.2.POS.active.optative.PRES] => |ɻʲ|ᵊ|̰꜖|d͡ʐʲ|-
[Q.3.cl.2.3.cl.2.2.POS.active.optative.PAST] => |ᵏǃʼˤ|i|꜒|ɴˤ|-
[Q.3.cl.2.3.cl.2.2.POS.passive.indicative.PRES] => |qʷ|i|꜒꜖|mˠ|-
[Q.3.cl.2.3.cl.2.2.POS.passive.indicative.PAST] => |hkˠ|u|꜖|sʲ|-
[Q.3.cl.2.3.cl.2.2.POS.passive.imperative.PRES] => |ɥˤ|a|꜖|r̥ˠ|-
[Q.3.cl.2.3.cl.2.2.POS.passive.imperative.PAST] => |qˠ|ᵊ|꜖|hpˠ|-
[Q.3.cl.2.3.cl.2.2.POS.passive.conditional.PRES] => |r̥ˠ|ᵊ|꜒|ʋˠ|-
[Q.3.cl.2.3.cl.2.2.POS.passive.conditional.PAST] => |ɴˤ|uː|꜖|ʛʲ|-
[Q.3.cl.2.3.cl.2.2.POS.passive.optative.PRES] => |ᵑǁˠ|i|꜖|ʃˠ|-
[Q.3.cl.2.3.cl.2.2.POS.passive.optative.PAST] => |ɭˠ|a#ː|꜖꜒|m̥ʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀʲ|ʉ|꜖|kʰˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ᵑǃʼʲ|i|̰꜖|tʼˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |sˤ|ᵊ|꜒꜖|tɬʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǁʼʲ|a|꜖|n̥ˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ɓˠ|ʉ|̰꜖|qʼʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ᵏǁˠ|ᵊ|꜖|tʼˤ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ɾˠ|u|̰꜖|t͡sˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |ᵑǀʲ|ᵊ|̰꜖|ɭˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |hʈˠ|u|̰꜖|ɭˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʰʲ|ʉ|꜒꜖|sˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |lˠ|u|̰꜒|lˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ʈʰʲ|i|̰꜒|ŋʷ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǀˤ|a#|̰꜒|ʜˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ɓˠ|i|꜒|sʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |t͡sʲ|u|꜖|ʄʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ʈʰʲ|uː|̰꜖|kʼʷ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ᵑǃˠ|ʉ#ː|꜒꜖|qʼˤ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |ɽˠ|ʉ#|꜒|nˤ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |pʼˤ|a|̰꜒|ʔ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ʈʰˠ|ʉ|̰꜒|ŋ̥ˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |pʰˤ|aː|̰꜖|hpʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |hʈˠ|ᵊ|꜒|ʈˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ʜʲ|ᵊ|꜖|ʋˤ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.active.optative.PAST] => |pˤ|uː|꜖|ʡʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |tʼˠ|i#|̰꜒|pʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ɠˠ|ᵊ|꜖꜒|sˤ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ʄˠ|ᵊ|꜒꜖|ɻˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ᵑǃʼˤ|a|꜖|sʷ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |ᵏǃʼˠ|i#ː|꜒|wˠ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |tʼˤ|u|꜒꜖|ʜʲ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ʋˠ|i|꜒|ɴˤ|-
[Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ŋ̥ˠ|ᵊ|꜒꜖|ɠʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |t͡ʃ|i|̰꜖|nˤ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |ɠˤ|aː|̰꜖|mˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ɳ̥ˠ|u|꜒꜖|t͡ʂˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |hkˤ|u#ː|꜒|qʼʷ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ɠˠ|i|꜒|kˤ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ɰˤ|ᵊ|꜒|pˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ɹˤ|u|꜖|tʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |ɾˤ|ʉ|꜒꜖|kˤ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |n̥ˤ|u#ː|꜖꜒|ʔ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |mˤ|ʉ|꜒|qˤ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |htˤ|ʉ#|̰꜒|tʰˤ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʰˠ|a#ː|꜖|ɳ̥ˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |m̥ˤ|a#|꜒꜖|ɗˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ɥˠ|uː|̰꜒|ɓʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |tʰˠ|a|꜖꜒|t͡ʂʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǃʼʲ|i|̰꜒|ʂˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ʃʲ|a|꜒|tʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |ᵑǃʷ|a|꜖꜒|d͡ʐˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |ɗˤ|i|꜖꜒|ʜˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ᵏǁˠ|a#ː|꜒꜖|ɳ̥ʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ᵏǀˤ|iː|꜖|ɗʷ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |ᵏǀʷ|i|꜖|tɬʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ʛˤ|i|̰꜒|nˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.active.optative.PAST] => |sˤ|a|̰꜒|kʰʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ʃʲ|i|꜒|m̥ˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |ŋ̥ˠ|i|̰꜖|t͡sʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |rʲ|i|̰꜖|ɗʷ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ʋˤ|a|̰꜒|kʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ɳ̥ʲ|aː|꜖|ʜʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ŋʷ|ʉ#ː|꜒|ŋˠ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ʛˠ|ᵊ|̰꜖|ɥʲ|-
[Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |tʲ|ᵊ|̰꜒|nʷ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ᵏǁʰʲ|a|̰꜖|ɴʷ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |m̥ˠ|i|꜒|pʼʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ɰʲ|iː|̰꜖|ɓʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ɴʲ|ᵊ|꜒꜖|qʼʷ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |sˠ|i|꜖꜒|htʷ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |ʜˠ|a|̰꜒|tʰʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |ᵑǁʲ|ᵊ|꜖꜒|ŋ̥ˤ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ᵏǃʰʷ|a#ː|꜒꜖|hkˠ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |pʼʲ|a|꜒|htʷ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |nʷ|i#|꜒꜖|tʰˤ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ɳˠ|i|꜒|ɾʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǃʲ|aː|꜒꜖|ɳ̥ˠ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʰˤ|i|̰꜒|ʄˠ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |htˠ|ʉ|꜖|ɰʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |r̥ʷ|a|꜒꜖|ʈʰʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |r̥ˤ|aː|꜒꜖|ʋʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |pʰˤ|a#ː|꜒|ɓʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |t͡sʲ|i|̰꜒|ʜʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʰʲ|ʉ|꜖|ʋˤ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |kˠ|uː|̰꜒|ɹʷ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |ʋʲ|aː|꜖꜒|mˤ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ɹʷ|i|꜖꜒|ɥˤ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.active.optative.PRES] => |n̥ʲ|aː|̰꜒|tʼˠ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ʈʼˠ|i#ː|̰꜖|ɳˠ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |ᵏǃʼˠ|aː|̰꜖|tɬʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |t͡sʷ|ʉ#ː|꜒꜖|pʼˤ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ŋˠ|u#|̰꜖|ʛˤ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ᵏǁʰʲ|iː|̰꜖|ɽʲ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ʄʲ|iː|꜖|ʄˠ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |ᵏǀʰʲ|a#ː|꜒|ɗʷ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |ŋ̥ˤ|i#ː|̰꜒|ʈʼˠ|-
[Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ᵑǁʼʲ|ʉ#ː|꜖꜒|ʂˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |tɬʲ|a|꜒|ɴʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |sˤ|ᵊ|꜖|ɗˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |qʷ|ᵊ|꜒꜖|mʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |kʷ|i|̰꜒|ɓʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ʛˠ|ʉ#|꜖|wʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |qʷ|ʉ|꜒|kʼˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |kʼˠ|u#ː|꜒꜖|wˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ʈˠ|iː|̰꜖|ʛˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ɰˠ|ᵊ|꜒|n̥ˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǃʼʷ|i|꜖꜒|tʼˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ɾˠ|i|̰꜒|ɰˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǁʰˠ|i#ː|̰꜖|tɬˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |pʰˠ|a#|꜒꜖|ɴˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |n̥ʲ|u|꜖|ɠʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |h|a#|꜒꜖|qʼʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ʜˠ|iː|꜖|tʼˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |ᵏǀˤ|a#|̰꜖|ʡˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |qˠ|u|꜖꜒|r̥ʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |tɬʲ|i#|꜖꜒|rʷ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ᵏǀʲ|ʉ|̰꜖|kˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ᵑǃˠ|u|꜒꜖|sˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |ᵑǀʲ|a#|꜒|tʰˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ɹˤ|u|꜖|rʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ᵑǀʼʲ|u#ː|̰꜖|tʰˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ɹˠ|a|꜖꜒|t͡sʲ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |mˤ|u|꜖꜒|ʋˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |ᵏǀˤ|ᵊ|꜖|sˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |ᵑǀˤ|ᵊ|꜒꜖|r̥ʷ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |kʼʲ|ʉ#ː|꜒|pʼˤ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |tʰʲ|ʉ#|̰꜖|mˠ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |pʼˠ|ᵊ|̰꜒|rʷ|-
[Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |n̥ˤ|ʉ|꜒꜖|hkʷ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.active.indicative.PRES] => |ᵏǀʼʲ|uː|̰꜖|n̥ˠ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.active.indicative.PAST] => |hkʲ|a#|꜖|ɳ̥ʲ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.active.imperative.PRES] => |kʰʲ|ᵊ|̰꜒|n̥ʷ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.active.imperative.PAST] => |kʼˠ|a|꜖|ɳˠ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.active.conditional.PRES] => |ᵏǁʰˠ|ʉ#|̰꜒|ɰˤ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.active.conditional.PAST] => |hkʷ|aː|꜖|sʷ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.active.optative.PRES] => |htˤ|ʉ#ː|꜖|tˠ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.active.optative.PAST] => |tʰˤ|a|꜒|hkˤ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.passive.indicative.PRES] => |tʰˤ|i|̰꜒|ʈʼʲ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ɗˠ|i|꜖|rˠ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.passive.imperative.PRES] => |r̥ʲ|aː|꜖꜒|ɥˤ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.passive.imperative.PAST] => |lʲ|ʉ#|꜒|d͡ʐˠ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.passive.conditional.PRES] => |kʰˤ|a|꜒|wˤ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.passive.conditional.PAST] => |htˠ|u#ː|̰꜒|hkʷ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.passive.optative.PRES] => |ɹʲ|ʉ#|꜒꜖|ʛˤ|-
[Q.3.cl.2.3.cl.3.1incl.NEG.passive.optative.PAST] => |ᵏǀʷ|aː|̰꜖|ʃʲ|-
[Q.3.cl.2.3.cl.3.1incl.POS.active.indicative.PRES] => |ᵏǀʲ|a|꜒꜖|t͡sʲ|-
[Q.3.cl.2.3.cl.3.1incl.POS.active.indicative.PAST] => |ɭˠ|ᵊ|꜒|tɬʲ|-
[Q.3.cl.2.3.cl.3.1incl.POS.active.imperative.PRES] => |ᵏǁʰʲ|ʉ|̰꜒|kˠ|-
[Q.3.cl.2.3.cl.3.1incl.POS.active.imperative.PAST] => |pʰʲ|ᵊ|̰꜒|ɠʲ|-
[Q.3.cl.2.3.cl.3.1incl.POS.active.conditional.PRES] => |qʼˤ|iː|̰꜒|ɹˠ|-
[Q.3.cl.2.3.cl.3.1incl.POS.active.conditional.PAST] => |ʂˠ|ʉ|꜖|pʼʲ|-
[Q.3.cl.2.3.cl.3.1incl.POS.active.optative.PRES] => |nʲ|i#|꜖꜒|ʛˤ|-
[Q.3.cl.2.3.cl.3.1incl.POS.active.optative.PAST] => |tʰʷ|a|̰꜖|lˠ|-
[Q.3.cl.2.3.cl.3.1incl.POS.passive.indicative.PRES] => |pˤ|a#ː|꜒|ʛˠ|-
[Q.3.cl.2.3.cl.3.1incl.POS.passive.indicative.PAST] => |ɭʲ|a|꜒꜖|t͡ʂʲ|-
[Q.3.cl.2.3.cl.3.1incl.POS.passive.imperative.PRES] => |ɗˤ|aː|꜖꜒|n̥ˠ|-
[Q.3.cl.2.3.cl.3.1incl.POS.passive.imperative.PAST] => |ŋ̥ʷ|a|̰꜖|r̥ʷ|-
[Q.3.cl.2.3.cl.3.1incl.POS.passive.conditional.PRES] => |hʈˠ|u#|꜒|ɾˠ|-
[Q.3.cl.2.3.cl.3.1incl.POS.passive.conditional.PAST] => |ᵏǀʼˤ|i|꜖꜒|ʡʲ|-
[Q.3.cl.2.3.cl.3.1incl.POS.passive.optative.PRES] => |tʼˤ|iː|̰꜒|t͡sˤ|-
[Q.3.cl.2.3.cl.3.1incl.POS.passive.optative.PAST] => |ɾˠ|i|̰꜒|ŋ̥ʷ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.active.indicative.PRES] => |ɻˠ|a#|꜒꜖|ʔ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.active.indicative.PAST] => |ɽˠ|a#ː|꜒|tʰʲ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.active.imperative.PRES] => |ŋˤ|ʉ#|꜒꜖|m̥ˠ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.active.imperative.PAST] => |ʋˠ|ᵊ|̰꜒|ɰʲ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.active.conditional.PRES] => |ᵏǀʰˠ|aː|꜖|ɾˠ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.active.conditional.PAST] => |ɭʲ|iː|̰꜖|pˠ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.active.optative.PRES] => |m̥ˠ|i|꜒꜖|kʰˤ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.active.optative.PAST] => |ʋʲ|uː|̰꜖|n̥ʷ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ŋ̥ˤ|iː|꜖꜒|ɴˤ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ᵏǃʼˤ|uː|꜖꜒|ɠʷ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.passive.imperative.PRES] => |kʰˤ|a|꜖|kʼˠ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.passive.imperative.PAST] => |n̥ˠ|ᵊ|꜖|r̥ʲ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.passive.conditional.PRES] => |n̥ˤ|ᵊ|̰꜒|ŋʲ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.passive.conditional.PAST] => |ᵏǃʲ|i|̰꜖|kʷ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.passive.optative.PRES] => |hʈʲ|iː|꜖|hʈˠ|-
[Q.3.cl.2.3.cl.3.1excl.NEG.passive.optative.PAST] => |kˠ|ᵊ|꜒|mˤ|-
[Q.3.cl.2.3.cl.3.1excl.POS.active.indicative.PRES] => |ᵑǃʼʲ|ʉ#ː|꜒|ŋʲ|-
[Q.3.cl.2.3.cl.3.1excl.POS.active.indicative.PAST] => |ɻˠ|a|̰꜖|ɹʲ|-
[Q.3.cl.2.3.cl.3.1excl.POS.active.imperative.PRES] => |ᵏǀˠ|a|꜒|ʜˠ|-
[Q.3.cl.2.3.cl.3.1excl.POS.active.imperative.PAST] => |ʈʼʲ|i|̰꜖|ɭʲ|-
[Q.3.cl.2.3.cl.3.1excl.POS.active.conditional.PRES] => |ʋʲ|u#ː|꜖|ɗʷ|-
[Q.3.cl.2.3.cl.3.1excl.POS.active.conditional.PAST] => |qʲ|i#ː|꜒|qʼˠ|-
[Q.3.cl.2.3.cl.3.1excl.POS.active.optative.PRES] => |tɬˠ|ʉ|꜒꜖|kʲ|-
[Q.3.cl.2.3.cl.3.1excl.POS.active.optative.PAST] => |ᵏǃʰˠ|i|꜒|pˤ|-
[Q.3.cl.2.3.cl.3.1excl.POS.passive.indicative.PRES] => |ᵑǀˠ|u#ː|꜖꜒|ɳʲ|-
[Q.3.cl.2.3.cl.3.1excl.POS.passive.indicative.PAST] => |tʼˤ|i|̰꜖|kʼˤ|-
[Q.3.cl.2.3.cl.3.1excl.POS.passive.imperative.PRES] => |ŋʲ|ʉː|꜖|qˠ|-
[Q.3.cl.2.3.cl.3.1excl.POS.passive.imperative.PAST] => |d͡ʐʲ|iː|꜒|ɰʲ|-
[Q.3.cl.2.3.cl.3.1excl.POS.passive.conditional.PRES] => |ɓʲ|ᵊ|̰꜖|d͡ʐˠ|-
[Q.3.cl.2.3.cl.3.1excl.POS.passive.conditional.PAST] => |ʋˤ|i|꜒꜖|pˤ|-
[Q.3.cl.2.3.cl.3.1excl.POS.passive.optative.PRES] => |n̥ʲ|ʉ#|̰꜒|nʲ|-
[Q.3.cl.2.3.cl.3.1excl.POS.passive.optative.PAST] => |ɳ̥ʲ|a|꜒꜖|tʰʲ|-
[Q.3.cl.2.3.cl.3.2.NEG.active.indicative.PRES] => |tʼʲ|iː|̰꜒|ɹʲ|-
[Q.3.cl.2.3.cl.3.2.NEG.active.indicative.PAST] => |ʜˠ|ᵊ|̰꜖|ɾʷ|-
[Q.3.cl.2.3.cl.3.2.NEG.active.imperative.PRES] => |ᵏǀʰʷ|iː|꜖|kʼʲ|-
[Q.3.cl.2.3.cl.3.2.NEG.active.imperative.PAST] => |kʷ|ᵊ|꜖|ŋʷ|-
[Q.3.cl.2.3.cl.3.2.NEG.active.conditional.PRES] => |ᵑǃʼˤ|u|̰꜖|ŋ̥ˠ|-
[Q.3.cl.2.3.cl.3.2.NEG.active.conditional.PAST] => |ᵏǃʷ|ʉ|꜖꜒|ɥˤ|-
[Q.3.cl.2.3.cl.3.2.NEG.active.optative.PRES] => |ᵏǃʼˠ|ʉ|꜒꜖|d͡ʐˠ|-
[Q.3.cl.2.3.cl.3.2.NEG.active.optative.PAST] => |htˠ|u|꜒|ɴʷ|-
[Q.3.cl.2.3.cl.3.2.NEG.passive.indicative.PRES] => |kˠ|ᵊ|̰꜖|mʲ|-
[Q.3.cl.2.3.cl.3.2.NEG.passive.indicative.PAST] => |tʰˠ|a|̰꜖|tˠ|-
[Q.3.cl.2.3.cl.3.2.NEG.passive.imperative.PRES] => |ᵏǃʼʷ|i#|꜒|hʈˠ|-
[Q.3.cl.2.3.cl.3.2.NEG.passive.imperative.PAST] => |ʈʰʲ|a|꜒|ɗʲ|-
[Q.3.cl.2.3.cl.3.2.NEG.passive.conditional.PRES] => |htʷ|i|꜒꜖|n̥ʷ|-
[Q.3.cl.2.3.cl.3.2.NEG.passive.conditional.PAST] => |tʼʲ|iː|̰꜖|ɴʲ|-
[Q.3.cl.2.3.cl.3.2.NEG.passive.optative.PRES] => |ɴˠ|ʉ#ː|꜒꜖|rˠ|-
[Q.3.cl.2.3.cl.3.2.NEG.passive.optative.PAST] => |ɓʲ|i|꜖|ɳʲ|-
[Q.3.cl.2.3.cl.3.2.POS.active.indicative.PRES] => |lˠ|i|̰꜖|qˤ|-
[Q.3.cl.2.3.cl.3.2.POS.active.indicative.PAST] => |ɾˤ|i|꜖|t͡ʂʲ|-
[Q.3.cl.2.3.cl.3.2.POS.active.imperative.PRES] => |htʷ|ʉ|꜖꜒|ʔ|-
[Q.3.cl.2.3.cl.3.2.POS.active.imperative.PAST] => |t͡sʲ|uː|꜖꜒|ɠʷ|-
[Q.3.cl.2.3.cl.3.2.POS.active.conditional.PRES] => |ᵏǃʰʷ|aː|꜒|ɗˠ|-
[Q.3.cl.2.3.cl.3.2.POS.active.conditional.PAST] => |ʂˠ|i#|̰꜒|htʷ|-
[Q.3.cl.2.3.cl.3.2.POS.active.optative.PRES] => |ɗʷ|i|̰꜖|hkˤ|-
[Q.3.cl.2.3.cl.3.2.POS.active.optative.PAST] => |ʂʲ|a|꜒꜖|kʲ|-
[Q.3.cl.2.3.cl.3.2.POS.passive.indicative.PRES] => |ʂˠ|i|꜖|ʄˠ|-
[Q.3.cl.2.3.cl.3.2.POS.passive.indicative.PAST] => |ɗʲ|a|꜒|ɳ̥ʲ|-
[Q.3.cl.2.3.cl.3.2.POS.passive.imperative.PRES] => |ᵑǁʼˠ|u|̰꜖|ɾˤ|-
[Q.3.cl.2.3.cl.3.2.POS.passive.imperative.PAST] => |ᵏǁʲ|u#ː|꜖꜒|htʷ|-
[Q.3.cl.2.3.cl.3.2.POS.passive.conditional.PRES] => |ŋ̥ʷ|iː|꜖|rˠ|-
[Q.3.cl.2.3.cl.3.2.POS.passive.conditional.PAST] => |ɳʲ|a|꜒|nˤ|-
[Q.3.cl.2.3.cl.3.2.POS.passive.optative.PRES] => |ɴˤ|ʉ#|̰꜒|pˠ|-
[Q.3.cl.2.3.cl.3.2.POS.passive.optative.PAST] => |ɓˠ|aː|̰꜒|nˤ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀˠ|u|̰꜒|sˤ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ɗʲ|a|꜒꜖|ɽʲ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ɭˠ|iː|꜖|ɗʷ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |pʰˤ|ʉ#ː|̰꜖|qʼʲ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |ɳ̥ˠ|ʉ|꜖|tʷ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |m̥ʲ|u#|꜖|tʰˤ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ᵏǁʼˠ|iː|꜒꜖|ʂˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |pˠ|a|꜒|ɽˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |wˠ|i|꜖꜒|n̥ʷ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ʂʲ|i#ː|꜖꜒|ɽˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ɳʲ|a|̰꜒|t͡ʃ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǀʷ|i|꜒꜖|hkˤ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |ɴˤ|i|̰꜒|ʄʲ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |ɓʲ|a|꜖|ʛˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ᵏǀʰʲ|i|꜖꜒|ɹˤ|-
[Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ʈʰˠ|ʉ#ː|꜒꜖|ɴˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |ɾˤ|u#|̰꜒|tʼˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |ʡʲ|ᵊ|꜒|ʂʲ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ᵑǁʼˠ|i|꜖꜒|n̥ˤ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |ɰˤ|a|꜒꜖|ʜˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ᵑǃʼʷ|a#|꜖|ɹʷ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |tʰʷ|a|꜖|lˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.active.optative.PRES] => |ʜˠ|u|̰꜒|t͡ʂˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ᵑǀˠ|a|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ɗʷ|ᵊ|꜖꜒|ŋˤ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |ŋ̥ˤ|u|꜖꜒|ɠˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ᵑǃʲ|a|꜖|ɠʷ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |ɳ̥ˠ|ᵊ|꜒꜖|qˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |ᵑǃʼˤ|u|꜖|m̥ˠ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |kʼˤ|i|꜒|wʲ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |qʼʷ|i#|̰꜖|n̥ʷ|-
[Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ŋ̥ˤ|a|꜖꜒|qʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |htˤ|ʉ#ː|̰꜖|ŋˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |t͡ʂˠ|iː|꜒|ɹˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |tʰˤ|a#|꜖꜒|n̥ˤ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |pʰˤ|ʉ|꜖꜒|ʋˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |r̥ˤ|a|꜖꜒|t͡ʂˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |tʰʲ|uː|̰꜖|kʼʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |wʲ|aː|꜖꜒|tʼˤ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |j|a|̰꜒|ɭʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ɽʲ|a|̰꜒|ɗʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |t͡ʂʲ|i|꜒|ŋ̥ʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |tˠ|aː|꜖꜒|ʈʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |pˤ|i|꜒꜖|m̥ˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |kʼˠ|i|̰꜒|qʼʷ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ɗʷ|a#ː|꜖꜒|hkʷ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |ʋˠ|ʉː|꜖꜒|ŋˤ|-
[Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |qˠ|ʉ|꜖꜒|m̥ˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |hʈʲ|a|꜖꜒|nˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ɭˠ|ᵊ|꜒|ɻʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ɴˤ|aː|꜒|nʷ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |tʼˠ|ʉ|̰꜖|ʈʰˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ᵑǁʼˠ|u|꜖꜒|ʈʼʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ᵑǀʼʷ|ᵊ|꜒꜖|ʈʼˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵏǃʷ|ᵊ|̰꜒|rˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.active.optative.PAST] => |ᵏǁʰˠ|i|꜒꜖|ʋʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |nʷ|ʉ#|꜒꜖|sˤ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |htˤ|ᵊ|꜖꜒|ɽʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ɽʲ|a|꜖|ʈʼˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ɗˤ|i|꜖꜒|nʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ŋ̥ʷ|ʉ#|꜒꜖|ɻˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |ʔ|aː|꜒|ɓʲ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |sˤ|ʉ|̰꜖|ɰˠ|-
[Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |qˤ|ʉ#ː|꜒꜖|ɾʷ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |kʰʷ|ʉ|꜖꜒|ʈʼˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ᵏǃʰʷ|aː|̰꜖|n̥ˤ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃʰʲ|i#ː|꜖|t͡sʷ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |h|u#|̰꜒|ɠʷ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |kʲ|i#ː|̰꜖|ɴʷ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ʛˤ|u#|̰꜒|pʼˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |h|a|̰꜖|qʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |hkˠ|u#|꜒꜖|ʂˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ɥʲ|i#|꜒꜖|ɻʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|ʉː|꜒꜖|ɓˤ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ʈˠ|i#|̰꜖|ʃʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǁʲ|a#ː|꜖|ɥˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |hkˠ|i|̰꜖|lʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀʰˤ|u#ː|꜒|ɠʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ᵏǃʰˠ|i#ː|꜒꜖|ɥˤ|-
[Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |wʲ|i|꜖|ɥˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ᵏǃʷ|a#|꜒꜖|t͡ʂˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |ᵏǀʼʷ|i|꜒꜖|ŋˤ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |ɰˤ|i|꜖꜒|ʃˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ɳʲ|ʉ|꜖|r̥ˤ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |hʈʲ|i#ː|̰꜖|ɽʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ŋ̥ˤ|ᵊ|꜖|qʷ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.active.optative.PRES] => |kʰʷ|i|̰꜖|htʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.active.optative.PAST] => |nˠ|a#|꜒|ɴˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |ɠʷ|i|꜒꜖|n̥ˤ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |n̥ˠ|uː|꜒|ɽˠ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |ɗʷ|i#ː|꜖꜒|wˤ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ŋʷ|a|꜒꜖|m̥ˤ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |nʲ|ʉː|̰꜖|wʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |rˠ|ᵊ|꜒꜖|j|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |pʼˤ|i|꜖꜒|wʲ|-
[Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |pʰˠ|aː|꜖꜒|ɴˤ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ɻˠ|ʉː|꜒꜖|ɓˤ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |d͡ʐʲ|ʉ#ː|꜖꜒|t͡sʷ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |ᵑǀʼʲ|i|̰꜒|qʲ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ʈˠ|a#|꜖꜒|t͡ʂʲ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |pˤ|i|꜖|tʼʷ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ŋ̥ʷ|a|꜒꜖|ɗʷ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |htʲ|i#|̰꜒|ɾˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ŋˤ|ʉ|̰꜖|ɠˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǃʼˤ|aː|꜒|t͡ʂˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ɰʲ|i|꜒|ɹˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |ɥˠ|ʉː|꜒꜖|sˤ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ʈʰʲ|i|̰꜒|ʛˤ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃʼˤ|i|꜒꜖|ɠˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |htˤ|i|̰꜖|ɳ̥ʲ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |t͡ʂʲ|u|꜒꜖|d͡ʐʲ|-
[Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |kˠ|iː|꜖꜒|wˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʰʷ|i|꜖꜒|ʋˤ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ɻʲ|i|꜒꜖|ɴˤ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |t͡sˤ|ʉ|꜒꜖|wˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ɠˠ|u#ː|̰꜖|ʄʲ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |tˤ|iː|꜖꜒|ŋ̥ʲ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ɓʲ|ᵊ|꜒꜖|tˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.active.optative.PRES] => |nˤ|ʉ|꜖꜒|htʷ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ʈʼˠ|ᵊ|꜖|qʼʲ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃˤ|ʉ#|̰꜒|nʷ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |nˠ|ʉ|̰꜖|qʼˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |nʲ|ʉ|̰꜒|ŋ̥ʷ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ʡˠ|aː|꜒꜖|ʡˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |sʷ|ᵊ|̰꜖|tʼʲ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |ᵑǀʲ|a|꜖꜒|ɴˤ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ᵏǃʷ|ʉ#|꜒꜖|ʡˠ|-
[Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |ɽˠ|a#ː|̰꜖|ɰˤ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.active.indicative.PRES] => |ᵑǀʼˠ|u#|꜖꜒|wʲ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.active.indicative.PAST] => |qʲ|i#ː|꜒|ɗʲ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.active.imperative.PRES] => |pʼˤ|ʉ#ː|̰꜖|qˤ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.active.imperative.PAST] => |ᵑǃʼˠ|a#|꜖꜒|pˠ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.active.conditional.PRES] => |ŋ̥ˠ|i|꜒꜖|d͡ʐˠ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.active.conditional.PAST] => |ɰʷ|ʉː|꜖꜒|ɽʲ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.active.optative.PRES] => |hʈʲ|a#ː|̰꜒|ɥˠ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.active.optative.PAST] => |rˠ|u|̰꜖|ʛˠ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ᵑǃʼʷ|a#|꜒꜖|ʈʼʲ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ɥˠ|u|꜒꜖|ɗˠ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.passive.imperative.PRES] => |ɽʲ|ʉ|̰꜒|tɬʲ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.passive.imperative.PAST] => |hkʲ|i#ː|꜖|m̥ˤ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.passive.conditional.PRES] => |mˠ|u|꜒|ɰʷ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.passive.conditional.PAST] => |tʼˠ|ʉː|̰꜖|tˤ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.passive.optative.PRES] => |ɠˤ|i#|̰꜖|ʈʼʲ|-
[Q.3.cl.2.3.cl.4.1incl.NEG.passive.optative.PAST] => |qʼʷ|ʉ|̰꜖|ɓʲ|-
[Q.3.cl.2.3.cl.4.1incl.POS.active.indicative.PRES] => |ɻˠ|ᵊ|꜒꜖|tɬʲ|-
[Q.3.cl.2.3.cl.4.1incl.POS.active.indicative.PAST] => |ʈʲ|u#|꜒꜖|kʰˤ|-
[Q.3.cl.2.3.cl.4.1incl.POS.active.imperative.PRES] => |ɹʲ|a|꜖|t͡sˤ|-
[Q.3.cl.2.3.cl.4.1incl.POS.active.imperative.PAST] => |ʡʲ|iː|꜒꜖|ɥʲ|-
[Q.3.cl.2.3.cl.4.1incl.POS.active.conditional.PRES] => |tʲ|i#ː|꜖꜒|tʼˠ|-
[Q.3.cl.2.3.cl.4.1incl.POS.active.conditional.PAST] => |ŋ̥ʲ|a|̰꜖|t͡ʂˠ|-
[Q.3.cl.2.3.cl.4.1incl.POS.active.optative.PRES] => |ᵑǁˠ|ᵊ|̰꜖|ʡˠ|-
[Q.3.cl.2.3.cl.4.1incl.POS.active.optative.PAST] => |ᵏǃʰˠ|ʉː|꜒꜖|wʲ|-
[Q.3.cl.2.3.cl.4.1incl.POS.passive.indicative.PRES] => |ᵏǀʰˤ|ᵊ|꜖꜒|tɬˠ|-
[Q.3.cl.2.3.cl.4.1incl.POS.passive.indicative.PAST] => |ᵏǃʼʷ|a#ː|꜒|ɴʲ|-
[Q.3.cl.2.3.cl.4.1incl.POS.passive.imperative.PRES] => |tˤ|i|̰꜒|ʛʲ|-
[Q.3.cl.2.3.cl.4.1incl.POS.passive.imperative.PAST] => |tʲ|a|̰꜖|ɹʷ|-
[Q.3.cl.2.3.cl.4.1incl.POS.passive.conditional.PRES] => |ʡˠ|ᵊ|꜖|ʂʲ|-
[Q.3.cl.2.3.cl.4.1incl.POS.passive.conditional.PAST] => |n̥ʷ|i#|꜒꜖|lˠ|-
[Q.3.cl.2.3.cl.4.1incl.POS.passive.optative.PRES] => |mˤ|iː|꜖|ɴʷ|-
[Q.3.cl.2.3.cl.4.1incl.POS.passive.optative.PAST] => |ɓˠ|a|꜖|ɰʲ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.active.indicative.PRES] => |ᵏǀʰˤ|u|꜖꜒|ʜʲ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.active.indicative.PAST] => |ɥˠ|i|̰꜒|pˠ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.active.imperative.PRES] => |t͡ʂʲ|a|꜖|sˤ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.active.imperative.PAST] => |mʲ|u|꜒꜖|kˤ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.active.conditional.PRES] => |ɻʲ|ʉ|꜖꜒|ʂʲ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.active.conditional.PAST] => |qˤ|a#|꜖|ʋʲ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.active.optative.PRES] => |sʲ|ᵊ|꜖꜒|r̥ˠ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.active.optative.PAST] => |wˠ|ʉ|꜖|qˠ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ɰˠ|ᵊ|̰꜒|ʈʰˠ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.passive.indicative.PAST] => |qˤ|i|꜒꜖|t͡sʷ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.passive.imperative.PRES] => |pʼˠ|ʉ#ː|꜖꜒|ɰʷ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.passive.imperative.PAST] => |r̥ʷ|a|̰꜖|tʼʷ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.passive.conditional.PRES] => |hkʲ|u|꜒꜖|wʲ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.passive.conditional.PAST] => |t͡ʂʲ|ʉː|꜖|tˠ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.passive.optative.PRES] => |ɹˤ|aː|̰꜒|ʋˠ|-
[Q.3.cl.2.3.cl.4.1excl.NEG.passive.optative.PAST] => |tʷ|i|꜒|n̥ˤ|-
[Q.3.cl.2.3.cl.4.1excl.POS.active.indicative.PRES] => |ᵑǀʼʲ|ʉ|̰꜒|sˤ|-
[Q.3.cl.2.3.cl.4.1excl.POS.active.indicative.PAST] => |ʔ|a#|꜒꜖|ɴʲ|-
[Q.3.cl.2.3.cl.4.1excl.POS.active.imperative.PRES] => |n̥ˠ|ᵊ|꜖|rˤ|-
[Q.3.cl.2.3.cl.4.1excl.POS.active.imperative.PAST] => |lʲ|ᵊ|꜒|qʼʷ|-
[Q.3.cl.2.3.cl.4.1excl.POS.active.conditional.PRES] => |t͡sˠ|i|꜖|ɹˠ|-
[Q.3.cl.2.3.cl.4.1excl.POS.active.conditional.PAST] => |ʃˠ|u#ː|̰꜖|ŋˠ|-
[Q.3.cl.2.3.cl.4.1excl.POS.active.optative.PRES] => |kʰʷ|i#ː|꜒꜖|tʼʷ|-
[Q.3.cl.2.3.cl.4.1excl.POS.active.optative.PAST] => |ʛʲ|i#ː|꜖|ɗʷ|-
[Q.3.cl.2.3.cl.4.1excl.POS.passive.indicative.PRES] => |htʲ|u#ː|꜒|nˠ|-
[Q.3.cl.2.3.cl.4.1excl.POS.passive.indicative.PAST] => |tʰˤ|a|꜖|hpˠ|-
[Q.3.cl.2.3.cl.4.1excl.POS.passive.imperative.PRES] => |ɾˤ|uː|꜖|pʲ|-
[Q.3.cl.2.3.cl.4.1excl.POS.passive.imperative.PAST] => |qʼˠ|ᵊ|꜖|n̥ˤ|-
[Q.3.cl.2.3.cl.4.1excl.POS.passive.conditional.PRES] => |ʜˠ|iː|꜒|ŋ̥ˤ|-
[Q.3.cl.2.3.cl.4.1excl.POS.passive.conditional.PAST] => |ɠʷ|i|꜖|ɭʲ|-
[Q.3.cl.2.3.cl.4.1excl.POS.passive.optative.PRES] => |n̥ˤ|i#ː|꜖|ʄʲ|-
[Q.3.cl.2.3.cl.4.1excl.POS.passive.optative.PAST] => |ᵑǀʼʷ|i|̰꜒|d͡ʐʲ|-
[Q.3.cl.2.3.cl.4.2.NEG.active.indicative.PRES] => |n̥ˠ|iː|̰꜖|ʜʲ|-
[Q.3.cl.2.3.cl.4.2.NEG.active.indicative.PAST] => |hkʲ|u|꜖꜒|ɽʲ|-
[Q.3.cl.2.3.cl.4.2.NEG.active.imperative.PRES] => |ɠʲ|ʉː|꜖|wʲ|-
[Q.3.cl.2.3.cl.4.2.NEG.active.imperative.PAST] => |ᵏǀʼˠ|u|꜒|ɾʲ|-
[Q.3.cl.2.3.cl.4.2.NEG.active.conditional.PRES] => |ɗˠ|a#ː|꜒꜖|ʂʲ|-
[Q.3.cl.2.3.cl.4.2.NEG.active.conditional.PAST] => |ɭʲ|aː|꜒|nˠ|-
[Q.3.cl.2.3.cl.4.2.NEG.active.optative.PRES] => |qʷ|iː|꜒꜖|wˤ|-
[Q.3.cl.2.3.cl.4.2.NEG.active.optative.PAST] => |ᵏǃʰʷ|a|꜖|ʈʼˠ|-
[Q.3.cl.2.3.cl.4.2.NEG.passive.indicative.PRES] => |qʷ|ᵊ|꜖꜒|mʲ|-
[Q.3.cl.2.3.cl.4.2.NEG.passive.indicative.PAST] => |ɾˠ|i#ː|̰꜒|n̥ˤ|-
[Q.3.cl.2.3.cl.4.2.NEG.passive.imperative.PRES] => |ᵑǁʼʲ|a|꜖꜒|ɻˠ|-
[Q.3.cl.2.3.cl.4.2.NEG.passive.imperative.PAST] => |t͡ʂʲ|a|̰꜖|ŋʷ|-
[Q.3.cl.2.3.cl.4.2.NEG.passive.conditional.PRES] => |t͡ʂˠ|ʉ|̰꜖|tʼʷ|-
[Q.3.cl.2.3.cl.4.2.NEG.passive.conditional.PAST] => |htʲ|ᵊ|꜒꜖|nˠ|-
[Q.3.cl.2.3.cl.4.2.NEG.passive.optative.PRES] => |n̥ʷ|a|꜒|ɴʷ|-
[Q.3.cl.2.3.cl.4.2.NEG.passive.optative.PAST] => |pʰˤ|ᵊ|̰꜖|ŋ̥ʷ|-
[Q.3.cl.2.3.cl.4.2.POS.active.indicative.PRES] => |ʈʼˠ|i#ː|꜖|ɠˠ|-
[Q.3.cl.2.3.cl.4.2.POS.active.indicative.PAST] => |hpʲ|ᵊ|̰꜒|ɴˠ|-
[Q.3.cl.2.3.cl.4.2.POS.active.imperative.PRES] => |sˠ|iː|̰꜒|pʼˤ|-
[Q.3.cl.2.3.cl.4.2.POS.active.imperative.PAST] => |t͡sˠ|i#|꜒꜖|hkʷ|-
[Q.3.cl.2.3.cl.4.2.POS.active.conditional.PRES] => |nˠ|iː|꜒|qˠ|-
[Q.3.cl.2.3.cl.4.2.POS.active.conditional.PAST] => |wˠ|u#|̰꜖|t͡sˠ|-
[Q.3.cl.2.3.cl.4.2.POS.active.optative.PRES] => |ᵏǁʼʲ|u#ː|꜒|r̥ˠ|-
[Q.3.cl.2.3.cl.4.2.POS.active.optative.PAST] => |ɴʲ|i|꜖|qʼˠ|-
[Q.3.cl.2.3.cl.4.2.POS.passive.indicative.PRES] => |ᵑǃˤ|ᵊ|꜒|ʛˠ|-
[Q.3.cl.2.3.cl.4.2.POS.passive.indicative.PAST] => |ɥˤ|ʉ#|꜒꜖|ɓʲ|-
[Q.3.cl.2.3.cl.4.2.POS.passive.imperative.PRES] => |ᵑǀʷ|ʉ#ː|꜒꜖|n̥ˤ|-
[Q.3.cl.2.3.cl.4.2.POS.passive.imperative.PAST] => |ɓˠ|uː|̰꜖|ɽˠ|-
[Q.3.cl.2.3.cl.4.2.POS.passive.conditional.PRES] => |ɴʲ|a|꜒꜖|ɗˠ|-
[Q.3.cl.2.3.cl.4.2.POS.passive.conditional.PAST] => |t͡ʂˠ|iː|̰꜒|ʋˠ|-
[Q.3.cl.2.3.cl.4.2.POS.passive.optative.PRES] => |ɰʷ|a|꜖|nʲ|-
[Q.3.cl.2.3.cl.4.2.POS.passive.optative.PAST] => |ᵑǃʷ|a|꜖|mˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |ʃˠ|a#ː|꜒꜖|ʛˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |qʼˤ|a|꜖|ʂʲ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |j|aː|꜒|ɾˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |t͡sʲ|i#|꜖|ɓˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |ŋ̥ʲ|a|̰꜒|ŋˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |hʈˠ|a|꜒꜖|tʼˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |kʰʷ|ʉ#ː|̰꜖|ʋˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |kʼˤ|a|̰꜒|m̥ʲ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǃʰˤ|ʉː|꜒|kʷ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʼʲ|i|꜖|htʷ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ʋˠ|a#ː|̰꜖|ʂˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ɓˠ|i#ː|꜖|lˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |d͡ʐʲ|ᵊ|꜒꜖|ɻʲ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |rʷ|i|꜖|ɠˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ᵏǁʲ|ʉ|꜒꜖|qʼʲ|-
[Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |n̥ˠ|i#ː|꜖꜒|sˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |ᵑǃˤ|ʉ#ː|꜒|ɹˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |mʲ|ʉ|꜖꜒|wˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |ᵏǃʼˠ|u#ː|꜒|r̥ˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |kʼʲ|ᵊ|̰꜒|wʲ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |ᵑǀʲ|ʉ#ː|꜖꜒|d͡ʐˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ʛˠ|ʉ|꜒꜖|lʲ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.active.optative.PRES] => |lʲ|u|̰꜖|r̥ˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.active.optative.PAST] => |qˤ|ʉ#ː|꜒꜖|ɽˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |ᵏǃʼʲ|i|̰꜖|ɠˤ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ɴʷ|i|꜒꜖|sʷ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ᵏǁʼˠ|a|̰꜒|hʈʲ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |tʰʲ|i|꜒|lˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |pʰˠ|i|̰꜖|ʛˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ᵏǁʰʲ|u#ː|꜖꜒|d͡ʐˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |mˠ|i|꜒|r̥ˠ|-
[Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |kʰˠ|i|꜒|wʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |ᵑǀʼʷ|ʉ|̰꜖|kˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |ɭʲ|iː|̰꜒|ɠʷ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |t͡sˤ|ʉ#|꜖|ʋˤ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ʂˠ|i#|꜒꜖|pʼˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ɓˤ|a#ː|꜒꜖|t͡sˤ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |ɥˤ|a|꜒|ʂʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ʛˠ|u|꜖|ɗʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |hkˤ|ʉ#|̰꜖|ʛʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |tʼˠ|iː|̰꜖|ʈʼʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |pʼˤ|u#ː|̰꜖|ɳ̥ˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ɗˠ|i|꜒|htˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ɓˠ|ᵊ|꜒꜖|ʜʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʼʲ|ʉ#ː|꜒꜖|ʋˤ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ɓˠ|ʉː|̰꜒|ɰʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |nʷ|a|꜖꜒|tˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʼʷ|ʉ#ː|꜒|ɭˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |rʲ|ᵊ|̰꜒|r̥ʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ɓʲ|ᵊ|꜖|ɹˤ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |qʼʲ|a|꜖|pʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |htˠ|aː|̰꜖|tʼˤ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |htˠ|iː|̰꜒|ɰˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |ɾˤ|a|꜒|ɾˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ʡʲ|ᵊ|꜒꜖|h|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.active.optative.PAST] => |ᵑǀʷ|iː|꜒|hpʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |ɓˠ|ʉ|꜖|ɭʲ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ʡʲ|a|̰꜒|d͡ʐˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |kʰʲ|a#ː|꜖|ɾʷ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |pʼʲ|i|꜖|ɴˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ʈˠ|ʉ#ː|̰꜖|n̥ʷ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |nˠ|ᵊ|꜒|ɗˤ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |kʼˠ|ʉ|꜒|ʡˠ|-
[Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ᵏǃˠ|ʉ#|꜒꜖|ɳʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ɰʲ|i#ː|̰꜒|j|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |pʰˠ|i|꜖|sʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |qʼˤ|ᵊ|꜖|n̥ʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |pʰʲ|ᵊ|꜖|qʷ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |ʂʲ|u|̰꜖|ɴˠ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |ɰˤ|i|꜖꜒|ʜʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ᵑǃʲ|u|̰꜖|ŋ̥ʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |ɻʲ|ʉ|꜒|qʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |pʰˤ|i#|꜒꜖|ɓˤ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |kʲ|aː|꜖|ɥˤ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |t͡sʲ|ᵊ|꜒꜖|ɳʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |kʰˠ|ʉ|꜖꜒|ɗˠ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ɻˠ|ʉ#ː|꜖|ɠʷ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ʛˤ|iː|꜒|r̥ʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |ɴʷ|ʉ|̰꜖|ɹʷ|-
[Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ᵑǁˠ|ʉ|̰꜖|ʈˠ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |ɾʷ|i|̰꜒|pʰʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |m̥ˠ|ʉ#|̰꜖|t͡ʃ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ᵏǀʼʲ|ᵊ|꜖|pʼˤ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |ᵏǁʰˠ|i#|̰꜖|sʷ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |tʷ|i|꜒꜖|ɹʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʼˤ|i#ː|꜖|kʷ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ɠˠ|i|̰꜒|hkˠ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.active.optative.PAST] => |nˤ|ᵊ|꜒꜖|nʲ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʼˠ|u|꜒꜖|kʼˤ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |sʷ|ʉ|꜖꜒|htˤ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |t͡ʂˠ|aː|̰꜖|nˠ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |qʲ|ᵊ|꜖|nˠ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |wˤ|ʉ#ː|̰꜒|ʋˤ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |n̥ʷ|a|꜖꜒|n̥ˤ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ɴʷ|i#ː|̰꜒|ŋ̥ˤ|-
[Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |ɠˠ|a|̰꜖|hpˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ɴˠ|u#|꜖꜒|ɗˤ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ᵏǁʰʲ|i|꜖|hpˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ɗˤ|a|̰꜒|tɬˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀʼʷ|aː|꜒|d͡ʐˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |ɰʲ|ʉ|̰꜖|rˤ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ʈʼˠ|ᵊ|̰꜖|rˤ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |ɠˤ|a#ː|꜒|qʷ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ŋʷ|ʉː|꜖|ʛʲ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ɰʷ|a|꜒|ʜʲ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |qʼˤ|a|꜖꜒|ɗʷ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǀʲ|u#ː|꜒꜖|kʼˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |hpˤ|u|꜖|pʼˤ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |kʼʲ|ᵊ|̰꜒|ɗˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǁˠ|iː|꜖|pʼˤ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ʈʰʲ|u|꜖|t͡ʂˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |qʷ|iː|꜒꜖|kˤ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |kʼˤ|a|̰꜒|ʃˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ᵏǃʰʷ|ᵊ|̰꜒|ʛʷ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ʛˤ|i|꜒꜖|ɰˤ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ʜˠ|u#ː|꜖꜒|pˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ɓˠ|u#ː|꜒꜖|ɓˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |kʲ|aː|꜒|ɴʲ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.active.optative.PRES] => |hkˠ|aː|꜒|ɠʲ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ᵑǀʼˤ|u|꜖|j|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʷ|aː|꜖|pʰˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʲ|a|꜒꜖|sʷ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |qʼʷ|a|̰꜖|ʛˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |ʈʼʲ|ᵊ|꜒|ʜʲ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃʼʷ|ᵊ|꜖꜒|qˤ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ʈʰˠ|ᵊ|꜒꜖|m̥ˠ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʼʲ|i|̰꜖|t͡ʃ|-
[Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |ᵑǀˠ|i#|̰꜒|kʲ|-
[Q.3.cl.3.none.1incl.NEG.active.indicative.PRES] => |qˤ|u|꜒|ŋˤ|-
[Q.3.cl.3.none.1incl.NEG.active.indicative.PAST] => |pʼʲ|ʉ#ː|꜒꜖|wˤ|-
[Q.3.cl.3.none.1incl.NEG.active.imperative.PRES] => |ᵏǀʰˠ|iː|̰꜒|htʲ|-
[Q.3.cl.3.none.1incl.NEG.active.imperative.PAST] => |tʰˠ|a|꜖꜒|t͡sʲ|-
[Q.3.cl.3.none.1incl.NEG.active.conditional.PRES] => |ɹʲ|a#ː|̰꜒|nʲ|-
[Q.3.cl.3.none.1incl.NEG.active.conditional.PAST] => |pʼʲ|i|꜒|tʷ|-
[Q.3.cl.3.none.1incl.NEG.active.optative.PRES] => |hpˠ|aː|꜒꜖|n̥ʷ|-
[Q.3.cl.3.none.1incl.NEG.active.optative.PAST] => |ʛˤ|i|꜒|ɠʲ|-
[Q.3.cl.3.none.1incl.NEG.passive.indicative.PRES] => |ɽʲ|a#|꜖꜒|ɥʲ|-
[Q.3.cl.3.none.1incl.NEG.passive.indicative.PAST] => |ʄˠ|iː|꜒|ɗˠ|-
[Q.3.cl.3.none.1incl.NEG.passive.imperative.PRES] => |ɥˠ|aː|꜒|r̥ʷ|-
[Q.3.cl.3.none.1incl.NEG.passive.imperative.PAST] => |m̥ˠ|ʉ#|꜒꜖|ʄˠ|-
[Q.3.cl.3.none.1incl.NEG.passive.conditional.PRES] => |ᵏǀʼˤ|a|̰꜒|ɹʷ|-
[Q.3.cl.3.none.1incl.NEG.passive.conditional.PAST] => |ɓʲ|i#|̰꜖|ɾʷ|-
[Q.3.cl.3.none.1incl.NEG.passive.optative.PRES] => |hʈʲ|iː|̰꜒|ɳˠ|-
[Q.3.cl.3.none.1incl.NEG.passive.optative.PAST] => |ᵏǀʰʲ|iː|꜒|kʰʷ|-
[Q.3.cl.3.none.1incl.POS.active.indicative.PRES] => |pʰˠ|ʉ|̰꜒|ɥˤ|-
[Q.3.cl.3.none.1incl.POS.active.indicative.PAST] => |tʲ|ᵊ|꜒꜖|kˠ|-
[Q.3.cl.3.none.1incl.POS.active.imperative.PRES] => |hkʷ|ʉ|꜒꜖|qʲ|-
[Q.3.cl.3.none.1incl.POS.active.imperative.PAST] => |ɹˤ|ʉ#|̰꜒|t͡sˤ|-
[Q.3.cl.3.none.1incl.POS.active.conditional.PRES] => |ɽˠ|i#ː|꜖꜒|sˤ|-
[Q.3.cl.3.none.1incl.POS.active.conditional.PAST] => |ᵑǃʷ|ᵊ|̰꜒|tʼʷ|-
[Q.3.cl.3.none.1incl.POS.active.optative.PRES] => |hʈˠ|a|̰꜒|ɹʷ|-
[Q.3.cl.3.none.1incl.POS.active.optative.PAST] => |ɻˠ|a|꜒꜖|ʈˠ|-
[Q.3.cl.3.none.1incl.POS.passive.indicative.PRES] => |qʼˤ|a|꜖|qˤ|-
[Q.3.cl.3.none.1incl.POS.passive.indicative.PAST] => |qˠ|a|꜖|ŋ̥ˠ|-
[Q.3.cl.3.none.1incl.POS.passive.imperative.PRES] => |ʈʼˠ|ʉ#|꜖|hʈˠ|-
[Q.3.cl.3.none.1incl.POS.passive.imperative.PAST] => |ᵏǀʰʲ|u#|̰꜖|hpˠ|-
[Q.3.cl.3.none.1incl.POS.passive.conditional.PRES] => |ʄʲ|ᵊ|꜒|nʷ|-
[Q.3.cl.3.none.1incl.POS.passive.conditional.PAST] => |ᵑǁˠ|i|꜒꜖|sʷ|-
[Q.3.cl.3.none.1incl.POS.passive.optative.PRES] => |ɳʲ|i#|꜖꜒|ʛʲ|-
[Q.3.cl.3.none.1incl.POS.passive.optative.PAST] => |ɓʲ|a|̰꜒|t͡sˤ|-
[Q.3.cl.3.none.1excl.NEG.active.indicative.PRES] => |ᵑǁʼˠ|i#ː|̰꜒|tʲ|-
[Q.3.cl.3.none.1excl.NEG.active.indicative.PAST] => |nˠ|ᵊ|꜒|ɗˠ|-
[Q.3.cl.3.none.1excl.NEG.active.imperative.PRES] => |ɳʲ|ʉ#|꜖|ɠˤ|-
[Q.3.cl.3.none.1excl.NEG.active.imperative.PAST] => |ᵏǃˤ|u#ː|̰꜖|t͡sʷ|-
[Q.3.cl.3.none.1excl.NEG.active.conditional.PRES] => |hʈʲ|u|̰꜖|ʋˠ|-
[Q.3.cl.3.none.1excl.NEG.active.conditional.PAST] => |wʲ|ᵊ|꜒꜖|ʛˠ|-
[Q.3.cl.3.none.1excl.NEG.active.optative.PRES] => |ŋ̥ʷ|ʉ|꜒|ɽʲ|-
[Q.3.cl.3.none.1excl.NEG.active.optative.PAST] => |ɽʲ|aː|꜖꜒|hpˠ|-
[Q.3.cl.3.none.1excl.NEG.passive.indicative.PRES] => |ʛʷ|ʉ|꜒|lʲ|-
[Q.3.cl.3.none.1excl.NEG.passive.indicative.PAST] => |kʼʲ|a#ː|̰꜖|qʼʷ|-
[Q.3.cl.3.none.1excl.NEG.passive.imperative.PRES] => |ʄˠ|u|꜖꜒|ʜʲ|-
[Q.3.cl.3.none.1excl.NEG.passive.imperative.PAST] => |ɰˤ|uː|꜒꜖|ʂʲ|-
[Q.3.cl.3.none.1excl.NEG.passive.conditional.PRES] => |kˤ|ʉ#|꜖|nʷ|-
[Q.3.cl.3.none.1excl.NEG.passive.conditional.PAST] => |ʈʲ|i|꜒|ʜʲ|-
[Q.3.cl.3.none.1excl.NEG.passive.optative.PRES] => |kʰʲ|uː|꜖|kˤ|-
[Q.3.cl.3.none.1excl.NEG.passive.optative.PAST] => |ŋʷ|ᵊ|꜖꜒|kʼˠ|-
[Q.3.cl.3.none.1excl.POS.active.indicative.PRES] => |ᵑǀʼˠ|ʉ#ː|꜒꜖|ʈʲ|-
[Q.3.cl.3.none.1excl.POS.active.indicative.PAST] => |ɗʷ|i|̰꜖|wˠ|-
[Q.3.cl.3.none.1excl.POS.active.imperative.PRES] => |ᵑǃʼˠ|i|꜒|tɬʲ|-
[Q.3.cl.3.none.1excl.POS.active.imperative.PAST] => |m̥ˤ|a|̰꜒|ɥʲ|-
[Q.3.cl.3.none.1excl.POS.active.conditional.PRES] => |pʲ|i|꜖꜒|kʼˤ|-
[Q.3.cl.3.none.1excl.POS.active.conditional.PAST] => |wˤ|i|꜒|htˠ|-
[Q.3.cl.3.none.1excl.POS.active.optative.PRES] => |nˠ|a#ː|꜒|nˤ|-
[Q.3.cl.3.none.1excl.POS.active.optative.PAST] => |n̥ʲ|i|꜒꜖|ŋ̥ˤ|-
[Q.3.cl.3.none.1excl.POS.passive.indicative.PRES] => |nˠ|i|꜒꜖|rˤ|-
[Q.3.cl.3.none.1excl.POS.passive.indicative.PAST] => |sʲ|u|̰꜒|tˤ|-
[Q.3.cl.3.none.1excl.POS.passive.imperative.PRES] => |ʄˠ|i|꜖꜒|ʈˠ|-
[Q.3.cl.3.none.1excl.POS.passive.imperative.PAST] => |sˤ|i|꜒|rʷ|-
[Q.3.cl.3.none.1excl.POS.passive.conditional.PRES] => |sˠ|i|꜒|pˠ|-
[Q.3.cl.3.none.1excl.POS.passive.conditional.PAST] => |rˤ|ʉ#ː|̰꜖|ʡʲ|-
[Q.3.cl.3.none.1excl.POS.passive.optative.PRES] => |ᵑǃʼˠ|ʉː|̰꜖|ɰʷ|-
[Q.3.cl.3.none.1excl.POS.passive.optative.PAST] => |tʼʲ|i#|꜖꜒|rˤ|-
[Q.3.cl.3.none.2.NEG.active.indicative.PRES] => |ŋ̥ʷ|ᵊ|꜖|ʋˤ|-
[Q.3.cl.3.none.2.NEG.active.indicative.PAST] => |ᵑǃʼˤ|u#|꜖|ɠˤ|-
[Q.3.cl.3.none.2.NEG.active.imperative.PRES] => |tʼˠ|a#ː|̰꜒|ʡˠ|-
[Q.3.cl.3.none.2.NEG.active.imperative.PAST] => |pˤ|iː|꜒|nˤ|-
[Q.3.cl.3.none.2.NEG.active.conditional.PRES] => |ᵏǁˠ|uː|꜖꜒|sʲ|-
[Q.3.cl.3.none.2.NEG.active.conditional.PAST] => |tˠ|ᵊ|꜖|ɾʷ|-
[Q.3.cl.3.none.2.NEG.active.optative.PRES] => |ɴˠ|ʉ|꜒꜖|tɬʲ|-
[Q.3.cl.3.none.2.NEG.active.optative.PAST] => |tʷ|aː|꜖꜒|ɰʲ|-
[Q.3.cl.3.none.2.NEG.passive.indicative.PRES] => |ʡˠ|i|꜒꜖|nʲ|-
[Q.3.cl.3.none.2.NEG.passive.indicative.PAST] => |qʼʷ|a|꜖|ɴʲ|-
[Q.3.cl.3.none.2.NEG.passive.imperative.PRES] => |pˠ|i|꜒|qʷ|-
[Q.3.cl.3.none.2.NEG.passive.imperative.PAST] => |ʔ|ᵊ|̰꜖|htˠ|-
[Q.3.cl.3.none.2.NEG.passive.conditional.PRES] => |qʷ|ʉ|̰꜒|ɳ̥ʲ|-
[Q.3.cl.3.none.2.NEG.passive.conditional.PAST] => |qʼʲ|uː|̰꜖|nˤ|-
[Q.3.cl.3.none.2.NEG.passive.optative.PRES] => |ɴʷ|a#ː|̰꜖|kʰʲ|-
[Q.3.cl.3.none.2.NEG.passive.optative.PAST] => |ɹʲ|u#|꜖|ʂˠ|-
[Q.3.cl.3.none.2.POS.active.indicative.PRES] => |kʰʲ|aː|꜖|kʼʲ|-
[Q.3.cl.3.none.2.POS.active.indicative.PAST] => |qʼʷ|a|̰꜒|sʲ|-
[Q.3.cl.3.none.2.POS.active.imperative.PRES] => |ᵏǀʷ|ʉ|꜒꜖|tɬˠ|-
[Q.3.cl.3.none.2.POS.active.imperative.PAST] => |ᵑǀʼˤ|i|̰꜖|n̥ˠ|-
[Q.3.cl.3.none.2.POS.active.conditional.PRES] => |tʼˤ|i|̰꜒|kˤ|-
[Q.3.cl.3.none.2.POS.active.conditional.PAST] => |ɗʷ|i|꜒|n̥ʷ|-
[Q.3.cl.3.none.2.POS.active.optative.PRES] => |hʈʲ|i|꜒꜖|t͡ʂˠ|-
[Q.3.cl.3.none.2.POS.active.optative.PAST] => |kʰˤ|ᵊ|꜖|ʃʲ|-
[Q.3.cl.3.none.2.POS.passive.indicative.PRES] => |ɓʲ|ʉ|̰꜖|t͡ʂʲ|-
[Q.3.cl.3.none.2.POS.passive.indicative.PAST] => |sʷ|iː|꜖|kʼˠ|-
[Q.3.cl.3.none.2.POS.passive.imperative.PRES] => |ᵑǀˤ|i#|̰꜖|tʷ|-
[Q.3.cl.3.none.2.POS.passive.imperative.PAST] => |m̥ˤ|ʉ|꜖|ɓʲ|-
[Q.3.cl.3.none.2.POS.passive.conditional.PRES] => |ɳ̥ˠ|aː|꜒|ʡˠ|-
[Q.3.cl.3.none.2.POS.passive.conditional.PAST] => |ŋʲ|ᵊ|꜖|ʜˠ|-
[Q.3.cl.3.none.2.POS.passive.optative.PRES] => |ᵑǃʼʷ|ʉ#|꜒|pʼˤ|-
[Q.3.cl.3.none.2.POS.passive.optative.PAST] => |ɗˠ|ʉ#ː|꜒꜖|mʲ|-
[Q.3.cl.3.none.3.cl.1.NEG.active.indicative.PRES] => |ɳʲ|ʉ|꜖꜒|mˠ|-
[Q.3.cl.3.none.3.cl.1.NEG.active.indicative.PAST] => |d͡ʐʲ|i#ː|̰꜖|ɹʷ|-
[Q.3.cl.3.none.3.cl.1.NEG.active.imperative.PRES] => |ɹʲ|aː|꜒|ɥˤ|-
[Q.3.cl.3.none.3.cl.1.NEG.active.imperative.PAST] => |pʰʲ|i|꜖꜒|ɥˠ|-
[Q.3.cl.3.none.3.cl.1.NEG.active.conditional.PRES] => |ᵑǀʼʷ|a|꜒|pˤ|-
[Q.3.cl.3.none.3.cl.1.NEG.active.conditional.PAST] => |tʼˤ|ᵊ|꜒|hkʲ|-
[Q.3.cl.3.none.3.cl.1.NEG.active.optative.PRES] => |ʛʲ|a|̰꜒|r̥ʲ|-
[Q.3.cl.3.none.3.cl.1.NEG.active.optative.PAST] => |hkʲ|ʉ#ː|꜒|hʈˠ|-
[Q.3.cl.3.none.3.cl.1.NEG.passive.indicative.PRES] => |ɥˤ|i|̰꜒|ɓˠ|-
[Q.3.cl.3.none.3.cl.1.NEG.passive.indicative.PAST] => |ŋʲ|ᵊ|꜖꜒|nʲ|-
[Q.3.cl.3.none.3.cl.1.NEG.passive.imperative.PRES] => |kʲ|u|̰꜒|hkˠ|-
[Q.3.cl.3.none.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǁˠ|a|̰꜖|ɳ̥ʲ|-
[Q.3.cl.3.none.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǀˤ|ʉ#|꜖꜒|ʈʰˠ|-
[Q.3.cl.3.none.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʰˤ|a|꜖꜒|d͡ʐʲ|-
[Q.3.cl.3.none.3.cl.1.NEG.passive.optative.PRES] => |tʼʲ|a|̰꜒|ɳ̥ʲ|-
[Q.3.cl.3.none.3.cl.1.NEG.passive.optative.PAST] => |kʰˤ|i|̰꜒|qˤ|-
[Q.3.cl.3.none.3.cl.1.POS.active.indicative.PRES] => |wˤ|uː|꜒|ɓʲ|-
[Q.3.cl.3.none.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʰˠ|i#ː|꜒|ɴʲ|-
[Q.3.cl.3.none.3.cl.1.POS.active.imperative.PRES] => |wˤ|ʉ|̰꜖|ʔ|-
[Q.3.cl.3.none.3.cl.1.POS.active.imperative.PAST] => |ɳˠ|u|꜖꜒|ɥˠ|-
[Q.3.cl.3.none.3.cl.1.POS.active.conditional.PRES] => |ʋˤ|ʉː|꜒|ɗʷ|-
[Q.3.cl.3.none.3.cl.1.POS.active.conditional.PAST] => |m̥ˤ|ʉ#ː|̰꜒|ɾˤ|-
[Q.3.cl.3.none.3.cl.1.POS.active.optative.PRES] => |ᵑǁʼˠ|i|꜖|ɴˤ|-
[Q.3.cl.3.none.3.cl.1.POS.active.optative.PAST] => |ɓˠ|ᵊ|꜒꜖|t͡ʃ|-
[Q.3.cl.3.none.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʼˤ|a#|꜒꜖|ɗʷ|-
[Q.3.cl.3.none.3.cl.1.POS.passive.indicative.PAST] => |kʷ|a#ː|꜒|tʼˠ|-
[Q.3.cl.3.none.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʼˠ|a|꜖꜒|r̥ʲ|-
[Q.3.cl.3.none.3.cl.1.POS.passive.imperative.PAST] => |ᵑǀˤ|ʉ#|꜖꜒|r̥ˠ|-
[Q.3.cl.3.none.3.cl.1.POS.passive.conditional.PRES] => |ɹʷ|a|꜖|ɥʲ|-
[Q.3.cl.3.none.3.cl.1.POS.passive.conditional.PAST] => |ʄˠ|i|̰꜒|ɾˤ|-
[Q.3.cl.3.none.3.cl.1.POS.passive.optative.PRES] => |htʲ|ʉː|꜖|pˤ|-
[Q.3.cl.3.none.3.cl.1.POS.passive.optative.PAST] => |kʰˠ|i|꜒꜖|rˠ|-
[Q.3.cl.3.none.3.cl.2.NEG.active.indicative.PRES] => |t͡ʂˠ|aː|̰꜖|wˤ|-
[Q.3.cl.3.none.3.cl.2.NEG.active.indicative.PAST] => |tɬʲ|iː|꜒꜖|ʡʲ|-
[Q.3.cl.3.none.3.cl.2.NEG.active.imperative.PRES] => |kʰˤ|uː|꜒|ɠʲ|-
[Q.3.cl.3.none.3.cl.2.NEG.active.imperative.PAST] => |m̥ʲ|u|꜖|ɾʲ|-
[Q.3.cl.3.none.3.cl.2.NEG.active.conditional.PRES] => |ᵑǁʼʲ|ʉ|꜖|ʔ|-
[Q.3.cl.3.none.3.cl.2.NEG.active.conditional.PAST] => |nˤ|ʉː|̰꜒|tʰʲ|-
[Q.3.cl.3.none.3.cl.2.NEG.active.optative.PRES] => |ᵏǁʰʲ|a|꜒꜖|ʛʷ|-
[Q.3.cl.3.none.3.cl.2.NEG.active.optative.PAST] => |ᵑǁʼˠ|iː|̰꜖|kʼʲ|-
[Q.3.cl.3.none.3.cl.2.NEG.passive.indicative.PRES] => |t͡ʂʲ|i|꜖|ɭʲ|-
[Q.3.cl.3.none.3.cl.2.NEG.passive.indicative.PAST] => |n̥ˤ|a|꜒꜖|ɰˤ|-
[Q.3.cl.3.none.3.cl.2.NEG.passive.imperative.PRES] => |sʷ|ᵊ|̰꜖|qˠ|-
[Q.3.cl.3.none.3.cl.2.NEG.passive.imperative.PAST] => |t͡sˠ|aː|꜖꜒|tˤ|-
[Q.3.cl.3.none.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǃʼʷ|a|̰꜒|ʃʲ|-
[Q.3.cl.3.none.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǃʲ|a|̰꜖|tʷ|-
[Q.3.cl.3.none.3.cl.2.NEG.passive.optative.PRES] => |ʈʼʲ|ʉ#ː|꜖꜒|pʼˤ|-
[Q.3.cl.3.none.3.cl.2.NEG.passive.optative.PAST] => |kʰˠ|a|꜒꜖|j|-
[Q.3.cl.3.none.3.cl.2.POS.active.indicative.PRES] => |tʰʲ|a#|꜒|ɥʲ|-
[Q.3.cl.3.none.3.cl.2.POS.active.indicative.PAST] => |ʔ|ʉ|꜒|ɓˠ|-
[Q.3.cl.3.none.3.cl.2.POS.active.imperative.PRES] => |ᵏǀʷ|a#|꜖|qʼʷ|-
[Q.3.cl.3.none.3.cl.2.POS.active.imperative.PAST] => |ɰˤ|ᵊ|꜖꜒|ŋˠ|-
[Q.3.cl.3.none.3.cl.2.POS.active.conditional.PRES] => |ʋˤ|a#ː|꜖|ŋʲ|-
[Q.3.cl.3.none.3.cl.2.POS.active.conditional.PAST] => |mʲ|ʉ|꜒꜖|r̥ˠ|-
[Q.3.cl.3.none.3.cl.2.POS.active.optative.PRES] => |d͡ʐˠ|i|꜖|m̥ˠ|-
[Q.3.cl.3.none.3.cl.2.POS.active.optative.PAST] => |sʲ|a|̰꜖|kˤ|-
[Q.3.cl.3.none.3.cl.2.POS.passive.indicative.PRES] => |tʰʲ|i|꜖|n̥ˠ|-
[Q.3.cl.3.none.3.cl.2.POS.passive.indicative.PAST] => |qʼʲ|ʉ#ː|꜒|ʜʲ|-
[Q.3.cl.3.none.3.cl.2.POS.passive.imperative.PRES] => |qʼʲ|aː|̰꜒|ŋ̥ʷ|-
[Q.3.cl.3.none.3.cl.2.POS.passive.imperative.PAST] => |ɴʷ|i|꜒꜖|ʋʲ|-
[Q.3.cl.3.none.3.cl.2.POS.passive.conditional.PRES] => |ᵏǃʼˤ|u|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.3.none.3.cl.2.POS.passive.conditional.PAST] => |ᵑǁˠ|uː|꜖|ʋʲ|-
[Q.3.cl.3.none.3.cl.2.POS.passive.optative.PRES] => |ᵑǃʲ|uː|̰꜒|ʜˠ|-
[Q.3.cl.3.none.3.cl.2.POS.passive.optative.PAST] => |ʡʲ|u|̰꜖|ɴˠ|-
[Q.3.cl.3.none.3.cl.3.NEG.active.indicative.PRES] => |ᵑǀʷ|i|꜖|n̥ˠ|-
[Q.3.cl.3.none.3.cl.3.NEG.active.indicative.PAST] => |ᵑǀʼˤ|ʉ|꜖|ʈʲ|-
[Q.3.cl.3.none.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃˤ|u|̰꜖|tʼˤ|-
[Q.3.cl.3.none.3.cl.3.NEG.active.imperative.PAST] => |tˤ|ᵊ|̰꜒|ŋˤ|-
[Q.3.cl.3.none.3.cl.3.NEG.active.conditional.PRES] => |ɠʷ|i|꜒꜖|h|-
[Q.3.cl.3.none.3.cl.3.NEG.active.conditional.PAST] => |ᵏǀʰˤ|ᵊ|꜖|ɳ̥ˠ|-
[Q.3.cl.3.none.3.cl.3.NEG.active.optative.PRES] => |ᵏǁʰʲ|a|̰꜒|n̥ʷ|-
[Q.3.cl.3.none.3.cl.3.NEG.active.optative.PAST] => |ʄˠ|i|꜖꜒|ɳˠ|-
[Q.3.cl.3.none.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃʼʲ|ʉ|꜒꜖|t͡sʲ|-
[Q.3.cl.3.none.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǀʷ|a|̰꜖|tˠ|-
[Q.3.cl.3.none.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|a|̰꜖|hkʷ|-
[Q.3.cl.3.none.3.cl.3.NEG.passive.imperative.PAST] => |wʲ|aː|̰꜖|pʲ|-
[Q.3.cl.3.none.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃˤ|aː|꜒|ʜʲ|-
[Q.3.cl.3.none.3.cl.3.NEG.passive.conditional.PAST] => |htʲ|i|꜖꜒|ŋʲ|-
[Q.3.cl.3.none.3.cl.3.NEG.passive.optative.PRES] => |ɰˤ|iː|̰꜖|ʛʷ|-
[Q.3.cl.3.none.3.cl.3.NEG.passive.optative.PAST] => |pʼʲ|aː|꜒|ɓˠ|-
[Q.3.cl.3.none.3.cl.3.POS.active.indicative.PRES] => |ᵏǀˠ|i|꜒꜖|tʷ|-
[Q.3.cl.3.none.3.cl.3.POS.active.indicative.PAST] => |kʰʲ|u|꜖|mʲ|-
[Q.3.cl.3.none.3.cl.3.POS.active.imperative.PRES] => |ᵑǃʼʲ|i|꜖꜒|wˤ|-
[Q.3.cl.3.none.3.cl.3.POS.active.imperative.PAST] => |kʲ|u|꜖|tʰʷ|-
[Q.3.cl.3.none.3.cl.3.POS.active.conditional.PRES] => |ᵑǃʼˤ|u|꜒꜖|ɾʲ|-
[Q.3.cl.3.none.3.cl.3.POS.active.conditional.PAST] => |t͡ʃ|ʉː|꜒|ɰʷ|-
[Q.3.cl.3.none.3.cl.3.POS.active.optative.PRES] => |ᵏǃʼʲ|u|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.3.none.3.cl.3.POS.active.optative.PAST] => |ᵏǃʲ|ʉ#|꜖꜒|ɗˤ|-
[Q.3.cl.3.none.3.cl.3.POS.passive.indicative.PRES] => |ɽʲ|a|꜖|pʼˤ|-
[Q.3.cl.3.none.3.cl.3.POS.passive.indicative.PAST] => |mˤ|ᵊ|꜒|ʃʲ|-
[Q.3.cl.3.none.3.cl.3.POS.passive.imperative.PRES] => |nʲ|i#|꜖|ʈʼʲ|-
[Q.3.cl.3.none.3.cl.3.POS.passive.imperative.PAST] => |ɳ̥ˠ|a|꜖꜒|kʼˠ|-
[Q.3.cl.3.none.3.cl.3.POS.passive.conditional.PRES] => |pˠ|iː|꜖꜒|ɓˠ|-
[Q.3.cl.3.none.3.cl.3.POS.passive.conditional.PAST] => |ɓʲ|ʉ#ː|̰꜖|tʰʲ|-
[Q.3.cl.3.none.3.cl.3.POS.passive.optative.PRES] => |tʰʷ|ʉ|꜒|sˤ|-
[Q.3.cl.3.none.3.cl.3.POS.passive.optative.PAST] => |qˠ|i|꜒|ʋʲ|-
[Q.3.cl.3.none.3.cl.4.NEG.active.indicative.PRES] => |qˤ|ᵊ|꜒꜖|mʲ|-
[Q.3.cl.3.none.3.cl.4.NEG.active.indicative.PAST] => |ɥʲ|ᵊ|̰꜖|tʰˤ|-
[Q.3.cl.3.none.3.cl.4.NEG.active.imperative.PRES] => |wˠ|uː|̰꜒|hpˠ|-
[Q.3.cl.3.none.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃʰˤ|a|̰꜒|ɰˠ|-
[Q.3.cl.3.none.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʰˤ|a|꜒꜖|ʛˠ|-
[Q.3.cl.3.none.3.cl.4.NEG.active.conditional.PAST] => |ʈʼʲ|ʉ|꜒꜖|pʼʲ|-
[Q.3.cl.3.none.3.cl.4.NEG.active.optative.PRES] => |ɰʷ|aː|̰꜒|rʲ|-
[Q.3.cl.3.none.3.cl.4.NEG.active.optative.PAST] => |ʛˤ|ᵊ|꜖|ɓˠ|-
[Q.3.cl.3.none.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǁˠ|a|꜒꜖|lʲ|-
[Q.3.cl.3.none.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǀʼʷ|iː|꜖꜒|pʰˤ|-
[Q.3.cl.3.none.3.cl.4.NEG.passive.imperative.PRES] => |tɬʲ|ʉ|̰꜒|kʼˠ|-
[Q.3.cl.3.none.3.cl.4.NEG.passive.imperative.PAST] => |ʋˠ|aː|꜖|kˠ|-
[Q.3.cl.3.none.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃˠ|ʉ#ː|꜒꜖|ʛˠ|-
[Q.3.cl.3.none.3.cl.4.NEG.passive.conditional.PAST] => |ŋʷ|aː|꜖|hkʲ|-
[Q.3.cl.3.none.3.cl.4.NEG.passive.optative.PRES] => |ŋ̥ʲ|i#ː|꜖꜒|pʼˠ|-
[Q.3.cl.3.none.3.cl.4.NEG.passive.optative.PAST] => |hʈʲ|ʉ#|꜒꜖|n̥ʲ|-
[Q.3.cl.3.none.3.cl.4.POS.active.indicative.PRES] => |ʋʲ|i|̰꜖|n̥ˤ|-
[Q.3.cl.3.none.3.cl.4.POS.active.indicative.PAST] => |tʲ|i|꜒|mˤ|-
[Q.3.cl.3.none.3.cl.4.POS.active.imperative.PRES] => |kʲ|ʉː|̰꜖|tʼˠ|-
[Q.3.cl.3.none.3.cl.4.POS.active.imperative.PAST] => |ɻˠ|i|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.3.none.3.cl.4.POS.active.conditional.PRES] => |ᵏǁˠ|a|̰꜖|j|-
[Q.3.cl.3.none.3.cl.4.POS.active.conditional.PAST] => |ʋˠ|aː|꜖꜒|ŋʲ|-
[Q.3.cl.3.none.3.cl.4.POS.active.optative.PRES] => |pˤ|ᵊ|̰꜒|ŋ̥ˤ|-
[Q.3.cl.3.none.3.cl.4.POS.active.optative.PAST] => |qʷ|i|꜖꜒|ʈʼʲ|-
[Q.3.cl.3.none.3.cl.4.POS.passive.indicative.PRES] => |hpʲ|ʉ|꜒|tʼʲ|-
[Q.3.cl.3.none.3.cl.4.POS.passive.indicative.PAST] => |ᵑǁʼʲ|a|̰꜖|ɓˤ|-
[Q.3.cl.3.none.3.cl.4.POS.passive.imperative.PRES] => |ᵏǃʼʷ|aː|꜒|d͡ʐʲ|-
[Q.3.cl.3.none.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀʼʷ|ʉ#ː|̰꜒|t͡sʷ|-
[Q.3.cl.3.none.3.cl.4.POS.passive.conditional.PRES] => |tˠ|u|꜒꜖|nˠ|-
[Q.3.cl.3.none.3.cl.4.POS.passive.conditional.PAST] => |nˤ|u#|꜖꜒|ʈʰˠ|-
[Q.3.cl.3.none.3.cl.4.POS.passive.optative.PRES] => |hkˠ|i#|꜖|ɾʷ|-
[Q.3.cl.3.none.3.cl.4.POS.passive.optative.PAST] => |ɠʷ|i|꜖꜒|ɳ̥ˠ|-
[Q.3.cl.3.1incl.1incl.NEG.active.indicative.PRES] => |ᵏǃʰʷ|a|̰꜖|ɳʲ|-
[Q.3.cl.3.1incl.1incl.NEG.active.indicative.PAST] => |nʷ|i|꜒|ŋ̥ʷ|-
[Q.3.cl.3.1incl.1incl.NEG.active.imperative.PRES] => |ɴˤ|i|꜒|t͡sˤ|-
[Q.3.cl.3.1incl.1incl.NEG.active.imperative.PAST] => |tʼʷ|a|꜒|ɥʲ|-
[Q.3.cl.3.1incl.1incl.NEG.active.conditional.PRES] => |ɹˠ|iː|꜖|ɹˤ|-
[Q.3.cl.3.1incl.1incl.NEG.active.conditional.PAST] => |pʼʲ|u|̰꜖|n̥ʷ|-
[Q.3.cl.3.1incl.1incl.NEG.active.optative.PRES] => |kʼʷ|i#|꜖꜒|ɰʷ|-
[Q.3.cl.3.1incl.1incl.NEG.active.optative.PAST] => |hkʷ|i#ː|̰꜖|ɥˠ|-
[Q.3.cl.3.1incl.1incl.NEG.passive.indicative.PRES] => |ɗˠ|u#|꜖|ŋ̥ˠ|-
[Q.3.cl.3.1incl.1incl.NEG.passive.indicative.PAST] => |ʛˤ|uː|꜒|kʰʲ|-
[Q.3.cl.3.1incl.1incl.NEG.passive.imperative.PRES] => |kʷ|ᵊ|꜒꜖|rˤ|-
[Q.3.cl.3.1incl.1incl.NEG.passive.imperative.PAST] => |qʼʷ|ʉ|꜒꜖|tʰʲ|-
[Q.3.cl.3.1incl.1incl.NEG.passive.conditional.PRES] => |ɾˠ|ᵊ|꜖꜒|qʼˤ|-
[Q.3.cl.3.1incl.1incl.NEG.passive.conditional.PAST] => |ʃʲ|iː|꜒|ɴʷ|-
[Q.3.cl.3.1incl.1incl.NEG.passive.optative.PRES] => |ʛʲ|a|꜖|kʷ|-
[Q.3.cl.3.1incl.1incl.NEG.passive.optative.PAST] => |kʰʷ|iː|꜒꜖|ɥˠ|-
[Q.3.cl.3.1incl.1incl.POS.active.indicative.PRES] => |ɥˤ|i|̰꜒|ɳ̥ʲ|-
[Q.3.cl.3.1incl.1incl.POS.active.indicative.PAST] => |ŋˠ|ʉ#|꜒|nˠ|-
[Q.3.cl.3.1incl.1incl.POS.active.imperative.PRES] => |ᵏǀʼˤ|aː|̰꜖|lʲ|-
[Q.3.cl.3.1incl.1incl.POS.active.imperative.PAST] => |ɰʲ|ʉ|꜒꜖|r̥ʷ|-
[Q.3.cl.3.1incl.1incl.POS.active.conditional.PRES] => |pʼˤ|a#ː|꜒|pˠ|-
[Q.3.cl.3.1incl.1incl.POS.active.conditional.PAST] => |ᵑǀʼˤ|ʉ|꜖꜒|tʷ|-
[Q.3.cl.3.1incl.1incl.POS.active.optative.PRES] => |n̥ˤ|ʉ#ː|꜖|ʈʼʲ|-
[Q.3.cl.3.1incl.1incl.POS.active.optative.PAST] => |ᵏǀʰʲ|a|꜒꜖|ɗˤ|-
[Q.3.cl.3.1incl.1incl.POS.passive.indicative.PRES] => |ɰˤ|ʉː|̰꜖|ʋˤ|-
[Q.3.cl.3.1incl.1incl.POS.passive.indicative.PAST] => |ᵑǀˠ|ᵊ|꜖꜒|t͡ʃ|-
[Q.3.cl.3.1incl.1incl.POS.passive.imperative.PRES] => |ʄʲ|aː|꜖|kʰʲ|-
[Q.3.cl.3.1incl.1incl.POS.passive.imperative.PAST] => |ɠˠ|i|꜒|rˠ|-
[Q.3.cl.3.1incl.1incl.POS.passive.conditional.PRES] => |ᵑǀʼʲ|i|̰꜒|tɬʲ|-
[Q.3.cl.3.1incl.1incl.POS.passive.conditional.PAST] => |ɠˤ|a#|꜖꜒|ɳˠ|-
[Q.3.cl.3.1incl.1incl.POS.passive.optative.PRES] => |ᵑǀʼʷ|aː|̰꜖|ɹˤ|-
[Q.3.cl.3.1incl.1incl.POS.passive.optative.PAST] => |ᵑǁˠ|i|̰꜒|ɓˠ|-
[Q.3.cl.3.1incl.1excl.NEG.active.indicative.PRES] => |htʲ|i#ː|̰꜖|ŋʷ|-
[Q.3.cl.3.1incl.1excl.NEG.active.indicative.PAST] => |ɴʲ|ᵊ|꜖|ŋʲ|-
[Q.3.cl.3.1incl.1excl.NEG.active.imperative.PRES] => |ᵑǁʼˠ|u|̰꜒|wˤ|-
[Q.3.cl.3.1incl.1excl.NEG.active.imperative.PAST] => |kʼʲ|i|꜖꜒|kʷ|-
[Q.3.cl.3.1incl.1excl.NEG.active.conditional.PRES] => |ʛʷ|a|꜖|ɳ̥ˠ|-
[Q.3.cl.3.1incl.1excl.NEG.active.conditional.PAST] => |hpˠ|i#|̰꜒|ɠˤ|-
[Q.3.cl.3.1incl.1excl.NEG.active.optative.PRES] => |hpʲ|i|̰꜖|ʛˠ|-
[Q.3.cl.3.1incl.1excl.NEG.active.optative.PAST] => |ᵑǀʼʷ|a|꜖|j|-
[Q.3.cl.3.1incl.1excl.NEG.passive.indicative.PRES] => |tʼˤ|i|̰꜖|ʛʷ|-
[Q.3.cl.3.1incl.1excl.NEG.passive.indicative.PAST] => |ɥˤ|aː|꜒꜖|t͡ʃ|-
[Q.3.cl.3.1incl.1excl.NEG.passive.imperative.PRES] => |t͡sˤ|a|̰꜒|sˠ|-
[Q.3.cl.3.1incl.1excl.NEG.passive.imperative.PAST] => |ɓʲ|i|̰꜒|kʷ|-
[Q.3.cl.3.1incl.1excl.NEG.passive.conditional.PRES] => |wˤ|ʉ|̰꜒|pʼˤ|-
[Q.3.cl.3.1incl.1excl.NEG.passive.conditional.PAST] => |kʰʲ|i|꜖꜒|tʲ|-
[Q.3.cl.3.1incl.1excl.NEG.passive.optative.PRES] => |tʲ|ʉ|꜒꜖|t͡sʲ|-
[Q.3.cl.3.1incl.1excl.NEG.passive.optative.PAST] => |t͡sʲ|a|꜒|pʰˠ|-
[Q.3.cl.3.1incl.1excl.POS.active.indicative.PRES] => |t͡sʲ|ᵊ|̰꜒|sʲ|-
[Q.3.cl.3.1incl.1excl.POS.active.indicative.PAST] => |ᵏǁʰʲ|a|̰꜒|pˤ|-
[Q.3.cl.3.1incl.1excl.POS.active.imperative.PRES] => |qʼˤ|a|̰꜒|ʈʼʲ|-
[Q.3.cl.3.1incl.1excl.POS.active.imperative.PAST] => |kʼʲ|a#|̰꜖|lˠ|-
[Q.3.cl.3.1incl.1excl.POS.active.conditional.PRES] => |ɠˤ|u|̰꜖|sˠ|-
[Q.3.cl.3.1incl.1excl.POS.active.conditional.PAST] => |pʰˠ|ʉ#ː|̰꜒|mʲ|-
[Q.3.cl.3.1incl.1excl.POS.active.optative.PRES] => |ʄʲ|u|̰꜖|rʷ|-
[Q.3.cl.3.1incl.1excl.POS.active.optative.PAST] => |ɹʷ|ʉː|̰꜒|t͡sʲ|-
[Q.3.cl.3.1incl.1excl.POS.passive.indicative.PRES] => |kʰʷ|a|꜖|ɰˤ|-
[Q.3.cl.3.1incl.1excl.POS.passive.indicative.PAST] => |ɠʷ|ᵊ|꜖꜒|kʼˤ|-
[Q.3.cl.3.1incl.1excl.POS.passive.imperative.PRES] => |ᵑǀʼʲ|iː|꜒꜖|qˠ|-
[Q.3.cl.3.1incl.1excl.POS.passive.imperative.PAST] => |pʼˤ|ʉː|꜒|n̥ʷ|-
[Q.3.cl.3.1incl.1excl.POS.passive.conditional.PRES] => |qʼˠ|aː|̰꜒|ʂˠ|-
[Q.3.cl.3.1incl.1excl.POS.passive.conditional.PAST] => |pʼʲ|ʉ#|꜖|n̥ʲ|-
[Q.3.cl.3.1incl.1excl.POS.passive.optative.PRES] => |mʲ|a|̰꜒|tʰʷ|-
[Q.3.cl.3.1incl.1excl.POS.passive.optative.PAST] => |h|i#|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.3.1incl.2.NEG.active.indicative.PRES] => |ᵑǀʼˠ|a|꜖|ʈʼʲ|-
[Q.3.cl.3.1incl.2.NEG.active.indicative.PAST] => |ɳʲ|u|̰꜒|ɠʷ|-
[Q.3.cl.3.1incl.2.NEG.active.imperative.PRES] => |m̥ˠ|a#ː|꜒꜖|ʄˠ|-
[Q.3.cl.3.1incl.2.NEG.active.imperative.PAST] => |tɬˠ|a|꜒|ɥʲ|-
[Q.3.cl.3.1incl.2.NEG.active.conditional.PRES] => |pˤ|uː|꜒|ɗʷ|-
[Q.3.cl.3.1incl.2.NEG.active.conditional.PAST] => |hkˤ|i|꜖꜒|ʃʲ|-
[Q.3.cl.3.1incl.2.NEG.active.optative.PRES] => |ŋ̥ʲ|a#|꜒|pʲ|-
[Q.3.cl.3.1incl.2.NEG.active.optative.PAST] => |tʼʲ|i|꜒|kʰˠ|-
[Q.3.cl.3.1incl.2.NEG.passive.indicative.PRES] => |ᵏǀʰˤ|u|꜒|kˠ|-
[Q.3.cl.3.1incl.2.NEG.passive.indicative.PAST] => |t͡sˤ|a|̰꜖|kʼˠ|-
[Q.3.cl.3.1incl.2.NEG.passive.imperative.PRES] => |ɭʲ|a|꜒|ɴʲ|-
[Q.3.cl.3.1incl.2.NEG.passive.imperative.PAST] => |ŋ̥ʷ|ᵊ|꜖꜒|ɳ̥ˠ|-
[Q.3.cl.3.1incl.2.NEG.passive.conditional.PRES] => |ᵏǁʼˠ|u#|̰꜖|pʰˤ|-
[Q.3.cl.3.1incl.2.NEG.passive.conditional.PAST] => |htʲ|ʉ#|̰꜖|ɹˤ|-
[Q.3.cl.3.1incl.2.NEG.passive.optative.PRES] => |ᵏǃʲ|ʉ|̰꜖|kʰʲ|-
[Q.3.cl.3.1incl.2.NEG.passive.optative.PAST] => |ɽʲ|ʉ|꜒꜖|t͡sˠ|-
[Q.3.cl.3.1incl.2.POS.active.indicative.PRES] => |ᵑǃʼʷ|ᵊ|꜒|ɭʲ|-
[Q.3.cl.3.1incl.2.POS.active.indicative.PAST] => |ʃʲ|ᵊ|꜖|ɾʲ|-
[Q.3.cl.3.1incl.2.POS.active.imperative.PRES] => |ɻˠ|i#|꜖꜒|kˤ|-
[Q.3.cl.3.1incl.2.POS.active.imperative.PAST] => |ᵑǃˤ|ᵊ|꜖꜒|t͡ʂʲ|-
[Q.3.cl.3.1incl.2.POS.active.conditional.PRES] => |t͡ʂʲ|i|꜒꜖|qʼˠ|-
[Q.3.cl.3.1incl.2.POS.active.conditional.PAST] => |hkʷ|a|꜖꜒|qʼʲ|-
[Q.3.cl.3.1incl.2.POS.active.optative.PRES] => |ᵑǀʷ|ʉː|꜒꜖|hpˠ|-
[Q.3.cl.3.1incl.2.POS.active.optative.PAST] => |kʰʷ|a#|꜖꜒|n̥ˤ|-
[Q.3.cl.3.1incl.2.POS.passive.indicative.PRES] => |qʼʲ|i#|꜒꜖|ɽˠ|-
[Q.3.cl.3.1incl.2.POS.passive.indicative.PAST] => |ʛˤ|a|꜖꜒|ɽʲ|-
[Q.3.cl.3.1incl.2.POS.passive.imperative.PRES] => |mˠ|i|꜖꜒|htʲ|-
[Q.3.cl.3.1incl.2.POS.passive.imperative.PAST] => |ŋ̥ʷ|iː|꜖|j|-
[Q.3.cl.3.1incl.2.POS.passive.conditional.PRES] => |ᵏǃʼʷ|a#|̰꜒|qʼˤ|-
[Q.3.cl.3.1incl.2.POS.passive.conditional.PAST] => |ɭʲ|ʉ#|̰꜖|ɳˠ|-
[Q.3.cl.3.1incl.2.POS.passive.optative.PRES] => |ʛʷ|i#ː|꜒꜖|qˠ|-
[Q.3.cl.3.1incl.2.POS.passive.optative.PAST] => |t͡ʂʲ|uː|꜒꜖|ʡʲ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.active.indicative.PRES] => |ɽʲ|u|̰꜖|ʂʲ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.active.indicative.PAST] => |ɰˤ|uː|̰꜖|ɭʲ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.active.imperative.PRES] => |pˤ|u#|̰꜖|nʲ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.active.imperative.PAST] => |kʰˤ|aː|꜖꜒|kʷ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.active.conditional.PRES] => |ᵑǁˠ|u#ː|꜒|kʼˠ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.active.conditional.PAST] => |kʰʷ|i|̰꜒|nʲ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.active.optative.PRES] => |ᵏǀʰʷ|a|꜖꜒|ɴʲ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.active.optative.PAST] => |ᵑǁʲ|uː|̰꜖|qʼˠ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.passive.indicative.PRES] => |sˠ|a|꜖|ɽʲ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.passive.indicative.PAST] => |n̥ˠ|aː|꜒꜖|wˤ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.passive.imperative.PRES] => |nˠ|i|꜒꜖|r̥ˤ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǁʲ|aː|꜒꜖|ɴˠ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ɴʷ|a|꜖꜒|qʼʷ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|a|̰꜒|hkˠ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.passive.optative.PRES] => |ɹʷ|a#ː|̰꜖|ɓˠ|-
[Q.3.cl.3.1incl.3.cl.1.NEG.passive.optative.PAST] => |htʷ|ᵊ|꜖꜒|m̥ˠ|-
[Q.3.cl.3.1incl.3.cl.1.POS.active.indicative.PRES] => |j|u|̰꜒|ɗʲ|-
[Q.3.cl.3.1incl.3.cl.1.POS.active.indicative.PAST] => |ᵑǀʼˠ|iː|꜒|ɗˤ|-
[Q.3.cl.3.1incl.3.cl.1.POS.active.imperative.PRES] => |ŋʷ|a|꜖|qʼʷ|-
[Q.3.cl.3.1incl.3.cl.1.POS.active.imperative.PAST] => |ŋ̥ˠ|ʉ|꜖꜒|tʼʲ|-
[Q.3.cl.3.1incl.3.cl.1.POS.active.conditional.PRES] => |ɠˠ|iː|꜒|tʷ|-
[Q.3.cl.3.1incl.3.cl.1.POS.active.conditional.PAST] => |kʼˠ|ʉ|꜖꜒|ʡʲ|-
[Q.3.cl.3.1incl.3.cl.1.POS.active.optative.PRES] => |ᵑǁʲ|a|꜒꜖|nˠ|-
[Q.3.cl.3.1incl.3.cl.1.POS.active.optative.PAST] => |t͡sʲ|i|꜖꜒|ŋˤ|-
[Q.3.cl.3.1incl.3.cl.1.POS.passive.indicative.PRES] => |ᵏǃʲ|a|̰꜖|lˠ|-
[Q.3.cl.3.1incl.3.cl.1.POS.passive.indicative.PAST] => |ɻʲ|i|꜖|tˤ|-
[Q.3.cl.3.1incl.3.cl.1.POS.passive.imperative.PRES] => |ᵏǀˠ|ʉ|̰꜒|ʛʷ|-
[Q.3.cl.3.1incl.3.cl.1.POS.passive.imperative.PAST] => |wˠ|ᵊ|꜒꜖|ʈʼʲ|-
[Q.3.cl.3.1incl.3.cl.1.POS.passive.conditional.PRES] => |ɗˤ|u|꜖|ɓˠ|-
[Q.3.cl.3.1incl.3.cl.1.POS.passive.conditional.PAST] => |mˠ|a|꜖꜒|t͡ʂʲ|-
[Q.3.cl.3.1incl.3.cl.1.POS.passive.optative.PRES] => |htˠ|a#|꜒꜖|ʋʲ|-
[Q.3.cl.3.1incl.3.cl.1.POS.passive.optative.PAST] => |ŋʷ|ᵊ|̰꜖|t͡ʂˠ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.active.indicative.PRES] => |hpˠ|ʉ#|̰꜒|ŋˠ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.active.indicative.PAST] => |qˠ|ᵊ|̰꜖|ŋ̥ˠ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.active.imperative.PRES] => |kʰˤ|u|꜒꜖|ʈʼˠ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.active.imperative.PAST] => |hʈˠ|u#ː|̰꜖|ɥˠ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.active.conditional.PRES] => |ᵑǀʼˠ|u#|꜖|tɬˠ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.active.conditional.PAST] => |tʼʲ|i|̰꜖|nˠ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.active.optative.PRES] => |ɗˠ|a#ː|꜖꜒|tˠ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.active.optative.PAST] => |lʲ|i|꜖꜒|n̥ˤ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.passive.indicative.PRES] => |hʈˠ|iː|꜖꜒|tʰʷ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.passive.indicative.PAST] => |tʲ|u|꜒|ʃʲ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.passive.imperative.PRES] => |d͡ʐʲ|u#ː|꜖|r̥ʷ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.passive.imperative.PAST] => |qʼˤ|ᵊ|꜒꜖|ɥˤ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.passive.conditional.PRES] => |t͡ʂˠ|ᵊ|̰꜒|t͡ʃ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ɠˤ|ʉ|꜖|qʲ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.passive.optative.PRES] => |hkˠ|a#ː|̰꜒|ɠʷ|-
[Q.3.cl.3.1incl.3.cl.2.NEG.passive.optative.PAST] => |j|aː|̰꜖|sˠ|-
[Q.3.cl.3.1incl.3.cl.2.POS.active.indicative.PRES] => |ɽˠ|aː|꜒꜖|wˠ|-
[Q.3.cl.3.1incl.3.cl.2.POS.active.indicative.PAST] => |ʔ|u#ː|꜒|qʼʲ|-
[Q.3.cl.3.1incl.3.cl.2.POS.active.imperative.PRES] => |ᵏǃˠ|i|꜖꜒|ŋ̥ʲ|-
[Q.3.cl.3.1incl.3.cl.2.POS.active.imperative.PAST] => |pʲ|a|̰꜖|sʲ|-
[Q.3.cl.3.1incl.3.cl.2.POS.active.conditional.PRES] => |ᵏǃʲ|ᵊ|꜒|mˤ|-
[Q.3.cl.3.1incl.3.cl.2.POS.active.conditional.PAST] => |ɓʲ|a|꜒꜖|t͡ʃ|-
[Q.3.cl.3.1incl.3.cl.2.POS.active.optative.PRES] => |ɽʲ|i#|꜖꜒|t͡sʷ|-
[Q.3.cl.3.1incl.3.cl.2.POS.active.optative.PAST] => |tʷ|a|꜒|ɴˤ|-
[Q.3.cl.3.1incl.3.cl.2.POS.passive.indicative.PRES] => |ɽˠ|i|̰꜒|hʈˠ|-
[Q.3.cl.3.1incl.3.cl.2.POS.passive.indicative.PAST] => |r̥ʷ|ᵊ|̰꜖|kʰʷ|-
[Q.3.cl.3.1incl.3.cl.2.POS.passive.imperative.PRES] => |t͡ʃ|a#ː|꜖|ɰˤ|-
[Q.3.cl.3.1incl.3.cl.2.POS.passive.imperative.PAST] => |lʲ|aː|꜒|qʷ|-
[Q.3.cl.3.1incl.3.cl.2.POS.passive.conditional.PRES] => |ɭʲ|a#ː|꜖|pˤ|-
[Q.3.cl.3.1incl.3.cl.2.POS.passive.conditional.PAST] => |t͡sˠ|aː|̰꜖|ʜʲ|-
[Q.3.cl.3.1incl.3.cl.2.POS.passive.optative.PRES] => |t͡ʂˠ|ᵊ|꜖꜒|qʼˤ|-
[Q.3.cl.3.1incl.3.cl.2.POS.passive.optative.PAST] => |hkˤ|a|꜒|ɾˠ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.active.indicative.PRES] => |kʼʲ|u#|꜒꜖|ɭʲ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.active.indicative.PAST] => |sʲ|u#|꜖꜒|hʈˠ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.active.imperative.PRES] => |ʛˤ|iː|̰꜖|ɹʷ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.active.imperative.PAST] => |t͡ʂʲ|uː|̰꜖|mˤ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.active.conditional.PRES] => |ᵏǀˠ|aː|̰꜒|tʲ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.active.conditional.PAST] => |ŋ̥ˠ|u|꜖꜒|ɴˤ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.active.optative.PRES] => |ɰˤ|ʉ|̰꜖|ɳ̥ʲ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.active.optative.PAST] => |qʼˤ|iː|꜖꜒|ɳʲ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.passive.indicative.PRES] => |m̥ʲ|i#ː|꜒|ʋˠ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǃʲ|i#|̰꜖|ŋ̥ʷ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.passive.imperative.PRES] => |mʲ|u|꜒꜖|ɴʲ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.passive.imperative.PAST] => |tʼʷ|ᵊ|꜒|hkʷ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.passive.conditional.PRES] => |pʼˤ|u|꜒꜖|kʼʲ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ɠˤ|u|̰꜒|hkʲ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.passive.optative.PRES] => |ʄˠ|u|꜒꜖|kˠ|-
[Q.3.cl.3.1incl.3.cl.3.NEG.passive.optative.PAST] => |ɠʲ|ᵊ|꜖꜒|ɽˠ|-
[Q.3.cl.3.1incl.3.cl.3.POS.active.indicative.PRES] => |nˠ|aː|̰꜖|ɽʲ|-
[Q.3.cl.3.1incl.3.cl.3.POS.active.indicative.PAST] => |ɹˤ|ʉ|꜒꜖|pʰʲ|-
[Q.3.cl.3.1incl.3.cl.3.POS.active.imperative.PRES] => |kʼʲ|aː|̰꜖|j|-
[Q.3.cl.3.1incl.3.cl.3.POS.active.imperative.PAST] => |qʼˤ|a|꜒|tˠ|-
[Q.3.cl.3.1incl.3.cl.3.POS.active.conditional.PRES] => |mʲ|u|̰꜒|rˤ|-
[Q.3.cl.3.1incl.3.cl.3.POS.active.conditional.PAST] => |ŋ̥ˤ|uː|꜖꜒|tˤ|-
[Q.3.cl.3.1incl.3.cl.3.POS.active.optative.PRES] => |ɠˤ|i#|꜖꜒|n̥ʲ|-
[Q.3.cl.3.1incl.3.cl.3.POS.active.optative.PAST] => |ᵑǃʼˠ|i|̰꜖|n̥ˠ|-
[Q.3.cl.3.1incl.3.cl.3.POS.passive.indicative.PRES] => |ʛˤ|aː|꜖|ʛˤ|-
[Q.3.cl.3.1incl.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃʰˤ|i|꜒|ʋʲ|-
[Q.3.cl.3.1incl.3.cl.3.POS.passive.imperative.PRES] => |ʈʰʲ|u#ː|̰꜒|ŋʲ|-
[Q.3.cl.3.1incl.3.cl.3.POS.passive.imperative.PAST] => |kʰʷ|a#ː|̰꜒|hkʷ|-
[Q.3.cl.3.1incl.3.cl.3.POS.passive.conditional.PRES] => |ᵏǁʼʲ|i|̰꜒|ʡʲ|-
[Q.3.cl.3.1incl.3.cl.3.POS.passive.conditional.PAST] => |ʃˠ|ʉ|꜒꜖|qʷ|-
[Q.3.cl.3.1incl.3.cl.3.POS.passive.optative.PRES] => |ɗʲ|a#ː|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.3.1incl.3.cl.3.POS.passive.optative.PAST] => |ᵏǀʼʲ|i|꜒꜖|tʰʷ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʼˤ|a|꜒꜖|wʲ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.active.indicative.PAST] => |sʷ|ᵊ|꜖꜒|ɾˠ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.active.imperative.PRES] => |ᵏǁʼʲ|a|꜒|hʈʲ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃʲ|u|꜒|htˤ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.active.conditional.PRES] => |ʛʲ|ʉ|̰꜒|pˤ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.active.conditional.PAST] => |hpʲ|a|꜒|wʲ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.active.optative.PRES] => |m̥ʲ|ᵊ|꜒|qʼˠ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.active.optative.PAST] => |r̥ʲ|uː|꜖꜒|ɗʷ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.passive.indicative.PRES] => |qˠ|i#|꜒꜖|tʼˠ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǁˠ|a#|̰꜖|ɰʷ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǁʰˠ|a|꜖|ʈʰˠ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ʄʲ|ʉ|꜒꜖|ɗˤ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.passive.conditional.PRES] => |n̥ʲ|aː|꜖꜒|d͡ʐʲ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǁʼˠ|i|꜖꜒|t͡sʷ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.passive.optative.PRES] => |ʈʰʲ|u|꜒|kʲ|-
[Q.3.cl.3.1incl.3.cl.4.NEG.passive.optative.PAST] => |n̥ʷ|ʉ|̰꜒|ʄˠ|-
[Q.3.cl.3.1incl.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʰʲ|ᵊ|꜖꜒|ʡʲ|-
[Q.3.cl.3.1incl.3.cl.4.POS.active.indicative.PAST] => |ɗˠ|i#|꜒|qʼˤ|-
[Q.3.cl.3.1incl.3.cl.4.POS.active.imperative.PRES] => |kʰˤ|i|̰꜖|kˠ|-
[Q.3.cl.3.1incl.3.cl.4.POS.active.imperative.PAST] => |pʰˤ|ʉ#ː|꜒|ɰʷ|-
[Q.3.cl.3.1incl.3.cl.4.POS.active.conditional.PRES] => |ɳ̥ʲ|ᵊ|̰꜒|t͡sˠ|-
[Q.3.cl.3.1incl.3.cl.4.POS.active.conditional.PAST] => |kʰˠ|a|̰꜒|n̥ʷ|-
[Q.3.cl.3.1incl.3.cl.4.POS.active.optative.PRES] => |r̥ʷ|i|꜒|ŋˠ|-
[Q.3.cl.3.1incl.3.cl.4.POS.active.optative.PAST] => |ɰˤ|a|꜒꜖|ʄˠ|-
[Q.3.cl.3.1incl.3.cl.4.POS.passive.indicative.PRES] => |ɥˤ|a|꜖꜒|ʔ|-
[Q.3.cl.3.1incl.3.cl.4.POS.passive.indicative.PAST] => |kʼˤ|ᵊ|꜒|ɹˤ|-
[Q.3.cl.3.1incl.3.cl.4.POS.passive.imperative.PRES] => |ᵏǃʼˤ|ʉ|꜖|htʷ|-
[Q.3.cl.3.1incl.3.cl.4.POS.passive.imperative.PAST] => |kʰˠ|a|꜖|ɹˤ|-
[Q.3.cl.3.1incl.3.cl.4.POS.passive.conditional.PRES] => |ᵑǀʼʷ|a#ː|꜒꜖|kʲ|-
[Q.3.cl.3.1incl.3.cl.4.POS.passive.conditional.PAST] => |ʈʰˠ|a#ː|꜒|ɰʲ|-
[Q.3.cl.3.1incl.3.cl.4.POS.passive.optative.PRES] => |pˤ|i|̰꜖|ɾˠ|-
[Q.3.cl.3.1incl.3.cl.4.POS.passive.optative.PAST] => |ɥˠ|u|꜒|tʲ|-
[Q.3.cl.3.1excl.1incl.NEG.active.indicative.PRES] => |ɥʲ|i|꜖꜒|ʃʲ|-
[Q.3.cl.3.1excl.1incl.NEG.active.indicative.PAST] => |ᵑǃʼʲ|ᵊ|꜒|ɰˤ|-
[Q.3.cl.3.1excl.1incl.NEG.active.imperative.PRES] => |ʡʲ|i#|꜒꜖|ɾˠ|-
[Q.3.cl.3.1excl.1incl.NEG.active.imperative.PAST] => |kʷ|ᵊ|꜒꜖|ɗˠ|-
[Q.3.cl.3.1excl.1incl.NEG.active.conditional.PRES] => |hpˠ|i|꜒|ɳʲ|-
[Q.3.cl.3.1excl.1incl.NEG.active.conditional.PAST] => |mˠ|i|̰꜖|r̥ʲ|-
[Q.3.cl.3.1excl.1incl.NEG.active.optative.PRES] => |r̥ˠ|i|̰꜒|ɰˠ|-
[Q.3.cl.3.1excl.1incl.NEG.active.optative.PAST] => |t͡sˤ|ʉː|̰꜖|ɗˤ|-
[Q.3.cl.3.1excl.1incl.NEG.passive.indicative.PRES] => |sˠ|a|꜒|ʛʷ|-
[Q.3.cl.3.1excl.1incl.NEG.passive.indicative.PAST] => |htʲ|i#ː|꜖꜒|ʂˠ|-
[Q.3.cl.3.1excl.1incl.NEG.passive.imperative.PRES] => |kʼʲ|i|꜒|ɠˤ|-
[Q.3.cl.3.1excl.1incl.NEG.passive.imperative.PAST] => |hpˠ|a|̰꜖|wʲ|-
[Q.3.cl.3.1excl.1incl.NEG.passive.conditional.PRES] => |ᵏǃˤ|i|꜒|n̥ˠ|-
[Q.3.cl.3.1excl.1incl.NEG.passive.conditional.PAST] => |ᵏǃʷ|ʉ#ː|̰꜖|ʄʲ|-
[Q.3.cl.3.1excl.1incl.NEG.passive.optative.PRES] => |hkˠ|a|꜒꜖|mˤ|-
[Q.3.cl.3.1excl.1incl.NEG.passive.optative.PAST] => |ᵑǃˠ|a#|꜖꜒|ɓˠ|-
[Q.3.cl.3.1excl.1incl.POS.active.indicative.PRES] => |ʂˠ|aː|꜖|qʼˠ|-
[Q.3.cl.3.1excl.1incl.POS.active.indicative.PAST] => |ɻˠ|iː|꜖꜒|qʼʷ|-
[Q.3.cl.3.1excl.1incl.POS.active.imperative.PRES] => |r̥ˠ|a#ː|꜖꜒|ɻˠ|-
[Q.3.cl.3.1excl.1incl.POS.active.imperative.PAST] => |ʄʲ|a|̰꜒|m̥ˠ|-
[Q.3.cl.3.1excl.1incl.POS.active.conditional.PRES] => |tˤ|ʉ|̰꜖|ʃʲ|-
[Q.3.cl.3.1excl.1incl.POS.active.conditional.PAST] => |sʲ|u|꜖|kˠ|-
[Q.3.cl.3.1excl.1incl.POS.active.optative.PRES] => |ᵑǀˠ|u#ː|꜖|ɰˤ|-
[Q.3.cl.3.1excl.1incl.POS.active.optative.PAST] => |hkʲ|ᵊ|꜖꜒|ʃʲ|-
[Q.3.cl.3.1excl.1incl.POS.passive.indicative.PRES] => |lˠ|ʉ#ː|꜖꜒|lʲ|-
[Q.3.cl.3.1excl.1incl.POS.passive.indicative.PAST] => |ɠʲ|uː|̰꜖|ʛʲ|-
[Q.3.cl.3.1excl.1incl.POS.passive.imperative.PRES] => |ɳ̥ˠ|a#|꜒|hkˤ|-
[Q.3.cl.3.1excl.1incl.POS.passive.imperative.PAST] => |tʼʲ|a#ː|꜒꜖|ɠʷ|-
[Q.3.cl.3.1excl.1incl.POS.passive.conditional.PRES] => |ᵑǀʼˠ|u|̰꜒|ɥʲ|-
[Q.3.cl.3.1excl.1incl.POS.passive.conditional.PAST] => |ᵏǀʼˠ|u#ː|꜒꜖|qʼˤ|-
[Q.3.cl.3.1excl.1incl.POS.passive.optative.PRES] => |ɴʷ|a#ː|꜒꜖|ʋʲ|-
[Q.3.cl.3.1excl.1incl.POS.passive.optative.PAST] => |lˠ|a#|꜒|kʼˤ|-
[Q.3.cl.3.1excl.1excl.NEG.active.indicative.PRES] => |ᵏǁʼˠ|u|꜖|mʲ|-
[Q.3.cl.3.1excl.1excl.NEG.active.indicative.PAST] => |ᵏǃʼˤ|u|꜒|ʛˠ|-
[Q.3.cl.3.1excl.1excl.NEG.active.imperative.PRES] => |ɥˤ|ʉː|꜒|ɓˤ|-
[Q.3.cl.3.1excl.1excl.NEG.active.imperative.PAST] => |ᵏǀʰˤ|ᵊ|꜒꜖|ʛˤ|-
[Q.3.cl.3.1excl.1excl.NEG.active.conditional.PRES] => |ʛʷ|a#|̰꜖|pʲ|-
[Q.3.cl.3.1excl.1excl.NEG.active.conditional.PAST] => |pʲ|u|꜒|ɭʲ|-
[Q.3.cl.3.1excl.1excl.NEG.active.optative.PRES] => |t͡sʷ|ᵊ|꜖꜒|qʼˠ|-
[Q.3.cl.3.1excl.1excl.NEG.active.optative.PAST] => |ɓˤ|u|̰꜖|lʲ|-
[Q.3.cl.3.1excl.1excl.NEG.passive.indicative.PRES] => |ᵑǃʼʲ|iː|꜖|ʈʰʲ|-
[Q.3.cl.3.1excl.1excl.NEG.passive.indicative.PAST] => |h|u#|꜖꜒|ɰʷ|-
[Q.3.cl.3.1excl.1excl.NEG.passive.imperative.PRES] => |tʷ|ʉ|꜖|n̥ʷ|-
[Q.3.cl.3.1excl.1excl.NEG.passive.imperative.PAST] => |n̥ʲ|i|̰꜒|kʰʷ|-
[Q.3.cl.3.1excl.1excl.NEG.passive.conditional.PRES] => |kʼˠ|a#ː|꜖|kʰʷ|-
[Q.3.cl.3.1excl.1excl.NEG.passive.conditional.PAST] => |pˤ|i|̰꜖|ɳˠ|-
[Q.3.cl.3.1excl.1excl.NEG.passive.optative.PRES] => |ɓˤ|iː|̰꜖|kʼˠ|-
[Q.3.cl.3.1excl.1excl.NEG.passive.optative.PAST] => |mˠ|a|꜒|htˠ|-
[Q.3.cl.3.1excl.1excl.POS.active.indicative.PRES] => |ᵏǃʼˤ|i|꜖꜒|tʷ|-
[Q.3.cl.3.1excl.1excl.POS.active.indicative.PAST] => |ᵏǃʷ|i#ː|꜖꜒|ʈʲ|-
[Q.3.cl.3.1excl.1excl.POS.active.imperative.PRES] => |kʼˠ|a|̰꜒|ʂʲ|-
[Q.3.cl.3.1excl.1excl.POS.active.imperative.PAST] => |ᵑǃʼˤ|ʉ#ː|꜒꜖|t͡ʂʲ|-
[Q.3.cl.3.1excl.1excl.POS.active.conditional.PRES] => |ŋ̥ˤ|i#ː|̰꜖|ɠˤ|-
[Q.3.cl.3.1excl.1excl.POS.active.conditional.PAST] => |tʷ|i|̰꜒|nʲ|-
[Q.3.cl.3.1excl.1excl.POS.active.optative.PRES] => |ᵑǁʼʲ|ʉ|꜖꜒|hkʷ|-
[Q.3.cl.3.1excl.1excl.POS.active.optative.PAST] => |ʜʲ|iː|꜒꜖|ʈʲ|-
[Q.3.cl.3.1excl.1excl.POS.passive.indicative.PRES] => |ᵏǃʼʷ|ʉ|̰꜒|ɳ̥ˠ|-
[Q.3.cl.3.1excl.1excl.POS.passive.indicative.PAST] => |t͡sˤ|u|꜒꜖|kʰʷ|-
[Q.3.cl.3.1excl.1excl.POS.passive.imperative.PRES] => |d͡ʐˠ|ʉ#ː|꜖|ʃˠ|-
[Q.3.cl.3.1excl.1excl.POS.passive.imperative.PAST] => |ʡˠ|a#ː|꜒|ŋ̥ʲ|-
[Q.3.cl.3.1excl.1excl.POS.passive.conditional.PRES] => |kʼʷ|aː|̰꜖|ʛˠ|-
[Q.3.cl.3.1excl.1excl.POS.passive.conditional.PAST] => |ɴˤ|a|̰꜒|pˤ|-
[Q.3.cl.3.1excl.1excl.POS.passive.optative.PRES] => |nʷ|ʉ|̰꜒|tʷ|-
[Q.3.cl.3.1excl.1excl.POS.passive.optative.PAST] => |hʈˠ|a|꜒|ʛˠ|-
[Q.3.cl.3.1excl.2.NEG.active.indicative.PRES] => |ŋ̥ʲ|a|꜒꜖|ʋˠ|-
[Q.3.cl.3.1excl.2.NEG.active.indicative.PAST] => |nˠ|u#|꜒|n̥ˠ|-
[Q.3.cl.3.1excl.2.NEG.active.imperative.PRES] => |ᵏǁʰʲ|ᵊ|꜒꜖|m̥ˠ|-
[Q.3.cl.3.1excl.2.NEG.active.imperative.PAST] => |ᵏǀʲ|ʉ#|꜖|ʈʼˠ|-
[Q.3.cl.3.1excl.2.NEG.active.conditional.PRES] => |ᵏǀʼʷ|i|꜖|ʃˠ|-
[Q.3.cl.3.1excl.2.NEG.active.conditional.PAST] => |sʷ|ʉ#ː|꜖꜒|ɾˤ|-
[Q.3.cl.3.1excl.2.NEG.active.optative.PRES] => |ɗˤ|u#|꜖꜒|ɴʲ|-
[Q.3.cl.3.1excl.2.NEG.active.optative.PAST] => |qʼˠ|ʉ|̰꜒|ɓˠ|-
[Q.3.cl.3.1excl.2.NEG.passive.indicative.PRES] => |ᵏǃʷ|a#ː|̰꜒|kʼʲ|-
[Q.3.cl.3.1excl.2.NEG.passive.indicative.PAST] => |t͡ʂʲ|a|꜖꜒|j|-
[Q.3.cl.3.1excl.2.NEG.passive.imperative.PRES] => |hʈˠ|ᵊ|꜖|ɴˤ|-
[Q.3.cl.3.1excl.2.NEG.passive.imperative.PAST] => |hʈˠ|i|꜒꜖|ʔ|-
[Q.3.cl.3.1excl.2.NEG.passive.conditional.PRES] => |rˤ|i#|꜒꜖|kʰˠ|-
[Q.3.cl.3.1excl.2.NEG.passive.conditional.PAST] => |ɓˠ|i|꜒꜖|pʰʲ|-
[Q.3.cl.3.1excl.2.NEG.passive.optative.PRES] => |d͡ʐʲ|ʉ#ː|̰꜖|qʷ|-
[Q.3.cl.3.1excl.2.NEG.passive.optative.PAST] => |lʲ|ʉ|꜖꜒|hʈˠ|-
[Q.3.cl.3.1excl.2.POS.active.indicative.PRES] => |tʰʷ|i#|꜒|qˠ|-
[Q.3.cl.3.1excl.2.POS.active.indicative.PAST] => |kʲ|ᵊ|꜖|nˤ|-
[Q.3.cl.3.1excl.2.POS.active.imperative.PRES] => |n̥ʲ|aː|̰꜒|ɗˤ|-
[Q.3.cl.3.1excl.2.POS.active.imperative.PAST] => |ᵏǀˠ|i|꜒꜖|kʼˠ|-
[Q.3.cl.3.1excl.2.POS.active.conditional.PRES] => |wˤ|u|꜒|t͡sʷ|-
[Q.3.cl.3.1excl.2.POS.active.conditional.PAST] => |t͡sʷ|ʉ#ː|̰꜒|hʈʲ|-
[Q.3.cl.3.1excl.2.POS.active.optative.PRES] => |ʋˠ|a|꜒|ʂˠ|-
[Q.3.cl.3.1excl.2.POS.active.optative.PAST] => |ɽʲ|u|꜒꜖|m̥ʲ|-
[Q.3.cl.3.1excl.2.POS.passive.indicative.PRES] => |n̥ˤ|u#ː|꜒|ɾˤ|-
[Q.3.cl.3.1excl.2.POS.passive.indicative.PAST] => |ɹʲ|ʉ#|꜖|qʼˠ|-
[Q.3.cl.3.1excl.2.POS.passive.imperative.PRES] => |ɴˤ|a#|꜒꜖|n̥ˤ|-
[Q.3.cl.3.1excl.2.POS.passive.imperative.PAST] => |ɽʲ|ʉ#ː|̰꜒|d͡ʐˠ|-
[Q.3.cl.3.1excl.2.POS.passive.conditional.PRES] => |m̥ˤ|ʉ#ː|̰꜒|m̥ˠ|-
[Q.3.cl.3.1excl.2.POS.passive.conditional.PAST] => |pˤ|ʉ|꜒|wʲ|-
[Q.3.cl.3.1excl.2.POS.passive.optative.PRES] => |rʷ|ᵊ|꜒꜖|tʰʲ|-
[Q.3.cl.3.1excl.2.POS.passive.optative.PAST] => |qʼˠ|aː|̰꜖|kˠ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.active.indicative.PRES] => |t͡sˠ|ᵊ|̰꜖|sʲ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.active.indicative.PAST] => |pʰˤ|ᵊ|꜖|ɽˠ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.active.imperative.PRES] => |ᵏǃʰʷ|a#|꜒꜖|kʼˠ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.active.imperative.PAST] => |mˠ|ʉ|꜖꜒|rˤ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.active.conditional.PRES] => |kʰʷ|a#ː|꜒|ɴˤ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.active.conditional.PAST] => |ŋ̥ʷ|ᵊ|꜖|ɓʲ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.active.optative.PRES] => |n̥ʷ|iː|꜖|tʼʲ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.active.optative.PAST] => |wʲ|a|꜖|ɠʲ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.passive.indicative.PRES] => |ʜʲ|a#ː|꜒꜖|kʼˤ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.passive.indicative.PAST] => |ŋ̥ʲ|ᵊ|꜒꜖|ŋˤ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ŋ̥ʲ|ᵊ|̰꜖|r̥ˠ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.passive.imperative.PAST] => |tʷ|ʉ|꜒꜖|rʲ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ɥˠ|u|̰꜖|ɠʷ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.passive.conditional.PAST] => |ŋ̥ʲ|i#|꜒|kʰˠ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.passive.optative.PRES] => |tˠ|aː|꜖꜒|ʜʲ|-
[Q.3.cl.3.1excl.3.cl.1.NEG.passive.optative.PAST] => |rʲ|aː|̰꜒|ɰˠ|-
[Q.3.cl.3.1excl.3.cl.1.POS.active.indicative.PRES] => |ᵏǃʰˠ|u|꜖|tʼʷ|-
[Q.3.cl.3.1excl.3.cl.1.POS.active.indicative.PAST] => |pʼʲ|ʉ#ː|̰꜒|lˠ|-
[Q.3.cl.3.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵑǁʲ|ʉː|꜒꜖|ɗʷ|-
[Q.3.cl.3.1excl.3.cl.1.POS.active.imperative.PAST] => |ʛˤ|u|꜖|ŋ̥ˠ|-
[Q.3.cl.3.1excl.3.cl.1.POS.active.conditional.PRES] => |ᵏǀˠ|a|꜒|kʲ|-
[Q.3.cl.3.1excl.3.cl.1.POS.active.conditional.PAST] => |pʰˠ|ʉ|̰꜖|qˤ|-
[Q.3.cl.3.1excl.3.cl.1.POS.active.optative.PRES] => |rʷ|i|̰꜒|wʲ|-
[Q.3.cl.3.1excl.3.cl.1.POS.active.optative.PAST] => |hkʷ|i#ː|꜖꜒|tʲ|-
[Q.3.cl.3.1excl.3.cl.1.POS.passive.indicative.PRES] => |ᵑǁʼˠ|ʉ#|꜖|ʃʲ|-
[Q.3.cl.3.1excl.3.cl.1.POS.passive.indicative.PAST] => |ɴʲ|i|꜖꜒|ɰʷ|-
[Q.3.cl.3.1excl.3.cl.1.POS.passive.imperative.PRES] => |ᵏǁˠ|i#|꜖|kʰˤ|-
[Q.3.cl.3.1excl.3.cl.1.POS.passive.imperative.PAST] => |qʷ|ʉ|̰꜒|ɗˤ|-
[Q.3.cl.3.1excl.3.cl.1.POS.passive.conditional.PRES] => |ɻˠ|u|꜒꜖|j|-
[Q.3.cl.3.1excl.3.cl.1.POS.passive.conditional.PAST] => |ŋ̥ˠ|ʉ|̰꜖|rʲ|-
[Q.3.cl.3.1excl.3.cl.1.POS.passive.optative.PRES] => |ᵑǁʼˠ|i#ː|꜖|pʲ|-
[Q.3.cl.3.1excl.3.cl.1.POS.passive.optative.PAST] => |kʼʲ|ᵊ|꜒꜖|nˤ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.active.indicative.PRES] => |ŋˤ|ʉ|꜒꜖|ŋʲ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.active.indicative.PAST] => |tʰʲ|a|̰꜒|wˤ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.active.imperative.PRES] => |ᵑǀʼˤ|aː|̰꜖|hpʲ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.active.imperative.PAST] => |ʃʲ|u|꜖꜒|qˤ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.active.conditional.PRES] => |hkˤ|i|꜒|ŋ̥ʲ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.active.conditional.PAST] => |htˤ|a#|꜖|ŋ̥ʲ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.active.optative.PRES] => |sʷ|ᵊ|̰꜖|qʷ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.active.optative.PAST] => |ʈˠ|u|꜒|pʰˤ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ɗˠ|ᵊ|̰꜖|ɭʲ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ɠʷ|i|꜒꜖|ɹʷ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǁˠ|a#ː|꜒|hpʲ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.passive.imperative.PAST] => |nʲ|i|̰꜒|ɴˠ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.passive.conditional.PRES] => |pˤ|i|̰꜖|ɻˠ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.passive.conditional.PAST] => |hkˠ|ᵊ|꜒꜖|kʲ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.passive.optative.PRES] => |tˤ|ᵊ|꜒꜖|rʲ|-
[Q.3.cl.3.1excl.3.cl.2.NEG.passive.optative.PAST] => |lˠ|aː|꜒|ɗʷ|-
[Q.3.cl.3.1excl.3.cl.2.POS.active.indicative.PRES] => |ɻˠ|aː|̰꜖|tʼˤ|-
[Q.3.cl.3.1excl.3.cl.2.POS.active.indicative.PAST] => |ɴˠ|i#|꜒|ɠˠ|-
[Q.3.cl.3.1excl.3.cl.2.POS.active.imperative.PRES] => |ʈʲ|a|꜒|lˠ|-
[Q.3.cl.3.1excl.3.cl.2.POS.active.imperative.PAST] => |hpˤ|u|꜖꜒|ɰˠ|-
[Q.3.cl.3.1excl.3.cl.2.POS.active.conditional.PRES] => |ɓˠ|a#ː|꜒꜖|wˤ|-
[Q.3.cl.3.1excl.3.cl.2.POS.active.conditional.PAST] => |ᵏǁˠ|aː|꜖꜒|ɾˠ|-
[Q.3.cl.3.1excl.3.cl.2.POS.active.optative.PRES] => |ʂˠ|u|꜒|tʼʲ|-
[Q.3.cl.3.1excl.3.cl.2.POS.active.optative.PAST] => |ɴʲ|u|꜒꜖|tʼʷ|-
[Q.3.cl.3.1excl.3.cl.2.POS.passive.indicative.PRES] => |h|ʉ|꜒꜖|hʈʲ|-
[Q.3.cl.3.1excl.3.cl.2.POS.passive.indicative.PAST] => |tˤ|a#ː|꜒|ŋˠ|-
[Q.3.cl.3.1excl.3.cl.2.POS.passive.imperative.PRES] => |htˤ|ʉ|꜖|ʄʲ|-
[Q.3.cl.3.1excl.3.cl.2.POS.passive.imperative.PAST] => |d͡ʐˠ|ᵊ|꜒|pʼʲ|-
[Q.3.cl.3.1excl.3.cl.2.POS.passive.conditional.PRES] => |ʂˠ|i#ː|̰꜖|ɳʲ|-
[Q.3.cl.3.1excl.3.cl.2.POS.passive.conditional.PAST] => |htˤ|i#ː|̰꜒|r̥ˤ|-
[Q.3.cl.3.1excl.3.cl.2.POS.passive.optative.PRES] => |n̥ʲ|i#ː|꜒꜖|qʼˠ|-
[Q.3.cl.3.1excl.3.cl.2.POS.passive.optative.PAST] => |mʲ|ʉ|̰꜒|ʈʼʲ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃˤ|iː|̰꜒|kʲ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.active.indicative.PAST] => |ᵑǁʼˠ|ᵊ|꜖꜒|ɳʲ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.active.imperative.PRES] => |kʰʲ|ʉ|̰꜒|nʲ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.active.imperative.PAST] => |ŋ̥ʷ|ᵊ|꜒꜖|ʜˠ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.active.conditional.PRES] => |ᵑǁʲ|ʉ#ː|̰꜒|m̥ʲ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.active.conditional.PAST] => |mʲ|aː|̰꜖|rˠ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.active.optative.PRES] => |tʼˤ|a#ː|꜖|ɠʲ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.active.optative.PAST] => |ᵑǃʲ|iː|꜒|hpˠ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.passive.indicative.PRES] => |ɠʲ|aː|꜒꜖|hpʲ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ʜʲ|aː|꜖|ʂˠ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃˤ|ᵊ|꜒|t͡ʃ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.passive.imperative.PAST] => |htˠ|ᵊ|꜖|ɰˠ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʰʷ|a|꜖꜒|n̥ˠ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.passive.conditional.PAST] => |wˠ|i|꜒|lˠ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.passive.optative.PRES] => |ɰˠ|ʉː|꜒꜖|ɳ̥ʲ|-
[Q.3.cl.3.1excl.3.cl.3.NEG.passive.optative.PAST] => |ᵑǁˠ|ʉ|꜖|ɾˠ|-
[Q.3.cl.3.1excl.3.cl.3.POS.active.indicative.PRES] => |ɳ̥ʲ|i|꜒|pʲ|-
[Q.3.cl.3.1excl.3.cl.3.POS.active.indicative.PAST] => |tʲ|iː|̰꜒|ɽˠ|-
[Q.3.cl.3.1excl.3.cl.3.POS.active.imperative.PRES] => |ɭʲ|ʉː|̰꜖|tʷ|-
[Q.3.cl.3.1excl.3.cl.3.POS.active.imperative.PAST] => |ɓˤ|a#|̰꜖|ɭˠ|-
[Q.3.cl.3.1excl.3.cl.3.POS.active.conditional.PRES] => |nˠ|iː|̰꜖|ɾʲ|-
[Q.3.cl.3.1excl.3.cl.3.POS.active.conditional.PAST] => |qʼˤ|aː|꜖|qʼʷ|-
[Q.3.cl.3.1excl.3.cl.3.POS.active.optative.PRES] => |ᵑǁˠ|ʉː|꜖꜒|ɭʲ|-
[Q.3.cl.3.1excl.3.cl.3.POS.active.optative.PAST] => |ᵑǀʼʲ|ᵊ|꜒꜖|ʋˠ|-
[Q.3.cl.3.1excl.3.cl.3.POS.passive.indicative.PRES] => |m̥ˤ|i|̰꜖|ɽˠ|-
[Q.3.cl.3.1excl.3.cl.3.POS.passive.indicative.PAST] => |n̥ˤ|u|꜒|n̥ʲ|-
[Q.3.cl.3.1excl.3.cl.3.POS.passive.imperative.PRES] => |r̥ʲ|u#|꜖|ɴʲ|-
[Q.3.cl.3.1excl.3.cl.3.POS.passive.imperative.PAST] => |ɳ̥ʲ|u|̰꜖|mˠ|-
[Q.3.cl.3.1excl.3.cl.3.POS.passive.conditional.PRES] => |ᵏǀʰʷ|ʉ#|̰꜒|ʜʲ|-
[Q.3.cl.3.1excl.3.cl.3.POS.passive.conditional.PAST] => |r̥ʷ|a|꜒|ʛʲ|-
[Q.3.cl.3.1excl.3.cl.3.POS.passive.optative.PRES] => |ɗʲ|u|꜒|t͡sˠ|-
[Q.3.cl.3.1excl.3.cl.3.POS.passive.optative.PAST] => |kʼˠ|ʉ|꜒|pʰˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.active.indicative.PRES] => |ɠˠ|ᵊ|꜒|ɹˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.active.indicative.PAST] => |htʷ|i|꜖꜒|t͡sˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.active.imperative.PRES] => |ᵑǀʼˤ|a#|꜒꜖|htʲ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.active.imperative.PAST] => |hkˤ|ᵊ|꜖|pˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.active.conditional.PRES] => |hpˤ|ᵊ|꜖|ʈʼˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.active.conditional.PAST] => |ᵏǀˠ|i|̰꜒|ʃʲ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.active.optative.PRES] => |ᵏǃʲ|a|꜒꜖|tˤ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.active.optative.PAST] => |t͡sˠ|i|꜒|ɹˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʲ|ʉ#ː|꜖|ɠˤ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.passive.indicative.PAST] => |tʼˠ|a|꜒꜖|ɥˤ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.passive.imperative.PRES] => |n̥ʲ|a#ː|꜒꜖|ʈˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.passive.imperative.PAST] => |tʰʷ|aː|꜒꜖|t͡sʷ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.passive.conditional.PRES] => |qˤ|aː|꜖꜒|ɻˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃˠ|iː|꜖꜒|ɭʲ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.passive.optative.PRES] => |tʷ|ʉː|꜖|tʰˠ|-
[Q.3.cl.3.1excl.3.cl.4.NEG.passive.optative.PAST] => |d͡ʐˠ|ʉ#ː|̰꜖|hkʲ|-
[Q.3.cl.3.1excl.3.cl.4.POS.active.indicative.PRES] => |tʼʲ|u|꜒꜖|ɭʲ|-
[Q.3.cl.3.1excl.3.cl.4.POS.active.indicative.PAST] => |n̥ʷ|ʉ#ː|꜒꜖|ʃʲ|-
[Q.3.cl.3.1excl.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʲ|aː|꜒|qˠ|-
[Q.3.cl.3.1excl.3.cl.4.POS.active.imperative.PAST] => |hkʷ|ᵊ|̰꜖|ɻˠ|-
[Q.3.cl.3.1excl.3.cl.4.POS.active.conditional.PRES] => |n̥ˠ|ᵊ|꜒꜖|tˤ|-
[Q.3.cl.3.1excl.3.cl.4.POS.active.conditional.PAST] => |mʲ|aː|̰꜒|ɹˤ|-
[Q.3.cl.3.1excl.3.cl.4.POS.active.optative.PRES] => |h|aː|̰꜒|qʼˤ|-
[Q.3.cl.3.1excl.3.cl.4.POS.active.optative.PAST] => |nʷ|i|꜖|ʂˠ|-
[Q.3.cl.3.1excl.3.cl.4.POS.passive.indicative.PRES] => |ᵏǀʼˠ|i#ː|̰꜒|qʼʷ|-
[Q.3.cl.3.1excl.3.cl.4.POS.passive.indicative.PAST] => |ɴˤ|u#|꜖꜒|mˤ|-
[Q.3.cl.3.1excl.3.cl.4.POS.passive.imperative.PRES] => |pʰʲ|i|꜒꜖|ɾʲ|-
[Q.3.cl.3.1excl.3.cl.4.POS.passive.imperative.PAST] => |ᵑǃʼˠ|uː|̰꜒|ʂʲ|-
[Q.3.cl.3.1excl.3.cl.4.POS.passive.conditional.PRES] => |ᵑǃˤ|i#|꜒꜖|ŋʲ|-
[Q.3.cl.3.1excl.3.cl.4.POS.passive.conditional.PAST] => |tʼˠ|aː|꜒꜖|ɰʷ|-
[Q.3.cl.3.1excl.3.cl.4.POS.passive.optative.PRES] => |ᵑǃˤ|u|꜖꜒|mʲ|-
[Q.3.cl.3.1excl.3.cl.4.POS.passive.optative.PAST] => |ᵏǀʷ|a#ː|̰꜖|qʲ|-
[Q.3.cl.3.2.1incl.NEG.active.indicative.PRES] => |ᵑǁʲ|ʉ#|꜒꜖|ʋˠ|-
[Q.3.cl.3.2.1incl.NEG.active.indicative.PAST] => |ɽʲ|a|꜒꜖|t͡ʂˠ|-
[Q.3.cl.3.2.1incl.NEG.active.imperative.PRES] => |ʈʲ|i|꜒|t͡sʲ|-
[Q.3.cl.3.2.1incl.NEG.active.imperative.PAST] => |mˤ|ʉ#|꜖|qˤ|-
[Q.3.cl.3.2.1incl.NEG.active.conditional.PRES] => |qʼˠ|ᵊ|꜒|t͡sʷ|-
[Q.3.cl.3.2.1incl.NEG.active.conditional.PAST] => |ᵏǃˤ|a|̰꜒|hkˤ|-
[Q.3.cl.3.2.1incl.NEG.active.optative.PRES] => |r̥ˠ|i|꜒|ɹʷ|-
[Q.3.cl.3.2.1incl.NEG.active.optative.PAST] => |ɥˠ|u|꜖꜒|mˤ|-
[Q.3.cl.3.2.1incl.NEG.passive.indicative.PRES] => |ᵏǀʰʷ|ʉ|̰꜒|nʷ|-
[Q.3.cl.3.2.1incl.NEG.passive.indicative.PAST] => |ɴʲ|ʉ#ː|̰꜖|t͡sʷ|-
[Q.3.cl.3.2.1incl.NEG.passive.imperative.PRES] => |ᵏǀˠ|ʉː|̰꜒|qˠ|-
[Q.3.cl.3.2.1incl.NEG.passive.imperative.PAST] => |kʼˠ|i|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.3.2.1incl.NEG.passive.conditional.PRES] => |ᵏǃʼˤ|i|꜒|ŋ̥ˠ|-
[Q.3.cl.3.2.1incl.NEG.passive.conditional.PAST] => |ᵏǃʲ|i#ː|̰꜒|d͡ʐʲ|-
[Q.3.cl.3.2.1incl.NEG.passive.optative.PRES] => |t͡sˤ|ʉ|꜒꜖|ɗʲ|-
[Q.3.cl.3.2.1incl.NEG.passive.optative.PAST] => |ŋˤ|a#|̰꜒|ɠʲ|-
[Q.3.cl.3.2.1incl.POS.active.indicative.PRES] => |mˤ|ᵊ|꜒꜖|m̥ˤ|-
[Q.3.cl.3.2.1incl.POS.active.indicative.PAST] => |ʂʲ|i|̰꜖|ɓˠ|-
[Q.3.cl.3.2.1incl.POS.active.imperative.PRES] => |ᵏǀʰʷ|i#ː|꜖|ɰˠ|-
[Q.3.cl.3.2.1incl.POS.active.imperative.PAST] => |h|u#ː|̰꜒|mʲ|-
[Q.3.cl.3.2.1incl.POS.active.conditional.PRES] => |ɰʷ|a|꜖꜒|ɻʲ|-
[Q.3.cl.3.2.1incl.POS.active.conditional.PAST] => |ᵏǁʰˠ|i#ː|꜒|kʼˠ|-
[Q.3.cl.3.2.1incl.POS.active.optative.PRES] => |ɹˠ|aː|̰꜖|ɗʷ|-
[Q.3.cl.3.2.1incl.POS.active.optative.PAST] => |kʰʷ|i|̰꜖|ɭˠ|-
[Q.3.cl.3.2.1incl.POS.passive.indicative.PRES] => |ɻˠ|ᵊ|꜖꜒|pʰˤ|-
[Q.3.cl.3.2.1incl.POS.passive.indicative.PAST] => |ɗʲ|iː|꜒꜖|ɰʲ|-
[Q.3.cl.3.2.1incl.POS.passive.imperative.PRES] => |ʛˤ|u#ː|꜖꜒|ŋʲ|-
[Q.3.cl.3.2.1incl.POS.passive.imperative.PAST] => |ɭˠ|ᵊ|꜒꜖|pʼʲ|-
[Q.3.cl.3.2.1incl.POS.passive.conditional.PRES] => |pʰˤ|a#|꜖꜒|hkʷ|-
[Q.3.cl.3.2.1incl.POS.passive.conditional.PAST] => |wˤ|iː|꜒|nʷ|-
[Q.3.cl.3.2.1incl.POS.passive.optative.PRES] => |ɻˠ|i|꜖꜒|r̥ʲ|-
[Q.3.cl.3.2.1incl.POS.passive.optative.PAST] => |ʂʲ|ʉ#ː|꜖꜒|qʼˤ|-
[Q.3.cl.3.2.1excl.NEG.active.indicative.PRES] => |t͡sˤ|u|꜖|rʲ|-
[Q.3.cl.3.2.1excl.NEG.active.indicative.PAST] => |wˠ|a|꜖|nʲ|-
[Q.3.cl.3.2.1excl.NEG.active.imperative.PRES] => |j|ᵊ|̰꜒|qʲ|-
[Q.3.cl.3.2.1excl.NEG.active.imperative.PAST] => |ʈʰʲ|a|꜖꜒|ɭˠ|-
[Q.3.cl.3.2.1excl.NEG.active.conditional.PRES] => |t͡sˠ|a|̰꜒|sˠ|-
[Q.3.cl.3.2.1excl.NEG.active.conditional.PAST] => |d͡ʐˠ|i#ː|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.3.2.1excl.NEG.active.optative.PRES] => |ᵏǃʰʲ|uː|꜖꜒|ʋʲ|-
[Q.3.cl.3.2.1excl.NEG.active.optative.PAST] => |ᵑǁʲ|a|꜒|ŋ̥ʲ|-
[Q.3.cl.3.2.1excl.NEG.passive.indicative.PRES] => |ᵏǃʰˤ|ʉ|̰꜒|r̥ˠ|-
[Q.3.cl.3.2.1excl.NEG.passive.indicative.PAST] => |hpˠ|i|̰꜒|h|-
[Q.3.cl.3.2.1excl.NEG.passive.imperative.PRES] => |ʡʲ|ᵊ|꜖|ɰʲ|-
[Q.3.cl.3.2.1excl.NEG.passive.imperative.PAST] => |ŋ̥ʲ|ʉ#ː|̰꜖|tʼˤ|-
[Q.3.cl.3.2.1excl.NEG.passive.conditional.PRES] => |m̥ˤ|ᵊ|̰꜒|ʃʲ|-
[Q.3.cl.3.2.1excl.NEG.passive.conditional.PAST] => |qˠ|u|̰꜖|sʷ|-
[Q.3.cl.3.2.1excl.NEG.passive.optative.PRES] => |pʼˠ|ʉː|̰꜖|ɴʲ|-
[Q.3.cl.3.2.1excl.NEG.passive.optative.PAST] => |kʼˠ|aː|̰꜖|ʈʰʲ|-
[Q.3.cl.3.2.1excl.POS.active.indicative.PRES] => |tʰʲ|u|̰꜒|t͡sʷ|-
[Q.3.cl.3.2.1excl.POS.active.indicative.PAST] => |ɥˠ|ʉ|꜒꜖|pʼˠ|-
[Q.3.cl.3.2.1excl.POS.active.imperative.PRES] => |ᵑǃʲ|ʉ#ː|꜖꜒|pˤ|-
[Q.3.cl.3.2.1excl.POS.active.imperative.PAST] => |ᵏǀʰʷ|aː|꜒|ɾʲ|-
[Q.3.cl.3.2.1excl.POS.active.conditional.PRES] => |ɴˤ|u|꜖|tʲ|-
[Q.3.cl.3.2.1excl.POS.active.conditional.PAST] => |tʼʲ|i|꜒|ʂˠ|-
[Q.3.cl.3.2.1excl.POS.active.optative.PRES] => |ŋ̥ʲ|i#ː|̰꜖|t͡sˠ|-
[Q.3.cl.3.2.1excl.POS.active.optative.PAST] => |ᵏǀʰˠ|iː|̰꜖|ɰʲ|-
[Q.3.cl.3.2.1excl.POS.passive.indicative.PRES] => |ɠʲ|u#|꜒꜖|ɰʲ|-
[Q.3.cl.3.2.1excl.POS.passive.indicative.PAST] => |tʰʷ|i|꜖|ŋˤ|-
[Q.3.cl.3.2.1excl.POS.passive.imperative.PRES] => |htˤ|aː|꜒|wʲ|-
[Q.3.cl.3.2.1excl.POS.passive.imperative.PAST] => |hʈˠ|i|꜒|tʰˠ|-
[Q.3.cl.3.2.1excl.POS.passive.conditional.PRES] => |wˠ|i#ː|꜖|tʷ|-
[Q.3.cl.3.2.1excl.POS.passive.conditional.PAST] => |kʼˠ|ᵊ|꜒꜖|ɥˤ|-
[Q.3.cl.3.2.1excl.POS.passive.optative.PRES] => |pʼʲ|ʉː|꜒꜖|ɥˤ|-
[Q.3.cl.3.2.1excl.POS.passive.optative.PAST] => |ᵑǀˤ|i|꜒꜖|sʲ|-
[Q.3.cl.3.2.2.NEG.active.indicative.PRES] => |ᵏǃʰʷ|i|꜒꜖|ʂʲ|-
[Q.3.cl.3.2.2.NEG.active.indicative.PAST] => |ᵑǀʼʷ|aː|꜒|nʷ|-
[Q.3.cl.3.2.2.NEG.active.imperative.PRES] => |ʛʷ|ʉ#ː|꜒꜖|htˠ|-
[Q.3.cl.3.2.2.NEG.active.imperative.PAST] => |ᵑǃʼˤ|ᵊ|꜒꜖|h|-
[Q.3.cl.3.2.2.NEG.active.conditional.PRES] => |ᵏǃʼˤ|ʉ|̰꜖|ɴʲ|-
[Q.3.cl.3.2.2.NEG.active.conditional.PAST] => |pʰʲ|i#ː|꜖|kʰˤ|-
[Q.3.cl.3.2.2.NEG.active.optative.PRES] => |pʼˤ|ʉ|꜒|pʼˠ|-
[Q.3.cl.3.2.2.NEG.active.optative.PAST] => |ᵑǁʼˠ|a|̰꜖|t͡ʂˠ|-
[Q.3.cl.3.2.2.NEG.passive.indicative.PRES] => |ʔ|i|꜖|tˤ|-
[Q.3.cl.3.2.2.NEG.passive.indicative.PAST] => |t͡ʂʲ|ʉ|꜖|n̥ˠ|-
[Q.3.cl.3.2.2.NEG.passive.imperative.PRES] => |ɹʲ|ᵊ|꜒꜖|r̥ˠ|-
[Q.3.cl.3.2.2.NEG.passive.imperative.PAST] => |kˠ|ʉ#ː|꜖|ʜˠ|-
[Q.3.cl.3.2.2.NEG.passive.conditional.PRES] => |hpˤ|i#|꜒꜖|sʲ|-
[Q.3.cl.3.2.2.NEG.passive.conditional.PAST] => |ʈˠ|u|꜖|t͡sˤ|-
[Q.3.cl.3.2.2.NEG.passive.optative.PRES] => |hʈʲ|ʉ#|꜖|kʼʲ|-
[Q.3.cl.3.2.2.NEG.passive.optative.PAST] => |pʰˠ|a#|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.3.2.2.POS.active.indicative.PRES] => |ɳ̥ʲ|ʉː|꜖꜒|rˠ|-
[Q.3.cl.3.2.2.POS.active.indicative.PAST] => |qʷ|ʉ#|꜒꜖|ɗʷ|-
[Q.3.cl.3.2.2.POS.active.imperative.PRES] => |d͡ʐˠ|i|꜖꜒|ɥˠ|-
[Q.3.cl.3.2.2.POS.active.imperative.PAST] => |hpˤ|a|꜖|mʲ|-
[Q.3.cl.3.2.2.POS.active.conditional.PRES] => |pˤ|u|꜖꜒|ʜˠ|-
[Q.3.cl.3.2.2.POS.active.conditional.PAST] => |qʼʲ|iː|̰꜖|tʼˤ|-
[Q.3.cl.3.2.2.POS.active.optative.PRES] => |pʰʲ|a#ː|̰꜖|pʼˤ|-
[Q.3.cl.3.2.2.POS.active.optative.PAST] => |tʰˤ|a#ː|̰꜒|qʼʲ|-
[Q.3.cl.3.2.2.POS.passive.indicative.PRES] => |ᵑǃʲ|iː|̰꜒|ŋʲ|-
[Q.3.cl.3.2.2.POS.passive.indicative.PAST] => |ʛˠ|ʉː|̰꜖|sʲ|-
[Q.3.cl.3.2.2.POS.passive.imperative.PRES] => |ᵑǁˠ|i#ː|꜖꜒|htˠ|-
[Q.3.cl.3.2.2.POS.passive.imperative.PAST] => |kʲ|i|꜒꜖|pʼˠ|-
[Q.3.cl.3.2.2.POS.passive.conditional.PRES] => |wˠ|ʉ|̰꜒|kʼʷ|-
[Q.3.cl.3.2.2.POS.passive.conditional.PAST] => |ᵑǁʼˠ|ᵊ|꜖|ʂʲ|-
[Q.3.cl.3.2.2.POS.passive.optative.PRES] => |n̥ʲ|u|꜖꜒|tʲ|-
[Q.3.cl.3.2.2.POS.passive.optative.PAST] => |rˠ|u#ː|̰꜒|mˤ|-
[Q.3.cl.3.2.3.cl.1.NEG.active.indicative.PRES] => |ʋʲ|ᵊ|̰꜒|kʷ|-
[Q.3.cl.3.2.3.cl.1.NEG.active.indicative.PAST] => |ɽˠ|a|̰꜖|ɻʲ|-
[Q.3.cl.3.2.3.cl.1.NEG.active.imperative.PRES] => |ɾʷ|aː|̰꜒|ɓˠ|-
[Q.3.cl.3.2.3.cl.1.NEG.active.imperative.PAST] => |ᵑǃˤ|a|̰꜖|ʈʼˠ|-
[Q.3.cl.3.2.3.cl.1.NEG.active.conditional.PRES] => |qʷ|ᵊ|꜖꜒|t͡sʲ|-
[Q.3.cl.3.2.3.cl.1.NEG.active.conditional.PAST] => |ɠʲ|uː|̰꜒|sˤ|-
[Q.3.cl.3.2.3.cl.1.NEG.active.optative.PRES] => |ɥˠ|aː|̰꜒|ʜʲ|-
[Q.3.cl.3.2.3.cl.1.NEG.active.optative.PAST] => |ʄʲ|u|̰꜒|hʈʲ|-
[Q.3.cl.3.2.3.cl.1.NEG.passive.indicative.PRES] => |ɾʷ|aː|̰꜖|n̥ʲ|-
[Q.3.cl.3.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǃʲ|i|꜒꜖|rˤ|-
[Q.3.cl.3.2.3.cl.1.NEG.passive.imperative.PRES] => |ɹˤ|aː|̰꜖|ɭʲ|-
[Q.3.cl.3.2.3.cl.1.NEG.passive.imperative.PAST] => |ŋ̥ʷ|i|̰꜒|ɴʲ|-
[Q.3.cl.3.2.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǃʲ|a|꜒|kʼˠ|-
[Q.3.cl.3.2.3.cl.1.NEG.passive.conditional.PAST] => |kʼˤ|a#ː|꜖|ɥˤ|-
[Q.3.cl.3.2.3.cl.1.NEG.passive.optative.PRES] => |ɥʲ|i#ː|꜒꜖|mʲ|-
[Q.3.cl.3.2.3.cl.1.NEG.passive.optative.PAST] => |t͡ʂʲ|ᵊ|꜖꜒|ʡˠ|-
[Q.3.cl.3.2.3.cl.1.POS.active.indicative.PRES] => |ᵏǀʼˠ|i|꜖|t͡sʲ|-
[Q.3.cl.3.2.3.cl.1.POS.active.indicative.PAST] => |ʂʲ|i|꜖꜒|ʛˠ|-
[Q.3.cl.3.2.3.cl.1.POS.active.imperative.PRES] => |ᵏǃʼʲ|ᵊ|̰꜖|ɠʷ|-
[Q.3.cl.3.2.3.cl.1.POS.active.imperative.PAST] => |kʼʲ|ʉː|꜖|ŋˤ|-
[Q.3.cl.3.2.3.cl.1.POS.active.conditional.PRES] => |t͡ʂʲ|u#|̰꜖|tˤ|-
[Q.3.cl.3.2.3.cl.1.POS.active.conditional.PAST] => |kʼˤ|ʉ|̰꜒|pˤ|-
[Q.3.cl.3.2.3.cl.1.POS.active.optative.PRES] => |pʰʲ|ʉ#ː|꜖|tɬʲ|-
[Q.3.cl.3.2.3.cl.1.POS.active.optative.PAST] => |ɭʲ|i|꜖꜒|ʛʷ|-
[Q.3.cl.3.2.3.cl.1.POS.passive.indicative.PRES] => |d͡ʐʲ|ᵊ|̰꜖|nˤ|-
[Q.3.cl.3.2.3.cl.1.POS.passive.indicative.PAST] => |tʼʷ|aː|꜖|ɴʲ|-
[Q.3.cl.3.2.3.cl.1.POS.passive.imperative.PRES] => |ɥˤ|u#|꜖꜒|ʈʰˠ|-
[Q.3.cl.3.2.3.cl.1.POS.passive.imperative.PAST] => |qʼʷ|a|꜒|tʼʷ|-
[Q.3.cl.3.2.3.cl.1.POS.passive.conditional.PRES] => |nˠ|a|꜖꜒|ɾˤ|-
[Q.3.cl.3.2.3.cl.1.POS.passive.conditional.PAST] => |tʼˤ|u|̰꜖|hkˠ|-
[Q.3.cl.3.2.3.cl.1.POS.passive.optative.PRES] => |ᵏǃˤ|i|̰꜖|ʄˠ|-
[Q.3.cl.3.2.3.cl.1.POS.passive.optative.PAST] => |kʰˠ|iː|̰꜖|ɻˠ|-
[Q.3.cl.3.2.3.cl.2.NEG.active.indicative.PRES] => |ʜˠ|ʉ|̰꜖|tʼʷ|-
[Q.3.cl.3.2.3.cl.2.NEG.active.indicative.PAST] => |ɴˠ|a|꜒|qʷ|-
[Q.3.cl.3.2.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʰʷ|a|꜒꜖|n̥ˤ|-
[Q.3.cl.3.2.3.cl.2.NEG.active.imperative.PAST] => |n̥ˠ|i|꜒|ɳʲ|-
[Q.3.cl.3.2.3.cl.2.NEG.active.conditional.PRES] => |hpˤ|a|꜒|kʷ|-
[Q.3.cl.3.2.3.cl.2.NEG.active.conditional.PAST] => |kʼʲ|i|꜒|pʼˠ|-
[Q.3.cl.3.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǀʼʷ|i|꜒|ʜʲ|-
[Q.3.cl.3.2.3.cl.2.NEG.active.optative.PAST] => |ᵏǁʼʲ|ʉ|꜖|qʼʷ|-
[Q.3.cl.3.2.3.cl.2.NEG.passive.indicative.PRES] => |wˤ|i|꜒|r̥ˤ|-
[Q.3.cl.3.2.3.cl.2.NEG.passive.indicative.PAST] => |qʼˤ|aː|꜒|m̥ˠ|-
[Q.3.cl.3.2.3.cl.2.NEG.passive.imperative.PRES] => |ɥʲ|i|꜖꜒|ɰˠ|-
[Q.3.cl.3.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǀʰˠ|iː|꜒|kʲ|-
[Q.3.cl.3.2.3.cl.2.NEG.passive.conditional.PRES] => |d͡ʐʲ|ʉ|꜒|ɭˠ|-
[Q.3.cl.3.2.3.cl.2.NEG.passive.conditional.PAST] => |pˠ|i|꜒꜖|nˤ|-
[Q.3.cl.3.2.3.cl.2.NEG.passive.optative.PRES] => |ʄˠ|i|꜖꜒|ɰˤ|-
[Q.3.cl.3.2.3.cl.2.NEG.passive.optative.PAST] => |r̥ʲ|i#ː|̰꜖|qʼʲ|-
[Q.3.cl.3.2.3.cl.2.POS.active.indicative.PRES] => |qˤ|iː|꜖꜒|ɾˠ|-
[Q.3.cl.3.2.3.cl.2.POS.active.indicative.PAST] => |ʈʰˠ|ʉː|̰꜒|pʰˠ|-
[Q.3.cl.3.2.3.cl.2.POS.active.imperative.PRES] => |m̥ˤ|ʉ|̰꜒|qʼʷ|-
[Q.3.cl.3.2.3.cl.2.POS.active.imperative.PAST] => |ɠʷ|a#ː|꜒|tɬʲ|-
[Q.3.cl.3.2.3.cl.2.POS.active.conditional.PRES] => |ᵑǀʷ|ʉ|̰꜖|qʼʲ|-
[Q.3.cl.3.2.3.cl.2.POS.active.conditional.PAST] => |ᵑǀˠ|i|꜒|ʂʲ|-
[Q.3.cl.3.2.3.cl.2.POS.active.optative.PRES] => |ɭˠ|ʉ#|꜒|ʛʷ|-
[Q.3.cl.3.2.3.cl.2.POS.active.optative.PAST] => |rˤ|a#|꜖|pˠ|-
[Q.3.cl.3.2.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʲ|a|̰꜖|ʃˠ|-
[Q.3.cl.3.2.3.cl.2.POS.passive.indicative.PAST] => |kʼʲ|iː|꜖꜒|ʈʼˠ|-
[Q.3.cl.3.2.3.cl.2.POS.passive.imperative.PRES] => |m̥ˠ|i|̰꜖|pʼˠ|-
[Q.3.cl.3.2.3.cl.2.POS.passive.imperative.PAST] => |kʼˤ|a|̰꜒|tʷ|-
[Q.3.cl.3.2.3.cl.2.POS.passive.conditional.PRES] => |ɗʲ|a|̰꜖|r̥ˤ|-
[Q.3.cl.3.2.3.cl.2.POS.passive.conditional.PAST] => |ɠˠ|ʉː|̰꜒|ʛʷ|-
[Q.3.cl.3.2.3.cl.2.POS.passive.optative.PRES] => |pʰˤ|ᵊ|̰꜒|j|-
[Q.3.cl.3.2.3.cl.2.POS.passive.optative.PAST] => |r̥ʷ|iː|꜖꜒|ɓʲ|-
[Q.3.cl.3.2.3.cl.3.NEG.active.indicative.PRES] => |d͡ʐˠ|a#|̰꜖|hpʲ|-
[Q.3.cl.3.2.3.cl.3.NEG.active.indicative.PAST] => |ŋ̥ˠ|ʉ|̰꜖|rʷ|-
[Q.3.cl.3.2.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃʰˤ|u#|̰꜒|t͡ʂʲ|-
[Q.3.cl.3.2.3.cl.3.NEG.active.imperative.PAST] => |ʂˠ|ᵊ|̰꜒|t͡sˠ|-
[Q.3.cl.3.2.3.cl.3.NEG.active.conditional.PRES] => |ɗʷ|iː|̰꜒|ʜˠ|-
[Q.3.cl.3.2.3.cl.3.NEG.active.conditional.PAST] => |ᵑǃʲ|ᵊ|꜒|qˠ|-
[Q.3.cl.3.2.3.cl.3.NEG.active.optative.PRES] => |ɰˤ|i|̰꜖|qˤ|-
[Q.3.cl.3.2.3.cl.3.NEG.active.optative.PAST] => |ɳ̥ʲ|u#|̰꜖|tʼʷ|-
[Q.3.cl.3.2.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǁˠ|a|꜒|ɴʲ|-
[Q.3.cl.3.2.3.cl.3.NEG.passive.indicative.PAST] => |ʛˠ|u#|̰꜒|hʈˠ|-
[Q.3.cl.3.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǁʲ|ᵊ|꜖|r̥ʲ|-
[Q.3.cl.3.2.3.cl.3.NEG.passive.imperative.PAST] => |ɴʲ|a#ː|꜒|ɾˠ|-
[Q.3.cl.3.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǁʲ|a|꜖|ɗʲ|-
[Q.3.cl.3.2.3.cl.3.NEG.passive.conditional.PAST] => |tʼʲ|i|̰꜖|ɹʲ|-
[Q.3.cl.3.2.3.cl.3.NEG.passive.optative.PRES] => |ɠʷ|ᵊ|꜖|ɴʲ|-
[Q.3.cl.3.2.3.cl.3.NEG.passive.optative.PAST] => |tʼˠ|iː|꜒|ʋˤ|-
[Q.3.cl.3.2.3.cl.3.POS.active.indicative.PRES] => |ᵏǀʰʷ|ᵊ|̰꜒|m̥ˤ|-
[Q.3.cl.3.2.3.cl.3.POS.active.indicative.PAST] => |ɴʷ|i|̰꜖|mʲ|-
[Q.3.cl.3.2.3.cl.3.POS.active.imperative.PRES] => |wˤ|aː|꜒|rˠ|-
[Q.3.cl.3.2.3.cl.3.POS.active.imperative.PAST] => |ɥˤ|i#|̰꜒|tɬʲ|-
[Q.3.cl.3.2.3.cl.3.POS.active.conditional.PRES] => |pʲ|i|̰꜖|qʼˤ|-
[Q.3.cl.3.2.3.cl.3.POS.active.conditional.PAST] => |ᵏǃʼˤ|ᵊ|꜖꜒|pʼʲ|-
[Q.3.cl.3.2.3.cl.3.POS.active.optative.PRES] => |ʋˠ|aː|꜒|d͡ʐˠ|-
[Q.3.cl.3.2.3.cl.3.POS.active.optative.PAST] => |kʰˠ|aː|̰꜒|sʲ|-
[Q.3.cl.3.2.3.cl.3.POS.passive.indicative.PRES] => |ᵏǃʲ|iː|꜒꜖|ʂˠ|-
[Q.3.cl.3.2.3.cl.3.POS.passive.indicative.PAST] => |tʼˤ|ʉː|꜒|ɰʷ|-
[Q.3.cl.3.2.3.cl.3.POS.passive.imperative.PRES] => |ŋ̥ʷ|ᵊ|꜖꜒|wˠ|-
[Q.3.cl.3.2.3.cl.3.POS.passive.imperative.PAST] => |ɻʲ|i#|̰꜒|kʼˠ|-
[Q.3.cl.3.2.3.cl.3.POS.passive.conditional.PRES] => |kˠ|u|̰꜖|ʋˤ|-
[Q.3.cl.3.2.3.cl.3.POS.passive.conditional.PAST] => |ᵑǁʼˠ|i#ː|꜒꜖|ɰˠ|-
[Q.3.cl.3.2.3.cl.3.POS.passive.optative.PRES] => |ɓˠ|ᵊ|̰꜒|ɗˠ|-
[Q.3.cl.3.2.3.cl.3.POS.passive.optative.PAST] => |ɓˠ|i|꜖|ʈʰʲ|-
[Q.3.cl.3.2.3.cl.4.NEG.active.indicative.PRES] => |ᵑǃˤ|a|̰꜖|ʋʲ|-
[Q.3.cl.3.2.3.cl.4.NEG.active.indicative.PAST] => |ɻˠ|u#ː|꜒|kˤ|-
[Q.3.cl.3.2.3.cl.4.NEG.active.imperative.PRES] => |ɓˤ|a|̰꜖|t͡sˠ|-
[Q.3.cl.3.2.3.cl.4.NEG.active.imperative.PAST] => |tʼˠ|ʉ|꜒꜖|ʛˤ|-
[Q.3.cl.3.2.3.cl.4.NEG.active.conditional.PRES] => |qʼˠ|ᵊ|꜖꜒|ʛˠ|-
[Q.3.cl.3.2.3.cl.4.NEG.active.conditional.PAST] => |j|ᵊ|꜖|t͡sʷ|-
[Q.3.cl.3.2.3.cl.4.NEG.active.optative.PRES] => |sʲ|i#|̰꜒|kˤ|-
[Q.3.cl.3.2.3.cl.4.NEG.active.optative.PAST] => |m̥ʲ|ʉ|̰꜒|n̥ʲ|-
[Q.3.cl.3.2.3.cl.4.NEG.passive.indicative.PRES] => |nʲ|ʉ#|꜖꜒|rʲ|-
[Q.3.cl.3.2.3.cl.4.NEG.passive.indicative.PAST] => |t͡ʂʲ|i#|̰꜒|n̥ˠ|-
[Q.3.cl.3.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǃʼʲ|ʉ|̰꜒|kʼˠ|-
[Q.3.cl.3.2.3.cl.4.NEG.passive.imperative.PAST] => |tˤ|u|̰꜖|ʛˤ|-
[Q.3.cl.3.2.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǁʲ|ᵊ|꜖|ʡʲ|-
[Q.3.cl.3.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀʰˠ|ᵊ|꜖꜒|qʼʲ|-
[Q.3.cl.3.2.3.cl.4.NEG.passive.optative.PRES] => |sʷ|a#ː|꜒|ʛˠ|-
[Q.3.cl.3.2.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʰˤ|ʉ|꜒|d͡ʐʲ|-
[Q.3.cl.3.2.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʰʲ|iː|̰꜒|ŋ̥ˤ|-
[Q.3.cl.3.2.3.cl.4.POS.active.indicative.PAST] => |qʲ|ᵊ|꜖|tʰˠ|-
[Q.3.cl.3.2.3.cl.4.POS.active.imperative.PRES] => |qʼˠ|u|꜖|ʡʲ|-
[Q.3.cl.3.2.3.cl.4.POS.active.imperative.PAST] => |r̥ʲ|ʉː|꜒|hkʲ|-
[Q.3.cl.3.2.3.cl.4.POS.active.conditional.PRES] => |ɗʷ|i|꜒|m̥ˤ|-
[Q.3.cl.3.2.3.cl.4.POS.active.conditional.PAST] => |ʈʰˠ|a#|꜖꜒|tʰˠ|-
[Q.3.cl.3.2.3.cl.4.POS.active.optative.PRES] => |pʼˠ|i|꜖꜒|rʷ|-
[Q.3.cl.3.2.3.cl.4.POS.active.optative.PAST] => |ʈʲ|a|̰꜖|ɻˠ|-
[Q.3.cl.3.2.3.cl.4.POS.passive.indicative.PRES] => |htˠ|a|꜖꜒|qʼʲ|-
[Q.3.cl.3.2.3.cl.4.POS.passive.indicative.PAST] => |ᵏǁʰʲ|i#ː|̰꜒|t͡ʂʲ|-
[Q.3.cl.3.2.3.cl.4.POS.passive.imperative.PRES] => |pʰʲ|ʉ|꜖|tʼˤ|-
[Q.3.cl.3.2.3.cl.4.POS.passive.imperative.PAST] => |ɴˠ|a|꜖꜒|tʰʷ|-
[Q.3.cl.3.2.3.cl.4.POS.passive.conditional.PRES] => |rʷ|a|̰꜖|nˠ|-
[Q.3.cl.3.2.3.cl.4.POS.passive.conditional.PAST] => |ɓˠ|ʉ|̰꜒|ŋʲ|-
[Q.3.cl.3.2.3.cl.4.POS.passive.optative.PRES] => |t͡sˤ|a|̰꜖|wˤ|-
[Q.3.cl.3.2.3.cl.4.POS.passive.optative.PAST] => |t͡sˤ|ʉ|̰꜒|tˠ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.active.indicative.PRES] => |tʰʷ|ʉ|̰꜖|t͡ʂʲ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.active.indicative.PAST] => |ᵑǁʼʲ|iː|̰꜒|ɻʲ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.active.imperative.PRES] => |ʈʰʲ|a|꜖꜒|tɬʲ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.active.imperative.PAST] => |ᵑǁʼʲ|i|꜖|tʷ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.active.conditional.PRES] => |ʡˠ|i|꜖꜒|sʷ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.active.conditional.PAST] => |tʼʲ|iː|꜖|mˤ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.active.optative.PRES] => |ɴˠ|ʉ|̰꜒|tˤ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.active.optative.PAST] => |kˠ|a#ː|꜖꜒|ʛˤ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.passive.indicative.PRES] => |tʼʷ|i|꜒꜖|hkˠ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.passive.indicative.PAST] => |tɬʲ|ᵊ|꜒꜖|ɹʷ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ᵏǀˤ|iː|꜒꜖|ɗˤ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|a|꜒|ʋˠ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.passive.conditional.PRES] => |t͡sʷ|i|̰꜖|htʷ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.passive.conditional.PAST] => |t͡sˠ|ʉ#|꜖|ɰʲ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.passive.optative.PRES] => |h|i#ː|̰꜒|m̥ˤ|-
[Q.3.cl.3.3.cl.1.1incl.NEG.passive.optative.PAST] => |rˤ|ᵊ|̰꜒|ʡˠ|-
[Q.3.cl.3.3.cl.1.1incl.POS.active.indicative.PRES] => |rʲ|a#|꜒꜖|ɰˤ|-
[Q.3.cl.3.3.cl.1.1incl.POS.active.indicative.PAST] => |ᵏǃʼʲ|iː|꜖꜒|ɻʲ|-
[Q.3.cl.3.3.cl.1.1incl.POS.active.imperative.PRES] => |ɻʲ|ʉ#|꜖꜒|nʲ|-
[Q.3.cl.3.3.cl.1.1incl.POS.active.imperative.PAST] => |kʷ|a#ː|꜖꜒|ʄˠ|-
[Q.3.cl.3.3.cl.1.1incl.POS.active.conditional.PRES] => |hkˠ|aː|꜖|hpʲ|-
[Q.3.cl.3.3.cl.1.1incl.POS.active.conditional.PAST] => |ɹʷ|ᵊ|꜒꜖|h|-
[Q.3.cl.3.3.cl.1.1incl.POS.active.optative.PRES] => |ᵏǀˠ|ʉ|꜒|ʈʰˠ|-
[Q.3.cl.3.3.cl.1.1incl.POS.active.optative.PAST] => |hkʲ|aː|̰꜒|ɗˤ|-
[Q.3.cl.3.3.cl.1.1incl.POS.passive.indicative.PRES] => |ʋˤ|i|꜖|qˠ|-
[Q.3.cl.3.3.cl.1.1incl.POS.passive.indicative.PAST] => |ɰˠ|uː|꜖|kʷ|-
[Q.3.cl.3.3.cl.1.1incl.POS.passive.imperative.PRES] => |ʈˠ|aː|꜒|ɓʲ|-
[Q.3.cl.3.3.cl.1.1incl.POS.passive.imperative.PAST] => |qˤ|i#ː|꜒꜖|r̥ˤ|-
[Q.3.cl.3.3.cl.1.1incl.POS.passive.conditional.PRES] => |ɳˠ|ʉ#|̰꜖|tɬˠ|-
[Q.3.cl.3.3.cl.1.1incl.POS.passive.conditional.PAST] => |ɹʷ|i|꜖|d͡ʐˠ|-
[Q.3.cl.3.3.cl.1.1incl.POS.passive.optative.PRES] => |ᵑǀʲ|ᵊ|꜖꜒|ɓˤ|-
[Q.3.cl.3.3.cl.1.1incl.POS.passive.optative.PAST] => |ŋ̥ˤ|ʉ#|꜒|wˤ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.active.indicative.PRES] => |kʼˠ|ʉ|꜒꜖|mˠ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.active.indicative.PAST] => |ɓʲ|i#ː|̰꜒|t͡ʂˠ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.active.imperative.PRES] => |ᵑǁʼˠ|ʉ#|꜖|qʼˠ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.active.imperative.PAST] => |ɠˠ|ʉ|꜒꜖|hʈˠ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.active.conditional.PRES] => |ᵏǃʼʷ|ʉː|̰꜒|qˤ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.active.conditional.PAST] => |ŋʲ|ʉ#ː|꜖|ɻˠ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.active.optative.PRES] => |hpˤ|u|̰꜒|mˤ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.active.optative.PAST] => |sʷ|i|̰꜖|ɹˠ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.passive.indicative.PRES] => |ᵏǃˠ|a|꜒|ŋ̥ˠ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.passive.indicative.PAST] => |kʼʲ|ᵊ|꜒|t͡sʷ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ᵑǁʼʲ|i#ː|꜒꜖|m̥ʲ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ᵑǁʼˠ|ʉ#ː|꜖|kʼˠ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.passive.conditional.PRES] => |qʷ|a|꜖꜒|ʂʲ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ᵏǃʼʲ|uː|꜒|m̥ˤ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.passive.optative.PRES] => |ᵑǃʷ|ʉ#ː|꜒꜖|kʼʲ|-
[Q.3.cl.3.3.cl.1.1excl.NEG.passive.optative.PAST] => |r̥ʲ|i|꜒꜖|ʡˠ|-
[Q.3.cl.3.3.cl.1.1excl.POS.active.indicative.PRES] => |mˤ|i|꜖꜒|qˤ|-
[Q.3.cl.3.3.cl.1.1excl.POS.active.indicative.PAST] => |ᵏǃʲ|a|̰꜒|ɴˠ|-
[Q.3.cl.3.3.cl.1.1excl.POS.active.imperative.PRES] => |sʷ|aː|̰꜒|tˠ|-
[Q.3.cl.3.3.cl.1.1excl.POS.active.imperative.PAST] => |kʼˤ|ʉ#ː|꜒꜖|ɓʲ|-
[Q.3.cl.3.3.cl.1.1excl.POS.active.conditional.PRES] => |t͡ʂˠ|i|꜖|ʈʼʲ|-
[Q.3.cl.3.3.cl.1.1excl.POS.active.conditional.PAST] => |ɗʲ|aː|꜒꜖|ʈʼˠ|-
[Q.3.cl.3.3.cl.1.1excl.POS.active.optative.PRES] => |ɥˠ|a#ː|̰꜖|tʷ|-
[Q.3.cl.3.3.cl.1.1excl.POS.active.optative.PAST] => |kʼʷ|i|꜖꜒|rˤ|-
[Q.3.cl.3.3.cl.1.1excl.POS.passive.indicative.PRES] => |ɴˤ|a#ː|꜖|m̥ˠ|-
[Q.3.cl.3.3.cl.1.1excl.POS.passive.indicative.PAST] => |ʄʲ|aː|꜒|hkˤ|-
[Q.3.cl.3.3.cl.1.1excl.POS.passive.imperative.PRES] => |tʼˤ|u|꜒꜖|kʰʷ|-
[Q.3.cl.3.3.cl.1.1excl.POS.passive.imperative.PAST] => |ʃʲ|ʉ|꜖|ɠʷ|-
[Q.3.cl.3.3.cl.1.1excl.POS.passive.conditional.PRES] => |r̥ˠ|a|꜒|ʈˠ|-
[Q.3.cl.3.3.cl.1.1excl.POS.passive.conditional.PAST] => |ɥˠ|a|̰꜖|ʂʲ|-
[Q.3.cl.3.3.cl.1.1excl.POS.passive.optative.PRES] => |tʰˤ|ʉ#ː|꜒|ʋʲ|-
[Q.3.cl.3.3.cl.1.1excl.POS.passive.optative.PAST] => |ᵏǃʰˤ|i|꜒꜖|ɥʲ|-
[Q.3.cl.3.3.cl.1.2.NEG.active.indicative.PRES] => |ɹʷ|a|꜖|ɳ̥ˠ|-
[Q.3.cl.3.3.cl.1.2.NEG.active.indicative.PAST] => |ʈʰˠ|a#|꜖꜒|kʼʲ|-
[Q.3.cl.3.3.cl.1.2.NEG.active.imperative.PRES] => |hkˠ|ᵊ|̰꜒|ɴˠ|-
[Q.3.cl.3.3.cl.1.2.NEG.active.imperative.PAST] => |ᵑǀʷ|i|̰꜖|ʋˤ|-
[Q.3.cl.3.3.cl.1.2.NEG.active.conditional.PRES] => |ᵑǃˤ|ᵊ|꜒꜖|sʲ|-
[Q.3.cl.3.3.cl.1.2.NEG.active.conditional.PAST] => |kʼʲ|ᵊ|꜖|nˤ|-
[Q.3.cl.3.3.cl.1.2.NEG.active.optative.PRES] => |ᵏǃʼˠ|a|̰꜒|ɰʷ|-
[Q.3.cl.3.3.cl.1.2.NEG.active.optative.PAST] => |kʰˠ|i|꜖꜒|r̥ʲ|-
[Q.3.cl.3.3.cl.1.2.NEG.passive.indicative.PRES] => |qʷ|ʉ|꜒|qˠ|-
[Q.3.cl.3.3.cl.1.2.NEG.passive.indicative.PAST] => |ɗʷ|a|̰꜖|ɰˠ|-
[Q.3.cl.3.3.cl.1.2.NEG.passive.imperative.PRES] => |ɹʲ|i|̰꜒|ʈʲ|-
[Q.3.cl.3.3.cl.1.2.NEG.passive.imperative.PAST] => |ŋ̥ˤ|i|꜖|ʄˠ|-
[Q.3.cl.3.3.cl.1.2.NEG.passive.conditional.PRES] => |wˤ|i#ː|̰꜖|pʰˤ|-
[Q.3.cl.3.3.cl.1.2.NEG.passive.conditional.PAST] => |ɓˤ|i|꜖꜒|wˤ|-
[Q.3.cl.3.3.cl.1.2.NEG.passive.optative.PRES] => |hʈˠ|i|̰꜖|mˤ|-
[Q.3.cl.3.3.cl.1.2.NEG.passive.optative.PAST] => |pʰˤ|ᵊ|꜖꜒|t͡sʲ|-
[Q.3.cl.3.3.cl.1.2.POS.active.indicative.PRES] => |r̥ʲ|ʉ|꜒|hʈʲ|-
[Q.3.cl.3.3.cl.1.2.POS.active.indicative.PAST] => |ᵏǁʰʲ|i|꜒|ɴˤ|-
[Q.3.cl.3.3.cl.1.2.POS.active.imperative.PRES] => |nˤ|a#ː|꜒꜖|ʛʷ|-
[Q.3.cl.3.3.cl.1.2.POS.active.imperative.PAST] => |kˠ|ᵊ|꜖꜒|kʰʷ|-
[Q.3.cl.3.3.cl.1.2.POS.active.conditional.PRES] => |kʼʲ|a#|꜒|tʼˠ|-
[Q.3.cl.3.3.cl.1.2.POS.active.conditional.PAST] => |m̥ˠ|ᵊ|꜒|kʼˠ|-
[Q.3.cl.3.3.cl.1.2.POS.active.optative.PRES] => |n̥ˠ|iː|꜖|ɰʲ|-
[Q.3.cl.3.3.cl.1.2.POS.active.optative.PAST] => |ᵑǀˤ|a#ː|꜒꜖|ɓˤ|-
[Q.3.cl.3.3.cl.1.2.POS.passive.indicative.PRES] => |ʈˠ|ʉ|꜒꜖|ɳʲ|-
[Q.3.cl.3.3.cl.1.2.POS.passive.indicative.PAST] => |ŋ̥ˠ|u|꜖|tˠ|-
[Q.3.cl.3.3.cl.1.2.POS.passive.imperative.PRES] => |ʡʲ|ᵊ|꜖꜒|nˤ|-
[Q.3.cl.3.3.cl.1.2.POS.passive.imperative.PAST] => |pʰʲ|ʉ|̰꜖|ɾˠ|-
[Q.3.cl.3.3.cl.1.2.POS.passive.conditional.PRES] => |ɓˠ|u|꜒|ʛʷ|-
[Q.3.cl.3.3.cl.1.2.POS.passive.conditional.PAST] => |ᵑǃʼˠ|ᵊ|꜖꜒|ɴˠ|-
[Q.3.cl.3.3.cl.1.2.POS.passive.optative.PRES] => |n̥ˠ|ʉː|̰꜖|ŋʷ|-
[Q.3.cl.3.3.cl.1.2.POS.passive.optative.PAST] => |ᵏǃʰˠ|ʉ#|꜒|ɻˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ɰʲ|ʉ|꜖꜒|mʲ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |qʼˠ|ʉ|̰꜒|tʼˤ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |pʼʲ|i#ː|꜖|pˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃʲ|iː|꜒|n̥ˤ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |n̥ʲ|i|꜒꜖|ɾˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ᵏǀʰˤ|i|꜖꜒|pˤ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |nʷ|ʉ|̰꜒|m̥ʲ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ᵑǁʼʲ|i|꜒|kʼʷ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |ʂˠ|u#|̰꜖|ɰʷ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |qʲ|ᵊ|꜒|pʼˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǃʲ|ʉ#ː|꜒꜖|ŋˤ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀˤ|ᵊ|꜒꜖|ɠʷ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ʈʰʲ|ʉː|꜒|ɭˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |m̥ˤ|ʉ|꜒꜖|ʡˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |tʼʷ|iː|꜒|kʰˤ|-
[Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ɹʷ|ʉː|꜒꜖|hpˤ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ŋ̥ˤ|a#|̰꜒|ɓʲ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |ɹˠ|ʉ|̰꜖|d͡ʐˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |tˤ|ᵊ|꜒꜖|tʰˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ᵑǃʲ|ʉ|꜖|hʈʲ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ᵑǀˤ|u#|꜒꜖|t͡ʂˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |d͡ʐˠ|aː|̰꜖|kʼʷ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.active.optative.PRES] => |h|ʉ|꜖꜒|hkʲ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.active.optative.PAST] => |ɽʲ|ʉ#ː|꜖|hkˤ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |r̥ʷ|a|꜖|ɠʷ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |ʈʰʲ|a|꜖꜒|kʰʷ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ɹˠ|i|꜒|ɽʲ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ᵏǁˠ|a#ː|̰꜖|sˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ɻʲ|i|꜖|kʼˤ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |ɳˠ|ᵊ|꜒꜖|ŋˠ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |htˠ|aː|̰꜒|ɹʷ|-
[Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ᵑǀʷ|i#ː|̰꜒|t͡sˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |t͡ʃ|aː|꜖|ɹʷ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |wʲ|i|꜒|n̥ʲ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |ᵏǃˤ|a|꜒|htˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |ᵏǁʰˠ|a|꜒꜖|qˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃʷ|ᵊ|꜖|ɓˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |hkˠ|a|꜒|qʼʷ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |h|i|̰꜒|ɴˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ɻˠ|a|꜒꜖|ʔ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |pˤ|i#ː|꜒꜖|kʰˤ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |ʜˠ|u|꜒|tʰˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |sʲ|i#ː|꜖꜒|qʼˤ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |kˠ|aː|꜖|tˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʷ|i|꜖꜒|ɴˤ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |nʲ|u|꜖꜒|kʼʷ|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |htˠ|iː|̰꜒|h|-
[Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |ᵑǃʼˠ|uː|꜖|kʷ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |ᵑǃˠ|iː|̰꜖|r̥ʷ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |tˠ|a|꜒|ʛʷ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |tʼʲ|i#|̰꜖|t͡ʃ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |nˠ|ᵊ|꜒|ʈʼˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |pʲ|u|̰꜒|tˤ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |pʰʲ|i|̰꜒|wˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.active.optative.PRES] => |tʲ|u|꜒|t͡ʂˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.active.optative.PAST] => |kʼˤ|u|꜖|qʲ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ŋ̥ˤ|iː|꜖|wˤ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |t͡ʃ|iː|̰꜖|t͡ʂʲ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀˤ|u#|̰꜖|ʛˤ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |t͡sˠ|a|꜖꜒|ɾʷ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |nʲ|aː|꜖꜒|kʼˤ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ᵑǁˠ|uː|꜒꜖|ʃˠ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |ŋʲ|i|꜖꜒|hkʲ|-
[Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |ɠʷ|a|꜒꜖|r̥ʲ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʼˤ|ʉ#|̰꜖|ʈʲ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ᵏǃʰʲ|a#ː|꜒|mʲ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |kʼʲ|ᵊ|꜒꜖|wˤ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |tʰˤ|i|꜒꜖|sˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |ŋ̥ʲ|ʉ#ː|꜒꜖|nˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ɰʲ|i|꜖꜒|nˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |t͡ʂʲ|i|̰꜒|r̥ˤ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |ʜˠ|u#|꜖|j|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǀʰʷ|ᵊ|̰꜖|tʼˤ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |n̥ʷ|ᵊ|̰꜒|ɳʲ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |kʰʷ|ʉ#|̰꜒|tɬˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |qˤ|ᵊ|꜒꜖|ʛʷ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǁʼˠ|u|̰꜒|ŋ̥ˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǃʲ|iː|̰꜒|tˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |ɳ̥ʲ|ʉː|̰꜒|t͡sˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |ʈʼˠ|i|꜖꜒|ɗʷ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |n̥ʷ|aː|꜒|pʰˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |tˠ|u#|꜖꜒|lˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʲ|i#ː|꜒|ɠˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |tʲ|a#|꜒꜖|pʼˤ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |pˤ|i|꜒꜖|n̥ˤ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |tˤ|ʉ#|꜒|ʄˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ʄʲ|aː|̰꜒|lʲ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ŋ̥ˤ|i|꜒|htˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |ʂˠ|ᵊ|꜒꜖|ɰʷ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |ʂʲ|iː|꜖|r̥ˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |n̥ʷ|ᵊ|̰꜒|ɻˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |n̥ʲ|a|̰꜖|ɠˤ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ᵑǀʼˤ|i|꜒꜖|ɻˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |d͡ʐʲ|ᵊ|꜖꜒|ɹˠ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʰˠ|i|꜒꜖|sʲ|-
[Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ŋ̥ʲ|a|̰꜖|hʈʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |ɰʷ|i|꜒꜖|ɻʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ᵏǃʰʲ|u|꜒꜖|ɗˤ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |htʷ|ʉ#|̰꜖|r̥ˤ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |pʰʲ|ᵊ|̰꜖|ŋ̥ʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʼˠ|ʉ|꜖꜒|ʃʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |hʈʲ|i|꜖|tʼˠ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |ᵏǃˠ|i#|꜖|n̥ˤ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ᵏǃʼˠ|u#|꜒|ɰʷ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ɰʲ|a#ː|̰꜒|ɽˠ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǃʷ|aː|̰꜖|ɴʷ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ɥˤ|u#|꜖|ɳʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |t͡sʲ|ᵊ|꜒|r̥ˤ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |tʰʲ|iː|꜖|tʰʷ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |pʼʲ|iː|̰꜖|pʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ᵏǀʼʷ|aː|꜒꜖|hkˠ|-
[Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |ᵑǀʷ|aː|꜒꜖|ɻʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |m̥ʲ|i|꜖|ŋˤ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |pˤ|ᵊ|꜖꜒|ʛʷ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |hʈˠ|a|̰꜒|tʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |d͡ʐʲ|ʉ|꜖|ʡʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ᵏǁʼʲ|a|꜒|ʋˠ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ᵏǁʰʲ|ʉː|꜖|j|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ʈˠ|uː|꜖꜒|t͡sˤ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.active.optative.PAST] => |hkʷ|ᵊ|꜖|ʂʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |d͡ʐˠ|i|̰꜖|t͡ʂˠ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ɴˤ|ʉ|̰꜖|tʰʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |pʰˤ|ᵊ|꜒|ɴˤ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |kʲ|ᵊ|꜒|tˤ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ᵏǀˠ|ʉ|꜖|r̥ʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |t͡sʷ|i|꜖꜒|ɴˠ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |kʰʷ|ʉ#|꜖꜒|pʲ|-
[Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |pʼʲ|a|꜒꜖|rˤ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.active.indicative.PRES] => |ɹʷ|aː|꜒꜖|tʼʲ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.active.indicative.PAST] => |ᵑǀʼˠ|uː|꜖|ɾʷ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.active.imperative.PRES] => |ᵑǃˠ|a|̰꜖|d͡ʐʲ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.active.imperative.PAST] => |ɗˤ|u|꜒|lʲ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.active.conditional.PRES] => |htˠ|iː|꜒꜖|ɭˠ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.active.conditional.PAST] => |hʈʲ|a#ː|꜒꜖|tʰʲ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.active.optative.PRES] => |ɰʲ|a#ː|꜖꜒|kˠ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.active.optative.PAST] => |ɠʷ|ʉ|̰꜖|ɰʷ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ʈʼʲ|ʉ|꜒꜖|ɻˠ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ᵏǃʼʷ|a|꜒꜖|ɴˤ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.passive.imperative.PRES] => |sʷ|ʉ#|꜖|ŋ̥ˤ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.passive.imperative.PAST] => |ŋ̥ˠ|aː|꜖|ɗˤ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ɴʲ|iː|꜒|mˤ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ᵑǀʼˤ|ʉ|̰꜖|htˠ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.passive.optative.PRES] => |ɭˠ|ʉ#|꜒꜖|ŋʷ|-
[Q.3.cl.3.3.cl.2.1incl.NEG.passive.optative.PAST] => |ŋʲ|ᵊ|꜖|ɳʲ|-
[Q.3.cl.3.3.cl.2.1incl.POS.active.indicative.PRES] => |htˤ|uː|꜖|hkʷ|-
[Q.3.cl.3.3.cl.2.1incl.POS.active.indicative.PAST] => |ʈʼʲ|iː|꜖|sʷ|-
[Q.3.cl.3.3.cl.2.1incl.POS.active.imperative.PRES] => |rʲ|ᵊ|꜖|ɠˤ|-
[Q.3.cl.3.3.cl.2.1incl.POS.active.imperative.PAST] => |kˤ|ᵊ|̰꜖|ʋˠ|-
[Q.3.cl.3.3.cl.2.1incl.POS.active.conditional.PRES] => |pʰˠ|iː|꜒|ɳ̥ˠ|-
[Q.3.cl.3.3.cl.2.1incl.POS.active.conditional.PAST] => |ɳʲ|a|꜒꜖|ʡˠ|-
[Q.3.cl.3.3.cl.2.1incl.POS.active.optative.PRES] => |ɹˠ|i#|꜒|hpˤ|-
[Q.3.cl.3.3.cl.2.1incl.POS.active.optative.PAST] => |ᵏǀʷ|ʉ#|̰꜒|ʋˠ|-
[Q.3.cl.3.3.cl.2.1incl.POS.passive.indicative.PRES] => |ᵑǁˠ|a|꜖|tʰˤ|-
[Q.3.cl.3.3.cl.2.1incl.POS.passive.indicative.PAST] => |ɽˠ|ʉː|꜖꜒|mˠ|-
[Q.3.cl.3.3.cl.2.1incl.POS.passive.imperative.PRES] => |mʲ|i|꜒꜖|hkˠ|-
[Q.3.cl.3.3.cl.2.1incl.POS.passive.imperative.PAST] => |ɽʲ|i#ː|̰꜖|qʼʲ|-
[Q.3.cl.3.3.cl.2.1incl.POS.passive.conditional.PRES] => |hkʲ|a#ː|꜖|ɳˠ|-
[Q.3.cl.3.3.cl.2.1incl.POS.passive.conditional.PAST] => |mˤ|a#|̰꜒|sʷ|-
[Q.3.cl.3.3.cl.2.1incl.POS.passive.optative.PRES] => |wˤ|u#|꜒|ɗˠ|-
[Q.3.cl.3.3.cl.2.1incl.POS.passive.optative.PAST] => |ʡˠ|ʉ|꜒|n̥ˤ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.active.indicative.PRES] => |ᵑǃˤ|u#|꜒|kʰˤ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.active.indicative.PAST] => |ᵑǃʼˠ|ᵊ|꜒꜖|ɾʲ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.active.imperative.PRES] => |ᵏǃʼˤ|ʉ|꜒꜖|mˤ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.active.imperative.PAST] => |hkˤ|iː|̰꜖|ɗʷ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.active.conditional.PRES] => |ʈˠ|ʉ|̰꜖|tˠ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.active.conditional.PAST] => |t͡sˠ|aː|꜖꜒|wˠ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.active.optative.PRES] => |t͡sʲ|u|̰꜖|pʰʲ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.active.optative.PAST] => |ᵏǀʷ|i#|꜒꜖|qʼˠ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ᵏǃʰˠ|ᵊ|̰꜖|kˤ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.passive.indicative.PAST] => |ɥʲ|ᵊ|꜒꜖|hʈˠ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ᵏǀʰʲ|a|̰꜒|ɰˠ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.passive.imperative.PAST] => |ᵏǁʲ|aː|꜖꜒|rˤ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.passive.conditional.PRES] => |t͡sˠ|uː|̰꜖|ɗʷ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ʂˠ|i#ː|꜖꜒|qʼʷ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.passive.optative.PRES] => |ɥˤ|iː|꜖꜒|ʄˠ|-
[Q.3.cl.3.3.cl.2.1excl.NEG.passive.optative.PAST] => |ʈʰˠ|i|꜒|ɴʷ|-
[Q.3.cl.3.3.cl.2.1excl.POS.active.indicative.PRES] => |kʼʲ|iː|꜒|ʄˠ|-
[Q.3.cl.3.3.cl.2.1excl.POS.active.indicative.PAST] => |wˤ|u|꜖|ɴʷ|-
[Q.3.cl.3.3.cl.2.1excl.POS.active.imperative.PRES] => |htʷ|ʉ|꜖꜒|ɠˤ|-
[Q.3.cl.3.3.cl.2.1excl.POS.active.imperative.PAST] => |ɹʲ|i|꜖꜒|wˤ|-
[Q.3.cl.3.3.cl.2.1excl.POS.active.conditional.PRES] => |r̥ʷ|ʉː|̰꜖|ŋʷ|-
[Q.3.cl.3.3.cl.2.1excl.POS.active.conditional.PAST] => |tɬʲ|i#|꜖|ŋˠ|-
[Q.3.cl.3.3.cl.2.1excl.POS.active.optative.PRES] => |ʛʷ|i#ː|̰꜖|qʼʷ|-
[Q.3.cl.3.3.cl.2.1excl.POS.active.optative.PAST] => |kˠ|u|꜒|kʼˤ|-
[Q.3.cl.3.3.cl.2.1excl.POS.passive.indicative.PRES] => |ɗʲ|ʉ#|꜖|pʰˤ|-
[Q.3.cl.3.3.cl.2.1excl.POS.passive.indicative.PAST] => |h|ʉ|꜒|tʰˠ|-
[Q.3.cl.3.3.cl.2.1excl.POS.passive.imperative.PRES] => |ᵑǃʼʷ|aː|꜒꜖|tʼˤ|-
[Q.3.cl.3.3.cl.2.1excl.POS.passive.imperative.PAST] => |n̥ʷ|ʉ|̰꜖|qʼʷ|-
[Q.3.cl.3.3.cl.2.1excl.POS.passive.conditional.PRES] => |ɥˤ|ᵊ|꜒|qʲ|-
[Q.3.cl.3.3.cl.2.1excl.POS.passive.conditional.PAST] => |ʛˠ|aː|꜒꜖|ɹʲ|-
[Q.3.cl.3.3.cl.2.1excl.POS.passive.optative.PRES] => |tʼʲ|a|꜖|ʔ|-
[Q.3.cl.3.3.cl.2.1excl.POS.passive.optative.PAST] => |kʰʲ|i#|꜖꜒|t͡sʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.active.indicative.PRES] => |kʰˤ|a#ː|꜒|ɴʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.active.indicative.PAST] => |ᵏǁʼʲ|i|꜒|ɹˠ|-
[Q.3.cl.3.3.cl.2.2.NEG.active.imperative.PRES] => |ᵏǃʼʲ|ᵊ|꜒|ʃˠ|-
[Q.3.cl.3.3.cl.2.2.NEG.active.imperative.PAST] => |tˤ|a|̰꜒|ʈʰˠ|-
[Q.3.cl.3.3.cl.2.2.NEG.active.conditional.PRES] => |ŋʷ|aː|꜒|ɳ̥ʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.active.conditional.PAST] => |tʲ|a#|꜒|ʈʼʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.active.optative.PRES] => |kˠ|i|꜒|ɳ̥ˠ|-
[Q.3.cl.3.3.cl.2.2.NEG.active.optative.PAST] => |tʰˤ|i|꜒|ɳʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.passive.indicative.PRES] => |ᵑǁˠ|ʉ|꜒꜖|kʰʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.passive.indicative.PAST] => |hkˤ|ᵊ|̰꜖|qʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.passive.imperative.PRES] => |nʲ|aː|꜒꜖|ɭʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.passive.imperative.PAST] => |hʈˠ|ʉ#ː|꜒|ʈʼʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.passive.conditional.PRES] => |ᵏǀˤ|a|꜒꜖|wˤ|-
[Q.3.cl.3.3.cl.2.2.NEG.passive.conditional.PAST] => |hʈʲ|i|꜖|ʈʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.passive.optative.PRES] => |ɠʲ|ʉ|̰꜖|kʲ|-
[Q.3.cl.3.3.cl.2.2.NEG.passive.optative.PAST] => |ɗʷ|ʉ|꜒꜖|ʋˠ|-
[Q.3.cl.3.3.cl.2.2.POS.active.indicative.PRES] => |tʼʷ|aː|꜖|tɬˠ|-
[Q.3.cl.3.3.cl.2.2.POS.active.indicative.PAST] => |ʛˠ|a#ː|꜖|kˤ|-
[Q.3.cl.3.3.cl.2.2.POS.active.imperative.PRES] => |hkˠ|ʉ#|꜖꜒|ɾˠ|-
[Q.3.cl.3.3.cl.2.2.POS.active.imperative.PAST] => |t͡sʷ|a#ː|̰꜒|ɭˠ|-
[Q.3.cl.3.3.cl.2.2.POS.active.conditional.PRES] => |kʲ|u|̰꜒|kʷ|-
[Q.3.cl.3.3.cl.2.2.POS.active.conditional.PAST] => |ᵏǁʼˠ|u#|꜖|kʼˠ|-
[Q.3.cl.3.3.cl.2.2.POS.active.optative.PRES] => |ᵑǀʼˤ|i|̰꜖|ʛʲ|-
[Q.3.cl.3.3.cl.2.2.POS.active.optative.PAST] => |tʰˤ|i|̰꜖|ɾʷ|-
[Q.3.cl.3.3.cl.2.2.POS.passive.indicative.PRES] => |htʲ|a#|꜖|ŋʲ|-
[Q.3.cl.3.3.cl.2.2.POS.passive.indicative.PAST] => |tʰˠ|u#|꜒꜖|ɠˤ|-
[Q.3.cl.3.3.cl.2.2.POS.passive.imperative.PRES] => |pʲ|i#ː|꜖꜒|kʰʷ|-
[Q.3.cl.3.3.cl.2.2.POS.passive.imperative.PAST] => |ɹˠ|aː|̰꜖|ɴʷ|-
[Q.3.cl.3.3.cl.2.2.POS.passive.conditional.PRES] => |ɰˠ|ʉː|̰꜒|ʈʰˠ|-
[Q.3.cl.3.3.cl.2.2.POS.passive.conditional.PAST] => |hpʲ|ᵊ|꜒꜖|kʲ|-
[Q.3.cl.3.3.cl.2.2.POS.passive.optative.PRES] => |ᵑǁʼˠ|a|꜒꜖|ɾˠ|-
[Q.3.cl.3.3.cl.2.2.POS.passive.optative.PAST] => |ᵏǀʼʷ|ʉ#ː|꜖|nʷ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |tʼʷ|i|꜖꜒|ŋ̥ˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ʈʼˠ|ᵊ|̰꜖|r̥ˠ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ᵑǃʼʲ|ʉ|̰꜖|ʃˠ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ᵑǁʼˠ|i|̰꜒|ɾʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʼˠ|i|̰꜒|t͡ʂʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ᵏǀʼˤ|ᵊ|̰꜒|ʛˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |qˠ|ᵊ|̰꜒|ʃˠ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |ɠˤ|i|꜒꜖|tʼʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |ʈʼˠ|a#ː|꜒|ɠʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ʃʲ|i|̰꜒|tʼʷ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |tʰʷ|ʉ|꜖꜒|ɠʷ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ɠʷ|ʉ|̰꜖|ʜˠ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |kʼˤ|a#ː|꜖꜒|tʼʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ɭˠ|i|̰꜒|sˠ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ʋˤ|a#ː|̰꜒|ɭʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |pˠ|i|꜒꜖|tɬʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ʛˠ|a#ː|꜖|tʰˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |ɗˤ|i#|꜖꜒|m̥ʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |kˤ|ᵊ|̰꜒|mˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |d͡ʐʲ|a|꜖꜒|ŋˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ɠʷ|i#|꜒꜖|ɾˠ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |qʼˠ|iː|̰꜖|qʼʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.active.optative.PRES] => |qʲ|uː|꜒|sˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ɰˤ|ᵊ|̰꜖|tʷ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |hpʲ|ᵊ|꜖꜒|ʡˠ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ɰˤ|a|̰꜖|tˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |qˠ|a|꜒|ɰʷ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ʄˠ|i|꜒꜖|sˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |nˠ|u#ː|꜒|nʷ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |ᵏǁʲ|i|꜖|qʼˤ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ᵏǃʼʷ|i|꜖|ɳʲ|-
[Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ɗˤ|aː|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |ɳ̥ˠ|a|̰꜖|ʋˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |ᵑǀʼˠ|u#|꜖|ʂʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ʔ|a#|꜒|ʄʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ŋˠ|u#ː|̰꜒|sˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃʼˠ|ʉ|꜒꜖|ɾʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ɓʲ|a|꜒|rʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǁʰˠ|a|꜒|n̥ˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |ɰʷ|ᵊ|꜒꜖|ɳʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǃʰʲ|ʉ#ː|꜖|ʂˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |qˠ|i|꜖|pʼʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |m̥ʲ|i|̰꜖|ɭˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |pˤ|iː|꜖꜒|htʷ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ɻˠ|ʉ#|꜖꜒|j|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ʜˠ|u|꜒꜖|j|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |htˠ|ʉ#|꜖꜒|nˤ|-
[Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |t͡sʷ|a|꜖꜒|kʷ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ᵏǀʰˤ|i|꜖|ʜʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |ʂʲ|ᵊ|꜒꜖|ɳʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |kʰˤ|i|꜒|ɴˤ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |qʼˠ|uː|꜖꜒|ɠˤ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ʔ|ᵊ|̰꜒|tʰˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |qʲ|ʉ|꜖꜒|ʋˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ᵏǀʰʷ|i|̰꜖|wˤ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ᵏǃʼˠ|aː|̰꜖|ɳʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |pʰʲ|u#ː|꜒|htˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |m̥ʲ|aː|꜖꜒|pʼʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |wʲ|a|̰꜖|ʃˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ɭʲ|i|̰꜒|n̥ʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ɗʲ|ʉ#|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |sʲ|i|̰꜖|mʲ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |kʼʷ|a|̰꜖|tʰˠ|-
[Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ʋˠ|a|꜖|ɭˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |hkʲ|uː|̰꜒|kˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |ᵏǁʰˠ|u|꜒꜖|wˤ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |htʷ|iː|꜒|ɾˤ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |kˤ|ʉ|꜖|ɴˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ɗˠ|i|꜖|kʼˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |pʰʲ|i|꜖꜒|hkˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |htʲ|a#ː|꜖꜒|ɽˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |nʷ|a#ː|꜖꜒|ɭˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǁʰˠ|iː|꜖꜒|hkʲ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |tʼʷ|ʉ|̰꜖|wˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |pʰˠ|a#|꜒|mˤ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |kʰʷ|ʉ#ː|̰꜖|ɾʷ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǁʲ|a|꜖|t͡sʷ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |qʼʲ|ʉ#|꜒|ʂˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ᵑǃˤ|iː|꜒꜖|ʈʼʲ|-
[Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |mˠ|a|̰꜖|ʋˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |tʼʷ|i|꜖|ʋʲ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |sˠ|i|꜖|d͡ʐˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǀʷ|i|̰꜒|ɗˤ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |ᵑǁʼˠ|i#ː|꜖|ʈʰʲ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |ᵑǃʲ|iː|꜒꜖|wˤ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ɾˤ|ʉ|꜖꜒|ʈʰˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.active.optative.PRES] => |d͡ʐˠ|a|̰꜒|sˤ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ŋ̥ˠ|ʉ#|̰꜒|wʲ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |qʼˤ|a|̰꜖|rʷ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʷ|ʉː|̰꜖|ɗˤ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ɰˠ|ʉː|꜒|t͡ʂˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ɰˠ|a#|̰꜒|t͡sˠ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |kʰˠ|u|꜖|ŋ̥ʲ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |wˠ|a|꜒|ɠʲ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |wˤ|a|̰꜖|t͡sʷ|-
[Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ᵏǁʰˠ|u#ː|̰꜒|ɰʷ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |ɗˠ|a#|꜒꜖|ɴʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ᵑǃˤ|iː|꜒|qʼʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |ʜˠ|u#ː|꜖꜒|ɰˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |ʜˠ|ʉː|꜒꜖|wˤ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |tʰʷ|ʉ|꜒|hpʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |pʰˤ|ᵊ|꜖|hkˤ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |pʰˠ|a|̰꜖|kʰˤ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ᵏǀʰʲ|i|꜖꜒|ɾʷ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |kʰʷ|ᵊ|꜒|kˤ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǃˤ|ʉ|̰꜒|r̥ˤ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǁʼʲ|ʉ#ː|꜖|ŋ̥ˤ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |tʼʲ|aː|꜖|ɠˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |qʲ|iː|̰꜒|ɹʷ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀˠ|ᵊ|̰꜖|m̥ˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |m̥ˠ|i|꜒꜖|hkˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ᵑǁʼˠ|a|̰꜖|ɹʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |n̥ʲ|i|꜖|t͡sʷ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |qʼˠ|i#ː|̰꜖|ŋ̥ʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |hkˤ|ʉ|̰꜖|d͡ʐˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ᵑǀˤ|a|꜒|ɳ̥ˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ᵏǁʰʲ|iː|꜒꜖|lˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |pʼˤ|ᵊ|꜒꜖|pʼˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.active.optative.PRES] => |kʼˤ|ʉ|꜖꜒|kʼˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ɻʲ|ʉ#|꜒꜖|ʄʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |hkˤ|aː|꜒|kʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |kʼˤ|a#|̰꜖|kˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |ɓˠ|ᵊ|̰꜖|qʼʷ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |ᵑǁʲ|ʉ|꜖꜒|ɳʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |ŋ̥ʷ|i|̰꜒|ʡʲ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |pʲ|u|꜒꜖|ʋˠ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |ʋʲ|u|꜒꜖|ɗˤ|-
[Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |m̥ˠ|aː|꜖|wʲ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.active.indicative.PRES] => |ᵏǀʰˤ|a|̰꜒|hkʲ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.active.indicative.PAST] => |hkˠ|ʉ|꜖꜒|hkʲ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.active.imperative.PRES] => |kʼˤ|ʉ#ː|꜒꜖|ɾˠ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.active.imperative.PAST] => |ᵑǃʲ|aː|꜖|kʼʷ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.active.conditional.PRES] => |ʈʼˠ|u|꜒꜖|t͡sʲ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.active.conditional.PAST] => |ᵏǃʰʷ|i|꜖|ʜˠ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.active.optative.PRES] => |ʔ|uː|̰꜖|n̥ˠ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.active.optative.PAST] => |ɾʷ|iː|꜖|ɴˠ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.passive.indicative.PRES] => |ɗʲ|iː|꜒꜖|ɾʷ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ɳ̥ˠ|u|̰꜖|ŋ̥ʷ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ᵏǃʼˠ|u|꜒|ɳ̥ʲ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.passive.imperative.PAST] => |mʲ|u|꜖꜒|ɾʲ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.passive.conditional.PRES] => |htʲ|i#ː|꜒꜖|qʼʷ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.passive.conditional.PAST] => |ʈʲ|ʉ|꜒|tʼʲ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.passive.optative.PRES] => |ᵏǁʼˠ|aː|꜖꜒|ʜˠ|-
[Q.3.cl.3.3.cl.3.1incl.NEG.passive.optative.PAST] => |pʰʲ|a#ː|̰꜖|n̥ʲ|-
[Q.3.cl.3.3.cl.3.1incl.POS.active.indicative.PRES] => |ʡˠ|iː|꜒|sˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.active.indicative.PAST] => |ɽˠ|i#ː|꜒꜖|ŋˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.active.imperative.PRES] => |r̥ʷ|ᵊ|̰꜖|sˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.active.imperative.PAST] => |ʈʰʲ|aː|꜖|tˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.active.conditional.PRES] => |d͡ʐʲ|ʉː|̰꜖|qʷ|-
[Q.3.cl.3.3.cl.3.1incl.POS.active.conditional.PAST] => |ɾʷ|ᵊ|̰꜒|qʼˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.active.optative.PRES] => |hkʲ|a|꜖|ʡˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.active.optative.PAST] => |d͡ʐˠ|ʉ#ː|꜖|ʋˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.passive.indicative.PRES] => |ʡˠ|aː|꜖|qʼˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.passive.indicative.PAST] => |kʲ|ᵊ|꜒|ɻˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.passive.imperative.PRES] => |mˤ|i|꜖|pʼˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.passive.imperative.PAST] => |ɗˠ|ᵊ|̰꜒|ʡˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.passive.conditional.PRES] => |pˤ|i|꜒꜖|tɬˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.passive.conditional.PAST] => |hkˤ|a|꜖꜒|kʼˠ|-
[Q.3.cl.3.3.cl.3.1incl.POS.passive.optative.PRES] => |hkˠ|i|꜒|m̥ˤ|-
[Q.3.cl.3.3.cl.3.1incl.POS.passive.optative.PAST] => |pʰʲ|i|꜖꜒|ʈʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.active.indicative.PRES] => |ɳʲ|a|̰꜒|ŋ̥ʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.active.indicative.PAST] => |ᵑǃʼʷ|ʉː|̰꜖|ɰˠ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.active.imperative.PRES] => |m̥ˤ|u#|꜖꜒|mˤ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.active.imperative.PAST] => |ʈʼʲ|ʉ|꜒꜖|ʈʼʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.active.conditional.PRES] => |ᵑǃʼʷ|ʉː|̰꜒|qʷ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.active.conditional.PAST] => |ŋʲ|i#|꜖|nʷ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.active.optative.PRES] => |ɓʲ|ʉ#ː|꜒|kʼʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.active.optative.PAST] => |kʼʲ|aː|꜖꜒|ɻʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.passive.indicative.PRES] => |d͡ʐʲ|a|꜒|t͡sʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ɭʲ|iː|꜒꜖|t͡sʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ᵏǃʲ|ᵊ|꜒|tʼʷ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ᵏǁʼʲ|ʉ#ː|̰꜖|ʈʼʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.passive.conditional.PRES] => |ᵏǀʰˠ|ʉ|꜒|tʰˠ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.passive.conditional.PAST] => |ᵏǃʲ|ʉ#|̰꜖|ʋˤ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.passive.optative.PRES] => |ᵏǃʼʲ|a|꜒|tʲ|-
[Q.3.cl.3.3.cl.3.1excl.NEG.passive.optative.PAST] => |ᵏǁʰˠ|a#|꜖꜒|ɹˠ|-
[Q.3.cl.3.3.cl.3.1excl.POS.active.indicative.PRES] => |ɓˤ|u|꜒꜖|hkʲ|-
[Q.3.cl.3.3.cl.3.1excl.POS.active.indicative.PAST] => |hʈʲ|ʉ|꜒꜖|ʈʰʲ|-
[Q.3.cl.3.3.cl.3.1excl.POS.active.imperative.PRES] => |ʛʲ|ʉ#ː|̰꜒|sʲ|-
[Q.3.cl.3.3.cl.3.1excl.POS.active.imperative.PAST] => |ᵏǀˤ|u|꜒꜖|qʷ|-
[Q.3.cl.3.3.cl.3.1excl.POS.active.conditional.PRES] => |ʈʲ|ʉː|꜒꜖|kʼˤ|-
[Q.3.cl.3.3.cl.3.1excl.POS.active.conditional.PAST] => |ɽʲ|uː|̰꜖|ŋ̥ˠ|-
[Q.3.cl.3.3.cl.3.1excl.POS.active.optative.PRES] => |ɾˤ|a#|̰꜖|ɓˠ|-
[Q.3.cl.3.3.cl.3.1excl.POS.active.optative.PAST] => |ŋ̥ʷ|ᵊ|꜖꜒|lˠ|-
[Q.3.cl.3.3.cl.3.1excl.POS.passive.indicative.PRES] => |pʰˤ|i#ː|̰꜖|nʲ|-
[Q.3.cl.3.3.cl.3.1excl.POS.passive.indicative.PAST] => |pʼˤ|iː|꜒|ʛˤ|-
[Q.3.cl.3.3.cl.3.1excl.POS.passive.imperative.PRES] => |ᵑǃʼʷ|ᵊ|꜖|r̥ˤ|-
[Q.3.cl.3.3.cl.3.1excl.POS.passive.imperative.PAST] => |ᵏǃʲ|a|꜖꜒|htʷ|-
[Q.3.cl.3.3.cl.3.1excl.POS.passive.conditional.PRES] => |r̥ʲ|i|꜖|ŋʷ|-
[Q.3.cl.3.3.cl.3.1excl.POS.passive.conditional.PAST] => |sˤ|a|꜖|ɰʷ|-
[Q.3.cl.3.3.cl.3.1excl.POS.passive.optative.PRES] => |qˤ|uː|꜒|pʼʲ|-
[Q.3.cl.3.3.cl.3.1excl.POS.passive.optative.PAST] => |kʷ|ᵊ|̰꜒|ʜʲ|-
[Q.3.cl.3.3.cl.3.2.NEG.active.indicative.PRES] => |ɾʷ|i#ː|̰꜖|sˠ|-
[Q.3.cl.3.3.cl.3.2.NEG.active.indicative.PAST] => |kʰˠ|uː|̰꜒|ɰˠ|-
[Q.3.cl.3.3.cl.3.2.NEG.active.imperative.PRES] => |tˠ|a|꜖꜒|ŋ̥ˤ|-
[Q.3.cl.3.3.cl.3.2.NEG.active.imperative.PAST] => |ᵑǃʼʷ|ʉ#|꜖|t͡sˤ|-
[Q.3.cl.3.3.cl.3.2.NEG.active.conditional.PRES] => |r̥ʷ|a#|꜖꜒|tʼʷ|-
[Q.3.cl.3.3.cl.3.2.NEG.active.conditional.PAST] => |ɗʲ|aː|꜒|pʼˠ|-
[Q.3.cl.3.3.cl.3.2.NEG.active.optative.PRES] => |ɽˠ|ᵊ|꜒꜖|ŋ̥ˤ|-
[Q.3.cl.3.3.cl.3.2.NEG.active.optative.PAST] => |t͡sʷ|ᵊ|꜖|ɴʷ|-
[Q.3.cl.3.3.cl.3.2.NEG.passive.indicative.PRES] => |kʰˠ|i|꜖꜒|rˠ|-
[Q.3.cl.3.3.cl.3.2.NEG.passive.indicative.PAST] => |ɴˠ|u#ː|꜖|sʷ|-
[Q.3.cl.3.3.cl.3.2.NEG.passive.imperative.PRES] => |ᵑǀʼˠ|ʉ|̰꜒|ʈʰˠ|-
[Q.3.cl.3.3.cl.3.2.NEG.passive.imperative.PAST] => |ᵏǁʰˠ|aː|꜒꜖|ɭʲ|-
[Q.3.cl.3.3.cl.3.2.NEG.passive.conditional.PRES] => |ᵑǁʲ|ʉ#ː|꜒꜖|n̥ˠ|-
[Q.3.cl.3.3.cl.3.2.NEG.passive.conditional.PAST] => |ᵏǀˤ|ʉ#ː|꜖|rˠ|-
[Q.3.cl.3.3.cl.3.2.NEG.passive.optative.PRES] => |ᵏǀʷ|i#ː|꜖|rʷ|-
[Q.3.cl.3.3.cl.3.2.NEG.passive.optative.PAST] => |ʈʰʲ|i|꜒|ɴʲ|-
[Q.3.cl.3.3.cl.3.2.POS.active.indicative.PRES] => |hkʲ|ᵊ|꜖꜒|tʰˤ|-
[Q.3.cl.3.3.cl.3.2.POS.active.indicative.PAST] => |ᵑǃʲ|aː|꜒꜖|htˤ|-
[Q.3.cl.3.3.cl.3.2.POS.active.imperative.PRES] => |ᵑǀʲ|aː|꜖|ʛˤ|-
[Q.3.cl.3.3.cl.3.2.POS.active.imperative.PAST] => |ŋ̥ʲ|a#|꜒꜖|kʰʷ|-
[Q.3.cl.3.3.cl.3.2.POS.active.conditional.PRES] => |ᵏǁʰˠ|ʉː|꜖꜒|ɾˠ|-
[Q.3.cl.3.3.cl.3.2.POS.active.conditional.PAST] => |ᵏǀʼʲ|ʉ|꜖꜒|hkʲ|-
[Q.3.cl.3.3.cl.3.2.POS.active.optative.PRES] => |qˤ|i|꜒꜖|hʈʲ|-
[Q.3.cl.3.3.cl.3.2.POS.active.optative.PAST] => |ɓˤ|a|̰꜖|ɥˤ|-
[Q.3.cl.3.3.cl.3.2.POS.passive.indicative.PRES] => |n̥ˠ|a|̰꜒|lʲ|-
[Q.3.cl.3.3.cl.3.2.POS.passive.indicative.PAST] => |pʲ|a|꜖꜒|r̥ʲ|-
[Q.3.cl.3.3.cl.3.2.POS.passive.imperative.PRES] => |ᵏǁʰʲ|aː|꜖|nʷ|-
[Q.3.cl.3.3.cl.3.2.POS.passive.imperative.PAST] => |kʷ|ʉ#|꜒|kʷ|-
[Q.3.cl.3.3.cl.3.2.POS.passive.conditional.PRES] => |ᵏǁʼˠ|i|̰꜒|t͡ʂʲ|-
[Q.3.cl.3.3.cl.3.2.POS.passive.conditional.PAST] => |ʂʲ|ʉ#ː|̰꜒|rʲ|-
[Q.3.cl.3.3.cl.3.2.POS.passive.optative.PRES] => |ᵏǀˤ|a|꜖꜒|mˤ|-
[Q.3.cl.3.3.cl.3.2.POS.passive.optative.PAST] => |ᵏǀʰˤ|u|꜖꜒|ɳʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |kʰˤ|u|꜒|r̥ʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |kʼʲ|ᵊ|̰꜖|ɥʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ᵑǃʷ|a#|̰꜒|pˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ʈʼˠ|ʉ#|̰꜒|ɗˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |lˠ|i|꜖|ɹʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |tɬʲ|iː|꜖|ɹʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ᵑǀʼʲ|ʉ|̰꜖|qʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ɾʷ|ʉː|꜒꜖|ɭˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |m̥ʲ|i|̰꜖|ŋʷ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ʔ|a|꜒|kʼʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ŋʲ|ʉ#ː|꜖|kʰˤ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |m̥ʲ|u|꜖|kʰʷ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |r̥ʲ|uː|̰꜖|t͡sʷ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǃʲ|i#|꜖꜒|ʈʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ɰʷ|ʉ#ː|꜒꜖|ʋʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |hkʲ|i|̰꜒|tˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |sʲ|u#ː|̰꜖|tˤ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |ᵑǃʼʲ|aː|꜖|ʛˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ɻˠ|ᵊ|꜖|rʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |pʲ|u|꜖|ɳʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |qʼʲ|iː|꜒|ʜˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |sˤ|u#|꜖|pˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.active.optative.PRES] => |ɳˠ|a#ː|̰꜒|wˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.active.optative.PAST] => |tʼʷ|i#ː|꜒|ɽʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ɽʲ|ᵊ|̰꜖|ɰˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |ʛʲ|ᵊ|꜖|n̥ˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ᵑǀʼʷ|ʉ|꜖|ɻʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |kˠ|i|꜖꜒|tʼʷ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |htʲ|a|̰꜖|ŋ̥ˤ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |t͡sˤ|ʉ#ː|꜖|nʲ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |tʼʷ|ʉ|꜒꜖|n̥ˠ|-
[Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ɓˠ|i#|꜖꜒|r̥ʷ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |hkʷ|a|̰꜖|tʷ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |r̥ʷ|ᵊ|꜖|kʰʷ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ᵑǁˠ|i|̰꜖|ŋ̥ˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |wʲ|ʉ|꜖|sʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ᵑǀʼˤ|ᵊ|̰꜒|ʈʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ʛˤ|a|꜒꜖|t͡sʷ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |t͡sˤ|a|꜒꜖|mˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |hʈˠ|i|꜖|ʋˤ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |tʼʷ|i#|꜖|ŋˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |ʋʲ|ʉ|̰꜖|t͡ʃ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǀʷ|ʉ|꜖꜒|tʰʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |wʲ|iː|̰꜖|ʡʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |kʰˤ|a|꜒꜖|ɗʷ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ʂˠ|i#ː|̰꜖|d͡ʐʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |ʈʼʲ|a|̰꜖|tʼˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |ɹʷ|i|꜖꜒|ɾˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ʡˠ|iː|꜒꜖|lʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ᵏǀʼˠ|i|꜖|hkˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |hpˠ|ʉ#ː|̰꜒|qˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |t͡ʂʲ|a|꜒|wʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ᵏǀʼˤ|ʉ|̰꜒|ɾˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ᵏǀʼʷ|ʉ|꜒꜖|ɹʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵑǃˠ|a#ː|꜖꜒|ɓʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.active.optative.PAST] => |ŋ̥ʷ|a|꜒꜖|n̥ˤ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ᵑǃʼʷ|a|̰꜒|t͡sʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |kʷ|aː|꜒|tɬˠ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ɴˠ|u#|꜒꜖|ɽʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |pʰˤ|ᵊ|꜖꜒|ŋˤ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ʋˤ|ʉ#|꜖꜒|tʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃʼˠ|ʉ|꜖꜒|tʲ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |ɴˤ|u|꜖|ɰʷ|-
[Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |n̥ˠ|a|̰꜒|ɴʷ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |kˠ|a#ː|̰꜒|pʼʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |hkʷ|a|̰꜒|ɴˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |mˤ|ᵊ|꜒꜖|qʼʷ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |tɬˠ|i|̰꜒|hʈˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |ʂʲ|ᵊ|̰꜖|ɳʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ᵏǀˤ|i|̰꜒|d͡ʐʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |r̥ˤ|ᵊ|꜖꜒|ɴʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ɠʷ|ʉː|꜖꜒|kʼʷ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ʋˤ|a|꜖꜒|ʄˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |qˤ|a|̰꜒|r̥ʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ɳʲ|ʉ#ː|꜖|pˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |tˠ|a|꜖꜒|pʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |nˠ|i|̰꜖|hpˤ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǃˤ|iː|̰꜖|t͡sʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ᵏǀʰʲ|u#ː|꜒|hkʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ᵑǃʼˠ|a|꜖|sˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ʈʲ|a|꜒|nˤ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |kʼˤ|iː|꜖꜒|m̥ˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |nˠ|aː|꜖꜒|ʃʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ŋ̥ʲ|a|꜒꜖|ɗʷ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |ᵑǃʲ|a#|̰꜖|ʜʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |hpʲ|iː|̰꜖|d͡ʐʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.active.optative.PRES] => |qʷ|a#ː|̰꜖|pʰˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ɹʷ|a|̰꜒|t͡sʷ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |ʈʰʲ|i#|̰꜒|qʼʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |ɭˠ|i|꜖|qʼˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |n̥ˤ|a#|̰꜖|ʃˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ɳ̥ʲ|u|̰꜖|hpˤ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ᵏǀˤ|a|꜒|ɻʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ᵏǀʰˤ|aː|꜒|ɰˠ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ɠʲ|u#ː|꜖|ɳʲ|-
[Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |ᵏǁʰʲ|i|̰꜖|ɥˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ᵑǀʼʲ|ᵊ|꜒꜖|d͡ʐʲ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |ʈʼˠ|ᵊ|̰꜒|j|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |pʰˤ|ʉ|꜖꜒|ɹˤ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ɗˤ|a#|꜖|r̥ˤ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ɥˠ|ᵊ|̰꜖|ʈˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ᵏǃʰˤ|ʉ|̰꜒|wˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |tˠ|u|꜒꜖|rʷ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |t͡sʷ|a|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |ŋ̥ˤ|a|̰꜒|ɹʷ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ɗʲ|ᵊ|꜒|hʈˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |ɴˠ|i|꜖|hpˤ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ᵑǃʼʲ|i|꜒꜖|ɠʷ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʼʷ|a|̰꜖|rʷ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |kʼʷ|ʉː|꜖꜒|ɳ̥ʲ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |tʰˠ|i|̰꜖|sˤ|-
[Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |ɥˤ|u|꜒|ʛʲ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |r̥ʲ|aː|̰꜒|ʜˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ʡʲ|i|꜒꜖|ʈʼˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |ʛʲ|ʉ#|꜒|pʼʲ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ɴˤ|a|꜖꜒|ɰʲ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |pʰˤ|i#|̰꜖|ɠʷ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |pʰˤ|ᵊ|̰꜖|htʷ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.active.optative.PRES] => |ᵏǀˠ|a|̰꜖|ɾˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ᵏǁʼˠ|a|꜖꜒|t͡sˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʷ|a#|꜒꜖|kʼʲ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |ɥʲ|i#|̰꜖|n̥ʷ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |nˠ|ʉ|꜖|ʡˠ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |kʰʲ|a|꜖|ɻʲ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ᵏǀˠ|aː|꜖꜒|ʋʲ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |kˠ|iː|꜒꜖|n̥ˤ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |rˤ|ᵊ|꜖꜒|t͡ʃ|-
[Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |ŋ̥ˤ|aː|̰꜒|n̥ˠ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.active.indicative.PRES] => |qʼʲ|i|̰꜖|ʄʲ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.active.indicative.PAST] => |tʰʷ|aː|꜒꜖|nʷ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.active.imperative.PRES] => |r̥ʲ|iː|꜖꜒|mʲ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.active.imperative.PAST] => |ɹʷ|i|̰꜖|rʷ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.active.conditional.PRES] => |ŋʷ|ʉ|꜖꜒|ɠʷ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.active.conditional.PAST] => |ɴʲ|ᵊ|꜒|ɾˠ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.active.optative.PRES] => |ᵏǀʼˠ|u|̰꜖|ɠʲ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.active.optative.PAST] => |pʰʲ|ᵊ|꜒꜖|rˤ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ɠˠ|i|꜖|pʼˤ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ʂˠ|ʉ|̰꜒|hʈʲ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.passive.imperative.PRES] => |qʼˤ|ʉː|̰꜖|ɗˠ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.passive.imperative.PAST] => |kʰˤ|ᵊ|꜒꜖|ʈʰˠ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.passive.conditional.PRES] => |n̥ˠ|a#|̰꜒|n̥ˠ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ᵏǀʰʷ|ʉ#ː|꜒꜖|rʷ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.passive.optative.PRES] => |htˤ|i|꜖|ɴʷ|-
[Q.3.cl.3.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵑǁˠ|u#ː|꜒|hʈʲ|-
[Q.3.cl.3.3.cl.4.1incl.POS.active.indicative.PRES] => |m̥ˤ|a|꜒|ɗʷ|-
[Q.3.cl.3.3.cl.4.1incl.POS.active.indicative.PAST] => |hpˤ|a|̰꜖|tʼʷ|-
[Q.3.cl.3.3.cl.4.1incl.POS.active.imperative.PRES] => |hkʷ|i|꜒|ŋˠ|-
[Q.3.cl.3.3.cl.4.1incl.POS.active.imperative.PAST] => |ᵏǀʼˤ|ᵊ|̰꜒|tʼʷ|-
[Q.3.cl.3.3.cl.4.1incl.POS.active.conditional.PRES] => |nˤ|ʉ#ː|̰꜒|pˠ|-
[Q.3.cl.3.3.cl.4.1incl.POS.active.conditional.PAST] => |ᵑǃʼʲ|iː|꜒|ɠˠ|-
[Q.3.cl.3.3.cl.4.1incl.POS.active.optative.PRES] => |htˠ|ᵊ|̰꜒|ɽʲ|-
[Q.3.cl.3.3.cl.4.1incl.POS.active.optative.PAST] => |t͡sˠ|i|꜖|mʲ|-
[Q.3.cl.3.3.cl.4.1incl.POS.passive.indicative.PRES] => |d͡ʐˠ|a#|꜖꜒|j|-
[Q.3.cl.3.3.cl.4.1incl.POS.passive.indicative.PAST] => |hkʷ|i|̰꜒|ɾˤ|-
[Q.3.cl.3.3.cl.4.1incl.POS.passive.imperative.PRES] => |ᵏǀʷ|ᵊ|꜒꜖|ɓˠ|-
[Q.3.cl.3.3.cl.4.1incl.POS.passive.imperative.PAST] => |tʰˠ|u|̰꜖|kʰʷ|-
[Q.3.cl.3.3.cl.4.1incl.POS.passive.conditional.PRES] => |ᵑǀʼʲ|a|̰꜖|qˠ|-
[Q.3.cl.3.3.cl.4.1incl.POS.passive.conditional.PAST] => |ɓˤ|a#|꜖|ʄʲ|-
[Q.3.cl.3.3.cl.4.1incl.POS.passive.optative.PRES] => |ʈʰˠ|u#ː|꜒|ɹʲ|-
[Q.3.cl.3.3.cl.4.1incl.POS.passive.optative.PAST] => |qˠ|i|꜖꜒|tʼʲ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.active.indicative.PRES] => |ᵏǃʼˤ|iː|꜖|qʷ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.active.indicative.PAST] => |ᵑǃʼʷ|i|꜒|ʈʼˠ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.active.imperative.PRES] => |ᵑǀʲ|u#|꜖|ʡʲ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.active.imperative.PAST] => |ʃˠ|u#|꜖꜒|ʋˠ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.active.conditional.PRES] => |ɽʲ|iː|꜖|sʷ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.active.conditional.PAST] => |hkʲ|aː|꜖|sˠ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.active.optative.PRES] => |kʰʲ|ᵊ|꜒|hkʷ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.active.optative.PAST] => |tʼʲ|ʉ|̰꜖|ɠˤ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ᵏǀʼʲ|ᵊ|꜖|ʔ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.passive.indicative.PAST] => |hpˠ|u|̰꜒|ʡˠ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ᵑǃʷ|i|꜖|tˤ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.passive.imperative.PAST] => |ɻˠ|ʉ#|̰꜖|pʰˠ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.passive.conditional.PRES] => |nʷ|a|꜖|ɗʷ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.passive.conditional.PAST] => |sˠ|a|꜒|ʛʲ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.passive.optative.PRES] => |kʰʷ|ᵊ|̰꜒|mʲ|-
[Q.3.cl.3.3.cl.4.1excl.NEG.passive.optative.PAST] => |tʷ|i|̰꜒|tʰʷ|-
[Q.3.cl.3.3.cl.4.1excl.POS.active.indicative.PRES] => |ᵑǁʼʲ|ʉ#ː|꜒|ŋˠ|-
[Q.3.cl.3.3.cl.4.1excl.POS.active.indicative.PAST] => |wˠ|iː|̰꜖|ɴˤ|-
[Q.3.cl.3.3.cl.4.1excl.POS.active.imperative.PRES] => |kʼˤ|a|꜒|pʰˤ|-
[Q.3.cl.3.3.cl.4.1excl.POS.active.imperative.PAST] => |sˤ|ᵊ|꜖꜒|ʜˠ|-
[Q.3.cl.3.3.cl.4.1excl.POS.active.conditional.PRES] => |ᵏǀʰˠ|i#ː|꜖|wˠ|-
[Q.3.cl.3.3.cl.4.1excl.POS.active.conditional.PAST] => |ʃˠ|ᵊ|꜖|r̥ˤ|-
[Q.3.cl.3.3.cl.4.1excl.POS.active.optative.PRES] => |ᵏǃʷ|i|̰꜒|mˤ|-
[Q.3.cl.3.3.cl.4.1excl.POS.active.optative.PAST] => |ᵑǀʼˠ|u|꜒꜖|sʲ|-
[Q.3.cl.3.3.cl.4.1excl.POS.passive.indicative.PRES] => |htˤ|u#|꜒|ʂˠ|-
[Q.3.cl.3.3.cl.4.1excl.POS.passive.indicative.PAST] => |rˤ|ʉ|꜒|n̥ˠ|-
[Q.3.cl.3.3.cl.4.1excl.POS.passive.imperative.PRES] => |ᵑǀʷ|a|꜖꜒|ɻˠ|-
[Q.3.cl.3.3.cl.4.1excl.POS.passive.imperative.PAST] => |n̥ʲ|ᵊ|꜖|wˠ|-
[Q.3.cl.3.3.cl.4.1excl.POS.passive.conditional.PRES] => |ɭˠ|i|̰꜖|ʄʲ|-
[Q.3.cl.3.3.cl.4.1excl.POS.passive.conditional.PAST] => |ᵑǁʼʲ|a#ː|̰꜖|ʈʼˠ|-
[Q.3.cl.3.3.cl.4.1excl.POS.passive.optative.PRES] => |ᵑǀˤ|i|̰꜖|wʲ|-
[Q.3.cl.3.3.cl.4.1excl.POS.passive.optative.PAST] => |hʈˠ|ᵊ|̰꜖|qʼʷ|-
[Q.3.cl.3.3.cl.4.2.NEG.active.indicative.PRES] => |ᵑǀˠ|u#ː|꜒|rʲ|-
[Q.3.cl.3.3.cl.4.2.NEG.active.indicative.PAST] => |pʰˠ|ᵊ|꜒|t͡ʂʲ|-
[Q.3.cl.3.3.cl.4.2.NEG.active.imperative.PRES] => |ŋ̥ʲ|i#|꜖꜒|ɾˤ|-
[Q.3.cl.3.3.cl.4.2.NEG.active.imperative.PAST] => |pˤ|i|̰꜖|t͡ʂˠ|-
[Q.3.cl.3.3.cl.4.2.NEG.active.conditional.PRES] => |kˠ|i|̰꜒|htˠ|-
[Q.3.cl.3.3.cl.4.2.NEG.active.conditional.PAST] => |hʈˠ|a|꜖|ɭˠ|-
[Q.3.cl.3.3.cl.4.2.NEG.active.optative.PRES] => |ɰˠ|i#|꜒|t͡ʃ|-
[Q.3.cl.3.3.cl.4.2.NEG.active.optative.PAST] => |wˠ|a#|꜖|tɬˠ|-
[Q.3.cl.3.3.cl.4.2.NEG.passive.indicative.PRES] => |t͡ʃ|a#|̰꜖|ʂˠ|-
[Q.3.cl.3.3.cl.4.2.NEG.passive.indicative.PAST] => |tʰʷ|a|̰꜖|pʼˤ|-
[Q.3.cl.3.3.cl.4.2.NEG.passive.imperative.PRES] => |ᵏǀʼʷ|ʉ#|꜖꜒|ɾʷ|-
[Q.3.cl.3.3.cl.4.2.NEG.passive.imperative.PAST] => |mˤ|a|꜖꜒|ʛʷ|-
[Q.3.cl.3.3.cl.4.2.NEG.passive.conditional.PRES] => |ᵏǃˤ|i|̰꜖|rʷ|-
[Q.3.cl.3.3.cl.4.2.NEG.passive.conditional.PAST] => |ɓˤ|a#|꜒꜖|ɓʲ|-
[Q.3.cl.3.3.cl.4.2.NEG.passive.optative.PRES] => |ᵏǃʲ|ʉ#|̰꜒|nˠ|-
[Q.3.cl.3.3.cl.4.2.NEG.passive.optative.PAST] => |kʰˤ|ʉ|꜖|rˤ|-
[Q.3.cl.3.3.cl.4.2.POS.active.indicative.PRES] => |qʼˤ|u|꜖|ʈʲ|-
[Q.3.cl.3.3.cl.4.2.POS.active.indicative.PAST] => |t͡sʷ|iː|꜖꜒|t͡ʃ|-
[Q.3.cl.3.3.cl.4.2.POS.active.imperative.PRES] => |ᵑǀʲ|a|꜒|r̥ˤ|-
[Q.3.cl.3.3.cl.4.2.POS.active.imperative.PAST] => |kʼˤ|a|꜖|pʲ|-
[Q.3.cl.3.3.cl.4.2.POS.active.conditional.PRES] => |htˤ|aː|꜖|ŋ̥ˠ|-
[Q.3.cl.3.3.cl.4.2.POS.active.conditional.PAST] => |ᵑǁʼʲ|ᵊ|꜖|tˠ|-
[Q.3.cl.3.3.cl.4.2.POS.active.optative.PRES] => |ʋʲ|i|꜒꜖|tʼʲ|-
[Q.3.cl.3.3.cl.4.2.POS.active.optative.PAST] => |t͡sʲ|ᵊ|꜖|hkʷ|-
[Q.3.cl.3.3.cl.4.2.POS.passive.indicative.PRES] => |ʈʰˠ|ʉ|꜖|ŋ̥ˤ|-
[Q.3.cl.3.3.cl.4.2.POS.passive.indicative.PAST] => |ɠˤ|ᵊ|꜒꜖|ʃʲ|-
[Q.3.cl.3.3.cl.4.2.POS.passive.imperative.PRES] => |ʈˠ|ᵊ|꜖|ɹˠ|-
[Q.3.cl.3.3.cl.4.2.POS.passive.imperative.PAST] => |hkʲ|i|꜒꜖|m̥ˠ|-
[Q.3.cl.3.3.cl.4.2.POS.passive.conditional.PRES] => |r̥ˠ|iː|꜒|kʰˤ|-
[Q.3.cl.3.3.cl.4.2.POS.passive.conditional.PAST] => |ɽˠ|aː|꜒꜖|ʈʰˠ|-
[Q.3.cl.3.3.cl.4.2.POS.passive.optative.PRES] => |ᵏǃʼʲ|i#|꜒|ɳ̥ˠ|-
[Q.3.cl.3.3.cl.4.2.POS.passive.optative.PAST] => |ɗˠ|iː|꜒|htˠ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |hkˤ|ʉ|꜒|t͡ʂʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ᵏǀʼˠ|a|꜒꜖|ɗʷ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |ᵏǀʼˠ|iː|꜖|ɥˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |ɗʷ|a|꜒|nʷ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |ʡʲ|iː|̰꜖|ɰˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |kʷ|i|꜖꜒|pʼˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ɹʲ|u#ː|꜒꜖|ɓʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ɴˤ|i#ː|꜖꜒|ɓʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀˤ|a|꜖꜒|ɽʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |h|u#|̰꜖|ɭʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |qʼʷ|i|̰꜒|kʼˠ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ɻˠ|a|̰꜖|t͡sʷ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ɰʲ|ᵊ|꜒|ŋ̥ˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |htʲ|i|꜒꜖|qʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ᵑǀʼˠ|ʉ|꜖꜒|ʋˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ŋ̥ˤ|ᵊ|̰꜒|ɴˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |kʷ|i|꜖|n̥ˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ʋˠ|i#ː|̰꜒|ɾʷ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |ᵏǀʲ|ʉ|꜖|tɬʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ʈˠ|ʉː|꜖|ɽʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |ɓˤ|ᵊ|꜒|ɴˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ɴʷ|i#|꜒꜖|ŋʷ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.active.optative.PRES] => |sʷ|ᵊ|꜖|ɻˠ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ᵏǁʰʲ|ᵊ|꜒꜖|tˠ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |ᵏǃˠ|aː|̰꜖|pˠ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ɓʲ|ᵊ|꜖|ɻʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ᵑǃʼʲ|a|̰꜖|mˠ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |pʼˠ|a|꜒|ŋ̥ˠ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ɳ̥ʲ|u|̰꜒|d͡ʐʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ɾˠ|a|꜖|ɽʲ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |ɥˠ|i|꜒|ŋˤ|-
[Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ᵏǃˤ|ʉ|꜒꜖|ʋʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |pʰˠ|aː|̰꜖|ʃʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |nˠ|a|̰꜒|m̥ʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |tʼʲ|u|꜒꜖|ɥˤ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |n̥ʷ|a#|̰꜖|ɠʷ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |kʼˤ|a|̰꜖|n̥ˠ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |hʈʲ|i#ː|꜒꜖|n̥ˠ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |qʼˤ|i|꜒|ŋˤ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |ᵏǁʼʲ|ʉː|̰꜖|mʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |ɴˤ|ʉ|̰꜖|ɾʷ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |kʼʲ|ʉ|꜖|ɴˤ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǀʼʲ|i|̰꜒|htˤ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǀˤ|ᵊ|꜖꜒|wˤ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ɠʷ|iː|꜖|tɬʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |pʼˠ|a|꜒|kʼʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |tʰˠ|ᵊ|꜒|ɹʷ|-
[Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |sˠ|i#|꜒|ɻʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ɭʲ|i#ː|̰꜖|nˠ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ᵏǀʼʷ|i|̰꜒|ŋʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |kʼˠ|ʉ|꜖|tʼʷ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |kʼʷ|i|̰꜒|sʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ɗˤ|u|꜖|sˠ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |n̥ˠ|i|꜒|ŋ̥ʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ʈʲ|i|̰꜖|nʷ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.active.optative.PAST] => |ᵑǀˤ|ʉ|꜒|d͡ʐʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |ʜˠ|i|̰꜖|ɠˠ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |rʷ|i|̰꜒|ʛʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |mʲ|a|꜒|ŋʷ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |nʷ|a|꜖꜒|htʷ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ᵑǃˤ|uː|̰꜒|ʋʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃʰˤ|a|꜒꜖|r̥ʷ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ᵑǁʼʲ|i|꜖|ɽʲ|-
[Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |hpˤ|ʉ|꜖꜒|kˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃʷ|ʉː|꜒꜖|qʼʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |pʼˤ|a#ː|̰꜖|qʼʷ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |qˠ|i|꜒꜖|lʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |nʷ|a|̰꜒|ɠʷ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |nˤ|aː|̰꜖|qʷ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |ᵏǁʲ|aː|꜒꜖|qʼʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |htˠ|u#|̰꜖|ɴʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |tɬˠ|i|꜒꜖|ɴʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |pʼʲ|iː|̰꜖|ɰʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |sʲ|i|꜒|ɳʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |pʰˤ|i|꜖|tʰˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ɹʲ|i|꜒꜖|ɳ̥ˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ɠˤ|iː|̰꜒|tɬˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ɻˠ|i|̰꜒|rˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |ᵑǁʼʲ|uː|꜒꜖|hkʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |wˠ|ʉ|꜒꜖|kʷ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |hʈʲ|a|꜒|wʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |htʷ|ʉ#ː|꜒|tɬʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ɭˠ|i#ː|꜒|ʋʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |htʲ|u|꜖꜒|ɰʷ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |htˤ|ᵊ|꜒꜖|qʼʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ᵏǁʲ|i|̰꜖|tʼʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.active.optative.PRES] => |nʲ|iː|̰꜖|ɴʲ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.active.optative.PAST] => |ʈʰˠ|ʉ|꜖|pʰˤ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |kʰʲ|u#|̰꜖|kˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ɰˠ|i|꜒|htʷ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |qʷ|a|̰꜒|ɠˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ɠʲ|iː|꜒꜖|ɽˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |rˠ|iː|꜖|r̥ʷ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |ɰʲ|a|꜒|n̥ˤ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ᵏǁʼʲ|ʉ|꜒|mˠ|-
[Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |ᵏǃˠ|a#ː|꜒꜖|ʈʰʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |n̥ˤ|i|̰꜖|ɾʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ʈʲ|a|꜒꜖|ɹˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ɥʲ|ʉː|꜒|ɓʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ᵏǁʰˠ|iː|̰꜒|n̥ˤ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |nʲ|aː|꜖|tʼʷ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ᵑǃʼʷ|aː|̰꜖|ʂʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |qʼʲ|a|꜒|ʄˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ŋˤ|u|꜖꜒|r̥ˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |htʲ|i|꜖|rˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǃʼˠ|i#|̰꜖|wˤ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǀˤ|u|꜖|n̥ˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |pʼʲ|i#|꜒꜖|ʄʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |ʛʷ|i#|̰꜒|ŋ̥ʷ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǀˤ|i|꜒|ɻʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ᵑǁʼʲ|i|̰꜒|ɗʷ|-
[Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |sʷ|i|̰꜒|ʈʼˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |tˠ|aː|꜒|pʼʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |t͡ʂˠ|ᵊ|꜒꜖|tˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ᵏǁʼˠ|i|꜒|kʼˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |lʲ|ᵊ|꜖|hkˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ɽˠ|ʉ|̰꜖|ɭʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |ɥˤ|i#ː|꜖|tʷ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.active.optative.PRES] => |htʷ|aː|꜒꜖|ʂˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ʛˠ|u|̰꜒|lˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʼʷ|ʉ#|̰꜖|lʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |mˤ|u#ː|꜖꜒|ʋʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |pʼˤ|a|̰꜖|wˤ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |t͡sʷ|i|꜒꜖|n̥ˠ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |pʰˤ|i|̰꜖|ʋˤ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʰʲ|u#|̰꜒|ɰʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |ᵏǃʰˤ|ʉ|꜒|ɽʲ|-
[Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |ɗˤ|i|̰꜖|t͡sˤ|-
[Q.3.cl.4.none.1incl.NEG.active.indicative.PRES] => |ʜʲ|aː|꜒|m̥ʲ|-
[Q.3.cl.4.none.1incl.NEG.active.indicative.PAST] => |ᵑǃʼʷ|ᵊ|꜖꜒|ɳˠ|-
[Q.3.cl.4.none.1incl.NEG.active.imperative.PRES] => |d͡ʐʲ|aː|꜖|qˤ|-
[Q.3.cl.4.none.1incl.NEG.active.imperative.PAST] => |kʼʷ|i#|̰꜖|pˤ|-
[Q.3.cl.4.none.1incl.NEG.active.conditional.PRES] => |ŋ̥ˤ|aː|꜖꜒|pʲ|-
[Q.3.cl.4.none.1incl.NEG.active.conditional.PAST] => |ᵏǀʰʷ|ᵊ|̰꜒|mˠ|-
[Q.3.cl.4.none.1incl.NEG.active.optative.PRES] => |t͡ʃ|ᵊ|꜒꜖|t͡sˠ|-
[Q.3.cl.4.none.1incl.NEG.active.optative.PAST] => |ɗʲ|u|꜒꜖|ɗʷ|-
[Q.3.cl.4.none.1incl.NEG.passive.indicative.PRES] => |wʲ|i#|̰꜒|htˠ|-
[Q.3.cl.4.none.1incl.NEG.passive.indicative.PAST] => |pʼʲ|ʉː|꜖|qʷ|-
[Q.3.cl.4.none.1incl.NEG.passive.imperative.PRES] => |hkˠ|ʉ|꜖|ʈʰˠ|-
[Q.3.cl.4.none.1incl.NEG.passive.imperative.PAST] => |ᵏǀʼʲ|ᵊ|꜒꜖|m̥ˠ|-
[Q.3.cl.4.none.1incl.NEG.passive.conditional.PRES] => |ɽʲ|i|̰꜒|ɗˠ|-
[Q.3.cl.4.none.1incl.NEG.passive.conditional.PAST] => |t͡sʲ|i|̰꜖|qʼʷ|-
[Q.3.cl.4.none.1incl.NEG.passive.optative.PRES] => |ɥˤ|a#ː|꜖|rˤ|-
[Q.3.cl.4.none.1incl.NEG.passive.optative.PAST] => |t͡ʃ|ᵊ|꜒|tʷ|-
[Q.3.cl.4.none.1incl.POS.active.indicative.PRES] => |ɳ̥ʲ|i|̰꜒|sʲ|-
[Q.3.cl.4.none.1incl.POS.active.indicative.PAST] => |nˤ|a#|꜖꜒|ɰˤ|-
[Q.3.cl.4.none.1incl.POS.active.imperative.PRES] => |ᵏǁʼʲ|uː|̰꜖|t͡ʂʲ|-
[Q.3.cl.4.none.1incl.POS.active.imperative.PAST] => |d͡ʐˠ|ᵊ|꜖꜒|tʷ|-
[Q.3.cl.4.none.1incl.POS.active.conditional.PRES] => |hkˤ|a#|꜒꜖|nˠ|-
[Q.3.cl.4.none.1incl.POS.active.conditional.PAST] => |ɴˠ|a#ː|꜒꜖|t͡sˠ|-
[Q.3.cl.4.none.1incl.POS.active.optative.PRES] => |ɹʷ|a|꜖|pʰˤ|-
[Q.3.cl.4.none.1incl.POS.active.optative.PAST] => |nˠ|iː|꜒꜖|ɾˠ|-
[Q.3.cl.4.none.1incl.POS.passive.indicative.PRES] => |ʈˠ|ʉ|̰꜒|pʼˠ|-
[Q.3.cl.4.none.1incl.POS.passive.indicative.PAST] => |tʰʷ|ʉ|꜖꜒|rˤ|-
[Q.3.cl.4.none.1incl.POS.passive.imperative.PRES] => |ɳ̥ʲ|i#|̰꜒|ʂˠ|-
[Q.3.cl.4.none.1incl.POS.passive.imperative.PAST] => |ᵏǀʲ|ʉ|̰꜒|j|-
[Q.3.cl.4.none.1incl.POS.passive.conditional.PRES] => |kʲ|ᵊ|̰꜖|d͡ʐˠ|-
[Q.3.cl.4.none.1incl.POS.passive.conditional.PAST] => |nʲ|ᵊ|꜖꜒|ŋʷ|-
[Q.3.cl.4.none.1incl.POS.passive.optative.PRES] => |mˠ|u|̰꜖|ʈʰʲ|-
[Q.3.cl.4.none.1incl.POS.passive.optative.PAST] => |ɾˠ|a|̰꜒|ɾʷ|-
[Q.3.cl.4.none.1excl.NEG.active.indicative.PRES] => |qʼʷ|ʉ#ː|꜖|ɰʲ|-
[Q.3.cl.4.none.1excl.NEG.active.indicative.PAST] => |ᵏǀʼˤ|ᵊ|꜒|ɠʲ|-
[Q.3.cl.4.none.1excl.NEG.active.imperative.PRES] => |ɰʲ|a#|̰꜒|r̥ˤ|-
[Q.3.cl.4.none.1excl.NEG.active.imperative.PAST] => |hpˤ|i#ː|̰꜒|ʛʷ|-
[Q.3.cl.4.none.1excl.NEG.active.conditional.PRES] => |ɳ̥ˠ|aː|꜒꜖|ɰˠ|-
[Q.3.cl.4.none.1excl.NEG.active.conditional.PAST] => |r̥ʷ|ᵊ|꜒|mʲ|-
[Q.3.cl.4.none.1excl.NEG.active.optative.PRES] => |ɹʲ|a|꜖|ɾˠ|-
[Q.3.cl.4.none.1excl.NEG.active.optative.PAST] => |nˤ|ʉː|꜒꜖|ɰʷ|-
[Q.3.cl.4.none.1excl.NEG.passive.indicative.PRES] => |ɻˠ|ᵊ|꜒|t͡sˤ|-
[Q.3.cl.4.none.1excl.NEG.passive.indicative.PAST] => |ᵏǁʰˠ|i|꜒|j|-
[Q.3.cl.4.none.1excl.NEG.passive.imperative.PRES] => |tʲ|a|̰꜒|ʛˤ|-
[Q.3.cl.4.none.1excl.NEG.passive.imperative.PAST] => |ᵏǀˠ|uː|꜖|tɬʲ|-
[Q.3.cl.4.none.1excl.NEG.passive.conditional.PRES] => |ᵑǃʼʲ|u|̰꜖|r̥ˠ|-
[Q.3.cl.4.none.1excl.NEG.passive.conditional.PAST] => |ᵑǃˠ|u#|꜒꜖|mˠ|-
[Q.3.cl.4.none.1excl.NEG.passive.optative.PRES] => |tʲ|a|꜒꜖|ɽʲ|-
[Q.3.cl.4.none.1excl.NEG.passive.optative.PAST] => |ʛˠ|iː|̰꜖|rʲ|-
[Q.3.cl.4.none.1excl.POS.active.indicative.PRES] => |ᵑǀʷ|i|꜒|r̥ʲ|-
[Q.3.cl.4.none.1excl.POS.active.indicative.PAST] => |hkʷ|a|꜒꜖|ɓˤ|-
[Q.3.cl.4.none.1excl.POS.active.imperative.PRES] => |ᵏǁʼʲ|uː|̰꜒|ɠʷ|-
[Q.3.cl.4.none.1excl.POS.active.imperative.PAST] => |ᵏǁʲ|ʉ|̰꜖|wˠ|-
[Q.3.cl.4.none.1excl.POS.active.conditional.PRES] => |ŋ̥ʲ|ʉ|꜒|tʰʲ|-
[Q.3.cl.4.none.1excl.POS.active.conditional.PAST] => |ᵑǃʲ|a|̰꜒|hkʷ|-
[Q.3.cl.4.none.1excl.POS.active.optative.PRES] => |n̥ʲ|ᵊ|꜖|ɓʲ|-
[Q.3.cl.4.none.1excl.POS.active.optative.PAST] => |kʰʷ|ᵊ|꜖|ɳ̥ʲ|-
[Q.3.cl.4.none.1excl.POS.passive.indicative.PRES] => |ʋˠ|i|꜖꜒|qˤ|-
[Q.3.cl.4.none.1excl.POS.passive.indicative.PAST] => |ᵏǁʼʲ|i|꜒꜖|r̥ˠ|-
[Q.3.cl.4.none.1excl.POS.passive.imperative.PRES] => |sˤ|i|꜖꜒|hkˤ|-
[Q.3.cl.4.none.1excl.POS.passive.imperative.PAST] => |qʲ|i|꜒|rʲ|-
[Q.3.cl.4.none.1excl.POS.passive.conditional.PRES] => |kʼˠ|uː|̰꜒|ɻʲ|-
[Q.3.cl.4.none.1excl.POS.passive.conditional.PAST] => |nˤ|i#ː|꜒|ɰʷ|-
[Q.3.cl.4.none.1excl.POS.passive.optative.PRES] => |t͡ʂʲ|i|꜒|ʡˠ|-
[Q.3.cl.4.none.1excl.POS.passive.optative.PAST] => |ᵏǀʰˤ|ᵊ|꜒꜖|r̥ˠ|-
[Q.3.cl.4.none.2.NEG.active.indicative.PRES] => |ŋ̥ˠ|u#|꜒꜖|ʔ|-
[Q.3.cl.4.none.2.NEG.active.indicative.PAST] => |ᵑǀʷ|a#|̰꜖|ɾʲ|-
[Q.3.cl.4.none.2.NEG.active.imperative.PRES] => |r̥ʲ|aː|꜒|kʼʲ|-
[Q.3.cl.4.none.2.NEG.active.imperative.PAST] => |ɥˤ|ʉ|̰꜖|n̥ˤ|-
[Q.3.cl.4.none.2.NEG.active.conditional.PRES] => |tɬʲ|aː|̰꜒|kʼʷ|-
[Q.3.cl.4.none.2.NEG.active.conditional.PAST] => |ʈʲ|i|꜖꜒|ʋˤ|-
[Q.3.cl.4.none.2.NEG.active.optative.PRES] => |pʼˤ|ʉ#|꜒꜖|kʼʷ|-
[Q.3.cl.4.none.2.NEG.active.optative.PAST] => |ɻʲ|u|̰꜒|ɥˠ|-
[Q.3.cl.4.none.2.NEG.passive.indicative.PRES] => |ʂʲ|a|̰꜒|d͡ʐˠ|-
[Q.3.cl.4.none.2.NEG.passive.indicative.PAST] => |qʼˠ|ʉ#|̰꜒|kʼʲ|-
[Q.3.cl.4.none.2.NEG.passive.imperative.PRES] => |ᵏǃʲ|ʉ#ː|꜒꜖|ʃˠ|-
[Q.3.cl.4.none.2.NEG.passive.imperative.PAST] => |wˠ|i#ː|̰꜒|ɰˤ|-
[Q.3.cl.4.none.2.NEG.passive.conditional.PRES] => |r̥ˠ|a|꜒|ʜʲ|-
[Q.3.cl.4.none.2.NEG.passive.conditional.PAST] => |ɾˠ|aː|꜖꜒|tˤ|-
[Q.3.cl.4.none.2.NEG.passive.optative.PRES] => |kʰʲ|i|̰꜒|htˠ|-
[Q.3.cl.4.none.2.NEG.passive.optative.PAST] => |ʛˠ|u|̰꜖|mʲ|-
[Q.3.cl.4.none.2.POS.active.indicative.PRES] => |ŋ̥ʲ|u|꜖꜒|ŋʲ|-
[Q.3.cl.4.none.2.POS.active.indicative.PAST] => |ᵏǁʲ|ʉː|꜒꜖|pʰʲ|-
[Q.3.cl.4.none.2.POS.active.imperative.PRES] => |ᵑǀʼʷ|iː|꜒|qʼʲ|-
[Q.3.cl.4.none.2.POS.active.imperative.PAST] => |ɻˠ|i#|꜒꜖|sˠ|-
[Q.3.cl.4.none.2.POS.active.conditional.PRES] => |nʷ|ᵊ|꜖꜒|pˠ|-
[Q.3.cl.4.none.2.POS.active.conditional.PAST] => |qˤ|aː|꜖꜒|ɥˠ|-
[Q.3.cl.4.none.2.POS.active.optative.PRES] => |ᵏǀˠ|iː|̰꜖|rˤ|-
[Q.3.cl.4.none.2.POS.active.optative.PAST] => |ᵏǀʼʷ|ʉ|̰꜖|qˤ|-
[Q.3.cl.4.none.2.POS.passive.indicative.PRES] => |ᵑǃˤ|aː|꜖|lˠ|-
[Q.3.cl.4.none.2.POS.passive.indicative.PAST] => |ᵏǁʰʲ|i#ː|̰꜖|ɗˠ|-
[Q.3.cl.4.none.2.POS.passive.imperative.PRES] => |kʲ|a#|꜒|tʼˠ|-
[Q.3.cl.4.none.2.POS.passive.imperative.PAST] => |pˠ|a|꜖꜒|kˠ|-
[Q.3.cl.4.none.2.POS.passive.conditional.PRES] => |ᵏǁʰˠ|u|꜒|ʋˠ|-
[Q.3.cl.4.none.2.POS.passive.conditional.PAST] => |mʲ|a|꜒|ɠʷ|-
[Q.3.cl.4.none.2.POS.passive.optative.PRES] => |htˤ|iː|꜒꜖|ɥˠ|-
[Q.3.cl.4.none.2.POS.passive.optative.PAST] => |n̥ˠ|i|꜖|qʷ|-
[Q.3.cl.4.none.3.cl.1.NEG.active.indicative.PRES] => |sʲ|aː|꜒꜖|t͡ʂˠ|-
[Q.3.cl.4.none.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʼʷ|i#ː|꜖|kʼˠ|-
[Q.3.cl.4.none.3.cl.1.NEG.active.imperative.PRES] => |ɽʲ|i|̰꜒|sˤ|-
[Q.3.cl.4.none.3.cl.1.NEG.active.imperative.PAST] => |qʲ|a|꜖|mʲ|-
[Q.3.cl.4.none.3.cl.1.NEG.active.conditional.PRES] => |ʜˠ|a|̰꜒|ŋ̥ʷ|-
[Q.3.cl.4.none.3.cl.1.NEG.active.conditional.PAST] => |ɭˠ|ʉ#|̰꜖|n̥ˤ|-
[Q.3.cl.4.none.3.cl.1.NEG.active.optative.PRES] => |ʈʲ|aː|꜒|ʛˠ|-
[Q.3.cl.4.none.3.cl.1.NEG.active.optative.PAST] => |ᵏǁʰˠ|i|꜒꜖|mˠ|-
[Q.3.cl.4.none.3.cl.1.NEG.passive.indicative.PRES] => |ɠˤ|a|̰꜒|ʡˠ|-
[Q.3.cl.4.none.3.cl.1.NEG.passive.indicative.PAST] => |ʃˠ|a#ː|꜒|t͡ʃ|-
[Q.3.cl.4.none.3.cl.1.NEG.passive.imperative.PRES] => |pʰˤ|ʉ|꜖|ʡˠ|-
[Q.3.cl.4.none.3.cl.1.NEG.passive.imperative.PAST] => |pˤ|aː|꜖꜒|qʼˤ|-
[Q.3.cl.4.none.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃʲ|a|̰꜖|tɬˠ|-
[Q.3.cl.4.none.3.cl.1.NEG.passive.conditional.PAST] => |ɹˤ|ʉ|꜒꜖|ɭʲ|-
[Q.3.cl.4.none.3.cl.1.NEG.passive.optative.PRES] => |ɾʷ|a|̰꜒|n̥ʷ|-
[Q.3.cl.4.none.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃʰʷ|ʉ|̰꜖|j|-
[Q.3.cl.4.none.3.cl.1.POS.active.indicative.PRES] => |kˤ|iː|꜖|ʋʲ|-
[Q.3.cl.4.none.3.cl.1.POS.active.indicative.PAST] => |tʼˠ|u#|꜒|tʼˤ|-
[Q.3.cl.4.none.3.cl.1.POS.active.imperative.PRES] => |n̥ʲ|u|̰꜒|ɳˠ|-
[Q.3.cl.4.none.3.cl.1.POS.active.imperative.PAST] => |ʃʲ|iː|꜖꜒|kʷ|-
[Q.3.cl.4.none.3.cl.1.POS.active.conditional.PRES] => |ᵏǀʼˠ|u|̰꜖|mˤ|-
[Q.3.cl.4.none.3.cl.1.POS.active.conditional.PAST] => |ɓˤ|uː|̰꜖|ɭˠ|-
[Q.3.cl.4.none.3.cl.1.POS.active.optative.PRES] => |nˤ|ʉ#ː|꜒|ɽˠ|-
[Q.3.cl.4.none.3.cl.1.POS.active.optative.PAST] => |nˤ|ʉ#|꜖|ɹˠ|-
[Q.3.cl.4.none.3.cl.1.POS.passive.indicative.PRES] => |ɳ̥ˠ|u|꜒꜖|n̥ʲ|-
[Q.3.cl.4.none.3.cl.1.POS.passive.indicative.PAST] => |tˤ|ᵊ|꜒꜖|ɾˤ|-
[Q.3.cl.4.none.3.cl.1.POS.passive.imperative.PRES] => |ᵑǀˠ|a|꜖꜒|hpˤ|-
[Q.3.cl.4.none.3.cl.1.POS.passive.imperative.PAST] => |ɹʷ|a#ː|꜒|ɽʲ|-
[Q.3.cl.4.none.3.cl.1.POS.passive.conditional.PRES] => |hʈʲ|ʉ#|꜒꜖|pʼˤ|-
[Q.3.cl.4.none.3.cl.1.POS.passive.conditional.PAST] => |ɓˤ|ᵊ|꜒|lʲ|-
[Q.3.cl.4.none.3.cl.1.POS.passive.optative.PRES] => |ʋˠ|ʉ|꜒꜖|n̥ˠ|-
[Q.3.cl.4.none.3.cl.1.POS.passive.optative.PAST] => |ʛʲ|i#ː|꜖꜒|ɗˠ|-
[Q.3.cl.4.none.3.cl.2.NEG.active.indicative.PRES] => |sˠ|a#ː|꜒|wʲ|-
[Q.3.cl.4.none.3.cl.2.NEG.active.indicative.PAST] => |m̥ʲ|i#|꜖꜒|r̥ʷ|-
[Q.3.cl.4.none.3.cl.2.NEG.active.imperative.PRES] => |htʷ|aː|꜒|n̥ʷ|-
[Q.3.cl.4.none.3.cl.2.NEG.active.imperative.PAST] => |ɥʲ|ᵊ|꜖꜒|ɓˠ|-
[Q.3.cl.4.none.3.cl.2.NEG.active.conditional.PRES] => |ᵑǃˤ|a#|̰꜒|kʼʷ|-
[Q.3.cl.4.none.3.cl.2.NEG.active.conditional.PAST] => |kʰʲ|a|꜒꜖|t͡ʃ|-
[Q.3.cl.4.none.3.cl.2.NEG.active.optative.PRES] => |ᵏǁʰʲ|a#|̰꜖|t͡sˤ|-
[Q.3.cl.4.none.3.cl.2.NEG.active.optative.PAST] => |tʷ|a|̰꜒|sˠ|-
[Q.3.cl.4.none.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǀʷ|ᵊ|꜒꜖|r̥ʷ|-
[Q.3.cl.4.none.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|ᵊ|̰꜒|kʲ|-
[Q.3.cl.4.none.3.cl.2.NEG.passive.imperative.PRES] => |ɻˠ|ʉ#|꜒꜖|ʄˠ|-
[Q.3.cl.4.none.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʰʷ|a|꜖꜒|htʲ|-
[Q.3.cl.4.none.3.cl.2.NEG.passive.conditional.PRES] => |mʲ|a|꜖꜒|ɗʲ|-
[Q.3.cl.4.none.3.cl.2.NEG.passive.conditional.PAST] => |qˤ|i|̰꜒|nˤ|-
[Q.3.cl.4.none.3.cl.2.NEG.passive.optative.PRES] => |kˠ|i|̰꜖|ɳ̥ˠ|-
[Q.3.cl.4.none.3.cl.2.NEG.passive.optative.PAST] => |hkʲ|ʉː|̰꜒|t͡sʲ|-
[Q.3.cl.4.none.3.cl.2.POS.active.indicative.PRES] => |ɳˠ|ʉ#|꜒|ʈʼʲ|-
[Q.3.cl.4.none.3.cl.2.POS.active.indicative.PAST] => |tʲ|ʉː|꜖|ɳʲ|-
[Q.3.cl.4.none.3.cl.2.POS.active.imperative.PRES] => |ʡʲ|ʉ|꜒|ʄˠ|-
[Q.3.cl.4.none.3.cl.2.POS.active.imperative.PAST] => |ᵑǃʷ|ᵊ|꜖|htˠ|-
[Q.3.cl.4.none.3.cl.2.POS.active.conditional.PRES] => |tˤ|ʉ|꜒|ɴˠ|-
[Q.3.cl.4.none.3.cl.2.POS.active.conditional.PAST] => |ᵑǃʼˤ|a|̰꜒|ʄʲ|-
[Q.3.cl.4.none.3.cl.2.POS.active.optative.PRES] => |t͡ʂʲ|a#|꜒꜖|tʷ|-
[Q.3.cl.4.none.3.cl.2.POS.active.optative.PAST] => |ᵏǀʰʲ|ʉ#|꜖|ŋ̥ʲ|-
[Q.3.cl.4.none.3.cl.2.POS.passive.indicative.PRES] => |wʲ|i|꜖꜒|ʈʲ|-
[Q.3.cl.4.none.3.cl.2.POS.passive.indicative.PAST] => |ᵑǁˠ|i|꜒|hʈˠ|-
[Q.3.cl.4.none.3.cl.2.POS.passive.imperative.PRES] => |lˠ|i#ː|̰꜖|rʲ|-
[Q.3.cl.4.none.3.cl.2.POS.passive.imperative.PAST] => |ɽʲ|i|꜒꜖|kʰˤ|-
[Q.3.cl.4.none.3.cl.2.POS.passive.conditional.PRES] => |pʰˤ|aː|꜒|hkˠ|-
[Q.3.cl.4.none.3.cl.2.POS.passive.conditional.PAST] => |ɹˤ|ʉ#|꜒|r̥ˤ|-
[Q.3.cl.4.none.3.cl.2.POS.passive.optative.PRES] => |kʰˠ|i#ː|꜖|tɬʲ|-
[Q.3.cl.4.none.3.cl.2.POS.passive.optative.PAST] => |ᵏǃʲ|i|꜖꜒|tʼʲ|-
[Q.3.cl.4.none.3.cl.3.NEG.active.indicative.PRES] => |qʲ|ᵊ|꜒꜖|htˠ|-
[Q.3.cl.4.none.3.cl.3.NEG.active.indicative.PAST] => |ŋˠ|i#|꜖|tʲ|-
[Q.3.cl.4.none.3.cl.3.NEG.active.imperative.PRES] => |wʲ|ʉ#|꜖|ʋʲ|-
[Q.3.cl.4.none.3.cl.3.NEG.active.imperative.PAST] => |tɬʲ|u|꜒꜖|kʼˤ|-
[Q.3.cl.4.none.3.cl.3.NEG.active.conditional.PRES] => |ɗˤ|aː|꜒|kʰʲ|-
[Q.3.cl.4.none.3.cl.3.NEG.active.conditional.PAST] => |pʰˠ|uː|̰꜒|tʼˤ|-
[Q.3.cl.4.none.3.cl.3.NEG.active.optative.PRES] => |ɴʲ|a|꜖|ɽʲ|-
[Q.3.cl.4.none.3.cl.3.NEG.active.optative.PAST] => |ᵏǀˠ|ʉ#ː|꜒꜖|ɠʷ|-
[Q.3.cl.4.none.3.cl.3.NEG.passive.indicative.PRES] => |hkʲ|i#ː|̰꜖|sʲ|-
[Q.3.cl.4.none.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʼʷ|ʉ|꜒꜖|qʼʷ|-
[Q.3.cl.4.none.3.cl.3.NEG.passive.imperative.PRES] => |ʈʰʲ|ᵊ|̰꜒|tʼˤ|-
[Q.3.cl.4.none.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǀʲ|i|̰꜒|nʷ|-
[Q.3.cl.4.none.3.cl.3.NEG.passive.conditional.PRES] => |tʰʲ|ʉ|꜖|tʼˠ|-
[Q.3.cl.4.none.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǃʼˤ|aː|̰꜒|ɰʲ|-
[Q.3.cl.4.none.3.cl.3.NEG.passive.optative.PRES] => |r̥ʷ|a|꜖꜒|ɠˠ|-
[Q.3.cl.4.none.3.cl.3.NEG.passive.optative.PAST] => |ʛʷ|i|꜖꜒|pʼˤ|-
[Q.3.cl.4.none.3.cl.3.POS.active.indicative.PRES] => |ᵏǁˠ|u#ː|̰꜒|ʛʷ|-
[Q.3.cl.4.none.3.cl.3.POS.active.indicative.PAST] => |ŋ̥ʷ|i|̰꜖|ʛʲ|-
[Q.3.cl.4.none.3.cl.3.POS.active.imperative.PRES] => |hkˠ|u|꜖꜒|kʼʲ|-
[Q.3.cl.4.none.3.cl.3.POS.active.imperative.PAST] => |mˠ|u|̰꜒|pʼˤ|-
[Q.3.cl.4.none.3.cl.3.POS.active.conditional.PRES] => |ᵑǁʲ|a#ː|꜖꜒|wˠ|-
[Q.3.cl.4.none.3.cl.3.POS.active.conditional.PAST] => |ɴˠ|a|̰꜖|ɓʲ|-
[Q.3.cl.4.none.3.cl.3.POS.active.optative.PRES] => |ɓʲ|ʉ#|꜒|ŋˤ|-
[Q.3.cl.4.none.3.cl.3.POS.active.optative.PAST] => |nʲ|i#ː|̰꜒|rˤ|-
[Q.3.cl.4.none.3.cl.3.POS.passive.indicative.PRES] => |ᵏǃʼʲ|i#|꜒꜖|qʷ|-
[Q.3.cl.4.none.3.cl.3.POS.passive.indicative.PAST] => |kʼˠ|iː|꜖꜒|rˤ|-
[Q.3.cl.4.none.3.cl.3.POS.passive.imperative.PRES] => |pˤ|a|̰꜖|ʜˠ|-
[Q.3.cl.4.none.3.cl.3.POS.passive.imperative.PAST] => |nˤ|i|꜒꜖|ɹˠ|-
[Q.3.cl.4.none.3.cl.3.POS.passive.conditional.PRES] => |ᵏǀʰˠ|i#ː|꜖꜒|ɠˠ|-
[Q.3.cl.4.none.3.cl.3.POS.passive.conditional.PAST] => |ɻʲ|a#|꜒|ʄʲ|-
[Q.3.cl.4.none.3.cl.3.POS.passive.optative.PRES] => |ɹʲ|i|꜒꜖|ɗˠ|-
[Q.3.cl.4.none.3.cl.3.POS.passive.optative.PAST] => |pˤ|a|̰꜖|qˠ|-
[Q.3.cl.4.none.3.cl.4.NEG.active.indicative.PRES] => |tʰˠ|a|꜖|ɠʲ|-
[Q.3.cl.4.none.3.cl.4.NEG.active.indicative.PAST] => |ᵑǀʼˠ|u#ː|꜖|n̥ˠ|-
[Q.3.cl.4.none.3.cl.4.NEG.active.imperative.PRES] => |tʰʲ|a|̰꜖|kʼˤ|-
[Q.3.cl.4.none.3.cl.4.NEG.active.imperative.PAST] => |ɥˠ|i|̰꜒|sˤ|-
[Q.3.cl.4.none.3.cl.4.NEG.active.conditional.PRES] => |ɽʲ|i|꜒꜖|ɗˠ|-
[Q.3.cl.4.none.3.cl.4.NEG.active.conditional.PAST] => |ɻʲ|ᵊ|̰꜖|ɓʲ|-
[Q.3.cl.4.none.3.cl.4.NEG.active.optative.PRES] => |ɴˠ|u|̰꜖|tˤ|-
[Q.3.cl.4.none.3.cl.4.NEG.active.optative.PAST] => |ɭʲ|ᵊ|̰꜖|rˠ|-
[Q.3.cl.4.none.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀˠ|ʉ|꜒|t͡sʷ|-
[Q.3.cl.4.none.3.cl.4.NEG.passive.indicative.PAST] => |ʛʲ|u|꜒|ŋˠ|-
[Q.3.cl.4.none.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|iː|꜖|ɽˠ|-
[Q.3.cl.4.none.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃˠ|i|꜖꜒|t͡ʂˠ|-
[Q.3.cl.4.none.3.cl.4.NEG.passive.conditional.PRES] => |m̥ˤ|a#ː|꜒꜖|ʋˤ|-
[Q.3.cl.4.none.3.cl.4.NEG.passive.conditional.PAST] => |hkˠ|ʉ#|꜒|kˤ|-
[Q.3.cl.4.none.3.cl.4.NEG.passive.optative.PRES] => |ɹˠ|ʉ|̰꜒|ʋʲ|-
[Q.3.cl.4.none.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʼˠ|i|꜖|ɽˠ|-
[Q.3.cl.4.none.3.cl.4.POS.active.indicative.PRES] => |sʷ|a#|꜒|ɠʲ|-
[Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST] => |hʈˠ|i|̰꜖|pˠ|-
[Q.3.cl.4.none.3.cl.4.POS.active.imperative.PRES] => |pʼˠ|ʉ|꜒꜖|wˠ|-
[Q.3.cl.4.none.3.cl.4.POS.active.imperative.PAST] => |ᵑǃˠ|u|꜖|n̥ˤ|-
[Q.3.cl.4.none.3.cl.4.POS.active.conditional.PRES] => |ɴʲ|a#ː|꜒꜖|tʰʲ|-
[Q.3.cl.4.none.3.cl.4.POS.active.conditional.PAST] => |ʛʷ|ᵊ|̰꜖|t͡sˤ|-
[Q.3.cl.4.none.3.cl.4.POS.active.optative.PRES] => |t͡ʃ|u#ː|̰꜒|ɴʲ|-
[Q.3.cl.4.none.3.cl.4.POS.active.optative.PAST] => |hpˠ|a#ː|꜖꜒|hpʲ|-
[Q.3.cl.4.none.3.cl.4.POS.passive.indicative.PRES] => |ᵏǁʼʲ|i|꜖|ŋ̥ˤ|-
[Q.3.cl.4.none.3.cl.4.POS.passive.indicative.PAST] => |qˠ|aː|̰꜒|d͡ʐʲ|-
[Q.3.cl.4.none.3.cl.4.POS.passive.imperative.PRES] => |qʼˤ|a|꜖|wˤ|-
[Q.3.cl.4.none.3.cl.4.POS.passive.imperative.PAST] => |ʈʰʲ|a|꜖꜒|sˠ|-
[Q.3.cl.4.none.3.cl.4.POS.passive.conditional.PRES] => |ᵏǀʼˠ|ʉ#ː|̰꜖|ŋʷ|-
[Q.3.cl.4.none.3.cl.4.POS.passive.conditional.PAST] => |ɭʲ|a#ː|꜖|ʜʲ|-
[Q.3.cl.4.none.3.cl.4.POS.passive.optative.PRES] => |pʰˠ|a#ː|꜒꜖|sʷ|-
[Q.3.cl.4.none.3.cl.4.POS.passive.optative.PAST] => |qˤ|ʉ|̰꜖|ʂˠ|-
[Q.3.cl.4.1incl.1incl.NEG.active.indicative.PRES] => |ɥˤ|u|꜖|wˠ|-
[Q.3.cl.4.1incl.1incl.NEG.active.indicative.PAST] => |kʲ|ᵊ|꜖꜒|rʲ|-
[Q.3.cl.4.1incl.1incl.NEG.active.imperative.PRES] => |hkˤ|aː|꜖|htʲ|-
[Q.3.cl.4.1incl.1incl.NEG.active.imperative.PAST] => |ɗˠ|i|̰꜒|ɾˠ|-
[Q.3.cl.4.1incl.1incl.NEG.active.conditional.PRES] => |kʼʲ|a|̰꜖|pʼˠ|-
[Q.3.cl.4.1incl.1incl.NEG.active.conditional.PAST] => |h|a#ː|̰꜖|ŋ̥ʷ|-
[Q.3.cl.4.1incl.1incl.NEG.active.optative.PRES] => |ᵏǃʲ|i|꜒|pˤ|-
[Q.3.cl.4.1incl.1incl.NEG.active.optative.PAST] => |hkʷ|i|̰꜒|ɳ̥ʲ|-
[Q.3.cl.4.1incl.1incl.NEG.passive.indicative.PRES] => |t͡sʲ|ʉː|꜒|ʈʼˠ|-
[Q.3.cl.4.1incl.1incl.NEG.passive.indicative.PAST] => |ʄʲ|a|̰꜖|r̥ʷ|-
[Q.3.cl.4.1incl.1incl.NEG.passive.imperative.PRES] => |ɠˠ|i#|̰꜒|qʼʷ|-
[Q.3.cl.4.1incl.1incl.NEG.passive.imperative.PAST] => |ᵏǁʼˠ|a#|꜖꜒|ʔ|-
[Q.3.cl.4.1incl.1incl.NEG.passive.conditional.PRES] => |ᵏǁʰˠ|i|̰꜒|ʜˠ|-
[Q.3.cl.4.1incl.1incl.NEG.passive.conditional.PAST] => |ŋ̥ˠ|iː|̰꜖|ʛʷ|-
[Q.3.cl.4.1incl.1incl.NEG.passive.optative.PRES] => |h|ʉ|꜒꜖|ɾˤ|-
[Q.3.cl.4.1incl.1incl.NEG.passive.optative.PAST] => |ᵏǃʼˤ|a|̰꜒|mˠ|-
[Q.3.cl.4.1incl.1incl.POS.active.indicative.PRES] => |ɭˠ|i#ː|꜒|m̥ˠ|-
[Q.3.cl.4.1incl.1incl.POS.active.indicative.PAST] => |ʈʰʲ|ʉ#ː|꜖|kʼʷ|-
[Q.3.cl.4.1incl.1incl.POS.active.imperative.PRES] => |ɰˤ|a|꜖|tʲ|-
[Q.3.cl.4.1incl.1incl.POS.active.imperative.PAST] => |tʼˠ|ᵊ|꜒|htˠ|-
[Q.3.cl.4.1incl.1incl.POS.active.conditional.PRES] => |nʷ|a#|꜖|hpˤ|-
[Q.3.cl.4.1incl.1incl.POS.active.conditional.PAST] => |ɴˠ|aː|꜖꜒|ʛˤ|-
[Q.3.cl.4.1incl.1incl.POS.active.optative.PRES] => |ᵏǀʼʲ|a|꜒|qʼˠ|-
[Q.3.cl.4.1incl.1incl.POS.active.optative.PAST] => |ᵑǀˠ|u|꜒꜖|kʰʷ|-
[Q.3.cl.4.1incl.1incl.POS.passive.indicative.PRES] => |ʈʰʲ|i|꜖꜒|kʼˠ|-
[Q.3.cl.4.1incl.1incl.POS.passive.indicative.PAST] => |kˠ|ᵊ|̰꜖|t͡sˤ|-
[Q.3.cl.4.1incl.1incl.POS.passive.imperative.PRES] => |n̥ʲ|iː|꜖꜒|qʷ|-
[Q.3.cl.4.1incl.1incl.POS.passive.imperative.PAST] => |ɥʲ|i|꜖꜒|ɾʷ|-
[Q.3.cl.4.1incl.1incl.POS.passive.conditional.PRES] => |kʼˤ|i#|̰꜒|ɓˠ|-
[Q.3.cl.4.1incl.1incl.POS.passive.conditional.PAST] => |ʄˠ|a|꜖꜒|hkˠ|-
[Q.3.cl.4.1incl.1incl.POS.passive.optative.PRES] => |ɰˤ|i|̰꜖|ɓˠ|-
[Q.3.cl.4.1incl.1incl.POS.passive.optative.PAST] => |kʼˠ|i|꜒꜖|ʃʲ|-
[Q.3.cl.4.1incl.1excl.NEG.active.indicative.PRES] => |ᵏǃʷ|iː|꜖꜒|ɹʲ|-
[Q.3.cl.4.1incl.1excl.NEG.active.indicative.PAST] => |ʋˤ|a|̰꜒|hpˤ|-
[Q.3.cl.4.1incl.1excl.NEG.active.imperative.PRES] => |ᵑǃʲ|u|꜖꜒|ɴˠ|-
[Q.3.cl.4.1incl.1excl.NEG.active.imperative.PAST] => |sˠ|i|꜖|nˠ|-
[Q.3.cl.4.1incl.1excl.NEG.active.conditional.PRES] => |hkˤ|uː|̰꜖|ɠʷ|-
[Q.3.cl.4.1incl.1excl.NEG.active.conditional.PAST] => |ʔ|a#ː|꜒|ʜʲ|-
[Q.3.cl.4.1incl.1excl.NEG.active.optative.PRES] => |pˤ|ʉ#ː|꜖|ɓʲ|-
[Q.3.cl.4.1incl.1excl.NEG.active.optative.PAST] => |ᵏǀˠ|i#|̰꜒|mʲ|-
[Q.3.cl.4.1incl.1excl.NEG.passive.indicative.PRES] => |kʼʲ|ʉ|꜖꜒|ʡˠ|-
[Q.3.cl.4.1incl.1excl.NEG.passive.indicative.PAST] => |ʈʰʲ|iː|̰꜒|ʜʲ|-
[Q.3.cl.4.1incl.1excl.NEG.passive.imperative.PRES] => |r̥ʲ|ᵊ|꜖꜒|tɬʲ|-
[Q.3.cl.4.1incl.1excl.NEG.passive.imperative.PAST] => |ᵑǃʷ|ʉ|̰꜒|ʈʰʲ|-
[Q.3.cl.4.1incl.1excl.NEG.passive.conditional.PRES] => |hkˤ|a|꜖|ʜˠ|-
[Q.3.cl.4.1incl.1excl.NEG.passive.conditional.PAST] => |ᵏǃʼˠ|u|̰꜒|tʲ|-
[Q.3.cl.4.1incl.1excl.NEG.passive.optative.PRES] => |kʰˤ|ᵊ|꜒꜖|ʈʼʲ|-
[Q.3.cl.4.1incl.1excl.NEG.passive.optative.PAST] => |ɹˤ|u|꜒|ʃʲ|-
[Q.3.cl.4.1incl.1excl.POS.active.indicative.PRES] => |ᵏǃˠ|a|̰꜖|sʲ|-
[Q.3.cl.4.1incl.1excl.POS.active.indicative.PAST] => |ᵑǀʲ|ʉ|꜖꜒|pʲ|-
[Q.3.cl.4.1incl.1excl.POS.active.imperative.PRES] => |ɽʲ|ʉ#|꜖꜒|ɳ̥ˠ|-
[Q.3.cl.4.1incl.1excl.POS.active.imperative.PAST] => |ᵑǃʷ|a|̰꜒|qʼˠ|-
[Q.3.cl.4.1incl.1excl.POS.active.conditional.PRES] => |ʋˤ|a|꜖꜒|hkʲ|-
[Q.3.cl.4.1incl.1excl.POS.active.conditional.PAST] => |ʜˠ|iː|꜒|ɾʲ|-
[Q.3.cl.4.1incl.1excl.POS.active.optative.PRES] => |ʈʰʲ|ᵊ|̰꜖|n̥ˤ|-
[Q.3.cl.4.1incl.1excl.POS.active.optative.PAST] => |ɠˠ|i#ː|꜖꜒|ʛʲ|-
[Q.3.cl.4.1incl.1excl.POS.passive.indicative.PRES] => |ɻˠ|i|̰꜖|ɾˤ|-
[Q.3.cl.4.1incl.1excl.POS.passive.indicative.PAST] => |pʼʲ|i|꜒|hpʲ|-
[Q.3.cl.4.1incl.1excl.POS.passive.imperative.PRES] => |ʈʼˠ|uː|꜒꜖|ɰˤ|-
[Q.3.cl.4.1incl.1excl.POS.passive.imperative.PAST] => |ᵑǀʼʲ|ʉ#ː|̰꜖|ɠˠ|-
[Q.3.cl.4.1incl.1excl.POS.passive.conditional.PRES] => |ɴʲ|a|꜖|hʈʲ|-
[Q.3.cl.4.1incl.1excl.POS.passive.conditional.PAST] => |ɻʲ|i|꜖꜒|ʂˠ|-
[Q.3.cl.4.1incl.1excl.POS.passive.optative.PRES] => |ᵏǁʰˠ|ʉ|꜒꜖|kʰˤ|-
[Q.3.cl.4.1incl.1excl.POS.passive.optative.PAST] => |ᵑǀˠ|ʉ|̰꜖|hkʷ|-
[Q.3.cl.4.1incl.2.NEG.active.indicative.PRES] => |t͡sʲ|ᵊ|꜒|ɭˠ|-
[Q.3.cl.4.1incl.2.NEG.active.indicative.PAST] => |ᵏǃʰʲ|aː|̰꜖|hpˤ|-
[Q.3.cl.4.1incl.2.NEG.active.imperative.PRES] => |ᵏǀˠ|a|꜒|ʋʲ|-
[Q.3.cl.4.1incl.2.NEG.active.imperative.PAST] => |n̥ʲ|a|꜒|ɠˤ|-
[Q.3.cl.4.1incl.2.NEG.active.conditional.PRES] => |ɠʲ|aː|̰꜒|sˤ|-
[Q.3.cl.4.1incl.2.NEG.active.conditional.PAST] => |ŋ̥ʲ|i|̰꜖|mˤ|-
[Q.3.cl.4.1incl.2.NEG.active.optative.PRES] => |hʈʲ|u#|̰꜖|ɴʲ|-
[Q.3.cl.4.1incl.2.NEG.active.optative.PAST] => |ᵑǁʲ|i#ː|꜖꜒|ɰʲ|-
[Q.3.cl.4.1incl.2.NEG.passive.indicative.PRES] => |m̥ˤ|iː|꜖꜒|hʈˠ|-
[Q.3.cl.4.1incl.2.NEG.passive.indicative.PAST] => |ᵏǀʰˠ|a|̰꜖|sˠ|-
[Q.3.cl.4.1incl.2.NEG.passive.imperative.PRES] => |ɹˤ|ʉ|꜖|ɠʲ|-
[Q.3.cl.4.1incl.2.NEG.passive.imperative.PAST] => |kʼʷ|ʉ#ː|̰꜖|qʼʷ|-
[Q.3.cl.4.1incl.2.NEG.passive.conditional.PRES] => |ʂˠ|uː|꜒꜖|ʔ|-
[Q.3.cl.4.1incl.2.NEG.passive.conditional.PAST] => |ɻˠ|i|̰꜖|wˠ|-
[Q.3.cl.4.1incl.2.NEG.passive.optative.PRES] => |ᵏǃʲ|ʉ|꜖꜒|kʼʲ|-
[Q.3.cl.4.1incl.2.NEG.passive.optative.PAST] => |t͡ʃ|a#|̰꜖|ɹˠ|-
[Q.3.cl.4.1incl.2.POS.active.indicative.PRES] => |r̥ˤ|ʉ|̰꜒|ɓˤ|-
[Q.3.cl.4.1incl.2.POS.active.indicative.PAST] => |r̥ʲ|a|̰꜒|t͡ʂʲ|-
[Q.3.cl.4.1incl.2.POS.active.imperative.PRES] => |qʼʷ|ʉ#|꜖|ŋ̥ʲ|-
[Q.3.cl.4.1incl.2.POS.active.imperative.PAST] => |ʈʼˠ|iː|꜖|mʲ|-
[Q.3.cl.4.1incl.2.POS.active.conditional.PRES] => |r̥ʷ|a#|꜖|kˠ|-
[Q.3.cl.4.1incl.2.POS.active.conditional.PAST] => |ʈʼˠ|iː|꜖|ɰˤ|-
[Q.3.cl.4.1incl.2.POS.active.optative.PRES] => |ʃʲ|i|꜖꜒|lˠ|-
[Q.3.cl.4.1incl.2.POS.active.optative.PAST] => |h|a|꜒|qʼʲ|-
[Q.3.cl.4.1incl.2.POS.passive.indicative.PRES] => |ᵑǃˤ|i#|̰꜒|ɰˤ|-
[Q.3.cl.4.1incl.2.POS.passive.indicative.PAST] => |ᵑǃʷ|i#ː|̰꜖|kʰˤ|-
[Q.3.cl.4.1incl.2.POS.passive.imperative.PRES] => |hʈˠ|u|꜒꜖|ʃˠ|-
[Q.3.cl.4.1incl.2.POS.passive.imperative.PAST] => |pʰˠ|ᵊ|꜒|hʈˠ|-
[Q.3.cl.4.1incl.2.POS.passive.conditional.PRES] => |ɥˠ|ʉː|꜒|ŋ̥ʷ|-
[Q.3.cl.4.1incl.2.POS.passive.conditional.PAST] => |t͡sʷ|ᵊ|꜒꜖|ɠʲ|-
[Q.3.cl.4.1incl.2.POS.passive.optative.PRES] => |ʔ|i|̰꜖|qʲ|-
[Q.3.cl.4.1incl.2.POS.passive.optative.PAST] => |ɻʲ|u#|̰꜖|ʔ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.active.indicative.PRES] => |pʼˠ|u|̰꜖|pʲ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.active.indicative.PAST] => |hpˠ|u|̰꜒|tʼʷ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.active.imperative.PRES] => |htˤ|a|꜒|lˠ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.active.imperative.PAST] => |ŋˠ|a|꜖|ɗˠ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.active.conditional.PRES] => |ʈˠ|i#ː|꜒|ɳˠ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.active.conditional.PAST] => |pʰˠ|u#ː|꜖|htʷ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.active.optative.PRES] => |t͡sˠ|a#ː|꜒꜖|hkʷ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.active.optative.PAST] => |ᵏǁʰˠ|iː|̰꜒|ʛˠ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.passive.indicative.PRES] => |ɽʲ|u|̰꜖|ʈˠ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.passive.indicative.PAST] => |ɓˠ|u|꜖꜒|ɭʲ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.passive.imperative.PRES] => |ɴʷ|ʉː|꜖꜒|tʰˠ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ɾʷ|ᵊ|̰꜒|ɓˠ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǀˤ|ᵊ|꜒|ʃʲ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.passive.conditional.PAST] => |t͡ʂˠ|u#|꜒|ʛʲ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.passive.optative.PRES] => |ɽʲ|a#ː|̰꜖|nˠ|-
[Q.3.cl.4.1incl.3.cl.1.NEG.passive.optative.PAST] => |h|a#ː|꜒꜖|pʼˠ|-
[Q.3.cl.4.1incl.3.cl.1.POS.active.indicative.PRES] => |tˤ|u#ː|̰꜒|sˤ|-
[Q.3.cl.4.1incl.3.cl.1.POS.active.indicative.PAST] => |qʲ|a|̰꜖|tʼˤ|-
[Q.3.cl.4.1incl.3.cl.1.POS.active.imperative.PRES] => |tʼˤ|i#ː|꜖꜒|t͡sʲ|-
[Q.3.cl.4.1incl.3.cl.1.POS.active.imperative.PAST] => |tʼˠ|a|꜒|tʰˠ|-
[Q.3.cl.4.1incl.3.cl.1.POS.active.conditional.PRES] => |sˠ|iː|꜒|ʃˠ|-
[Q.3.cl.4.1incl.3.cl.1.POS.active.conditional.PAST] => |ᵏǃʼʷ|ᵊ|̰꜒|t͡sˠ|-
[Q.3.cl.4.1incl.3.cl.1.POS.active.optative.PRES] => |hkʲ|i|꜖|htʲ|-
[Q.3.cl.4.1incl.3.cl.1.POS.active.optative.PAST] => |tɬˠ|i|꜖|t͡ʂʲ|-
[Q.3.cl.4.1incl.3.cl.1.POS.passive.indicative.PRES] => |ʋˠ|i|̰꜖|ʜʲ|-
[Q.3.cl.4.1incl.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʰˠ|ʉ|꜒|ɽˠ|-
[Q.3.cl.4.1incl.3.cl.1.POS.passive.imperative.PRES] => |ʜˠ|ʉ|꜒|rʷ|-
[Q.3.cl.4.1incl.3.cl.1.POS.passive.imperative.PAST] => |pˤ|u|꜒꜖|hpʲ|-
[Q.3.cl.4.1incl.3.cl.1.POS.passive.conditional.PRES] => |ᵑǁʼʲ|a|꜖|t͡sˠ|-
[Q.3.cl.4.1incl.3.cl.1.POS.passive.conditional.PAST] => |ᵑǃˤ|ʉ|̰꜖|ɰʲ|-
[Q.3.cl.4.1incl.3.cl.1.POS.passive.optative.PRES] => |d͡ʐʲ|i|꜒꜖|ʂˠ|-
[Q.3.cl.4.1incl.3.cl.1.POS.passive.optative.PAST] => |ᵏǀˤ|a|꜖꜒|kˠ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.active.indicative.PRES] => |ʃʲ|i|꜖|m̥ˤ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.active.indicative.PAST] => |ᵑǃʼʲ|ʉ#|̰꜒|wˤ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.active.imperative.PRES] => |ᵏǃʰʲ|a|̰꜖|ɹʷ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʼʲ|u#ː|̰꜖|tʼˠ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.active.conditional.PRES] => |ᵑǃʷ|ʉ#ː|꜖꜒|ɾˠ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.active.conditional.PAST] => |wʲ|i|̰꜒|sˤ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.active.optative.PRES] => |ɴˤ|ᵊ|̰꜒|mˤ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.active.optative.PAST] => |ᵑǁˠ|uː|꜖|n̥ʲ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ɗʷ|iː|꜒꜖|n̥ʷ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ʜˠ|a|꜒|ɓˤ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.passive.imperative.PRES] => |nˠ|a|꜒|ɳ̥ˠ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.passive.imperative.PAST] => |pˠ|u#ː|꜖꜒|t͡sʲ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.passive.conditional.PRES] => |htˤ|ʉ|꜖꜒|ʡˠ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ɗˤ|a|̰꜖|kʼʲ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.passive.optative.PRES] => |hkʷ|i|꜖꜒|kʷ|-
[Q.3.cl.4.1incl.3.cl.2.NEG.passive.optative.PAST] => |wˤ|ᵊ|̰꜖|tʲ|-
[Q.3.cl.4.1incl.3.cl.2.POS.active.indicative.PRES] => |qʼˠ|u#ː|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.4.1incl.3.cl.2.POS.active.indicative.PAST] => |d͡ʐˠ|a|꜖꜒|ɴʲ|-
[Q.3.cl.4.1incl.3.cl.2.POS.active.imperative.PRES] => |ᵑǁʲ|u#ː|꜒꜖|pʰˠ|-
[Q.3.cl.4.1incl.3.cl.2.POS.active.imperative.PAST] => |ɭʲ|ʉː|꜒꜖|ɰʲ|-
[Q.3.cl.4.1incl.3.cl.2.POS.active.conditional.PRES] => |ʂʲ|i|꜖|tʰʷ|-
[Q.3.cl.4.1incl.3.cl.2.POS.active.conditional.PAST] => |ʂˠ|aː|̰꜖|ɠʷ|-
[Q.3.cl.4.1incl.3.cl.2.POS.active.optative.PRES] => |tʼˤ|ʉ|꜖|kʰˠ|-
[Q.3.cl.4.1incl.3.cl.2.POS.active.optative.PAST] => |ʛʲ|ᵊ|̰꜖|ʋˠ|-
[Q.3.cl.4.1incl.3.cl.2.POS.passive.indicative.PRES] => |ɻˠ|u|꜒꜖|ʈʼˠ|-
[Q.3.cl.4.1incl.3.cl.2.POS.passive.indicative.PAST] => |ɗˤ|a#|꜖|kʰʲ|-
[Q.3.cl.4.1incl.3.cl.2.POS.passive.imperative.PRES] => |ɾʲ|a|꜒|r̥ʲ|-
[Q.3.cl.4.1incl.3.cl.2.POS.passive.imperative.PAST] => |t͡ʃ|a|꜒꜖|ɴˠ|-
[Q.3.cl.4.1incl.3.cl.2.POS.passive.conditional.PRES] => |ʂˠ|ʉ#ː|꜒|ɗʷ|-
[Q.3.cl.4.1incl.3.cl.2.POS.passive.conditional.PAST] => |kˤ|i|꜖|pˤ|-
[Q.3.cl.4.1incl.3.cl.2.POS.passive.optative.PRES] => |ʂˠ|a|꜖꜒|ɥˤ|-
[Q.3.cl.4.1incl.3.cl.2.POS.passive.optative.PAST] => |ʂˠ|ʉ|꜖|ʃʲ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.active.indicative.PRES] => |hʈˠ|i|̰꜒|tɬʲ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.active.indicative.PAST] => |ɽʲ|a|꜒|mˤ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.active.imperative.PRES] => |qʼˠ|ᵊ|꜖|t͡ʃ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.active.imperative.PAST] => |ɥˤ|iː|꜒꜖|j|-
[Q.3.cl.4.1incl.3.cl.3.NEG.active.conditional.PRES] => |ᵑǀʼʲ|aː|꜒꜖|m̥ʲ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.active.conditional.PAST] => |tˠ|a|꜒|sˠ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.active.optative.PRES] => |ᵏǀʰʷ|ᵊ|꜖|htˠ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.active.optative.PAST] => |kʰˤ|i|꜒꜖|ʈʰˠ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ɓˤ|a#ː|꜖|tɬʲ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ŋʷ|iː|̰꜒|qʲ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǀʼʲ|a|꜒꜖|ɭˠ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǀʲ|i|̰꜖|sʲ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ɠʲ|ʉ|꜖|t͡ʂˠ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.passive.conditional.PAST] => |r̥ˠ|ʉː|꜒|ʃʲ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.passive.optative.PRES] => |ɰʷ|i|꜒꜖|tˠ|-
[Q.3.cl.4.1incl.3.cl.3.NEG.passive.optative.PAST] => |tʰˠ|ʉ#ː|꜒꜖|ŋʲ|-
[Q.3.cl.4.1incl.3.cl.3.POS.active.indicative.PRES] => |nʲ|iː|꜖|ʈʼʲ|-
[Q.3.cl.4.1incl.3.cl.3.POS.active.indicative.PAST] => |ᵏǃʼˠ|iː|̰꜖|tɬˠ|-
[Q.3.cl.4.1incl.3.cl.3.POS.active.imperative.PRES] => |ɗˤ|ᵊ|꜒꜖|wʲ|-
[Q.3.cl.4.1incl.3.cl.3.POS.active.imperative.PAST] => |rʲ|ʉ|꜖|ɹˠ|-
[Q.3.cl.4.1incl.3.cl.3.POS.active.conditional.PRES] => |n̥ˤ|ʉː|꜖꜒|n̥ʲ|-
[Q.3.cl.4.1incl.3.cl.3.POS.active.conditional.PAST] => |ʄʲ|ᵊ|꜖꜒|ʈʼˠ|-
[Q.3.cl.4.1incl.3.cl.3.POS.active.optative.PRES] => |ᵑǀʼˠ|a|꜒꜖|pʼˤ|-
[Q.3.cl.4.1incl.3.cl.3.POS.active.optative.PAST] => |tˠ|ʉ|̰꜒|ʃˠ|-
[Q.3.cl.4.1incl.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʰˤ|ᵊ|꜖꜒|ɽˠ|-
[Q.3.cl.4.1incl.3.cl.3.POS.passive.indicative.PAST] => |n̥ˤ|aː|꜖꜒|sˤ|-
[Q.3.cl.4.1incl.3.cl.3.POS.passive.imperative.PRES] => |ɹˠ|ᵊ|꜖꜒|sʲ|-
[Q.3.cl.4.1incl.3.cl.3.POS.passive.imperative.PAST] => |ᵑǃʼʲ|ᵊ|꜒꜖|qˠ|-
[Q.3.cl.4.1incl.3.cl.3.POS.passive.conditional.PRES] => |ŋ̥ʲ|i|꜖|rˠ|-
[Q.3.cl.4.1incl.3.cl.3.POS.passive.conditional.PAST] => |ɗˤ|a#|꜖꜒|ʜʲ|-
[Q.3.cl.4.1incl.3.cl.3.POS.passive.optative.PRES] => |pʲ|ᵊ|꜒|pʰʲ|-
[Q.3.cl.4.1incl.3.cl.3.POS.passive.optative.PAST] => |ᵏǁʲ|i#ː|̰꜒|ɭˠ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʼʷ|i#|꜖꜒|t͡ʃ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.active.indicative.PAST] => |ɳˠ|i|꜒꜖|kˠ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.active.imperative.PRES] => |hkʲ|a#ː|꜒꜖|ɹʲ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.active.imperative.PAST] => |ɽˠ|aː|̰꜒|qʼˠ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.active.conditional.PRES] => |hkʲ|ʉ#ː|꜖꜒|sʲ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.active.conditional.PAST] => |ᵑǀʲ|i|꜖|d͡ʐˠ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.active.optative.PRES] => |ʂʲ|a|̰꜒|ɰˠ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.active.optative.PAST] => |ᵑǃˤ|iː|꜒|m̥ʲ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ŋ̥ˤ|i|꜒|ŋ̥ˤ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ɭˠ|iː|꜒|hkʷ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.passive.imperative.PRES] => |qʲ|a|꜖|ʜʲ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.passive.imperative.PAST] => |kʼʷ|ᵊ|̰꜒|kʰʲ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǀʼʲ|u|̰꜒|lˠ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.passive.conditional.PAST] => |kʰʷ|a|꜒꜖|rʷ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.passive.optative.PRES] => |ɴˤ|a|꜖|sʲ|-
[Q.3.cl.4.1incl.3.cl.4.NEG.passive.optative.PAST] => |tʼʲ|u#ː|꜒꜖|h|-
[Q.3.cl.4.1incl.3.cl.4.POS.active.indicative.PRES] => |pʼˤ|u#|꜖꜒|t͡ʃ|-
[Q.3.cl.4.1incl.3.cl.4.POS.active.indicative.PAST] => |tɬˠ|a|꜒|ŋ̥ˠ|-
[Q.3.cl.4.1incl.3.cl.4.POS.active.imperative.PRES] => |ɹˠ|ᵊ|꜒|hkʷ|-
[Q.3.cl.4.1incl.3.cl.4.POS.active.imperative.PAST] => |tʰˤ|a#|꜖|tʰˠ|-
[Q.3.cl.4.1incl.3.cl.4.POS.active.conditional.PRES] => |ɹˠ|aː|꜒|ɗˤ|-
[Q.3.cl.4.1incl.3.cl.4.POS.active.conditional.PAST] => |pʰʲ|ᵊ|꜒|ʂˠ|-
[Q.3.cl.4.1incl.3.cl.4.POS.active.optative.PRES] => |r̥ˤ|a#ː|꜒꜖|tʼʷ|-
[Q.3.cl.4.1incl.3.cl.4.POS.active.optative.PAST] => |ᵏǀʰʷ|i|꜖|ɽˠ|-
[Q.3.cl.4.1incl.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ʲ|i#|̰꜖|tʷ|-
[Q.3.cl.4.1incl.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʼˤ|iː|꜒꜖|ɽˠ|-
[Q.3.cl.4.1incl.3.cl.4.POS.passive.imperative.PRES] => |qˤ|i|꜒꜖|t͡sʲ|-
[Q.3.cl.4.1incl.3.cl.4.POS.passive.imperative.PAST] => |ʔ|iː|̰꜒|nʲ|-
[Q.3.cl.4.1incl.3.cl.4.POS.passive.conditional.PRES] => |ɗˤ|i#ː|꜒꜖|ɳ̥ˠ|-
[Q.3.cl.4.1incl.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʰʷ|ᵊ|̰꜖|ʈʲ|-
[Q.3.cl.4.1incl.3.cl.4.POS.passive.optative.PRES] => |ɠʲ|i|꜖|ʋˠ|-
[Q.3.cl.4.1incl.3.cl.4.POS.passive.optative.PAST] => |kʲ|ʉ|꜒|n̥ˤ|-
[Q.3.cl.4.1excl.1incl.NEG.active.indicative.PRES] => |ŋ̥ˤ|i#ː|꜖꜒|n̥ˠ|-
[Q.3.cl.4.1excl.1incl.NEG.active.indicative.PAST] => |ŋ̥ʲ|u#ː|̰꜖|pʼˤ|-
[Q.3.cl.4.1excl.1incl.NEG.active.imperative.PRES] => |ɰˠ|a|꜒꜖|ʡˠ|-
[Q.3.cl.4.1excl.1incl.NEG.active.imperative.PAST] => |ᵑǀˠ|a|꜖|ɴˤ|-
[Q.3.cl.4.1excl.1incl.NEG.active.conditional.PRES] => |nˠ|ᵊ|꜖|t͡ʃ|-
[Q.3.cl.4.1excl.1incl.NEG.active.conditional.PAST] => |ᵑǁʲ|ʉ|̰꜖|ɳ̥ˠ|-
[Q.3.cl.4.1excl.1incl.NEG.active.optative.PRES] => |kʼʷ|a|꜒|ɭʲ|-
[Q.3.cl.4.1excl.1incl.NEG.active.optative.PAST] => |pʰʲ|i#|꜖꜒|wʲ|-
[Q.3.cl.4.1excl.1incl.NEG.passive.indicative.PRES] => |ŋʲ|u|̰꜒|ɰˤ|-
[Q.3.cl.4.1excl.1incl.NEG.passive.indicative.PAST] => |ŋˤ|aː|꜖|ɹˤ|-
[Q.3.cl.4.1excl.1incl.NEG.passive.imperative.PRES] => |ᵏǀˠ|ʉ#|꜖꜒|n̥ˤ|-
[Q.3.cl.4.1excl.1incl.NEG.passive.imperative.PAST] => |ɠˠ|iː|̰꜒|lʲ|-
[Q.3.cl.4.1excl.1incl.NEG.passive.conditional.PRES] => |htˤ|a#|꜒|kʷ|-
[Q.3.cl.4.1excl.1incl.NEG.passive.conditional.PAST] => |ɭʲ|a|̰꜒|ŋ̥ʲ|-
[Q.3.cl.4.1excl.1incl.NEG.passive.optative.PRES] => |n̥ˠ|u#|꜖꜒|tˤ|-
[Q.3.cl.4.1excl.1incl.NEG.passive.optative.PAST] => |ᵏǀʼʷ|a|꜖|qʷ|-
[Q.3.cl.4.1excl.1incl.POS.active.indicative.PRES] => |ᵑǃˠ|ᵊ|̰꜖|ʈʼʲ|-
[Q.3.cl.4.1excl.1incl.POS.active.indicative.PAST] => |r̥ʲ|a#|꜒꜖|kʷ|-
[Q.3.cl.4.1excl.1incl.POS.active.imperative.PRES] => |ʃʲ|aː|꜒꜖|ɹˤ|-
[Q.3.cl.4.1excl.1incl.POS.active.imperative.PAST] => |ʡʲ|ᵊ|꜖|ʈʰʲ|-
[Q.3.cl.4.1excl.1incl.POS.active.conditional.PRES] => |ᵑǃʷ|ʉː|꜖꜒|ɹˠ|-
[Q.3.cl.4.1excl.1incl.POS.active.conditional.PAST] => |ɻˠ|uː|̰꜒|tʰʷ|-
[Q.3.cl.4.1excl.1incl.POS.active.optative.PRES] => |ŋ̥ʲ|u|̰꜖|n̥ˤ|-
[Q.3.cl.4.1excl.1incl.POS.active.optative.PAST] => |ᵑǃʼˠ|a|̰꜒|n̥ˤ|-
[Q.3.cl.4.1excl.1incl.POS.passive.indicative.PRES] => |ʃˠ|ᵊ|꜖꜒|n̥ʲ|-
[Q.3.cl.4.1excl.1incl.POS.passive.indicative.PAST] => |ᵏǀʼˤ|iː|꜒꜖|ʜˠ|-
[Q.3.cl.4.1excl.1incl.POS.passive.imperative.PRES] => |tʼʲ|i|꜖꜒|ʔ|-
[Q.3.cl.4.1excl.1incl.POS.passive.imperative.PAST] => |ɥˠ|u|꜖꜒|qʲ|-
[Q.3.cl.4.1excl.1incl.POS.passive.conditional.PRES] => |ɳʲ|a|̰꜖|qˤ|-
[Q.3.cl.4.1excl.1incl.POS.passive.conditional.PAST] => |t͡sʷ|aː|꜒꜖|ɓˠ|-
[Q.3.cl.4.1excl.1incl.POS.passive.optative.PRES] => |ʄˠ|ᵊ|꜖꜒|m̥ʲ|-
[Q.3.cl.4.1excl.1incl.POS.passive.optative.PAST] => |pʰˤ|a#ː|꜒|ŋ̥ˠ|-
[Q.3.cl.4.1excl.1excl.NEG.active.indicative.PRES] => |ɓʲ|a|꜖|tʼʲ|-
[Q.3.cl.4.1excl.1excl.NEG.active.indicative.PAST] => |ŋ̥ʲ|u|꜖|htʲ|-
[Q.3.cl.4.1excl.1excl.NEG.active.imperative.PRES] => |ɗʲ|i#ː|̰꜒|ʈʼʲ|-
[Q.3.cl.4.1excl.1excl.NEG.active.imperative.PAST] => |ᵏǀˤ|ᵊ|̰꜖|ʋˠ|-
[Q.3.cl.4.1excl.1excl.NEG.active.conditional.PRES] => |ŋˤ|aː|꜒꜖|qʲ|-
[Q.3.cl.4.1excl.1excl.NEG.active.conditional.PAST] => |ᵏǀʲ|ᵊ|̰꜖|ŋ̥ˤ|-
[Q.3.cl.4.1excl.1excl.NEG.active.optative.PRES] => |kʼʲ|ʉ|̰꜒|hkʷ|-
[Q.3.cl.4.1excl.1excl.NEG.active.optative.PAST] => |ɓˠ|a|꜖꜒|tʼʷ|-
[Q.3.cl.4.1excl.1excl.NEG.passive.indicative.PRES] => |ŋ̥ʲ|i|꜖|t͡ʂˠ|-
[Q.3.cl.4.1excl.1excl.NEG.passive.indicative.PAST] => |ʜˠ|a|̰꜒|pˠ|-
[Q.3.cl.4.1excl.1excl.NEG.passive.imperative.PRES] => |sʷ|i|꜖꜒|ɴˠ|-
[Q.3.cl.4.1excl.1excl.NEG.passive.imperative.PAST] => |ʋˠ|i|꜖|ɥˠ|-
[Q.3.cl.4.1excl.1excl.NEG.passive.conditional.PRES] => |ʈʰʲ|a|꜖꜒|ɳ̥ʲ|-
[Q.3.cl.4.1excl.1excl.NEG.passive.conditional.PAST] => |kʼˠ|iː|꜖|ʂˠ|-
[Q.3.cl.4.1excl.1excl.NEG.passive.optative.PRES] => |hkʷ|ʉ#ː|꜒|r̥ʲ|-
[Q.3.cl.4.1excl.1excl.NEG.passive.optative.PAST] => |qˤ|a|꜒꜖|ʛʷ|-
[Q.3.cl.4.1excl.1excl.POS.active.indicative.PRES] => |m̥ʲ|iː|꜖꜒|tˠ|-
[Q.3.cl.4.1excl.1excl.POS.active.indicative.PAST] => |hpʲ|i|̰꜒|tʰˠ|-
[Q.3.cl.4.1excl.1excl.POS.active.imperative.PRES] => |ᵑǃʼʷ|i|̰꜒|hpˠ|-
[Q.3.cl.4.1excl.1excl.POS.active.imperative.PAST] => |ᵏǀʼˠ|a|̰꜒|qˠ|-
[Q.3.cl.4.1excl.1excl.POS.active.conditional.PRES] => |ᵑǁʲ|aː|̰꜒|ɗʲ|-
[Q.3.cl.4.1excl.1excl.POS.active.conditional.PAST] => |ᵑǃˤ|i#|꜒|ɗʲ|-
[Q.3.cl.4.1excl.1excl.POS.active.optative.PRES] => |ɰʷ|a#ː|꜖|kʼʲ|-
[Q.3.cl.4.1excl.1excl.POS.active.optative.PAST] => |ʛʲ|aː|̰꜒|ɹˠ|-
[Q.3.cl.4.1excl.1excl.POS.passive.indicative.PRES] => |nˤ|ᵊ|̰꜒|wˠ|-
[Q.3.cl.4.1excl.1excl.POS.passive.indicative.PAST] => |pʰˤ|u#|꜖꜒|ɴˠ|-
[Q.3.cl.4.1excl.1excl.POS.passive.imperative.PRES] => |ʈʰʲ|i#|̰꜖|ŋˤ|-
[Q.3.cl.4.1excl.1excl.POS.passive.imperative.PAST] => |n̥ˤ|u|꜖꜒|qʼʷ|-
[Q.3.cl.4.1excl.1excl.POS.passive.conditional.PRES] => |t͡ʂʲ|ʉ|̰꜒|ɳ̥ʲ|-
[Q.3.cl.4.1excl.1excl.POS.passive.conditional.PAST] => |ʛʷ|ᵊ|꜖|ɾˠ|-
[Q.3.cl.4.1excl.1excl.POS.passive.optative.PRES] => |tʰʲ|ᵊ|꜖꜒|rˠ|-
[Q.3.cl.4.1excl.1excl.POS.passive.optative.PAST] => |ᵏǃˤ|a#ː|꜖|t͡sʷ|-
[Q.3.cl.4.1excl.2.NEG.active.indicative.PRES] => |wˤ|u|̰꜒|kʰˠ|-
[Q.3.cl.4.1excl.2.NEG.active.indicative.PAST] => |ᵏǀʼˠ|ʉ|꜒|ʋˤ|-
[Q.3.cl.4.1excl.2.NEG.active.imperative.PRES] => |n̥ˤ|i#|꜖꜒|ŋ̥ʲ|-
[Q.3.cl.4.1excl.2.NEG.active.imperative.PAST] => |ᵏǃʼʷ|i#ː|꜒꜖|r̥ˠ|-
[Q.3.cl.4.1excl.2.NEG.active.conditional.PRES] => |pʰˤ|u#ː|꜖꜒|ʄˠ|-
[Q.3.cl.4.1excl.2.NEG.active.conditional.PAST] => |qʼˠ|ʉː|꜖|ɰˠ|-
[Q.3.cl.4.1excl.2.NEG.active.optative.PRES] => |ɹˠ|i|꜖꜒|ɹˠ|-
[Q.3.cl.4.1excl.2.NEG.active.optative.PAST] => |sˠ|i|̰꜒|qʼˤ|-
[Q.3.cl.4.1excl.2.NEG.passive.indicative.PRES] => |ᵏǁʼˠ|a#|꜖꜒|tʼʲ|-
[Q.3.cl.4.1excl.2.NEG.passive.indicative.PAST] => |pʰˠ|aː|̰꜖|hkˠ|-
[Q.3.cl.4.1excl.2.NEG.passive.imperative.PRES] => |tʰˠ|i|꜒꜖|ɹʷ|-
[Q.3.cl.4.1excl.2.NEG.passive.imperative.PAST] => |ʄˠ|iː|̰꜖|ɰʲ|-
[Q.3.cl.4.1excl.2.NEG.passive.conditional.PRES] => |hpʲ|ʉ#ː|꜖|ŋ̥ˠ|-
[Q.3.cl.4.1excl.2.NEG.passive.conditional.PAST] => |qʼʲ|i|̰꜖|n̥ˠ|-
[Q.3.cl.4.1excl.2.NEG.passive.optative.PRES] => |ᵏǀˤ|i|̰꜖|ɰʲ|-
[Q.3.cl.4.1excl.2.NEG.passive.optative.PAST] => |t͡sʲ|i#ː|꜒|kʰʷ|-
[Q.3.cl.4.1excl.2.POS.active.indicative.PRES] => |ᵏǀʼˤ|a#|̰꜒|t͡sʷ|-
[Q.3.cl.4.1excl.2.POS.active.indicative.PAST] => |d͡ʐʲ|i|꜖꜒|t͡ʂʲ|-
[Q.3.cl.4.1excl.2.POS.active.imperative.PRES] => |hkˤ|a|̰꜒|tˠ|-
[Q.3.cl.4.1excl.2.POS.active.imperative.PAST] => |ʋˠ|ʉ#|꜖|mʲ|-
[Q.3.cl.4.1excl.2.POS.active.conditional.PRES] => |ᵏǃˠ|ᵊ|꜖|t͡ʃ|-
[Q.3.cl.4.1excl.2.POS.active.conditional.PAST] => |ɴˤ|a|̰꜒|sˤ|-
[Q.3.cl.4.1excl.2.POS.active.optative.PRES] => |t͡sʲ|ᵊ|꜖꜒|hkˠ|-
[Q.3.cl.4.1excl.2.POS.active.optative.PAST] => |qʼʲ|ᵊ|꜖꜒|ʛʷ|-
[Q.3.cl.4.1excl.2.POS.passive.indicative.PRES] => |ᵏǃʼˤ|a|꜒꜖|r̥ʲ|-
[Q.3.cl.4.1excl.2.POS.passive.indicative.PAST] => |d͡ʐˠ|u|꜒|ɳ̥ʲ|-
[Q.3.cl.4.1excl.2.POS.passive.imperative.PRES] => |d͡ʐʲ|ᵊ|̰꜒|ɓˤ|-
[Q.3.cl.4.1excl.2.POS.passive.imperative.PAST] => |kʰʲ|iː|̰꜖|ʈʰˠ|-
[Q.3.cl.4.1excl.2.POS.passive.conditional.PRES] => |kʰʷ|ʉ|̰꜒|ɾˠ|-
[Q.3.cl.4.1excl.2.POS.passive.conditional.PAST] => |tˤ|a|꜒꜖|kˠ|-
[Q.3.cl.4.1excl.2.POS.passive.optative.PRES] => |pʰʲ|aː|꜒|d͡ʐˠ|-
[Q.3.cl.4.1excl.2.POS.passive.optative.PAST] => |qʼˤ|ʉː|꜖꜒|kʲ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.active.indicative.PRES] => |kʰʲ|i|꜖꜒|tʰˤ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.active.indicative.PAST] => |kʼˤ|a|꜒꜖|ŋʲ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.active.imperative.PRES] => |ʜʲ|u#ː|꜒|mˠ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.active.imperative.PAST] => |hʈʲ|i#ː|꜖|htˤ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.active.conditional.PRES] => |tʰʷ|iː|꜒|m̥ˠ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.active.conditional.PAST] => |wˠ|a|꜖꜒|t͡sʷ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.active.optative.PRES] => |ɥˠ|u|꜒꜖|lˠ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.active.optative.PAST] => |ɗˤ|aː|꜒|ɾˤ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.passive.indicative.PRES] => |t͡ʂˠ|a#|꜖|ɹˤ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.passive.indicative.PAST] => |ʛˠ|aː|꜖|r̥ˤ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ʛʲ|aː|꜒|tˠ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǀʲ|iː|꜒|tʼʷ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ɠʷ|ʉ|̰꜖|ʄʲ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.passive.conditional.PAST] => |nʲ|a#|̰꜒|ɹʲ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.passive.optative.PRES] => |hkʷ|i|꜖꜒|r̥ˤ|-
[Q.3.cl.4.1excl.3.cl.1.NEG.passive.optative.PAST] => |qʼʷ|ᵊ|꜒꜖|ɠʲ|-
[Q.3.cl.4.1excl.3.cl.1.POS.active.indicative.PRES] => |n̥ˤ|ᵊ|꜖꜒|kʼʲ|-
[Q.3.cl.4.1excl.3.cl.1.POS.active.indicative.PAST] => |ᵑǃʼˤ|i#|꜖꜒|pʰʲ|-
[Q.3.cl.4.1excl.3.cl.1.POS.active.imperative.PRES] => |ʋˠ|a|꜒꜖|ɴˤ|-
[Q.3.cl.4.1excl.3.cl.1.POS.active.imperative.PAST] => |qʷ|a|꜒꜖|j|-
[Q.3.cl.4.1excl.3.cl.1.POS.active.conditional.PRES] => |ᵑǃˤ|ᵊ|̰꜖|ɗˠ|-
[Q.3.cl.4.1excl.3.cl.1.POS.active.conditional.PAST] => |hkˠ|ʉ|꜖|tɬˠ|-
[Q.3.cl.4.1excl.3.cl.1.POS.active.optative.PRES] => |tʰˠ|a|꜖꜒|ʔ|-
[Q.3.cl.4.1excl.3.cl.1.POS.active.optative.PAST] => |kʷ|ᵊ|̰꜖|t͡ʂˠ|-
[Q.3.cl.4.1excl.3.cl.1.POS.passive.indicative.PRES] => |kʰʲ|a|̰꜖|ʋˠ|-
[Q.3.cl.4.1excl.3.cl.1.POS.passive.indicative.PAST] => |ɭˠ|i|꜖꜒|m̥ʲ|-
[Q.3.cl.4.1excl.3.cl.1.POS.passive.imperative.PRES] => |j|a|꜒꜖|n̥ˠ|-
[Q.3.cl.4.1excl.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʼʲ|ʉ#ː|̰꜖|ŋʲ|-
[Q.3.cl.4.1excl.3.cl.1.POS.passive.conditional.PRES] => |kˤ|ʉ#|꜒|pʼʲ|-
[Q.3.cl.4.1excl.3.cl.1.POS.passive.conditional.PAST] => |ɗˠ|iː|̰꜒|wˠ|-
[Q.3.cl.4.1excl.3.cl.1.POS.passive.optative.PRES] => |ᵏǀʰʲ|ʉ|꜒|t͡sˠ|-
[Q.3.cl.4.1excl.3.cl.1.POS.passive.optative.PAST] => |kʰˤ|ʉ|̰꜖|pʰʲ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.active.indicative.PRES] => |pʼˤ|ᵊ|̰꜖|ɹˤ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀʼʲ|i|̰꜒|ŋ̥ʷ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.active.imperative.PRES] => |qˠ|i|꜖꜒|t͡ʂˠ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʰʲ|ʉː|꜒|pʼʲ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.active.conditional.PRES] => |ᵑǃˠ|a#ː|̰꜒|ɠˠ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.active.conditional.PAST] => |ɹˠ|ʉ|꜒|ʡʲ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.active.optative.PRES] => |ᵑǃʼˤ|u#|̰꜒|r̥ˤ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.active.optative.PAST] => |qˤ|a|꜒꜖|ɽʲ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ɓˠ|ʉ#|̰꜖|ɳˠ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǀʰʷ|i#ː|̰꜖|qʼˤ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǃˠ|i|̰꜒|tʰˤ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.passive.imperative.PAST] => |rˤ|ᵊ|꜖|ɠˠ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.passive.conditional.PRES] => |nˠ|i|̰꜒|qʼʲ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ɻʲ|i#|꜖꜒|nʷ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.passive.optative.PRES] => |ʈʼˠ|i#ː|꜖꜒|tʼʷ|-
[Q.3.cl.4.1excl.3.cl.2.NEG.passive.optative.PAST] => |pˤ|a#ː|꜒|ɥˠ|-
[Q.3.cl.4.1excl.3.cl.2.POS.active.indicative.PRES] => |ɽˠ|a|꜖|ɠʲ|-
[Q.3.cl.4.1excl.3.cl.2.POS.active.indicative.PAST] => |ʃʲ|i#|꜒꜖|ŋʷ|-
[Q.3.cl.4.1excl.3.cl.2.POS.active.imperative.PRES] => |ʂˠ|a|̰꜒|rˤ|-
[Q.3.cl.4.1excl.3.cl.2.POS.active.imperative.PAST] => |j|aː|꜒|t͡sʷ|-
[Q.3.cl.4.1excl.3.cl.2.POS.active.conditional.PRES] => |ɽˠ|i|̰꜖|ʃˠ|-
[Q.3.cl.4.1excl.3.cl.2.POS.active.conditional.PAST] => |sˤ|ʉ|꜒꜖|nʷ|-
[Q.3.cl.4.1excl.3.cl.2.POS.active.optative.PRES] => |tʰˠ|i|̰꜖|pʰˤ|-
[Q.3.cl.4.1excl.3.cl.2.POS.active.optative.PAST] => |ɾʷ|iː|꜖꜒|j|-
[Q.3.cl.4.1excl.3.cl.2.POS.passive.indicative.PRES] => |ɰˤ|ʉ#ː|꜒|r̥ʷ|-
[Q.3.cl.4.1excl.3.cl.2.POS.passive.indicative.PAST] => |t͡sˤ|i|꜒|ɭˠ|-
[Q.3.cl.4.1excl.3.cl.2.POS.passive.imperative.PRES] => |ɹʷ|ʉ#|꜒꜖|ɴˠ|-
[Q.3.cl.4.1excl.3.cl.2.POS.passive.imperative.PAST] => |nˤ|i|꜖꜒|wˠ|-
[Q.3.cl.4.1excl.3.cl.2.POS.passive.conditional.PRES] => |r̥ˤ|ʉ#|꜒꜖|mˠ|-
[Q.3.cl.4.1excl.3.cl.2.POS.passive.conditional.PAST] => |hkˤ|i|̰꜒|htˤ|-
[Q.3.cl.4.1excl.3.cl.2.POS.passive.optative.PRES] => |tʼˤ|ʉ#|꜖|sˠ|-
[Q.3.cl.4.1excl.3.cl.2.POS.passive.optative.PAST] => |hpˠ|ᵊ|꜒|tˤ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.active.indicative.PRES] => |wˠ|u|̰꜖|j|-
[Q.3.cl.4.1excl.3.cl.3.NEG.active.indicative.PAST] => |mʲ|a|̰꜒|rʷ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.active.imperative.PRES] => |ɗˠ|ᵊ|꜒|n̥ˤ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵑǀˤ|a|̰꜖|ʈˠ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.active.conditional.PRES] => |pʰˤ|ʉ#|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.active.conditional.PAST] => |ʂʲ|i|꜖|tˠ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.active.optative.PRES] => |n̥ʲ|ʉ|̰꜒|t͡sʷ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.active.optative.PAST] => |r̥ˠ|u|̰꜖|rˤ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.passive.indicative.PRES] => |pʼʲ|i|꜒꜖|pʼˤ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.passive.indicative.PAST] => |qˤ|ʉ|̰꜖|ɰˠ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.passive.imperative.PRES] => |kʼʲ|ʉ#ː|꜒꜖|kʼˤ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|ʉ|̰꜖|ɹʲ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ɓˤ|u|꜖꜒|qʷ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.passive.conditional.PAST] => |tʷ|iː|꜖꜒|pˤ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.passive.optative.PRES] => |pˤ|i#|̰꜖|n̥ˠ|-
[Q.3.cl.4.1excl.3.cl.3.NEG.passive.optative.PAST] => |tˤ|ʉ#ː|̰꜖|r̥ˤ|-
[Q.3.cl.4.1excl.3.cl.3.POS.active.indicative.PRES] => |htʷ|a|̰꜒|h|-
[Q.3.cl.4.1excl.3.cl.3.POS.active.indicative.PAST] => |kʰʷ|a|꜖꜒|ŋˤ|-
[Q.3.cl.4.1excl.3.cl.3.POS.active.imperative.PRES] => |ɰˠ|i|꜖|qʼʷ|-
[Q.3.cl.4.1excl.3.cl.3.POS.active.imperative.PAST] => |qˠ|a#ː|̰꜖|ŋ̥ˠ|-
[Q.3.cl.4.1excl.3.cl.3.POS.active.conditional.PRES] => |tʼˠ|u|꜖꜒|kʰˠ|-
[Q.3.cl.4.1excl.3.cl.3.POS.active.conditional.PAST] => |ʋˤ|a|̰꜒|ɥˠ|-
[Q.3.cl.4.1excl.3.cl.3.POS.active.optative.PRES] => |tʷ|a|꜖|kʲ|-
[Q.3.cl.4.1excl.3.cl.3.POS.active.optative.PAST] => |ɻˠ|aː|꜖꜒|ɴˤ|-
[Q.3.cl.4.1excl.3.cl.3.POS.passive.indicative.PRES] => |ᵏǃˤ|ʉ#ː|꜒|m̥ʲ|-
[Q.3.cl.4.1excl.3.cl.3.POS.passive.indicative.PAST] => |ᵑǃˠ|i|̰꜖|ɰˠ|-
[Q.3.cl.4.1excl.3.cl.3.POS.passive.imperative.PRES] => |ɻʲ|ᵊ|̰꜖|tʼʷ|-
[Q.3.cl.4.1excl.3.cl.3.POS.passive.imperative.PAST] => |tˠ|a|꜒꜖|hʈʲ|-
[Q.3.cl.4.1excl.3.cl.3.POS.passive.conditional.PRES] => |d͡ʐʲ|a|꜖꜒|t͡ʃ|-
[Q.3.cl.4.1excl.3.cl.3.POS.passive.conditional.PAST] => |ᵑǃʼʲ|a#ː|̰꜒|mˤ|-
[Q.3.cl.4.1excl.3.cl.3.POS.passive.optative.PRES] => |ᵑǀʼˤ|i|꜖꜒|ɠˠ|-
[Q.3.cl.4.1excl.3.cl.3.POS.passive.optative.PAST] => |ʋˠ|u#ː|꜒꜖|sʷ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.active.indicative.PRES] => |r̥ˠ|u|꜖꜒|ŋʷ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.active.indicative.PAST] => |qʲ|u|꜖꜒|ɾˤ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.active.imperative.PRES] => |ᵏǃˠ|a|̰꜖|ɠˠ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.active.imperative.PAST] => |ᵑǀʼˤ|u|꜒|ɹˤ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.active.conditional.PRES] => |ɥˤ|ʉ#|꜖꜒|kʼʷ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.active.conditional.PAST] => |ŋ̥ʲ|i#ː|꜖|qˠ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.active.optative.PRES] => |ᵑǀʼʲ|a|̰꜒|htʷ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.active.optative.PAST] => |ɽʲ|ᵊ|̰꜖|r̥ʷ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǀʼˠ|ʉː|꜒꜖|ʜʲ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǀʰˤ|uː|̰꜖|ʡʲ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|u|꜒꜖|ɗˤ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.passive.imperative.PAST] => |ɗˤ|u#|꜖|nˠ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.passive.conditional.PRES] => |lʲ|ʉ|꜖|kʰʷ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ɹˤ|ʉ|꜖|ɗʲ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.passive.optative.PRES] => |ɴˤ|ʉ|꜖꜒|wʲ|-
[Q.3.cl.4.1excl.3.cl.4.NEG.passive.optative.PAST] => |ɠʷ|iː|꜖꜒|qˤ|-
[Q.3.cl.4.1excl.3.cl.4.POS.active.indicative.PRES] => |pʰʲ|aː|꜒|ɠʷ|-
[Q.3.cl.4.1excl.3.cl.4.POS.active.indicative.PAST] => |t͡sʷ|i|꜒|ɠˤ|-
[Q.3.cl.4.1excl.3.cl.4.POS.active.imperative.PRES] => |r̥ˠ|ᵊ|꜖꜒|sʲ|-
[Q.3.cl.4.1excl.3.cl.4.POS.active.imperative.PAST] => |lˠ|aː|̰꜖|qʲ|-
[Q.3.cl.4.1excl.3.cl.4.POS.active.conditional.PRES] => |rʷ|ᵊ|꜖|ŋ̥ˠ|-
[Q.3.cl.4.1excl.3.cl.4.POS.active.conditional.PAST] => |ᵏǁʼˠ|i|̰꜖|ɹˠ|-
[Q.3.cl.4.1excl.3.cl.4.POS.active.optative.PRES] => |htʷ|a|꜖꜒|qʼˠ|-
[Q.3.cl.4.1excl.3.cl.4.POS.active.optative.PAST] => |ᵏǀʼˠ|ʉː|꜖꜒|kˤ|-
[Q.3.cl.4.1excl.3.cl.4.POS.passive.indicative.PRES] => |ʈʰˠ|i|꜒꜖|r̥ʷ|-
[Q.3.cl.4.1excl.3.cl.4.POS.passive.indicative.PAST] => |lˠ|ʉ#ː|꜖|ʈʰˠ|-
[Q.3.cl.4.1excl.3.cl.4.POS.passive.imperative.PRES] => |wʲ|a|꜒꜖|ɹʷ|-
[Q.3.cl.4.1excl.3.cl.4.POS.passive.imperative.PAST] => |mˠ|iː|꜒|r̥ˤ|-
[Q.3.cl.4.1excl.3.cl.4.POS.passive.conditional.PRES] => |t͡sʷ|iː|꜒|lʲ|-
[Q.3.cl.4.1excl.3.cl.4.POS.passive.conditional.PAST] => |ɹˤ|ʉ|꜖|ŋ̥ˠ|-
[Q.3.cl.4.1excl.3.cl.4.POS.passive.optative.PRES] => |sˤ|i#|̰꜖|t͡sʷ|-
[Q.3.cl.4.1excl.3.cl.4.POS.passive.optative.PAST] => |nʲ|i|꜒꜖|nʲ|-
[Q.3.cl.4.2.1incl.NEG.active.indicative.PRES] => |ɻˠ|i|꜖|mʲ|-
[Q.3.cl.4.2.1incl.NEG.active.indicative.PAST] => |ʡˠ|a|̰꜒|rˠ|-
[Q.3.cl.4.2.1incl.NEG.active.imperative.PRES] => |ᵑǁʲ|u|̰꜖|tʰˤ|-
[Q.3.cl.4.2.1incl.NEG.active.imperative.PAST] => |ɥˠ|ᵊ|꜒꜖|ɗˠ|-
[Q.3.cl.4.2.1incl.NEG.active.conditional.PRES] => |ɰʲ|a|̰꜒|ɳ̥ˠ|-
[Q.3.cl.4.2.1incl.NEG.active.conditional.PAST] => |ʈʼˠ|aː|̰꜖|hʈʲ|-
[Q.3.cl.4.2.1incl.NEG.active.optative.PRES] => |ᵏǀʰˠ|ʉ#ː|꜖|tʼʲ|-
[Q.3.cl.4.2.1incl.NEG.active.optative.PAST] => |ɠˠ|u|̰꜒|ɹˤ|-
[Q.3.cl.4.2.1incl.NEG.passive.indicative.PRES] => |kʷ|aː|̰꜒|n̥ˤ|-
[Q.3.cl.4.2.1incl.NEG.passive.indicative.PAST] => |kʼʷ|ᵊ|꜖꜒|ɳˠ|-
[Q.3.cl.4.2.1incl.NEG.passive.imperative.PRES] => |ʛʲ|iː|̰꜖|ɾʲ|-
[Q.3.cl.4.2.1incl.NEG.passive.imperative.PAST] => |t͡sʲ|a#|̰꜖|ʛˤ|-
[Q.3.cl.4.2.1incl.NEG.passive.conditional.PRES] => |tʼʷ|aː|꜖꜒|sˤ|-
[Q.3.cl.4.2.1incl.NEG.passive.conditional.PAST] => |ŋ̥ʲ|iː|̰꜖|t͡ʃ|-
[Q.3.cl.4.2.1incl.NEG.passive.optative.PRES] => |kˠ|ᵊ|꜒|nˠ|-
[Q.3.cl.4.2.1incl.NEG.passive.optative.PAST] => |ᵏǀʼʷ|a|꜖|ʄʲ|-
[Q.3.cl.4.2.1incl.POS.active.indicative.PRES] => |ɹʲ|ᵊ|̰꜒|ɥˠ|-
[Q.3.cl.4.2.1incl.POS.active.indicative.PAST] => |sʲ|ᵊ|꜒|ɓʲ|-
[Q.3.cl.4.2.1incl.POS.active.imperative.PRES] => |ᵏǃʼʷ|ʉ#ː|̰꜖|t͡sˤ|-
[Q.3.cl.4.2.1incl.POS.active.imperative.PAST] => |tʰʲ|ʉ|꜒|m̥ˠ|-
[Q.3.cl.4.2.1incl.POS.active.conditional.PRES] => |ᵏǃʲ|i#ː|꜖꜒|tʼʷ|-
[Q.3.cl.4.2.1incl.POS.active.conditional.PAST] => |t͡sʲ|u|̰꜖|ʜˠ|-
[Q.3.cl.4.2.1incl.POS.active.optative.PRES] => |qʼˤ|i|꜖꜒|sʷ|-
[Q.3.cl.4.2.1incl.POS.active.optative.PAST] => |ᵏǃʼˤ|a|꜖꜒|mˠ|-
[Q.3.cl.4.2.1incl.POS.passive.indicative.PRES] => |ᵏǃʰˤ|a#|꜒꜖|pʼʲ|-
[Q.3.cl.4.2.1incl.POS.passive.indicative.PAST] => |m̥ˤ|u#|̰꜖|ʡˠ|-
[Q.3.cl.4.2.1incl.POS.passive.imperative.PRES] => |tʼʷ|ʉ#|꜖꜒|ɳʲ|-
[Q.3.cl.4.2.1incl.POS.passive.imperative.PAST] => |ɹˤ|i|̰꜖|tɬˠ|-
[Q.3.cl.4.2.1incl.POS.passive.conditional.PRES] => |htʲ|i|꜖|nˤ|-
[Q.3.cl.4.2.1incl.POS.passive.conditional.PAST] => |ᵏǀʲ|a|꜒|ʛʲ|-
[Q.3.cl.4.2.1incl.POS.passive.optative.PRES] => |hkʷ|a|꜖꜒|ɰˤ|-
[Q.3.cl.4.2.1incl.POS.passive.optative.PAST] => |qʼˤ|ᵊ|̰꜖|pʼˠ|-
[Q.3.cl.4.2.1excl.NEG.active.indicative.PRES] => |j|ʉː|꜒|r̥ˠ|-
[Q.3.cl.4.2.1excl.NEG.active.indicative.PAST] => |ᵑǀˤ|i#ː|꜖|sʲ|-
[Q.3.cl.4.2.1excl.NEG.active.imperative.PRES] => |ᵑǃˠ|u|꜖꜒|qʲ|-
[Q.3.cl.4.2.1excl.NEG.active.imperative.PAST] => |kʼʷ|ᵊ|̰꜒|qˤ|-
[Q.3.cl.4.2.1excl.NEG.active.conditional.PRES] => |ᵏǁʼˠ|u#|꜒|ɳ̥ʲ|-
[Q.3.cl.4.2.1excl.NEG.active.conditional.PAST] => |ɗʷ|ʉ|꜒|ɳˠ|-
[Q.3.cl.4.2.1excl.NEG.active.optative.PRES] => |mʲ|u#ː|꜖|sʷ|-
[Q.3.cl.4.2.1excl.NEG.active.optative.PAST] => |mʲ|i|꜖꜒|r̥ʲ|-
[Q.3.cl.4.2.1excl.NEG.passive.indicative.PRES] => |nˠ|ʉ|꜖|ʡʲ|-
[Q.3.cl.4.2.1excl.NEG.passive.indicative.PAST] => |ɹˤ|i#|̰꜖|hkʷ|-
[Q.3.cl.4.2.1excl.NEG.passive.imperative.PRES] => |tʰʷ|i|꜒|tʰʲ|-
[Q.3.cl.4.2.1excl.NEG.passive.imperative.PAST] => |nˤ|a|꜖|ɹˤ|-
[Q.3.cl.4.2.1excl.NEG.passive.conditional.PRES] => |j|a|꜒|m̥ˠ|-
[Q.3.cl.4.2.1excl.NEG.passive.conditional.PAST] => |kʰˤ|a|̰꜖|ʋˠ|-
[Q.3.cl.4.2.1excl.NEG.passive.optative.PRES] => |kʰʲ|ʉ|̰꜒|n̥ˠ|-
[Q.3.cl.4.2.1excl.NEG.passive.optative.PAST] => |m̥ʲ|iː|̰꜖|ɴʲ|-
[Q.3.cl.4.2.1excl.POS.active.indicative.PRES] => |ᵑǁˠ|u#|꜖|hkˤ|-
[Q.3.cl.4.2.1excl.POS.active.indicative.PAST] => |ᵏǀʰˤ|ʉ|꜖|ɻʲ|-
[Q.3.cl.4.2.1excl.POS.active.imperative.PRES] => |ʋˤ|u#|꜖꜒|ʃˠ|-
[Q.3.cl.4.2.1excl.POS.active.imperative.PAST] => |ᵑǃʼˠ|u|꜖꜒|ɾʷ|-
[Q.3.cl.4.2.1excl.POS.active.conditional.PRES] => |ɰˠ|ʉ|̰꜒|tʷ|-
[Q.3.cl.4.2.1excl.POS.active.conditional.PAST] => |t͡sʲ|a|꜒꜖|qʷ|-
[Q.3.cl.4.2.1excl.POS.active.optative.PRES] => |ɰˠ|i|꜖꜒|qʼˤ|-
[Q.3.cl.4.2.1excl.POS.active.optative.PAST] => |ᵏǃʰʷ|iː|꜖|ɹˤ|-
[Q.3.cl.4.2.1excl.POS.passive.indicative.PRES] => |wˤ|i|꜒|ɗˤ|-
[Q.3.cl.4.2.1excl.POS.passive.indicative.PAST] => |ɴˠ|ʉ#ː|꜒꜖|n̥ˤ|-
[Q.3.cl.4.2.1excl.POS.passive.imperative.PRES] => |ɾʷ|a|̰꜒|n̥ˤ|-
[Q.3.cl.4.2.1excl.POS.passive.imperative.PAST] => |tˤ|u#|꜒|ɳˠ|-
[Q.3.cl.4.2.1excl.POS.passive.conditional.PRES] => |ᵏǃʰˠ|ᵊ|̰꜖|lˠ|-
[Q.3.cl.4.2.1excl.POS.passive.conditional.PAST] => |kˤ|ʉ#ː|꜖꜒|ɴˠ|-
[Q.3.cl.4.2.1excl.POS.passive.optative.PRES] => |ᵑǁʲ|i|꜒|rˠ|-
[Q.3.cl.4.2.1excl.POS.passive.optative.PAST] => |ʈʰʲ|u|꜒|ʡʲ|-
[Q.3.cl.4.2.2.NEG.active.indicative.PRES] => |htʷ|aː|꜒꜖|ʋˤ|-
[Q.3.cl.4.2.2.NEG.active.indicative.PAST] => |ɠˠ|i|̰꜒|kʷ|-
[Q.3.cl.4.2.2.NEG.active.imperative.PRES] => |ʛʷ|i|꜖꜒|ɳʲ|-
[Q.3.cl.4.2.2.NEG.active.imperative.PAST] => |t͡sˤ|i|꜒|t͡ʃ|-
[Q.3.cl.4.2.2.NEG.active.conditional.PRES] => |tʰˤ|ʉː|꜒꜖|kʼˠ|-
[Q.3.cl.4.2.2.NEG.active.conditional.PAST] => |kʼˠ|ʉ|꜖꜒|qʼʲ|-
[Q.3.cl.4.2.2.NEG.active.optative.PRES] => |htʷ|iː|꜖|m̥ˤ|-
[Q.3.cl.4.2.2.NEG.active.optative.PAST] => |kʼˤ|u|꜒|mʲ|-
[Q.3.cl.4.2.2.NEG.passive.indicative.PRES] => |tʼˠ|aː|̰꜒|tʼˠ|-
[Q.3.cl.4.2.2.NEG.passive.indicative.PAST] => |ʡʲ|i|̰꜒|m̥ˤ|-
[Q.3.cl.4.2.2.NEG.passive.imperative.PRES] => |rˤ|ʉ#|̰꜖|ŋ̥ʲ|-
[Q.3.cl.4.2.2.NEG.passive.imperative.PAST] => |tˠ|ʉ#|꜖|r̥ʷ|-
[Q.3.cl.4.2.2.NEG.passive.conditional.PRES] => |ɴʲ|ʉ|꜖|ʃʲ|-
[Q.3.cl.4.2.2.NEG.passive.conditional.PAST] => |tʰˤ|u|꜒|ʡˠ|-
[Q.3.cl.4.2.2.NEG.passive.optative.PRES] => |ᵑǁʼʲ|ʉː|̰꜒|ɥˠ|-
[Q.3.cl.4.2.2.NEG.passive.optative.PAST] => |hkˤ|iː|꜒꜖|ʈʲ|-
[Q.3.cl.4.2.2.POS.active.indicative.PRES] => |nʲ|u#ː|꜖|ʃˠ|-
[Q.3.cl.4.2.2.POS.active.indicative.PAST] => |nʷ|i|̰꜖|mʲ|-
[Q.3.cl.4.2.2.POS.active.imperative.PRES] => |pˠ|a|꜖꜒|kʰʷ|-
[Q.3.cl.4.2.2.POS.active.imperative.PAST] => |ᵑǀʷ|a|̰꜒|lʲ|-
[Q.3.cl.4.2.2.POS.active.conditional.PRES] => |ɗˤ|a#ː|̰꜒|ʄʲ|-
[Q.3.cl.4.2.2.POS.active.conditional.PAST] => |ɰʲ|ᵊ|̰꜖|tʷ|-
[Q.3.cl.4.2.2.POS.active.optative.PRES] => |htˠ|uː|̰꜖|wˠ|-
[Q.3.cl.4.2.2.POS.active.optative.PAST] => |ɓˠ|i|꜒꜖|ɰʲ|-
[Q.3.cl.4.2.2.POS.passive.indicative.PRES] => |pʰʲ|iː|꜒꜖|ʃˠ|-
[Q.3.cl.4.2.2.POS.passive.indicative.PAST] => |ᵑǀʲ|ᵊ|꜒꜖|mʲ|-
[Q.3.cl.4.2.2.POS.passive.imperative.PRES] => |ɗˠ|a#ː|꜖|ʛʲ|-
[Q.3.cl.4.2.2.POS.passive.imperative.PAST] => |wˤ|aː|꜖|ɹˤ|-
[Q.3.cl.4.2.2.POS.passive.conditional.PRES] => |ᵏǃˠ|ᵊ|꜒|d͡ʐˠ|-
[Q.3.cl.4.2.2.POS.passive.conditional.PAST] => |ᵏǀʰʲ|ʉ|̰꜒|tɬʲ|-
[Q.3.cl.4.2.2.POS.passive.optative.PRES] => |n̥ˤ|a|꜒꜖|tʲ|-
[Q.3.cl.4.2.2.POS.passive.optative.PAST] => |qʼˤ|aː|꜒꜖|hkʷ|-
[Q.3.cl.4.2.3.cl.1.NEG.active.indicative.PRES] => |ʛʷ|a|̰꜖|rˤ|-
[Q.3.cl.4.2.3.cl.1.NEG.active.indicative.PAST] => |ɴˠ|ᵊ|̰꜖|ɻʲ|-
[Q.3.cl.4.2.3.cl.1.NEG.active.imperative.PRES] => |tʷ|ᵊ|꜒꜖|ʈʰʲ|-
[Q.3.cl.4.2.3.cl.1.NEG.active.imperative.PAST] => |tɬˠ|uː|̰꜒|mˤ|-
[Q.3.cl.4.2.3.cl.1.NEG.active.conditional.PRES] => |ᵑǃʷ|i#ː|꜖|ʋʲ|-
[Q.3.cl.4.2.3.cl.1.NEG.active.conditional.PAST] => |kʰʲ|u#ː|̰꜒|ʜʲ|-
[Q.3.cl.4.2.3.cl.1.NEG.active.optative.PRES] => |tɬʲ|i#ː|꜖|ŋ̥ʲ|-
[Q.3.cl.4.2.3.cl.1.NEG.active.optative.PAST] => |h|aː|꜖|n̥ˤ|-
[Q.3.cl.4.2.3.cl.1.NEG.passive.indicative.PRES] => |ɹʲ|i#|꜖|ʄˠ|-
[Q.3.cl.4.2.3.cl.1.NEG.passive.indicative.PAST] => |ɴˠ|a|꜖꜒|sʲ|-
[Q.3.cl.4.2.3.cl.1.NEG.passive.imperative.PRES] => |qˤ|ᵊ|꜖|qˤ|-
[Q.3.cl.4.2.3.cl.1.NEG.passive.imperative.PAST] => |htˠ|ᵊ|̰꜖|ɳˠ|-
[Q.3.cl.4.2.3.cl.1.NEG.passive.conditional.PRES] => |nˠ|a|̰꜒|tʰʲ|-
[Q.3.cl.4.2.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʼˠ|ʉ|꜒꜖|sʲ|-
[Q.3.cl.4.2.3.cl.1.NEG.passive.optative.PRES] => |kʼˤ|ᵊ|꜒꜖|rˤ|-
[Q.3.cl.4.2.3.cl.1.NEG.passive.optative.PAST] => |lˠ|uː|꜖|hpˤ|-
[Q.3.cl.4.2.3.cl.1.POS.active.indicative.PRES] => |ʋˠ|ʉ|꜒|hpʲ|-
[Q.3.cl.4.2.3.cl.1.POS.active.indicative.PAST] => |mˠ|u#ː|̰꜒|ʋʲ|-
[Q.3.cl.4.2.3.cl.1.POS.active.imperative.PRES] => |t͡ʂʲ|i|꜖|ʛʲ|-
[Q.3.cl.4.2.3.cl.1.POS.active.imperative.PAST] => |hkˠ|a#ː|̰꜒|ŋʲ|-
[Q.3.cl.4.2.3.cl.1.POS.active.conditional.PRES] => |ʛˠ|uː|̰꜖|ʔ|-
[Q.3.cl.4.2.3.cl.1.POS.active.conditional.PAST] => |htʷ|i|꜖|qʼʷ|-
[Q.3.cl.4.2.3.cl.1.POS.active.optative.PRES] => |ɳ̥ʲ|a|̰꜒|ɴʷ|-
[Q.3.cl.4.2.3.cl.1.POS.active.optative.PAST] => |ᵏǁʰʲ|i|̰꜒|ʡˠ|-
[Q.3.cl.4.2.3.cl.1.POS.passive.indicative.PRES] => |ʔ|a|꜖꜒|ɗˤ|-
[Q.3.cl.4.2.3.cl.1.POS.passive.indicative.PAST] => |ŋ̥ʲ|i|̰꜖|tɬˠ|-
[Q.3.cl.4.2.3.cl.1.POS.passive.imperative.PRES] => |ɹʲ|ʉ|꜖꜒|ɴʲ|-
[Q.3.cl.4.2.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀʷ|ʉ#|̰꜖|ɳ̥ˠ|-
[Q.3.cl.4.2.3.cl.1.POS.passive.conditional.PRES] => |sˤ|u|̰꜖|qʼˤ|-
[Q.3.cl.4.2.3.cl.1.POS.passive.conditional.PAST] => |pˤ|ʉ|̰꜖|nˤ|-
[Q.3.cl.4.2.3.cl.1.POS.passive.optative.PRES] => |ɠʲ|u#ː|̰꜖|t͡ʂˠ|-
[Q.3.cl.4.2.3.cl.1.POS.passive.optative.PAST] => |ɗˠ|iː|꜖꜒|ɽˠ|-
[Q.3.cl.4.2.3.cl.2.NEG.active.indicative.PRES] => |mˠ|u#ː|꜒|n̥ˤ|-
[Q.3.cl.4.2.3.cl.2.NEG.active.indicative.PAST] => |t͡sˤ|u|꜒꜖|tʷ|-
[Q.3.cl.4.2.3.cl.2.NEG.active.imperative.PRES] => |ʜʲ|a|̰꜖|qʼˠ|-
[Q.3.cl.4.2.3.cl.2.NEG.active.imperative.PAST] => |tʰʷ|a|꜒꜖|ɴʷ|-
[Q.3.cl.4.2.3.cl.2.NEG.active.conditional.PRES] => |ᵑǀʷ|a|꜖|t͡ʃ|-
[Q.3.cl.4.2.3.cl.2.NEG.active.conditional.PAST] => |t͡ʃ|u|꜒꜖|ɽˠ|-
[Q.3.cl.4.2.3.cl.2.NEG.active.optative.PRES] => |nˠ|ᵊ|꜖꜒|rʷ|-
[Q.3.cl.4.2.3.cl.2.NEG.active.optative.PAST] => |ᵏǁʲ|iː|꜒|kʼˤ|-
[Q.3.cl.4.2.3.cl.2.NEG.passive.indicative.PRES] => |ɰˠ|u|꜖꜒|d͡ʐʲ|-
[Q.3.cl.4.2.3.cl.2.NEG.passive.indicative.PAST] => |ɓʲ|iː|꜒|mˤ|-
[Q.3.cl.4.2.3.cl.2.NEG.passive.imperative.PRES] => |nʲ|ᵊ|̰꜖|tʲ|-
[Q.3.cl.4.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|ᵊ|̰꜒|hkˠ|-
[Q.3.cl.4.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǃʰˤ|aː|꜖|ɹˤ|-
[Q.3.cl.4.2.3.cl.2.NEG.passive.conditional.PAST] => |ʛˤ|a#ː|꜒|n̥ˠ|-
[Q.3.cl.4.2.3.cl.2.NEG.passive.optative.PRES] => |nˤ|ᵊ|̰꜒|ʔ|-
[Q.3.cl.4.2.3.cl.2.NEG.passive.optative.PAST] => |rʷ|i|̰꜖|kʼˠ|-
[Q.3.cl.4.2.3.cl.2.POS.active.indicative.PRES] => |n̥ˠ|u|꜖|ɴˠ|-
[Q.3.cl.4.2.3.cl.2.POS.active.indicative.PAST] => |kʷ|ᵊ|꜖|rˤ|-
[Q.3.cl.4.2.3.cl.2.POS.active.imperative.PRES] => |sʷ|iː|̰꜖|ɹˤ|-
[Q.3.cl.4.2.3.cl.2.POS.active.imperative.PAST] => |ᵏǃˤ|a#|꜖|t͡ʂˠ|-
[Q.3.cl.4.2.3.cl.2.POS.active.conditional.PRES] => |ᵑǃʼˤ|i#ː|꜖|ŋˠ|-
[Q.3.cl.4.2.3.cl.2.POS.active.conditional.PAST] => |t͡ʂˠ|i|꜖꜒|hpˤ|-
[Q.3.cl.4.2.3.cl.2.POS.active.optative.PRES] => |ŋ̥ˠ|ᵊ|̰꜒|t͡ʃ|-
[Q.3.cl.4.2.3.cl.2.POS.active.optative.PAST] => |ᵏǀʼˠ|u#|꜖|j|-
[Q.3.cl.4.2.3.cl.2.POS.passive.indicative.PRES] => |ᵏǁʰʲ|u#ː|꜒꜖|n̥ˤ|-
[Q.3.cl.4.2.3.cl.2.POS.passive.indicative.PAST] => |ʃˠ|i|꜒|hkʷ|-
[Q.3.cl.4.2.3.cl.2.POS.passive.imperative.PRES] => |ɠˠ|a|꜒꜖|mʲ|-
[Q.3.cl.4.2.3.cl.2.POS.passive.imperative.PAST] => |ɠˠ|i|꜖꜒|ʈʲ|-
[Q.3.cl.4.2.3.cl.2.POS.passive.conditional.PRES] => |ɴʷ|a#|̰꜖|kʼʷ|-
[Q.3.cl.4.2.3.cl.2.POS.passive.conditional.PAST] => |t͡ʂʲ|i|꜒꜖|h|-
[Q.3.cl.4.2.3.cl.2.POS.passive.optative.PRES] => |kʼʷ|i|꜒|ɾˤ|-
[Q.3.cl.4.2.3.cl.2.POS.passive.optative.PAST] => |kʰˤ|iː|꜖|kʼʲ|-
[Q.3.cl.4.2.3.cl.3.NEG.active.indicative.PRES] => |lʲ|i|꜖|ŋ̥ˠ|-
[Q.3.cl.4.2.3.cl.3.NEG.active.indicative.PAST] => |ɾˤ|iː|̰꜒|ŋˤ|-
[Q.3.cl.4.2.3.cl.3.NEG.active.imperative.PRES] => |ᵏǁʼʲ|ᵊ|꜖꜒|sˤ|-
[Q.3.cl.4.2.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃʲ|uː|꜒꜖|qʼˤ|-
[Q.3.cl.4.2.3.cl.3.NEG.active.conditional.PRES] => |ɰʷ|i#ː|̰꜒|ɻˠ|-
[Q.3.cl.4.2.3.cl.3.NEG.active.conditional.PAST] => |ɻʲ|i|꜒꜖|kʼʷ|-
[Q.3.cl.4.2.3.cl.3.NEG.active.optative.PRES] => |wˠ|ᵊ|꜒|ʃˠ|-
[Q.3.cl.4.2.3.cl.3.NEG.active.optative.PAST] => |hkˤ|ʉ#ː|꜒꜖|r̥ˠ|-
[Q.3.cl.4.2.3.cl.3.NEG.passive.indicative.PRES] => |tʰˠ|u|꜖꜒|ʔ|-
[Q.3.cl.4.2.3.cl.3.NEG.passive.indicative.PAST] => |ɽʲ|a|꜖|ʂˠ|-
[Q.3.cl.4.2.3.cl.3.NEG.passive.imperative.PRES] => |hʈˠ|ʉː|꜖|hpʲ|-
[Q.3.cl.4.2.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǀˤ|i|̰꜒|r̥ʷ|-
[Q.3.cl.4.2.3.cl.3.NEG.passive.conditional.PRES] => |tˠ|i|꜒꜖|hkˤ|-
[Q.3.cl.4.2.3.cl.3.NEG.passive.conditional.PAST] => |tʼˤ|ᵊ|꜒꜖|htʷ|-
[Q.3.cl.4.2.3.cl.3.NEG.passive.optative.PRES] => |d͡ʐˠ|u#|꜒|kʲ|-
[Q.3.cl.4.2.3.cl.3.NEG.passive.optative.PAST] => |ʈʰʲ|ʉ|̰꜖|ɗʲ|-
[Q.3.cl.4.2.3.cl.3.POS.active.indicative.PRES] => |ᵑǃʼʲ|i|꜖꜒|tʼˠ|-
[Q.3.cl.4.2.3.cl.3.POS.active.indicative.PAST] => |ᵏǃʼˤ|ʉ|꜒꜖|ʋˠ|-
[Q.3.cl.4.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǁˠ|u#ː|̰꜖|ŋʷ|-
[Q.3.cl.4.2.3.cl.3.POS.active.imperative.PAST] => |tʼʲ|i|꜒|kʰˤ|-
[Q.3.cl.4.2.3.cl.3.POS.active.conditional.PRES] => |ᵏǀˠ|uː|꜒|ɥˠ|-
[Q.3.cl.4.2.3.cl.3.POS.active.conditional.PAST] => |ʈʰˠ|ᵊ|꜖|tʼʲ|-
[Q.3.cl.4.2.3.cl.3.POS.active.optative.PRES] => |kʷ|aː|̰꜒|ʔ|-
[Q.3.cl.4.2.3.cl.3.POS.active.optative.PAST] => |ᵑǃˠ|ᵊ|̰꜖|ʛʲ|-
[Q.3.cl.4.2.3.cl.3.POS.passive.indicative.PRES] => |tˠ|ᵊ|̰꜒|d͡ʐˠ|-
[Q.3.cl.4.2.3.cl.3.POS.passive.indicative.PAST] => |ʋˠ|u|̰꜒|tʼˤ|-
[Q.3.cl.4.2.3.cl.3.POS.passive.imperative.PRES] => |ŋˤ|i|̰꜖|pʼʲ|-
[Q.3.cl.4.2.3.cl.3.POS.passive.imperative.PAST] => |ᵑǀʷ|i|̰꜒|sʲ|-
[Q.3.cl.4.2.3.cl.3.POS.passive.conditional.PRES] => |tʰʷ|a|꜖꜒|r̥ʷ|-
[Q.3.cl.4.2.3.cl.3.POS.passive.conditional.PAST] => |ᵑǁʲ|i|꜒꜖|hʈˠ|-
[Q.3.cl.4.2.3.cl.3.POS.passive.optative.PRES] => |ɓˠ|ʉ#|꜖꜒|pʰˠ|-
[Q.3.cl.4.2.3.cl.3.POS.passive.optative.PAST] => |r̥ˠ|i|̰꜖|hʈʲ|-
[Q.3.cl.4.2.3.cl.4.NEG.active.indicative.PRES] => |ʜˠ|a|꜖|tˠ|-
[Q.3.cl.4.2.3.cl.4.NEG.active.indicative.PAST] => |ᵑǁʼʲ|i|꜒꜖|d͡ʐˠ|-
[Q.3.cl.4.2.3.cl.4.NEG.active.imperative.PRES] => |ɠˠ|ʉː|꜖|t͡sˤ|-
[Q.3.cl.4.2.3.cl.4.NEG.active.imperative.PAST] => |ᵑǀʼˤ|a|꜒|ɗˤ|-
[Q.3.cl.4.2.3.cl.4.NEG.active.conditional.PRES] => |tʲ|a#|̰꜖|hkʲ|-
[Q.3.cl.4.2.3.cl.4.NEG.active.conditional.PAST] => |ɳ̥ˠ|ʉ|꜒|n̥ʲ|-
[Q.3.cl.4.2.3.cl.4.NEG.active.optative.PRES] => |ᵏǀʰʲ|a#ː|꜒|qʼˤ|-
[Q.3.cl.4.2.3.cl.4.NEG.active.optative.PAST] => |qʼˠ|a|꜖꜒|n̥ˤ|-
[Q.3.cl.4.2.3.cl.4.NEG.passive.indicative.PRES] => |ʈʰʲ|a|̰꜖|ɗʲ|-
[Q.3.cl.4.2.3.cl.4.NEG.passive.indicative.PAST] => |ɗˠ|ᵊ|꜖|n̥ˤ|-
[Q.3.cl.4.2.3.cl.4.NEG.passive.imperative.PRES] => |hkˤ|a#ː|̰꜒|ɴˤ|-
[Q.3.cl.4.2.3.cl.4.NEG.passive.imperative.PAST] => |tɬˠ|i#ː|꜖|tʼˠ|-
[Q.3.cl.4.2.3.cl.4.NEG.passive.conditional.PRES] => |ɴˤ|aː|̰꜒|qˠ|-
[Q.3.cl.4.2.3.cl.4.NEG.passive.conditional.PAST] => |ɥˤ|a|꜒꜖|wˤ|-
[Q.3.cl.4.2.3.cl.4.NEG.passive.optative.PRES] => |ŋ̥ˤ|u|̰꜖|r̥ˤ|-
[Q.3.cl.4.2.3.cl.4.NEG.passive.optative.PAST] => |ɴʷ|ᵊ|꜒꜖|ɹʷ|-
[Q.3.cl.4.2.3.cl.4.POS.active.indicative.PRES] => |ʈʰʲ|ᵊ|̰꜒|kʷ|-
[Q.3.cl.4.2.3.cl.4.POS.active.indicative.PAST] => |tʼʷ|ᵊ|꜖꜒|ʡʲ|-
[Q.3.cl.4.2.3.cl.4.POS.active.imperative.PRES] => |sʲ|i|꜒|mʲ|-
[Q.3.cl.4.2.3.cl.4.POS.active.imperative.PAST] => |ɗˠ|ʉ|꜒꜖|ʔ|-
[Q.3.cl.4.2.3.cl.4.POS.active.conditional.PRES] => |pʰʲ|u|̰꜒|ʄʲ|-
[Q.3.cl.4.2.3.cl.4.POS.active.conditional.PAST] => |pʼˤ|iː|꜒꜖|ɹˠ|-
[Q.3.cl.4.2.3.cl.4.POS.active.optative.PRES] => |pʰʲ|a|꜒|ɥʲ|-
[Q.3.cl.4.2.3.cl.4.POS.active.optative.PAST] => |ʈʼˠ|ʉ|̰꜖|ʋʲ|-
[Q.3.cl.4.2.3.cl.4.POS.passive.indicative.PRES] => |qʼʷ|a|꜖꜒|ʛˠ|-
[Q.3.cl.4.2.3.cl.4.POS.passive.indicative.PAST] => |ŋʲ|iː|꜖|ɰˤ|-
[Q.3.cl.4.2.3.cl.4.POS.passive.imperative.PRES] => |ᵑǀʼˤ|ʉ|̰꜒|ʜˠ|-
[Q.3.cl.4.2.3.cl.4.POS.passive.imperative.PAST] => |ᵏǃʼʲ|ᵊ|꜒꜖|ɠˠ|-
[Q.3.cl.4.2.3.cl.4.POS.passive.conditional.PRES] => |ŋ̥ˤ|a|꜖꜒|ɰˠ|-
[Q.3.cl.4.2.3.cl.4.POS.passive.conditional.PAST] => |ɰʷ|ʉ#|꜒|t͡sʷ|-
[Q.3.cl.4.2.3.cl.4.POS.passive.optative.PRES] => |hʈˠ|u|̰꜒|ɰˤ|-
[Q.3.cl.4.2.3.cl.4.POS.passive.optative.PAST] => |ʈʼˠ|a|꜖|wˤ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.active.indicative.PRES] => |ɗʷ|a|꜖꜒|kʰʷ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.active.indicative.PAST] => |ɽʲ|iː|̰꜒|hpˠ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.active.imperative.PRES] => |qʼˠ|aː|꜒꜖|tʰˤ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.active.imperative.PAST] => |ʈʲ|a|̰꜒|ɾʲ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.active.conditional.PRES] => |ᵏǀʷ|ᵊ|꜒꜖|mˤ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.active.conditional.PAST] => |pʰˠ|aː|̰꜖|hʈʲ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.active.optative.PRES] => |r̥ʲ|i|꜒|sˤ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.active.optative.PAST] => |r̥ʲ|ʉ|̰꜖|nʲ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.passive.indicative.PRES] => |pʰˠ|iː|꜖꜒|pʲ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ɽʲ|i#|꜖꜒|ɴˤ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ᵏǁʼʲ|i#ː|̰꜒|ʡʲ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ᵏǀʰˠ|a#|꜖꜒|qˤ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.passive.conditional.PRES] => |ᵏǃʼˠ|ʉ#ː|꜖꜒|mˤ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.passive.conditional.PAST] => |pʰˤ|i|̰꜖|ŋʷ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.passive.optative.PRES] => |ɾˤ|ᵊ|̰꜒|rˠ|-
[Q.3.cl.4.3.cl.1.1incl.NEG.passive.optative.PAST] => |ŋ̥ˠ|u|̰꜖|qʷ|-
[Q.3.cl.4.3.cl.1.1incl.POS.active.indicative.PRES] => |ᵏǀʼʷ|i|꜖|ɴʷ|-
[Q.3.cl.4.3.cl.1.1incl.POS.active.indicative.PAST] => |ɹʲ|aː|꜖|ɾʷ|-
[Q.3.cl.4.3.cl.1.1incl.POS.active.imperative.PRES] => |tʰʲ|ʉ#ː|꜒꜖|t͡ʂˠ|-
[Q.3.cl.4.3.cl.1.1incl.POS.active.imperative.PAST] => |pʲ|ʉː|̰꜖|r̥ʲ|-
[Q.3.cl.4.3.cl.1.1incl.POS.active.conditional.PRES] => |n̥ʲ|u#ː|꜒|ɻʲ|-
[Q.3.cl.4.3.cl.1.1incl.POS.active.conditional.PAST] => |ᵏǀʼʷ|ᵊ|꜖|ɻˠ|-
[Q.3.cl.4.3.cl.1.1incl.POS.active.optative.PRES] => |t͡ʂʲ|ᵊ|꜖꜒|qʼˤ|-
[Q.3.cl.4.3.cl.1.1incl.POS.active.optative.PAST] => |ŋˠ|u|꜖|ʋˠ|-
[Q.3.cl.4.3.cl.1.1incl.POS.passive.indicative.PRES] => |ɴʲ|a|꜖꜒|htʷ|-
[Q.3.cl.4.3.cl.1.1incl.POS.passive.indicative.PAST] => |j|aː|̰꜖|ɾʷ|-
[Q.3.cl.4.3.cl.1.1incl.POS.passive.imperative.PRES] => |sˤ|aː|꜒꜖|r̥ʲ|-
[Q.3.cl.4.3.cl.1.1incl.POS.passive.imperative.PAST] => |m̥ʲ|i#|꜖꜒|hkˠ|-
[Q.3.cl.4.3.cl.1.1incl.POS.passive.conditional.PRES] => |ɠʷ|a|꜖|ɳ̥ˠ|-
[Q.3.cl.4.3.cl.1.1incl.POS.passive.conditional.PAST] => |ɾʲ|u#|꜖|ɴʲ|-
[Q.3.cl.4.3.cl.1.1incl.POS.passive.optative.PRES] => |ʄʲ|ʉː|꜒|wʲ|-
[Q.3.cl.4.3.cl.1.1incl.POS.passive.optative.PAST] => |ɥˠ|ʉ#ː|꜖|kʰˠ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.active.indicative.PRES] => |ᵏǃʼˠ|ʉ#ː|꜒꜖|ɗˠ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.active.indicative.PAST] => |ŋ̥ˤ|u#ː|꜖꜒|ɠʲ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.active.imperative.PRES] => |ʈʲ|a|꜒꜖|ɰˠ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.active.imperative.PAST] => |t͡ʂʲ|ʉː|꜒꜖|ʈʰʲ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.active.conditional.PRES] => |pˤ|ᵊ|̰꜒|ʂˠ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.active.conditional.PAST] => |hkˤ|uː|꜒꜖|kʼˤ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.active.optative.PRES] => |t͡sˠ|u|꜖꜒|pʼˤ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.active.optative.PAST] => |ɠˤ|a#|꜒꜖|kʰˠ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.passive.indicative.PRES] => |ɰˠ|ᵊ|̰꜖|tˠ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.passive.indicative.PAST] => |ɓˠ|aː|꜖꜒|ŋ̥ʷ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ᵏǀʼʲ|aː|̰꜖|ɾʷ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ɹˤ|i|꜖|ɾˤ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.passive.conditional.PRES] => |tʲ|i|꜖|ɠˤ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ᵏǀˤ|i|꜖꜒|lʲ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.passive.optative.PRES] => |kʰˠ|u|꜒|t͡sˠ|-
[Q.3.cl.4.3.cl.1.1excl.NEG.passive.optative.PAST] => |ʈʼʲ|u|꜖|r̥ʷ|-
[Q.3.cl.4.3.cl.1.1excl.POS.active.indicative.PRES] => |ɠˠ|u|꜒꜖|qʷ|-
[Q.3.cl.4.3.cl.1.1excl.POS.active.indicative.PAST] => |t͡ʃ|uː|꜖꜒|ɳˠ|-
[Q.3.cl.4.3.cl.1.1excl.POS.active.imperative.PRES] => |hpʲ|ᵊ|̰꜒|j|-
[Q.3.cl.4.3.cl.1.1excl.POS.active.imperative.PAST] => |kʲ|a#|꜖|ɻˠ|-
[Q.3.cl.4.3.cl.1.1excl.POS.active.conditional.PRES] => |ɗʲ|ᵊ|꜒|ŋʲ|-
[Q.3.cl.4.3.cl.1.1excl.POS.active.conditional.PAST] => |ʈʼʲ|ʉ|̰꜖|ɓˠ|-
[Q.3.cl.4.3.cl.1.1excl.POS.active.optative.PRES] => |ɴˤ|i|꜒꜖|ʈʼʲ|-
[Q.3.cl.4.3.cl.1.1excl.POS.active.optative.PAST] => |ɠˠ|i|̰꜒|ŋ̥ˤ|-
[Q.3.cl.4.3.cl.1.1excl.POS.passive.indicative.PRES] => |ɴˠ|i#ː|꜒꜖|tˤ|-
[Q.3.cl.4.3.cl.1.1excl.POS.passive.indicative.PAST] => |ᵏǀʼʷ|i|꜒|hʈʲ|-
[Q.3.cl.4.3.cl.1.1excl.POS.passive.imperative.PRES] => |ɰʲ|aː|꜖|tʼʲ|-
[Q.3.cl.4.3.cl.1.1excl.POS.passive.imperative.PAST] => |ᵏǀʼʷ|ᵊ|̰꜖|qʼʲ|-
[Q.3.cl.4.3.cl.1.1excl.POS.passive.conditional.PRES] => |kʰˠ|i|꜒꜖|sˠ|-
[Q.3.cl.4.3.cl.1.1excl.POS.passive.conditional.PAST] => |ɹʲ|i|꜒꜖|ʈʲ|-
[Q.3.cl.4.3.cl.1.1excl.POS.passive.optative.PRES] => |rˤ|i|꜖꜒|rʷ|-
[Q.3.cl.4.3.cl.1.1excl.POS.passive.optative.PAST] => |hkˠ|ʉː|꜖|pʼˠ|-
[Q.3.cl.4.3.cl.1.2.NEG.active.indicative.PRES] => |hkʲ|ʉː|꜒|tʷ|-
[Q.3.cl.4.3.cl.1.2.NEG.active.indicative.PAST] => |ᵏǁʰˠ|u|꜒꜖|ɥˠ|-
[Q.3.cl.4.3.cl.1.2.NEG.active.imperative.PRES] => |ᵏǃʲ|aː|̰꜒|ɳ̥ʲ|-
[Q.3.cl.4.3.cl.1.2.NEG.active.imperative.PAST] => |ŋ̥ˠ|i|꜒꜖|htˠ|-
[Q.3.cl.4.3.cl.1.2.NEG.active.conditional.PRES] => |nˤ|i#|̰꜒|t͡ʃ|-
[Q.3.cl.4.3.cl.1.2.NEG.active.conditional.PAST] => |ᵏǀˤ|u#ː|̰꜖|lˠ|-
[Q.3.cl.4.3.cl.1.2.NEG.active.optative.PRES] => |pˤ|u#ː|꜖꜒|tʼˠ|-
[Q.3.cl.4.3.cl.1.2.NEG.active.optative.PAST] => |wˤ|i|̰꜖|ɾˠ|-
[Q.3.cl.4.3.cl.1.2.NEG.passive.indicative.PRES] => |kʲ|i#ː|꜖|ɰʷ|-
[Q.3.cl.4.3.cl.1.2.NEG.passive.indicative.PAST] => |ʃˠ|ʉ#|꜒|kʰˠ|-
[Q.3.cl.4.3.cl.1.2.NEG.passive.imperative.PRES] => |lˠ|i|̰꜖|ɗʷ|-
[Q.3.cl.4.3.cl.1.2.NEG.passive.imperative.PAST] => |hkʲ|aː|꜖꜒|hpˤ|-
[Q.3.cl.4.3.cl.1.2.NEG.passive.conditional.PRES] => |qˠ|aː|꜖|ɥˠ|-
[Q.3.cl.4.3.cl.1.2.NEG.passive.conditional.PAST] => |ɰʲ|aː|꜒|ɗˤ|-
[Q.3.cl.4.3.cl.1.2.NEG.passive.optative.PRES] => |hpˠ|i|̰꜖|hkʷ|-
[Q.3.cl.4.3.cl.1.2.NEG.passive.optative.PAST] => |j|a|̰꜖|kʰˤ|-
[Q.3.cl.4.3.cl.1.2.POS.active.indicative.PRES] => |htˠ|aː|꜒|ɥˤ|-
[Q.3.cl.4.3.cl.1.2.POS.active.indicative.PAST] => |ᵑǀʼˤ|ᵊ|꜖꜒|kʰˠ|-
[Q.3.cl.4.3.cl.1.2.POS.active.imperative.PRES] => |ʔ|a#|꜒|ŋ̥ˤ|-
[Q.3.cl.4.3.cl.1.2.POS.active.imperative.PAST] => |ᵏǁʰˠ|ʉ#ː|꜖|sˤ|-
[Q.3.cl.4.3.cl.1.2.POS.active.conditional.PRES] => |htʲ|ʉ#|꜒꜖|rˤ|-
[Q.3.cl.4.3.cl.1.2.POS.active.conditional.PAST] => |hpˠ|i|꜒꜖|pʰʲ|-
[Q.3.cl.4.3.cl.1.2.POS.active.optative.PRES] => |qʼʷ|ᵊ|꜒|tʲ|-
[Q.3.cl.4.3.cl.1.2.POS.active.optative.PAST] => |ɭˠ|ʉː|̰꜒|ɳˠ|-
[Q.3.cl.4.3.cl.1.2.POS.passive.indicative.PRES] => |lʲ|a|꜖꜒|ɭʲ|-
[Q.3.cl.4.3.cl.1.2.POS.passive.indicative.PAST] => |ᵑǃʼʷ|a#|̰꜖|qˠ|-
[Q.3.cl.4.3.cl.1.2.POS.passive.imperative.PRES] => |ʈʼˠ|a#|꜖|nʷ|-
[Q.3.cl.4.3.cl.1.2.POS.passive.imperative.PAST] => |ɗʷ|iː|̰꜒|rʷ|-
[Q.3.cl.4.3.cl.1.2.POS.passive.conditional.PRES] => |ᵏǀʼˤ|a|꜖꜒|ʂˠ|-
[Q.3.cl.4.3.cl.1.2.POS.passive.conditional.PAST] => |ᵏǃʼˠ|ᵊ|꜖|ʜʲ|-
[Q.3.cl.4.3.cl.1.2.POS.passive.optative.PRES] => |qˠ|a|꜒꜖|t͡ʂʲ|-
[Q.3.cl.4.3.cl.1.2.POS.passive.optative.PAST] => |n̥ʷ|i#ː|̰꜒|ʄˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ɓˤ|a#|꜒꜖|nˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ɗʷ|i|꜖꜒|ɠʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |sˠ|ʉ|̰꜖|ɠʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ᵑǃʲ|u#|꜒|tˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʰʲ|aː|꜒꜖|wʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |tʼˠ|ʉ#|꜖|ɹˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |tʲ|ʉ|꜒|ɰˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ɹʷ|ᵊ|꜒|qˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |ŋ̥ˠ|a|꜖꜒|tʷ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ŋ̥ʷ|i#ː|̰꜒|rˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |pʰˠ|a|꜖|ɾʷ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |tʰˤ|a|꜒|nˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |n̥ʲ|ʉː|꜖|hʈʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |tʲ|i|꜒꜖|wˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |ᵑǃʷ|a|꜖꜒|ʃʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |kʲ|u|꜒|ʄˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ᵑǃʼʷ|iː|꜖꜒|pˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |tʼˠ|a|̰꜒|ʡˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |qˠ|ᵊ|꜖|ɭʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |pʼʲ|i|̰꜖|ɹʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ʋˠ|u|̰꜖|ʂʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |ʄʲ|ᵊ|̰꜒|ʈʼʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ʋʲ|u#ː|꜒|ɽˠ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.active.optative.PAST] => |ᵏǀʲ|aː|꜒꜖|pˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |kʰˠ|ʉː|꜖|r̥ˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |sʲ|i#ː|꜒꜖|kʰʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ᵏǁʼˠ|aː|꜖꜒|tɬʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |tʰˤ|u|꜖|t͡sˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ɗˤ|a|꜒|pʼˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |hkˠ|u|꜖꜒|lʲ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |htˠ|ᵊ|̰꜒|tˤ|-
[Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |tʰʷ|ʉ#ː|꜖꜒|ɳʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |pʲ|aː|꜒꜖|sʷ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |tʼˤ|u|꜒꜖|mˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |ɥʲ|i|̰꜖|ʛʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |d͡ʐˠ|u#|꜒|ʈˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |kˤ|i#ː|̰꜒|t͡ʂˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ŋ̥ˤ|a|꜖|sʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ɹˠ|a#ː|꜖|pʼˤ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |mʲ|a|꜒꜖|kʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |sʷ|ᵊ|̰꜒|ʄˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʼʲ|aː|꜒|rʷ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |qʼˤ|a|̰꜖|n̥ˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ʛˠ|ᵊ|꜖|qˤ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |tʷ|aː|꜖|ɻˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|a|꜖|ɭʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |ʄʲ|i|꜖꜒|ɹˤ|-
[Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |kʼˤ|i|꜖|ʄʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |sʲ|i|꜒|ʃˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |sʷ|a#|꜒꜖|nˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |ᵑǃˤ|a|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |n̥ʲ|a|꜒|ŋʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |t͡ʃ|ʉ|̰꜒|ɴʷ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |m̥ˠ|uː|̰꜒|pʼˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.active.optative.PRES] => |ʃʲ|i#|꜖꜒|lˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ᵏǃʼʷ|ʉ#ː|꜖|ɾʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ʃʲ|ᵊ|꜒꜖|t͡ʂˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |ᵏǁʰʲ|i#ː|̰꜒|ʡʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ɰˠ|ᵊ|꜒|rˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ᵑǃˠ|a|̰꜒|ɳ̥ˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |pʰʲ|a#ː|꜖|d͡ʐˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |sʲ|u|꜒꜖|ʡˠ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |hʈʲ|iː|꜒꜖|sʲ|-
[Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |r̥ˠ|a|꜒|qʼˠ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʼˠ|ʉ#ː|̰꜖|ɠʷ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |htʲ|a|̰꜖|tʼʷ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |ŋʲ|u|꜒꜖|hkˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |ɹʲ|i|꜖|d͡ʐˠ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |t͡sʷ|ʉ#ː|̰꜒|ɾʷ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ʂˠ|a#ː|꜒|lˠ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ᵑǃʼʲ|iː|꜖꜒|ɓʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |tɬˠ|i|̰꜖|ʋʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǀʼʲ|ᵊ|̰꜖|mˠ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |tʷ|ʉː|̰꜖|nʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |ɗˤ|i|꜖꜒|d͡ʐˠ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |m̥ʲ|a|̰꜒|ɗˠ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǃˤ|ᵊ|꜖꜒|kʰʷ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ʛˠ|aː|꜒|ɴˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |r̥ˤ|iː|̰꜖|qʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |r̥ʷ|ʉ|̰꜒|t͡ʂʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |t͡sʷ|ᵊ|̰꜒|pʼˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |hkˠ|i|꜒|nˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ᵑǀʼʲ|a|꜒|n̥ʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |m̥ʲ|ʉ|̰꜒|ɓˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ɓˠ|a|̰꜒|tʼˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ŋʷ|aː|̰꜒|ɥˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.active.optative.PRES] => |kʰʷ|ᵊ|̰꜖|kʼˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ŋ̥ˠ|i#|꜒꜖|kʰˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |ɻʲ|u|̰꜒|nʷ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |ŋ̥ˠ|uː|꜒꜖|ɾʷ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |h|u#ː|̰꜒|ʡʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃʰˠ|uː|̰꜒|ŋ̥ˤ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ɳ̥ˠ|a#|꜖꜒|ɾʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |tɬˠ|i#|꜖|pʼʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |tʼˤ|a|꜖꜒|ɽʲ|-
[Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ᵏǃˤ|a|꜒꜖|kˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |ᵑǀʲ|ᵊ|꜒꜖|r̥ˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ŋ̥ˤ|i#|̰꜒|ŋˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ᵏǀʲ|ᵊ|꜖|ŋ̥ʲ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |ᵏǁʼˠ|i#ː|꜒|hpˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |d͡ʐʲ|a#ː|̰꜒|ʋˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |kʰˠ|a#ː|꜖|mˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |ɴʷ|ᵊ|̰꜒|ʔ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ᵏǀʼˠ|u#|꜒꜖|qˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ʈʲ|u#ː|꜒꜖|wʲ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǃʰˠ|u|̰꜖|ɭˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |htˠ|ᵊ|꜒꜖|lˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |hkʷ|i|̰꜒|pʰˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǀˠ|ʉ|꜒|wˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |kˤ|i|꜒꜖|sˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |mˤ|a#ː|̰꜒|d͡ʐʲ|-
[Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |hpˤ|ʉ|̰꜒|ɴˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |n̥ˠ|u|̰꜒|qʲ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |ɳ̥ʲ|a#ː|꜒꜖|pʼˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ᵑǀʼʲ|ᵊ|̰꜒|d͡ʐʲ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |ɠʷ|ᵊ|꜒|nˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ŋ̥ˠ|ʉ|̰꜖|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ᵏǁˠ|uː|꜖꜒|mˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.active.optative.PRES] => |r̥ˤ|u|̰꜖|j|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.active.optative.PAST] => |qˤ|u|꜖|ɗˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |ɗˤ|u|꜖꜒|ɴʷ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |tʲ|aː|꜒|ʋʲ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ʈʼˠ|i|꜒꜖|ɓˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ɳʲ|i#|꜖|ʜˠ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ɭʲ|i|̰꜖|ɹˤ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |hkˠ|ᵊ|꜖|ɴʷ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ʃˠ|i|꜖|ɳʲ|-
[Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |tʼˠ|ᵊ|꜖|ɗˠ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.active.indicative.PRES] => |wˠ|a|꜖|ʃʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.active.indicative.PAST] => |kʰʲ|a|꜒|m̥ʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.active.imperative.PRES] => |ɠˤ|aː|̰꜒|tɬʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.active.imperative.PAST] => |tʼʲ|i|꜒|pʼʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.active.conditional.PRES] => |tʰˤ|a|꜖|ɻˠ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.active.conditional.PAST] => |ɽˠ|aː|꜒|ɾʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.active.optative.PRES] => |ɽˠ|ʉ#|꜒|kʷ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.active.optative.PAST] => |ŋ̥ˤ|aː|̰꜒|ʜʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.passive.indicative.PRES] => |mˤ|aː|꜖꜒|ɴʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.passive.indicative.PAST] => |qʼʷ|a#|̰꜖|kˠ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.passive.imperative.PRES] => |tɬʲ|i|꜒|tʰʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.passive.imperative.PAST] => |ᵑǀˤ|i|꜒꜖|ɳ̥ʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ɹʲ|u#|̰꜒|kˤ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ɹʲ|i#ː|꜖꜒|ɓʲ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.passive.optative.PRES] => |ʜʲ|iː|̰꜒|ɳˠ|-
[Q.3.cl.4.3.cl.2.1incl.NEG.passive.optative.PAST] => |t͡ʃ|ʉ#|̰꜒|ʜʲ|-
[Q.3.cl.4.3.cl.2.1incl.POS.active.indicative.PRES] => |j|a#|̰꜒|sʷ|-
[Q.3.cl.4.3.cl.2.1incl.POS.active.indicative.PAST] => |ŋˠ|ᵊ|꜖꜒|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.2.1incl.POS.active.imperative.PRES] => |ᵑǃʲ|i|꜒|ʛʷ|-
[Q.3.cl.4.3.cl.2.1incl.POS.active.imperative.PAST] => |ɳ̥ʲ|ᵊ|꜒|tɬˠ|-
[Q.3.cl.4.3.cl.2.1incl.POS.active.conditional.PRES] => |ʛˤ|a|̰꜒|ʋˤ|-
[Q.3.cl.4.3.cl.2.1incl.POS.active.conditional.PAST] => |ᵏǃʼˤ|i#|꜒|tʰˤ|-
[Q.3.cl.4.3.cl.2.1incl.POS.active.optative.PRES] => |ᵏǀʰˠ|ᵊ|꜒|tɬʲ|-
[Q.3.cl.4.3.cl.2.1incl.POS.active.optative.PAST] => |kʰˤ|a|꜖꜒|ɗˠ|-
[Q.3.cl.4.3.cl.2.1incl.POS.passive.indicative.PRES] => |ɹʲ|ᵊ|̰꜒|ɹˠ|-
[Q.3.cl.4.3.cl.2.1incl.POS.passive.indicative.PAST] => |qʷ|i|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.4.3.cl.2.1incl.POS.passive.imperative.PRES] => |rˠ|i#|̰꜒|ʋʲ|-
[Q.3.cl.4.3.cl.2.1incl.POS.passive.imperative.PAST] => |t͡sʲ|i|꜖꜒|nˠ|-
[Q.3.cl.4.3.cl.2.1incl.POS.passive.conditional.PRES] => |ᵑǀʲ|u|꜖꜒|pʲ|-
[Q.3.cl.4.3.cl.2.1incl.POS.passive.conditional.PAST] => |kʰʷ|a|꜖|mˠ|-
[Q.3.cl.4.3.cl.2.1incl.POS.passive.optative.PRES] => |tʰˤ|i|̰꜖|ɴʷ|-
[Q.3.cl.4.3.cl.2.1incl.POS.passive.optative.PAST] => |ɾˤ|i|̰꜖|ɴˠ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.active.indicative.PRES] => |kʼˤ|ʉ|꜖|ɠˠ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.active.indicative.PAST] => |d͡ʐˠ|a|̰꜖|ɠʷ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.active.imperative.PRES] => |ɰˠ|ᵊ|̰꜖|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.active.imperative.PAST] => |ᵏǁˠ|ʉ#ː|꜒꜖|ɓˤ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.active.conditional.PRES] => |ʈʼʲ|i#|꜒꜖|ɾˠ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.active.conditional.PAST] => |ʛʷ|ʉ#ː|̰꜒|kʼˠ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.active.optative.PRES] => |ʈʰʲ|ᵊ|꜒꜖|ɗˠ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.active.optative.PAST] => |ᵑǀʲ|i|꜒꜖|tʷ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.passive.indicative.PRES] => |tʰˤ|a|̰꜖|tʰʲ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.passive.indicative.PAST] => |wˤ|a|̰꜒|ʋˠ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ᵏǃʼˠ|uː|꜖|ɰˤ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.passive.imperative.PAST] => |ɳ̥ʲ|u|꜖꜒|kʲ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.passive.conditional.PRES] => |sˤ|ᵊ|꜖|sˤ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ʄʲ|ᵊ|꜒꜖|tʰˠ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.passive.optative.PRES] => |ᵏǃʰʲ|i|꜖꜒|qʷ|-
[Q.3.cl.4.3.cl.2.1excl.NEG.passive.optative.PAST] => |kˤ|ᵊ|꜖꜒|qʼʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.active.indicative.PRES] => |ᵑǀʲ|i|꜒|t͡ʂˠ|-
[Q.3.cl.4.3.cl.2.1excl.POS.active.indicative.PAST] => |kʼˤ|ᵊ|̰꜖|ɽʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.active.imperative.PRES] => |ᵏǃʼʲ|ᵊ|̰꜒|lʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.active.imperative.PAST] => |ᵏǃʰʲ|ʉː|꜒|tɬʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.active.conditional.PRES] => |ᵏǃʼʷ|ᵊ|꜒꜖|ɗʷ|-
[Q.3.cl.4.3.cl.2.1excl.POS.active.conditional.PAST] => |hʈˠ|ʉ#ː|꜖|sʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.active.optative.PRES] => |pʰˠ|ʉ|꜒꜖|ŋʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.active.optative.PAST] => |tʷ|i|꜒|kʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.passive.indicative.PRES] => |ŋʷ|ᵊ|꜖꜒|ɥʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.passive.indicative.PAST] => |qʼʲ|ᵊ|̰꜖|kʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.passive.imperative.PRES] => |kʼˠ|i|̰꜖|ŋ̥ʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.passive.imperative.PAST] => |ɳˠ|aː|꜖꜒|sˤ|-
[Q.3.cl.4.3.cl.2.1excl.POS.passive.conditional.PRES] => |qʼˠ|ʉ|̰꜒|n̥ˠ|-
[Q.3.cl.4.3.cl.2.1excl.POS.passive.conditional.PAST] => |ᵑǀˠ|a#|꜖|tʰʲ|-
[Q.3.cl.4.3.cl.2.1excl.POS.passive.optative.PRES] => |ɽˠ|i|꜖꜒|hkʷ|-
[Q.3.cl.4.3.cl.2.1excl.POS.passive.optative.PAST] => |ɴˤ|i#|̰꜒|ɴʷ|-
[Q.3.cl.4.3.cl.2.2.NEG.active.indicative.PRES] => |ŋʷ|a|꜖꜒|kʼʷ|-
[Q.3.cl.4.3.cl.2.2.NEG.active.indicative.PAST] => |ʈʼˠ|i|꜖꜒|ʃˠ|-
[Q.3.cl.4.3.cl.2.2.NEG.active.imperative.PRES] => |htˠ|u|꜒꜖|htʷ|-
[Q.3.cl.4.3.cl.2.2.NEG.active.imperative.PAST] => |kʰˤ|i|꜒꜖|m̥ˤ|-
[Q.3.cl.4.3.cl.2.2.NEG.active.conditional.PRES] => |tʰʲ|ᵊ|꜒꜖|ɠʷ|-
[Q.3.cl.4.3.cl.2.2.NEG.active.conditional.PAST] => |kʲ|u#ː|꜒꜖|nʲ|-
[Q.3.cl.4.3.cl.2.2.NEG.active.optative.PRES] => |sˤ|u|̰꜒|hʈˠ|-
[Q.3.cl.4.3.cl.2.2.NEG.active.optative.PAST] => |ʜˠ|uː|꜒|t͡sˤ|-
[Q.3.cl.4.3.cl.2.2.NEG.passive.indicative.PRES] => |ᵑǃˠ|uː|꜒꜖|qˤ|-
[Q.3.cl.4.3.cl.2.2.NEG.passive.indicative.PAST] => |n̥ˠ|iː|꜒꜖|ʜʲ|-
[Q.3.cl.4.3.cl.2.2.NEG.passive.imperative.PRES] => |ɴˠ|a#ː|̰꜖|pʲ|-
[Q.3.cl.4.3.cl.2.2.NEG.passive.imperative.PAST] => |sˠ|i|̰꜒|t͡sʷ|-
[Q.3.cl.4.3.cl.2.2.NEG.passive.conditional.PRES] => |ᵑǀʲ|u#|꜒|kˤ|-
[Q.3.cl.4.3.cl.2.2.NEG.passive.conditional.PAST] => |ᵑǀʼˤ|aː|꜒|sʷ|-
[Q.3.cl.4.3.cl.2.2.NEG.passive.optative.PRES] => |t͡ʂˠ|a|꜒꜖|qʼʲ|-
[Q.3.cl.4.3.cl.2.2.NEG.passive.optative.PAST] => |tʲ|u|̰꜒|mˤ|-
[Q.3.cl.4.3.cl.2.2.POS.active.indicative.PRES] => |ɠʲ|a#|꜖|qˤ|-
[Q.3.cl.4.3.cl.2.2.POS.active.indicative.PAST] => |tʲ|a|̰꜖|tʰˤ|-
[Q.3.cl.4.3.cl.2.2.POS.active.imperative.PRES] => |wˤ|ʉ|꜖꜒|pʼʲ|-
[Q.3.cl.4.3.cl.2.2.POS.active.imperative.PAST] => |n̥ˤ|ʉ|̰꜒|ʈʼˠ|-
[Q.3.cl.4.3.cl.2.2.POS.active.conditional.PRES] => |ᵏǃʰˠ|ᵊ|꜒꜖|tʼˠ|-
[Q.3.cl.4.3.cl.2.2.POS.active.conditional.PAST] => |ᵏǀʲ|ʉ|̰꜖|sʲ|-
[Q.3.cl.4.3.cl.2.2.POS.active.optative.PRES] => |ᵏǃʰʲ|i|̰꜒|ɾʲ|-
[Q.3.cl.4.3.cl.2.2.POS.active.optative.PAST] => |ɭˠ|ʉ|꜖|kˤ|-
[Q.3.cl.4.3.cl.2.2.POS.passive.indicative.PRES] => |ɹˤ|a|꜒꜖|tɬʲ|-
[Q.3.cl.4.3.cl.2.2.POS.passive.indicative.PAST] => |ᵏǀʲ|ᵊ|꜖|kʰʲ|-
[Q.3.cl.4.3.cl.2.2.POS.passive.imperative.PRES] => |ɳ̥ʲ|u|꜒꜖|j|-
[Q.3.cl.4.3.cl.2.2.POS.passive.imperative.PAST] => |t͡sʲ|i|꜖꜒|n̥ʷ|-
[Q.3.cl.4.3.cl.2.2.POS.passive.conditional.PRES] => |ŋ̥ʲ|ᵊ|̰꜖|qʷ|-
[Q.3.cl.4.3.cl.2.2.POS.passive.conditional.PAST] => |kʰʷ|i|̰꜖|ɹˠ|-
[Q.3.cl.4.3.cl.2.2.POS.passive.optative.PRES] => |ʈˠ|a|꜒꜖|t͡ʃ|-
[Q.3.cl.4.3.cl.2.2.POS.passive.optative.PAST] => |t͡ʂʲ|ᵊ|꜒꜖|ɾˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |tɬʲ|u#|꜒|ɴʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |qʼʷ|a#ː|꜒|ɥʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ᵏǁʲ|i#|̰꜒|nˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |qˠ|aː|꜒|ʃˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |tʰˤ|a|꜒꜖|pˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ᵑǀʼˠ|i|꜒|pˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ᵑǁʼˠ|a#ː|꜒꜖|kʰˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |ɓʲ|a|꜖꜒|wʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |kʲ|aː|̰꜖|kˤ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ʔ|ʉ#|꜒꜖|ŋˤ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |hʈˠ|i|꜖꜒|tʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ɾˤ|i#|꜒|mˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |ʋʲ|iː|꜒|ʜʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |qʼʷ|iː|꜒꜖|sʷ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ʋˤ|ᵊ|̰꜒|ʋˤ|-
[Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |hʈˠ|ᵊ|꜒|r̥ʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |pˠ|u|꜖|ɭˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |ʛʷ|i|꜒꜖|ŋ̥ˤ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |rʷ|ᵊ|꜖|ɰʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ɻˠ|a|̰꜖|ɠʷ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |qʷ|a|꜖|htʷ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |t͡ʂʲ|u#ː|꜖꜒|hpʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ɰˠ|ʉ|꜒꜖|h|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.active.optative.PAST] => |qˤ|a|̰꜖|ɴʷ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |sˤ|ʉ|̰꜖|h|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |pʲ|i|꜖|qʼʷ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ᵏǁˠ|u|̰꜖|ɾˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ɴʷ|i|꜒|t͡ʂˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |ᵑǃʲ|u#ː|̰꜒|hkˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |ᵑǃʼʲ|u|̰꜒|r̥ˠ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ʂʲ|uː|̰꜒|r̥ʲ|-
[Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ɾˤ|iː|̰꜒|ʜˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |mˤ|a|̰꜖|wˤ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀʷ|ᵊ|̰꜒|ŋˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʷ|i|꜒꜖|tʼʷ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |lʲ|i|̰꜒|qʼʲ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǀʰʷ|ᵊ|̰꜖|ʛʲ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ʡʲ|a|꜖꜒|nˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |pʰˤ|ʉ#|꜖꜒|nʷ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |ɳʲ|a|꜒|ɭʲ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |hkʷ|a|̰꜖|kˤ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|a|꜒|ʡˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |hkʷ|a|꜒꜖|ɭˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǃʼˠ|ʉ|꜒꜖|tʰʷ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ɾˤ|ʉ#|̰꜖|ŋʲ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |t͡ʃ|a|꜒|ɳ̥ʲ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |ᵑǃˠ|a|̰꜖|wʲ|-
[Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǁʼˠ|a|̰꜒|ɴˤ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ʃˠ|iː|꜒꜖|sˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |ɠˤ|i#ː|̰꜒|ŋ̥ʲ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |ᵑǃʼˠ|ʉ|꜒|ɓˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ʈʼʲ|ʉ#ː|꜖|d͡ʐˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |d͡ʐˠ|u|꜒|kʼˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |ɰʲ|a|꜒|htˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ɳ̥ˠ|a|꜒|ɰˤ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ʃʲ|u|꜒|mˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ŋʷ|ʉː|꜖꜒|kʼˤ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |t͡ʂˠ|ᵊ|꜖꜒|qʲ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |ɥˠ|i|̰꜒|tʼˤ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ʈʰʲ|iː|̰꜒|ɹˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ᵏǀʰʷ|i#ː|̰꜖|ɳ̥ˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ɳ̥ˠ|a|꜒꜖|tʰʷ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ᵏǃʼʲ|ᵊ|꜒|tˠ|-
[Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ᵑǀʲ|ᵊ|̰꜒|ʈʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ɗˠ|ᵊ|꜒꜖|ɰˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |pʼʲ|ʉ|̰꜒|qʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |r̥ˤ|i|꜖|sˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ɹʷ|i|꜖|ŋʷ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ᵏǀʼʷ|i|̰꜖|sˤ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |tˤ|ᵊ|̰꜖|lʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |mˤ|ᵊ|̰꜖|ʜʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ᵑǀʼˠ|u#ː|̰꜒|pʰˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |ʔ|ʉ|̰꜒|qʷ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |rˤ|a#ː|̰꜒|qʼʷ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |rʷ|a|̰꜒|tʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǀʼˤ|a|̰꜒|kʼˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |qʼʲ|u|̰꜖|tɬʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǁʼˠ|aː|̰꜖|t͡ʃ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |tʰʲ|u|̰꜖|ŋˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |nˠ|u|̰꜖|ɗʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |kʰˤ|ᵊ|̰꜒|pˤ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |tɬʲ|a|꜒꜖|t͡sʷ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ŋʷ|i|꜒|hkˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |ᵏǀˤ|u|꜒꜖|kʼˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |tʰʲ|aː|꜖꜒|ɳ̥ʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ɻʲ|uː|̰꜖|wˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ɽˠ|ʉ|꜒꜖|tʼˤ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.active.optative.PAST] => |tɬʲ|i#|꜒|tʰˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |tʼˤ|ᵊ|̰꜒|pʼˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |t͡ʂʲ|a|꜒꜖|pˤ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ʈʼˠ|i#|꜖|pʼʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |tʼʷ|ʉ|̰꜒|htʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ᵏǃʼʷ|ᵊ|̰꜒|ʈˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |t͡ʃ|ᵊ|꜖꜒|tʲ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʷ|a|꜒꜖|nˠ|-
[Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ᵏǀʼʲ|aː|꜖|kʰˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |ʈʼˠ|i|̰꜒|kʼʷ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ŋ̥ʲ|ʉ#|꜖꜒|kʰʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |m̥ˠ|u|꜖꜒|ʃʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |m̥ˠ|ʉ#ː|̰꜖|qʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ʛʲ|iː|꜖꜒|ɳ̥ˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ᵑǁʲ|aː|꜖|ɠˤ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ɓˤ|u|꜒|t͡sʷ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ʛˠ|ᵊ|꜒꜖|ʋʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |h|iː|꜖|wʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ʈˠ|ᵊ|꜖|ʋˤ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ʋˠ|ʉː|꜖|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|iː|꜒|tʼˤ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ɗʲ|ʉ#ː|̰꜖|mˤ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ʈˠ|iː|̰꜒|ŋ̥ʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |pˤ|u|꜒꜖|ɰʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |nˠ|u|꜒|ɹˤ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |ŋ̥ˤ|ʉː|꜒|r̥ˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |ᵏǁˠ|u|꜖꜒|rʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |mˤ|ᵊ|꜒꜖|t͡ʃ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |tʰʷ|a|꜒꜖|ɓˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ɰʲ|ʉ#ː|̰꜖|ɰˤ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |ɠʷ|ʉ|꜖|nˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ɠʷ|aː|̰꜖|r̥ˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.active.optative.PAST] => |kʲ|ʉː|꜖꜒|ɳˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ˠ|u#ː|꜖꜒|tʼʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |qˠ|ᵊ|꜖꜒|ʔ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |ᵏǀʼʷ|ʉː|̰꜒|ɭʲ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀʷ|i|꜒꜖|nˠ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |htˠ|a|꜒|t͡sʷ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |ʛʷ|ᵊ|꜖|n̥ʷ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |ᵑǃʲ|a#ː|꜖꜒|ɗʷ|-
[Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |kʼˤ|iː|꜖꜒|ɴˠ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.active.indicative.PRES] => |ʈʼˠ|ᵊ|꜒|tˤ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.active.indicative.PAST] => |ɹʷ|i|꜖꜒|qʲ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.active.imperative.PRES] => |kʰˤ|a#|̰꜒|hpʲ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.active.imperative.PAST] => |hʈʲ|ʉ|꜒|d͡ʐˠ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.active.conditional.PRES] => |ᵑǃʲ|u|̰꜒|qʷ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.active.conditional.PAST] => |ɓˤ|i|꜒꜖|hkˠ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.active.optative.PRES] => |hkˤ|a|꜖꜒|sˤ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.active.optative.PAST] => |ᵏǁʰʲ|ʉː|꜒꜖|nʷ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.passive.indicative.PRES] => |ŋ̥ˤ|a|꜖|ɽʲ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ŋ̥ʷ|a|꜒꜖|ɹʷ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ʛʷ|i|̰꜖|n̥ˤ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.passive.imperative.PAST] => |ɥʲ|ᵊ|꜖|kʼˤ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.passive.conditional.PRES] => |wʲ|a|꜖|ʡʲ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.passive.conditional.PAST] => |hpʲ|ʉ|꜒꜖|qʼʷ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.passive.optative.PRES] => |htˠ|i|̰꜖|ɹˠ|-
[Q.3.cl.4.3.cl.3.1incl.NEG.passive.optative.PAST] => |ᵏǃʼˠ|iː|꜒꜖|j|-
[Q.3.cl.4.3.cl.3.1incl.POS.active.indicative.PRES] => |tˠ|a|꜒|kʰˠ|-
[Q.3.cl.4.3.cl.3.1incl.POS.active.indicative.PAST] => |r̥ˤ|ᵊ|꜒|kʼʲ|-
[Q.3.cl.4.3.cl.3.1incl.POS.active.imperative.PRES] => |ʛʷ|i|꜖꜒|ʡˠ|-
[Q.3.cl.4.3.cl.3.1incl.POS.active.imperative.PAST] => |ɠˤ|a|̰꜒|tɬʲ|-
[Q.3.cl.4.3.cl.3.1incl.POS.active.conditional.PRES] => |htʷ|i|̰꜒|wʲ|-
[Q.3.cl.4.3.cl.3.1incl.POS.active.conditional.PAST] => |nˠ|i|̰꜒|pʲ|-
[Q.3.cl.4.3.cl.3.1incl.POS.active.optative.PRES] => |ʡʲ|ᵊ|꜖|t͡sˠ|-
[Q.3.cl.4.3.cl.3.1incl.POS.active.optative.PAST] => |ɰʷ|ᵊ|꜒|ʡʲ|-
[Q.3.cl.4.3.cl.3.1incl.POS.passive.indicative.PRES] => |sˤ|i|꜖꜒|qʼˤ|-
[Q.3.cl.4.3.cl.3.1incl.POS.passive.indicative.PAST] => |ᵑǃʷ|ʉ|꜖꜒|ɠˤ|-
[Q.3.cl.4.3.cl.3.1incl.POS.passive.imperative.PRES] => |ᵑǀˠ|ʉ|꜖꜒|kʰˤ|-
[Q.3.cl.4.3.cl.3.1incl.POS.passive.imperative.PAST] => |ɻʲ|a#|꜒|tʰʷ|-
[Q.3.cl.4.3.cl.3.1incl.POS.passive.conditional.PRES] => |ᵏǀʰʲ|ᵊ|꜖꜒|t͡ʂʲ|-
[Q.3.cl.4.3.cl.3.1incl.POS.passive.conditional.PAST] => |ᵑǃʲ|iː|꜒꜖|ŋ̥ʲ|-
[Q.3.cl.4.3.cl.3.1incl.POS.passive.optative.PRES] => |ʈʲ|a|̰꜖|ʈʰʲ|-
[Q.3.cl.4.3.cl.3.1incl.POS.passive.optative.PAST] => |lʲ|ᵊ|꜖꜒|ɓʲ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.active.indicative.PRES] => |d͡ʐʲ|u#ː|̰꜒|n̥ˤ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.active.indicative.PAST] => |wˤ|i|̰꜖|kʲ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.active.imperative.PRES] => |ᵏǁˠ|ʉ#ː|̰꜖|ɴˤ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.active.imperative.PAST] => |ʡʲ|i#|꜖꜒|ɹˠ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.active.conditional.PRES] => |ᵑǃˠ|u|̰꜒|ʔ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.active.conditional.PAST] => |nʷ|ʉ|̰꜒|ŋˠ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.active.optative.PRES] => |ɽʲ|i|꜖|tʼˠ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.active.optative.PAST] => |ʄˠ|a|꜒꜖|tʼʲ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ᵏǁʼʲ|i#|꜒|r̥ˠ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ɓʲ|i|꜖|tʰˤ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ᵏǀˠ|ᵊ|̰꜖|ʃʲ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ᵏǃʰˠ|a#ː|꜖꜒|lʲ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.passive.conditional.PRES] => |sˤ|a|꜒|ɥʲ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.passive.conditional.PAST] => |ᵑǃʼˠ|ʉ|꜒꜖|pʲ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.passive.optative.PRES] => |ɠˠ|a|꜖|ʈʼʲ|-
[Q.3.cl.4.3.cl.3.1excl.NEG.passive.optative.PAST] => |ᵏǃʰʷ|i|̰꜖|ʋˠ|-
[Q.3.cl.4.3.cl.3.1excl.POS.active.indicative.PRES] => |ɴʷ|a|꜖꜒|pʰʲ|-
[Q.3.cl.4.3.cl.3.1excl.POS.active.indicative.PAST] => |hpʲ|i#|꜒꜖|d͡ʐˠ|-
[Q.3.cl.4.3.cl.3.1excl.POS.active.imperative.PRES] => |pˠ|ʉ|꜖|tʼʷ|-
[Q.3.cl.4.3.cl.3.1excl.POS.active.imperative.PAST] => |ᵏǃʰˤ|iː|̰꜒|rˠ|-
[Q.3.cl.4.3.cl.3.1excl.POS.active.conditional.PRES] => |m̥ˤ|ʉ#|꜖|tʷ|-
[Q.3.cl.4.3.cl.3.1excl.POS.active.conditional.PAST] => |t͡ʃ|i|̰꜒|t͡ʂʲ|-
[Q.3.cl.4.3.cl.3.1excl.POS.active.optative.PRES] => |sʲ|u|̰꜖|lʲ|-
[Q.3.cl.4.3.cl.3.1excl.POS.active.optative.PAST] => |ɓˠ|aː|꜒|r̥ˤ|-
[Q.3.cl.4.3.cl.3.1excl.POS.passive.indicative.PRES] => |m̥ˤ|aː|꜖|ɥʲ|-
[Q.3.cl.4.3.cl.3.1excl.POS.passive.indicative.PAST] => |ᵏǃˠ|u|̰꜖|ɻʲ|-
[Q.3.cl.4.3.cl.3.1excl.POS.passive.imperative.PRES] => |nˤ|ʉ|̰꜒|n̥ʷ|-
[Q.3.cl.4.3.cl.3.1excl.POS.passive.imperative.PAST] => |r̥ˠ|i#|̰꜒|qʼˠ|-
[Q.3.cl.4.3.cl.3.1excl.POS.passive.conditional.PRES] => |ɳ̥ʲ|u#|꜒|ɳˠ|-
[Q.3.cl.4.3.cl.3.1excl.POS.passive.conditional.PAST] => |nʷ|i#|̰꜒|tʼˤ|-
[Q.3.cl.4.3.cl.3.1excl.POS.passive.optative.PRES] => |hʈˠ|i|̰꜖|rˤ|-
[Q.3.cl.4.3.cl.3.1excl.POS.passive.optative.PAST] => |ʋˠ|ʉ#ː|̰꜖|ʈˠ|-
[Q.3.cl.4.3.cl.3.2.NEG.active.indicative.PRES] => |ᵏǃʼʲ|ᵊ|꜒|d͡ʐˠ|-
[Q.3.cl.4.3.cl.3.2.NEG.active.indicative.PAST] => |t͡sˤ|u|̰꜒|ɗʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.active.imperative.PRES] => |ŋ̥ʲ|ʉ#|꜖|qʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.active.imperative.PAST] => |wʲ|a#ː|꜖|ʜʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.active.conditional.PRES] => |kˤ|i#|꜖|ɓˠ|-
[Q.3.cl.4.3.cl.3.2.NEG.active.conditional.PAST] => |sˠ|aː|̰꜖|nʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.active.optative.PRES] => |ᵏǀˤ|i|̰꜒|ʈʼʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.active.optative.PAST] => |ʛʷ|a|꜒|ŋʷ|-
[Q.3.cl.4.3.cl.3.2.NEG.passive.indicative.PRES] => |ʛˤ|a#|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.3.2.NEG.passive.indicative.PAST] => |ɳ̥ʲ|a#|̰꜖|htˤ|-
[Q.3.cl.4.3.cl.3.2.NEG.passive.imperative.PRES] => |htʲ|ᵊ|̰꜖|rˠ|-
[Q.3.cl.4.3.cl.3.2.NEG.passive.imperative.PAST] => |ɽˠ|ᵊ|꜒|ɳ̥ʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.passive.conditional.PRES] => |ɻʲ|ʉ|꜒|rʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.passive.conditional.PAST] => |ʈʰʲ|ʉ#ː|꜒|ɠʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.passive.optative.PRES] => |ᵑǃʼˤ|ᵊ|꜖꜒|ɴʲ|-
[Q.3.cl.4.3.cl.3.2.NEG.passive.optative.PAST] => |ŋ̥ˠ|u#ː|̰꜖|m̥ʲ|-
[Q.3.cl.4.3.cl.3.2.POS.active.indicative.PRES] => |ɻˠ|ᵊ|̰꜖|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.3.2.POS.active.indicative.PAST] => |ɴʲ|i|꜖|r̥ʲ|-
[Q.3.cl.4.3.cl.3.2.POS.active.imperative.PRES] => |ᵏǀʰʲ|u|꜒|ɴʷ|-
[Q.3.cl.4.3.cl.3.2.POS.active.imperative.PAST] => |qʼˤ|u|꜒|nˤ|-
[Q.3.cl.4.3.cl.3.2.POS.active.conditional.PRES] => |mʲ|u#|꜒꜖|htˤ|-
[Q.3.cl.4.3.cl.3.2.POS.active.conditional.PAST] => |kʰˤ|aː|꜒|hpʲ|-
[Q.3.cl.4.3.cl.3.2.POS.active.optative.PRES] => |kʲ|i|꜖|pˠ|-
[Q.3.cl.4.3.cl.3.2.POS.active.optative.PAST] => |qʼʷ|aː|꜖|qˠ|-
[Q.3.cl.4.3.cl.3.2.POS.passive.indicative.PRES] => |ʡʲ|ʉ|꜖|tʰʲ|-
[Q.3.cl.4.3.cl.3.2.POS.passive.indicative.PAST] => |ʡʲ|i|꜒|t͡ʃ|-
[Q.3.cl.4.3.cl.3.2.POS.passive.imperative.PRES] => |ʔ|a|̰꜖|htˠ|-
[Q.3.cl.4.3.cl.3.2.POS.passive.imperative.PAST] => |ᵑǀʼˠ|aː|̰꜖|r̥ʲ|-
[Q.3.cl.4.3.cl.3.2.POS.passive.conditional.PRES] => |ɗʲ|a|꜒|ɾʷ|-
[Q.3.cl.4.3.cl.3.2.POS.passive.conditional.PAST] => |ɓʲ|ʉ#|̰꜒|ɗʷ|-
[Q.3.cl.4.3.cl.3.2.POS.passive.optative.PRES] => |pʼʲ|a|̰꜖|r̥ʷ|-
[Q.3.cl.4.3.cl.3.2.POS.passive.optative.PAST] => |t͡sˤ|aː|꜖|tʰˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |ᵏǃʰˠ|ʉ|̰꜖|qˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |kˤ|iː|꜒|ɳˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ɰʲ|u|꜖|t͡sʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |htʲ|aː|꜖꜒|tˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |pʰˠ|ʉː|̰꜒|ŋ̥ʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ɳˠ|i|꜖꜒|n̥ˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |pʰʲ|aː|꜒|ʋʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |tʼʲ|a|̰꜒|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |mˠ|i#ː|꜒|j|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʼʲ|a|꜒|ɳʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |kʲ|a|꜒|kʰʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ɭʲ|a|꜖|ɻˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |hpˠ|ʉː|꜒|ʈʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |rˤ|ʉ|꜖꜒|ʛˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ᵏǁʰʲ|ʉː|꜖꜒|ɠʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ʜʲ|ᵊ|̰꜒|ɽʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |ɓˤ|a#ː|̰꜖|rˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |d͡ʐˠ|ʉ#|꜒꜖|tˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |kˠ|i#|̰꜒|qˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |ɗˤ|ʉ|꜒꜖|ɗʲ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ɥˠ|iː|꜖|t͡ʂˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |t͡ʂˠ|aː|꜒|ɰˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.active.optative.PRES] => |tɬʲ|ᵊ|꜖|t͡sˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ᵏǁʰˠ|ʉ#|꜒꜖|ŋˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ŋ̥ˤ|i|꜒|kʼʷ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |hpˠ|aː|꜒|sʷ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ʂʲ|a#|̰꜒|ŋ̥ˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |tʰʲ|a|꜖|m̥ˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |kʼʷ|aː|꜖꜒|qʼˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |r̥ˤ|a|̰꜖|ɴˤ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ɻˠ|a|꜒|d͡ʐˠ|-
[Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |wˤ|iː|꜖|kʰʷ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |t͡sʲ|a#|꜒|hpˤ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ʈˠ|i|꜒|pʼʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ŋˠ|u#|̰꜒|ɴˤ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ᵑǀʼˤ|ᵊ|꜖꜒|sˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ᵑǁʼˠ|i|꜒꜖|ɹˤ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |tʼˤ|i|꜖꜒|ʛʷ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |ᵏǀʰˠ|aː|̰꜖|ɥʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |mˠ|u|̰꜖|n̥ˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǀˠ|uː|̰꜒|ʃʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |htʲ|ʉ#ː|꜒꜖|ɴˤ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ʄˠ|aː|꜖|ʈˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |ɽˠ|aː|̰꜒|rˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǀʷ|a#ː|̰꜖|lˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǀʲ|aː|꜒꜖|ɰˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |ɴˤ|a#|̰꜒|ɠʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |qʼʷ|a#|̰꜒|ʂˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ᵏǀʼˠ|i|꜖꜒|ɾʷ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ɳ̥ʲ|ʉ|꜖|mˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ᵏǃʼʲ|ᵊ|꜖꜒|ɳ̥ʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |ʛˠ|ᵊ|꜖꜒|ʋˤ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ŋˤ|ᵊ|꜒|ʄˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |t͡sˠ|iː|꜒|ʈʼˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.active.optative.PRES] => |t͡sʲ|ʉ#ː|̰꜖|nˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.active.optative.PAST] => |ᵑǀʼˤ|ʉ|̰꜖|ʡʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ᵑǃʼʲ|a|̰꜖|ʋʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |ᵑǃʼʲ|ᵊ|꜖|kʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |wˠ|ᵊ|꜒꜖|ɴˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ɗˠ|a|꜒|ʂʲ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |mˤ|ʉː|꜖|ɥˤ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |sˤ|ʉ|̰꜒|t͡ʂˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |ŋˠ|ʉ#ː|꜖|ɹˠ|-
[Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |ᵏǁʼˠ|i#ː|̰꜒|sʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |t͡sˤ|i|꜖|ɗˤ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ᵑǁˠ|a#ː|꜒|n̥ˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ʈʼˠ|ʉ|꜖|j|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ʋʲ|a#|̰꜒|ʃˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |ᵑǃʼʲ|ʉ|̰꜒|tʰʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |j|ᵊ|꜒꜖|nˤ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ɰʷ|ᵊ|꜒꜖|pʼˤ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ᵑǃʼʷ|i#|꜖꜒|t͡sˤ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |sˤ|a#ː|̰꜒|hʈʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|ᵊ|꜒|qˤ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ʄʲ|ʉː|̰꜖|t͡ʂʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ɓˤ|a|꜖꜒|ɻʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǁʼˠ|ʉ|̰꜒|ɹʷ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ɭˠ|i#ː|꜖|qʷ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ʜˠ|a|꜖|pˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀʰʲ|ᵊ|̰꜖|ɗʷ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ᵏǁˠ|i|꜖꜒|htˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |hpˤ|ᵊ|̰꜖|d͡ʐˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |n̥ʲ|i|̰꜖|ɴˤ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ɗˤ|i#|̰꜒|ɥˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |kʷ|i#ː|꜒꜖|ɻʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |pʰˠ|a#ː|꜖|hkˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.active.optative.PRES] => |mˠ|a|̰꜒|wʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ᵏǃˤ|aː|꜖|ɹʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |pʲ|i|̰꜖|ɠʲ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |ɠˤ|ʉ|꜖|ɹʷ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃˠ|ʉ#|꜖|ʡˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃʰʷ|a|̰꜒|qʼˤ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ʋʲ|a|꜒꜖|ʈʰˠ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |hpʲ|iː|꜒꜖|ŋ̥ʷ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ᵑǀˠ|ʉ#ː|꜖꜒|mˤ|-
[Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |ɰʷ|ᵊ|̰꜖|ɠˤ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |mˠ|i|꜒꜖|htˤ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |pʼˤ|ʉ#ː|꜒꜖|ɰˤ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |rʲ|a|꜒|m̥ʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀˠ|i|̰꜒|ɳʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |mʲ|ʉ|꜒|tʼˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |r̥ˤ|ʉ|꜖|ɴˤ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |t͡sˠ|u|꜖꜒|ʜʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ʡˠ|aː|꜖꜒|sʷ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |nʲ|aː|̰꜒|ʛʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |nʲ|ʉ|꜖|ʋˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |qʼˤ|ᵊ|̰꜒|qˤ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ɹˠ|a#|꜖꜒|ɳʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǀʲ|iː|꜒꜖|mʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |hkʷ|i#|꜖꜒|kʰˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |ʈʰʲ|i|꜖|ɗˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |ʛʷ|i|꜒|ʄʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʰʲ|a|꜒|ʜˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ʈʼˠ|u#|꜒꜖|sʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |ŋˠ|ʉ|꜒꜖|ŋ̥ˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ʜʲ|u#ː|̰꜒|qʼˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |ɴˠ|a|̰꜒|lˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |m̥ˠ|i|꜖|sˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.active.optative.PRES] => |nʲ|ᵊ|̰꜖|t͡sˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.active.optative.PAST] => |r̥ʷ|a|̰꜒|ɹˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |tʰˤ|ᵊ|꜖|ʃˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃˠ|iː|̰꜖|qˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |sʷ|i|꜒|ʂˠ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ɽʲ|ʉ|꜖|n̥ˤ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ɻˠ|u|꜒|ɰˤ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |ᵏǀʰʷ|ʉ#ː|꜖꜒|ɻʲ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |rˤ|ᵊ|꜖꜒|t͡sˤ|-
[Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |ᵏǃʰˤ|a|̰꜒|wʲ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.active.indicative.PRES] => |ɥˠ|ʉ|꜒|pʰˤ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.active.indicative.PAST] => |ᵏǃʰʲ|ᵊ|̰꜒|n̥ʷ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.active.imperative.PRES] => |kʼʲ|a|̰꜒|r̥ˠ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.active.imperative.PAST] => |ᵏǁʰˠ|i|꜒꜖|kʷ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.active.conditional.PRES] => |ᵏǁʰˠ|ʉ#|̰꜖|ɗʷ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.active.conditional.PAST] => |n̥ʲ|aː|̰꜒|ʜʲ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.active.optative.PRES] => |kʼˠ|a|꜒꜖|ɹˠ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.active.optative.PAST] => |n̥ʷ|ᵊ|꜖|r̥ʷ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.passive.indicative.PRES] => |hkˤ|uː|꜖꜒|hpʲ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.passive.indicative.PAST] => |r̥ʷ|aː|꜖|ɥʲ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.passive.imperative.PRES] => |qʼʲ|a#ː|꜖꜒|ŋ̥ˤ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.passive.imperative.PAST] => |ɽˠ|ʉ|̰꜖|kʼʲ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.passive.conditional.PRES] => |sˠ|i|꜖꜒|ɰʷ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ᵑǃʼʲ|a|꜖|ɠˠ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.passive.optative.PRES] => |ʂˠ|a#ː|̰꜖|r̥ˤ|-
[Q.3.cl.4.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵏǃˠ|ᵊ|꜖|ɳˠ|-
[Q.3.cl.4.3.cl.4.1incl.POS.active.indicative.PRES] => |hpˠ|ᵊ|̰꜖|ɴˤ|-
[Q.3.cl.4.3.cl.4.1incl.POS.active.indicative.PAST] => |ᵏǀʼˤ|ᵊ|̰꜒|t͡sʷ|-
[Q.3.cl.4.3.cl.4.1incl.POS.active.imperative.PRES] => |ᵏǀʷ|ᵊ|꜖꜒|pʼʲ|-
[Q.3.cl.4.3.cl.4.1incl.POS.active.imperative.PAST] => |r̥ˤ|ʉ#ː|꜖|ʂʲ|-
[Q.3.cl.4.3.cl.4.1incl.POS.active.conditional.PRES] => |tʷ|i|꜒꜖|rʲ|-
[Q.3.cl.4.3.cl.4.1incl.POS.active.conditional.PAST] => |tʷ|a#ː|꜒|hpˠ|-
[Q.3.cl.4.3.cl.4.1incl.POS.active.optative.PRES] => |ᵏǃʰʷ|aː|꜒꜖|rʲ|-
[Q.3.cl.4.3.cl.4.1incl.POS.active.optative.PAST] => |sˤ|a|̰꜒|ʄˠ|-
[Q.3.cl.4.3.cl.4.1incl.POS.passive.indicative.PRES] => |t͡sˤ|i#ː|̰꜖|kˤ|-
[Q.3.cl.4.3.cl.4.1incl.POS.passive.indicative.PAST] => |ʂʲ|u#|꜒꜖|ɓˤ|-
[Q.3.cl.4.3.cl.4.1incl.POS.passive.imperative.PRES] => |ɴʲ|ᵊ|꜒꜖|ʃˠ|-
[Q.3.cl.4.3.cl.4.1incl.POS.passive.imperative.PAST] => |ᵑǃˠ|a|꜖꜒|kʰʷ|-
[Q.3.cl.4.3.cl.4.1incl.POS.passive.conditional.PRES] => |pʰˤ|ʉ#ː|꜒|rʷ|-
[Q.3.cl.4.3.cl.4.1incl.POS.passive.conditional.PAST] => |ɻʲ|ʉ|꜒|qʷ|-
[Q.3.cl.4.3.cl.4.1incl.POS.passive.optative.PRES] => |ᵑǁʼʲ|u|꜖꜒|hkʲ|-
[Q.3.cl.4.3.cl.4.1incl.POS.passive.optative.PAST] => |qʷ|ᵊ|꜒꜖|ŋˤ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.active.indicative.PRES] => |qˠ|ʉː|꜖|sˤ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.active.indicative.PAST] => |tʲ|u#|꜖|ɰʲ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.active.imperative.PRES] => |ʡʲ|i|꜖꜒|ɴʲ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.active.imperative.PAST] => |pʲ|ʉ#|꜖꜒|nˠ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.active.conditional.PRES] => |pˤ|ᵊ|꜖꜒|ɴʷ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.active.conditional.PAST] => |ᵏǀʰˠ|i|̰꜖|tʰʷ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.active.optative.PRES] => |ᵑǃʼˤ|aː|꜖꜒|ŋˤ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.active.optative.PAST] => |ʋˤ|iː|꜖|rˠ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.passive.indicative.PRES] => |kʼʲ|a|꜖|t͡sʲ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ʋʲ|a|̰꜖|ɰˤ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ᵏǁˠ|aː|꜒꜖|t͡sʷ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.passive.imperative.PAST] => |ɻʲ|ʉ#|꜒|rʲ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ᵏǀʰˠ|iː|꜖꜒|hpˤ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.passive.conditional.PAST] => |htʷ|ᵊ|꜒꜖|ʛʷ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.passive.optative.PRES] => |ʈʲ|ʉ|꜒|rˤ|-
[Q.3.cl.4.3.cl.4.1excl.NEG.passive.optative.PAST] => |ᵏǀʰˠ|i#|̰꜖|kʼʷ|-
[Q.3.cl.4.3.cl.4.1excl.POS.active.indicative.PRES] => |ᵏǀʼˤ|iː|̰꜖|ʜʲ|-
[Q.3.cl.4.3.cl.4.1excl.POS.active.indicative.PAST] => |tʼʷ|a|꜒꜖|mˤ|-
[Q.3.cl.4.3.cl.4.1excl.POS.active.imperative.PRES] => |sˤ|a|꜖|tʰˠ|-
[Q.3.cl.4.3.cl.4.1excl.POS.active.imperative.PAST] => |m̥ˠ|aː|꜒꜖|t͡sˤ|-
[Q.3.cl.4.3.cl.4.1excl.POS.active.conditional.PRES] => |ʜʲ|i|꜖꜒|ɠʲ|-
[Q.3.cl.4.3.cl.4.1excl.POS.active.conditional.PAST] => |tʰʲ|ʉ#ː|꜖|mˤ|-
[Q.3.cl.4.3.cl.4.1excl.POS.active.optative.PRES] => |ʜʲ|a|̰꜖|tɬʲ|-
[Q.3.cl.4.3.cl.4.1excl.POS.active.optative.PAST] => |ᵑǃˤ|ʉ|꜖꜒|ʔ|-
[Q.3.cl.4.3.cl.4.1excl.POS.passive.indicative.PRES] => |kʷ|i|꜒|ɾˤ|-
[Q.3.cl.4.3.cl.4.1excl.POS.passive.indicative.PAST] => |tʲ|iː|꜒꜖|ɗʷ|-
[Q.3.cl.4.3.cl.4.1excl.POS.passive.imperative.PRES] => |n̥ˠ|u|̰꜖|tʼˠ|-
[Q.3.cl.4.3.cl.4.1excl.POS.passive.imperative.PAST] => |n̥ˠ|i|꜒|lʲ|-
[Q.3.cl.4.3.cl.4.1excl.POS.passive.conditional.PRES] => |ɥʲ|aː|̰꜖|ʛˤ|-
[Q.3.cl.4.3.cl.4.1excl.POS.passive.conditional.PAST] => |ɭʲ|aː|̰꜒|t͡ʂˠ|-
[Q.3.cl.4.3.cl.4.1excl.POS.passive.optative.PRES] => |pˠ|u|꜒|kˤ|-
[Q.3.cl.4.3.cl.4.1excl.POS.passive.optative.PAST] => |ŋˤ|iː|̰꜒|n̥ˠ|-
[Q.3.cl.4.3.cl.4.2.NEG.active.indicative.PRES] => |ᵏǀʰˤ|u|꜒|ɗʲ|-
[Q.3.cl.4.3.cl.4.2.NEG.active.indicative.PAST] => |hʈʲ|a|꜒|pˠ|-
[Q.3.cl.4.3.cl.4.2.NEG.active.imperative.PRES] => |ᵑǀˠ|i#ː|̰꜒|htˤ|-
[Q.3.cl.4.3.cl.4.2.NEG.active.imperative.PAST] => |kʷ|i|꜒꜖|tɬʲ|-
[Q.3.cl.4.3.cl.4.2.NEG.active.conditional.PRES] => |kˠ|i|̰꜖|tˤ|-
[Q.3.cl.4.3.cl.4.2.NEG.active.conditional.PAST] => |ᵑǀˤ|ʉ|̰꜒|t͡ʂʲ|-
[Q.3.cl.4.3.cl.4.2.NEG.active.optative.PRES] => |ʜˠ|i|̰꜖|ɳʲ|-
[Q.3.cl.4.3.cl.4.2.NEG.active.optative.PAST] => |ᵑǃʷ|ᵊ|꜒|pʰˠ|-
[Q.3.cl.4.3.cl.4.2.NEG.passive.indicative.PRES] => |m̥ʲ|a#ː|꜖|mˠ|-
[Q.3.cl.4.3.cl.4.2.NEG.passive.indicative.PAST] => |ʛˠ|ʉ#|̰꜒|rʲ|-
[Q.3.cl.4.3.cl.4.2.NEG.passive.imperative.PRES] => |ʡˠ|a|꜒꜖|ɳ̥ˠ|-
[Q.3.cl.4.3.cl.4.2.NEG.passive.imperative.PAST] => |ɴʷ|iː|꜖|qˤ|-
[Q.3.cl.4.3.cl.4.2.NEG.passive.conditional.PRES] => |j|u#|꜖|ɹʷ|-
[Q.3.cl.4.3.cl.4.2.NEG.passive.conditional.PAST] => |ᵑǃˠ|u|̰꜖|ʛʲ|-
[Q.3.cl.4.3.cl.4.2.NEG.passive.optative.PRES] => |kˤ|ᵊ|̰꜒|kʼˤ|-
[Q.3.cl.4.3.cl.4.2.NEG.passive.optative.PAST] => |pʰˤ|aː|̰꜒|ɽʲ|-
[Q.3.cl.4.3.cl.4.2.POS.active.indicative.PRES] => |sʲ|a#ː|̰꜒|tʰˤ|-
[Q.3.cl.4.3.cl.4.2.POS.active.indicative.PAST] => |ᵑǃˠ|uː|꜖꜒|ʈʼʲ|-
[Q.3.cl.4.3.cl.4.2.POS.active.imperative.PRES] => |ᵏǃʼˠ|i|꜒꜖|mˠ|-
[Q.3.cl.4.3.cl.4.2.POS.active.imperative.PAST] => |ɳʲ|i|̰꜒|ɭʲ|-
[Q.3.cl.4.3.cl.4.2.POS.active.conditional.PRES] => |ᵏǀʲ|ʉ|̰꜒|ʄʲ|-
[Q.3.cl.4.3.cl.4.2.POS.active.conditional.PAST] => |kˠ|iː|꜒|ŋ̥ʷ|-
[Q.3.cl.4.3.cl.4.2.POS.active.optative.PRES] => |qˠ|i|̰꜒|ɹˠ|-
[Q.3.cl.4.3.cl.4.2.POS.active.optative.PAST] => |r̥ʷ|i|̰꜖|pˠ|-
[Q.3.cl.4.3.cl.4.2.POS.passive.indicative.PRES] => |ᵑǀʲ|a|̰꜒|hkʲ|-
[Q.3.cl.4.3.cl.4.2.POS.passive.indicative.PAST] => |sʲ|i#ː|꜒|pʼˤ|-
[Q.3.cl.4.3.cl.4.2.POS.passive.imperative.PRES] => |ɹˠ|i|꜖꜒|j|-
[Q.3.cl.4.3.cl.4.2.POS.passive.imperative.PAST] => |ᵏǃʼʲ|u#|̰꜒|t͡sʲ|-
[Q.3.cl.4.3.cl.4.2.POS.passive.conditional.PRES] => |ɹʲ|ʉː|꜒|ɴˤ|-
[Q.3.cl.4.3.cl.4.2.POS.passive.conditional.PAST] => |hkˠ|i|̰꜒|ɴʷ|-
[Q.3.cl.4.3.cl.4.2.POS.passive.optative.PRES] => |m̥ʲ|aː|꜒|pˠ|-
[Q.3.cl.4.3.cl.4.2.POS.passive.optative.PAST] => |pʼʲ|ʉ#|꜖꜒|qʼˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |m̥ʲ|iː|꜖|ŋ̥ʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ʛʲ|ʉ#ː|꜒꜖|ʂʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |tʰˤ|u#ː|̰꜒|wˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |tʰˤ|aː|꜖|ɰˤ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |d͡ʐˠ|a#ː|̰꜒|hkˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |hpʲ|aː|꜖꜒|nˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |mˤ|ʉː|̰꜖|hpʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ᵑǁʲ|aː|꜖꜒|pʼˤ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |ʛʲ|ʉ|꜖|nʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǀʷ|i|̰꜖|rʷ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʼˠ|ʉ#ː|꜖꜒|hkˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |sʲ|ʉ|̰꜖|kʷ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |tʼˠ|ᵊ|꜒|ɠʷ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |pʼʲ|ᵊ|꜒꜖|ɗʷ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ɰˤ|iː|̰꜒|nʷ|-
[Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ᵑǁʼʲ|a#|꜒꜖|t͡ʂʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |tˠ|i|̰꜒|kʰʷ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʼʷ|i#|꜒|ʃʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |htʷ|ʉ|꜖|kʼˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ᵑǃʼʲ|i|꜒|lʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |ʡʲ|a|̰꜖|pʼˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ɳˠ|i|꜒|pʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.active.optative.PRES] => |qʷ|aː|꜒|tʼʷ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.active.optative.PAST] => |nʷ|a|̰꜖|mʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |t͡sˠ|a|̰꜖|ʛˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ᵏǀʼˠ|u|꜖꜒|tʰʷ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ʄʲ|aː|꜒꜖|pʼˤ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ɗʲ|ᵊ|̰꜒|ɹʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʼˤ|ʉ|꜒꜖|tˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ɓʲ|ʉ|̰꜒|tʰˠ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |tʼˤ|ʉ|̰꜒|tʼʲ|-
[Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ɴʲ|i|̰꜒|rʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |ᵑǁˠ|i|̰꜒|ɳ̥ˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |ɴʲ|a|꜒|ɻˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |tʰʷ|a#ː|꜖꜒|nˤ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |qʲ|a|꜖|r̥ʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ʄʲ|i|꜒|pʰʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |mˤ|ʉ|̰꜖|ʛʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |t͡ʂʲ|ʉ|꜖|pʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |kˤ|u|̰꜖|kʼʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |r̥ʲ|ʉ|̰꜒|ʈʼʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |kˠ|u#|̰꜖|tʼʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ʄʲ|a#|̰꜖|ŋ̥ʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |pʰˤ|i|꜒|d͡ʐˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǃˤ|ʉ|꜖|ʈʰʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |kʼʷ|ᵊ|꜖|ɽˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |ᵏǃˤ|u|̰꜖|qʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ŋ̥ˠ|u|꜒|r̥ʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ɾˤ|a#ː|꜖|kʼˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |nˠ|u#|꜖꜒|n̥ˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |ᵏǀˠ|a|꜒꜖|rʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |pˠ|ʉ#|꜖|sʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |mʲ|ᵊ|꜒꜖|ʛˤ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |nʷ|ʉː|꜒꜖|rʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.active.optative.PRES] => |n̥ʲ|u|꜖꜒|ɓˤ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.active.optative.PAST] => |tʰʲ|u|꜒|ɻʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |ᵑǁʼʲ|i#ː|꜖|kˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |tˤ|ʉ|̰꜒|pʼʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |tʰʷ|ʉː|̰꜖|rʷ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ʛˠ|ᵊ|꜒꜖|lˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ᵏǁˠ|i|꜖|ɹʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |hkˤ|ᵊ|꜒꜖|kʼˠ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |wˠ|a|꜖|sʲ|-
[Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |t͡ʃ|ʉː|꜖꜒|htʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ʈˠ|u|꜖|ɹˤ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |ɻˠ|ᵊ|꜖꜒|ʂʲ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |ʈʰˠ|a|꜖꜒|ʛʲ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |ɠˠ|i#ː|꜒|n̥ʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |ᵏǀʰʲ|a|̰꜖|ɴˠ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |r̥ʷ|i|꜖꜒|ɰʲ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ᵏǃʷ|a|̰꜒|h|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |tʼˤ|u#|꜖|kˤ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǃˠ|a#ː|꜖꜒|ɻʲ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |tɬˠ|ʉ|̰꜒|rʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǃʼˠ|i|꜖|nʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃˤ|ʉ|̰꜖|ʛˠ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʰʲ|a|̰꜒|tɬʲ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǃˠ|a|꜖꜒|kʰʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |qʲ|i|꜒꜖|ŋʲ|-
[Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |pʼˠ|a#ː|꜒꜖|r̥ʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |hpˠ|iː|꜖꜒|tʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |ɳ̥ʲ|ʉ|꜒|r̥ʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʰˠ|a|̰꜖|tɬˠ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |r̥ˠ|i#|̰꜖|wʲ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |ᵑǃˤ|i#ː|̰꜒|ɴˠ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |htˤ|i|꜖꜒|ɻˠ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ʋˤ|aː|꜖꜒|ɥˤ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.active.optative.PAST] => |kʼʷ|iː|̰꜒|ŋ̥ˤ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |ᵏǃˤ|ᵊ|꜒꜖|ɰʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃʷ|ᵊ|꜒|tʼʷ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ᵑǃʼʷ|a#ː|꜒|kʼˠ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ᵑǀˤ|a|꜖|ʛˠ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |kʼˠ|a|꜖|ɗˤ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |ɹʷ|a|꜒꜖|d͡ʐʲ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʼˠ|a|꜖|n̥ˤ|-
[Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |pʲ|u#|꜖|ŋʲ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ᵏǀʰˤ|ʉː|̰꜒|ɾʷ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ʂʲ|ʉ#|̰꜒|ɴˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ᵏǀʰʷ|a#|̰꜒|tʰʷ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃʰˠ|u#ː|̰꜒|hʈˠ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |lˠ|ʉ#|꜒꜖|mˠ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ʔ|i|꜒|sˠ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |ᵑǃˠ|aː|꜒꜖|kʰʷ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ᵏǁʲ|ᵊ|꜖꜒|n̥ʷ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ɰʲ|ʉ|꜖꜒|kʰˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǁʲ|u|꜒|pʰˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |lˠ|i#|̰꜒|ɴˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǀʼˠ|ᵊ|̰꜒|nʲ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |ɻˠ|ᵊ|꜒|sˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |tɬˠ|ᵊ|꜒꜖|sˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |tʰˤ|u|̰꜖|ɴʷ|-
[Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |ᵏǃˠ|ᵊ|꜖|kʷ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʼʷ|a#|꜖꜒|ʂʲ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ʛʷ|aː|꜖|d͡ʐˠ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ɓˤ|ʉ#|꜖|t͡ʃ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ʈʰʲ|i#|꜖|ʛʲ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ᵏǁʼʲ|ʉː|̰꜒|ʋˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |kʰˤ|ʉ|꜖|r̥ʲ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ŋ̥ʲ|u#|̰꜒|ʛʷ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.active.optative.PAST] => |sˠ|i#ː|꜖|m̥ˠ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |sʲ|aː|̰꜒|pˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ᵏǃʰʷ|a|꜖꜒|ʛʲ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |tʼˤ|i|꜖꜒|ɗˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |tʲ|ʉ#ː|̰꜒|ʔ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |ᵏǁʼˠ|a#ː|꜖꜒|ɥʲ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ɳ̥ʲ|ʉ|꜖꜒|ɰˤ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʼˤ|uː|̰꜒|ɹʷ|-
[Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |hkˤ|a#|̰꜖|d͡ʐʲ|-
[not.Q.none.none.1incl.NEG.active.indicative.PRES] => |ᵏǃʰˠ|aː|꜖꜒|sˠ|-
[not.Q.none.none.1incl.NEG.active.indicative.PAST] => |wˤ|a|꜖|wʲ|-
[not.Q.none.none.1incl.NEG.active.imperative.PRES] => |ʛʲ|i#|꜖|ɠʷ|-
[not.Q.none.none.1incl.NEG.active.imperative.PAST] => |kˤ|a|꜖|ʄʲ|-
[not.Q.none.none.1incl.NEG.active.conditional.PRES] => |htˠ|u|꜖꜒|ɗˠ|-
[not.Q.none.none.1incl.NEG.active.conditional.PAST] => |ᵏǃʼʲ|i|꜖|nʷ|-
[not.Q.none.none.1incl.NEG.active.optative.PRES] => |ɥʲ|i|꜖|ɴˤ|-
[not.Q.none.none.1incl.NEG.active.optative.PAST] => |ɗˤ|ᵊ|̰꜒|ʡˠ|-
[not.Q.none.none.1incl.NEG.passive.indicative.PRES] => |n̥ˠ|i|꜖꜒|t͡ʃ|-
[not.Q.none.none.1incl.NEG.passive.indicative.PAST] => |tʰʲ|ʉ|꜒|ʜʲ|-
[not.Q.none.none.1incl.NEG.passive.imperative.PRES] => |ᵑǀʷ|a#ː|̰꜖|ɭʲ|-
[not.Q.none.none.1incl.NEG.passive.imperative.PAST] => |ʈʰˠ|aː|꜒|nˤ|-
[not.Q.none.none.1incl.NEG.passive.conditional.PRES] => |ŋ̥ˠ|a#|꜖|ʋˤ|-
[not.Q.none.none.1incl.NEG.passive.conditional.PAST] => |ᵑǃʼˠ|i|꜖|m̥ˠ|-
[not.Q.none.none.1incl.NEG.passive.optative.PRES] => |ᵑǁʼʲ|i|̰꜖|ʈʼʲ|-
[not.Q.none.none.1incl.NEG.passive.optative.PAST] => |n̥ˠ|i|꜖|ʂˠ|-
[not.Q.none.none.1incl.POS.active.indicative.PRES] => |kʷ|i|꜖|sˤ|-
[not.Q.none.none.1incl.POS.active.indicative.PAST] => |ᵑǀˠ|i|̰꜖|ʜˠ|-
[not.Q.none.none.1incl.POS.active.imperative.PRES] => |ʈʼˠ|u#ː|꜒꜖|sˤ|-
[not.Q.none.none.1incl.POS.active.imperative.PAST] => |hʈʲ|ᵊ|꜖|sʲ|-
[not.Q.none.none.1incl.POS.active.conditional.PRES] => |kʰʲ|ʉː|꜖|ɾʲ|-
[not.Q.none.none.1incl.POS.active.conditional.PAST] => |ɴʷ|ʉ|꜒|qʼʲ|-
[not.Q.none.none.1incl.POS.active.optative.PRES] => |ᵏǀʲ|a|꜖꜒|ʛˤ|-
[not.Q.none.none.1incl.POS.active.optative.PAST] => |pʰʲ|i#ː|꜒꜖|ʛˤ|-
[not.Q.none.none.1incl.POS.passive.indicative.PRES] => |r̥ˠ|a|꜖|ɰʷ|-
[not.Q.none.none.1incl.POS.passive.indicative.PAST] => |ᵑǁʼˠ|a#|̰꜒|ʃˠ|-
[not.Q.none.none.1incl.POS.passive.imperative.PRES] => |ɹʲ|ᵊ|̰꜒|ɴʷ|-
[not.Q.none.none.1incl.POS.passive.imperative.PAST] => |kʼʲ|uː|꜒|n̥ˤ|-
[not.Q.none.none.1incl.POS.passive.conditional.PRES] => |tʼʲ|iː|꜖꜒|ʜˠ|-
[not.Q.none.none.1incl.POS.passive.conditional.PAST] => |r̥ˤ|ᵊ|꜒|pʰˤ|-
[not.Q.none.none.1incl.POS.passive.optative.PRES] => |qʼʷ|ʉ#ː|꜖꜒|ɹʷ|-
[not.Q.none.none.1incl.POS.passive.optative.PAST] => |tʼˠ|u|꜖꜒|t͡sˤ|-
[not.Q.none.none.1excl.NEG.active.indicative.PRES] => |qʼˤ|iː|̰꜖|qʷ|-
[not.Q.none.none.1excl.NEG.active.indicative.PAST] => |nʲ|ᵊ|꜖|ɳ̥ˠ|-
[not.Q.none.none.1excl.NEG.active.imperative.PRES] => |ᵏǃʼˤ|i#|̰꜒|ʡʲ|-
[not.Q.none.none.1excl.NEG.active.imperative.PAST] => |ᵏǁʼʲ|uː|̰꜒|kʲ|-
[not.Q.none.none.1excl.NEG.active.conditional.PRES] => |ᵏǃˤ|uː|꜖|qʼʷ|-
[not.Q.none.none.1excl.NEG.active.conditional.PAST] => |ᵏǃʼˤ|a|̰꜖|ɠʷ|-
[not.Q.none.none.1excl.NEG.active.optative.PRES] => |tʰʲ|ʉ#ː|̰꜖|ɾˤ|-
[not.Q.none.none.1excl.NEG.active.optative.PAST] => |ɽʲ|ᵊ|꜒|n̥ʲ|-
[not.Q.none.none.1excl.NEG.passive.indicative.PRES] => |qʼˤ|i|꜒꜖|ʄˠ|-
[not.Q.none.none.1excl.NEG.passive.indicative.PAST] => |ɽˠ|i#ː|̰꜒|pʼʲ|-
[not.Q.none.none.1excl.NEG.passive.imperative.PRES] => |hkˠ|u#|̰꜒|t͡sˠ|-
[not.Q.none.none.1excl.NEG.passive.imperative.PAST] => |ɽʲ|ᵊ|꜒|ɾˤ|-
[not.Q.none.none.1excl.NEG.passive.conditional.PRES] => |r̥ʲ|a|꜒꜖|qʼʲ|-
[not.Q.none.none.1excl.NEG.passive.conditional.PAST] => |tʲ|i|꜖|tʰʲ|-
[not.Q.none.none.1excl.NEG.passive.optative.PRES] => |h|u|̰꜖|ɹˠ|-
[not.Q.none.none.1excl.NEG.passive.optative.PAST] => |tʰˠ|ᵊ|꜖꜒|ŋ̥ˠ|-
[not.Q.none.none.1excl.POS.active.indicative.PRES] => |ᵑǀʷ|aː|꜒꜖|ʈʲ|-
[not.Q.none.none.1excl.POS.active.indicative.PAST] => |hpˤ|i|꜒|ʄʲ|-
[not.Q.none.none.1excl.POS.active.imperative.PRES] => |ɠʲ|ʉ|̰꜖|qʷ|-
[not.Q.none.none.1excl.POS.active.imperative.PAST] => |ʛʷ|a#|꜒꜖|m̥ʲ|-
[not.Q.none.none.1excl.POS.active.conditional.PRES] => |ɳ̥ʲ|i#ː|̰꜖|hʈʲ|-
[not.Q.none.none.1excl.POS.active.conditional.PAST] => |ɴˠ|u#|꜒|mʲ|-
[not.Q.none.none.1excl.POS.active.optative.PRES] => |ᵏǃʼʷ|i|꜒|n̥ˤ|-
[not.Q.none.none.1excl.POS.active.optative.PAST] => |sˠ|iː|꜒|ɽʲ|-
[not.Q.none.none.1excl.POS.passive.indicative.PRES] => |ᵑǀʼˠ|a|̰꜒|n̥ˤ|-
[not.Q.none.none.1excl.POS.passive.indicative.PAST] => |ɴˤ|ᵊ|̰꜖|ɠˠ|-
[not.Q.none.none.1excl.POS.passive.imperative.PRES] => |wˤ|a|꜒꜖|ɠˤ|-
[not.Q.none.none.1excl.POS.passive.imperative.PAST] => |pˤ|iː|̰꜖|ɽʲ|-
[not.Q.none.none.1excl.POS.passive.conditional.PRES] => |ᵏǀʼʲ|i#ː|꜖|wʲ|-
[not.Q.none.none.1excl.POS.passive.conditional.PAST] => |ɭˠ|u|̰꜒|t͡sˠ|-
[not.Q.none.none.1excl.POS.passive.optative.PRES] => |pˠ|i|̰꜖|qʼˠ|-
[not.Q.none.none.1excl.POS.passive.optative.PAST] => |hpˠ|aː|꜒꜖|ʈʼˠ|-
[not.Q.none.none.2.NEG.active.indicative.PRES] => |pʲ|u|꜒|r̥ˠ|-
[not.Q.none.none.2.NEG.active.indicative.PAST] => |ɻˠ|i|̰꜖|tʼˠ|-
[not.Q.none.none.2.NEG.active.imperative.PRES] => |nʲ|i|̰꜖|t͡sˠ|-
[not.Q.none.none.2.NEG.active.imperative.PAST] => |ᵑǃʼˤ|ʉ#|꜒|qʼʲ|-
[not.Q.none.none.2.NEG.active.conditional.PRES] => |mˠ|ᵊ|̰꜒|r̥ˠ|-
[not.Q.none.none.2.NEG.active.conditional.PAST] => |ɓˠ|a#|꜒|ɴˤ|-
[not.Q.none.none.2.NEG.active.optative.PRES] => |ʈʰʲ|u|꜖꜒|ɹˤ|-
[not.Q.none.none.2.NEG.active.optative.PAST] => |ᵑǃʼʷ|a|꜖꜒|ɴʲ|-
[not.Q.none.none.2.NEG.passive.indicative.PRES] => |ʔ|i|꜒꜖|nʷ|-
[not.Q.none.none.2.NEG.passive.indicative.PAST] => |ʋʲ|i|꜒꜖|ɰʲ|-
[not.Q.none.none.2.NEG.passive.imperative.PRES] => |pʰˤ|u|̰꜖|ɴʷ|-
[not.Q.none.none.2.NEG.passive.imperative.PAST] => |ᵏǀʰʷ|i|꜖|ɴˠ|-
[not.Q.none.none.2.NEG.passive.conditional.PRES] => |ᵏǀʰˤ|u#ː|̰꜒|ŋ̥ˤ|-
[not.Q.none.none.2.NEG.passive.conditional.PAST] => |ᵏǀˤ|ʉ|꜖|n̥ʲ|-
[not.Q.none.none.2.NEG.passive.optative.PRES] => |ʋʲ|a|꜒|ʡˠ|-
[not.Q.none.none.2.NEG.passive.optative.PAST] => |tʰʲ|a|꜖꜒|kʼˠ|-
[not.Q.none.none.2.POS.active.indicative.PRES] => |kʼˤ|uː|꜖|ɻʲ|-
[not.Q.none.none.2.POS.active.indicative.PAST] => |ᵏǃˠ|i|꜖꜒|mˤ|-
[not.Q.none.none.2.POS.active.imperative.PRES] => |ᵏǁʲ|u|̰꜖|kʼˠ|-
[not.Q.none.none.2.POS.active.imperative.PAST] => |pʼʲ|a|꜖|ɴʷ|-
[not.Q.none.none.2.POS.active.conditional.PRES] => |ɴˤ|ᵊ|꜖꜒|ʈʼˠ|-
[not.Q.none.none.2.POS.active.conditional.PAST] => |ᵑǃʼʷ|aː|꜖|ɳ̥ʲ|-
[not.Q.none.none.2.POS.active.optative.PRES] => |ʛʷ|i|꜒|qˤ|-
[not.Q.none.none.2.POS.active.optative.PAST] => |ᵏǃʼˠ|iː|̰꜖|ʂˠ|-
[not.Q.none.none.2.POS.passive.indicative.PRES] => |ʡʲ|ʉ#|̰꜖|qʼʲ|-
[not.Q.none.none.2.POS.passive.indicative.PAST] => |ɓˠ|ᵊ|̰꜒|ɳˠ|-
[not.Q.none.none.2.POS.passive.imperative.PRES] => |m̥ˠ|a|꜖|tɬˠ|-
[not.Q.none.none.2.POS.passive.imperative.PAST] => |ʋʲ|aː|꜖|t͡sʷ|-
[not.Q.none.none.2.POS.passive.conditional.PRES] => |ᵏǀʰˠ|i|꜖|t͡sˠ|-
[not.Q.none.none.2.POS.passive.conditional.PAST] => |mʲ|uː|̰꜖|sʲ|-
[not.Q.none.none.2.POS.passive.optative.PRES] => |ᵑǀʼˠ|a|꜖|lˠ|-
[not.Q.none.none.2.POS.passive.optative.PAST] => |pʰˤ|u#ː|꜖꜒|ŋ̥ʷ|-
[not.Q.none.none.3.cl.1.NEG.active.indicative.PRES] => |t͡sˠ|ʉ|̰꜒|ɾʲ|-
[not.Q.none.none.3.cl.1.NEG.active.indicative.PAST] => |tʰˤ|a#|̰꜒|tʼʷ|-
[not.Q.none.none.3.cl.1.NEG.active.imperative.PRES] => |ɴʲ|a|꜒|t͡sˤ|-
[not.Q.none.none.3.cl.1.NEG.active.imperative.PAST] => |ᵑǀˤ|i|꜒|ʄˠ|-
[not.Q.none.none.3.cl.1.NEG.active.conditional.PRES] => |ɳʲ|u#|꜖꜒|ɴˤ|-
[not.Q.none.none.3.cl.1.NEG.active.conditional.PAST] => |ᵑǃʼˤ|a#ː|꜖|rʷ|-
[not.Q.none.none.3.cl.1.NEG.active.optative.PRES] => |ᵏǁʼˠ|ʉː|꜒|ɰˤ|-
[not.Q.none.none.3.cl.1.NEG.active.optative.PAST] => |pʰˤ|ᵊ|̰꜒|hkʷ|-
[not.Q.none.none.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǀʷ|ʉː|̰꜒|pʼʲ|-
[not.Q.none.none.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǃʷ|ʉ|꜒꜖|pʼˤ|-
[not.Q.none.none.3.cl.1.NEG.passive.imperative.PRES] => |r̥ʷ|i|꜖|qʼˠ|-
[not.Q.none.none.3.cl.1.NEG.passive.imperative.PAST] => |qʼʷ|i#|̰꜒|ɳ̥ʲ|-
[not.Q.none.none.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃʼˠ|aː|̰꜖|ŋˤ|-
[not.Q.none.none.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʼʷ|a#ː|̰꜒|nʲ|-
[not.Q.none.none.3.cl.1.NEG.passive.optative.PRES] => |pʰʲ|aː|̰꜒|qʼʷ|-
[not.Q.none.none.3.cl.1.NEG.passive.optative.PAST] => |lˠ|iː|꜒꜖|ɠʷ|-
[not.Q.none.none.3.cl.1.POS.active.indicative.PRES] => |ʔ|aː|̰꜖|nʷ|-
[not.Q.none.none.3.cl.1.POS.active.indicative.PAST] => |ɳʲ|i|̰꜖|kʼˠ|-
[not.Q.none.none.3.cl.1.POS.active.imperative.PRES] => |t͡sˠ|i|꜒꜖|ŋ̥ˤ|-
[not.Q.none.none.3.cl.1.POS.active.imperative.PAST] => |ᵏǀʼˠ|a#ː|̰꜖|ɻʲ|-
[not.Q.none.none.3.cl.1.POS.active.conditional.PRES] => |ʈʲ|i#|꜖|tʷ|-
[not.Q.none.none.3.cl.1.POS.active.conditional.PAST] => |t͡sˠ|a|꜒꜖|wˠ|-
[not.Q.none.none.3.cl.1.POS.active.optative.PRES] => |ʋˠ|aː|̰꜒|lʲ|-
[not.Q.none.none.3.cl.1.POS.active.optative.PAST] => |tʼʲ|a|꜒|ʜˠ|-
[not.Q.none.none.3.cl.1.POS.passive.indicative.PRES] => |ŋʲ|aː|꜖꜒|ɠˤ|-
[not.Q.none.none.3.cl.1.POS.passive.indicative.PAST] => |ʄʲ|a|꜒|ɰʲ|-
[not.Q.none.none.3.cl.1.POS.passive.imperative.PRES] => |sʲ|a|̰꜖|ʛʷ|-
[not.Q.none.none.3.cl.1.POS.passive.imperative.PAST] => |ɻʲ|u|꜖꜒|ʂˠ|-
[not.Q.none.none.3.cl.1.POS.passive.conditional.PRES] => |hʈʲ|uː|꜖|nʲ|-
[not.Q.none.none.3.cl.1.POS.passive.conditional.PAST] => |ʋˤ|u#ː|꜒|ŋʲ|-
[not.Q.none.none.3.cl.1.POS.passive.optative.PRES] => |ɳˠ|u#|꜖꜒|ɓˠ|-
[not.Q.none.none.3.cl.1.POS.passive.optative.PAST] => |tɬʲ|a|꜒꜖|t͡sʲ|-
[not.Q.none.none.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃʼˤ|i|꜖꜒|ɗʲ|-
[not.Q.none.none.3.cl.2.NEG.active.indicative.PAST] => |hkˤ|u#ː|̰꜒|ʛˤ|-
[not.Q.none.none.3.cl.2.NEG.active.imperative.PRES] => |hkˠ|i|꜒|ɠʲ|-
[not.Q.none.none.3.cl.2.NEG.active.imperative.PAST] => |ɗʷ|ʉ#|̰꜒|qˤ|-
[not.Q.none.none.3.cl.2.NEG.active.conditional.PRES] => |ᵏǀʼʷ|ʉ#|꜒|hʈˠ|-
[not.Q.none.none.3.cl.2.NEG.active.conditional.PAST] => |ᵏǀʰʷ|a|̰꜒|ʄʲ|-
[not.Q.none.none.3.cl.2.NEG.active.optative.PRES] => |ɗˠ|ʉ#|꜖|ŋʲ|-
[not.Q.none.none.3.cl.2.NEG.active.optative.PAST] => |r̥ʲ|i#|꜒꜖|tʰˠ|-
[not.Q.none.none.3.cl.2.NEG.passive.indicative.PRES] => |ʋˤ|i#ː|꜖|ŋʷ|-
[not.Q.none.none.3.cl.2.NEG.passive.indicative.PAST] => |hʈʲ|uː|꜖꜒|ɗˤ|-
[not.Q.none.none.3.cl.2.NEG.passive.imperative.PRES] => |hkˤ|a#|꜒|t͡sʲ|-
[not.Q.none.none.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʰʷ|a|̰꜖|ŋʲ|-
[not.Q.none.none.3.cl.2.NEG.passive.conditional.PRES] => |ʂʲ|i#|̰꜖|kʼˠ|-
[not.Q.none.none.3.cl.2.NEG.passive.conditional.PAST] => |kʰʲ|ᵊ|꜒|tʼˤ|-
[not.Q.none.none.3.cl.2.NEG.passive.optative.PRES] => |ᵑǃʼʲ|a|꜒|qʷ|-
[not.Q.none.none.3.cl.2.NEG.passive.optative.PAST] => |ɗˤ|ʉː|꜖꜒|d͡ʐʲ|-
[not.Q.none.none.3.cl.2.POS.active.indicative.PRES] => |r̥ˠ|a|꜒꜖|rˠ|-
[not.Q.none.none.3.cl.2.POS.active.indicative.PAST] => |tʷ|a|꜖|ɹʷ|-
[not.Q.none.none.3.cl.2.POS.active.imperative.PRES] => |ᵏǃʼʲ|ᵊ|꜒꜖|ɗʷ|-
[not.Q.none.none.3.cl.2.POS.active.imperative.PAST] => |n̥ˤ|ᵊ|꜒|ɭʲ|-
[not.Q.none.none.3.cl.2.POS.active.conditional.PRES] => |ᵑǀˤ|a|꜖꜒|ɠʷ|-
[not.Q.none.none.3.cl.2.POS.active.conditional.PAST] => |ʡˠ|ʉ|꜖|ɠʷ|-
[not.Q.none.none.3.cl.2.POS.active.optative.PRES] => |ᵏǃʲ|i#|꜒|ʄʲ|-
[not.Q.none.none.3.cl.2.POS.active.optative.PAST] => |ᵏǁʲ|ʉ#|꜖꜒|d͡ʐʲ|-
[not.Q.none.none.3.cl.2.POS.passive.indicative.PRES] => |ᵏǀʰʷ|iː|꜒|ʄʲ|-
[not.Q.none.none.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀʰˤ|ʉ#ː|̰꜖|ɭˠ|-
[not.Q.none.none.3.cl.2.POS.passive.imperative.PRES] => |ɗʷ|a|꜖꜒|tɬˠ|-
[not.Q.none.none.3.cl.2.POS.passive.imperative.PAST] => |r̥ˤ|ᵊ|̰꜖|ɹˤ|-
[not.Q.none.none.3.cl.2.POS.passive.conditional.PRES] => |m̥ʲ|u|꜖꜒|t͡sʲ|-
[not.Q.none.none.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʼˠ|i#ː|꜖|kʼʷ|-
[not.Q.none.none.3.cl.2.POS.passive.optative.PRES] => |m̥ʲ|ʉː|꜖꜒|hʈʲ|-
[not.Q.none.none.3.cl.2.POS.passive.optative.PAST] => |tʼˤ|i|꜒꜖|tʲ|-
[not.Q.none.none.3.cl.3.NEG.active.indicative.PRES] => |ɓˤ|ᵊ|꜒꜖|tʼˤ|-
[not.Q.none.none.3.cl.3.NEG.active.indicative.PAST] => |ʛʷ|ʉ|꜒꜖|pʼˤ|-
[not.Q.none.none.3.cl.3.NEG.active.imperative.PRES] => |ʂˠ|a#|꜒꜖|hkʷ|-
[not.Q.none.none.3.cl.3.NEG.active.imperative.PAST] => |r̥ʲ|i#|̰꜖|ʈʰʲ|-
[not.Q.none.none.3.cl.3.NEG.active.conditional.PRES] => |ŋʲ|a|꜖꜒|t͡ʂʲ|-
[not.Q.none.none.3.cl.3.NEG.active.conditional.PAST] => |nʲ|ᵊ|꜒|kʰˠ|-
[not.Q.none.none.3.cl.3.NEG.active.optative.PRES] => |hpʲ|i|꜒꜖|ɰʲ|-
[not.Q.none.none.3.cl.3.NEG.active.optative.PAST] => |r̥ʲ|i#|꜖|qʼˤ|-
[not.Q.none.none.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃʼˠ|ʉ#|̰꜒|t͡sˤ|-
[not.Q.none.none.3.cl.3.NEG.passive.indicative.PAST] => |t͡ʂˠ|aː|̰꜒|kʼˠ|-
[not.Q.none.none.3.cl.3.NEG.passive.imperative.PRES] => |qʷ|a|̰꜖|ɹˠ|-
[not.Q.none.none.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǀʼˠ|iː|̰꜒|kʰʲ|-
[not.Q.none.none.3.cl.3.NEG.passive.conditional.PRES] => |ŋ̥ˤ|i#ː|꜖꜒|r̥ˤ|-
[not.Q.none.none.3.cl.3.NEG.passive.conditional.PAST] => |hpˠ|a|꜒|kʲ|-
[not.Q.none.none.3.cl.3.NEG.passive.optative.PRES] => |tʰˤ|u|꜒|ɗʷ|-
[not.Q.none.none.3.cl.3.NEG.passive.optative.PAST] => |ɥˤ|ᵊ|꜖꜒|sˤ|-
[not.Q.none.none.3.cl.3.POS.active.indicative.PRES] => |ᵑǃʼˤ|i#ː|꜖|r̥ʷ|-
[not.Q.none.none.3.cl.3.POS.active.indicative.PAST] => |ʛˠ|a#|꜒|ʈʰˠ|-
[not.Q.none.none.3.cl.3.POS.active.imperative.PRES] => |j|u#ː|꜒꜖|sʷ|-
[not.Q.none.none.3.cl.3.POS.active.imperative.PAST] => |ʃˠ|ᵊ|꜖|ʈʼʲ|-
[not.Q.none.none.3.cl.3.POS.active.conditional.PRES] => |nʷ|ᵊ|꜖꜒|ɹˠ|-
[not.Q.none.none.3.cl.3.POS.active.conditional.PAST] => |ᵏǃˤ|u|꜖꜒|ɰʷ|-
[not.Q.none.none.3.cl.3.POS.active.optative.PRES] => |ɓˠ|iː|̰꜖|tʼʷ|-
[not.Q.none.none.3.cl.3.POS.active.optative.PAST] => |ɻˠ|aː|̰꜒|ɽʲ|-
[not.Q.none.none.3.cl.3.POS.passive.indicative.PRES] => |ɭʲ|ʉː|̰꜒|htʲ|-
[not.Q.none.none.3.cl.3.POS.passive.indicative.PAST] => |ʈʲ|iː|꜒|ʈˠ|-
[not.Q.none.none.3.cl.3.POS.passive.imperative.PRES] => |nʲ|a#ː|꜒|tʼˠ|-
[not.Q.none.none.3.cl.3.POS.passive.imperative.PAST] => |pʼˠ|ʉ|꜖|tʼʲ|-
[not.Q.none.none.3.cl.3.POS.passive.conditional.PRES] => |tʼˤ|a#ː|꜖|d͡ʐˠ|-
[not.Q.none.none.3.cl.3.POS.passive.conditional.PAST] => |ᵏǃʰˤ|a|꜖|pʼˤ|-
[not.Q.none.none.3.cl.3.POS.passive.optative.PRES] => |ʃˠ|i|꜒꜖|tɬʲ|-
[not.Q.none.none.3.cl.3.POS.passive.optative.PAST] => |ɻˠ|a#|꜖|ɾʷ|-
[not.Q.none.none.3.cl.4.NEG.active.indicative.PRES] => |ɰˤ|ᵊ|̰꜖|qʷ|-
[not.Q.none.none.3.cl.4.NEG.active.indicative.PAST] => |t͡ʂʲ|ʉ|꜖꜒|tʷ|-
[not.Q.none.none.3.cl.4.NEG.active.imperative.PRES] => |ʋʲ|ᵊ|꜒|htʲ|-
[not.Q.none.none.3.cl.4.NEG.active.imperative.PAST] => |sˠ|i|̰꜒|m̥ʲ|-
[not.Q.none.none.3.cl.4.NEG.active.conditional.PRES] => |ʡʲ|i|̰꜖|ɰˤ|-
[not.Q.none.none.3.cl.4.NEG.active.conditional.PAST] => |ᵑǀʼˠ|i#ː|̰꜒|mʲ|-
[not.Q.none.none.3.cl.4.NEG.active.optative.PRES] => |pʲ|u|꜒꜖|ʈʼˠ|-
[not.Q.none.none.3.cl.4.NEG.active.optative.PAST] => |ɥʲ|a#ː|꜒|sˠ|-
[not.Q.none.none.3.cl.4.NEG.passive.indicative.PRES] => |qʼˠ|a|꜒|qʲ|-
[not.Q.none.none.3.cl.4.NEG.passive.indicative.PAST] => |n̥ˠ|a#ː|̰꜒|kʰʷ|-
[not.Q.none.none.3.cl.4.NEG.passive.imperative.PRES] => |qˠ|iː|꜒|n̥ˠ|-
[not.Q.none.none.3.cl.4.NEG.passive.imperative.PAST] => |kʼˤ|i#ː|̰꜒|hkʲ|-
[not.Q.none.none.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǀʰˠ|u|꜖|qʲ|-
[not.Q.none.none.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃʷ|i#|̰꜒|wˠ|-
[not.Q.none.none.3.cl.4.NEG.passive.optative.PRES] => |ᵏǀʼˠ|i|̰꜒|tʰˤ|-
[not.Q.none.none.3.cl.4.NEG.passive.optative.PAST] => |ɹʷ|ᵊ|꜒|ɹˠ|-
[not.Q.none.none.3.cl.4.POS.active.indicative.PRES] => |ɓʲ|i#|꜖|kʼˤ|-
[not.Q.none.none.3.cl.4.POS.active.indicative.PAST] => |kʲ|ᵊ|꜖꜒|ɾˠ|-
[not.Q.none.none.3.cl.4.POS.active.imperative.PRES] => |pʼˤ|ʉ|̰꜒|ɴʷ|-
[not.Q.none.none.3.cl.4.POS.active.imperative.PAST] => |sˤ|a|̰꜒|pʰʲ|-
[not.Q.none.none.3.cl.4.POS.active.conditional.PRES] => |kʷ|ᵊ|꜖|ʡˠ|-
[not.Q.none.none.3.cl.4.POS.active.conditional.PAST] => |htʷ|aː|̰꜖|t͡ʂʲ|-
[not.Q.none.none.3.cl.4.POS.active.optative.PRES] => |ʈʼˠ|i|꜖꜒|ʜˠ|-
[not.Q.none.none.3.cl.4.POS.active.optative.PAST] => |tʰˤ|a|̰꜒|ʈʲ|-
[not.Q.none.none.3.cl.4.POS.passive.indicative.PRES] => |ɹʷ|a#ː|̰꜖|ŋ̥ˤ|-
[not.Q.none.none.3.cl.4.POS.passive.indicative.PAST] => |ʛʲ|a|꜖|ŋʲ|-
[not.Q.none.none.3.cl.4.POS.passive.imperative.PRES] => |ɠʷ|a|꜖꜒|ŋ̥ʷ|-
[not.Q.none.none.3.cl.4.POS.passive.imperative.PAST] => |ᵑǃʷ|iː|꜖|mˠ|-
[not.Q.none.none.3.cl.4.POS.passive.conditional.PRES] => |ɠʲ|iː|꜖꜒|t͡ʂʲ|-
[not.Q.none.none.3.cl.4.POS.passive.conditional.PAST] => |ɭʲ|i|̰꜒|htˠ|-
[not.Q.none.none.3.cl.4.POS.passive.optative.PRES] => |r̥ˠ|ᵊ|꜒꜖|nˠ|-
[not.Q.none.none.3.cl.4.POS.passive.optative.PAST] => |t͡ʃ|i|꜒|ɓʲ|-
[not.Q.none.1incl.1incl.NEG.active.indicative.PRES] => |t͡sˤ|ʉ|꜖|ɠʲ|-
[not.Q.none.1incl.1incl.NEG.active.indicative.PAST] => |ʂˠ|ᵊ|꜒|d͡ʐˠ|-
[not.Q.none.1incl.1incl.NEG.active.imperative.PRES] => |ᵑǀʷ|ʉ|̰꜖|ʂˠ|-
[not.Q.none.1incl.1incl.NEG.active.imperative.PAST] => |t͡ʂˠ|u#|̰꜖|ɽˠ|-
[not.Q.none.1incl.1incl.NEG.active.conditional.PRES] => |tʰʷ|i#ː|꜒|tʰʷ|-
[not.Q.none.1incl.1incl.NEG.active.conditional.PAST] => |sˤ|i#|꜒꜖|n̥ʷ|-
[not.Q.none.1incl.1incl.NEG.active.optative.PRES] => |ɹˤ|a|̰꜒|ŋ̥ʷ|-
[not.Q.none.1incl.1incl.NEG.active.optative.PAST] => |ɠˤ|u#|꜖|wˤ|-
[not.Q.none.1incl.1incl.NEG.passive.indicative.PRES] => |t͡sˠ|i|꜖꜒|rʷ|-
[not.Q.none.1incl.1incl.NEG.passive.indicative.PAST] => |ʔ|i|꜒|pˤ|-
[not.Q.none.1incl.1incl.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|a|̰꜖|r̥ˤ|-
[not.Q.none.1incl.1incl.NEG.passive.imperative.PAST] => |htˤ|ʉ#ː|꜖|ɴˤ|-
[not.Q.none.1incl.1incl.NEG.passive.conditional.PRES] => |ŋ̥ˠ|aː|꜒꜖|pʰˤ|-
[not.Q.none.1incl.1incl.NEG.passive.conditional.PAST] => |ɾˠ|ᵊ|̰꜖|ɠʲ|-
[not.Q.none.1incl.1incl.NEG.passive.optative.PRES] => |nˤ|i|꜖|tɬʲ|-
[not.Q.none.1incl.1incl.NEG.passive.optative.PAST] => |qʼʷ|ᵊ|꜖|tʼʲ|-
[not.Q.none.1incl.1incl.POS.active.indicative.PRES] => |ɰʲ|i|꜖꜒|ɹʲ|-
[not.Q.none.1incl.1incl.POS.active.indicative.PAST] => |ɠʷ|aː|꜒|t͡sʲ|-
[not.Q.none.1incl.1incl.POS.active.imperative.PRES] => |qʼʲ|i|̰꜒|ɳˠ|-
[not.Q.none.1incl.1incl.POS.active.imperative.PAST] => |sʷ|ʉ#|꜖꜒|ʡˠ|-
[not.Q.none.1incl.1incl.POS.active.conditional.PRES] => |ʛʲ|ʉ|꜖|ɰʲ|-
[not.Q.none.1incl.1incl.POS.active.conditional.PAST] => |ᵏǀˤ|ʉ|̰꜒|ɾˠ|-
[not.Q.none.1incl.1incl.POS.active.optative.PRES] => |ɳ̥ˠ|u|꜒|qʷ|-
[not.Q.none.1incl.1incl.POS.active.optative.PAST] => |htˤ|iː|꜖|pʼˠ|-
[not.Q.none.1incl.1incl.POS.passive.indicative.PRES] => |kˠ|ʉː|꜒꜖|ŋ̥ʷ|-
[not.Q.none.1incl.1incl.POS.passive.indicative.PAST] => |ʈʼʲ|aː|꜒꜖|ɽˠ|-
[not.Q.none.1incl.1incl.POS.passive.imperative.PRES] => |tʼʲ|u|꜖|ɹʷ|-
[not.Q.none.1incl.1incl.POS.passive.imperative.PAST] => |mʲ|iː|꜒꜖|ɹʲ|-
[not.Q.none.1incl.1incl.POS.passive.conditional.PRES] => |ᵏǁʼʲ|i|̰꜖|ɗʷ|-
[not.Q.none.1incl.1incl.POS.passive.conditional.PAST] => |ɥˤ|ʉ|꜒|ɹˠ|-
[not.Q.none.1incl.1incl.POS.passive.optative.PRES] => |sˤ|ʉ#ː|꜒꜖|ɓˤ|-
[not.Q.none.1incl.1incl.POS.passive.optative.PAST] => |ᵏǀʰˠ|ʉ#|꜖|qˠ|-
[not.Q.none.1incl.1excl.NEG.active.indicative.PRES] => |ᵑǃʼˠ|a|꜖|ɰʷ|-
[not.Q.none.1incl.1excl.NEG.active.indicative.PAST] => |ᵏǀʲ|u|̰꜒|ɾˤ|-
[not.Q.none.1incl.1excl.NEG.active.imperative.PRES] => |ᵑǀʷ|ʉ|꜒꜖|kʼʲ|-
[not.Q.none.1incl.1excl.NEG.active.imperative.PAST] => |ᵑǀʲ|i|̰꜒|hkˠ|-
[not.Q.none.1incl.1excl.NEG.active.conditional.PRES] => |ᵏǀʰʷ|a#ː|꜖꜒|tʼˠ|-
[not.Q.none.1incl.1excl.NEG.active.conditional.PAST] => |d͡ʐʲ|ᵊ|꜒|hkʷ|-
[not.Q.none.1incl.1excl.NEG.active.optative.PRES] => |hkʷ|i#|̰꜖|ŋˤ|-
[not.Q.none.1incl.1excl.NEG.active.optative.PAST] => |ɴʷ|a|̰꜖|kʷ|-
[not.Q.none.1incl.1excl.NEG.passive.indicative.PRES] => |ɹˠ|i|̰꜒|tʼˠ|-
[not.Q.none.1incl.1excl.NEG.passive.indicative.PAST] => |pʼˠ|a|꜖꜒|ʛʲ|-
[not.Q.none.1incl.1excl.NEG.passive.imperative.PRES] => |ᵑǀʼˤ|iː|꜖꜒|ɥʲ|-
[not.Q.none.1incl.1excl.NEG.passive.imperative.PAST] => |tˠ|a|꜖꜒|ŋˤ|-
[not.Q.none.1incl.1excl.NEG.passive.conditional.PRES] => |ɻʲ|iː|꜒꜖|ʂˠ|-
[not.Q.none.1incl.1excl.NEG.passive.conditional.PAST] => |ᵏǁʼʲ|a#|꜖꜒|kˠ|-
[not.Q.none.1incl.1excl.NEG.passive.optative.PRES] => |ɳ̥ˠ|i|̰꜖|ɴʷ|-
[not.Q.none.1incl.1excl.NEG.passive.optative.PAST] => |ᵑǀʲ|i|꜖|ɗˠ|-
[not.Q.none.1incl.1excl.POS.active.indicative.PRES] => |ᵑǀʼʲ|ᵊ|꜖|kʼʷ|-
[not.Q.none.1incl.1excl.POS.active.indicative.PAST] => |ɠˤ|u#ː|꜖|ʈˠ|-
[not.Q.none.1incl.1excl.POS.active.imperative.PRES] => |n̥ˠ|ʉ|꜒꜖|rˤ|-
[not.Q.none.1incl.1excl.POS.active.imperative.PAST] => |n̥ʲ|i|꜖|ɻˠ|-
[not.Q.none.1incl.1excl.POS.active.conditional.PRES] => |ᵏǀʼʲ|i|꜒|ɭʲ|-
[not.Q.none.1incl.1excl.POS.active.conditional.PAST] => |ᵏǃʰʲ|ʉ#|꜖꜒|t͡ʃ|-
[not.Q.none.1incl.1excl.POS.active.optative.PRES] => |kʷ|ʉ|̰꜖|qˠ|-
[not.Q.none.1incl.1excl.POS.active.optative.PAST] => |ʋˤ|ʉ#ː|꜒|t͡ʂʲ|-
[not.Q.none.1incl.1excl.POS.passive.indicative.PRES] => |pʲ|a|̰꜒|ʛˠ|-
[not.Q.none.1incl.1excl.POS.passive.indicative.PAST] => |ɹˠ|i#|̰꜖|tʼʲ|-
[not.Q.none.1incl.1excl.POS.passive.imperative.PRES] => |ʃʲ|ᵊ|꜖|ɹˤ|-
[not.Q.none.1incl.1excl.POS.passive.imperative.PAST] => |rʲ|aː|꜒꜖|ʈʼʲ|-
[not.Q.none.1incl.1excl.POS.passive.conditional.PRES] => |ᵑǀˤ|ᵊ|꜖꜒|m̥ʲ|-
[not.Q.none.1incl.1excl.POS.passive.conditional.PAST] => |sʲ|u|̰꜒|ɹʲ|-
[not.Q.none.1incl.1excl.POS.passive.optative.PRES] => |htˤ|uː|꜒꜖|ʔ|-
[not.Q.none.1incl.1excl.POS.passive.optative.PAST] => |kʰˤ|aː|̰꜒|ŋʷ|-
[not.Q.none.1incl.2.NEG.active.indicative.PRES] => |ʈˠ|aː|꜒꜖|ɾʲ|-
[not.Q.none.1incl.2.NEG.active.indicative.PAST] => |ᵏǃʰʲ|uː|꜖|ʜˠ|-
[not.Q.none.1incl.2.NEG.active.imperative.PRES] => |nˤ|u#|꜒|ɽʲ|-
[not.Q.none.1incl.2.NEG.active.imperative.PAST] => |r̥ʲ|ʉː|꜖|pʼˤ|-
[not.Q.none.1incl.2.NEG.active.conditional.PRES] => |pʲ|ʉ#|̰꜖|wˤ|-
[not.Q.none.1incl.2.NEG.active.conditional.PAST] => |t͡ʂʲ|ʉ|꜖꜒|pˠ|-
[not.Q.none.1incl.2.NEG.active.optative.PRES] => |ʜʲ|i|꜒꜖|tʼˠ|-
[not.Q.none.1incl.2.NEG.active.optative.PAST] => |pʰʲ|iː|꜒꜖|ɰˠ|-
[not.Q.none.1incl.2.NEG.passive.indicative.PRES] => |ʂʲ|ʉː|̰꜒|ɴʷ|-
[not.Q.none.1incl.2.NEG.passive.indicative.PAST] => |ʂˠ|aː|꜒|nˤ|-
[not.Q.none.1incl.2.NEG.passive.imperative.PRES] => |ᵑǀʼˤ|u#|꜒|rʲ|-
[not.Q.none.1incl.2.NEG.passive.imperative.PAST] => |qʼʲ|i|꜒|ʈʲ|-
[not.Q.none.1incl.2.NEG.passive.conditional.PRES] => |h|a|꜒|hkˤ|-
[not.Q.none.1incl.2.NEG.passive.conditional.PAST] => |nˠ|u|̰꜒|ɓʲ|-
[not.Q.none.1incl.2.NEG.passive.optative.PRES] => |hkʲ|a|꜖|wˠ|-
[not.Q.none.1incl.2.NEG.passive.optative.PAST] => |ɽʲ|ʉ|꜒꜖|ɴʷ|-
[not.Q.none.1incl.2.POS.active.indicative.PRES] => |nʲ|ʉː|꜒|sˤ|-
[not.Q.none.1incl.2.POS.active.indicative.PAST] => |sʷ|ᵊ|꜒|ɓˤ|-
[not.Q.none.1incl.2.POS.active.imperative.PRES] => |ʛˤ|ʉ|꜒|ʈʼˠ|-
[not.Q.none.1incl.2.POS.active.imperative.PAST] => |tʼʲ|ʉ#|꜒|ʡʲ|-
[not.Q.none.1incl.2.POS.active.conditional.PRES] => |ɭʲ|iː|꜖꜒|t͡sˤ|-
[not.Q.none.1incl.2.POS.active.conditional.PAST] => |ɽˠ|i|꜒꜖|kʷ|-
[not.Q.none.1incl.2.POS.active.optative.PRES] => |ɴˠ|ʉ#ː|̰꜒|d͡ʐˠ|-
[not.Q.none.1incl.2.POS.active.optative.PAST] => |ᵏǃʰʷ|i#ː|꜒|tʼˤ|-
[not.Q.none.1incl.2.POS.passive.indicative.PRES] => |ʛˤ|i|꜖꜒|ɴʷ|-
[not.Q.none.1incl.2.POS.passive.indicative.PAST] => |d͡ʐˠ|iː|̰꜒|qʼˤ|-
[not.Q.none.1incl.2.POS.passive.imperative.PRES] => |hpʲ|uː|꜖꜒|tʲ|-
[not.Q.none.1incl.2.POS.passive.imperative.PAST] => |ʛˤ|iː|̰꜖|kˤ|-
[not.Q.none.1incl.2.POS.passive.conditional.PRES] => |ᵏǀʼʷ|a|̰꜖|lˠ|-
[not.Q.none.1incl.2.POS.passive.conditional.PAST] => |m̥ˠ|u#ː|̰꜖|qʲ|-
[not.Q.none.1incl.2.POS.passive.optative.PRES] => |ɓʲ|a|꜒꜖|tʰˤ|-
[not.Q.none.1incl.2.POS.passive.optative.PAST] => |hpˤ|a|꜖꜒|t͡ʂʲ|-
[not.Q.none.1incl.3.cl.1.NEG.active.indicative.PRES] => |ŋˠ|a|̰꜖|rˤ|-
[not.Q.none.1incl.3.cl.1.NEG.active.indicative.PAST] => |ŋ̥ˤ|a|꜒꜖|ɗˤ|-
[not.Q.none.1incl.3.cl.1.NEG.active.imperative.PRES] => |qʼʷ|ʉ|꜒|wˠ|-
[not.Q.none.1incl.3.cl.1.NEG.active.imperative.PAST] => |qʼˤ|ʉ#ː|꜖|ʈˠ|-
[not.Q.none.1incl.3.cl.1.NEG.active.conditional.PRES] => |ᵑǃˠ|uː|꜖|d͡ʐʲ|-
[not.Q.none.1incl.3.cl.1.NEG.active.conditional.PAST] => |ᵏǃˠ|ᵊ|꜖꜒|ɰˠ|-
[not.Q.none.1incl.3.cl.1.NEG.active.optative.PRES] => |ᵏǃʰˠ|uː|̰꜖|hkʲ|-
[not.Q.none.1incl.3.cl.1.NEG.active.optative.PAST] => |ʡʲ|u|̰꜒|j|-
[not.Q.none.1incl.3.cl.1.NEG.passive.indicative.PRES] => |tʼʲ|i|꜒꜖|qʼˤ|-
[not.Q.none.1incl.3.cl.1.NEG.passive.indicative.PAST] => |t͡sʷ|ʉ|꜒|ɗˠ|-
[not.Q.none.1incl.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǀʼʲ|u|̰꜖|tʼʷ|-
[not.Q.none.1incl.3.cl.1.NEG.passive.imperative.PAST] => |r̥ʷ|i|꜒꜖|ʈˠ|-
[not.Q.none.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǀʼˠ|i|̰꜖|hkʲ|-
[not.Q.none.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ɭˠ|i|̰꜖|ɾʲ|-
[not.Q.none.1incl.3.cl.1.NEG.passive.optative.PRES] => |tʰʲ|u|꜒꜖|t͡sʷ|-
[not.Q.none.1incl.3.cl.1.NEG.passive.optative.PAST] => |kʼʷ|a|꜖|tʼʷ|-
[not.Q.none.1incl.3.cl.1.POS.active.indicative.PRES] => |ɠʲ|a|꜒꜖|ɰʷ|-
[not.Q.none.1incl.3.cl.1.POS.active.indicative.PAST] => |n̥ʲ|i|꜖|ɠʷ|-
[not.Q.none.1incl.3.cl.1.POS.active.imperative.PRES] => |hkˠ|a#|̰꜒|tʼʲ|-
[not.Q.none.1incl.3.cl.1.POS.active.imperative.PAST] => |ᵑǃʼˤ|ʉ|꜖꜒|t͡ʂˠ|-
[not.Q.none.1incl.3.cl.1.POS.active.conditional.PRES] => |m̥ˤ|ᵊ|꜒꜖|ʈʼˠ|-
[not.Q.none.1incl.3.cl.1.POS.active.conditional.PAST] => |ᵏǁˠ|ʉ|꜒꜖|ɹʷ|-
[not.Q.none.1incl.3.cl.1.POS.active.optative.PRES] => |ɴʷ|i|꜖꜒|r̥ʷ|-
[not.Q.none.1incl.3.cl.1.POS.active.optative.PAST] => |r̥ˤ|ʉː|̰꜖|sˠ|-
[not.Q.none.1incl.3.cl.1.POS.passive.indicative.PRES] => |wʲ|a|꜒꜖|ɾˠ|-
[not.Q.none.1incl.3.cl.1.POS.passive.indicative.PAST] => |ᵑǃˠ|a|꜒꜖|ɠˠ|-
[not.Q.none.1incl.3.cl.1.POS.passive.imperative.PRES] => |ɳ̥ˠ|ʉ#|̰꜖|tˠ|-
[not.Q.none.1incl.3.cl.1.POS.passive.imperative.PAST] => |ᵑǁˠ|iː|꜒|ɠˤ|-
[not.Q.none.1incl.3.cl.1.POS.passive.conditional.PRES] => |ᵑǀˠ|ᵊ|̰꜖|kʲ|-
[not.Q.none.1incl.3.cl.1.POS.passive.conditional.PAST] => |kʰˠ|u|̰꜖|ɳ̥ˠ|-
[not.Q.none.1incl.3.cl.1.POS.passive.optative.PRES] => |kʼˠ|ᵊ|̰꜒|wˠ|-
[not.Q.none.1incl.3.cl.1.POS.passive.optative.PAST] => |ʋˤ|ʉ#ː|꜒|ŋˤ|-
[not.Q.none.1incl.3.cl.2.NEG.active.indicative.PRES] => |ᵏǀʲ|i#|̰꜒|ɹʷ|-
[not.Q.none.1incl.3.cl.2.NEG.active.indicative.PAST] => |ŋʲ|a|̰꜖|hkˠ|-
[not.Q.none.1incl.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʼʲ|u#ː|꜒|lʲ|-
[not.Q.none.1incl.3.cl.2.NEG.active.imperative.PAST] => |sʲ|aː|꜖|ɰʲ|-
[not.Q.none.1incl.3.cl.2.NEG.active.conditional.PRES] => |ʂʲ|ᵊ|꜒|hʈʲ|-
[not.Q.none.1incl.3.cl.2.NEG.active.conditional.PAST] => |ɰˠ|a#|꜖꜒|ɗʲ|-
[not.Q.none.1incl.3.cl.2.NEG.active.optative.PRES] => |ɓʲ|i|꜒꜖|ʃˠ|-
[not.Q.none.1incl.3.cl.2.NEG.active.optative.PAST] => |tʼʲ|i|꜒꜖|kʼʷ|-
[not.Q.none.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ʛˤ|a|꜒꜖|nˤ|-
[not.Q.none.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ʋˤ|u|꜖|pʰʲ|-
[not.Q.none.1incl.3.cl.2.NEG.passive.imperative.PRES] => |kʰˠ|a|꜒|ɓˤ|-
[not.Q.none.1incl.3.cl.2.NEG.passive.imperative.PAST] => |ɳʲ|i|꜖|rʷ|-
[not.Q.none.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǁʼʲ|iː|̰꜖|n̥ʷ|-
[not.Q.none.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ɓʲ|ʉ|̰꜖|ʋˤ|-
[not.Q.none.1incl.3.cl.2.NEG.passive.optative.PRES] => |ʃˠ|i|꜖꜒|ɻʲ|-
[not.Q.none.1incl.3.cl.2.NEG.passive.optative.PAST] => |tʼʷ|ᵊ|̰꜒|n̥ˠ|-
[not.Q.none.1incl.3.cl.2.POS.active.indicative.PRES] => |ʜˠ|u|꜖꜒|sˠ|-
[not.Q.none.1incl.3.cl.2.POS.active.indicative.PAST] => |ᵑǃʷ|aː|꜖|ɥʲ|-
[not.Q.none.1incl.3.cl.2.POS.active.imperative.PRES] => |n̥ˠ|uː|꜒|ʈʰˠ|-
[not.Q.none.1incl.3.cl.2.POS.active.imperative.PAST] => |sˠ|ʉ#|꜒|ɗˠ|-
[not.Q.none.1incl.3.cl.2.POS.active.conditional.PRES] => |ɠˤ|i|꜖|r̥ˠ|-
[not.Q.none.1incl.3.cl.2.POS.active.conditional.PAST] => |t͡sʷ|i|̰꜒|tʲ|-
[not.Q.none.1incl.3.cl.2.POS.active.optative.PRES] => |hpˤ|u#ː|꜖|t͡sʷ|-
[not.Q.none.1incl.3.cl.2.POS.active.optative.PAST] => |qˤ|a|꜖꜒|ɳʲ|-
[not.Q.none.1incl.3.cl.2.POS.passive.indicative.PRES] => |pʼˤ|a|̰꜒|kʰˠ|-
[not.Q.none.1incl.3.cl.2.POS.passive.indicative.PAST] => |tˤ|ʉ#|꜒꜖|hkʲ|-
[not.Q.none.1incl.3.cl.2.POS.passive.imperative.PRES] => |ᵑǁʼˠ|aː|̰꜒|wˤ|-
[not.Q.none.1incl.3.cl.2.POS.passive.imperative.PAST] => |n̥ʷ|a#ː|꜒|tʼʷ|-
[not.Q.none.1incl.3.cl.2.POS.passive.conditional.PRES] => |d͡ʐˠ|i#ː|꜖꜒|mˤ|-
[not.Q.none.1incl.3.cl.2.POS.passive.conditional.PAST] => |ᵑǀˤ|a|꜖꜒|wˠ|-
[not.Q.none.1incl.3.cl.2.POS.passive.optative.PRES] => |tˤ|a#|꜒|ʃˠ|-
[not.Q.none.1incl.3.cl.2.POS.passive.optative.PAST] => |ɭʲ|i|꜒꜖|pʰˤ|-
[not.Q.none.1incl.3.cl.3.NEG.active.indicative.PRES] => |kʰʷ|ᵊ|꜒|tʼˤ|-
[not.Q.none.1incl.3.cl.3.NEG.active.indicative.PAST] => |ʈʼˠ|ᵊ|꜒|tʰʷ|-
[not.Q.none.1incl.3.cl.3.NEG.active.imperative.PRES] => |kʼʷ|ᵊ|꜖꜒|j|-
[not.Q.none.1incl.3.cl.3.NEG.active.imperative.PAST] => |qʼˠ|iː|꜒꜖|wˤ|-
[not.Q.none.1incl.3.cl.3.NEG.active.conditional.PRES] => |ɻʲ|a|꜒|rʲ|-
[not.Q.none.1incl.3.cl.3.NEG.active.conditional.PAST] => |t͡sˤ|a#|̰꜒|kʼˠ|-
[not.Q.none.1incl.3.cl.3.NEG.active.optative.PRES] => |ŋ̥ʲ|ᵊ|̰꜖|rˤ|-
[not.Q.none.1incl.3.cl.3.NEG.active.optative.PAST] => |ʃʲ|ᵊ|̰꜖|ʂʲ|-
[not.Q.none.1incl.3.cl.3.NEG.passive.indicative.PRES] => |hkˠ|a|꜒꜖|ɠˠ|-
[not.Q.none.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʰʷ|ᵊ|̰꜒|ʋʲ|-
[not.Q.none.1incl.3.cl.3.NEG.passive.imperative.PRES] => |h|ʉ|꜖꜒|qʼˤ|-
[not.Q.none.1incl.3.cl.3.NEG.passive.imperative.PAST] => |wʲ|ᵊ|꜖|ɴʷ|-
[not.Q.none.1incl.3.cl.3.NEG.passive.conditional.PRES] => |sʷ|i|̰꜖|pˤ|-
[not.Q.none.1incl.3.cl.3.NEG.passive.conditional.PAST] => |sˤ|ᵊ|꜖|ɳ̥ʲ|-
[not.Q.none.1incl.3.cl.3.NEG.passive.optative.PRES] => |ʂˠ|ᵊ|꜖꜒|ʡʲ|-
[not.Q.none.1incl.3.cl.3.NEG.passive.optative.PAST] => |nʷ|ᵊ|꜖|nʲ|-
[not.Q.none.1incl.3.cl.3.POS.active.indicative.PRES] => |tʼˠ|a|꜒|ʈʰʲ|-
[not.Q.none.1incl.3.cl.3.POS.active.indicative.PAST] => |ᵑǃʷ|ᵊ|꜖꜒|ʈʰˠ|-
[not.Q.none.1incl.3.cl.3.POS.active.imperative.PRES] => |ᵏǀʼʲ|i|꜒꜖|ɾʲ|-
[not.Q.none.1incl.3.cl.3.POS.active.imperative.PAST] => |ᵏǃʼʲ|ᵊ|꜖꜒|ŋˤ|-
[not.Q.none.1incl.3.cl.3.POS.active.conditional.PRES] => |m̥ʲ|aː|꜒|ʜˠ|-
[not.Q.none.1incl.3.cl.3.POS.active.conditional.PAST] => |kʰʲ|iː|̰꜖|ʈʼʲ|-
[not.Q.none.1incl.3.cl.3.POS.active.optative.PRES] => |hʈʲ|u#ː|꜒|qʼˠ|-
[not.Q.none.1incl.3.cl.3.POS.active.optative.PAST] => |ɓˠ|aː|꜒|ɠʲ|-
[not.Q.none.1incl.3.cl.3.POS.passive.indicative.PRES] => |ɰʲ|ᵊ|̰꜒|ɾʷ|-
[not.Q.none.1incl.3.cl.3.POS.passive.indicative.PAST] => |sʷ|ʉ#|꜖|ʔ|-
[not.Q.none.1incl.3.cl.3.POS.passive.imperative.PRES] => |ᵏǀʰˠ|ʉ|꜒꜖|ɴˠ|-
[not.Q.none.1incl.3.cl.3.POS.passive.imperative.PAST] => |ᵑǃʼˠ|ʉ|̰꜖|d͡ʐʲ|-
[not.Q.none.1incl.3.cl.3.POS.passive.conditional.PRES] => |nˤ|a|꜖|ɰˤ|-
[not.Q.none.1incl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǃʼˤ|u#|̰꜒|ʛˤ|-
[not.Q.none.1incl.3.cl.3.POS.passive.optative.PRES] => |ᵏǃˠ|i#ː|꜖꜒|sˠ|-
[not.Q.none.1incl.3.cl.3.POS.passive.optative.PAST] => |ʈʰˠ|i|̰꜖|tʰˠ|-
[not.Q.none.1incl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʰˠ|u|̰꜖|nʷ|-
[not.Q.none.1incl.3.cl.4.NEG.active.indicative.PAST] => |ɹˤ|a#ː|꜖|tʼʷ|-
[not.Q.none.1incl.3.cl.4.NEG.active.imperative.PRES] => |m̥ˤ|a|̰꜖|wʲ|-
[not.Q.none.1incl.3.cl.4.NEG.active.imperative.PAST] => |ᵑǀʼˠ|a|̰꜖|ɳʲ|-
[not.Q.none.1incl.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʲ|aː|꜖|ʃˠ|-
[not.Q.none.1incl.3.cl.4.NEG.active.conditional.PAST] => |lʲ|ᵊ|꜖꜒|tɬʲ|-
[not.Q.none.1incl.3.cl.4.NEG.active.optative.PRES] => |ᵑǁʲ|iː|꜖꜒|ɗʲ|-
[not.Q.none.1incl.3.cl.4.NEG.active.optative.PAST] => |ᵑǀʼʲ|ᵊ|꜖꜒|ɻʲ|-
[not.Q.none.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ʂʲ|i|꜒꜖|ɠʲ|-
[not.Q.none.1incl.3.cl.4.NEG.passive.indicative.PAST] => |qʼˤ|a|̰꜖|ɠˠ|-
[not.Q.none.1incl.3.cl.4.NEG.passive.imperative.PRES] => |kʼʷ|ʉː|꜒꜖|ɳˠ|-
[not.Q.none.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ɳʲ|u#ː|꜖|ʄʲ|-
[not.Q.none.1incl.3.cl.4.NEG.passive.conditional.PRES] => |ʋˠ|i|꜖꜒|tˠ|-
[not.Q.none.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ɹˠ|ʉ#ː|꜖꜒|ɓʲ|-
[not.Q.none.1incl.3.cl.4.NEG.passive.optative.PRES] => |ʡʲ|ʉ#|꜒꜖|m̥ˠ|-
[not.Q.none.1incl.3.cl.4.NEG.passive.optative.PAST] => |ʈʲ|i|꜖|ɾˠ|-
[not.Q.none.1incl.3.cl.4.POS.active.indicative.PRES] => |m̥ʲ|ᵊ|꜒|ɰʷ|-
[not.Q.none.1incl.3.cl.4.POS.active.indicative.PAST] => |tʷ|ʉ|꜖|tɬʲ|-
[not.Q.none.1incl.3.cl.4.POS.active.imperative.PRES] => |nʷ|ᵊ|꜒꜖|ɰˤ|-
[not.Q.none.1incl.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʼˤ|a|꜖|t͡ʂˠ|-
[not.Q.none.1incl.3.cl.4.POS.active.conditional.PRES] => |kˤ|i|꜒꜖|htˠ|-
[not.Q.none.1incl.3.cl.4.POS.active.conditional.PAST] => |ɠʲ|u#|̰꜒|ʂˠ|-
[not.Q.none.1incl.3.cl.4.POS.active.optative.PRES] => |ɳʲ|i|꜖꜒|ɻˠ|-
[not.Q.none.1incl.3.cl.4.POS.active.optative.PAST] => |ɽˠ|i|꜖|m̥ˠ|-
[not.Q.none.1incl.3.cl.4.POS.passive.indicative.PRES] => |ᵑǀʲ|a|̰꜖|ɗˤ|-
[not.Q.none.1incl.3.cl.4.POS.passive.indicative.PAST] => |ɓˤ|a#ː|꜒꜖|ʂʲ|-
[not.Q.none.1incl.3.cl.4.POS.passive.imperative.PRES] => |ɰʲ|uː|̰꜒|m̥ˤ|-
[not.Q.none.1incl.3.cl.4.POS.passive.imperative.PAST] => |ʈʼʲ|a|꜖|ɗˤ|-
[not.Q.none.1incl.3.cl.4.POS.passive.conditional.PRES] => |qʼˠ|i|꜖|m̥ˤ|-
[not.Q.none.1incl.3.cl.4.POS.passive.conditional.PAST] => |ɰʲ|a|꜒꜖|sˠ|-
[not.Q.none.1incl.3.cl.4.POS.passive.optative.PRES] => |ʈʰˠ|i|꜒꜖|ʂʲ|-
[not.Q.none.1incl.3.cl.4.POS.passive.optative.PAST] => |lˠ|aː|꜖|ʈʰˠ|-
[not.Q.none.1excl.1incl.NEG.active.indicative.PRES] => |tʼʷ|i#|̰꜒|ɓʲ|-
[not.Q.none.1excl.1incl.NEG.active.indicative.PAST] => |m̥ʲ|a#|̰꜒|ʈʼˠ|-
[not.Q.none.1excl.1incl.NEG.active.imperative.PRES] => |ɗˠ|a#|꜒|ɥˠ|-
[not.Q.none.1excl.1incl.NEG.active.imperative.PAST] => |ɠʷ|i|̰꜖|ŋˠ|-
[not.Q.none.1excl.1incl.NEG.active.conditional.PRES] => |ᵑǀˠ|i#|꜖|ɽʲ|-
[not.Q.none.1excl.1incl.NEG.active.conditional.PAST] => |ɴˤ|iː|꜖꜒|hpˤ|-
[not.Q.none.1excl.1incl.NEG.active.optative.PRES] => |tˤ|aː|꜖|rʲ|-
[not.Q.none.1excl.1incl.NEG.active.optative.PAST] => |wˠ|iː|̰꜒|ɽˠ|-
[not.Q.none.1excl.1incl.NEG.passive.indicative.PRES] => |ᵏǃʰˠ|i#|꜖꜒|m̥ˤ|-
[not.Q.none.1excl.1incl.NEG.passive.indicative.PAST] => |tʰˠ|ʉ|꜒꜖|rʲ|-
[not.Q.none.1excl.1incl.NEG.passive.imperative.PRES] => |sʲ|i#|̰꜖|ɴʷ|-
[not.Q.none.1excl.1incl.NEG.passive.imperative.PAST] => |tʼˤ|ʉ|̰꜒|kʼʲ|-
[not.Q.none.1excl.1incl.NEG.passive.conditional.PRES] => |tʰˠ|u|꜖|ɳˠ|-
[not.Q.none.1excl.1incl.NEG.passive.conditional.PAST] => |ᵑǁʲ|aː|꜒|ɹʷ|-
[not.Q.none.1excl.1incl.NEG.passive.optative.PRES] => |pʼˤ|a|̰꜖|ʂˠ|-
[not.Q.none.1excl.1incl.NEG.passive.optative.PAST] => |kʰʲ|i#|꜖꜒|ɗˠ|-
[not.Q.none.1excl.1incl.POS.active.indicative.PRES] => |ᵏǀʷ|a#ː|꜖꜒|ɠʲ|-
[not.Q.none.1excl.1incl.POS.active.indicative.PAST] => |ɳ̥ʲ|ʉ#ː|̰꜖|t͡sʲ|-
[not.Q.none.1excl.1incl.POS.active.imperative.PRES] => |ᵏǃˤ|a#ː|꜖|ŋ̥ʲ|-
[not.Q.none.1excl.1incl.POS.active.imperative.PAST] => |kʼˤ|a|̰꜒|wˤ|-
[not.Q.none.1excl.1incl.POS.active.conditional.PRES] => |ʜˠ|i|꜒|ɠʷ|-
[not.Q.none.1excl.1incl.POS.active.conditional.PAST] => |ᵏǀˤ|ᵊ|̰꜒|ɹˠ|-
[not.Q.none.1excl.1incl.POS.active.optative.PRES] => |pʲ|a#ː|꜖꜒|ʈʰˠ|-
[not.Q.none.1excl.1incl.POS.active.optative.PAST] => |ɴʲ|uː|̰꜒|qˤ|-
[not.Q.none.1excl.1incl.POS.passive.indicative.PRES] => |ʛʷ|a|̰꜒|ɻˠ|-
[not.Q.none.1excl.1incl.POS.passive.indicative.PAST] => |hkˠ|ᵊ|̰꜒|rʷ|-
[not.Q.none.1excl.1incl.POS.passive.imperative.PRES] => |tʲ|a|̰꜖|hkʲ|-
[not.Q.none.1excl.1incl.POS.passive.imperative.PAST] => |ᵑǁʼʲ|u|꜖꜒|j|-
[not.Q.none.1excl.1incl.POS.passive.conditional.PRES] => |ʛʷ|a#|꜒|tʼˤ|-
[not.Q.none.1excl.1incl.POS.passive.conditional.PAST] => |htʷ|i#|꜖꜒|sʷ|-
[not.Q.none.1excl.1incl.POS.passive.optative.PRES] => |nʷ|i|꜖꜒|hʈʲ|-
[not.Q.none.1excl.1incl.POS.passive.optative.PAST] => |ɻˠ|u|̰꜖|ŋ̥ʲ|-
[not.Q.none.1excl.1excl.NEG.active.indicative.PRES] => |ᵑǃʷ|a|̰꜖|ʂʲ|-
[not.Q.none.1excl.1excl.NEG.active.indicative.PAST] => |t͡sʷ|ʉ|꜖꜒|hkʲ|-
[not.Q.none.1excl.1excl.NEG.active.imperative.PRES] => |ʈʼʲ|aː|̰꜒|wˠ|-
[not.Q.none.1excl.1excl.NEG.active.imperative.PAST] => |ᵏǀʰˠ|ʉ|꜒꜖|rˠ|-
[not.Q.none.1excl.1excl.NEG.active.conditional.PRES] => |ᵑǃˠ|u#|꜒|ʔ|-
[not.Q.none.1excl.1excl.NEG.active.conditional.PAST] => |ʂʲ|i#ː|꜒|ɰˤ|-
[not.Q.none.1excl.1excl.NEG.active.optative.PRES] => |ʔ|a|̰꜒|qˤ|-
[not.Q.none.1excl.1excl.NEG.active.optative.PAST] => |t͡sʷ|ʉː|̰꜒|ɳ̥ˠ|-
[not.Q.none.1excl.1excl.NEG.passive.indicative.PRES] => |pʼˤ|ʉ#ː|꜒|ʄˠ|-
[not.Q.none.1excl.1excl.NEG.passive.indicative.PAST] => |ᵏǃʰʲ|i#|̰꜒|t͡sˤ|-
[not.Q.none.1excl.1excl.NEG.passive.imperative.PRES] => |ᵏǃʼˤ|ʉ#|̰꜒|ʂʲ|-
[not.Q.none.1excl.1excl.NEG.passive.imperative.PAST] => |ᵏǁʼʲ|u|̰꜖|ʜˠ|-
[not.Q.none.1excl.1excl.NEG.passive.conditional.PRES] => |ɳ̥ʲ|i|̰꜖|ʈʲ|-
[not.Q.none.1excl.1excl.NEG.passive.conditional.PAST] => |qʼˠ|a#|꜒꜖|ʂʲ|-
[not.Q.none.1excl.1excl.NEG.passive.optative.PRES] => |kʰʲ|a|꜒꜖|ŋ̥ˠ|-
[not.Q.none.1excl.1excl.NEG.passive.optative.PAST] => |ᵏǁʰˠ|i|꜖꜒|ɗʷ|-
[not.Q.none.1excl.1excl.POS.active.indicative.PRES] => |ɓʲ|a#ː|꜒꜖|sʷ|-
[not.Q.none.1excl.1excl.POS.active.indicative.PAST] => |ɽˠ|aː|̰꜒|ʋʲ|-
[not.Q.none.1excl.1excl.POS.active.imperative.PRES] => |ʜʲ|i#ː|̰꜖|wˤ|-
[not.Q.none.1excl.1excl.POS.active.imperative.PAST] => |h|i#|̰꜖|tʼˤ|-
[not.Q.none.1excl.1excl.POS.active.conditional.PRES] => |ɳ̥ˠ|i|̰꜒|ʛˤ|-
[not.Q.none.1excl.1excl.POS.active.conditional.PAST] => |ʛʲ|ʉ#|꜖꜒|lʲ|-
[not.Q.none.1excl.1excl.POS.active.optative.PRES] => |ʈʲ|ʉ|꜒꜖|h|-
[not.Q.none.1excl.1excl.POS.active.optative.PAST] => |mˤ|i|꜒|ɰʲ|-
[not.Q.none.1excl.1excl.POS.passive.indicative.PRES] => |ɗˠ|ʉ#|̰꜒|wʲ|-
[not.Q.none.1excl.1excl.POS.passive.indicative.PAST] => |h|a#|̰꜖|kʰˠ|-
[not.Q.none.1excl.1excl.POS.passive.imperative.PRES] => |ɴʷ|iː|̰꜖|t͡sˠ|-
[not.Q.none.1excl.1excl.POS.passive.imperative.PAST] => |ɗˤ|i#|꜒|ʡʲ|-
[not.Q.none.1excl.1excl.POS.passive.conditional.PRES] => |qʲ|a#ː|꜒꜖|ɠˤ|-
[not.Q.none.1excl.1excl.POS.passive.conditional.PAST] => |ʡˠ|ʉː|̰꜒|pˠ|-
[not.Q.none.1excl.1excl.POS.passive.optative.PRES] => |sʲ|aː|꜒꜖|t͡sʲ|-
[not.Q.none.1excl.1excl.POS.passive.optative.PAST] => |t͡sˤ|a|꜖|ɗˤ|-
[not.Q.none.1excl.2.NEG.active.indicative.PRES] => |ᵑǁʼʲ|u|̰꜒|htˤ|-
[not.Q.none.1excl.2.NEG.active.indicative.PAST] => |ʋˤ|u|̰꜖|ɰʲ|-
[not.Q.none.1excl.2.NEG.active.imperative.PRES] => |ɗʷ|i|꜖|ʋˤ|-
[not.Q.none.1excl.2.NEG.active.imperative.PAST] => |ᵑǀʲ|u|꜒꜖|rˤ|-
[not.Q.none.1excl.2.NEG.active.conditional.PRES] => |ᵑǃˠ|a#ː|꜒꜖|ɭʲ|-
[not.Q.none.1excl.2.NEG.active.conditional.PAST] => |ʈʼʲ|iː|꜖|pʼˤ|-
[not.Q.none.1excl.2.NEG.active.optative.PRES] => |hʈʲ|a#ː|꜒|r̥ʷ|-
[not.Q.none.1excl.2.NEG.active.optative.PAST] => |ᵏǁˠ|u|̰꜖|ɠˤ|-
[not.Q.none.1excl.2.NEG.passive.indicative.PRES] => |wʲ|u#|̰꜖|qˤ|-
[not.Q.none.1excl.2.NEG.passive.indicative.PAST] => |ᵑǀʼʷ|iː|꜒|n̥ʷ|-
[not.Q.none.1excl.2.NEG.passive.imperative.PRES] => |ɥˠ|i#ː|̰꜒|kʼˤ|-
[not.Q.none.1excl.2.NEG.passive.imperative.PAST] => |kʲ|a#ː|꜒꜖|ɾʷ|-
[not.Q.none.1excl.2.NEG.passive.conditional.PRES] => |ɗʲ|i|꜖꜒|kʰʲ|-
[not.Q.none.1excl.2.NEG.passive.conditional.PAST] => |ʈˠ|u|꜒|nˠ|-
[not.Q.none.1excl.2.NEG.passive.optative.PRES] => |ʛˠ|aː|꜖꜒|ŋ̥ˤ|-
[not.Q.none.1excl.2.NEG.passive.optative.PAST] => |ɾʲ|a|꜒|hʈˠ|-
[not.Q.none.1excl.2.POS.active.indicative.PRES] => |ᵑǀʲ|aː|̰꜖|r̥ʲ|-
[not.Q.none.1excl.2.POS.active.indicative.PAST] => |tɬˠ|ᵊ|꜖꜒|ʔ|-
[not.Q.none.1excl.2.POS.active.imperative.PRES] => |kˤ|u#|꜒꜖|htʲ|-
[not.Q.none.1excl.2.POS.active.imperative.PAST] => |sˠ|ʉː|꜒꜖|r̥ˤ|-
[not.Q.none.1excl.2.POS.active.conditional.PRES] => |wʲ|a|̰꜖|kʼʷ|-
[not.Q.none.1excl.2.POS.active.conditional.PAST] => |h|uː|꜒꜖|htˤ|-
[not.Q.none.1excl.2.POS.active.optative.PRES] => |htʷ|ᵊ|꜖꜒|hkˠ|-
[not.Q.none.1excl.2.POS.active.optative.PAST] => |ᵏǁʼˠ|ᵊ|̰꜖|r̥ˤ|-
[not.Q.none.1excl.2.POS.passive.indicative.PRES] => |ʡˠ|u|꜖꜒|ʈʼʲ|-
[not.Q.none.1excl.2.POS.passive.indicative.PAST] => |qʼˠ|iː|꜖꜒|tʲ|-
[not.Q.none.1excl.2.POS.passive.imperative.PRES] => |hʈʲ|aː|̰꜖|ɽʲ|-
[not.Q.none.1excl.2.POS.passive.imperative.PAST] => |tˤ|a|꜖꜒|ɭʲ|-
[not.Q.none.1excl.2.POS.passive.conditional.PRES] => |mˠ|ʉ|꜖꜒|ɭʲ|-
[not.Q.none.1excl.2.POS.passive.conditional.PAST] => |ŋ̥ˤ|a|꜒꜖|lˠ|-
[not.Q.none.1excl.2.POS.passive.optative.PRES] => |ʃˠ|ʉ#|̰꜖|qʷ|-
[not.Q.none.1excl.2.POS.passive.optative.PAST] => |ɓˠ|ʉ|̰꜒|kʼˤ|-
[not.Q.none.1excl.3.cl.1.NEG.active.indicative.PRES] => |ʋˤ|aː|̰꜖|t͡sʷ|-
[not.Q.none.1excl.3.cl.1.NEG.active.indicative.PAST] => |qʼˠ|aː|̰꜒|ʈʼˠ|-
[not.Q.none.1excl.3.cl.1.NEG.active.imperative.PRES] => |ɴˤ|ʉ#|̰꜖|ɻʲ|-
[not.Q.none.1excl.3.cl.1.NEG.active.imperative.PAST] => |tʰʲ|a|꜖|ɾˤ|-
[not.Q.none.1excl.3.cl.1.NEG.active.conditional.PRES] => |htˠ|ʉː|꜒꜖|nʷ|-
[not.Q.none.1excl.3.cl.1.NEG.active.conditional.PAST] => |ʄʲ|ʉ#|̰꜖|tɬˠ|-
[not.Q.none.1excl.3.cl.1.NEG.active.optative.PRES] => |kʲ|ᵊ|̰꜒|pʼˤ|-
[not.Q.none.1excl.3.cl.1.NEG.active.optative.PAST] => |mˠ|a#ː|꜖꜒|tʰˠ|-
[not.Q.none.1excl.3.cl.1.NEG.passive.indicative.PRES] => |tʲ|ʉ|꜖|pʰʲ|-
[not.Q.none.1excl.3.cl.1.NEG.passive.indicative.PAST] => |ʡˠ|i|꜖꜒|t͡ʂʲ|-
[not.Q.none.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ɽʲ|a|̰꜒|sˤ|-
[not.Q.none.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀˤ|i|꜒|ɗˠ|-
[not.Q.none.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ɰˠ|a#ː|꜖꜒|t͡ʂˠ|-
[not.Q.none.1excl.3.cl.1.NEG.passive.conditional.PAST] => |ɻˠ|ᵊ|꜒|ʂʲ|-
[not.Q.none.1excl.3.cl.1.NEG.passive.optative.PRES] => |tʰˤ|ᵊ|꜒꜖|ɾʲ|-
[not.Q.none.1excl.3.cl.1.NEG.passive.optative.PAST] => |ʔ|a|꜒|pʲ|-
[not.Q.none.1excl.3.cl.1.POS.active.indicative.PRES] => |ʈʲ|u|꜒|tʰʲ|-
[not.Q.none.1excl.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʷ|a|꜒|kʰˤ|-
[not.Q.none.1excl.3.cl.1.POS.active.imperative.PRES] => |ʛʲ|i|꜖|ɗˤ|-
[not.Q.none.1excl.3.cl.1.POS.active.imperative.PAST] => |hkʲ|a|̰꜖|ŋ̥ʲ|-
[not.Q.none.1excl.3.cl.1.POS.active.conditional.PRES] => |qˠ|a#ː|꜖꜒|n̥ʲ|-
[not.Q.none.1excl.3.cl.1.POS.active.conditional.PAST] => |sˠ|u|꜒꜖|kʰˤ|-
[not.Q.none.1excl.3.cl.1.POS.active.optative.PRES] => |kʰˠ|a#ː|̰꜖|nʲ|-
[not.Q.none.1excl.3.cl.1.POS.active.optative.PAST] => |ᵏǃʼʷ|a#ː|꜖꜒|ɳˠ|-
[not.Q.none.1excl.3.cl.1.POS.passive.indicative.PRES] => |ɓˠ|aː|꜖|rʷ|-
[not.Q.none.1excl.3.cl.1.POS.passive.indicative.PAST] => |ɭˠ|i|꜖꜒|qʼʷ|-
[not.Q.none.1excl.3.cl.1.POS.passive.imperative.PRES] => |ᵑǀʼˠ|i#|꜖꜒|ɴˠ|-
[not.Q.none.1excl.3.cl.1.POS.passive.imperative.PAST] => |ᵑǃˠ|ᵊ|̰꜖|pʰˠ|-
[not.Q.none.1excl.3.cl.1.POS.passive.conditional.PRES] => |n̥ˤ|i#|̰꜖|hpˠ|-
[not.Q.none.1excl.3.cl.1.POS.passive.conditional.PAST] => |ᵑǃʼˤ|ᵊ|̰꜖|ʈʼʲ|-
[not.Q.none.1excl.3.cl.1.POS.passive.optative.PRES] => |ɽʲ|ʉ|꜒|kʼˠ|-
[not.Q.none.1excl.3.cl.1.POS.passive.optative.PAST] => |t͡ʂˠ|i|꜖꜒|ʡˠ|-
[not.Q.none.1excl.3.cl.2.NEG.active.indicative.PRES] => |ɭʲ|a|꜖꜒|ɥˤ|-
[not.Q.none.1excl.3.cl.2.NEG.active.indicative.PAST] => |ᵏǃʼʷ|ʉ#ː|꜒|ɴʲ|-
[not.Q.none.1excl.3.cl.2.NEG.active.imperative.PRES] => |ᵑǁˠ|i|̰꜒|wˤ|-
[not.Q.none.1excl.3.cl.2.NEG.active.imperative.PAST] => |qʷ|a#|꜖꜒|ɾʷ|-
[not.Q.none.1excl.3.cl.2.NEG.active.conditional.PRES] => |ʃˠ|ᵊ|꜖|tʰˤ|-
[not.Q.none.1excl.3.cl.2.NEG.active.conditional.PAST] => |ᵑǃˤ|a|꜖|ɻʲ|-
[not.Q.none.1excl.3.cl.2.NEG.active.optative.PRES] => |tʰʷ|a|꜖|pʰˤ|-
[not.Q.none.1excl.3.cl.2.NEG.active.optative.PAST] => |ɭʲ|aː|꜒꜖|ŋ̥ʲ|-
[not.Q.none.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ʡˠ|a|꜖꜒|pˠ|-
[not.Q.none.1excl.3.cl.2.NEG.passive.indicative.PAST] => |tʰʲ|i|꜖|sʷ|-
[not.Q.none.1excl.3.cl.2.NEG.passive.imperative.PRES] => |pˤ|u|̰꜖|tɬˠ|-
[not.Q.none.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǃʷ|ᵊ|꜒|r̥ʷ|-
[not.Q.none.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ɾʷ|ʉ|꜖꜒|ɹˤ|-
[not.Q.none.1excl.3.cl.2.NEG.passive.conditional.PAST] => |mʲ|ʉ|꜖|t͡sˠ|-
[not.Q.none.1excl.3.cl.2.NEG.passive.optative.PRES] => |ɳʲ|ʉ#|꜒|hkʷ|-
[not.Q.none.1excl.3.cl.2.NEG.passive.optative.PAST] => |ᵑǁʼʲ|u|꜒꜖|ʈʲ|-
[not.Q.none.1excl.3.cl.2.POS.active.indicative.PRES] => |d͡ʐʲ|a|꜖꜒|ɳˠ|-
[not.Q.none.1excl.3.cl.2.POS.active.indicative.PAST] => |hpʲ|i|̰꜒|ɻˠ|-
[not.Q.none.1excl.3.cl.2.POS.active.imperative.PRES] => |ᵑǀʼˤ|iː|꜖|ʡˠ|-
[not.Q.none.1excl.3.cl.2.POS.active.imperative.PAST] => |ᵑǁʼʲ|i|̰꜖|ɠʷ|-
[not.Q.none.1excl.3.cl.2.POS.active.conditional.PRES] => |t͡sʷ|a|꜒|kʼʲ|-
[not.Q.none.1excl.3.cl.2.POS.active.conditional.PAST] => |htˤ|a|꜒|ɳ̥ʲ|-
[not.Q.none.1excl.3.cl.2.POS.active.optative.PRES] => |ɰˤ|u#ː|꜖|sˠ|-
[not.Q.none.1excl.3.cl.2.POS.active.optative.PAST] => |ᵏǀʼʷ|a#|꜒|ɠˤ|-
[not.Q.none.1excl.3.cl.2.POS.passive.indicative.PRES] => |tʰʲ|i#|̰꜒|ʡˠ|-
[not.Q.none.1excl.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀʼˠ|u|꜖|mʲ|-
[not.Q.none.1excl.3.cl.2.POS.passive.imperative.PRES] => |m̥ˠ|a|꜒|ɓʲ|-
[not.Q.none.1excl.3.cl.2.POS.passive.imperative.PAST] => |ʂˠ|i|꜒|ʈʼʲ|-
[not.Q.none.1excl.3.cl.2.POS.passive.conditional.PRES] => |kˤ|u|꜒꜖|ɻˠ|-
[not.Q.none.1excl.3.cl.2.POS.passive.conditional.PAST] => |m̥ˤ|ʉː|꜖|wʲ|-
[not.Q.none.1excl.3.cl.2.POS.passive.optative.PRES] => |tʼˤ|ᵊ|̰꜖|ɥˠ|-
[not.Q.none.1excl.3.cl.2.POS.passive.optative.PAST] => |ᵑǀʼʷ|a#|̰꜖|kʰʲ|-
[not.Q.none.1excl.3.cl.3.NEG.active.indicative.PRES] => |nʷ|i|̰꜖|tʼʷ|-
[not.Q.none.1excl.3.cl.3.NEG.active.indicative.PAST] => |ɰˤ|ʉ#ː|꜖꜒|tʷ|-
[not.Q.none.1excl.3.cl.3.NEG.active.imperative.PRES] => |ɥʲ|iː|꜖꜒|ɴʷ|-
[not.Q.none.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵑǃʷ|i#|̰꜒|tʼˤ|-
[not.Q.none.1excl.3.cl.3.NEG.active.conditional.PRES] => |tˠ|a|꜒꜖|kʰˠ|-
[not.Q.none.1excl.3.cl.3.NEG.active.conditional.PAST] => |ʃˠ|i|̰꜖|n̥ˠ|-
[not.Q.none.1excl.3.cl.3.NEG.active.optative.PRES] => |hkˠ|ᵊ|̰꜖|qʷ|-
[not.Q.none.1excl.3.cl.3.NEG.active.optative.PAST] => |ᵏǀʰˤ|a#ː|꜖|ɹʷ|-
[not.Q.none.1excl.3.cl.3.NEG.passive.indicative.PRES] => |qˤ|uː|꜒꜖|kʷ|-
[not.Q.none.1excl.3.cl.3.NEG.passive.indicative.PAST] => |t͡sʲ|ʉ|꜖|mʲ|-
[not.Q.none.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǁʰˠ|aː|꜒|tʼˤ|-
[not.Q.none.1excl.3.cl.3.NEG.passive.imperative.PAST] => |pʰˤ|ʉ|꜖|pʰˠ|-
[not.Q.none.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ɠʲ|i#ː|꜖꜒|qʲ|-
[not.Q.none.1excl.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǁʼˠ|ʉ#ː|꜒|ɰˠ|-
[not.Q.none.1excl.3.cl.3.NEG.passive.optative.PRES] => |d͡ʐʲ|i|̰꜒|ɥˠ|-
[not.Q.none.1excl.3.cl.3.NEG.passive.optative.PAST] => |hʈʲ|ʉ|꜖|ŋˠ|-
[not.Q.none.1excl.3.cl.3.POS.active.indicative.PRES] => |ʡˠ|i|꜒꜖|ŋˠ|-
[not.Q.none.1excl.3.cl.3.POS.active.indicative.PAST] => |ɻʲ|a|꜖꜒|ʡˠ|-
[not.Q.none.1excl.3.cl.3.POS.active.imperative.PRES] => |mʲ|ᵊ|̰꜖|nʷ|-
[not.Q.none.1excl.3.cl.3.POS.active.imperative.PAST] => |ɴʲ|i#|꜖꜒|sˤ|-
[not.Q.none.1excl.3.cl.3.POS.active.conditional.PRES] => |pʼʲ|u|꜒꜖|r̥ʷ|-
[not.Q.none.1excl.3.cl.3.POS.active.conditional.PAST] => |ᵏǃʰʷ|iː|̰꜖|ʃʲ|-
[not.Q.none.1excl.3.cl.3.POS.active.optative.PRES] => |t͡sʷ|i|꜖|sˠ|-
[not.Q.none.1excl.3.cl.3.POS.active.optative.PAST] => |d͡ʐʲ|ᵊ|̰꜒|mʲ|-
[not.Q.none.1excl.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʼˤ|a|꜒꜖|h|-
[not.Q.none.1excl.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀˤ|a|̰꜒|ʛˠ|-
[not.Q.none.1excl.3.cl.3.POS.passive.imperative.PRES] => |htˠ|ʉ#ː|꜒|h|-
[not.Q.none.1excl.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʰˤ|i#ː|꜒꜖|kʷ|-
[not.Q.none.1excl.3.cl.3.POS.passive.conditional.PRES] => |htˠ|a#ː|̰꜒|qʼʷ|-
[not.Q.none.1excl.3.cl.3.POS.passive.conditional.PAST] => |ɠˠ|a#|̰꜖|ɹʲ|-
[not.Q.none.1excl.3.cl.3.POS.passive.optative.PRES] => |ʈʲ|i|꜒꜖|ʛˠ|-
[not.Q.none.1excl.3.cl.3.POS.passive.optative.PAST] => |pʰˤ|aː|꜒|ʈʰʲ|-
[not.Q.none.1excl.3.cl.4.NEG.active.indicative.PRES] => |kʰʷ|i|꜒꜖|ɾˤ|-
[not.Q.none.1excl.3.cl.4.NEG.active.indicative.PAST] => |t͡sˠ|i|̰꜒|hkʲ|-
[not.Q.none.1excl.3.cl.4.NEG.active.imperative.PRES] => |ʃʲ|a#ː|꜖꜒|ɳ̥ʲ|-
[not.Q.none.1excl.3.cl.4.NEG.active.imperative.PAST] => |t͡sʷ|ʉ|꜒꜖|ɗʷ|-
[not.Q.none.1excl.3.cl.4.NEG.active.conditional.PRES] => |hpʲ|a#ː|꜒|qˤ|-
[not.Q.none.1excl.3.cl.4.NEG.active.conditional.PAST] => |ᵏǃʼˠ|i|꜖|ɾˤ|-
[not.Q.none.1excl.3.cl.4.NEG.active.optative.PRES] => |tˠ|a#|꜒|kˠ|-
[not.Q.none.1excl.3.cl.4.NEG.active.optative.PAST] => |ᵏǀʼʲ|ʉ#|꜒꜖|ɹʷ|-
[not.Q.none.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀˠ|ʉː|꜖꜒|ŋ̥ˤ|-
[not.Q.none.1excl.3.cl.4.NEG.passive.indicative.PAST] => |lʲ|ʉ#ː|꜖|r̥ʷ|-
[not.Q.none.1excl.3.cl.4.NEG.passive.imperative.PRES] => |r̥ˠ|aː|̰꜖|hkʲ|-
[not.Q.none.1excl.3.cl.4.NEG.passive.imperative.PAST] => |d͡ʐˠ|ʉ|꜒|ɾʲ|-
[not.Q.none.1excl.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǀʼˤ|ᵊ|̰꜒|ʜʲ|-
[not.Q.none.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ʄˠ|ʉ|̰꜖|ʄʲ|-
[not.Q.none.1excl.3.cl.4.NEG.passive.optative.PRES] => |ᵏǁʼʲ|ᵊ|꜖꜒|t͡sʷ|-
[not.Q.none.1excl.3.cl.4.NEG.passive.optative.PAST] => |m̥ˠ|iː|꜖꜒|rˤ|-
[not.Q.none.1excl.3.cl.4.POS.active.indicative.PRES] => |ɰˠ|i|꜒꜖|ɥʲ|-
[not.Q.none.1excl.3.cl.4.POS.active.indicative.PAST] => |ᵑǃʲ|i|꜖꜒|ɻʲ|-
[not.Q.none.1excl.3.cl.4.POS.active.imperative.PRES] => |ɴˤ|a|̰꜒|ŋ̥ʷ|-
[not.Q.none.1excl.3.cl.4.POS.active.imperative.PAST] => |tʷ|a#ː|꜒꜖|wˤ|-
[not.Q.none.1excl.3.cl.4.POS.active.conditional.PRES] => |ᵑǀʷ|iː|꜖꜒|ɠʲ|-
[not.Q.none.1excl.3.cl.4.POS.active.conditional.PAST] => |ɻʲ|i|꜒꜖|ɭʲ|-
[not.Q.none.1excl.3.cl.4.POS.active.optative.PRES] => |ʛʲ|ᵊ|̰꜒|pˤ|-
[not.Q.none.1excl.3.cl.4.POS.active.optative.PAST] => |hpˤ|ᵊ|꜖|t͡sʲ|-
[not.Q.none.1excl.3.cl.4.POS.passive.indicative.PRES] => |pʼˤ|a#ː|̰꜒|kʷ|-
[not.Q.none.1excl.3.cl.4.POS.passive.indicative.PAST] => |ᵑǁˠ|u|꜒|ɾʲ|-
[not.Q.none.1excl.3.cl.4.POS.passive.imperative.PRES] => |ɗʷ|i|꜖꜒|ɴʷ|-
[not.Q.none.1excl.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀˤ|aː|̰꜖|ɗˤ|-
[not.Q.none.1excl.3.cl.4.POS.passive.conditional.PRES] => |lʲ|a|̰꜖|kʼʷ|-
[not.Q.none.1excl.3.cl.4.POS.passive.conditional.PAST] => |tʰˤ|i|꜖|ɰˠ|-
[not.Q.none.1excl.3.cl.4.POS.passive.optative.PRES] => |hʈʲ|u#ː|꜒꜖|htʷ|-
[not.Q.none.1excl.3.cl.4.POS.passive.optative.PAST] => |n̥ˠ|i|꜖꜒|ɗˤ|-
[not.Q.none.2.1incl.NEG.active.indicative.PRES] => |qʲ|a#|̰꜒|kʷ|-
[not.Q.none.2.1incl.NEG.active.indicative.PAST] => |t͡ʃ|i|̰꜖|ɥˠ|-
[not.Q.none.2.1incl.NEG.active.imperative.PRES] => |hʈʲ|ʉ#ː|꜖꜒|ʔ|-
[not.Q.none.2.1incl.NEG.active.imperative.PAST] => |kʷ|iː|꜖|htʲ|-
[not.Q.none.2.1incl.NEG.active.conditional.PRES] => |ŋ̥ʲ|u#|꜖|ʃʲ|-
[not.Q.none.2.1incl.NEG.active.conditional.PAST] => |ɳ̥ʲ|a|̰꜖|ʡʲ|-
[not.Q.none.2.1incl.NEG.active.optative.PRES] => |ᵑǃʼˤ|ᵊ|꜖꜒|qʼʷ|-
[not.Q.none.2.1incl.NEG.active.optative.PAST] => |ɻʲ|aː|꜒|ŋ̥ʲ|-
[not.Q.none.2.1incl.NEG.passive.indicative.PRES] => |ᵑǀˠ|iː|̰꜒|qʼˠ|-
[not.Q.none.2.1incl.NEG.passive.indicative.PAST] => |ŋ̥ˤ|ʉ#|꜒꜖|tˠ|-
[not.Q.none.2.1incl.NEG.passive.imperative.PRES] => |t͡sʲ|ʉ#|꜒|wˠ|-
[not.Q.none.2.1incl.NEG.passive.imperative.PAST] => |hpʲ|u|̰꜒|pʰˤ|-
[not.Q.none.2.1incl.NEG.passive.conditional.PRES] => |ɹˤ|i|̰꜖|ŋʷ|-
[not.Q.none.2.1incl.NEG.passive.conditional.PAST] => |ᵏǁʼʲ|ᵊ|꜒|nˤ|-
[not.Q.none.2.1incl.NEG.passive.optative.PRES] => |r̥ˤ|u#|꜒꜖|kʰˤ|-
[not.Q.none.2.1incl.NEG.passive.optative.PAST] => |qˤ|uː|̰꜖|wʲ|-
[not.Q.none.2.1incl.POS.active.indicative.PRES] => |tʰʷ|i|̰꜖|kʰʷ|-
[not.Q.none.2.1incl.POS.active.indicative.PAST] => |ɻˠ|a#|꜖|ɴʲ|-
[not.Q.none.2.1incl.POS.active.imperative.PRES] => |ᵏǀʰʲ|u|꜖꜒|tʼʲ|-
[not.Q.none.2.1incl.POS.active.imperative.PAST] => |ɭˠ|ᵊ|꜖꜒|ɴʷ|-
[not.Q.none.2.1incl.POS.active.conditional.PRES] => |ᵏǀʼˤ|a#|̰꜖|ʜˠ|-
[not.Q.none.2.1incl.POS.active.conditional.PAST] => |htʲ|ʉ#ː|̰꜒|qʼˤ|-
[not.Q.none.2.1incl.POS.active.optative.PRES] => |ɭˠ|i|꜒꜖|tɬʲ|-
[not.Q.none.2.1incl.POS.active.optative.PAST] => |ᵑǀʼˤ|iː|꜖|ʛʷ|-
[not.Q.none.2.1incl.POS.passive.indicative.PRES] => |ᵑǀʼˤ|i|̰꜒|ʜˠ|-
[not.Q.none.2.1incl.POS.passive.indicative.PAST] => |ʈʲ|aː|꜒꜖|ʄʲ|-
[not.Q.none.2.1incl.POS.passive.imperative.PRES] => |ɠˤ|u|̰꜒|ɗʲ|-
[not.Q.none.2.1incl.POS.passive.imperative.PAST] => |ɓˠ|u|꜒|t͡sʷ|-
[not.Q.none.2.1incl.POS.passive.conditional.PRES] => |t͡sʲ|a#ː|꜒|ɴˠ|-
[not.Q.none.2.1incl.POS.passive.conditional.PAST] => |ᵏǀˠ|a#|꜒꜖|ɗʲ|-
[not.Q.none.2.1incl.POS.passive.optative.PRES] => |qʲ|u#|꜒|t͡ʂʲ|-
[not.Q.none.2.1incl.POS.passive.optative.PAST] => |tʰʲ|i|̰꜖|tʼʷ|-
[not.Q.none.2.1excl.NEG.active.indicative.PRES] => |n̥ʷ|a|̰꜖|ɾʷ|-
[not.Q.none.2.1excl.NEG.active.indicative.PAST] => |ᵏǀˠ|aː|꜖꜒|ɭˠ|-
[not.Q.none.2.1excl.NEG.active.imperative.PRES] => |wˠ|ʉ|꜒꜖|n̥ʷ|-
[not.Q.none.2.1excl.NEG.active.imperative.PAST] => |ᵏǃʼˤ|ᵊ|̰꜖|r̥ˠ|-
[not.Q.none.2.1excl.NEG.active.conditional.PRES] => |ᵏǃʰˠ|a|̰꜖|rˠ|-
[not.Q.none.2.1excl.NEG.active.conditional.PAST] => |ᵑǃˤ|ʉ|꜒꜖|ʈˠ|-
[not.Q.none.2.1excl.NEG.active.optative.PRES] => |pˤ|iː|꜒|d͡ʐʲ|-
[not.Q.none.2.1excl.NEG.active.optative.PAST] => |ɹˠ|ᵊ|꜒|qʼʷ|-
[not.Q.none.2.1excl.NEG.passive.indicative.PRES] => |ᵑǃʲ|ʉ|꜒|ŋ̥ˤ|-
[not.Q.none.2.1excl.NEG.passive.indicative.PAST] => |qʼˤ|u|꜒꜖|pˠ|-
[not.Q.none.2.1excl.NEG.passive.imperative.PRES] => |r̥ˠ|u#ː|꜖꜒|ɠʲ|-
[not.Q.none.2.1excl.NEG.passive.imperative.PAST] => |ᵏǀʲ|a|꜖꜒|j|-
[not.Q.none.2.1excl.NEG.passive.conditional.PRES] => |htʲ|i|̰꜒|nʷ|-
[not.Q.none.2.1excl.NEG.passive.conditional.PAST] => |ʋˠ|a|꜖|ɴʷ|-
[not.Q.none.2.1excl.NEG.passive.optative.PRES] => |ɠˠ|i#|̰꜒|ʃˠ|-
[not.Q.none.2.1excl.NEG.passive.optative.PAST] => |ɳ̥ʲ|aː|꜒꜖|ɠˠ|-
[not.Q.none.2.1excl.POS.active.indicative.PRES] => |ᵑǃˠ|a|꜒|nˠ|-
[not.Q.none.2.1excl.POS.active.indicative.PAST] => |pʼˤ|i|꜒꜖|kʼˠ|-
[not.Q.none.2.1excl.POS.active.imperative.PRES] => |ʈʰʲ|iː|̰꜖|ʄˠ|-
[not.Q.none.2.1excl.POS.active.imperative.PAST] => |ɹʷ|ᵊ|꜒꜖|ɴˤ|-
[not.Q.none.2.1excl.POS.active.conditional.PRES] => |kʰʲ|i|꜖꜒|ɳˠ|-
[not.Q.none.2.1excl.POS.active.conditional.PAST] => |kˠ|a|꜒|kʰˠ|-
[not.Q.none.2.1excl.POS.active.optative.PRES] => |hʈˠ|u|꜖|j|-
[not.Q.none.2.1excl.POS.active.optative.PAST] => |ɹʷ|aː|꜒|ʋˤ|-
[not.Q.none.2.1excl.POS.passive.indicative.PRES] => |ʈˠ|a|꜖|t͡sʲ|-
[not.Q.none.2.1excl.POS.passive.indicative.PAST] => |ɻʲ|iː|꜒꜖|tʲ|-
[not.Q.none.2.1excl.POS.passive.imperative.PRES] => |h|ʉ|꜖|ɗˠ|-
[not.Q.none.2.1excl.POS.passive.imperative.PAST] => |wˠ|i|̰꜒|n̥ʲ|-
[not.Q.none.2.1excl.POS.passive.conditional.PRES] => |ᵏǃʼʷ|ʉ|꜒|ɰʲ|-
[not.Q.none.2.1excl.POS.passive.conditional.PAST] => |t͡ʂˠ|i|꜒|rʷ|-
[not.Q.none.2.1excl.POS.passive.optative.PRES] => |nˤ|a|̰꜖|wˤ|-
[not.Q.none.2.1excl.POS.passive.optative.PAST] => |ɾʲ|a#|̰꜖|hpˤ|-
[not.Q.none.2.2.NEG.active.indicative.PRES] => |t͡sˠ|i|̰꜒|ʡʲ|-
[not.Q.none.2.2.NEG.active.indicative.PAST] => |ɽˠ|ᵊ|꜖꜒|ɠˠ|-
[not.Q.none.2.2.NEG.active.imperative.PRES] => |ʛʲ|i#|꜖꜒|ɹʲ|-
[not.Q.none.2.2.NEG.active.imperative.PAST] => |tʰʷ|i|꜒꜖|pʼʲ|-
[not.Q.none.2.2.NEG.active.conditional.PRES] => |ᵏǃʼʷ|a|̰꜒|ʋˤ|-
[not.Q.none.2.2.NEG.active.conditional.PAST] => |t͡sˤ|u#|̰꜖|ʃʲ|-
[not.Q.none.2.2.NEG.active.optative.PRES] => |ᵑǀʼˠ|ʉː|꜒|kʷ|-
[not.Q.none.2.2.NEG.active.optative.PAST] => |ɥʲ|ʉ#|̰꜒|pʰˠ|-
[not.Q.none.2.2.NEG.passive.indicative.PRES] => |ɽˠ|ʉ|꜒꜖|ʋʲ|-
[not.Q.none.2.2.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|i|꜖|rʷ|-
[not.Q.none.2.2.NEG.passive.imperative.PRES] => |tɬˠ|ᵊ|̰꜒|ɥˠ|-
[not.Q.none.2.2.NEG.passive.imperative.PAST] => |htˠ|i|꜒꜖|tʰˠ|-
[not.Q.none.2.2.NEG.passive.conditional.PRES] => |ɳ̥ˠ|u#ː|꜖|ɻʲ|-
[not.Q.none.2.2.NEG.passive.conditional.PAST] => |ᵏǀʲ|ʉ#ː|̰꜒|tɬʲ|-
[not.Q.none.2.2.NEG.passive.optative.PRES] => |ᵏǃʰʲ|i|̰꜖|tʼˤ|-
[not.Q.none.2.2.NEG.passive.optative.PAST] => |ɳˠ|ʉ|̰꜒|ʈʼˠ|-
[not.Q.none.2.2.POS.active.indicative.PRES] => |ᵏǁʰʲ|u|꜒|tʼˠ|-
[not.Q.none.2.2.POS.active.indicative.PAST] => |ᵑǀʲ|i|꜖|ʋʲ|-
[not.Q.none.2.2.POS.active.imperative.PRES] => |wˤ|a|꜖꜒|ɹʷ|-
[not.Q.none.2.2.POS.active.imperative.PAST] => |ɹʲ|i|̰꜖|ʛˠ|-
[not.Q.none.2.2.POS.active.conditional.PRES] => |ʂʲ|ʉː|꜖꜒|ɹˠ|-
[not.Q.none.2.2.POS.active.conditional.PAST] => |ᵑǀˤ|i|̰꜒|ɽˠ|-
[not.Q.none.2.2.POS.active.optative.PRES] => |h|ʉː|̰꜖|ŋʷ|-
[not.Q.none.2.2.POS.active.optative.PAST] => |pʰˠ|i|꜖|r̥ˠ|-
[not.Q.none.2.2.POS.passive.indicative.PRES] => |ʋˠ|i#ː|꜒꜖|ɳ̥ˠ|-
[not.Q.none.2.2.POS.passive.indicative.PAST] => |ɴʷ|iː|꜖|tʰʷ|-
[not.Q.none.2.2.POS.passive.imperative.PRES] => |ᵑǀˤ|uː|꜒꜖|sʲ|-
[not.Q.none.2.2.POS.passive.imperative.PAST] => |ʂˠ|i|꜒|ŋ̥ʷ|-
[not.Q.none.2.2.POS.passive.conditional.PRES] => |tˤ|aː|̰꜒|ɴʲ|-
[not.Q.none.2.2.POS.passive.conditional.PAST] => |kʰˤ|a|꜒꜖|qʼʲ|-
[not.Q.none.2.2.POS.passive.optative.PRES] => |ɠˠ|a|꜒|tʼʲ|-
[not.Q.none.2.2.POS.passive.optative.PAST] => |ᵏǀʰˤ|i|̰꜒|t͡sʲ|-
[not.Q.none.2.3.cl.1.NEG.active.indicative.PRES] => |ŋ̥ˤ|ᵊ|꜒꜖|t͡ʃ|-
[not.Q.none.2.3.cl.1.NEG.active.indicative.PAST] => |qʼʷ|a#|̰꜖|r̥ʷ|-
[not.Q.none.2.3.cl.1.NEG.active.imperative.PRES] => |n̥ˤ|ᵊ|̰꜒|nʲ|-
[not.Q.none.2.3.cl.1.NEG.active.imperative.PAST] => |ɗʲ|ᵊ|꜖|t͡sˠ|-
[not.Q.none.2.3.cl.1.NEG.active.conditional.PRES] => |ŋ̥ʲ|ʉ#ː|꜖|t͡sʲ|-
[not.Q.none.2.3.cl.1.NEG.active.conditional.PAST] => |ɹˠ|u#ː|̰꜒|ʡʲ|-
[not.Q.none.2.3.cl.1.NEG.active.optative.PRES] => |ᵑǃʲ|ʉː|꜒꜖|nˠ|-
[not.Q.none.2.3.cl.1.NEG.active.optative.PAST] => |sˤ|ʉ#|꜖|ɾʷ|-
[not.Q.none.2.3.cl.1.NEG.passive.indicative.PRES] => |tʼʲ|a#ː|꜖꜒|tʷ|-
[not.Q.none.2.3.cl.1.NEG.passive.indicative.PAST] => |ʛʲ|aː|꜒꜖|mˤ|-
[not.Q.none.2.3.cl.1.NEG.passive.imperative.PRES] => |ɳʲ|aː|꜖|ʜˠ|-
[not.Q.none.2.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǀʼˤ|u|꜒꜖|r̥ʲ|-
[not.Q.none.2.3.cl.1.NEG.passive.conditional.PRES] => |pʼˤ|a#ː|꜖|htˤ|-
[not.Q.none.2.3.cl.1.NEG.passive.conditional.PAST] => |ʂʲ|i#ː|꜖|ʂˠ|-
[not.Q.none.2.3.cl.1.NEG.passive.optative.PRES] => |qʷ|i#ː|꜒꜖|htˠ|-
[not.Q.none.2.3.cl.1.NEG.passive.optative.PAST] => |kʰˤ|u#|꜖꜒|tʲ|-
[not.Q.none.2.3.cl.1.POS.active.indicative.PRES] => |ᵑǃʼʷ|ʉ|꜒꜖|ŋ̥ʲ|-
[not.Q.none.2.3.cl.1.POS.active.indicative.PAST] => |ᵑǃˤ|u|̰꜖|hpʲ|-
[not.Q.none.2.3.cl.1.POS.active.imperative.PRES] => |rˤ|u#|꜒꜖|ɴʷ|-
[not.Q.none.2.3.cl.1.POS.active.imperative.PAST] => |ᵏǃʼˤ|ᵊ|꜖꜒|mʲ|-
[not.Q.none.2.3.cl.1.POS.active.conditional.PRES] => |ʈʰˠ|i|꜒꜖|ɰʷ|-
[not.Q.none.2.3.cl.1.POS.active.conditional.PAST] => |ᵏǁʼʲ|a|꜒|kʰʲ|-
[not.Q.none.2.3.cl.1.POS.active.optative.PRES] => |ɳ̥ʲ|u|꜒꜖|ɰˤ|-
[not.Q.none.2.3.cl.1.POS.active.optative.PAST] => |mʲ|aː|꜖|nʲ|-
[not.Q.none.2.3.cl.1.POS.passive.indicative.PRES] => |t͡sʷ|ʉ|̰꜖|ɓˠ|-
[not.Q.none.2.3.cl.1.POS.passive.indicative.PAST] => |ʋˤ|ʉ|꜒|m̥ˤ|-
[not.Q.none.2.3.cl.1.POS.passive.imperative.PRES] => |ŋ̥ʲ|i|꜒|ɠˤ|-
[not.Q.none.2.3.cl.1.POS.passive.imperative.PAST] => |sʲ|u#ː|꜒꜖|ʛʷ|-
[not.Q.none.2.3.cl.1.POS.passive.conditional.PRES] => |htʷ|i|꜒|pˠ|-
[not.Q.none.2.3.cl.1.POS.passive.conditional.PAST] => |ɠˤ|iː|̰꜖|m̥ˠ|-
[not.Q.none.2.3.cl.1.POS.passive.optative.PRES] => |htˤ|i|̰꜖|ɗˤ|-
[not.Q.none.2.3.cl.1.POS.passive.optative.PAST] => |ᵑǀʷ|aː|꜖|ɻʲ|-
[not.Q.none.2.3.cl.2.NEG.active.indicative.PRES] => |d͡ʐˠ|a|꜒|ɭʲ|-
[not.Q.none.2.3.cl.2.NEG.active.indicative.PAST] => |htʲ|ʉ|̰꜖|ʋʲ|-
[not.Q.none.2.3.cl.2.NEG.active.imperative.PRES] => |ʋˠ|i|꜖|ɠʲ|-
[not.Q.none.2.3.cl.2.NEG.active.imperative.PAST] => |ɽˠ|a#ː|꜖|ɳʲ|-
[not.Q.none.2.3.cl.2.NEG.active.conditional.PRES] => |m̥ʲ|ʉ|꜖꜒|n̥ˤ|-
[not.Q.none.2.3.cl.2.NEG.active.conditional.PAST] => |tʼˠ|i|̰꜒|n̥ʲ|-
[not.Q.none.2.3.cl.2.NEG.active.optative.PRES] => |kʷ|a#|꜖|tʼˤ|-
[not.Q.none.2.3.cl.2.NEG.active.optative.PAST] => |ᵏǃʰˠ|ʉ#ː|̰꜒|ɗʲ|-
[not.Q.none.2.3.cl.2.NEG.passive.indicative.PRES] => |m̥ˠ|ᵊ|̰꜒|ʋˠ|-
[not.Q.none.2.3.cl.2.NEG.passive.indicative.PAST] => |t͡sˠ|i#|̰꜖|ɠˠ|-
[not.Q.none.2.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǁˠ|ʉ#|꜒꜖|ʂˠ|-
[not.Q.none.2.3.cl.2.NEG.passive.imperative.PAST] => |nʲ|u|꜖|ʂʲ|-
[not.Q.none.2.3.cl.2.NEG.passive.conditional.PRES] => |kʰˤ|i|꜖꜒|ɰˠ|-
[not.Q.none.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀʼˤ|iː|꜒|hkʲ|-
[not.Q.none.2.3.cl.2.NEG.passive.optative.PRES] => |ᵏǃʲ|ʉː|꜒|m̥ˤ|-
[not.Q.none.2.3.cl.2.NEG.passive.optative.PAST] => |ɰˤ|ᵊ|꜒꜖|tɬʲ|-
[not.Q.none.2.3.cl.2.POS.active.indicative.PRES] => |kʼʲ|ᵊ|̰꜖|ʋˤ|-
[not.Q.none.2.3.cl.2.POS.active.indicative.PAST] => |ᵑǀʼˠ|uː|̰꜒|tʰʲ|-
[not.Q.none.2.3.cl.2.POS.active.imperative.PRES] => |t͡ʃ|ᵊ|꜒|ɠˠ|-
[not.Q.none.2.3.cl.2.POS.active.imperative.PAST] => |ɥˠ|u|꜖꜒|ʈʼʲ|-
[not.Q.none.2.3.cl.2.POS.active.conditional.PRES] => |kʼʷ|i|꜖꜒|ɴʲ|-
[not.Q.none.2.3.cl.2.POS.active.conditional.PAST] => |ɠˤ|iː|̰꜒|r̥ˤ|-
[not.Q.none.2.3.cl.2.POS.active.optative.PRES] => |ɹˠ|iː|꜒꜖|nʲ|-
[not.Q.none.2.3.cl.2.POS.active.optative.PAST] => |ᵏǀʲ|i#ː|꜖|d͡ʐʲ|-
[not.Q.none.2.3.cl.2.POS.passive.indicative.PRES] => |htʲ|i#ː|꜖|m̥ˤ|-
[not.Q.none.2.3.cl.2.POS.passive.indicative.PAST] => |pʰˠ|a|꜖꜒|ɾˤ|-
[not.Q.none.2.3.cl.2.POS.passive.imperative.PRES] => |rʷ|ʉ#ː|̰꜖|pˤ|-
[not.Q.none.2.3.cl.2.POS.passive.imperative.PAST] => |t͡sʷ|i|꜖꜒|ŋˠ|-
[not.Q.none.2.3.cl.2.POS.passive.conditional.PRES] => |ᵏǀˤ|aː|꜖꜒|ɾʷ|-
[not.Q.none.2.3.cl.2.POS.passive.conditional.PAST] => |ŋ̥ˤ|ʉ|̰꜒|ɽʲ|-
[not.Q.none.2.3.cl.2.POS.passive.optative.PRES] => |ɳ̥ʲ|i|꜒꜖|ɾˤ|-
[not.Q.none.2.3.cl.2.POS.passive.optative.PAST] => |ᵏǀʼʷ|ᵊ|̰꜖|m̥ˠ|-
[not.Q.none.2.3.cl.3.NEG.active.indicative.PRES] => |pʼˤ|iː|̰꜒|kʰʲ|-
[not.Q.none.2.3.cl.3.NEG.active.indicative.PAST] => |kʼʷ|iː|꜒꜖|ɹʷ|-
[not.Q.none.2.3.cl.3.NEG.active.imperative.PRES] => |ʋʲ|i#ː|̰꜖|ɳˠ|-
[not.Q.none.2.3.cl.3.NEG.active.imperative.PAST] => |tʼʷ|i#|꜖꜒|lˠ|-
[not.Q.none.2.3.cl.3.NEG.active.conditional.PRES] => |ɹʷ|ʉ|꜒꜖|pʲ|-
[not.Q.none.2.3.cl.3.NEG.active.conditional.PAST] => |ᵏǀʲ|a|꜖꜒|ʃˠ|-
[not.Q.none.2.3.cl.3.NEG.active.optative.PRES] => |pˠ|u|̰꜖|kʰʷ|-
[not.Q.none.2.3.cl.3.NEG.active.optative.PAST] => |ᵑǃˤ|u#|꜒|t͡ʃ|-
[not.Q.none.2.3.cl.3.NEG.passive.indicative.PRES] => |ɓˠ|aː|꜖|ɰˤ|-
[not.Q.none.2.3.cl.3.NEG.passive.indicative.PAST] => |sʲ|ʉ|꜖|sˤ|-
[not.Q.none.2.3.cl.3.NEG.passive.imperative.PRES] => |ʈˠ|u|꜖꜒|ɰˠ|-
[not.Q.none.2.3.cl.3.NEG.passive.imperative.PAST] => |ŋ̥ʷ|i|̰꜒|ɳʲ|-
[not.Q.none.2.3.cl.3.NEG.passive.conditional.PRES] => |tˠ|i#|꜖꜒|h|-
[not.Q.none.2.3.cl.3.NEG.passive.conditional.PAST] => |kʼʲ|i#ː|꜖|ʡʲ|-
[not.Q.none.2.3.cl.3.NEG.passive.optative.PRES] => |ʛʲ|ʉː|̰꜖|ɴʲ|-
[not.Q.none.2.3.cl.3.NEG.passive.optative.PAST] => |ᵏǃʰˠ|i|꜒꜖|tʼˤ|-
[not.Q.none.2.3.cl.3.POS.active.indicative.PRES] => |ŋʲ|aː|꜒꜖|ŋˠ|-
[not.Q.none.2.3.cl.3.POS.active.indicative.PAST] => |ɗˠ|ᵊ|̰꜒|ɓʲ|-
[not.Q.none.2.3.cl.3.POS.active.imperative.PRES] => |ɻʲ|i|꜒|ɾˠ|-
[not.Q.none.2.3.cl.3.POS.active.imperative.PAST] => |ɭˠ|u#ː|꜖꜒|t͡ʂʲ|-
[not.Q.none.2.3.cl.3.POS.active.conditional.PRES] => |qʼʲ|iː|̰꜖|r̥ʲ|-
[not.Q.none.2.3.cl.3.POS.active.conditional.PAST] => |ŋˠ|u#ː|꜖꜒|rʷ|-
[not.Q.none.2.3.cl.3.POS.active.optative.PRES] => |ɗˠ|ᵊ|꜖|wˤ|-
[not.Q.none.2.3.cl.3.POS.active.optative.PAST] => |ɳ̥ʲ|ᵊ|꜒|ɾʷ|-
[not.Q.none.2.3.cl.3.POS.passive.indicative.PRES] => |ᵏǃʼʲ|i|꜒|ɹˠ|-
[not.Q.none.2.3.cl.3.POS.passive.indicative.PAST] => |hkˤ|aː|꜒|j|-
[not.Q.none.2.3.cl.3.POS.passive.imperative.PRES] => |hkʷ|i|̰꜖|ʃˠ|-
[not.Q.none.2.3.cl.3.POS.passive.imperative.PAST] => |ɹˤ|ʉ|̰꜒|ɓˤ|-
[not.Q.none.2.3.cl.3.POS.passive.conditional.PRES] => |ʃˠ|a|̰꜒|mˤ|-
[not.Q.none.2.3.cl.3.POS.passive.conditional.PAST] => |ᵏǁʼˠ|a|̰꜒|kʼʷ|-
[not.Q.none.2.3.cl.3.POS.passive.optative.PRES] => |pʼˤ|ᵊ|̰꜖|t͡ʂˠ|-
[not.Q.none.2.3.cl.3.POS.passive.optative.PAST] => |ɻˠ|a|꜒|qˤ|-
[not.Q.none.2.3.cl.4.NEG.active.indicative.PRES] => |sʲ|a#|꜖|ʔ|-
[not.Q.none.2.3.cl.4.NEG.active.indicative.PAST] => |hʈʲ|iː|̰꜒|ɴˤ|-
[not.Q.none.2.3.cl.4.NEG.active.imperative.PRES] => |mˤ|iː|̰꜖|wʲ|-
[not.Q.none.2.3.cl.4.NEG.active.imperative.PAST] => |ɥˠ|ᵊ|̰꜒|ɠˠ|-
[not.Q.none.2.3.cl.4.NEG.active.conditional.PRES] => |ʡˠ|ʉ#|꜖꜒|ɴʷ|-
[not.Q.none.2.3.cl.4.NEG.active.conditional.PAST] => |ŋ̥ˤ|a#ː|̰꜒|kʰʷ|-
[not.Q.none.2.3.cl.4.NEG.active.optative.PRES] => |mˤ|a#|꜒꜖|ʄˠ|-
[not.Q.none.2.3.cl.4.NEG.active.optative.PAST] => |ᵏǃʰˤ|i#ː|̰꜒|ɴˠ|-
[not.Q.none.2.3.cl.4.NEG.passive.indicative.PRES] => |ɠʷ|ᵊ|꜖꜒|ɹʷ|-
[not.Q.none.2.3.cl.4.NEG.passive.indicative.PAST] => |qʷ|a|꜖|ɴˤ|-
[not.Q.none.2.3.cl.4.NEG.passive.imperative.PRES] => |ɥʲ|a|꜖|sʷ|-
[not.Q.none.2.3.cl.4.NEG.passive.imperative.PAST] => |ɠʷ|i|̰꜖|htˤ|-
[not.Q.none.2.3.cl.4.NEG.passive.conditional.PRES] => |j|ʉː|̰꜒|ɳ̥ˠ|-
[not.Q.none.2.3.cl.4.NEG.passive.conditional.PAST] => |ɴʷ|a|̰꜖|wʲ|-
[not.Q.none.2.3.cl.4.NEG.passive.optative.PRES] => |kʲ|a#|̰꜖|kʰʷ|-
[not.Q.none.2.3.cl.4.NEG.passive.optative.PAST] => |ɓʲ|ʉː|̰꜖|pˤ|-
[not.Q.none.2.3.cl.4.POS.active.indicative.PRES] => |ŋʷ|ᵊ|̰꜖|ŋ̥ˤ|-
[not.Q.none.2.3.cl.4.POS.active.indicative.PAST] => |ʋʲ|ᵊ|꜖|r̥ˠ|-
[not.Q.none.2.3.cl.4.POS.active.imperative.PRES] => |tˤ|i|꜖꜒|sʷ|-
[not.Q.none.2.3.cl.4.POS.active.imperative.PAST] => |ᵏǃˤ|a|꜖꜒|ɰˠ|-
[not.Q.none.2.3.cl.4.POS.active.conditional.PRES] => |n̥ʷ|i|꜒꜖|kʷ|-
[not.Q.none.2.3.cl.4.POS.active.conditional.PAST] => |r̥ˠ|a|꜒|ɹʷ|-
[not.Q.none.2.3.cl.4.POS.active.optative.PRES] => |kʷ|a|̰꜖|ʔ|-
[not.Q.none.2.3.cl.4.POS.active.optative.PAST] => |ɴʲ|i|꜖꜒|pˤ|-
[not.Q.none.2.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃˠ|uː|̰꜖|ʈʼˠ|-
[not.Q.none.2.3.cl.4.POS.passive.indicative.PAST] => |tʰʲ|i#ː|꜖꜒|lʲ|-
[not.Q.none.2.3.cl.4.POS.passive.imperative.PRES] => |wˤ|ᵊ|꜖꜒|tʰʷ|-
[not.Q.none.2.3.cl.4.POS.passive.imperative.PAST] => |ᵏǁʲ|a|꜖|r̥ʷ|-
[not.Q.none.2.3.cl.4.POS.passive.conditional.PRES] => |ᵑǁˠ|u#|꜖꜒|ŋ̥ʷ|-
[not.Q.none.2.3.cl.4.POS.passive.conditional.PAST] => |kʰʷ|iː|̰꜒|t͡sˤ|-
[not.Q.none.2.3.cl.4.POS.passive.optative.PRES] => |r̥ˤ|iː|꜒|ʜʲ|-
[not.Q.none.2.3.cl.4.POS.passive.optative.PAST] => |h|uː|꜒|kʼʲ|-
[not.Q.none.3.cl.1.1incl.NEG.active.indicative.PRES] => |tʼˤ|i|꜒꜖|ɳˠ|-
[not.Q.none.3.cl.1.1incl.NEG.active.indicative.PAST] => |qʲ|u|̰꜖|kʰʲ|-
[not.Q.none.3.cl.1.1incl.NEG.active.imperative.PRES] => |kʼʷ|a|꜖꜒|kʰˠ|-
[not.Q.none.3.cl.1.1incl.NEG.active.imperative.PAST] => |nˤ|aː|꜖꜒|mˠ|-
[not.Q.none.3.cl.1.1incl.NEG.active.conditional.PRES] => |hkʷ|ʉː|̰꜖|ɹˠ|-
[not.Q.none.3.cl.1.1incl.NEG.active.conditional.PAST] => |nˤ|iː|̰꜒|hʈʲ|-
[not.Q.none.3.cl.1.1incl.NEG.active.optative.PRES] => |htʲ|i|꜒|sʲ|-
[not.Q.none.3.cl.1.1incl.NEG.active.optative.PAST] => |ᵏǀˠ|a#|꜖꜒|j|-
[not.Q.none.3.cl.1.1incl.NEG.passive.indicative.PRES] => |ɳˠ|aː|꜖꜒|ɴˤ|-
[not.Q.none.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ᵏǃʼʲ|a|꜒|ɰʷ|-
[not.Q.none.3.cl.1.1incl.NEG.passive.imperative.PRES] => |wˠ|u#|̰꜒|n̥ʲ|-
[not.Q.none.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ɰʷ|i#|꜒|tʼʷ|-
[not.Q.none.3.cl.1.1incl.NEG.passive.conditional.PRES] => |ᵏǃʼˤ|aː|̰꜖|pʰʲ|-
[not.Q.none.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ʋʲ|ᵊ|꜒꜖|ɠˤ|-
[not.Q.none.3.cl.1.1incl.NEG.passive.optative.PRES] => |ᵑǀʼʲ|iː|꜖꜒|qˤ|-
[not.Q.none.3.cl.1.1incl.NEG.passive.optative.PAST] => |ʡˠ|i#|̰꜒|htˤ|-
[not.Q.none.3.cl.1.1incl.POS.active.indicative.PRES] => |tʼʲ|u#|꜖꜒|ɻˠ|-
[not.Q.none.3.cl.1.1incl.POS.active.indicative.PAST] => |ɥʲ|ᵊ|̰꜖|ʋˤ|-
[not.Q.none.3.cl.1.1incl.POS.active.imperative.PRES] => |nʷ|aː|̰꜒|htʲ|-
[not.Q.none.3.cl.1.1incl.POS.active.imperative.PAST] => |ɰʷ|aː|꜖꜒|pʲ|-
[not.Q.none.3.cl.1.1incl.POS.active.conditional.PRES] => |r̥ˤ|iː|꜖|kʲ|-
[not.Q.none.3.cl.1.1incl.POS.active.conditional.PAST] => |ᵏǃʼˤ|a#ː|꜖꜒|ɴʷ|-
[not.Q.none.3.cl.1.1incl.POS.active.optative.PRES] => |t͡ʃ|a|꜖|ŋʲ|-
[not.Q.none.3.cl.1.1incl.POS.active.optative.PAST] => |qˤ|uː|̰꜒|rˤ|-
[not.Q.none.3.cl.1.1incl.POS.passive.indicative.PRES] => |tʼʷ|ʉ#|꜒|ɴˤ|-
[not.Q.none.3.cl.1.1incl.POS.passive.indicative.PAST] => |ᵏǃʰˠ|ᵊ|꜖|ɗʷ|-
[not.Q.none.3.cl.1.1incl.POS.passive.imperative.PRES] => |ɽˠ|iː|꜖|t͡ʃ|-
[not.Q.none.3.cl.1.1incl.POS.passive.imperative.PAST] => |ᵑǁˠ|i|꜖꜒|qʼˠ|-
[not.Q.none.3.cl.1.1incl.POS.passive.conditional.PRES] => |m̥ˤ|a#|꜖꜒|nʷ|-
[not.Q.none.3.cl.1.1incl.POS.passive.conditional.PAST] => |ᵏǃˠ|a|꜒꜖|pˤ|-
[not.Q.none.3.cl.1.1incl.POS.passive.optative.PRES] => |hkˤ|iː|̰꜒|wˠ|-
[not.Q.none.3.cl.1.1incl.POS.passive.optative.PAST] => |ᵏǃʰˠ|i|꜖꜒|ʛˠ|-
[not.Q.none.3.cl.1.1excl.NEG.active.indicative.PRES] => |pʰʲ|u#ː|꜖|hkʷ|-
[not.Q.none.3.cl.1.1excl.NEG.active.indicative.PAST] => |ᵏǁʼʲ|ʉ#|꜖꜒|mˠ|-
[not.Q.none.3.cl.1.1excl.NEG.active.imperative.PRES] => |m̥ʲ|iː|꜒꜖|m̥ˤ|-
[not.Q.none.3.cl.1.1excl.NEG.active.imperative.PAST] => |ɠʷ|i#ː|̰꜖|lˠ|-
[not.Q.none.3.cl.1.1excl.NEG.active.conditional.PRES] => |ᵏǀʼˠ|a|̰꜖|hkʲ|-
[not.Q.none.3.cl.1.1excl.NEG.active.conditional.PAST] => |pʼˤ|a#|̰꜖|rˤ|-
[not.Q.none.3.cl.1.1excl.NEG.active.optative.PRES] => |nˤ|ᵊ|꜒|kʰʷ|-
[not.Q.none.3.cl.1.1excl.NEG.active.optative.PAST] => |kʼʷ|ʉ|꜒|ɰˤ|-
[not.Q.none.3.cl.1.1excl.NEG.passive.indicative.PRES] => |ɰˠ|i|꜖꜒|kʼʲ|-
[not.Q.none.3.cl.1.1excl.NEG.passive.indicative.PAST] => |ᵏǃʼˠ|ʉ|꜖|qʼʷ|-
[not.Q.none.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ɰˤ|i|꜖|m̥ʲ|-
[not.Q.none.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ʂˠ|ʉ|꜒꜖|nʲ|-
[not.Q.none.3.cl.1.1excl.NEG.passive.conditional.PRES] => |wˤ|i|꜖꜒|wʲ|-
[not.Q.none.3.cl.1.1excl.NEG.passive.conditional.PAST] => |hkʲ|iː|꜒|kˠ|-
[not.Q.none.3.cl.1.1excl.NEG.passive.optative.PRES] => |ʋˤ|u#|̰꜖|n̥ʲ|-
[not.Q.none.3.cl.1.1excl.NEG.passive.optative.PAST] => |ɓˠ|uː|꜒|rʲ|-
[not.Q.none.3.cl.1.1excl.POS.active.indicative.PRES] => |ᵏǀʰʲ|ʉ|꜖꜒|n̥ʷ|-
[not.Q.none.3.cl.1.1excl.POS.active.indicative.PAST] => |t͡ʃ|ᵊ|꜒|lˠ|-
[not.Q.none.3.cl.1.1excl.POS.active.imperative.PRES] => |ɭˠ|ʉ#|꜒꜖|nˤ|-
[not.Q.none.3.cl.1.1excl.POS.active.imperative.PAST] => |tˤ|aː|꜖꜒|qʼʲ|-
[not.Q.none.3.cl.1.1excl.POS.active.conditional.PRES] => |ᵑǀʼˤ|ᵊ|̰꜒|ʄˠ|-
[not.Q.none.3.cl.1.1excl.POS.active.conditional.PAST] => |nʷ|i#ː|̰꜖|hkˠ|-
[not.Q.none.3.cl.1.1excl.POS.active.optative.PRES] => |n̥ʲ|i#ː|̰꜒|kˠ|-
[not.Q.none.3.cl.1.1excl.POS.active.optative.PAST] => |ɻʲ|i#|꜖|ʛˠ|-
[not.Q.none.3.cl.1.1excl.POS.passive.indicative.PRES] => |ɰˠ|iː|꜖|t͡ʂʲ|-
[not.Q.none.3.cl.1.1excl.POS.passive.indicative.PAST] => |h|i|̰꜒|ɰʷ|-
[not.Q.none.3.cl.1.1excl.POS.passive.imperative.PRES] => |ŋ̥ˤ|ʉ|꜖꜒|pˤ|-
[not.Q.none.3.cl.1.1excl.POS.passive.imperative.PAST] => |kʲ|i|̰꜖|r̥ʷ|-
[not.Q.none.3.cl.1.1excl.POS.passive.conditional.PRES] => |t͡ʂˠ|ᵊ|̰꜖|ŋ̥ʷ|-
[not.Q.none.3.cl.1.1excl.POS.passive.conditional.PAST] => |htʷ|i|꜒|t͡sˤ|-
[not.Q.none.3.cl.1.1excl.POS.passive.optative.PRES] => |tʰˤ|i|꜖|ɾˠ|-
[not.Q.none.3.cl.1.1excl.POS.passive.optative.PAST] => |ᵏǀʰʲ|i|̰꜖|rˤ|-
[not.Q.none.3.cl.1.2.NEG.active.indicative.PRES] => |tʼˠ|ʉː|꜒|ɥˠ|-
[not.Q.none.3.cl.1.2.NEG.active.indicative.PAST] => |h|i|̰꜖|mʲ|-
[not.Q.none.3.cl.1.2.NEG.active.imperative.PRES] => |ᵏǀʼʲ|ʉ#ː|̰꜖|ɭʲ|-
[not.Q.none.3.cl.1.2.NEG.active.imperative.PAST] => |t͡ʂˠ|u#ː|꜒꜖|tˤ|-
[not.Q.none.3.cl.1.2.NEG.active.conditional.PRES] => |pʼʲ|u|꜖|qʷ|-
[not.Q.none.3.cl.1.2.NEG.active.conditional.PAST] => |ɰʲ|a|꜒|tʼˠ|-
[not.Q.none.3.cl.1.2.NEG.active.optative.PRES] => |ᵏǁˠ|a|꜖|lˠ|-
[not.Q.none.3.cl.1.2.NEG.active.optative.PAST] => |ʄʲ|u#ː|꜒|ɰʲ|-
[not.Q.none.3.cl.1.2.NEG.passive.indicative.PRES] => |m̥ˠ|i|꜒꜖|htˠ|-
[not.Q.none.3.cl.1.2.NEG.passive.indicative.PAST] => |hpʲ|i#ː|꜒|ɴʲ|-
[not.Q.none.3.cl.1.2.NEG.passive.imperative.PRES] => |ʛʲ|u|꜖|ɗʷ|-
[not.Q.none.3.cl.1.2.NEG.passive.imperative.PAST] => |kˠ|a|꜖꜒|mˤ|-
[not.Q.none.3.cl.1.2.NEG.passive.conditional.PRES] => |ʋʲ|ᵊ|꜒꜖|n̥ʲ|-
[not.Q.none.3.cl.1.2.NEG.passive.conditional.PAST] => |ᵏǃʲ|a|꜒|ɠˠ|-
[not.Q.none.3.cl.1.2.NEG.passive.optative.PRES] => |ʛʷ|a#|̰꜒|wˠ|-
[not.Q.none.3.cl.1.2.NEG.passive.optative.PAST] => |kˤ|a#ː|̰꜖|qʷ|-
[not.Q.none.3.cl.1.2.POS.active.indicative.PRES] => |wˠ|a|꜖꜒|qˠ|-
[not.Q.none.3.cl.1.2.POS.active.indicative.PAST] => |ᵏǀˤ|i|꜒꜖|tʼˠ|-
[not.Q.none.3.cl.1.2.POS.active.imperative.PRES] => |sˤ|ʉ|꜖|ɠʲ|-
[not.Q.none.3.cl.1.2.POS.active.imperative.PAST] => |ᵑǀˠ|u#|꜖꜒|ɠʲ|-
[not.Q.none.3.cl.1.2.POS.active.conditional.PRES] => |pˠ|i#|꜖|ʜʲ|-
[not.Q.none.3.cl.1.2.POS.active.conditional.PAST] => |ᵑǃʷ|iː|꜖꜒|ŋ̥ˠ|-
[not.Q.none.3.cl.1.2.POS.active.optative.PRES] => |htʷ|aː|꜖꜒|n̥ʲ|-
[not.Q.none.3.cl.1.2.POS.active.optative.PAST] => |tʲ|i|̰꜖|ɥˤ|-
[not.Q.none.3.cl.1.2.POS.passive.indicative.PRES] => |ʜˠ|ʉ#ː|꜖꜒|ɰˤ|-
[not.Q.none.3.cl.1.2.POS.passive.indicative.PAST] => |ɾˠ|a|̰꜖|hpʲ|-
[not.Q.none.3.cl.1.2.POS.passive.imperative.PRES] => |ɹˤ|a#ː|̰꜖|ʡʲ|-
[not.Q.none.3.cl.1.2.POS.passive.imperative.PAST] => |tɬˠ|a|̰꜖|ɰʲ|-
[not.Q.none.3.cl.1.2.POS.passive.conditional.PRES] => |ᵏǁʰʲ|ᵊ|̰꜒|ɳʲ|-
[not.Q.none.3.cl.1.2.POS.passive.conditional.PAST] => |ɽʲ|a|꜒|pˤ|-
[not.Q.none.3.cl.1.2.POS.passive.optative.PRES] => |ɹˤ|ᵊ|꜖꜒|htˤ|-
[not.Q.none.3.cl.1.2.POS.passive.optative.PAST] => |ʛʲ|ʉː|꜒|ɗˤ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |kʼʲ|ʉ#|̰꜖|wˤ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |htʷ|ʉ|̰꜖|ɾʷ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |qʼˤ|i#ː|꜒꜖|rʷ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ᵏǃʰˠ|ʉː|꜖|ɹˤ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʼˠ|a|꜖꜒|ɠʷ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ᵏǀʰʲ|iː|꜖꜒|j|-
[not.Q.none.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |r̥ˤ|uː|̰꜒|t͡ʂʲ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |n̥ˠ|ᵊ|꜖꜒|ŋˠ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |ɽʲ|ᵊ|꜖꜒|ʂˠ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ɴʲ|uː|̰꜖|nˠ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǃˤ|iː|꜒|ɥˤ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |lʲ|u|̰꜒|ɹˤ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |rˠ|u|̰꜒|ʃʲ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǁˠ|u#ː|꜖|mˤ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |sʲ|i#|꜖|ɽʲ|-
[not.Q.none.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |tʲ|i|꜒|ŋʲ|-
[not.Q.none.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |hpʲ|i|꜖|ɓˠ|-
[not.Q.none.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |hpʲ|a#|꜖|t͡sˤ|-
[not.Q.none.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |hkˠ|i|꜖|kʼʷ|-
[not.Q.none.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ʃˠ|i|꜒꜖|t͡ʃ|-
[not.Q.none.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ᵑǁʲ|u|̰꜖|tʼˤ|-
[not.Q.none.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |ᵏǀʼˤ|aː|̰꜖|ʂʲ|-
[not.Q.none.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ɗˠ|i|꜒꜖|tʰʲ|-
[not.Q.none.3.cl.1.3.cl.1.POS.active.optative.PAST] => |qʼˤ|ʉ|꜖|m̥ˤ|-
[not.Q.none.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ᵏǃˠ|i|̰꜖|kʷ|-
[not.Q.none.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |htʲ|i#|꜒|ɻʲ|-
[not.Q.none.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʷ|ᵊ|꜒|ʜʲ|-
[not.Q.none.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ɽʲ|ʉ#|꜖꜒|tʼʷ|-
[not.Q.none.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ɳ̥ʲ|iː|꜒꜖|n̥ʷ|-
[not.Q.none.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |ᵏǁʲ|a#|꜖꜒|ʜʲ|-
[not.Q.none.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |ɰʷ|i|꜒|ŋʷ|-
[not.Q.none.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ᵏǃʰˤ|u#ː|꜖꜒|ɠʷ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |kʰˤ|i|꜖|ɗˠ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |ɾˠ|a#|꜖|tˠ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |n̥ˠ|a#|̰꜖|ɽʲ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |h|i|̰꜖|lˠ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃʼʷ|a|̰꜖|ɰʲ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |kʼʷ|a#|꜖|ŋˠ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ʈʰˠ|u|꜖꜒|ŋ̥ˤ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |kʰˠ|i#ː|̰꜖|tʼʲ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |kˠ|u|꜖꜒|ʃˠ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |kʷ|i|꜖꜒|ɻˠ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |qʲ|u|̰꜖|ɗˤ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |tʼʲ|ʉ|꜒|t͡ʂˠ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |kʰˤ|aː|꜒꜖|ɴˤ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |ŋˤ|aː|̰꜖|kˤ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |sʷ|ᵊ|꜒꜖|t͡sˠ|-
[not.Q.none.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |ɥˤ|i|꜒꜖|ɹˠ|-
[not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |ɰˤ|ʉ|̰꜖|ŋ̥ˤ|-
[not.Q.none.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ɠˤ|i#ː|꜒꜖|ɳ̥ʲ|-
[not.Q.none.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |mʲ|i#|꜒꜖|ɗʷ|-
[not.Q.none.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |hkʷ|ʉ#ː|꜒꜖|pʰˤ|-
[not.Q.none.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |htˤ|i|꜒꜖|ɭˠ|-
[not.Q.none.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |t͡sˠ|u|̰꜖|hkˠ|-
[not.Q.none.3.cl.1.3.cl.2.POS.active.optative.PRES] => |htˠ|ᵊ|̰꜒|ʃʲ|-
[not.Q.none.3.cl.1.3.cl.2.POS.active.optative.PAST] => |pʰˤ|a#|꜖꜒|nʷ|-
[not.Q.none.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ɠˠ|aː|꜒|d͡ʐˠ|-
[not.Q.none.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |htˠ|u|̰꜖|lˠ|-
[not.Q.none.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ɗˠ|u|꜖꜒|ʈʼʲ|-
[not.Q.none.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ɠˤ|ʉː|꜒|ŋ̥ˤ|-
[not.Q.none.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |ɹˠ|ʉː|꜒|pˠ|-
[not.Q.none.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ɗˠ|ʉ#ː|꜒|nʲ|-
[not.Q.none.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |tʰʲ|u#ː|꜒|tʼˠ|-
[not.Q.none.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |ᵑǀˠ|ʉ|̰꜖|ʡʲ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |sˤ|u#ː|꜒꜖|ɹʷ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ᵑǃʷ|i|̰꜒|ɰʲ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |wˤ|u#|̰꜖|ɴʷ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |ᵑǃʼˠ|uː|̰꜒|ʜˠ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |mˠ|i|̰꜖|nʷ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |htˠ|i|̰꜒|rˠ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ᵏǁˠ|u|꜖|tˠ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |ʈʰˠ|u|̰꜒|nʷ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |nʲ|ʉ#ː|̰꜖|ɠʷ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |ɴˤ|ʉ|꜖|ʃʲ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |qʼʲ|i|̰꜒|sʷ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |ʈʰˠ|a|꜒꜖|ɹˤ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǁʼˠ|ʉ|꜒|rˠ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |qʼʲ|uː|꜒|pˠ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |kʼˠ|u#|꜒꜖|qʼʷ|-
[not.Q.none.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |rʲ|i|꜒|hkˤ|-
[not.Q.none.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |ᵏǀʼˤ|ʉː|̰꜒|ɻʲ|-
[not.Q.none.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |ᵏǃʰʲ|i|꜖|ɰˤ|-
[not.Q.none.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ʜʲ|aː|̰꜒|ɳ̥ˠ|-
[not.Q.none.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |kʼˤ|uː|꜒|ʜʲ|-
[not.Q.none.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ɭˠ|i|꜖꜒|hpʲ|-
[not.Q.none.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ɓˠ|ʉ#|꜒꜖|qʼʲ|-
[not.Q.none.3.cl.1.3.cl.3.POS.active.optative.PRES] => |m̥ˠ|i|꜒|t͡sˤ|-
[not.Q.none.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ᵏǀˤ|ʉ#ː|꜒꜖|r̥ʷ|-
[not.Q.none.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |t͡ʂʲ|i|꜖|qʼʷ|-
[not.Q.none.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃˤ|a|̰꜖|t͡ʂˠ|-
[not.Q.none.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |ɥˠ|a|꜒|ɓˤ|-
[not.Q.none.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |ʔ|a|꜖|ɠʷ|-
[not.Q.none.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |hpˤ|i#|꜒|ŋʷ|-
[not.Q.none.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ŋʷ|iː|꜒꜖|ɥˤ|-
[not.Q.none.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |kˠ|ʉ|꜒|tˤ|-
[not.Q.none.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |kˤ|a|꜒|n̥ʷ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |ɻˠ|ʉ#ː|꜖|ɠˤ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ɰˤ|u|꜒꜖|ʡʲ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |kʼʲ|i#|꜒꜖|ɓˤ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |r̥ˤ|ʉː|꜖|ʈʼˠ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |tʼˤ|ᵊ|̰꜒|ɹʲ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ʈʼˠ|aː|꜖|hʈʲ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |ᵑǁʼʲ|uː|̰꜖|hkˤ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ᵏǃʼˤ|a|꜖|htʷ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǃʷ|i|꜒꜖|rˠ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |mʲ|i#|꜒|ʛˠ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ŋ̥ʲ|i|꜖꜒|ʛʷ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ʜˠ|i|꜒꜖|ɾʷ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |qʼʷ|a|꜒|htˤ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃˤ|i|꜒꜖|kʼˤ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ᵏǀʷ|i|̰꜒|ŋˤ|-
[not.Q.none.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |ɥʲ|i|꜒|ɳʲ|-
[not.Q.none.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ᵏǀʼʲ|i|꜖|t͡ʂʲ|-
[not.Q.none.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |ɽʲ|ʉ|꜖|ɗʷ|-
[not.Q.none.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |htʲ|iː|̰꜒|ɰˠ|-
[not.Q.none.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |hkˤ|iː|̰꜖|ɳˠ|-
[not.Q.none.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ɻʲ|i|̰꜒|ɹʲ|-
[not.Q.none.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ɓˤ|u#ː|̰꜒|ŋ̥ˤ|-
[not.Q.none.3.cl.1.3.cl.4.POS.active.optative.PRES] => |qˠ|i|꜖|rˠ|-
[not.Q.none.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ᵑǃˤ|ᵊ|꜖|wʲ|-
[not.Q.none.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃʷ|ʉ#ː|꜖꜒|ɥˤ|-
[not.Q.none.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʷ|ʉ|꜖꜒|rˠ|-
[not.Q.none.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ᵏǀʰʲ|i|꜒|pʰˠ|-
[not.Q.none.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ɠˠ|u#ː|̰꜒|ŋ̥ʲ|-
[not.Q.none.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |htˠ|u#ː|꜒꜖|ŋ̥ʲ|-
[not.Q.none.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |qʼʲ|a#|꜒|kʼˤ|-
[not.Q.none.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |sʲ|ʉː|꜒|htˠ|-
[not.Q.none.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |pʼˠ|a#|꜒|ɴʲ|-
[not.Q.none.3.cl.2.1incl.NEG.active.indicative.PRES] => |ŋ̥ʲ|i|̰꜒|nʷ|-
[not.Q.none.3.cl.2.1incl.NEG.active.indicative.PAST] => |hʈʲ|ʉ|̰꜖|ŋˠ|-
[not.Q.none.3.cl.2.1incl.NEG.active.imperative.PRES] => |ɹˤ|ʉː|꜖|ɳʲ|-
[not.Q.none.3.cl.2.1incl.NEG.active.imperative.PAST] => |wˠ|i|꜒꜖|kʼʷ|-
[not.Q.none.3.cl.2.1incl.NEG.active.conditional.PRES] => |qʼʷ|ʉ|꜖꜒|ɻʲ|-
[not.Q.none.3.cl.2.1incl.NEG.active.conditional.PAST] => |ɠˤ|u|꜖꜒|ɗˠ|-
[not.Q.none.3.cl.2.1incl.NEG.active.optative.PRES] => |hkˠ|a|꜒꜖|wˤ|-
[not.Q.none.3.cl.2.1incl.NEG.active.optative.PAST] => |ɴˤ|ᵊ|꜖|ʋˤ|-
[not.Q.none.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ʛˠ|i|꜖꜒|pʰˠ|-
[not.Q.none.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|ᵊ|̰꜖|ŋ̥ʷ|-
[not.Q.none.3.cl.2.1incl.NEG.passive.imperative.PRES] => |ᵑǁʼˠ|i#ː|꜒꜖|rˤ|-
[not.Q.none.3.cl.2.1incl.NEG.passive.imperative.PAST] => |htʲ|ʉ|꜖꜒|hkˤ|-
[not.Q.none.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ʄˠ|u|꜖|ɹʷ|-
[not.Q.none.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ᵑǀˤ|ᵊ|̰꜒|ʔ|-
[not.Q.none.3.cl.2.1incl.NEG.passive.optative.PRES] => |pʼˤ|i|̰꜖|n̥ˤ|-
[not.Q.none.3.cl.2.1incl.NEG.passive.optative.PAST] => |t͡sʷ|i|꜖꜒|ʛˠ|-
[not.Q.none.3.cl.2.1incl.POS.active.indicative.PRES] => |kʰʷ|ʉ|꜒꜖|pʰˤ|-
[not.Q.none.3.cl.2.1incl.POS.active.indicative.PAST] => |ɭˠ|ʉː|꜖|ʈʰʲ|-
[not.Q.none.3.cl.2.1incl.POS.active.imperative.PRES] => |ᵏǀʰˠ|iː|꜒|pʰʲ|-
[not.Q.none.3.cl.2.1incl.POS.active.imperative.PAST] => |kʷ|ʉː|꜒|ɳ̥ʲ|-
[not.Q.none.3.cl.2.1incl.POS.active.conditional.PRES] => |ᵏǃʰˠ|i|̰꜖|ɹʲ|-
[not.Q.none.3.cl.2.1incl.POS.active.conditional.PAST] => |kʰˠ|a|̰꜒|ʡˠ|-
[not.Q.none.3.cl.2.1incl.POS.active.optative.PRES] => |qˠ|u#ː|̰꜖|ɾˠ|-
[not.Q.none.3.cl.2.1incl.POS.active.optative.PAST] => |ᵑǀʲ|a|꜖|ʛˠ|-
[not.Q.none.3.cl.2.1incl.POS.passive.indicative.PRES] => |kʰˠ|u|꜒|ʄˠ|-
[not.Q.none.3.cl.2.1incl.POS.passive.indicative.PAST] => |ᵏǃʼˤ|i|꜒|tɬˠ|-
[not.Q.none.3.cl.2.1incl.POS.passive.imperative.PRES] => |wˤ|ᵊ|꜖꜒|ɳˠ|-
[not.Q.none.3.cl.2.1incl.POS.passive.imperative.PAST] => |pˠ|ᵊ|꜖꜒|hpˠ|-
[not.Q.none.3.cl.2.1incl.POS.passive.conditional.PRES] => |ʋˠ|aː|̰꜒|ʈˠ|-
[not.Q.none.3.cl.2.1incl.POS.passive.conditional.PAST] => |pˠ|a#ː|꜒꜖|ʂˠ|-
[not.Q.none.3.cl.2.1incl.POS.passive.optative.PRES] => |tɬʲ|ʉ|꜒|ʈʼʲ|-
[not.Q.none.3.cl.2.1incl.POS.passive.optative.PAST] => |hpˠ|ᵊ|꜖꜒|ɓˤ|-
[not.Q.none.3.cl.2.1excl.NEG.active.indicative.PRES] => |ɰˤ|iː|꜒|pˤ|-
[not.Q.none.3.cl.2.1excl.NEG.active.indicative.PAST] => |ɽʲ|i#|꜒|hpʲ|-
[not.Q.none.3.cl.2.1excl.NEG.active.imperative.PRES] => |qʷ|ᵊ|꜖|ɾˤ|-
[not.Q.none.3.cl.2.1excl.NEG.active.imperative.PAST] => |kʼʲ|u#|̰꜒|ŋ̥ʲ|-
[not.Q.none.3.cl.2.1excl.NEG.active.conditional.PRES] => |wˤ|uː|̰꜖|ɰˤ|-
[not.Q.none.3.cl.2.1excl.NEG.active.conditional.PAST] => |mˠ|i#|꜖꜒|ʔ|-
[not.Q.none.3.cl.2.1excl.NEG.active.optative.PRES] => |pʰʲ|ᵊ|̰꜖|ʂʲ|-
[not.Q.none.3.cl.2.1excl.NEG.active.optative.PAST] => |wˠ|u|꜒|rʲ|-
[not.Q.none.3.cl.2.1excl.NEG.passive.indicative.PRES] => |qʲ|aː|꜒|ʂˠ|-
[not.Q.none.3.cl.2.1excl.NEG.passive.indicative.PAST] => |ᵏǃʼˤ|u#|̰꜖|ɠʷ|-
[not.Q.none.3.cl.2.1excl.NEG.passive.imperative.PRES] => |n̥ʷ|a|꜒꜖|t͡sˠ|-
[not.Q.none.3.cl.2.1excl.NEG.passive.imperative.PAST] => |hkʷ|i|꜖|ɗˠ|-
[not.Q.none.3.cl.2.1excl.NEG.passive.conditional.PRES] => |ɽˠ|a|꜒|kʼʲ|-
[not.Q.none.3.cl.2.1excl.NEG.passive.conditional.PAST] => |pʰʲ|a#|꜖꜒|ɗˤ|-
[not.Q.none.3.cl.2.1excl.NEG.passive.optative.PRES] => |ʃʲ|ʉ|̰꜖|ʔ|-
[not.Q.none.3.cl.2.1excl.NEG.passive.optative.PAST] => |kʼˠ|ʉ#|꜒|kʼʲ|-
[not.Q.none.3.cl.2.1excl.POS.active.indicative.PRES] => |ɗʷ|i#ː|̰꜖|t͡ʃ|-
[not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST] => |ŋ̥ʷ|a|꜒|ʈˠ|-
[not.Q.none.3.cl.2.1excl.POS.active.imperative.PRES] => |kʼˤ|aː|꜖|tʼˠ|-
[not.Q.none.3.cl.2.1excl.POS.active.imperative.PAST] => |ɠˠ|uː|꜖|nʷ|-
[not.Q.none.3.cl.2.1excl.POS.active.conditional.PRES] => |tɬˠ|i#|̰꜖|kʼˠ|-
[not.Q.none.3.cl.2.1excl.POS.active.conditional.PAST] => |mʲ|a|̰꜖|ŋ̥ʲ|-
[not.Q.none.3.cl.2.1excl.POS.active.optative.PRES] => |ɥʲ|ʉ|꜒|t͡ʂˠ|-
[not.Q.none.3.cl.2.1excl.POS.active.optative.PAST] => |pˠ|ᵊ|꜒|ʜʲ|-
[not.Q.none.3.cl.2.1excl.POS.passive.indicative.PRES] => |ʈʰʲ|i|꜖|n̥ˠ|-
[not.Q.none.3.cl.2.1excl.POS.passive.indicative.PAST] => |ʄʲ|u#|꜒|kʼˠ|-
[not.Q.none.3.cl.2.1excl.POS.passive.imperative.PRES] => |kʰʲ|u#|꜖|sʲ|-
[not.Q.none.3.cl.2.1excl.POS.passive.imperative.PAST] => |ɓˠ|u|꜒|ɠˤ|-
[not.Q.none.3.cl.2.1excl.POS.passive.conditional.PRES] => |ᵏǀʰʲ|a|꜖|r̥ˤ|-
[not.Q.none.3.cl.2.1excl.POS.passive.conditional.PAST] => |h|i|꜒|m̥ˠ|-
[not.Q.none.3.cl.2.1excl.POS.passive.optative.PRES] => |tɬʲ|ᵊ|꜒꜖|ʃˠ|-
[not.Q.none.3.cl.2.1excl.POS.passive.optative.PAST] => |d͡ʐʲ|u#|̰꜖|d͡ʐʲ|-
[not.Q.none.3.cl.2.2.NEG.active.indicative.PRES] => |tʰʲ|ʉː|꜒꜖|qʼʲ|-
[not.Q.none.3.cl.2.2.NEG.active.indicative.PAST] => |tʼˤ|i|꜒|pʼˤ|-
[not.Q.none.3.cl.2.2.NEG.active.imperative.PRES] => |tɬˠ|i|꜖|ŋˤ|-
[not.Q.none.3.cl.2.2.NEG.active.imperative.PAST] => |qʲ|u#ː|꜒|mʲ|-
[not.Q.none.3.cl.2.2.NEG.active.conditional.PRES] => |qʲ|u|̰꜖|kʲ|-
[not.Q.none.3.cl.2.2.NEG.active.conditional.PAST] => |ʡˠ|aː|꜒꜖|ɗˤ|-
[not.Q.none.3.cl.2.2.NEG.active.optative.PRES] => |ŋ̥ˤ|aː|꜖|htˠ|-
[not.Q.none.3.cl.2.2.NEG.active.optative.PAST] => |tʰˤ|u|꜒|ʋˠ|-
[not.Q.none.3.cl.2.2.NEG.passive.indicative.PRES] => |ᵏǁˠ|a|̰꜖|tˠ|-
[not.Q.none.3.cl.2.2.NEG.passive.indicative.PAST] => |ʋˠ|i#ː|꜖꜒|hkˠ|-
[not.Q.none.3.cl.2.2.NEG.passive.imperative.PRES] => |ʡˠ|i|꜖꜒|mˠ|-
[not.Q.none.3.cl.2.2.NEG.passive.imperative.PAST] => |ɗˠ|ʉ|꜖|ŋˤ|-
[not.Q.none.3.cl.2.2.NEG.passive.conditional.PRES] => |ᵏǃˠ|ᵊ|̰꜒|n̥ˠ|-
[not.Q.none.3.cl.2.2.NEG.passive.conditional.PAST] => |t͡ʃ|ᵊ|̰꜖|n̥ˤ|-
[not.Q.none.3.cl.2.2.NEG.passive.optative.PRES] => |qʼˠ|ʉ|꜖꜒|ɾʷ|-
[not.Q.none.3.cl.2.2.NEG.passive.optative.PAST] => |nˠ|iː|꜖|ʡʲ|-
[not.Q.none.3.cl.2.2.POS.active.indicative.PRES] => |nˠ|ʉ#ː|꜖꜒|ɳˠ|-
[not.Q.none.3.cl.2.2.POS.active.indicative.PAST] => |ᵏǃʰʲ|a#|꜖|kʰˠ|-
[not.Q.none.3.cl.2.2.POS.active.imperative.PRES] => |ᵏǁʼʲ|i|̰꜒|ʔ|-
[not.Q.none.3.cl.2.2.POS.active.imperative.PAST] => |ɹˠ|ʉ#|꜒|tʼˠ|-
[not.Q.none.3.cl.2.2.POS.active.conditional.PRES] => |ɥˤ|i#ː|꜒꜖|tʰˠ|-
[not.Q.none.3.cl.2.2.POS.active.conditional.PAST] => |ᵑǀʼˤ|i|꜖|ɥʲ|-
[not.Q.none.3.cl.2.2.POS.active.optative.PRES] => |ʔ|a#ː|̰꜒|wʲ|-
[not.Q.none.3.cl.2.2.POS.active.optative.PAST] => |n̥ʲ|aː|꜒|hkʲ|-
[not.Q.none.3.cl.2.2.POS.passive.indicative.PRES] => |mʲ|u#|̰꜒|tʼˠ|-
[not.Q.none.3.cl.2.2.POS.passive.indicative.PAST] => |pˤ|ʉ#ː|̰꜖|tˤ|-
[not.Q.none.3.cl.2.2.POS.passive.imperative.PRES] => |ᵏǃʼʷ|i|̰꜒|hpʲ|-
[not.Q.none.3.cl.2.2.POS.passive.imperative.PAST] => |nˠ|aː|꜒꜖|j|-
[not.Q.none.3.cl.2.2.POS.passive.conditional.PRES] => |ᵑǀʼʲ|ᵊ|꜖|ʈʼˠ|-
[not.Q.none.3.cl.2.2.POS.passive.conditional.PAST] => |ᵏǁʰʲ|ᵊ|̰꜒|ʂˠ|-
[not.Q.none.3.cl.2.2.POS.passive.optative.PRES] => |ʛʷ|a|꜒|pʰˤ|-
[not.Q.none.3.cl.2.2.POS.passive.optative.PAST] => |ᵏǃʰʷ|aː|̰꜖|ɻʲ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀʼʷ|ᵊ|̰꜒|n̥ˠ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |lʲ|a|꜖|ɥʲ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |qʼʷ|i#|꜖꜒|ɳ̥ˠ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǁʼˠ|i|̰꜖|ɰˠ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ŋ̥ˠ|i#|꜒|qʲ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ŋ̥ˤ|i|꜖|ɹˤ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |tɬˠ|ʉ|̰꜖|ʛʷ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |mʲ|i|̰꜖|ɗˤ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |kʼʷ|ʉː|꜒|pʰʲ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |pˠ|i|꜖꜒|qˤ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |ɥʲ|i|̰꜖|ʈʼʲ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ʋˠ|i|꜒|ɗˤ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |sʲ|ʉ#ː|̰꜒|hʈʲ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ʃʲ|a|꜖|tʰˤ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ᵏǀʰˤ|u|꜖|ʜˠ|-
[not.Q.none.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ɹʲ|u#ː|꜖꜒|ʂʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |pˠ|ʉ|̰꜒|lʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |ɠˤ|aː|꜖꜒|ŋ̥ʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |kʰˤ|u#ː|꜖|qʼʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ᵑǁʲ|ʉː|꜖꜒|ɳ̥ˠ|-
[not.Q.none.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ᵑǁʼˠ|ᵊ|꜒|ŋ̥ˤ|-
[not.Q.none.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |pʼʲ|i|꜒꜖|ʈʰʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ŋ̥ˠ|a|꜒|ɠʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.active.optative.PAST] => |pˠ|u|̰꜒|n̥ʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |ɗʲ|a|̰꜒|ɭʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |t͡sʲ|iː|꜖꜒|hʈˠ|-
[not.Q.none.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |wʲ|u#|̰꜒|mʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |nʷ|aː|꜖|ɽʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʲ|ʉ#|꜖꜒|mʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |ɴʲ|i|꜒|ʡʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ʋˠ|ᵊ|̰꜖|m̥ʲ|-
[not.Q.none.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |r̥ˤ|u|꜖|mˠ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |pˤ|ᵊ|꜒꜖|kʼʷ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |ᵑǃʼˤ|i|꜖|ʡʲ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʼʲ|uː|꜒꜖|n̥ˤ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ᵑǀˠ|iː|꜒|t͡ʂʲ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |sˤ|i|꜒|rˠ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |t͡sˠ|a|꜖|tʼˤ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |pʲ|i|꜒꜖|ɗˠ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |kˤ|u|꜖|ɳ̥ʲ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |tʼʷ|ʉ|̰꜖|kˠ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ʈʰʲ|u#|̰꜖|lˠ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |pˠ|i|꜖|ɽʲ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |hʈˠ|i#ː|꜒|n̥ʲ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ɽˠ|a#ː|꜖꜒|sˤ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |j|a|꜒|ʈʼʲ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |ᵏǀʼˠ|ʉ|꜒|ŋ̥ˤ|-
[not.Q.none.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ɓʲ|i|꜖|kʼʷ|-
[not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ʋˤ|a|꜒꜖|m̥ʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |tʰʲ|a|꜖|ɠˤ|-
[not.Q.none.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |pʰˠ|ᵊ|꜒꜖|r̥ʷ|-
[not.Q.none.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ɹʷ|ʉ#ː|꜖|ɳ̥ʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ʈʰʲ|i|꜖|rʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |htʲ|a|̰꜖|qʼʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ʄʲ|u|꜒꜖|mʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ᵑǀʼˤ|a|꜒꜖|ɰʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ɠʷ|a|꜖|hʈʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |nˤ|ʉ#|꜒|ʈʼʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |ŋ̥ˠ|ᵊ|꜒|r̥ʷ|-
[not.Q.none.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |tʼʷ|a#|꜒꜖|ɭʲ|-
[not.Q.none.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ᵏǃʷ|ʉː|̰꜒|t͡ʃ|-
[not.Q.none.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ɰʷ|i|꜒|ɰˠ|-
[not.Q.none.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ɗˠ|u#|꜖꜒|pʼˤ|-
[not.Q.none.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ᵑǁˠ|i#|꜒|ʜˠ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |pˤ|ʉ|꜖|lʲ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |pʰˤ|i|̰꜒|ɰˠ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ʈʼˠ|aː|꜒|pˠ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |htˠ|ʉ|꜖|qʼʷ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ɹʲ|i#ː|꜖꜒|ɴʲ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |ɭʲ|i|꜒|lˠ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |ɹˤ|ʉ|꜖|lˠ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ᵏǁʲ|uː|꜒|ɓˤ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǃʼˤ|a|꜖|ɠˤ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǃʼˠ|u|̰꜒|rˤ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |hpˤ|ʉː|̰꜖|r̥ˤ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |kˤ|ᵊ|̰꜖|ʈˠ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |tˠ|ᵊ|꜖꜒|tˤ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǁʰʲ|ʉː|̰꜖|ɠˠ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ᵏǃʰˠ|i#|꜖꜒|t͡sʷ|-
[not.Q.none.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |ɳ̥ˠ|i#|꜖꜒|tɬʲ|-
[not.Q.none.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |ʋˠ|ᵊ|꜒|ɰˤ|-
[not.Q.none.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ᵏǃʲ|i|꜒꜖|hʈˠ|-
[not.Q.none.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʷ|ᵊ|꜖|m̥ˠ|-
[not.Q.none.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |mˤ|a|꜖|hpˠ|-
[not.Q.none.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |kʼʲ|ʉː|꜒꜖|ɓʲ|-
[not.Q.none.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ɓˠ|u|꜒꜖|ʡʲ|-
[not.Q.none.3.cl.2.3.cl.3.POS.active.optative.PRES] => |kʼʷ|ʉ#ː|꜖꜒|ŋˠ|-
[not.Q.none.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ɰʲ|ᵊ|̰꜖|ɾʲ|-
[not.Q.none.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |wˠ|i|̰꜖|tʲ|-
[not.Q.none.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ʛˤ|ᵊ|꜒꜖|ʡʲ|-
[not.Q.none.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ʄˠ|iː|̰꜒|wˤ|-
[not.Q.none.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃʷ|a|꜖|sˠ|-
[not.Q.none.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ɓˠ|ᵊ|꜖|tˤ|-
[not.Q.none.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |tʼʲ|a|꜖|ʛʲ|-
[not.Q.none.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |pʰˤ|ʉ|꜖꜒|ʃʲ|-
[not.Q.none.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ʡˠ|u#|꜖|tʰʲ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |qʼʷ|ʉ|̰꜖|pˤ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |r̥ˠ|iː|꜖꜒|ɻʲ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |tˠ|a#ː|꜒|ɠʷ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |kˠ|ʉ|̰꜒|ʂˠ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |pʰʲ|i#|̰꜖|ɓˠ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |nˠ|ʉː|꜒꜖|ʃˠ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |tɬˠ|i|꜒꜖|kʼʲ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ɻʲ|a#ː|꜖꜒|j|-
[not.Q.none.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |nˤ|u|꜖|hkʷ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |sʲ|i|̰꜒|htˠ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |tʼˤ|ʉ|꜒꜖|ɴˤ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ŋˤ|uː|̰꜒|ʔ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʲ|aː|꜖꜒|hkˠ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ɓˠ|ʉ|꜒|ʂˠ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ɰˤ|iː|꜒|ʄʲ|-
[not.Q.none.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |m̥ˠ|a|꜖꜒|htˤ|-
[not.Q.none.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |tʼˠ|i|̰꜒|ŋˠ|-
[not.Q.none.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |ᵑǃˠ|i|̰꜖|qʷ|-
[not.Q.none.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ᵑǃʼˠ|a|꜖꜒|ŋ̥ˤ|-
[not.Q.none.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ᵑǃʲ|ʉ#ː|꜖|tʼʷ|-
[not.Q.none.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |tʼˠ|a|꜒|tˤ|-
[not.Q.none.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |htʷ|a|̰꜖|ɾʷ|-
[not.Q.none.3.cl.2.3.cl.4.POS.active.optative.PRES] => |kʰʲ|ᵊ|꜖|ŋʲ|-
[not.Q.none.3.cl.2.3.cl.4.POS.active.optative.PAST] => |kʰˤ|u|꜖꜒|ɹʲ|-
[not.Q.none.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ˤ|iː|꜖꜒|rʲ|-
[not.Q.none.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |tˠ|u#ː|̰꜖|r̥ˤ|-
[not.Q.none.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |lʲ|a|꜒|t͡ʂʲ|-
[not.Q.none.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |qˠ|aː|꜒|kʼʲ|-
[not.Q.none.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |mˠ|ᵊ|꜖|tʼʲ|-
[not.Q.none.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |mˤ|u|꜒|kʲ|-
[not.Q.none.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |qˤ|iː|꜒|rʷ|-
[not.Q.none.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ᵏǀʰˠ|a|꜒꜖|pʼˠ|-
[not.Q.none.3.cl.3.1incl.NEG.active.indicative.PRES] => |kʼʷ|a|꜒|ʈʰˠ|-
[not.Q.none.3.cl.3.1incl.NEG.active.indicative.PAST] => |wˤ|u|꜒|ɳ̥ʲ|-
[not.Q.none.3.cl.3.1incl.NEG.active.imperative.PRES] => |ᵏǃʰˠ|u#ː|̰꜖|nˠ|-
[not.Q.none.3.cl.3.1incl.NEG.active.imperative.PAST] => |kʼˠ|i#|꜖|rˤ|-
[not.Q.none.3.cl.3.1incl.NEG.active.conditional.PRES] => |ɴʷ|a|꜒|kʼˤ|-
[not.Q.none.3.cl.3.1incl.NEG.active.conditional.PAST] => |t͡ʃ|a|꜒|t͡ʃ|-
[not.Q.none.3.cl.3.1incl.NEG.active.optative.PRES] => |rʷ|i|̰꜒|rʲ|-
[not.Q.none.3.cl.3.1incl.NEG.active.optative.PAST] => |wˠ|u|꜖꜒|m̥ˤ|-
[not.Q.none.3.cl.3.1incl.NEG.passive.indicative.PRES] => |ʡˠ|ʉ|꜖|ʡʲ|-
[not.Q.none.3.cl.3.1incl.NEG.passive.indicative.PAST] => |pˠ|a|꜖꜒|hkʲ|-
[not.Q.none.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ʈʼʲ|i|꜖|t͡sˤ|-
[not.Q.none.3.cl.3.1incl.NEG.passive.imperative.PAST] => |t͡sˤ|ᵊ|꜒|ʋˠ|-
[not.Q.none.3.cl.3.1incl.NEG.passive.conditional.PRES] => |lˠ|i|꜖|t͡sˤ|-
[not.Q.none.3.cl.3.1incl.NEG.passive.conditional.PAST] => |nʲ|a|꜖꜒|ʜˠ|-
[not.Q.none.3.cl.3.1incl.NEG.passive.optative.PRES] => |ʋˤ|ʉ|̰꜒|t͡ʂʲ|-
[not.Q.none.3.cl.3.1incl.NEG.passive.optative.PAST] => |tˠ|ʉ|꜒꜖|wˤ|-
[not.Q.none.3.cl.3.1incl.POS.active.indicative.PRES] => |n̥ˠ|a|꜒꜖|t͡sʷ|-
[not.Q.none.3.cl.3.1incl.POS.active.indicative.PAST] => |ᵏǁʼʲ|u|̰꜒|rʷ|-
[not.Q.none.3.cl.3.1incl.POS.active.imperative.PRES] => |tʰʲ|ʉ|꜒|j|-
[not.Q.none.3.cl.3.1incl.POS.active.imperative.PAST] => |t͡sʷ|ʉ#ː|꜖꜒|kʼˠ|-
[not.Q.none.3.cl.3.1incl.POS.active.conditional.PRES] => |ᵏǀʰʲ|iː|̰꜖|ɴʲ|-
[not.Q.none.3.cl.3.1incl.POS.active.conditional.PAST] => |t͡ʂˠ|ʉ|̰꜖|ʃʲ|-
[not.Q.none.3.cl.3.1incl.POS.active.optative.PRES] => |ɽʲ|ʉː|̰꜖|tɬˠ|-
[not.Q.none.3.cl.3.1incl.POS.active.optative.PAST] => |lˠ|a#|꜖|ʈʼˠ|-
[not.Q.none.3.cl.3.1incl.POS.passive.indicative.PRES] => |tʰˤ|uː|꜖|ɴˠ|-
[not.Q.none.3.cl.3.1incl.POS.passive.indicative.PAST] => |ʋˤ|i|꜒|wˤ|-
[not.Q.none.3.cl.3.1incl.POS.passive.imperative.PRES] => |qˠ|aː|꜖|ɰʷ|-
[not.Q.none.3.cl.3.1incl.POS.passive.imperative.PAST] => |ʔ|iː|̰꜒|ɾʷ|-
[not.Q.none.3.cl.3.1incl.POS.passive.conditional.PRES] => |ɽˠ|a|̰꜒|pʲ|-
[not.Q.none.3.cl.3.1incl.POS.passive.conditional.PAST] => |ᵑǃʼˤ|i|꜖꜒|ʈʼʲ|-
[not.Q.none.3.cl.3.1incl.POS.passive.optative.PRES] => |ᵏǀʰʷ|a#ː|̰꜒|ɽˠ|-
[not.Q.none.3.cl.3.1incl.POS.passive.optative.PAST] => |ɴˠ|i|꜖꜒|kʼʷ|-
[not.Q.none.3.cl.3.1excl.NEG.active.indicative.PRES] => |lˠ|ᵊ|̰꜖|ɽʲ|-
[not.Q.none.3.cl.3.1excl.NEG.active.indicative.PAST] => |ᵑǀʼʲ|i#|꜖|qʼʲ|-
[not.Q.none.3.cl.3.1excl.NEG.active.imperative.PRES] => |kʰʷ|aː|̰꜖|ɳˠ|-
[not.Q.none.3.cl.3.1excl.NEG.active.imperative.PAST] => |r̥ˠ|ʉː|꜖|ɠˠ|-
[not.Q.none.3.cl.3.1excl.NEG.active.conditional.PRES] => |hʈˠ|ʉ|̰꜖|ʈʲ|-
[not.Q.none.3.cl.3.1excl.NEG.active.conditional.PAST] => |hpˤ|uː|꜒|pʼʲ|-
[not.Q.none.3.cl.3.1excl.NEG.active.optative.PRES] => |t͡sˤ|aː|꜖꜒|ɠˠ|-
[not.Q.none.3.cl.3.1excl.NEG.active.optative.PAST] => |ɹʲ|iː|꜖꜒|qʲ|-
[not.Q.none.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ʛˠ|a|꜒|ŋˠ|-
[not.Q.none.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ᵏǃˤ|ʉ|̰꜖|ɹʲ|-
[not.Q.none.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ᵏǀʼˤ|ᵊ|꜒|ʜʲ|-
[not.Q.none.3.cl.3.1excl.NEG.passive.imperative.PAST] => |tʲ|a|꜖꜒|nˠ|-
[not.Q.none.3.cl.3.1excl.NEG.passive.conditional.PRES] => |n̥ʷ|i|꜒|sˠ|-
[not.Q.none.3.cl.3.1excl.NEG.passive.conditional.PAST] => |ʋˠ|i|꜒꜖|ʡʲ|-
[not.Q.none.3.cl.3.1excl.NEG.passive.optative.PRES] => |pʼˤ|ᵊ|꜖꜒|rˠ|-
[not.Q.none.3.cl.3.1excl.NEG.passive.optative.PAST] => |pʼʲ|u|꜒|lʲ|-
[not.Q.none.3.cl.3.1excl.POS.active.indicative.PRES] => |kʼˤ|ᵊ|꜒|wˤ|-
[not.Q.none.3.cl.3.1excl.POS.active.indicative.PAST] => |ᵏǁʼʲ|ʉ#|̰꜖|ɰʲ|-
[not.Q.none.3.cl.3.1excl.POS.active.imperative.PRES] => |rʲ|a|̰꜒|ɗˠ|-
[not.Q.none.3.cl.3.1excl.POS.active.imperative.PAST] => |qʲ|i#|꜖|pʼˤ|-
[not.Q.none.3.cl.3.1excl.POS.active.conditional.PRES] => |ɾˠ|u|꜖|hpˠ|-
[not.Q.none.3.cl.3.1excl.POS.active.conditional.PAST] => |t͡sˤ|a#ː|̰꜖|ɹʷ|-
[not.Q.none.3.cl.3.1excl.POS.active.optative.PRES] => |kˠ|a|꜒꜖|sʲ|-
[not.Q.none.3.cl.3.1excl.POS.active.optative.PAST] => |sˠ|uː|꜖꜒|r̥ˠ|-
[not.Q.none.3.cl.3.1excl.POS.passive.indicative.PRES] => |ʛʲ|ʉː|꜖|ʂʲ|-
[not.Q.none.3.cl.3.1excl.POS.passive.indicative.PAST] => |tˤ|ᵊ|꜒꜖|htˤ|-
[not.Q.none.3.cl.3.1excl.POS.passive.imperative.PRES] => |ɻʲ|i|̰꜒|hpˠ|-
[not.Q.none.3.cl.3.1excl.POS.passive.imperative.PAST] => |ᵏǁʼˠ|a|̰꜖|ŋʲ|-
[not.Q.none.3.cl.3.1excl.POS.passive.conditional.PRES] => |ᵑǃʼʷ|ᵊ|꜖|ɽʲ|-
[not.Q.none.3.cl.3.1excl.POS.passive.conditional.PAST] => |qʷ|aː|꜖꜒|ɹˤ|-
[not.Q.none.3.cl.3.1excl.POS.passive.optative.PRES] => |ᵑǃʲ|a#ː|̰꜖|pʼˤ|-
[not.Q.none.3.cl.3.1excl.POS.passive.optative.PAST] => |r̥ˠ|u|̰꜖|qʼʷ|-
[not.Q.none.3.cl.3.2.NEG.active.indicative.PRES] => |tʰʷ|ᵊ|꜖꜒|lˠ|-
[not.Q.none.3.cl.3.2.NEG.active.indicative.PAST] => |ɗʲ|a|꜒꜖|ʛˠ|-
[not.Q.none.3.cl.3.2.NEG.active.imperative.PRES] => |tʰˤ|ʉ#ː|꜖|ʂʲ|-
[not.Q.none.3.cl.3.2.NEG.active.imperative.PAST] => |pˤ|i|꜒꜖|rʷ|-
[not.Q.none.3.cl.3.2.NEG.active.conditional.PRES] => |ᵑǀʼʲ|ʉː|꜖꜒|pʰˤ|-
[not.Q.none.3.cl.3.2.NEG.active.conditional.PAST] => |h|ʉ|꜖|t͡sˤ|-
[not.Q.none.3.cl.3.2.NEG.active.optative.PRES] => |ʈʲ|u|꜒|ʜˠ|-
[not.Q.none.3.cl.3.2.NEG.active.optative.PAST] => |t͡ʂˠ|i|̰꜒|ɰˤ|-
[not.Q.none.3.cl.3.2.NEG.passive.indicative.PRES] => |qˠ|i|꜖꜒|d͡ʐˠ|-
[not.Q.none.3.cl.3.2.NEG.passive.indicative.PAST] => |ɹˠ|u|꜖|ɴˤ|-
[not.Q.none.3.cl.3.2.NEG.passive.imperative.PRES] => |ᵑǁʼʲ|a|꜖|qʲ|-
[not.Q.none.3.cl.3.2.NEG.passive.imperative.PAST] => |ŋ̥ˠ|u#ː|̰꜖|pˠ|-
[not.Q.none.3.cl.3.2.NEG.passive.conditional.PRES] => |kʼʲ|ʉː|̰꜒|h|-
[not.Q.none.3.cl.3.2.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|aː|꜖|ʛˠ|-
[not.Q.none.3.cl.3.2.NEG.passive.optative.PRES] => |ᵑǃˠ|iː|̰꜒|ʛʲ|-
[not.Q.none.3.cl.3.2.NEG.passive.optative.PAST] => |d͡ʐˠ|uː|꜒|ŋˤ|-
[not.Q.none.3.cl.3.2.POS.active.indicative.PRES] => |tʰˠ|a|꜖|t͡ʂʲ|-
[not.Q.none.3.cl.3.2.POS.active.indicative.PAST] => |ᵏǀʰʷ|ʉː|꜒꜖|qʼˤ|-
[not.Q.none.3.cl.3.2.POS.active.imperative.PRES] => |tʰˤ|a|꜖|ɳ̥ˠ|-
[not.Q.none.3.cl.3.2.POS.active.imperative.PAST] => |m̥ˤ|i|̰꜖|ɭˠ|-
[not.Q.none.3.cl.3.2.POS.active.conditional.PRES] => |ʛˤ|u|̰꜖|d͡ʐʲ|-
[not.Q.none.3.cl.3.2.POS.active.conditional.PAST] => |ɥʲ|aː|꜖꜒|rˠ|-
[not.Q.none.3.cl.3.2.POS.active.optative.PRES] => |ɰʲ|u|꜒꜖|tɬʲ|-
[not.Q.none.3.cl.3.2.POS.active.optative.PAST] => |ɾʷ|ᵊ|꜒|ɓˤ|-
[not.Q.none.3.cl.3.2.POS.passive.indicative.PRES] => |tɬʲ|ʉ#ː|̰꜒|ɗˠ|-
[not.Q.none.3.cl.3.2.POS.passive.indicative.PAST] => |n̥ˠ|a#ː|꜖|r̥ʷ|-
[not.Q.none.3.cl.3.2.POS.passive.imperative.PRES] => |ŋʲ|ʉ|̰꜖|ʄʲ|-
[not.Q.none.3.cl.3.2.POS.passive.imperative.PAST] => |ʈʰʲ|ᵊ|꜖|ŋ̥ʲ|-
[not.Q.none.3.cl.3.2.POS.passive.conditional.PRES] => |ɹʲ|ᵊ|̰꜒|nˤ|-
[not.Q.none.3.cl.3.2.POS.passive.conditional.PAST] => |ɭˠ|i|꜒|sˤ|-
[not.Q.none.3.cl.3.2.POS.passive.optative.PRES] => |kʰˤ|iː|̰꜖|ŋʷ|-
[not.Q.none.3.cl.3.2.POS.passive.optative.PAST] => |ɗʷ|ᵊ|̰꜒|qˠ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |hpʲ|i|̰꜒|pʰˠ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ᵑǃʷ|i|̰꜒|m̥ʲ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ʄʲ|ʉ|̰꜖|ʈʰˠ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ʜʲ|iː|꜖|ɠˤ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |tʼˠ|i|̰꜒|kʼˤ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ɥˤ|iː|꜒꜖|ŋˠ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |mˠ|i#ː|̰꜖|sˠ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |tʰʷ|aː|꜒꜖|ɻʲ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ŋʲ|a#|꜖꜒|tʲ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ɽʲ|i|̰꜖|kʷ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǀʼˤ|ᵊ|꜖|ɥˤ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |htˤ|u|̰꜖|tʲ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |pʲ|a|꜖꜒|hkˠ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |kˤ|a|̰꜖|ŋ̥ʲ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |pʼˤ|u#ː|꜖꜒|ɠʲ|-
[not.Q.none.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ᵑǁʲ|i#ː|꜒|lʲ|-
[not.Q.none.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |ɹʲ|aː|̰꜒|sʷ|-
[not.Q.none.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |qʷ|ᵊ|꜖|tɬˠ|-
[not.Q.none.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ᵏǀˤ|u|꜖꜒|r̥ʲ|-
[not.Q.none.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |ᵏǀʼʷ|i#ː|̰꜒|ɻʲ|-
[not.Q.none.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ŋ̥ʲ|u#|꜒꜖|ŋ̥ˠ|-
[not.Q.none.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |qʼʲ|i|̰꜒|ɠˤ|-
[not.Q.none.3.cl.3.3.cl.1.POS.active.optative.PRES] => |j|a|꜖|ʛʷ|-
[not.Q.none.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ᵏǁʰʲ|a|̰꜒|d͡ʐˠ|-
[not.Q.none.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʼˤ|i|̰꜖|mʲ|-
[not.Q.none.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |qˤ|ᵊ|꜒꜖|t͡ʃ|-
[not.Q.none.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ʂˠ|a|̰꜒|tˤ|-
[not.Q.none.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |tʲ|aː|꜖|ɗʷ|-
[not.Q.none.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |ɹˠ|i|̰꜖|kʼʲ|-
[not.Q.none.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |t͡ʂˠ|ᵊ|̰꜖|ɾʲ|-
[not.Q.none.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ᵏǃʰʲ|ᵊ|꜒꜖|ɳ̥ʲ|-
[not.Q.none.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |tɬˠ|ʉ|꜖|ʛʷ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |h|ʉː|̰꜒|pʼʲ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ᵑǃʼʲ|uː|꜖|ʛˤ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ɻʲ|aː|꜖|rʲ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |tʼˤ|i|꜒|ɰʲ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ᵑǃˤ|iː|̰꜖|ʈʼʲ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |kʰˤ|a#|꜖꜒|ɓˤ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |hpˠ|u#|꜒꜖|ɳ̥ʲ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ᵑǀˠ|u|꜖|kˠ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |pʲ|iː|꜖|ɻˠ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |t͡sˤ|a#ː|꜖꜒|ʃʲ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|u#ː|꜒꜖|ɭˠ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |wˠ|i|꜖꜒|n̥ʲ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |ʈʲ|aː|꜒|ɻˠ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀʰʷ|a#|̰꜖|ɾʷ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |ɽʲ|a|꜖꜒|ɠˠ|-
[not.Q.none.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |sˠ|uː|꜒꜖|ɰˤ|-
[not.Q.none.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ɳˠ|aː|꜒꜖|ŋʲ|-
[not.Q.none.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ᵑǀʲ|a#|꜖꜒|ɾˠ|-
[not.Q.none.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ɴˤ|i|̰꜖|ɓʲ|-
[not.Q.none.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |tˠ|aː|꜖|qʷ|-
[not.Q.none.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ᵏǃʼʲ|ʉ#|꜖|sʷ|-
[not.Q.none.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |tʷ|a|̰꜖|m̥ˠ|-
[not.Q.none.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵑǃˠ|a|̰꜖|hpˠ|-
[not.Q.none.3.cl.3.3.cl.2.POS.active.optative.PAST] => |kʼˠ|ᵊ|̰꜖|ʜˠ|-
[not.Q.none.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |r̥ˤ|ᵊ|꜖|ʡʲ|-
[not.Q.none.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |m̥ˤ|ᵊ|꜖꜒|ɻʲ|-
[not.Q.none.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ᵏǃʰʷ|ᵊ|̰꜒|pˤ|-
[not.Q.none.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |kˤ|ʉ|꜖꜒|tʲ|-
[not.Q.none.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ŋˤ|a|꜒|hkʷ|-
[not.Q.none.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |ɹˤ|iː|꜖|hpʲ|-
[not.Q.none.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |ʜʲ|i|꜒|ʈˠ|-
[not.Q.none.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |ʄʲ|ʉ|꜒|nˤ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |ʈʼʲ|iː|꜒|ɹʷ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |sʷ|aː|̰꜒|htˤ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ʈʰʲ|u#|꜒꜖|ʈʼˠ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |pˤ|ᵊ|̰꜒|tʼʲ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |rˠ|a#ː|꜖|ʄˠ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |htʲ|u|꜒꜖|n̥ˤ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ɗˠ|a|̰꜒|qʲ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ɓˤ|a|꜖꜒|tʼʲ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃʰʷ|i|꜖|ɰʷ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |tˠ|u#|̰꜖|tʰʷ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |m̥ʲ|a|꜖|ʜˠ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |tʰʲ|ᵊ|꜖|qʷ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ɹʲ|aː|̰꜒|nʲ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |nʷ|iː|꜒꜖|n̥ˠ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ᵏǃʼʷ|ᵊ|꜖꜒|rˤ|-
[not.Q.none.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀʲ|u|꜖|ɾˠ|-
[not.Q.none.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ᵑǃʼˠ|ʉ#ː|꜒|ʛʲ|-
[not.Q.none.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |mˤ|iː|꜒꜖|j|-
[not.Q.none.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |hkˤ|i|̰꜖|ɴˤ|-
[not.Q.none.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |pʼˤ|i|̰꜖|ɓˠ|-
[not.Q.none.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |ᵑǀʼˤ|ʉ|̰꜒|kʼʲ|-
[not.Q.none.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ɹʷ|i#|꜒|kˤ|-
[not.Q.none.3.cl.3.3.cl.3.POS.active.optative.PRES] => |pˠ|a#|̰꜖|rˠ|-
[not.Q.none.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ᵏǀʼˤ|ʉ|꜒|qʼˤ|-
[not.Q.none.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |ɻʲ|iː|꜖|ɻʲ|-
[not.Q.none.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |ɭˠ|ᵊ|꜖|mˠ|-
[not.Q.none.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |qʼʷ|i#ː|̰꜖|ɗˠ|-
[not.Q.none.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃˤ|ʉ|̰꜒|ɭˠ|-
[not.Q.none.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |r̥ˤ|u|꜖|ɴˠ|-
[not.Q.none.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ɴˠ|aː|꜒꜖|ŋˠ|-
[not.Q.none.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ɗˤ|u|꜖|ʄʲ|-
[not.Q.none.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |mˠ|a|̰꜒|tʼˤ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |pˠ|iː|̰꜒|qˤ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |ʃʲ|ʉ#ː|꜒|htˠ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |ɾʲ|a#ː|꜖|ɻʲ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |kʷ|iː|̰꜖|ʡʲ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ʄˠ|ʉ#ː|꜖|ɭʲ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |sʷ|a|̰꜖|ʜʲ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |ɴʲ|aː|̰꜖|ʛʲ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |tʼˤ|u|꜖|kʼˠ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |ɽˠ|iː|꜖|ɓˤ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |hpʲ|iː|꜒꜖|ʛʷ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |ʜˠ|uː|̰꜒|rʷ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |tʰˠ|i|̰꜒|t͡sˤ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |pʼˠ|ᵊ|̰꜒|ɠʷ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǁʲ|u#ː|̰꜖|sʷ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |pʼˤ|ʉ|̰꜒|nˠ|-
[not.Q.none.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |qʼʷ|aː|̰꜖|pʼˤ|-
[not.Q.none.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |hkʲ|i|꜒꜖|tʰʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ɰʷ|a|꜖|ɴʷ|-
[not.Q.none.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |ᵑǃʼˤ|ʉ|꜒꜖|ɭʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |qʼˠ|ʉ|̰꜒|nʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |ᵏǁˠ|ʉ|̰꜒|m̥ʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ᵏǃʼˤ|u#ː|꜒꜖|wʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.active.optative.PRES] => |pʰˤ|i|꜖꜒|ʈʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ɴˠ|ᵊ|꜒꜖|mʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |htʷ|i|̰꜖|ʄˠ|-
[not.Q.none.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |ɹʲ|a|꜖|d͡ʐˠ|-
[not.Q.none.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |hkʷ|ʉ|̰꜖|ɠˠ|-
[not.Q.none.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |wʲ|a|̰꜖|ʜʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |hkˤ|a#|̰꜖|kˤ|-
[not.Q.none.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |ᵏǁʼˠ|ʉ|̰꜖|htˠ|-
[not.Q.none.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʰˠ|i#|꜖꜒|ʛʲ|-
[not.Q.none.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |pʰˤ|u#ː|꜖꜒|d͡ʐˠ|-
[not.Q.none.3.cl.4.1incl.NEG.active.indicative.PRES] => |ʜʲ|u|꜒|ŋ̥ʲ|-
[not.Q.none.3.cl.4.1incl.NEG.active.indicative.PAST] => |ᵏǀʼʲ|u|꜒|ɹˠ|-
[not.Q.none.3.cl.4.1incl.NEG.active.imperative.PRES] => |ᵏǁˠ|a|̰꜖|ɠʷ|-
[not.Q.none.3.cl.4.1incl.NEG.active.imperative.PAST] => |ᵏǀʰˤ|iː|̰꜒|qʼʲ|-
[not.Q.none.3.cl.4.1incl.NEG.active.conditional.PRES] => |ʄʲ|a|꜖|ɰʲ|-
[not.Q.none.3.cl.4.1incl.NEG.active.conditional.PAST] => |htʲ|i|̰꜒|ʡʲ|-
[not.Q.none.3.cl.4.1incl.NEG.active.optative.PRES] => |ᵏǃˤ|a|꜖|ʈʼʲ|-
[not.Q.none.3.cl.4.1incl.NEG.active.optative.PAST] => |ɠʷ|iː|꜖|ʋʲ|-
[not.Q.none.3.cl.4.1incl.NEG.passive.indicative.PRES] => |m̥ˤ|ᵊ|̰꜒|kʼˤ|-
[not.Q.none.3.cl.4.1incl.NEG.passive.indicative.PAST] => |htˠ|i|꜒꜖|qʷ|-
[not.Q.none.3.cl.4.1incl.NEG.passive.imperative.PRES] => |ᵑǀʼˠ|ʉː|̰꜒|n̥ʲ|-
[not.Q.none.3.cl.4.1incl.NEG.passive.imperative.PAST] => |ʄʲ|uː|꜖|ɠʷ|-
[not.Q.none.3.cl.4.1incl.NEG.passive.conditional.PRES] => |t͡sˤ|i#ː|꜒|ɴʷ|-
[not.Q.none.3.cl.4.1incl.NEG.passive.conditional.PAST] => |rʷ|a#|꜒|kʼˤ|-
[not.Q.none.3.cl.4.1incl.NEG.passive.optative.PRES] => |pˤ|ʉ|꜖꜒|ŋʲ|-
[not.Q.none.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵑǃʼʲ|u|꜒|sˤ|-
[not.Q.none.3.cl.4.1incl.POS.active.indicative.PRES] => |h|i#|꜖|ɳ̥ˠ|-
[not.Q.none.3.cl.4.1incl.POS.active.indicative.PAST] => |hpʲ|ᵊ|꜒|ɹˠ|-
[not.Q.none.3.cl.4.1incl.POS.active.imperative.PRES] => |htˤ|i|̰꜖|t͡ʂˠ|-
[not.Q.none.3.cl.4.1incl.POS.active.imperative.PAST] => |ʄʲ|i|̰꜒|ɹʲ|-
[not.Q.none.3.cl.4.1incl.POS.active.conditional.PRES] => |t͡sˤ|ʉː|꜖|ʜʲ|-
[not.Q.none.3.cl.4.1incl.POS.active.conditional.PAST] => |ɠʲ|a|꜒|ɴʷ|-
[not.Q.none.3.cl.4.1incl.POS.active.optative.PRES] => |sˠ|i|̰꜒|lʲ|-
[not.Q.none.3.cl.4.1incl.POS.active.optative.PAST] => |tɬˠ|a|꜖|r̥ˠ|-
[not.Q.none.3.cl.4.1incl.POS.passive.indicative.PRES] => |qʼʷ|a#ː|꜖|ɽˠ|-
[not.Q.none.3.cl.4.1incl.POS.passive.indicative.PAST] => |ᵏǃʷ|a|꜒|ɽˠ|-
[not.Q.none.3.cl.4.1incl.POS.passive.imperative.PRES] => |d͡ʐʲ|ᵊ|꜖꜒|ʋʲ|-
[not.Q.none.3.cl.4.1incl.POS.passive.imperative.PAST] => |ɭʲ|iː|꜖|ɽʲ|-
[not.Q.none.3.cl.4.1incl.POS.passive.conditional.PRES] => |htʲ|i#|̰꜖|ɠʲ|-
[not.Q.none.3.cl.4.1incl.POS.passive.conditional.PAST] => |ᵏǀʼˠ|i#|̰꜒|ɗʷ|-
[not.Q.none.3.cl.4.1incl.POS.passive.optative.PRES] => |ɴʷ|i#|꜒|r̥ˤ|-
[not.Q.none.3.cl.4.1incl.POS.passive.optative.PAST] => |ᵏǁʼʲ|ᵊ|꜒꜖|nʷ|-
[not.Q.none.3.cl.4.1excl.NEG.active.indicative.PRES] => |ᵏǁʼʲ|i|꜖꜒|n̥ʷ|-
[not.Q.none.3.cl.4.1excl.NEG.active.indicative.PAST] => |hkʷ|i|̰꜒|ɰʷ|-
[not.Q.none.3.cl.4.1excl.NEG.active.imperative.PRES] => |ɹˤ|i#ː|̰꜒|qʷ|-
[not.Q.none.3.cl.4.1excl.NEG.active.imperative.PAST] => |ŋ̥ʲ|ʉ|꜖|hkˤ|-
[not.Q.none.3.cl.4.1excl.NEG.active.conditional.PRES] => |ɴʷ|ᵊ|꜖꜒|ŋ̥ʲ|-
[not.Q.none.3.cl.4.1excl.NEG.active.conditional.PAST] => |kˤ|iː|̰꜖|nˠ|-
[not.Q.none.3.cl.4.1excl.NEG.active.optative.PRES] => |ᵏǁʰˠ|ʉ#|꜒|wˠ|-
[not.Q.none.3.cl.4.1excl.NEG.active.optative.PAST] => |ʋˤ|ʉ|꜖꜒|ɾˠ|-
[not.Q.none.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ᵑǃʼˠ|a|꜒|n̥ʷ|-
[not.Q.none.3.cl.4.1excl.NEG.passive.indicative.PAST] => |t͡ʃ|a#ː|꜖|tɬˠ|-
[not.Q.none.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ᵏǀˠ|aː|꜖꜒|ɾʷ|-
[not.Q.none.3.cl.4.1excl.NEG.passive.imperative.PAST] => |ŋʲ|a#ː|꜒꜖|qʼˤ|-
[not.Q.none.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ɳʲ|i#|꜖꜒|ɠʲ|-
[not.Q.none.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ᵏǃʼʷ|ʉ|̰꜒|sˤ|-
[not.Q.none.3.cl.4.1excl.NEG.passive.optative.PRES] => |ɻʲ|ᵊ|̰꜒|d͡ʐʲ|-
[not.Q.none.3.cl.4.1excl.NEG.passive.optative.PAST] => |ᵏǀˠ|ʉ|꜒|kˠ|-
[not.Q.none.3.cl.4.1excl.POS.active.indicative.PRES] => |sʷ|i|꜒|r̥ʲ|-
[not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST] => |ᵏǃʰʲ|a|̰꜖|sʲ|-
[not.Q.none.3.cl.4.1excl.POS.active.imperative.PRES] => |ᵏǃʲ|ʉ|꜒|hkˠ|-
[not.Q.none.3.cl.4.1excl.POS.active.imperative.PAST] => |ŋ̥ʷ|iː|̰꜖|ɴʷ|-
[not.Q.none.3.cl.4.1excl.POS.active.conditional.PRES] => |ɥˤ|ʉ|꜒꜖|ʛˤ|-
[not.Q.none.3.cl.4.1excl.POS.active.conditional.PAST] => |ᵑǁˠ|a|̰꜒|htˤ|-
[not.Q.none.3.cl.4.1excl.POS.active.optative.PRES] => |ᵏǃʰʷ|a#|꜒|ɾˠ|-
[not.Q.none.3.cl.4.1excl.POS.active.optative.PAST] => |ᵏǃʼʲ|iː|꜒|tˤ|-
[not.Q.none.3.cl.4.1excl.POS.passive.indicative.PRES] => |t͡sˤ|u|꜒꜖|tʰˤ|-
[not.Q.none.3.cl.4.1excl.POS.passive.indicative.PAST] => |ɳˠ|ᵊ|꜒꜖|r̥ʲ|-
[not.Q.none.3.cl.4.1excl.POS.passive.imperative.PRES] => |m̥ˤ|i|̰꜖|mˠ|-
[not.Q.none.3.cl.4.1excl.POS.passive.imperative.PAST] => |kʼʷ|a|꜒|kʰˠ|-
[not.Q.none.3.cl.4.1excl.POS.passive.conditional.PRES] => |ɗˠ|uː|꜖|ɰˤ|-
[not.Q.none.3.cl.4.1excl.POS.passive.conditional.PAST] => |rˤ|ʉ|꜖|ʡˠ|-
[not.Q.none.3.cl.4.1excl.POS.passive.optative.PRES] => |m̥ˤ|ʉ#|꜖|kˠ|-
[not.Q.none.3.cl.4.1excl.POS.passive.optative.PAST] => |ɰʷ|ʉ|꜒|qʼˤ|-
[not.Q.none.3.cl.4.2.NEG.active.indicative.PRES] => |hkʲ|u#ː|꜒|nʷ|-
[not.Q.none.3.cl.4.2.NEG.active.indicative.PAST] => |r̥ˤ|ᵊ|꜒|ŋʷ|-
[not.Q.none.3.cl.4.2.NEG.active.imperative.PRES] => |qˠ|ʉ|̰꜒|htʷ|-
[not.Q.none.3.cl.4.2.NEG.active.imperative.PAST] => |ɗˠ|ᵊ|̰꜒|tʼʷ|-
[not.Q.none.3.cl.4.2.NEG.active.conditional.PRES] => |ᵑǀˤ|i|꜒꜖|ʈʼˠ|-
[not.Q.none.3.cl.4.2.NEG.active.conditional.PAST] => |ᵏǁʰʲ|i|꜒꜖|ɰʲ|-
[not.Q.none.3.cl.4.2.NEG.active.optative.PRES] => |ɹʷ|ʉ|꜖|ʡʲ|-
[not.Q.none.3.cl.4.2.NEG.active.optative.PAST] => |kˠ|u#|̰꜒|ɭˠ|-
[not.Q.none.3.cl.4.2.NEG.passive.indicative.PRES] => |j|a|꜖꜒|ɥˤ|-
[not.Q.none.3.cl.4.2.NEG.passive.indicative.PAST] => |t͡sˠ|ᵊ|꜒꜖|tˠ|-
[not.Q.none.3.cl.4.2.NEG.passive.imperative.PRES] => |ʋˤ|i|꜒|ɴˤ|-
[not.Q.none.3.cl.4.2.NEG.passive.imperative.PAST] => |ᵑǀʲ|aː|꜖|mʲ|-
[not.Q.none.3.cl.4.2.NEG.passive.conditional.PRES] => |ŋˠ|ʉ#ː|̰꜖|t͡ʂˠ|-
[not.Q.none.3.cl.4.2.NEG.passive.conditional.PAST] => |m̥ʲ|aː|꜒꜖|ʛˤ|-
[not.Q.none.3.cl.4.2.NEG.passive.optative.PRES] => |ᵏǀʷ|i#ː|꜖꜒|ʈˠ|-
[not.Q.none.3.cl.4.2.NEG.passive.optative.PAST] => |tˠ|a|꜖|pʲ|-
[not.Q.none.3.cl.4.2.POS.active.indicative.PRES] => |hpʲ|a#|̰꜖|ŋ̥ˤ|-
[not.Q.none.3.cl.4.2.POS.active.indicative.PAST] => |ɳ̥ˠ|u|꜒꜖|nˤ|-
[not.Q.none.3.cl.4.2.POS.active.imperative.PRES] => |t͡sˠ|a|꜒꜖|htʷ|-
[not.Q.none.3.cl.4.2.POS.active.imperative.PAST] => |kˤ|a|̰꜖|ɠʷ|-
[not.Q.none.3.cl.4.2.POS.active.conditional.PRES] => |ᵑǀʼʲ|ʉ|̰꜒|ʃʲ|-
[not.Q.none.3.cl.4.2.POS.active.conditional.PAST] => |d͡ʐʲ|ᵊ|꜖|sʷ|-
[not.Q.none.3.cl.4.2.POS.active.optative.PRES] => |ɥˠ|ᵊ|꜖꜒|t͡ʂʲ|-
[not.Q.none.3.cl.4.2.POS.active.optative.PAST] => |ᵏǃʷ|iː|꜖|qˤ|-
[not.Q.none.3.cl.4.2.POS.passive.indicative.PRES] => |ᵏǁˠ|i#|꜖|ɠʷ|-
[not.Q.none.3.cl.4.2.POS.passive.indicative.PAST] => |ᵏǃʼˤ|iː|꜒|ɗˤ|-
[not.Q.none.3.cl.4.2.POS.passive.imperative.PRES] => |sʷ|a#|꜒|ɴˤ|-
[not.Q.none.3.cl.4.2.POS.passive.imperative.PAST] => |ʃˠ|ʉ|꜖꜒|ɹʷ|-
[not.Q.none.3.cl.4.2.POS.passive.conditional.PRES] => |ɴˤ|ᵊ|̰꜒|ʈʼʲ|-
[not.Q.none.3.cl.4.2.POS.passive.conditional.PAST] => |ᵏǃʷ|ʉ#|̰꜖|qʼˠ|-
[not.Q.none.3.cl.4.2.POS.passive.optative.PRES] => |kʼʷ|a|꜖꜒|n̥ʲ|-
[not.Q.none.3.cl.4.2.POS.passive.optative.PAST] => |hpʲ|ʉː|꜒꜖|ɠˠ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |kʰʲ|i|꜖|ŋˠ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ʛˤ|i|꜒꜖|ɰʲ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |d͡ʐʲ|iː|꜖|pʼˠ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |mʲ|ᵊ|꜒|ɻʲ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |ŋ̥ˤ|u|꜖꜒|sˠ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ʜʲ|i|꜒꜖|pʼˤ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ᵑǃʲ|ᵊ|꜒꜖|ʂʲ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ŋ̥ˤ|a|꜖|d͡ʐˠ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀʷ|aː|꜒|pˠ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ʋˤ|u#|̰꜒|lˠ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |wˠ|aː|̰꜒|nˠ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀʷ|i|꜖|kˤ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ɳʲ|a#ː|꜒꜖|ɳʲ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǃʼʷ|ᵊ|꜒|ɳ̥ʲ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ɳ̥ˠ|iː|꜒|hkˤ|-
[not.Q.none.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ʡʲ|i#ː|꜒꜖|r̥ʷ|-
[not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |ᵑǃˤ|i|꜒|ŋˠ|-
[not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ᵏǀˤ|ʉ#|꜒|ʃʲ|-
[not.Q.none.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |mʲ|i#|꜖꜒|rʲ|-
[not.Q.none.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ɠʷ|ᵊ|̰꜖|ɰˠ|-
[not.Q.none.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |tɬʲ|iː|̰꜖|hkʲ|-
[not.Q.none.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ʄʲ|aː|꜒꜖|h|-
[not.Q.none.3.cl.4.3.cl.1.POS.active.optative.PRES] => |wʲ|aː|꜖|ɳˠ|-
[not.Q.none.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ɰˤ|i|꜒|ŋ̥ˤ|-
[not.Q.none.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |ʋˠ|a|꜖꜒|ŋ̥ˠ|-
[not.Q.none.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ʈʲ|ʉ#ː|꜒꜖|ŋˤ|-
[not.Q.none.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |pʰˠ|ᵊ|꜖|ɓʲ|-
[not.Q.none.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀʼʷ|ʉ#|꜒꜖|tʲ|-
[not.Q.none.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ɗˠ|u#ː|꜒꜖|ʡˠ|-
[not.Q.none.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |pʰʲ|ᵊ|꜖|pʰʲ|-
[not.Q.none.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |ᵏǀʼʷ|iː|꜖|nʷ|-
[not.Q.none.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ᵏǁʼˠ|ʉ#ː|꜖|hkʷ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |qʼʲ|u#ː|̰꜖|tʰʲ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |ɳ̥ʲ|i|꜖|wʲ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ʋˤ|a#|̰꜒|t͡sˠ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |kʼˠ|a|̰꜒|nˠ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ᵏǀʲ|a|꜒꜖|t͡ʃ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |ʜʲ|ʉ|꜒꜖|ɴʲ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ᵏǀˠ|aː|꜒꜖|pʰˠ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |ᵏǀʼˠ|a|̰꜒|htˠ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǃʼʷ|ᵊ|꜒꜖|qʷ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |ɓˠ|iː|꜖꜒|ʂˠ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ɹʷ|aː|꜖|ɴˠ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǁʲ|a#|̰꜒|ɗˤ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ʈʲ|ʉː|꜖꜒|ʂˠ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ɻʲ|ᵊ|̰꜖|kʷ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |ᵏǃˤ|ʉ#|̰꜒|sʷ|-
[not.Q.none.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ɗʷ|ʉː|꜒|n̥ˤ|-
[not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ᵏǀʼʲ|a#|꜒|ʛʲ|-
[not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ɰʷ|i|꜖|ɾˠ|-
[not.Q.none.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |r̥ˠ|ʉ#|꜖|pʰʲ|-
[not.Q.none.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |pʰˤ|ʉ|̰꜖|tʼʲ|-
[not.Q.none.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |m̥ʲ|i|꜒꜖|ɠʷ|-
[not.Q.none.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |t͡sʷ|i|꜖꜒|ɾʷ|-
[not.Q.none.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ʈˠ|i|꜒|ɳʲ|-
[not.Q.none.3.cl.4.3.cl.2.POS.active.optative.PAST] => |ᵏǃˤ|ʉ|꜒꜖|t͡sʷ|-
[not.Q.none.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |ʛˠ|a|̰꜖|ɰʲ|-
[not.Q.none.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ᵑǃʼˤ|i|꜒꜖|qʷ|-
[not.Q.none.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |ᵏǃʲ|aː|꜖|ɾˤ|-
[not.Q.none.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ᵏǃʼʲ|i|̰꜖|ŋʲ|-
[not.Q.none.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ɴˤ|a#ː|꜖꜒|ʡʲ|-
[not.Q.none.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ʡʲ|ʉː|꜒|kʼʷ|-
[not.Q.none.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |hkʲ|u|꜖|ŋʷ|-
[not.Q.none.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |hkʲ|ᵊ|꜒|nʷ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |kˤ|ᵊ|꜒꜖|ɓˤ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀʼˠ|ᵊ|̰꜒|ɾʷ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃʼʷ|ʉː|꜒|ɽˠ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |t͡sʷ|ʉ|꜒|lʲ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |ᵑǃˠ|i|꜖|qʲ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |r̥ʷ|ʉ|꜒꜖|kˤ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ŋ̥ʷ|aː|꜖꜒|ɻʲ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |pˤ|i#ː|̰꜖|ʜʲ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |kʷ|ʉ#|̰꜒|mʲ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ɴˤ|ᵊ|꜖|kʷ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǀʼʷ|a#ː|꜒꜖|ɹʲ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǀˤ|ᵊ|̰꜒|n̥ʷ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ʡˠ|i#ː|꜒|htʷ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀˤ|ᵊ|꜒|nˤ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |tɬʲ|a|꜒꜖|ʋˤ|-
[not.Q.none.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ʋˠ|ᵊ|꜒|pʼˠ|-
[not.Q.none.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |tʼˤ|ʉ|꜖|ʜˠ|-
[not.Q.none.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |t͡ʃ|i#ː|̰꜒|tɬˠ|-
[not.Q.none.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |wˤ|ᵊ|꜖꜒|ɾˠ|-
[not.Q.none.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |t͡sˤ|a|꜒꜖|nʷ|-
[not.Q.none.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |kʲ|aː|꜖|ʈʼˠ|-
[not.Q.none.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |tʰʷ|a|̰꜖|kˠ|-
[not.Q.none.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ɠʷ|a|̰꜖|pˤ|-
[not.Q.none.3.cl.4.3.cl.3.POS.active.optative.PAST] => |htˤ|ᵊ|꜖꜒|ɾˤ|-
[not.Q.none.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |tʷ|a|̰꜖|ɳʲ|-
[not.Q.none.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |kˠ|ʉ|꜖꜒|mˠ|-
[not.Q.none.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ᵏǁʼˠ|uː|̰꜒|ŋ̥ʲ|-
[not.Q.none.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ɰˠ|ᵊ|꜖|htʲ|-
[not.Q.none.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ʡʲ|a|꜖꜒|ɳʲ|-
[not.Q.none.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |ɓʲ|a|̰꜒|kʼˠ|-
[not.Q.none.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ᵑǀʷ|a|꜒|ɗʲ|-
[not.Q.none.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |ɻʲ|ʉ|꜖꜒|ɰʲ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |hpʲ|aː|꜒꜖|r̥ˤ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ᵏǀˤ|u#|꜖꜒|tʰʷ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ᵏǃʰˠ|u#ː|꜒|ŋʷ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |rʲ|a#ː|꜖꜒|ɾˠ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |pʲ|iː|꜒꜖|pʲ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ᵑǁˠ|ᵊ|꜖꜒|t͡sˤ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |ᵑǃʲ|aː|꜒|ŋ̥ʲ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ɰʲ|aː|꜒꜖|kʼˤ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |m̥ˠ|ʉ|꜖|ʂˠ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|ʉ#|꜖|pʼˤ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |hʈʲ|uː|꜖|ɾˤ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ɳ̥ˠ|ʉ|꜖꜒|kʼʲ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |ʈʼʲ|i|̰꜒|ʜʲ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ɗʷ|ᵊ|꜒꜖|n̥ʷ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ᵏǀʼˠ|iː|꜒|rʷ|-
[not.Q.none.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |nʷ|aː|̰꜖|ɾʷ|-
[not.Q.none.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |ɻʲ|a#ː|꜖|mʲ|-
[not.Q.none.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |pˤ|ʉː|꜒|pˤ|-
[not.Q.none.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ᵏǃˠ|i|̰꜖|ŋ̥ˠ|-
[not.Q.none.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ᵑǃˠ|aː|꜒|wˤ|-
[not.Q.none.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ɻʲ|i#ː|꜖|ɾʲ|-
[not.Q.none.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |ɴˤ|ʉː|꜖|kʰˤ|-
[not.Q.none.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ʛˠ|iː|̰꜖|ɻˠ|-
[not.Q.none.3.cl.4.3.cl.4.POS.active.optative.PAST] => |kʰʲ|iː|̰꜖|ɻʲ|-
[not.Q.none.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ŋʲ|ʉː|꜖|r̥ʲ|-
[not.Q.none.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |tʰʷ|a|꜖꜒|qˠ|-
[not.Q.none.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |r̥ˠ|iː|꜒|pʼʲ|-
[not.Q.none.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |ʂˠ|i#ː|꜒꜖|ʛʲ|-
[not.Q.none.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |ɠʲ|a#ː|꜒꜖|wʲ|-
[not.Q.none.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |htʲ|u|꜖|ɳʲ|-
[not.Q.none.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |n̥ˤ|u|̰꜖|ɥˤ|-
[not.Q.none.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |ᵏǁʼʲ|uː|꜖꜒|ʃˠ|-
[not.Q.1incl.none.1incl.NEG.active.indicative.PRES] => |ᵑǀʼˠ|i|꜒꜖|t͡sʲ|-
[not.Q.1incl.none.1incl.NEG.active.indicative.PAST] => |ᵏǃʲ|i|꜖꜒|ʄʲ|-
[not.Q.1incl.none.1incl.NEG.active.imperative.PRES] => |ʜˠ|ʉ|̰꜖|tˠ|-
[not.Q.1incl.none.1incl.NEG.active.imperative.PAST] => |tʲ|i|̰꜒|qʼˤ|-
[not.Q.1incl.none.1incl.NEG.active.conditional.PRES] => |ᵑǃˠ|i|꜒꜖|qʷ|-
[not.Q.1incl.none.1incl.NEG.active.conditional.PAST] => |qʼˠ|a|̰꜒|ŋ̥ʲ|-
[not.Q.1incl.none.1incl.NEG.active.optative.PRES] => |kˤ|a|꜖꜒|lˠ|-
[not.Q.1incl.none.1incl.NEG.active.optative.PAST] => |pˤ|ʉ#|꜒|ŋʲ|-
[not.Q.1incl.none.1incl.NEG.passive.indicative.PRES] => |wˠ|uː|̰꜒|hkˤ|-
[not.Q.1incl.none.1incl.NEG.passive.indicative.PAST] => |n̥ˠ|u|꜒꜖|n̥ˤ|-
[not.Q.1incl.none.1incl.NEG.passive.imperative.PRES] => |sˠ|i|꜒|ɭˠ|-
[not.Q.1incl.none.1incl.NEG.passive.imperative.PAST] => |hkˠ|iː|꜒꜖|wˠ|-
[not.Q.1incl.none.1incl.NEG.passive.conditional.PRES] => |ᵑǀʼʲ|i#|꜒|nʲ|-
[not.Q.1incl.none.1incl.NEG.passive.conditional.PAST] => |ᵏǃʷ|i|꜖꜒|pʰˠ|-
[not.Q.1incl.none.1incl.NEG.passive.optative.PRES] => |qˤ|iː|̰꜖|ɗʲ|-
[not.Q.1incl.none.1incl.NEG.passive.optative.PAST] => |ʃʲ|i|꜖|ŋ̥ˤ|-
[not.Q.1incl.none.1incl.POS.active.indicative.PRES] => |kʼʷ|a|꜒꜖|m̥ʲ|-
[not.Q.1incl.none.1incl.POS.active.indicative.PAST] => |ʛʷ|ʉ|꜖|ɥˤ|-
[not.Q.1incl.none.1incl.POS.active.imperative.PRES] => |ᵑǀʼˤ|iː|꜒|ʂʲ|-
[not.Q.1incl.none.1incl.POS.active.imperative.PAST] => |pˠ|u#|꜖꜒|wˠ|-
[not.Q.1incl.none.1incl.POS.active.conditional.PRES] => |ɽˠ|ᵊ|꜒|ŋˠ|-
[not.Q.1incl.none.1incl.POS.active.conditional.PAST] => |pʼʲ|a|꜒|d͡ʐʲ|-
[not.Q.1incl.none.1incl.POS.active.optative.PRES] => |kʰˤ|ʉː|꜒꜖|ŋʲ|-
[not.Q.1incl.none.1incl.POS.active.optative.PAST] => |ɠʷ|ʉ|꜖|kʼˠ|-
[not.Q.1incl.none.1incl.POS.passive.indicative.PRES] => |t͡ʂˠ|a|̰꜖|ɗˤ|-
[not.Q.1incl.none.1incl.POS.passive.indicative.PAST] => |hkʲ|ʉ|̰꜒|ŋʲ|-
[not.Q.1incl.none.1incl.POS.passive.imperative.PRES] => |ɳˠ|i#ː|꜖꜒|ɗˠ|-
[not.Q.1incl.none.1incl.POS.passive.imperative.PAST] => |ʋˠ|i|̰꜒|ʈʰˠ|-
[not.Q.1incl.none.1incl.POS.passive.conditional.PRES] => |ʔ|i|꜖꜒|r̥ʷ|-
[not.Q.1incl.none.1incl.POS.passive.conditional.PAST] => |m̥ʲ|ᵊ|꜒|ɾʲ|-
[not.Q.1incl.none.1incl.POS.passive.optative.PRES] => |ᵏǀˤ|i|꜖|ɓˤ|-
[not.Q.1incl.none.1incl.POS.passive.optative.PAST] => |qʼʲ|iː|̰꜒|ɓˤ|-
[not.Q.1incl.none.1excl.NEG.active.indicative.PRES] => |wˠ|i|̰꜒|tʼˤ|-
[not.Q.1incl.none.1excl.NEG.active.indicative.PAST] => |pʼˤ|a|꜖꜒|t͡sˤ|-
[not.Q.1incl.none.1excl.NEG.active.imperative.PRES] => |t͡ʃ|u|̰꜖|tʼʲ|-
[not.Q.1incl.none.1excl.NEG.active.imperative.PAST] => |kʼˤ|aː|꜖|t͡sʲ|-
[not.Q.1incl.none.1excl.NEG.active.conditional.PRES] => |nʲ|i#|꜒|pʰʲ|-
[not.Q.1incl.none.1excl.NEG.active.conditional.PAST] => |pʼˤ|i|꜖꜒|ɗʲ|-
[not.Q.1incl.none.1excl.NEG.active.optative.PRES] => |ʃˠ|ʉ#ː|꜖|ʈʼˠ|-
[not.Q.1incl.none.1excl.NEG.active.optative.PAST] => |kʰʲ|ᵊ|̰꜒|ɴˤ|-
[not.Q.1incl.none.1excl.NEG.passive.indicative.PRES] => |ʜʲ|ʉ|̰꜒|tʰˠ|-
[not.Q.1incl.none.1excl.NEG.passive.indicative.PAST] => |r̥ˤ|aː|꜖꜒|ɭʲ|-
[not.Q.1incl.none.1excl.NEG.passive.imperative.PRES] => |ʈˠ|i|̰꜒|ɴʲ|-
[not.Q.1incl.none.1excl.NEG.passive.imperative.PAST] => |ᵑǁʼˠ|iː|꜖꜒|ɰˠ|-
[not.Q.1incl.none.1excl.NEG.passive.conditional.PRES] => |mʲ|aː|꜒|tˤ|-
[not.Q.1incl.none.1excl.NEG.passive.conditional.PAST] => |r̥ʷ|a|꜖꜒|kʰʷ|-
[not.Q.1incl.none.1excl.NEG.passive.optative.PRES] => |ᵏǀˠ|a|̰꜒|tʰˤ|-
[not.Q.1incl.none.1excl.NEG.passive.optative.PAST] => |ɾʷ|a|̰꜖|tɬˠ|-
[not.Q.1incl.none.1excl.POS.active.indicative.PRES] => |kʰʷ|a|꜒|t͡sˠ|-
[not.Q.1incl.none.1excl.POS.active.indicative.PAST] => |kʰˠ|i|꜖|ʡˠ|-
[not.Q.1incl.none.1excl.POS.active.imperative.PRES] => |ᵑǀʷ|a|̰꜒|pʰʲ|-
[not.Q.1incl.none.1excl.POS.active.imperative.PAST] => |pʼˠ|ʉ|꜒꜖|ɾʲ|-
[not.Q.1incl.none.1excl.POS.active.conditional.PRES] => |ᵑǀʼˠ|aː|꜖|ɠˠ|-
[not.Q.1incl.none.1excl.POS.active.conditional.PAST] => |ʛʷ|ʉ#ː|꜖꜒|pʼʲ|-
[not.Q.1incl.none.1excl.POS.active.optative.PRES] => |ʂˠ|i#|꜖|ɗʷ|-
[not.Q.1incl.none.1excl.POS.active.optative.PAST] => |tɬʲ|ᵊ|̰꜖|pʼˠ|-
[not.Q.1incl.none.1excl.POS.passive.indicative.PRES] => |kʰˤ|ᵊ|꜒꜖|ɳˠ|-
[not.Q.1incl.none.1excl.POS.passive.indicative.PAST] => |ɹˠ|aː|̰꜒|sʲ|-
[not.Q.1incl.none.1excl.POS.passive.imperative.PRES] => |ʜʲ|ʉ|̰꜖|hkˠ|-
[not.Q.1incl.none.1excl.POS.passive.imperative.PAST] => |pʰˤ|i|꜒|tʼˤ|-
[not.Q.1incl.none.1excl.POS.passive.conditional.PRES] => |ʃˠ|ʉ#ː|꜒꜖|wˤ|-
[not.Q.1incl.none.1excl.POS.passive.conditional.PAST] => |ɰʲ|iː|̰꜒|ʛˤ|-
[not.Q.1incl.none.1excl.POS.passive.optative.PRES] => |ᵏǃˤ|uː|̰꜖|ɹˤ|-
[not.Q.1incl.none.1excl.POS.passive.optative.PAST] => |n̥ˠ|a|꜒|ŋ̥ˤ|-
[not.Q.1incl.none.2.NEG.active.indicative.PRES] => |ᵑǀʼˠ|ᵊ|̰꜖|wˠ|-
[not.Q.1incl.none.2.NEG.active.indicative.PAST] => |ɹˤ|i#|꜖꜒|nʷ|-
[not.Q.1incl.none.2.NEG.active.imperative.PRES] => |ŋʲ|ʉ|꜒|ʄʲ|-
[not.Q.1incl.none.2.NEG.active.imperative.PAST] => |m̥ˠ|i|̰꜖|m̥ʲ|-
[not.Q.1incl.none.2.NEG.active.conditional.PRES] => |ɾʷ|ᵊ|̰꜒|hkˤ|-
[not.Q.1incl.none.2.NEG.active.conditional.PAST] => |ɭʲ|i|꜒|kʼˤ|-
[not.Q.1incl.none.2.NEG.active.optative.PRES] => |lʲ|a#ː|꜒|ɓˠ|-
[not.Q.1incl.none.2.NEG.active.optative.PAST] => |ᵏǃʰˠ|i|꜖|qʼˤ|-
[not.Q.1incl.none.2.NEG.passive.indicative.PRES] => |ʜˠ|ʉ#|꜖꜒|qʼˤ|-
[not.Q.1incl.none.2.NEG.passive.indicative.PAST] => |rˤ|iː|̰꜒|wˠ|-
[not.Q.1incl.none.2.NEG.passive.imperative.PRES] => |tʷ|i|꜖꜒|rˤ|-
[not.Q.1incl.none.2.NEG.passive.imperative.PAST] => |t͡ʃ|ʉ|꜖꜒|ʈʲ|-
[not.Q.1incl.none.2.NEG.passive.conditional.PRES] => |ɴʲ|a|꜒|ʡʲ|-
[not.Q.1incl.none.2.NEG.passive.conditional.PAST] => |ᵏǀʼʲ|u#|꜖꜒|ŋ̥ʷ|-
[not.Q.1incl.none.2.NEG.passive.optative.PRES] => |htˠ|ʉ|̰꜒|tɬʲ|-
[not.Q.1incl.none.2.NEG.passive.optative.PAST] => |ʂʲ|a|̰꜒|rʲ|-
[not.Q.1incl.none.2.POS.active.indicative.PRES] => |ʈʰʲ|ʉ|꜖|ʂʲ|-
[not.Q.1incl.none.2.POS.active.indicative.PAST] => |ɥʲ|ʉ#|꜒꜖|ʜʲ|-
[not.Q.1incl.none.2.POS.active.imperative.PRES] => |ɰˤ|a#ː|꜖|tʰʲ|-
[not.Q.1incl.none.2.POS.active.imperative.PAST] => |ʂʲ|u#ː|꜒|kʼʲ|-
[not.Q.1incl.none.2.POS.active.conditional.PRES] => |ᵏǀʼˤ|ᵊ|꜖|ɰˤ|-
[not.Q.1incl.none.2.POS.active.conditional.PAST] => |n̥ˠ|i|̰꜒|ʃˠ|-
[not.Q.1incl.none.2.POS.active.optative.PRES] => |ʈʰʲ|i|꜒|ɭˠ|-
[not.Q.1incl.none.2.POS.active.optative.PAST] => |kʼˤ|ʉː|꜖|t͡sˤ|-
[not.Q.1incl.none.2.POS.passive.indicative.PRES] => |ᵏǀʰˤ|i#|̰꜖|lʲ|-
[not.Q.1incl.none.2.POS.passive.indicative.PAST] => |ᵏǁˠ|a|꜒꜖|t͡sʲ|-
[not.Q.1incl.none.2.POS.passive.imperative.PRES] => |ᵏǃʼˤ|a#ː|꜖꜒|ŋʲ|-
[not.Q.1incl.none.2.POS.passive.imperative.PAST] => |ᵏǃʰʷ|iː|꜖|kʰˠ|-
[not.Q.1incl.none.2.POS.passive.conditional.PRES] => |ɓˠ|i|꜒꜖|d͡ʐˠ|-
[not.Q.1incl.none.2.POS.passive.conditional.PAST] => |j|ʉ#ː|꜖|ʡʲ|-
[not.Q.1incl.none.2.POS.passive.optative.PRES] => |ɠˠ|ʉ|̰꜒|mʲ|-
[not.Q.1incl.none.2.POS.passive.optative.PAST] => |ŋ̥ʷ|ᵊ|̰꜒|hkʲ|-
[not.Q.1incl.none.3.cl.1.NEG.active.indicative.PRES] => |ᵑǁʼʲ|aː|̰꜖|nʷ|-
[not.Q.1incl.none.3.cl.1.NEG.active.indicative.PAST] => |n̥ˤ|i#ː|꜒|ɓˤ|-
[not.Q.1incl.none.3.cl.1.NEG.active.imperative.PRES] => |ᵑǀˠ|ʉ#|꜖|ʂʲ|-
[not.Q.1incl.none.3.cl.1.NEG.active.imperative.PAST] => |ɥʲ|a#ː|꜒|ɗˤ|-
[not.Q.1incl.none.3.cl.1.NEG.active.conditional.PRES] => |ɴʲ|ᵊ|̰꜒|ɳʲ|-
[not.Q.1incl.none.3.cl.1.NEG.active.conditional.PAST] => |ɹʲ|i#|꜖|ɻʲ|-
[not.Q.1incl.none.3.cl.1.NEG.active.optative.PRES] => |t͡ʂˠ|i|꜖꜒|ɴʲ|-
[not.Q.1incl.none.3.cl.1.NEG.active.optative.PAST] => |ɻʲ|u|̰꜒|rʷ|-
[not.Q.1incl.none.3.cl.1.NEG.passive.indicative.PRES] => |qʼʷ|i|꜒꜖|ɴʷ|-
[not.Q.1incl.none.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|aː|̰꜖|sʷ|-
[not.Q.1incl.none.3.cl.1.NEG.passive.imperative.PRES] => |hkˠ|i|꜒|nˠ|-
[not.Q.1incl.none.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʲ|u|̰꜒|tʰˤ|-
[not.Q.1incl.none.3.cl.1.NEG.passive.conditional.PRES] => |pˤ|u|̰꜖|kʰʲ|-
[not.Q.1incl.none.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǀʲ|u|꜒꜖|t͡sʷ|-
[not.Q.1incl.none.3.cl.1.NEG.passive.optative.PRES] => |ᵏǁʰʲ|ʉ|꜖꜒|ŋ̥ˠ|-
[not.Q.1incl.none.3.cl.1.NEG.passive.optative.PAST] => |ɠˠ|aː|꜖|tʼʷ|-
[not.Q.1incl.none.3.cl.1.POS.active.indicative.PRES] => |ᵏǃʷ|ʉ#ː|̰꜒|hkˠ|-
[not.Q.1incl.none.3.cl.1.POS.active.indicative.PAST] => |pˠ|i#ː|̰꜖|h|-
[not.Q.1incl.none.3.cl.1.POS.active.imperative.PRES] => |r̥ˤ|uː|̰꜖|wˠ|-
[not.Q.1incl.none.3.cl.1.POS.active.imperative.PAST] => |tˠ|i#|꜖|wʲ|-
[not.Q.1incl.none.3.cl.1.POS.active.conditional.PRES] => |t͡sʲ|ʉ|꜖꜒|lˠ|-
[not.Q.1incl.none.3.cl.1.POS.active.conditional.PAST] => |ɠˤ|ʉ|̰꜒|ɳ̥ˠ|-
[not.Q.1incl.none.3.cl.1.POS.active.optative.PRES] => |wʲ|i|̰꜖|ɗʷ|-
[not.Q.1incl.none.3.cl.1.POS.active.optative.PAST] => |qʼˤ|a|꜖꜒|tɬˠ|-
[not.Q.1incl.none.3.cl.1.POS.passive.indicative.PRES] => |ᵑǁʲ|a|꜒|t͡sˤ|-
[not.Q.1incl.none.3.cl.1.POS.passive.indicative.PAST] => |kˤ|a|̰꜖|htˠ|-
[not.Q.1incl.none.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʰˤ|a|̰꜒|ʃˠ|-
[not.Q.1incl.none.3.cl.1.POS.passive.imperative.PAST] => |ᵑǁʼʲ|uː|꜖꜒|t͡ʂˠ|-
[not.Q.1incl.none.3.cl.1.POS.passive.conditional.PRES] => |ɰˠ|i#ː|꜒|ɭʲ|-
[not.Q.1incl.none.3.cl.1.POS.passive.conditional.PAST] => |ɴˤ|ᵊ|꜖|nʷ|-
[not.Q.1incl.none.3.cl.1.POS.passive.optative.PRES] => |ɗˤ|i|꜒|t͡ʂʲ|-
[not.Q.1incl.none.3.cl.1.POS.passive.optative.PAST] => |ᵑǀʷ|ᵊ|꜖|pˠ|-
[not.Q.1incl.none.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃʼʷ|a#|꜒꜖|nʲ|-
[not.Q.1incl.none.3.cl.2.NEG.active.indicative.PAST] => |wˤ|ᵊ|̰꜒|r̥ʲ|-
[not.Q.1incl.none.3.cl.2.NEG.active.imperative.PRES] => |ɾˠ|ʉ#ː|̰꜖|tʰʷ|-
[not.Q.1incl.none.3.cl.2.NEG.active.imperative.PAST] => |kʼʲ|a|꜒|ʄʲ|-
[not.Q.1incl.none.3.cl.2.NEG.active.conditional.PRES] => |j|u|̰꜖|ʛˤ|-
[not.Q.1incl.none.3.cl.2.NEG.active.conditional.PAST] => |tʲ|u|꜒꜖|kʼʷ|-
[not.Q.1incl.none.3.cl.2.NEG.active.optative.PRES] => |ᵏǀʼʷ|ᵊ|꜖|ɴʷ|-
[not.Q.1incl.none.3.cl.2.NEG.active.optative.PAST] => |ʡʲ|u|꜒|ɴˤ|-
[not.Q.1incl.none.3.cl.2.NEG.passive.indicative.PRES] => |ɓˤ|i|꜖|mˤ|-
[not.Q.1incl.none.3.cl.2.NEG.passive.indicative.PAST] => |mʲ|ʉ#ː|꜒|htˠ|-
[not.Q.1incl.none.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǁˠ|aː|̰꜒|tʰʲ|-
[not.Q.1incl.none.3.cl.2.NEG.passive.imperative.PAST] => |t͡sˠ|a|꜒|sˤ|-
[not.Q.1incl.none.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǀʲ|ʉ#ː|꜒꜖|m̥ˠ|-
[not.Q.1incl.none.3.cl.2.NEG.passive.conditional.PAST] => |nʲ|aː|꜖|nʲ|-
[not.Q.1incl.none.3.cl.2.NEG.passive.optative.PRES] => |ɻˠ|u|̰꜒|ɰˠ|-
[not.Q.1incl.none.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʼʲ|ʉ|꜖꜒|ɰˤ|-
[not.Q.1incl.none.3.cl.2.POS.active.indicative.PRES] => |t͡sʲ|i|꜒꜖|pʰˠ|-
[not.Q.1incl.none.3.cl.2.POS.active.indicative.PAST] => |kˤ|a|̰꜖|kʼʷ|-
[not.Q.1incl.none.3.cl.2.POS.active.imperative.PRES] => |ʔ|iː|꜖|ʄʲ|-
[not.Q.1incl.none.3.cl.2.POS.active.imperative.PAST] => |hʈˠ|ʉ#ː|̰꜒|ʈʼʲ|-
[not.Q.1incl.none.3.cl.2.POS.active.conditional.PRES] => |tʰˤ|i|꜒|kʰʷ|-
[not.Q.1incl.none.3.cl.2.POS.active.conditional.PAST] => |ʡʲ|ʉː|꜒꜖|ʛˤ|-
[not.Q.1incl.none.3.cl.2.POS.active.optative.PRES] => |ɠʷ|i|̰꜖|r̥ʷ|-
[not.Q.1incl.none.3.cl.2.POS.active.optative.PAST] => |qˠ|i#ː|꜖|ʔ|-
[not.Q.1incl.none.3.cl.2.POS.passive.indicative.PRES] => |ʋˠ|a#|꜒꜖|lʲ|-
[not.Q.1incl.none.3.cl.2.POS.passive.indicative.PAST] => |ɗʲ|i|꜒|j|-
[not.Q.1incl.none.3.cl.2.POS.passive.imperative.PRES] => |qʼʷ|aː|꜒|ŋ̥ˠ|-
[not.Q.1incl.none.3.cl.2.POS.passive.imperative.PAST] => |ʄˠ|a|̰꜒|n̥ʷ|-
[not.Q.1incl.none.3.cl.2.POS.passive.conditional.PRES] => |kʰˤ|ᵊ|꜒꜖|ʈʼˠ|-
[not.Q.1incl.none.3.cl.2.POS.passive.conditional.PAST] => |wˤ|a|̰꜖|t͡sˠ|-
[not.Q.1incl.none.3.cl.2.POS.passive.optative.PRES] => |ᵑǀˠ|iː|꜒|ŋʷ|-
[not.Q.1incl.none.3.cl.2.POS.passive.optative.PAST] => |kʰˠ|a|꜒꜖|t͡sʷ|-
[not.Q.1incl.none.3.cl.3.NEG.active.indicative.PRES] => |kʲ|i|꜒|kʰʷ|-
[not.Q.1incl.none.3.cl.3.NEG.active.indicative.PAST] => |ʛˤ|a#ː|꜖|rʲ|-
[not.Q.1incl.none.3.cl.3.NEG.active.imperative.PRES] => |ɳʲ|u#ː|̰꜒|ʈˠ|-
[not.Q.1incl.none.3.cl.3.NEG.active.imperative.PAST] => |sˠ|u#ː|꜖|ʈˠ|-
[not.Q.1incl.none.3.cl.3.NEG.active.conditional.PRES] => |hʈˠ|iː|̰꜖|tɬʲ|-
[not.Q.1incl.none.3.cl.3.NEG.active.conditional.PAST] => |ᵑǃˤ|ʉ#ː|꜒|t͡ʂʲ|-
[not.Q.1incl.none.3.cl.3.NEG.active.optative.PRES] => |ɹʷ|i#ː|꜒꜖|ɭˠ|-
[not.Q.1incl.none.3.cl.3.NEG.active.optative.PAST] => |ᵏǀˤ|ᵊ|꜖|ʋʲ|-
[not.Q.1incl.none.3.cl.3.NEG.passive.indicative.PRES] => |wˠ|i|꜒꜖|tʰʷ|-
[not.Q.1incl.none.3.cl.3.NEG.passive.indicative.PAST] => |ʂˠ|i|꜒|ɹˤ|-
[not.Q.1incl.none.3.cl.3.NEG.passive.imperative.PRES] => |ŋ̥ˠ|a|̰꜖|ʛˠ|-
[not.Q.1incl.none.3.cl.3.NEG.passive.imperative.PAST] => |kˤ|u|̰꜒|tɬʲ|-
[not.Q.1incl.none.3.cl.3.NEG.passive.conditional.PRES] => |ɭʲ|ʉː|꜖|hʈʲ|-
[not.Q.1incl.none.3.cl.3.NEG.passive.conditional.PAST] => |ɓʲ|ʉ|꜖|kˤ|-
[not.Q.1incl.none.3.cl.3.NEG.passive.optative.PRES] => |ʃʲ|u|̰꜒|ɗˤ|-
[not.Q.1incl.none.3.cl.3.NEG.passive.optative.PAST] => |ᵏǃʰˠ|a#ː|꜒꜖|ɽʲ|-
[not.Q.1incl.none.3.cl.3.POS.active.indicative.PRES] => |hkˠ|i#|꜖|d͡ʐʲ|-
[not.Q.1incl.none.3.cl.3.POS.active.indicative.PAST] => |pʼˤ|a|꜒꜖|ŋˤ|-
[not.Q.1incl.none.3.cl.3.POS.active.imperative.PRES] => |htˤ|i|꜒꜖|kʼˠ|-
[not.Q.1incl.none.3.cl.3.POS.active.imperative.PAST] => |ʈˠ|i|̰꜒|ɳʲ|-
[not.Q.1incl.none.3.cl.3.POS.active.conditional.PRES] => |rʷ|a#|꜒|qˤ|-
[not.Q.1incl.none.3.cl.3.POS.active.conditional.PAST] => |ɴˤ|u#ː|̰꜖|qʼʲ|-
[not.Q.1incl.none.3.cl.3.POS.active.optative.PRES] => |n̥ʷ|aː|꜒|hʈˠ|-
[not.Q.1incl.none.3.cl.3.POS.active.optative.PAST] => |ᵏǃʼʲ|i#|꜖꜒|ɰʷ|-
[not.Q.1incl.none.3.cl.3.POS.passive.indicative.PRES] => |qʷ|ᵊ|̰꜖|pʼʲ|-
[not.Q.1incl.none.3.cl.3.POS.passive.indicative.PAST] => |ʄˠ|a|̰꜖|ɴʷ|-
[not.Q.1incl.none.3.cl.3.POS.passive.imperative.PRES] => |htʲ|a|꜒|tɬˠ|-
[not.Q.1incl.none.3.cl.3.POS.passive.imperative.PAST] => |tʷ|ᵊ|̰꜖|ɻˠ|-
[not.Q.1incl.none.3.cl.3.POS.passive.conditional.PRES] => |ɳˠ|ʉ#|̰꜖|ɥʲ|-
[not.Q.1incl.none.3.cl.3.POS.passive.conditional.PAST] => |ᵑǀˤ|u|꜒|kʷ|-
[not.Q.1incl.none.3.cl.3.POS.passive.optative.PRES] => |ɾʷ|i|̰꜒|ŋ̥ˤ|-
[not.Q.1incl.none.3.cl.3.POS.passive.optative.PAST] => |ɗʷ|a|꜖꜒|n̥ʲ|-
[not.Q.1incl.none.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʰʲ|a|꜒|sʲ|-
[not.Q.1incl.none.3.cl.4.NEG.active.indicative.PAST] => |ɗʷ|ʉ#|꜖꜒|kʼʲ|-
[not.Q.1incl.none.3.cl.4.NEG.active.imperative.PRES] => |sˠ|ᵊ|꜖|tˤ|-
[not.Q.1incl.none.3.cl.4.NEG.active.imperative.PAST] => |ŋ̥ʲ|ᵊ|꜖꜒|ŋʲ|-
[not.Q.1incl.none.3.cl.4.NEG.active.conditional.PRES] => |ɳ̥ʲ|ʉ|꜖꜒|lˠ|-
[not.Q.1incl.none.3.cl.4.NEG.active.conditional.PAST] => |kˤ|a|꜖꜒|ŋˠ|-
[not.Q.1incl.none.3.cl.4.NEG.active.optative.PRES] => |ʜʲ|ʉ#ː|̰꜒|tˤ|-
[not.Q.1incl.none.3.cl.4.NEG.active.optative.PAST] => |ɥˠ|i|꜖|m̥ˤ|-
[not.Q.1incl.none.3.cl.4.NEG.passive.indicative.PRES] => |pʰˠ|i|꜒꜖|ʈʰʲ|-
[not.Q.1incl.none.3.cl.4.NEG.passive.indicative.PAST] => |pʰˤ|a#|꜖|ɠʷ|-
[not.Q.1incl.none.3.cl.4.NEG.passive.imperative.PRES] => |ʈʼˠ|i|̰꜖|t͡sˠ|-
[not.Q.1incl.none.3.cl.4.NEG.passive.imperative.PAST] => |kʰˠ|aː|꜖꜒|kˤ|-
[not.Q.1incl.none.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǁʲ|i#ː|̰꜒|sʷ|-
[not.Q.1incl.none.3.cl.4.NEG.passive.conditional.PAST] => |t͡sʲ|i#ː|̰꜒|ŋ̥ʷ|-
[not.Q.1incl.none.3.cl.4.NEG.passive.optative.PRES] => |h|ᵊ|̰꜖|kʼˠ|-
[not.Q.1incl.none.3.cl.4.NEG.passive.optative.PAST] => |ɳʲ|aː|꜒|ʛʷ|-
[not.Q.1incl.none.3.cl.4.POS.active.indicative.PRES] => |ᵑǀˤ|a|꜖|ʃˠ|-
[not.Q.1incl.none.3.cl.4.POS.active.indicative.PAST] => |t͡sˤ|a|꜖꜒|ŋˠ|-
[not.Q.1incl.none.3.cl.4.POS.active.imperative.PRES] => |ᵏǁˠ|i|̰꜒|ʛʷ|-
[not.Q.1incl.none.3.cl.4.POS.active.imperative.PAST] => |ŋ̥ʲ|uː|꜖|rʲ|-
[not.Q.1incl.none.3.cl.4.POS.active.conditional.PRES] => |ɾʷ|ᵊ|꜖|ʈʼˠ|-
[not.Q.1incl.none.3.cl.4.POS.active.conditional.PAST] => |ᵏǀʼˤ|a|꜖|ʃˠ|-
[not.Q.1incl.none.3.cl.4.POS.active.optative.PRES] => |mʲ|a|꜒꜖|pʼˠ|-
[not.Q.1incl.none.3.cl.4.POS.active.optative.PAST] => |ᵑǁʲ|iː|꜒꜖|tˤ|-
[not.Q.1incl.none.3.cl.4.POS.passive.indicative.PRES] => |ɽʲ|aː|꜖꜒|ɓˤ|-
[not.Q.1incl.none.3.cl.4.POS.passive.indicative.PAST] => |ᵑǁʲ|u#|꜒꜖|pʰˤ|-
[not.Q.1incl.none.3.cl.4.POS.passive.imperative.PRES] => |mˤ|ʉ|꜖꜒|ɰˤ|-
[not.Q.1incl.none.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀʰʷ|i|꜒|sʲ|-
[not.Q.1incl.none.3.cl.4.POS.passive.conditional.PRES] => |ɗˤ|a#|꜖|ɹˠ|-
[not.Q.1incl.none.3.cl.4.POS.passive.conditional.PAST] => |ɰʷ|aː|꜒꜖|rˠ|-
[not.Q.1incl.none.3.cl.4.POS.passive.optative.PRES] => |ᵏǃʼʷ|a|꜖|ɹˠ|-
[not.Q.1incl.none.3.cl.4.POS.passive.optative.PAST] => |t͡sʷ|ᵊ|꜖꜒|qʼˤ|-
[not.Q.1incl.1incl.1incl.NEG.active.indicative.PRES] => |ᵏǃˠ|u|꜖|qˠ|-
[not.Q.1incl.1incl.1incl.NEG.active.indicative.PAST] => |t͡sˤ|u#|꜖|qˠ|-
[not.Q.1incl.1incl.1incl.NEG.active.imperative.PRES] => |hpˤ|ʉ|꜒|pʲ|-
[not.Q.1incl.1incl.1incl.NEG.active.imperative.PAST] => |kʼˤ|iː|̰꜒|ɗˠ|-
[not.Q.1incl.1incl.1incl.NEG.active.conditional.PRES] => |ʈʰʲ|ʉ#|꜒꜖|wʲ|-
[not.Q.1incl.1incl.1incl.NEG.active.conditional.PAST] => |tʰˠ|a#|꜖|rʷ|-
[not.Q.1incl.1incl.1incl.NEG.active.optative.PRES] => |ᵏǁˠ|ʉ#|꜒|ʔ|-
[not.Q.1incl.1incl.1incl.NEG.active.optative.PAST] => |tˤ|u|꜒|ʡʲ|-
[not.Q.1incl.1incl.1incl.NEG.passive.indicative.PRES] => |ᵏǃʰʷ|a|̰꜒|t͡ʂʲ|-
[not.Q.1incl.1incl.1incl.NEG.passive.indicative.PAST] => |ŋˠ|ʉ#|꜒|ɹʲ|-
[not.Q.1incl.1incl.1incl.NEG.passive.imperative.PRES] => |ɰˠ|uː|̰꜖|tʲ|-
[not.Q.1incl.1incl.1incl.NEG.passive.imperative.PAST] => |lʲ|u#|̰꜒|tʼˤ|-
[not.Q.1incl.1incl.1incl.NEG.passive.conditional.PRES] => |ɗˤ|i|̰꜖|j|-
[not.Q.1incl.1incl.1incl.NEG.passive.conditional.PAST] => |ŋ̥ʲ|i#ː|꜖꜒|ɗʷ|-
[not.Q.1incl.1incl.1incl.NEG.passive.optative.PRES] => |ɴˤ|u#ː|꜒꜖|qˤ|-
[not.Q.1incl.1incl.1incl.NEG.passive.optative.PAST] => |ᵏǃˠ|i|꜒|nʲ|-
[not.Q.1incl.1incl.1incl.POS.active.indicative.PRES] => |kʰˠ|iː|꜖|ɳʲ|-
[not.Q.1incl.1incl.1incl.POS.active.indicative.PAST] => |ɗʲ|i|꜖|qˠ|-
[not.Q.1incl.1incl.1incl.POS.active.imperative.PRES] => |ᵑǀʼʲ|ʉ#ː|꜖|ɰˤ|-
[not.Q.1incl.1incl.1incl.POS.active.imperative.PAST] => |qʼʲ|a|꜖|qˤ|-
[not.Q.1incl.1incl.1incl.POS.active.conditional.PRES] => |htʷ|ʉ#|꜖꜒|lʲ|-
[not.Q.1incl.1incl.1incl.POS.active.conditional.PAST] => |mˠ|a|꜒|ɓʲ|-
[not.Q.1incl.1incl.1incl.POS.active.optative.PRES] => |wˠ|ʉ|꜖꜒|ɭˠ|-
[not.Q.1incl.1incl.1incl.POS.active.optative.PAST] => |ᵏǁʼʲ|ᵊ|꜖|tɬʲ|-
[not.Q.1incl.1incl.1incl.POS.passive.indicative.PRES] => |ʈʰˠ|i|꜒꜖|ɾˠ|-
[not.Q.1incl.1incl.1incl.POS.passive.indicative.PAST] => |ɠˠ|uː|꜒|ʈʼˠ|-
[not.Q.1incl.1incl.1incl.POS.passive.imperative.PRES] => |m̥ʲ|iː|꜒꜖|ʋˤ|-
[not.Q.1incl.1incl.1incl.POS.passive.imperative.PAST] => |t͡ʂˠ|ʉ|꜒|pʼˤ|-
[not.Q.1incl.1incl.1incl.POS.passive.conditional.PRES] => |ᵑǃʷ|a|̰꜒|ʋˠ|-
[not.Q.1incl.1incl.1incl.POS.passive.conditional.PAST] => |htˠ|u|̰꜖|ɽʲ|-
[not.Q.1incl.1incl.1incl.POS.passive.optative.PRES] => |hpˠ|aː|꜒꜖|htʷ|-
[not.Q.1incl.1incl.1incl.POS.passive.optative.PAST] => |r̥ʷ|aː|̰꜖|pʲ|-
[not.Q.1incl.1incl.1excl.NEG.active.indicative.PRES] => |ɽʲ|ʉ|̰꜒|m̥ˠ|-
[not.Q.1incl.1incl.1excl.NEG.active.indicative.PAST] => |ɗʲ|a|꜒|ɹʲ|-
[not.Q.1incl.1incl.1excl.NEG.active.imperative.PRES] => |ɴʷ|aː|꜒|ɗˤ|-
[not.Q.1incl.1incl.1excl.NEG.active.imperative.PAST] => |ᵑǀʲ|uː|꜒꜖|qʼʲ|-
[not.Q.1incl.1incl.1excl.NEG.active.conditional.PRES] => |ᵑǀʷ|aː|̰꜖|n̥ˠ|-
[not.Q.1incl.1incl.1excl.NEG.active.conditional.PAST] => |ᵏǃʷ|a#ː|̰꜖|ɳˠ|-
[not.Q.1incl.1incl.1excl.NEG.active.optative.PRES] => |n̥ʲ|u|꜒꜖|qʼʲ|-
[not.Q.1incl.1incl.1excl.NEG.active.optative.PAST] => |ᵑǃʲ|ᵊ|̰꜖|ʋʲ|-
[not.Q.1incl.1incl.1excl.NEG.passive.indicative.PRES] => |qʼʷ|ʉː|̰꜒|ɻˠ|-
[not.Q.1incl.1incl.1excl.NEG.passive.indicative.PAST] => |nʷ|a|꜒|ɹʲ|-
[not.Q.1incl.1incl.1excl.NEG.passive.imperative.PRES] => |nˠ|ᵊ|꜖|t͡sˠ|-
[not.Q.1incl.1incl.1excl.NEG.passive.imperative.PAST] => |ᵏǀʷ|ᵊ|̰꜒|tʰˤ|-
[not.Q.1incl.1incl.1excl.NEG.passive.conditional.PRES] => |ᵑǀʼˤ|ʉ#|̰꜒|ŋʷ|-
[not.Q.1incl.1incl.1excl.NEG.passive.conditional.PAST] => |ᵏǀʰˤ|i#ː|꜖꜒|ɰʲ|-
[not.Q.1incl.1incl.1excl.NEG.passive.optative.PRES] => |sʷ|a#|̰꜒|ʈˠ|-
[not.Q.1incl.1incl.1excl.NEG.passive.optative.PAST] => |ŋ̥ʲ|a|̰꜖|ʂˠ|-
[not.Q.1incl.1incl.1excl.POS.active.indicative.PRES] => |nʷ|a|꜒꜖|ʜʲ|-
[not.Q.1incl.1incl.1excl.POS.active.indicative.PAST] => |sʲ|a|̰꜒|d͡ʐʲ|-
[not.Q.1incl.1incl.1excl.POS.active.imperative.PRES] => |ɗˤ|i|̰꜖|ɗˤ|-
[not.Q.1incl.1incl.1excl.POS.active.imperative.PAST] => |tʰʷ|a#|꜒꜖|tˠ|-
[not.Q.1incl.1incl.1excl.POS.active.conditional.PRES] => |t͡sʲ|i|̰꜖|ʂʲ|-
[not.Q.1incl.1incl.1excl.POS.active.conditional.PAST] => |ʃˠ|aː|̰꜒|htˤ|-
[not.Q.1incl.1incl.1excl.POS.active.optative.PRES] => |hkʲ|a|̰꜖|ʂˠ|-
[not.Q.1incl.1incl.1excl.POS.active.optative.PAST] => |ɻˠ|aː|̰꜒|mˤ|-
[not.Q.1incl.1incl.1excl.POS.passive.indicative.PRES] => |ᵑǁʲ|a#ː|̰꜖|wˠ|-
[not.Q.1incl.1incl.1excl.POS.passive.indicative.PAST] => |pˤ|a|꜒|sˠ|-
[not.Q.1incl.1incl.1excl.POS.passive.imperative.PRES] => |ʛʲ|a|꜖|ɓˤ|-
[not.Q.1incl.1incl.1excl.POS.passive.imperative.PAST] => |ʄˠ|i|꜒꜖|pˠ|-
[not.Q.1incl.1incl.1excl.POS.passive.conditional.PRES] => |htʲ|i|꜖꜒|ʜˠ|-
[not.Q.1incl.1incl.1excl.POS.passive.conditional.PAST] => |mʲ|u|̰꜖|tʲ|-
[not.Q.1incl.1incl.1excl.POS.passive.optative.PRES] => |ʛʷ|i#ː|꜖꜒|ʈʼʲ|-
[not.Q.1incl.1incl.1excl.POS.passive.optative.PAST] => |ʛˤ|ᵊ|꜖꜒|wʲ|-
[not.Q.1incl.1incl.2.NEG.active.indicative.PRES] => |ɓʲ|ʉ|꜖꜒|ʜʲ|-
[not.Q.1incl.1incl.2.NEG.active.indicative.PAST] => |m̥ˠ|u|꜖|tʰʲ|-
[not.Q.1incl.1incl.2.NEG.active.imperative.PRES] => |ᵑǀʷ|i#ː|꜖|j|-
[not.Q.1incl.1incl.2.NEG.active.imperative.PAST] => |tʰʷ|iː|̰꜒|ɥˤ|-
[not.Q.1incl.1incl.2.NEG.active.conditional.PRES] => |ɴʲ|u#|꜖꜒|ɗʲ|-
[not.Q.1incl.1incl.2.NEG.active.conditional.PAST] => |sˤ|ʉ|꜒|kʼˠ|-
[not.Q.1incl.1incl.2.NEG.active.optative.PRES] => |tʰʲ|i|̰꜖|ʈʰʲ|-
[not.Q.1incl.1incl.2.NEG.active.optative.PAST] => |qˤ|a|̰꜖|kʼˤ|-
[not.Q.1incl.1incl.2.NEG.passive.indicative.PRES] => |htˠ|i#|꜖꜒|ɳʲ|-
[not.Q.1incl.1incl.2.NEG.passive.indicative.PAST] => |h|a|꜒|ɓʲ|-
[not.Q.1incl.1incl.2.NEG.passive.imperative.PRES] => |ɠʲ|i|꜖꜒|sʷ|-
[not.Q.1incl.1incl.2.NEG.passive.imperative.PAST] => |ᵏǃʲ|ᵊ|̰꜒|tɬˠ|-
[not.Q.1incl.1incl.2.NEG.passive.conditional.PRES] => |ŋ̥ˤ|ᵊ|̰꜒|ʄˠ|-
[not.Q.1incl.1incl.2.NEG.passive.conditional.PAST] => |ɹʷ|i|꜖|ʔ|-
[not.Q.1incl.1incl.2.NEG.passive.optative.PRES] => |wʲ|u|̰꜒|kʰʲ|-
[not.Q.1incl.1incl.2.NEG.passive.optative.PAST] => |ᵏǁʰˠ|a|̰꜒|pʼˠ|-
[not.Q.1incl.1incl.2.POS.active.indicative.PRES] => |ʈʰˠ|i|̰꜒|tʼˤ|-
[not.Q.1incl.1incl.2.POS.active.indicative.PAST] => |j|a|꜒|ɴˠ|-
[not.Q.1incl.1incl.2.POS.active.imperative.PRES] => |n̥ˠ|uː|̰꜒|d͡ʐʲ|-
[not.Q.1incl.1incl.2.POS.active.imperative.PAST] => |kʰˤ|ʉ|꜒꜖|tʼʷ|-
[not.Q.1incl.1incl.2.POS.active.conditional.PRES] => |tˤ|ʉ#|꜒꜖|ʃˠ|-
[not.Q.1incl.1incl.2.POS.active.conditional.PAST] => |h|uː|꜒꜖|ɰˤ|-
[not.Q.1incl.1incl.2.POS.active.optative.PRES] => |ɗˤ|iː|꜖꜒|ɥʲ|-
[not.Q.1incl.1incl.2.POS.active.optative.PAST] => |ɹˠ|i#ː|̰꜖|tʼʷ|-
[not.Q.1incl.1incl.2.POS.passive.indicative.PRES] => |ʈʼʲ|ʉ#|꜖꜒|ɴʲ|-
[not.Q.1incl.1incl.2.POS.passive.indicative.PAST] => |ᵏǁʰˠ|aː|̰꜒|wˠ|-
[not.Q.1incl.1incl.2.POS.passive.imperative.PRES] => |kˠ|a|̰꜖|ɹʷ|-
[not.Q.1incl.1incl.2.POS.passive.imperative.PAST] => |ɠʷ|a|꜒|kʼˤ|-
[not.Q.1incl.1incl.2.POS.passive.conditional.PRES] => |tʼˤ|u|̰꜒|kʲ|-
[not.Q.1incl.1incl.2.POS.passive.conditional.PAST] => |htʷ|i|꜖|qˤ|-
[not.Q.1incl.1incl.2.POS.passive.optative.PRES] => |ŋ̥ˠ|i#ː|꜒꜖|r̥ʲ|-
[not.Q.1incl.1incl.2.POS.passive.optative.PAST] => |ᵑǃʲ|ʉ#ː|꜒꜖|tʼʲ|-
[not.Q.1incl.1incl.3.cl.1.NEG.active.indicative.PRES] => |kʲ|a|꜖|ʡʲ|-
[not.Q.1incl.1incl.3.cl.1.NEG.active.indicative.PAST] => |ɹʷ|ᵊ|꜖|ɓʲ|-
[not.Q.1incl.1incl.3.cl.1.NEG.active.imperative.PRES] => |ɰˠ|u|꜒|tʼʲ|-
[not.Q.1incl.1incl.3.cl.1.NEG.active.imperative.PAST] => |ɻʲ|iː|꜒|n̥ʲ|-
[not.Q.1incl.1incl.3.cl.1.NEG.active.conditional.PRES] => |qʼˤ|u|꜖꜒|r̥ʷ|-
[not.Q.1incl.1incl.3.cl.1.NEG.active.conditional.PAST] => |n̥ʲ|ʉ|꜖|t͡sˠ|-
[not.Q.1incl.1incl.3.cl.1.NEG.active.optative.PRES] => |ᵏǁˠ|aː|꜒꜖|kʼˤ|-
[not.Q.1incl.1incl.3.cl.1.NEG.active.optative.PAST] => |h|i#ː|꜒꜖|ɹʷ|-
[not.Q.1incl.1incl.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀʷ|ᵊ|꜒꜖|qˤ|-
[not.Q.1incl.1incl.3.cl.1.NEG.passive.indicative.PAST] => |t͡sʷ|i|꜒|t͡ʂʲ|-
[not.Q.1incl.1incl.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǃʷ|ʉ|꜖꜒|m̥ʲ|-
[not.Q.1incl.1incl.3.cl.1.NEG.passive.imperative.PAST] => |t͡ʂˠ|ʉ#ː|꜒|ɴˠ|-
[not.Q.1incl.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ɻʲ|iː|̰꜖|j|-
[not.Q.1incl.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ɳʲ|i|꜖꜒|htˤ|-
[not.Q.1incl.1incl.3.cl.1.NEG.passive.optative.PRES] => |ɠˤ|u|꜖꜒|ɾʷ|-
[not.Q.1incl.1incl.3.cl.1.NEG.passive.optative.PAST] => |lʲ|u|꜒꜖|n̥ˠ|-
[not.Q.1incl.1incl.3.cl.1.POS.active.indicative.PRES] => |pʼʲ|ʉ#|꜒|hkʷ|-
[not.Q.1incl.1incl.3.cl.1.POS.active.indicative.PAST] => |ᵑǃʼˤ|i|꜒|t͡sˠ|-
[not.Q.1incl.1incl.3.cl.1.POS.active.imperative.PRES] => |r̥ʷ|a#ː|̰꜒|ʂˠ|-
[not.Q.1incl.1incl.3.cl.1.POS.active.imperative.PAST] => |sʲ|u#ː|꜖꜒|pʰʲ|-
[not.Q.1incl.1incl.3.cl.1.POS.active.conditional.PRES] => |tˤ|i#ː|꜒꜖|ɗʷ|-
[not.Q.1incl.1incl.3.cl.1.POS.active.conditional.PAST] => |ᵏǃʼˠ|u#|꜒꜖|ŋˠ|-
[not.Q.1incl.1incl.3.cl.1.POS.active.optative.PRES] => |ᵑǃʼˤ|u#ː|꜒|kʼˠ|-
[not.Q.1incl.1incl.3.cl.1.POS.active.optative.PAST] => |htʷ|ʉ#|꜖|ɗʷ|-
[not.Q.1incl.1incl.3.cl.1.POS.passive.indicative.PRES] => |tʼˠ|u#|꜒|ɰˠ|-
[not.Q.1incl.1incl.3.cl.1.POS.passive.indicative.PAST] => |ɳʲ|a#|꜒|d͡ʐˠ|-
[not.Q.1incl.1incl.3.cl.1.POS.passive.imperative.PRES] => |ʛʲ|ᵊ|꜖|ɗʲ|-
[not.Q.1incl.1incl.3.cl.1.POS.passive.imperative.PAST] => |ŋ̥ˠ|u|꜖꜒|ʛʲ|-
[not.Q.1incl.1incl.3.cl.1.POS.passive.conditional.PRES] => |nʲ|a|꜒꜖|kʰʷ|-
[not.Q.1incl.1incl.3.cl.1.POS.passive.conditional.PAST] => |t͡sʲ|ᵊ|̰꜖|mˤ|-
[not.Q.1incl.1incl.3.cl.1.POS.passive.optative.PRES] => |ᵑǀʼˠ|u|꜒꜖|ɗˤ|-
[not.Q.1incl.1incl.3.cl.1.POS.passive.optative.PAST] => |d͡ʐʲ|u#ː|꜖|qʼʲ|-
[not.Q.1incl.1incl.3.cl.2.NEG.active.indicative.PRES] => |ɥˠ|uː|̰꜖|ɭˠ|-
[not.Q.1incl.1incl.3.cl.2.NEG.active.indicative.PAST] => |d͡ʐʲ|a|꜖|sʲ|-
[not.Q.1incl.1incl.3.cl.2.NEG.active.imperative.PRES] => |ɰˠ|ᵊ|꜒꜖|ɥˠ|-
[not.Q.1incl.1incl.3.cl.2.NEG.active.imperative.PAST] => |ŋ̥ʷ|ʉ|꜖|sʲ|-
[not.Q.1incl.1incl.3.cl.2.NEG.active.conditional.PRES] => |rʲ|uː|꜒꜖|ʋˤ|-
[not.Q.1incl.1incl.3.cl.2.NEG.active.conditional.PAST] => |nˠ|ʉ|̰꜖|hkˤ|-
[not.Q.1incl.1incl.3.cl.2.NEG.active.optative.PRES] => |ɾˤ|u#ː|̰꜖|ʡˠ|-
[not.Q.1incl.1incl.3.cl.2.NEG.active.optative.PAST] => |ɰˤ|iː|̰꜖|ʃˠ|-
[not.Q.1incl.1incl.3.cl.2.NEG.passive.indicative.PRES] => |kʰʲ|i|̰꜖|ɓʲ|-
[not.Q.1incl.1incl.3.cl.2.NEG.passive.indicative.PAST] => |nˠ|a#|꜒꜖|ʋˤ|-
[not.Q.1incl.1incl.3.cl.2.NEG.passive.imperative.PRES] => |ʛʲ|aː|꜒꜖|htʷ|-
[not.Q.1incl.1incl.3.cl.2.NEG.passive.imperative.PAST] => |qʷ|ᵊ|̰꜒|qˠ|-
[not.Q.1incl.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ɠˤ|ᵊ|꜒꜖|hkˠ|-
[not.Q.1incl.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ɠˠ|i#ː|̰꜒|ɻˠ|-
[not.Q.1incl.1incl.3.cl.2.NEG.passive.optative.PRES] => |ᵑǃʷ|ʉ|꜖꜒|m̥ʲ|-
[not.Q.1incl.1incl.3.cl.2.NEG.passive.optative.PAST] => |htˤ|ᵊ|꜖꜒|ŋˠ|-
[not.Q.1incl.1incl.3.cl.2.POS.active.indicative.PRES] => |h|u|꜒|pʲ|-
[not.Q.1incl.1incl.3.cl.2.POS.active.indicative.PAST] => |tˠ|a#|꜒꜖|lˠ|-
[not.Q.1incl.1incl.3.cl.2.POS.active.imperative.PRES] => |kˠ|ᵊ|꜖꜒|ɹˠ|-
[not.Q.1incl.1incl.3.cl.2.POS.active.imperative.PAST] => |m̥ˤ|i|꜖꜒|rʷ|-
[not.Q.1incl.1incl.3.cl.2.POS.active.conditional.PRES] => |ɗˤ|ᵊ|̰꜖|qʼˠ|-
[not.Q.1incl.1incl.3.cl.2.POS.active.conditional.PAST] => |ᵑǃʼʲ|a|꜒꜖|ɗˤ|-
[not.Q.1incl.1incl.3.cl.2.POS.active.optative.PRES] => |pˠ|uː|̰꜒|ʜʲ|-
[not.Q.1incl.1incl.3.cl.2.POS.active.optative.PAST] => |ᵏǃˠ|ʉ|꜒꜖|ʛʷ|-
[not.Q.1incl.1incl.3.cl.2.POS.passive.indicative.PRES] => |qʼˤ|i#|꜖|ɴˠ|-
[not.Q.1incl.1incl.3.cl.2.POS.passive.indicative.PAST] => |ɴʷ|ʉ#|̰꜖|qʼˤ|-
[not.Q.1incl.1incl.3.cl.2.POS.passive.imperative.PRES] => |m̥ˤ|i|꜒|kʷ|-
[not.Q.1incl.1incl.3.cl.2.POS.passive.imperative.PAST] => |sʲ|a#ː|꜒|hkʷ|-
[not.Q.1incl.1incl.3.cl.2.POS.passive.conditional.PRES] => |tʰˠ|u#|̰꜒|ɹʲ|-
[not.Q.1incl.1incl.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀˤ|a#|꜒|kʷ|-
[not.Q.1incl.1incl.3.cl.2.POS.passive.optative.PRES] => |ʃʲ|u|̰꜖|hkʷ|-
[not.Q.1incl.1incl.3.cl.2.POS.passive.optative.PAST] => |ɴˤ|u#ː|̰꜒|ʋʲ|-
[not.Q.1incl.1incl.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʰʷ|ᵊ|꜒꜖|wˠ|-
[not.Q.1incl.1incl.3.cl.3.NEG.active.indicative.PAST] => |kʷ|ʉ|꜒꜖|ʈʰˠ|-
[not.Q.1incl.1incl.3.cl.3.NEG.active.imperative.PRES] => |tʰʲ|ʉː|̰꜖|ɹʲ|-
[not.Q.1incl.1incl.3.cl.3.NEG.active.imperative.PAST] => |wˤ|u|꜖|t͡sˠ|-
[not.Q.1incl.1incl.3.cl.3.NEG.active.conditional.PRES] => |ʋˠ|a|꜖꜒|tʷ|-
[not.Q.1incl.1incl.3.cl.3.NEG.active.conditional.PAST] => |kʰˠ|i|꜒꜖|ɽˠ|-
[not.Q.1incl.1incl.3.cl.3.NEG.active.optative.PRES] => |pʼˠ|a|̰꜒|ʈʰʲ|-
[not.Q.1incl.1incl.3.cl.3.NEG.active.optative.PAST] => |ᵏǀʰʲ|ʉ|꜖|ʋˠ|-
[not.Q.1incl.1incl.3.cl.3.NEG.passive.indicative.PRES] => |kʼˤ|u|꜖|wˠ|-
[not.Q.1incl.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ɻˠ|i|꜒꜖|hpˠ|-
[not.Q.1incl.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ʈʼˠ|i|꜖꜒|htˤ|-
[not.Q.1incl.1incl.3.cl.3.NEG.passive.imperative.PAST] => |qˠ|i|̰꜒|ɾˠ|-
[not.Q.1incl.1incl.3.cl.3.NEG.passive.conditional.PRES] => |hkˤ|a|̰꜒|qʼˤ|-
[not.Q.1incl.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ɰˤ|ᵊ|꜒|ŋʷ|-
[not.Q.1incl.1incl.3.cl.3.NEG.passive.optative.PRES] => |ɹʷ|a#ː|̰꜒|ɠʷ|-
[not.Q.1incl.1incl.3.cl.3.NEG.passive.optative.PAST] => |tʰʲ|i#ː|꜖|rʷ|-
[not.Q.1incl.1incl.3.cl.3.POS.active.indicative.PRES] => |ɻˠ|iː|̰꜖|tɬʲ|-
[not.Q.1incl.1incl.3.cl.3.POS.active.indicative.PAST] => |ɴʷ|ᵊ|꜒꜖|ʂˠ|-
[not.Q.1incl.1incl.3.cl.3.POS.active.imperative.PRES] => |ᵏǁʰʲ|ʉ|꜒|tʼˤ|-
[not.Q.1incl.1incl.3.cl.3.POS.active.imperative.PAST] => |m̥ˠ|ʉ|꜖꜒|t͡ʂˠ|-
[not.Q.1incl.1incl.3.cl.3.POS.active.conditional.PRES] => |hpˠ|ᵊ|꜖꜒|tˠ|-
[not.Q.1incl.1incl.3.cl.3.POS.active.conditional.PAST] => |kʷ|a|꜖|ɳ̥ˠ|-
[not.Q.1incl.1incl.3.cl.3.POS.active.optative.PRES] => |ʈʲ|ᵊ|꜖|ɠʲ|-
[not.Q.1incl.1incl.3.cl.3.POS.active.optative.PAST] => |ɰʲ|a|̰꜒|ʈʼˠ|-
[not.Q.1incl.1incl.3.cl.3.POS.passive.indicative.PRES] => |ɗˤ|i|꜒|ɠʷ|-
[not.Q.1incl.1incl.3.cl.3.POS.passive.indicative.PAST] => |ᵑǃˤ|i#ː|꜒|ʈˠ|-
[not.Q.1incl.1incl.3.cl.3.POS.passive.imperative.PRES] => |wˤ|ʉ|꜒꜖|ŋ̥ʲ|-
[not.Q.1incl.1incl.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃʷ|i|̰꜖|ʈʲ|-
[not.Q.1incl.1incl.3.cl.3.POS.passive.conditional.PRES] => |ɠˤ|u|꜒꜖|qʲ|-
[not.Q.1incl.1incl.3.cl.3.POS.passive.conditional.PAST] => |ɭˠ|u|꜖꜒|ɻʲ|-
[not.Q.1incl.1incl.3.cl.3.POS.passive.optative.PRES] => |ᵏǃˤ|i|꜒꜖|ʜʲ|-
[not.Q.1incl.1incl.3.cl.3.POS.passive.optative.PAST] => |tʰˠ|ʉ#|꜒|ŋ̥ʷ|-
[not.Q.1incl.1incl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʲ|i|꜒|r̥ʷ|-
[not.Q.1incl.1incl.3.cl.4.NEG.active.indicative.PAST] => |rʲ|i|꜖꜒|ʄʲ|-
[not.Q.1incl.1incl.3.cl.4.NEG.active.imperative.PRES] => |ʡˠ|a#ː|̰꜒|t͡sʲ|-
[not.Q.1incl.1incl.3.cl.4.NEG.active.imperative.PAST] => |ʋˠ|a|̰꜖|ɭʲ|-
[not.Q.1incl.1incl.3.cl.4.NEG.active.conditional.PRES] => |ɗʷ|ᵊ|꜒꜖|r̥ʲ|-
[not.Q.1incl.1incl.3.cl.4.NEG.active.conditional.PAST] => |tʰʷ|ᵊ|̰꜖|m̥ʲ|-
[not.Q.1incl.1incl.3.cl.4.NEG.active.optative.PRES] => |sˤ|ʉ#|꜖|rʲ|-
[not.Q.1incl.1incl.3.cl.4.NEG.active.optative.PAST] => |ɓʲ|i|̰꜒|ɰʷ|-
[not.Q.1incl.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʰˤ|a|꜖꜒|hkʷ|-
[not.Q.1incl.1incl.3.cl.4.NEG.passive.indicative.PAST] => |kʰʲ|u|꜖꜒|kʰˤ|-
[not.Q.1incl.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǁʲ|a#|꜖꜒|sˤ|-
[not.Q.1incl.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ɗˠ|u#ː|꜒|ɴˠ|-
[not.Q.1incl.1incl.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǁʼʲ|ʉ|̰꜒|pʼˤ|-
[not.Q.1incl.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǁˠ|a|꜖|sʲ|-
[not.Q.1incl.1incl.3.cl.4.NEG.passive.optative.PRES] => |ŋ̥ˤ|ʉ|꜖꜒|pˠ|-
[not.Q.1incl.1incl.3.cl.4.NEG.passive.optative.PAST] => |ʈʲ|i|̰꜖|htʷ|-
[not.Q.1incl.1incl.3.cl.4.POS.active.indicative.PRES] => |ɻʲ|ᵊ|꜖꜒|kʼʷ|-
[not.Q.1incl.1incl.3.cl.4.POS.active.indicative.PAST] => |ŋ̥ʲ|u|̰꜖|kʼˤ|-
[not.Q.1incl.1incl.3.cl.4.POS.active.imperative.PRES] => |ᵑǃʼʲ|u|꜖|ɥʲ|-
[not.Q.1incl.1incl.3.cl.4.POS.active.imperative.PAST] => |ɓˤ|a|꜖꜒|ʛˠ|-
[not.Q.1incl.1incl.3.cl.4.POS.active.conditional.PRES] => |mʲ|a|꜒꜖|ɻʲ|-
[not.Q.1incl.1incl.3.cl.4.POS.active.conditional.PAST] => |kʼˠ|ʉ|꜒꜖|t͡sˠ|-
[not.Q.1incl.1incl.3.cl.4.POS.active.optative.PRES] => |ᵏǁʰʲ|ᵊ|꜖꜒|tʰˤ|-
[not.Q.1incl.1incl.3.cl.4.POS.active.optative.PAST] => |ɭʲ|ʉ#|̰꜖|htʷ|-
[not.Q.1incl.1incl.3.cl.4.POS.passive.indicative.PRES] => |ɻˠ|i|꜖|qʼˤ|-
[not.Q.1incl.1incl.3.cl.4.POS.passive.indicative.PAST] => |pʼʲ|ʉ#|꜒|d͡ʐˠ|-
[not.Q.1incl.1incl.3.cl.4.POS.passive.imperative.PRES] => |ʈʼʲ|uː|꜒꜖|ɽʲ|-
[not.Q.1incl.1incl.3.cl.4.POS.passive.imperative.PAST] => |ᵏǃʼˤ|ʉ#ː|̰꜒|r̥ˠ|-
[not.Q.1incl.1incl.3.cl.4.POS.passive.conditional.PRES] => |ʜˠ|ʉ|̰꜒|ŋˠ|-
[not.Q.1incl.1incl.3.cl.4.POS.passive.conditional.PAST] => |ʛʲ|ʉ|̰꜖|ɾʲ|-
[not.Q.1incl.1incl.3.cl.4.POS.passive.optative.PRES] => |tʼˠ|i|꜒꜖|ɰˠ|-
[not.Q.1incl.1incl.3.cl.4.POS.passive.optative.PAST] => |ᵑǁʲ|i#|̰꜒|qʼʲ|-
[not.Q.1incl.1excl.1incl.NEG.active.indicative.PRES] => |ᵏǃʼˤ|ᵊ|̰꜒|tɬʲ|-
[not.Q.1incl.1excl.1incl.NEG.active.indicative.PAST] => |n̥ˠ|ᵊ|꜒|sʲ|-
[not.Q.1incl.1excl.1incl.NEG.active.imperative.PRES] => |ɰˤ|ᵊ|꜒|nˠ|-
[not.Q.1incl.1excl.1incl.NEG.active.imperative.PAST] => |pʼˤ|ʉː|꜒꜖|tʼˠ|-
[not.Q.1incl.1excl.1incl.NEG.active.conditional.PRES] => |ɴʷ|i|꜖꜒|ɥˤ|-
[not.Q.1incl.1excl.1incl.NEG.active.conditional.PAST] => |ɳ̥ˠ|uː|̰꜒|ɾˠ|-
[not.Q.1incl.1excl.1incl.NEG.active.optative.PRES] => |ɾʲ|u|꜖꜒|ŋ̥ʷ|-
[not.Q.1incl.1excl.1incl.NEG.active.optative.PAST] => |ᵑǃˤ|ʉː|̰꜒|hkʷ|-
[not.Q.1incl.1excl.1incl.NEG.passive.indicative.PRES] => |ᵏǃʰʷ|a#ː|꜒꜖|ɗˤ|-
[not.Q.1incl.1excl.1incl.NEG.passive.indicative.PAST] => |ʛˠ|i|꜖꜒|ʋˠ|-
[not.Q.1incl.1excl.1incl.NEG.passive.imperative.PRES] => |tʲ|iː|̰꜖|tɬˠ|-
[not.Q.1incl.1excl.1incl.NEG.passive.imperative.PAST] => |ᵏǀˤ|u|꜖꜒|htʲ|-
[not.Q.1incl.1excl.1incl.NEG.passive.conditional.PRES] => |ŋˠ|a#ː|꜖꜒|ŋ̥ʷ|-
[not.Q.1incl.1excl.1incl.NEG.passive.conditional.PAST] => |m̥ˠ|a#ː|̰꜖|rˠ|-
[not.Q.1incl.1excl.1incl.NEG.passive.optative.PRES] => |n̥ˠ|a|̰꜖|ɗʷ|-
[not.Q.1incl.1excl.1incl.NEG.passive.optative.PAST] => |ʜˠ|aː|꜖|pʲ|-
[not.Q.1incl.1excl.1incl.POS.active.indicative.PRES] => |ᵏǃˠ|u|꜒꜖|ʂʲ|-
[not.Q.1incl.1excl.1incl.POS.active.indicative.PAST] => |ᵑǃˠ|iː|̰꜒|pʼˠ|-
[not.Q.1incl.1excl.1incl.POS.active.imperative.PRES] => |ᵑǁʼʲ|ʉː|꜖꜒|hkˠ|-
[not.Q.1incl.1excl.1incl.POS.active.imperative.PAST] => |ᵑǀʷ|ʉ|̰꜖|qʲ|-
[not.Q.1incl.1excl.1incl.POS.active.conditional.PRES] => |pʼˠ|a|꜒|hkˠ|-
[not.Q.1incl.1excl.1incl.POS.active.conditional.PAST] => |hpˠ|i|꜒꜖|tʼʷ|-
[not.Q.1incl.1excl.1incl.POS.active.optative.PRES] => |ɴˤ|ʉ|꜒꜖|d͡ʐˠ|-
[not.Q.1incl.1excl.1incl.POS.active.optative.PAST] => |kʰˠ|u|꜒|ɻʲ|-
[not.Q.1incl.1excl.1incl.POS.passive.indicative.PRES] => |ɭˠ|a|꜖|ʈʲ|-
[not.Q.1incl.1excl.1incl.POS.passive.indicative.PAST] => |ʜˠ|i|̰꜖|ɳ̥ʲ|-
[not.Q.1incl.1excl.1incl.POS.passive.imperative.PRES] => |ɾˤ|a#ː|꜒|pʲ|-
[not.Q.1incl.1excl.1incl.POS.passive.imperative.PAST] => |pʰʲ|i#ː|꜖꜒|qʼʷ|-
[not.Q.1incl.1excl.1incl.POS.passive.conditional.PRES] => |ɳʲ|aː|̰꜒|ŋˠ|-
[not.Q.1incl.1excl.1incl.POS.passive.conditional.PAST] => |ɽˠ|i#ː|̰꜒|kʼʲ|-
[not.Q.1incl.1excl.1incl.POS.passive.optative.PRES] => |ᵏǀʼˤ|ʉ|꜖꜒|ʂˠ|-
[not.Q.1incl.1excl.1incl.POS.passive.optative.PAST] => |kʰˠ|u|꜖꜒|ɳˠ|-
[not.Q.1incl.1excl.1excl.NEG.active.indicative.PRES] => |wˤ|a#|꜒|ɳʲ|-
[not.Q.1incl.1excl.1excl.NEG.active.indicative.PAST] => |m̥ˤ|i|꜒꜖|ɴˠ|-
[not.Q.1incl.1excl.1excl.NEG.active.imperative.PRES] => |tʰʷ|i|̰꜒|r̥ˤ|-
[not.Q.1incl.1excl.1excl.NEG.active.imperative.PAST] => |ʄʲ|i|꜒꜖|ɗʷ|-
[not.Q.1incl.1excl.1excl.NEG.active.conditional.PRES] => |tʼˠ|a#|̰꜒|pʰˤ|-
[not.Q.1incl.1excl.1excl.NEG.active.conditional.PAST] => |kʰˠ|ʉ|꜖꜒|rˠ|-
[not.Q.1incl.1excl.1excl.NEG.active.optative.PRES] => |n̥ˤ|ʉ|̰꜖|kʰˤ|-
[not.Q.1incl.1excl.1excl.NEG.active.optative.PAST] => |qʷ|iː|̰꜖|ʃʲ|-
[not.Q.1incl.1excl.1excl.NEG.passive.indicative.PRES] => |ʋʲ|uː|꜖꜒|ɠˤ|-
[not.Q.1incl.1excl.1excl.NEG.passive.indicative.PAST] => |hpʲ|u#|꜒|rʲ|-
[not.Q.1incl.1excl.1excl.NEG.passive.imperative.PRES] => |tˤ|u|̰꜒|nʷ|-
[not.Q.1incl.1excl.1excl.NEG.passive.imperative.PAST] => |ɴˤ|ʉ|꜖꜒|ɠˠ|-
[not.Q.1incl.1excl.1excl.NEG.passive.conditional.PRES] => |sˠ|iː|꜖꜒|tʼʲ|-
[not.Q.1incl.1excl.1excl.NEG.passive.conditional.PAST] => |kʼˤ|aː|̰꜖|r̥ʷ|-
[not.Q.1incl.1excl.1excl.NEG.passive.optative.PRES] => |sˤ|i|̰꜒|tʼʷ|-
[not.Q.1incl.1excl.1excl.NEG.passive.optative.PAST] => |ᵑǀˤ|ᵊ|꜒|qʼʲ|-
[not.Q.1incl.1excl.1excl.POS.active.indicative.PRES] => |ᵑǀˤ|uː|꜖|mˤ|-
[not.Q.1incl.1excl.1excl.POS.active.indicative.PAST] => |ɾˠ|i|̰꜒|rʲ|-
[not.Q.1incl.1excl.1excl.POS.active.imperative.PRES] => |kʰʲ|a|̰꜒|tʼˤ|-
[not.Q.1incl.1excl.1excl.POS.active.imperative.PAST] => |nˠ|ʉː|꜖|ʡʲ|-
[not.Q.1incl.1excl.1excl.POS.active.conditional.PRES] => |ɹˠ|ᵊ|꜖꜒|ʋˠ|-
[not.Q.1incl.1excl.1excl.POS.active.conditional.PAST] => |nʷ|i|꜖꜒|ʜʲ|-
[not.Q.1incl.1excl.1excl.POS.active.optative.PRES] => |sˠ|i|̰꜖|t͡ʂˠ|-
[not.Q.1incl.1excl.1excl.POS.active.optative.PAST] => |pʼˠ|a#ː|̰꜖|ɽˠ|-
[not.Q.1incl.1excl.1excl.POS.passive.indicative.PRES] => |d͡ʐˠ|ᵊ|̰꜖|nʷ|-
[not.Q.1incl.1excl.1excl.POS.passive.indicative.PAST] => |hʈˠ|i#|꜒|pʼʲ|-
[not.Q.1incl.1excl.1excl.POS.passive.imperative.PRES] => |ʃˠ|uː|꜖꜒|qˠ|-
[not.Q.1incl.1excl.1excl.POS.passive.imperative.PAST] => |ɳʲ|ᵊ|꜖|ɳˠ|-
[not.Q.1incl.1excl.1excl.POS.passive.conditional.PRES] => |ᵑǁʲ|ʉ#ː|꜖|nˤ|-
[not.Q.1incl.1excl.1excl.POS.passive.conditional.PAST] => |ᵑǀʼʲ|a#ː|꜒꜖|ɰˠ|-
[not.Q.1incl.1excl.1excl.POS.passive.optative.PRES] => |kʼʷ|a#ː|̰꜒|ɹʷ|-
[not.Q.1incl.1excl.1excl.POS.passive.optative.PAST] => |ɰˠ|ʉ#|̰꜖|ɽʲ|-
[not.Q.1incl.1excl.2.NEG.active.indicative.PRES] => |ɠʷ|ʉ|̰꜒|kˠ|-
[not.Q.1incl.1excl.2.NEG.active.indicative.PAST] => |ɥˠ|i|̰꜖|htʲ|-
[not.Q.1incl.1excl.2.NEG.active.imperative.PRES] => |tʰˠ|ʉ|꜖|tɬˠ|-
[not.Q.1incl.1excl.2.NEG.active.imperative.PAST] => |ᵑǀˤ|ᵊ|̰꜒|ŋ̥ˠ|-
[not.Q.1incl.1excl.2.NEG.active.conditional.PRES] => |ᵏǀˤ|u#|̰꜒|ʈʼˠ|-
[not.Q.1incl.1excl.2.NEG.active.conditional.PAST] => |kʷ|ᵊ|̰꜒|kʷ|-
[not.Q.1incl.1excl.2.NEG.active.optative.PRES] => |ŋʲ|a|꜖|n̥ʷ|-
[not.Q.1incl.1excl.2.NEG.active.optative.PAST] => |ᵏǃʰʷ|i#ː|꜖꜒|ʋʲ|-
[not.Q.1incl.1excl.2.NEG.passive.indicative.PRES] => |ɹˤ|ʉ|̰꜒|ɴʷ|-
[not.Q.1incl.1excl.2.NEG.passive.indicative.PAST] => |ɹʷ|iː|꜖꜒|ʛˤ|-
[not.Q.1incl.1excl.2.NEG.passive.imperative.PRES] => |kʰʲ|u|꜖|ɳˠ|-
[not.Q.1incl.1excl.2.NEG.passive.imperative.PAST] => |ɴʷ|aː|꜒꜖|m̥ʲ|-
[not.Q.1incl.1excl.2.NEG.passive.conditional.PRES] => |t͡ʂʲ|ᵊ|̰꜒|wˤ|-
[not.Q.1incl.1excl.2.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|aː|꜒꜖|ɳ̥ˠ|-
[not.Q.1incl.1excl.2.NEG.passive.optative.PRES] => |kʼʷ|a|꜖|ŋ̥ˠ|-
[not.Q.1incl.1excl.2.NEG.passive.optative.PAST] => |ʂˠ|a|̰꜖|ʄˠ|-
[not.Q.1incl.1excl.2.POS.active.indicative.PRES] => |hpˤ|aː|꜖꜒|ɻˠ|-
[not.Q.1incl.1excl.2.POS.active.indicative.PAST] => |ᵑǃˠ|ʉ|̰꜒|mʲ|-
[not.Q.1incl.1excl.2.POS.active.imperative.PRES] => |ʈʲ|ᵊ|̰꜒|hpʲ|-
[not.Q.1incl.1excl.2.POS.active.imperative.PAST] => |ŋ̥ʲ|uː|꜖|pʼˤ|-
[not.Q.1incl.1excl.2.POS.active.conditional.PRES] => |ɗˤ|a#|꜖|ɠʲ|-
[not.Q.1incl.1excl.2.POS.active.conditional.PAST] => |ʈʼˠ|a|̰꜒|ɗʷ|-
[not.Q.1incl.1excl.2.POS.active.optative.PRES] => |ɻˠ|ᵊ|꜒꜖|r̥ˠ|-
[not.Q.1incl.1excl.2.POS.active.optative.PAST] => |ʡʲ|a|꜒|ɾʲ|-
[not.Q.1incl.1excl.2.POS.passive.indicative.PRES] => |kʼʷ|ᵊ|꜒|ʜʲ|-
[not.Q.1incl.1excl.2.POS.passive.indicative.PAST] => |kʼʲ|u#|꜖꜒|ɹʷ|-
[not.Q.1incl.1excl.2.POS.passive.imperative.PRES] => |pʼˠ|ʉ|̰꜒|ɓˠ|-
[not.Q.1incl.1excl.2.POS.passive.imperative.PAST] => |h|a#ː|̰꜒|ɴʷ|-
[not.Q.1incl.1excl.2.POS.passive.conditional.PRES] => |ʛˤ|a|꜖꜒|ɭʲ|-
[not.Q.1incl.1excl.2.POS.passive.conditional.PAST] => |qʼʲ|u|꜒|pʰˤ|-
[not.Q.1incl.1excl.2.POS.passive.optative.PRES] => |ᵏǃʰˠ|i|꜖|htˤ|-
[not.Q.1incl.1excl.2.POS.passive.optative.PAST] => |ᵏǀˠ|u#ː|꜖꜒|wˠ|-
[not.Q.1incl.1excl.3.cl.1.NEG.active.indicative.PRES] => |hpˤ|u#|꜖꜒|ɰʲ|-
[not.Q.1incl.1excl.3.cl.1.NEG.active.indicative.PAST] => |htˤ|u|꜖꜒|pʼˤ|-
[not.Q.1incl.1excl.3.cl.1.NEG.active.imperative.PRES] => |ʛʲ|u|̰꜒|n̥ʷ|-
[not.Q.1incl.1excl.3.cl.1.NEG.active.imperative.PAST] => |htˠ|u#ː|̰꜒|ŋ̥ʷ|-
[not.Q.1incl.1excl.3.cl.1.NEG.active.conditional.PRES] => |ᵑǀʼʲ|i|̰꜒|ɗˠ|-
[not.Q.1incl.1excl.3.cl.1.NEG.active.conditional.PAST] => |wˤ|ʉ#ː|꜖꜒|sˤ|-
[not.Q.1incl.1excl.3.cl.1.NEG.active.optative.PRES] => |ɽˠ|a|̰꜖|hpˠ|-
[not.Q.1incl.1excl.3.cl.1.NEG.active.optative.PAST] => |t͡ʂʲ|uː|꜖꜒|t͡ʃ|-
[not.Q.1incl.1excl.3.cl.1.NEG.passive.indicative.PRES] => |hʈˠ|i|꜒|ɽˠ|-
[not.Q.1incl.1excl.3.cl.1.NEG.passive.indicative.PAST] => |ɴˠ|iː|̰꜒|ɹˤ|-
[not.Q.1incl.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǃʼʷ|aː|꜖|sʲ|-
[not.Q.1incl.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ʈʰˠ|iː|꜒꜖|ŋ̥ˤ|-
[not.Q.1incl.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ɓˤ|ᵊ|꜖꜒|ɳ̥ʲ|-
[not.Q.1incl.1excl.3.cl.1.NEG.passive.conditional.PAST] => |ɹʷ|i|꜒꜖|ɽˠ|-
[not.Q.1incl.1excl.3.cl.1.NEG.passive.optative.PRES] => |ᵏǀʼˠ|a|꜖|kʼʷ|-
[not.Q.1incl.1excl.3.cl.1.NEG.passive.optative.PAST] => |ᵑǃˤ|i#|꜒|ɓˠ|-
[not.Q.1incl.1excl.3.cl.1.POS.active.indicative.PRES] => |ʔ|i#|꜒꜖|ɴˤ|-
[not.Q.1incl.1excl.3.cl.1.POS.active.indicative.PAST] => |tʲ|i|̰꜖|hkˤ|-
[not.Q.1incl.1excl.3.cl.1.POS.active.imperative.PRES] => |hpˠ|i|̰꜖|ɳʲ|-
[not.Q.1incl.1excl.3.cl.1.POS.active.imperative.PAST] => |ʔ|a#ː|꜖꜒|rˠ|-
[not.Q.1incl.1excl.3.cl.1.POS.active.conditional.PRES] => |ɻˠ|a|̰꜖|ɠˠ|-
[not.Q.1incl.1excl.3.cl.1.POS.active.conditional.PAST] => |t͡ʃ|ʉ|꜒꜖|ɻˠ|-
[not.Q.1incl.1excl.3.cl.1.POS.active.optative.PRES] => |nˠ|a|꜖꜒|tɬˠ|-
[not.Q.1incl.1excl.3.cl.1.POS.active.optative.PAST] => |kʷ|ᵊ|꜒|wʲ|-
[not.Q.1incl.1excl.3.cl.1.POS.passive.indicative.PRES] => |ᵑǃʲ|iː|꜒꜖|ɾˤ|-
[not.Q.1incl.1excl.3.cl.1.POS.passive.indicative.PAST] => |rʷ|ʉː|꜒|ɹˤ|-
[not.Q.1incl.1excl.3.cl.1.POS.passive.imperative.PRES] => |ʄʲ|ᵊ|꜒꜖|tʼʷ|-
[not.Q.1incl.1excl.3.cl.1.POS.passive.imperative.PAST] => |nˠ|aː|̰꜖|tʼʲ|-
[not.Q.1incl.1excl.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʰʷ|i#ː|꜒꜖|ʛˤ|-
[not.Q.1incl.1excl.3.cl.1.POS.passive.conditional.PAST] => |htʷ|ʉ#|̰꜖|r̥ˠ|-
[not.Q.1incl.1excl.3.cl.1.POS.passive.optative.PRES] => |pʰʲ|u#ː|꜖|pʲ|-
[not.Q.1incl.1excl.3.cl.1.POS.passive.optative.PAST] => |n̥ˠ|ᵊ|̰꜒|ɰʲ|-
[not.Q.1incl.1excl.3.cl.2.NEG.active.indicative.PRES] => |d͡ʐˠ|a#ː|꜖꜒|ʛʲ|-
[not.Q.1incl.1excl.3.cl.2.NEG.active.indicative.PAST] => |htˤ|u#|̰꜖|tʼˤ|-
[not.Q.1incl.1excl.3.cl.2.NEG.active.imperative.PRES] => |ʄʲ|i#|̰꜖|pʰˠ|-
[not.Q.1incl.1excl.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʼʲ|a|꜖꜒|rˠ|-
[not.Q.1incl.1excl.3.cl.2.NEG.active.conditional.PRES] => |hʈʲ|i#ː|̰꜖|ʡʲ|-
[not.Q.1incl.1excl.3.cl.2.NEG.active.conditional.PAST] => |nʲ|ʉː|꜖|ɠʲ|-
[not.Q.1incl.1excl.3.cl.2.NEG.active.optative.PRES] => |ɗʷ|a#ː|꜒|ɾʲ|-
[not.Q.1incl.1excl.3.cl.2.NEG.active.optative.PAST] => |ᵑǁʼʲ|ʉː|꜒꜖|ʃʲ|-
[not.Q.1incl.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ɥˠ|a#ː|̰꜖|ɽˠ|-
[not.Q.1incl.1excl.3.cl.2.NEG.passive.indicative.PAST] => |wʲ|u#|꜒꜖|ɗˠ|-
[not.Q.1incl.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ɹʷ|aː|꜒|nˤ|-
[not.Q.1incl.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǁˠ|ʉ#ː|꜒|rˠ|-
[not.Q.1incl.1excl.3.cl.2.NEG.passive.conditional.PRES] => |sʲ|aː|̰꜒|qˠ|-
[not.Q.1incl.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǃʼʲ|i|꜖|pʰˠ|-
[not.Q.1incl.1excl.3.cl.2.NEG.passive.optative.PRES] => |ᵏǀʰˤ|iː|꜖꜒|ɥˠ|-
[not.Q.1incl.1excl.3.cl.2.NEG.passive.optative.PAST] => |ʛʲ|u|̰꜒|tʰˠ|-
[not.Q.1incl.1excl.3.cl.2.POS.active.indicative.PRES] => |ᵑǀʷ|i|꜖|ʔ|-
[not.Q.1incl.1excl.3.cl.2.POS.active.indicative.PAST] => |lˠ|ʉː|꜒꜖|ɓʲ|-
[not.Q.1incl.1excl.3.cl.2.POS.active.imperative.PRES] => |ɳ̥ʲ|ʉː|꜒꜖|ɹˠ|-
[not.Q.1incl.1excl.3.cl.2.POS.active.imperative.PAST] => |ᵏǃˤ|i#|꜖|ɓˤ|-
[not.Q.1incl.1excl.3.cl.2.POS.active.conditional.PRES] => |tɬʲ|aː|꜒꜖|kʼˤ|-
[not.Q.1incl.1excl.3.cl.2.POS.active.conditional.PAST] => |qʼˤ|i|̰꜒|ʃˠ|-
[not.Q.1incl.1excl.3.cl.2.POS.active.optative.PRES] => |ᵑǃʼʷ|ʉː|꜖꜒|ɴʲ|-
[not.Q.1incl.1excl.3.cl.2.POS.active.optative.PAST] => |ɰˤ|a|꜖|lʲ|-
[not.Q.1incl.1excl.3.cl.2.POS.passive.indicative.PRES] => |ʃʲ|a|꜒|sˠ|-
[not.Q.1incl.1excl.3.cl.2.POS.passive.indicative.PAST] => |ᵏǃˠ|u#|̰꜒|tˠ|-
[not.Q.1incl.1excl.3.cl.2.POS.passive.imperative.PRES] => |ʈʰˠ|u#ː|꜒꜖|kˠ|-
[not.Q.1incl.1excl.3.cl.2.POS.passive.imperative.PAST] => |hʈʲ|iː|꜖|n̥ʲ|-
[not.Q.1incl.1excl.3.cl.2.POS.passive.conditional.PRES] => |ɥˤ|ʉ#|̰꜒|hpˠ|-
[not.Q.1incl.1excl.3.cl.2.POS.passive.conditional.PAST] => |ᵏǁʰʲ|i#|̰꜖|ɗʷ|-
[not.Q.1incl.1excl.3.cl.2.POS.passive.optative.PRES] => |kʰˠ|a|̰꜒|t͡ʂˠ|-
[not.Q.1incl.1excl.3.cl.2.POS.passive.optative.PAST] => |tʼʲ|ᵊ|꜒|ɾʷ|-
[not.Q.1incl.1excl.3.cl.3.NEG.active.indicative.PRES] => |ᵑǀʼˠ|u|꜖|qˠ|-
[not.Q.1incl.1excl.3.cl.3.NEG.active.indicative.PAST] => |hʈʲ|u#|̰꜖|sˠ|-
[not.Q.1incl.1excl.3.cl.3.NEG.active.imperative.PRES] => |t͡ʂˠ|ʉ|꜖꜒|mˤ|-
[not.Q.1incl.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵏǀʰʲ|u#|꜖|qʲ|-
[not.Q.1incl.1excl.3.cl.3.NEG.active.conditional.PRES] => |kʰʲ|u#ː|̰꜒|pˠ|-
[not.Q.1incl.1excl.3.cl.3.NEG.active.conditional.PAST] => |ɓʲ|i|꜒|ŋʲ|-
[not.Q.1incl.1excl.3.cl.3.NEG.active.optative.PRES] => |ɹʲ|ʉ|꜖꜒|t͡ʃ|-
[not.Q.1incl.1excl.3.cl.3.NEG.active.optative.PAST] => |ʡʲ|ʉ|̰꜖|tʰˤ|-
[not.Q.1incl.1excl.3.cl.3.NEG.passive.indicative.PRES] => |ɥˠ|u|꜖꜒|ŋʷ|-
[not.Q.1incl.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʼˤ|ᵊ|꜖꜒|tʼˤ|-
[not.Q.1incl.1excl.3.cl.3.NEG.passive.imperative.PRES] => |t͡sʲ|u|꜒|r̥ʷ|-
[not.Q.1incl.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǁʼʲ|u|꜖꜒|ʛʲ|-
[not.Q.1incl.1excl.3.cl.3.NEG.passive.conditional.PRES] => |wˠ|ʉ|̰꜒|ɽʲ|-
[not.Q.1incl.1excl.3.cl.3.NEG.passive.conditional.PAST] => |ɳʲ|iː|꜖꜒|n̥ˠ|-
[not.Q.1incl.1excl.3.cl.3.NEG.passive.optative.PRES] => |ᵏǃʷ|ʉ#ː|̰꜖|ɥˤ|-
[not.Q.1incl.1excl.3.cl.3.NEG.passive.optative.PAST] => |htʲ|ʉ|꜖꜒|qˤ|-
[not.Q.1incl.1excl.3.cl.3.POS.active.indicative.PRES] => |tˤ|i|꜒꜖|ɭʲ|-
[not.Q.1incl.1excl.3.cl.3.POS.active.indicative.PAST] => |ʛʲ|ᵊ|꜒꜖|kʼʲ|-
[not.Q.1incl.1excl.3.cl.3.POS.active.imperative.PRES] => |kʼˠ|i#|꜖|ʃˠ|-
[not.Q.1incl.1excl.3.cl.3.POS.active.imperative.PAST] => |qʷ|a|̰꜖|ʂˠ|-
[not.Q.1incl.1excl.3.cl.3.POS.active.conditional.PRES] => |kʷ|i#|̰꜒|ɹˤ|-
[not.Q.1incl.1excl.3.cl.3.POS.active.conditional.PAST] => |ŋ̥ʷ|i|꜖|ʛˠ|-
[not.Q.1incl.1excl.3.cl.3.POS.active.optative.PRES] => |r̥ʷ|ʉː|̰꜒|ʈʰʲ|-
[not.Q.1incl.1excl.3.cl.3.POS.active.optative.PAST] => |t͡ʂˠ|a|̰꜖|ɰˠ|-
[not.Q.1incl.1excl.3.cl.3.POS.passive.indicative.PRES] => |ɠʲ|a|꜖|r̥ˠ|-
[not.Q.1incl.1excl.3.cl.3.POS.passive.indicative.PAST] => |ɾʷ|i|̰꜖|ʋˤ|-
[not.Q.1incl.1excl.3.cl.3.POS.passive.imperative.PRES] => |ɥˠ|ʉ#|꜖꜒|ʂˠ|-
[not.Q.1incl.1excl.3.cl.3.POS.passive.imperative.PAST] => |sʲ|u|̰꜒|ɽʲ|-
[not.Q.1incl.1excl.3.cl.3.POS.passive.conditional.PRES] => |hkʲ|a|꜒|ʈʼˠ|-
[not.Q.1incl.1excl.3.cl.3.POS.passive.conditional.PAST] => |ʈʲ|i|꜒|ŋʷ|-
[not.Q.1incl.1excl.3.cl.3.POS.passive.optative.PRES] => |qʼˤ|ʉ#|̰꜒|n̥ˤ|-
[not.Q.1incl.1excl.3.cl.3.POS.passive.optative.PAST] => |n̥ʲ|i|꜒|ʈˠ|-
[not.Q.1incl.1excl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǁʼˠ|ʉ#|꜖|rˠ|-
[not.Q.1incl.1excl.3.cl.4.NEG.active.indicative.PAST] => |ɥˠ|i#ː|̰꜖|pʼˠ|-
[not.Q.1incl.1excl.3.cl.4.NEG.active.imperative.PRES] => |qʼʲ|a#|꜖꜒|hkʷ|-
[not.Q.1incl.1excl.3.cl.4.NEG.active.imperative.PAST] => |ʜʲ|i|꜖|n̥ʷ|-
[not.Q.1incl.1excl.3.cl.4.NEG.active.conditional.PRES] => |lʲ|a|̰꜖|ɰʷ|-
[not.Q.1incl.1excl.3.cl.4.NEG.active.conditional.PAST] => |ᵑǀʼʷ|aː|꜒꜖|ɰˠ|-
[not.Q.1incl.1excl.3.cl.4.NEG.active.optative.PRES] => |ᵏǃʰˠ|ʉ|꜒꜖|tʰʲ|-
[not.Q.1incl.1excl.3.cl.4.NEG.active.optative.PAST] => |kʰʲ|u#|̰꜖|nʷ|-
[not.Q.1incl.1excl.3.cl.4.NEG.passive.indicative.PRES] => |sˤ|i#ː|꜒|ɭˠ|-
[not.Q.1incl.1excl.3.cl.4.NEG.passive.indicative.PAST] => |ɗˠ|uː|꜒|mˤ|-
[not.Q.1incl.1excl.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǃʼˤ|u#|꜒|ʡˠ|-
[not.Q.1incl.1excl.3.cl.4.NEG.passive.imperative.PAST] => |m̥ˠ|u|꜖|ɾʷ|-
[not.Q.1incl.1excl.3.cl.4.NEG.passive.conditional.PRES] => |ʈʼʲ|u|꜖|ʡˠ|-
[not.Q.1incl.1excl.3.cl.4.NEG.passive.conditional.PAST] => |rˠ|iː|꜒꜖|ɰˤ|-
[not.Q.1incl.1excl.3.cl.4.NEG.passive.optative.PRES] => |m̥ˤ|i|̰꜖|ɾʲ|-
[not.Q.1incl.1excl.3.cl.4.NEG.passive.optative.PAST] => |ʈˠ|a|̰꜒|ɠˤ|-
[not.Q.1incl.1excl.3.cl.4.POS.active.indicative.PRES] => |d͡ʐʲ|a#ː|꜒꜖|qʷ|-
[not.Q.1incl.1excl.3.cl.4.POS.active.indicative.PAST] => |ʜˠ|iː|꜖꜒|kˠ|-
[not.Q.1incl.1excl.3.cl.4.POS.active.imperative.PRES] => |ɽˠ|a#ː|꜒|hkʲ|-
[not.Q.1incl.1excl.3.cl.4.POS.active.imperative.PAST] => |qʼˠ|i|꜒꜖|t͡ʃ|-
[not.Q.1incl.1excl.3.cl.4.POS.active.conditional.PRES] => |tʰʲ|a#ː|꜒|m̥ʲ|-
[not.Q.1incl.1excl.3.cl.4.POS.active.conditional.PAST] => |ɹʷ|ᵊ|̰꜖|ŋ̥ˠ|-
[not.Q.1incl.1excl.3.cl.4.POS.active.optative.PRES] => |pʰˤ|i#|꜖꜒|tʼˠ|-
[not.Q.1incl.1excl.3.cl.4.POS.active.optative.PAST] => |tˤ|i#ː|̰꜖|ɳˠ|-
[not.Q.1incl.1excl.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃʲ|i#|꜒|kʰˤ|-
[not.Q.1incl.1excl.3.cl.4.POS.passive.indicative.PAST] => |ᵑǀʼˠ|a|꜖|ʋˤ|-
[not.Q.1incl.1excl.3.cl.4.POS.passive.imperative.PRES] => |ᵏǃʰʲ|ᵊ|꜖꜒|pʼʲ|-
[not.Q.1incl.1excl.3.cl.4.POS.passive.imperative.PAST] => |ɴʲ|ʉ|꜖꜒|ʜˠ|-
[not.Q.1incl.1excl.3.cl.4.POS.passive.conditional.PRES] => |ɗʷ|i|꜒꜖|ʋˤ|-
[not.Q.1incl.1excl.3.cl.4.POS.passive.conditional.PAST] => |n̥ˤ|u#ː|꜖|kˠ|-
[not.Q.1incl.1excl.3.cl.4.POS.passive.optative.PRES] => |ʈʰʲ|a|꜒꜖|ɰˠ|-
[not.Q.1incl.1excl.3.cl.4.POS.passive.optative.PAST] => |m̥ʲ|i|꜖꜒|t͡ʂʲ|-
[not.Q.1incl.2.1incl.NEG.active.indicative.PRES] => |ʛˠ|iː|꜖꜒|qˠ|-
[not.Q.1incl.2.1incl.NEG.active.indicative.PAST] => |t͡sˠ|i#ː|̰꜒|mˤ|-
[not.Q.1incl.2.1incl.NEG.active.imperative.PRES] => |tʰˠ|u|̰꜖|ɹˤ|-
[not.Q.1incl.2.1incl.NEG.active.imperative.PAST] => |tɬʲ|ʉ#|꜖꜒|ʡʲ|-
[not.Q.1incl.2.1incl.NEG.active.conditional.PRES] => |pʰˤ|i|꜒|qˤ|-
[not.Q.1incl.2.1incl.NEG.active.conditional.PAST] => |ɳʲ|iː|̰꜒|ɴʷ|-
[not.Q.1incl.2.1incl.NEG.active.optative.PRES] => |ʋˠ|ʉ|꜖|ŋʷ|-
[not.Q.1incl.2.1incl.NEG.active.optative.PAST] => |kʼˠ|a|꜒|ŋˠ|-
[not.Q.1incl.2.1incl.NEG.passive.indicative.PRES] => |hpʲ|uː|̰꜖|ŋˤ|-
[not.Q.1incl.2.1incl.NEG.passive.indicative.PAST] => |ʜʲ|a#ː|̰꜒|ɹʲ|-
[not.Q.1incl.2.1incl.NEG.passive.imperative.PRES] => |hkˠ|aː|̰꜖|ʡʲ|-
[not.Q.1incl.2.1incl.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|a|꜖꜒|ɾˠ|-
[not.Q.1incl.2.1incl.NEG.passive.conditional.PRES] => |ᵑǃʼʲ|iː|̰꜒|tʼˠ|-
[not.Q.1incl.2.1incl.NEG.passive.conditional.PAST] => |nˤ|aː|̰꜖|ɠʲ|-
[not.Q.1incl.2.1incl.NEG.passive.optative.PRES] => |ɹˤ|a#|꜖|qʼʷ|-
[not.Q.1incl.2.1incl.NEG.passive.optative.PAST] => |m̥ˠ|u|꜖|tˤ|-
[not.Q.1incl.2.1incl.POS.active.indicative.PRES] => |ʋʲ|uː|꜒꜖|ŋ̥ʷ|-
[not.Q.1incl.2.1incl.POS.active.indicative.PAST] => |ᵑǁʲ|u#ː|̰꜒|nˤ|-
[not.Q.1incl.2.1incl.POS.active.imperative.PRES] => |wˠ|u|꜒꜖|tɬʲ|-
[not.Q.1incl.2.1incl.POS.active.imperative.PAST] => |sˠ|ʉ|̰꜒|n̥ˤ|-
[not.Q.1incl.2.1incl.POS.active.conditional.PRES] => |ɾˤ|i|꜖|ʛʲ|-
[not.Q.1incl.2.1incl.POS.active.conditional.PAST] => |ᵏǀʰʲ|ᵊ|꜒꜖|ŋʷ|-
[not.Q.1incl.2.1incl.POS.active.optative.PRES] => |pʰˠ|ʉ#ː|꜖|qʼˤ|-
[not.Q.1incl.2.1incl.POS.active.optative.PAST] => |ᵏǃʼʲ|aː|꜖|m̥ʲ|-
[not.Q.1incl.2.1incl.POS.passive.indicative.PRES] => |ᵏǀʼʷ|ʉː|̰꜖|kʼʷ|-
[not.Q.1incl.2.1incl.POS.passive.indicative.PAST] => |ʔ|uː|꜖꜒|ʂˠ|-
[not.Q.1incl.2.1incl.POS.passive.imperative.PRES] => |ᵑǃˠ|i|꜖꜒|ʂʲ|-
[not.Q.1incl.2.1incl.POS.passive.imperative.PAST] => |ʈʰʲ|ᵊ|꜖|qʼʷ|-
[not.Q.1incl.2.1incl.POS.passive.conditional.PRES] => |ᵑǃʼʷ|a|꜖|qʼʷ|-
[not.Q.1incl.2.1incl.POS.passive.conditional.PAST] => |pˤ|i#ː|̰꜒|t͡ʂˠ|-
[not.Q.1incl.2.1incl.POS.passive.optative.PRES] => |rʷ|a|꜖|pʼˠ|-
[not.Q.1incl.2.1incl.POS.passive.optative.PAST] => |ʈʰˠ|ᵊ|̰꜒|hʈʲ|-
[not.Q.1incl.2.1excl.NEG.active.indicative.PRES] => |ᵑǁʼˠ|aː|꜖|t͡ʂʲ|-
[not.Q.1incl.2.1excl.NEG.active.indicative.PAST] => |ᵑǀʷ|ʉ|꜒|ɰʷ|-
[not.Q.1incl.2.1excl.NEG.active.imperative.PRES] => |ɗˤ|u#|꜖꜒|kʼʲ|-
[not.Q.1incl.2.1excl.NEG.active.imperative.PAST] => |sˠ|ᵊ|̰꜒|ɥʲ|-
[not.Q.1incl.2.1excl.NEG.active.conditional.PRES] => |ɥʲ|ʉ#|꜖꜒|ɽʲ|-
[not.Q.1incl.2.1excl.NEG.active.conditional.PAST] => |ɓˠ|i|̰꜒|kʲ|-
[not.Q.1incl.2.1excl.NEG.active.optative.PRES] => |ɴˠ|ʉ|꜖|tʰˠ|-
[not.Q.1incl.2.1excl.NEG.active.optative.PAST] => |ɠʷ|i|꜒|ʂˠ|-
[not.Q.1incl.2.1excl.NEG.passive.indicative.PRES] => |qʼʲ|u#ː|꜒|n̥ʷ|-
[not.Q.1incl.2.1excl.NEG.passive.indicative.PAST] => |ɰʲ|u#ː|꜖꜒|ɓʲ|-
[not.Q.1incl.2.1excl.NEG.passive.imperative.PRES] => |ɾʷ|a|̰꜒|ɻˠ|-
[not.Q.1incl.2.1excl.NEG.passive.imperative.PAST] => |ᵏǀʰˤ|ᵊ|꜖꜒|ʄʲ|-
[not.Q.1incl.2.1excl.NEG.passive.conditional.PRES] => |nˤ|ᵊ|̰꜖|ɹˠ|-
[not.Q.1incl.2.1excl.NEG.passive.conditional.PAST] => |ŋ̥ʷ|ᵊ|̰꜒|ɰˠ|-
[not.Q.1incl.2.1excl.NEG.passive.optative.PRES] => |t͡sˠ|ʉː|꜒|d͡ʐˠ|-
[not.Q.1incl.2.1excl.NEG.passive.optative.PAST] => |tʰˤ|a#ː|꜒꜖|htˠ|-
[not.Q.1incl.2.1excl.POS.active.indicative.PRES] => |t͡ʃ|aː|꜖꜒|nˠ|-
[not.Q.1incl.2.1excl.POS.active.indicative.PAST] => |qˤ|ᵊ|꜒|d͡ʐˠ|-
[not.Q.1incl.2.1excl.POS.active.imperative.PRES] => |ᵑǁʼʲ|ᵊ|꜖꜒|ɴʷ|-
[not.Q.1incl.2.1excl.POS.active.imperative.PAST] => |tʷ|i|̰꜒|r̥ˤ|-
[not.Q.1incl.2.1excl.POS.active.conditional.PRES] => |ɹˤ|ᵊ|꜖꜒|wˤ|-
[not.Q.1incl.2.1excl.POS.active.conditional.PAST] => |tʰˤ|ʉː|̰꜖|ɻʲ|-
[not.Q.1incl.2.1excl.POS.active.optative.PRES] => |qʼˠ|ʉ#ː|̰꜒|lʲ|-
[not.Q.1incl.2.1excl.POS.active.optative.PAST] => |ʜˠ|u#|̰꜖|ɗˠ|-
[not.Q.1incl.2.1excl.POS.passive.indicative.PRES] => |ᵑǀʼˠ|aː|̰꜒|n̥ˠ|-
[not.Q.1incl.2.1excl.POS.passive.indicative.PAST] => |ɠˠ|a|̰꜒|rˤ|-
[not.Q.1incl.2.1excl.POS.passive.imperative.PRES] => |ɓˠ|a|̰꜖|ʈʼˠ|-
[not.Q.1incl.2.1excl.POS.passive.imperative.PAST] => |ʋˠ|ʉː|꜒|tʼʲ|-
[not.Q.1incl.2.1excl.POS.passive.conditional.PRES] => |pˠ|iː|꜒꜖|ɰˠ|-
[not.Q.1incl.2.1excl.POS.passive.conditional.PAST] => |nˤ|i|꜒꜖|ʈˠ|-
[not.Q.1incl.2.1excl.POS.passive.optative.PRES] => |ʛˠ|ᵊ|꜒꜖|n̥ˠ|-
[not.Q.1incl.2.1excl.POS.passive.optative.PAST] => |n̥ˠ|a|꜒|ɥˤ|-
[not.Q.1incl.2.2.NEG.active.indicative.PRES] => |kʼʲ|ʉː|꜒꜖|tʲ|-
[not.Q.1incl.2.2.NEG.active.indicative.PAST] => |ʛʲ|ʉ#|̰꜖|ŋ̥ʷ|-
[not.Q.1incl.2.2.NEG.active.imperative.PRES] => |ɻˠ|ʉ#ː|꜒|j|-
[not.Q.1incl.2.2.NEG.active.imperative.PAST] => |ᵑǃʼˠ|i|꜖꜒|pʼˤ|-
[not.Q.1incl.2.2.NEG.active.conditional.PRES] => |kʰˤ|u#|̰꜒|ɾˤ|-
[not.Q.1incl.2.2.NEG.active.conditional.PAST] => |ɗˠ|u|̰꜖|nˤ|-
[not.Q.1incl.2.2.NEG.active.optative.PRES] => |qʼˤ|a|꜒꜖|kʼˤ|-
[not.Q.1incl.2.2.NEG.active.optative.PAST] => |ɥʲ|i#|꜒|htˠ|-
[not.Q.1incl.2.2.NEG.passive.indicative.PRES] => |ɓˤ|a|̰꜒|ʛʷ|-
[not.Q.1incl.2.2.NEG.passive.indicative.PAST] => |ᵏǀʲ|ᵊ|̰꜖|ɽˠ|-
[not.Q.1incl.2.2.NEG.passive.imperative.PRES] => |htʲ|ᵊ|꜖꜒|ɹˤ|-
[not.Q.1incl.2.2.NEG.passive.imperative.PAST] => |ʜˠ|a#|꜖|pˠ|-
[not.Q.1incl.2.2.NEG.passive.conditional.PRES] => |t͡ʃ|aː|꜖|ɗʷ|-
[not.Q.1incl.2.2.NEG.passive.conditional.PAST] => |pˠ|i#|꜖|tˤ|-
[not.Q.1incl.2.2.NEG.passive.optative.PRES] => |mˠ|a#|̰꜖|hpˠ|-
[not.Q.1incl.2.2.NEG.passive.optative.PAST] => |ᵑǃʲ|aː|̰꜒|ŋ̥ʲ|-
[not.Q.1incl.2.2.POS.active.indicative.PRES] => |ʄʲ|u|꜖|ŋʷ|-
[not.Q.1incl.2.2.POS.active.indicative.PAST] => |ᵏǀʰˤ|u#ː|꜒꜖|tˠ|-
[not.Q.1incl.2.2.POS.active.imperative.PRES] => |ʜˠ|u#ː|꜒꜖|rˠ|-
[not.Q.1incl.2.2.POS.active.imperative.PAST] => |n̥ˠ|ʉ|꜖꜒|hpˠ|-
[not.Q.1incl.2.2.POS.active.conditional.PRES] => |ᵏǀʰˤ|i|꜖꜒|tʼʷ|-
[not.Q.1incl.2.2.POS.active.conditional.PAST] => |tʲ|a#|꜖|ʜʲ|-
[not.Q.1incl.2.2.POS.active.optative.PRES] => |m̥ʲ|ʉ#|꜖꜒|m̥ˠ|-
[not.Q.1incl.2.2.POS.active.optative.PAST] => |ᵏǁʲ|i|̰꜖|tˤ|-
[not.Q.1incl.2.2.POS.passive.indicative.PRES] => |htʷ|a|꜖|pˤ|-
[not.Q.1incl.2.2.POS.passive.indicative.PAST] => |qˤ|ᵊ|꜖|tʰˠ|-
[not.Q.1incl.2.2.POS.passive.imperative.PRES] => |ʃʲ|i#|꜒|ʈʼʲ|-
[not.Q.1incl.2.2.POS.passive.imperative.PAST] => |ᵑǁʼʲ|iː|꜒꜖|tʲ|-
[not.Q.1incl.2.2.POS.passive.conditional.PRES] => |qʼˠ|ᵊ|꜒꜖|ɓˠ|-
[not.Q.1incl.2.2.POS.passive.conditional.PAST] => |ᵏǀʰʷ|a|꜒꜖|t͡sʲ|-
[not.Q.1incl.2.2.POS.passive.optative.PRES] => |tʼʲ|i|̰꜒|ɠʷ|-
[not.Q.1incl.2.2.POS.passive.optative.PAST] => |d͡ʐˠ|a|̰꜒|ɗʷ|-
[not.Q.1incl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀˤ|iː|̰꜖|ɰʷ|-
[not.Q.1incl.2.3.cl.1.NEG.active.indicative.PAST] => |ᵏǁʼʲ|i|꜖|pˠ|-
[not.Q.1incl.2.3.cl.1.NEG.active.imperative.PRES] => |ɳʲ|u#|꜒|qˠ|-
[not.Q.1incl.2.3.cl.1.NEG.active.imperative.PAST] => |tʰʷ|ᵊ|꜒|ɾˤ|-
[not.Q.1incl.2.3.cl.1.NEG.active.conditional.PRES] => |ŋˠ|ʉ|꜒|ɥʲ|-
[not.Q.1incl.2.3.cl.1.NEG.active.conditional.PAST] => |ᵑǀʼˤ|aː|̰꜖|ɾˤ|-
[not.Q.1incl.2.3.cl.1.NEG.active.optative.PRES] => |pˠ|a#|̰꜖|mʲ|-
[not.Q.1incl.2.3.cl.1.NEG.active.optative.PAST] => |pʼˠ|ʉ|꜖꜒|n̥ˠ|-
[not.Q.1incl.2.3.cl.1.NEG.passive.indicative.PRES] => |wˠ|ʉ|̰꜖|tʷ|-
[not.Q.1incl.2.3.cl.1.NEG.passive.indicative.PAST] => |ɭˠ|i|̰꜒|pʰˠ|-
[not.Q.1incl.2.3.cl.1.NEG.passive.imperative.PRES] => |wʲ|i|꜖|mʲ|-
[not.Q.1incl.2.3.cl.1.NEG.passive.imperative.PAST] => |qʲ|ʉː|̰꜖|t͡sʷ|-
[not.Q.1incl.2.3.cl.1.NEG.passive.conditional.PRES] => |ʂʲ|ʉ|̰꜖|ɳʲ|-
[not.Q.1incl.2.3.cl.1.NEG.passive.conditional.PAST] => |rʷ|a|̰꜒|ɴˤ|-
[not.Q.1incl.2.3.cl.1.NEG.passive.optative.PRES] => |sˠ|a|̰꜖|ɭʲ|-
[not.Q.1incl.2.3.cl.1.NEG.passive.optative.PAST] => |ʈʰʲ|a|꜖|ɠˤ|-
[not.Q.1incl.2.3.cl.1.POS.active.indicative.PRES] => |ɳʲ|i|꜒꜖|ɹˠ|-
[not.Q.1incl.2.3.cl.1.POS.active.indicative.PAST] => |ᵑǀʼˠ|u|꜖꜒|rʲ|-
[not.Q.1incl.2.3.cl.1.POS.active.imperative.PRES] => |mʲ|i|̰꜒|ʔ|-
[not.Q.1incl.2.3.cl.1.POS.active.imperative.PAST] => |ʈˠ|ʉ#ː|꜒꜖|ɠˤ|-
[not.Q.1incl.2.3.cl.1.POS.active.conditional.PRES] => |hkˤ|aː|꜒꜖|t͡sˤ|-
[not.Q.1incl.2.3.cl.1.POS.active.conditional.PAST] => |ɭʲ|a#|꜖|ɓˤ|-
[not.Q.1incl.2.3.cl.1.POS.active.optative.PRES] => |ʋˠ|a|̰꜖|t͡sʷ|-
[not.Q.1incl.2.3.cl.1.POS.active.optative.PAST] => |ɓˠ|ᵊ|꜒꜖|rʲ|-
[not.Q.1incl.2.3.cl.1.POS.passive.indicative.PRES] => |nˤ|u|꜒|ɳ̥ˠ|-
[not.Q.1incl.2.3.cl.1.POS.passive.indicative.PAST] => |ᵏǁˠ|i|̰꜒|ɗˤ|-
[not.Q.1incl.2.3.cl.1.POS.passive.imperative.PRES] => |ᵏǁʼʲ|aː|꜒|sʲ|-
[not.Q.1incl.2.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʰˤ|aː|̰꜒|nˤ|-
[not.Q.1incl.2.3.cl.1.POS.passive.conditional.PRES] => |wˤ|ᵊ|꜒|r̥ʲ|-
[not.Q.1incl.2.3.cl.1.POS.passive.conditional.PAST] => |qʼˤ|i#ː|꜖|ɠˤ|-
[not.Q.1incl.2.3.cl.1.POS.passive.optative.PRES] => |htˠ|aː|꜖|t͡ʂʲ|-
[not.Q.1incl.2.3.cl.1.POS.passive.optative.PAST] => |ʄʲ|aː|̰꜒|hkʲ|-
[not.Q.1incl.2.3.cl.2.NEG.active.indicative.PRES] => |ʈʰʲ|i#|꜒|n̥ʷ|-
[not.Q.1incl.2.3.cl.2.NEG.active.indicative.PAST] => |ʃʲ|a#|̰꜖|ɾʲ|-
[not.Q.1incl.2.3.cl.2.NEG.active.imperative.PRES] => |ᵑǃʷ|i|̰꜒|hʈʲ|-
[not.Q.1incl.2.3.cl.2.NEG.active.imperative.PAST] => |rˤ|ᵊ|꜒꜖|kʼʲ|-
[not.Q.1incl.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǀʰˤ|i#|̰꜖|nˠ|-
[not.Q.1incl.2.3.cl.2.NEG.active.conditional.PAST] => |ɳ̥ˠ|a#|̰꜒|ŋˠ|-
[not.Q.1incl.2.3.cl.2.NEG.active.optative.PRES] => |htʲ|ʉ#|̰꜒|qˤ|-
[not.Q.1incl.2.3.cl.2.NEG.active.optative.PAST] => |mˤ|iː|꜒|ɴˠ|-
[not.Q.1incl.2.3.cl.2.NEG.passive.indicative.PRES] => |ɥˤ|u|꜒|qʷ|-
[not.Q.1incl.2.3.cl.2.NEG.passive.indicative.PAST] => |ɳʲ|u|̰꜒|wˠ|-
[not.Q.1incl.2.3.cl.2.NEG.passive.imperative.PRES] => |hʈˠ|a|̰꜖|kʼʷ|-
[not.Q.1incl.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃˤ|ʉː|꜖꜒|tʼˤ|-
[not.Q.1incl.2.3.cl.2.NEG.passive.conditional.PRES] => |t͡ʂʲ|a|꜖|tʰˤ|-
[not.Q.1incl.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǃʷ|a#ː|꜒꜖|t͡sˤ|-
[not.Q.1incl.2.3.cl.2.NEG.passive.optative.PRES] => |ʃˠ|a|꜖꜒|pʼʲ|-
[not.Q.1incl.2.3.cl.2.NEG.passive.optative.PAST] => |ʂʲ|aː|꜒꜖|ɹˤ|-
[not.Q.1incl.2.3.cl.2.POS.active.indicative.PRES] => |ʈˠ|ʉ#ː|꜒꜖|d͡ʐʲ|-
[not.Q.1incl.2.3.cl.2.POS.active.indicative.PAST] => |ɹʷ|i|꜖꜒|ʜʲ|-
[not.Q.1incl.2.3.cl.2.POS.active.imperative.PRES] => |ɰˤ|i|꜒|t͡sʷ|-
[not.Q.1incl.2.3.cl.2.POS.active.imperative.PAST] => |t͡ʂʲ|a|꜖꜒|nˠ|-
[not.Q.1incl.2.3.cl.2.POS.active.conditional.PRES] => |ʛʲ|ᵊ|꜒|qʼʷ|-
[not.Q.1incl.2.3.cl.2.POS.active.conditional.PAST] => |tˠ|ᵊ|̰꜒|lʲ|-
[not.Q.1incl.2.3.cl.2.POS.active.optative.PRES] => |ᵏǁʲ|i#|̰꜒|pʰʲ|-
[not.Q.1incl.2.3.cl.2.POS.active.optative.PAST] => |ᵏǀˠ|a|̰꜒|ŋ̥ʲ|-
[not.Q.1incl.2.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʰʷ|a#ː|꜒꜖|j|-
[not.Q.1incl.2.3.cl.2.POS.passive.indicative.PAST] => |ᵑǀˠ|u|̰꜒|hʈʲ|-
[not.Q.1incl.2.3.cl.2.POS.passive.imperative.PRES] => |ɗʷ|a|꜖꜒|t͡ʂˠ|-
[not.Q.1incl.2.3.cl.2.POS.passive.imperative.PAST] => |qʼˤ|ʉ|̰꜖|pʰˠ|-
[not.Q.1incl.2.3.cl.2.POS.passive.conditional.PRES] => |ᵏǃʼʲ|iː|꜖꜒|qʷ|-
[not.Q.1incl.2.3.cl.2.POS.passive.conditional.PAST] => |pˠ|i|꜒꜖|mˠ|-
[not.Q.1incl.2.3.cl.2.POS.passive.optative.PRES] => |ɓˠ|ʉ#ː|꜖|ʄʲ|-
[not.Q.1incl.2.3.cl.2.POS.passive.optative.PAST] => |t͡sˠ|ʉ#|꜖|tʼʷ|-
[not.Q.1incl.2.3.cl.3.NEG.active.indicative.PRES] => |kʰˤ|a|̰꜖|nˠ|-
[not.Q.1incl.2.3.cl.3.NEG.active.indicative.PAST] => |ŋ̥ʷ|ᵊ|꜒꜖|ɰˤ|-
[not.Q.1incl.2.3.cl.3.NEG.active.imperative.PRES] => |ʛˠ|a|꜒꜖|ŋ̥ʷ|-
[not.Q.1incl.2.3.cl.3.NEG.active.imperative.PAST] => |ʛˤ|ʉ|̰꜒|t͡sˠ|-
[not.Q.1incl.2.3.cl.3.NEG.active.conditional.PRES] => |sˠ|ᵊ|꜖|d͡ʐʲ|-
[not.Q.1incl.2.3.cl.3.NEG.active.conditional.PAST] => |pʰʲ|iː|̰꜖|qʼʷ|-
[not.Q.1incl.2.3.cl.3.NEG.active.optative.PRES] => |t͡sˠ|i#ː|꜒꜖|hkʷ|-
[not.Q.1incl.2.3.cl.3.NEG.active.optative.PAST] => |n̥ˤ|i|꜖|ɴˤ|-
[not.Q.1incl.2.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǁʲ|ᵊ|꜒꜖|rˠ|-
[not.Q.1incl.2.3.cl.3.NEG.passive.indicative.PAST] => |ʂˠ|uː|̰꜖|ɻˠ|-
[not.Q.1incl.2.3.cl.3.NEG.passive.imperative.PRES] => |ŋ̥ʲ|aː|꜒꜖|tʲ|-
[not.Q.1incl.2.3.cl.3.NEG.passive.imperative.PAST] => |ɴˠ|a|꜒|ɾˤ|-
[not.Q.1incl.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀˠ|ʉ#ː|꜖꜒|qʼʷ|-
[not.Q.1incl.2.3.cl.3.NEG.passive.conditional.PAST] => |ŋ̥ˤ|ʉ|꜒꜖|hkˤ|-
[not.Q.1incl.2.3.cl.3.NEG.passive.optative.PRES] => |n̥ʲ|a#|꜖꜒|htˤ|-
[not.Q.1incl.2.3.cl.3.NEG.passive.optative.PAST] => |kʷ|ʉ|꜖|ɳ̥ʲ|-
[not.Q.1incl.2.3.cl.3.POS.active.indicative.PRES] => |ʈʲ|ʉ|꜒|rʲ|-
[not.Q.1incl.2.3.cl.3.POS.active.indicative.PAST] => |ᵏǃʰʲ|iː|꜖|ʂʲ|-
[not.Q.1incl.2.3.cl.3.POS.active.imperative.PRES] => |kʷ|a|̰꜖|wˠ|-
[not.Q.1incl.2.3.cl.3.POS.active.imperative.PAST] => |nˠ|ʉ|̰꜒|t͡ʂʲ|-
[not.Q.1incl.2.3.cl.3.POS.active.conditional.PRES] => |ʛʷ|i|꜒|pʰʲ|-
[not.Q.1incl.2.3.cl.3.POS.active.conditional.PAST] => |rˤ|u#|꜖|n̥ʲ|-
[not.Q.1incl.2.3.cl.3.POS.active.optative.PRES] => |n̥ʷ|ʉ#ː|̰꜖|ɗˤ|-
[not.Q.1incl.2.3.cl.3.POS.active.optative.PAST] => |ᵏǀʼˤ|ᵊ|꜖|qˤ|-
[not.Q.1incl.2.3.cl.3.POS.passive.indicative.PRES] => |ʛˤ|ʉ#|̰꜖|qʼˤ|-
[not.Q.1incl.2.3.cl.3.POS.passive.indicative.PAST] => |d͡ʐˠ|ᵊ|̰꜒|t͡ʂˠ|-
[not.Q.1incl.2.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃʰˤ|u#ː|꜒|ɽˠ|-
[not.Q.1incl.2.3.cl.3.POS.passive.imperative.PAST] => |wʲ|u|꜖|ʜʲ|-
[not.Q.1incl.2.3.cl.3.POS.passive.conditional.PRES] => |rʲ|u#|꜖꜒|ɥˤ|-
[not.Q.1incl.2.3.cl.3.POS.passive.conditional.PAST] => |hpʲ|uː|꜖꜒|ɹˤ|-
[not.Q.1incl.2.3.cl.3.POS.passive.optative.PRES] => |ʋˤ|ʉ#|꜒꜖|ɹʷ|-
[not.Q.1incl.2.3.cl.3.POS.passive.optative.PAST] => |ɹˠ|u#|̰꜖|ʄˠ|-
[not.Q.1incl.2.3.cl.4.NEG.active.indicative.PRES] => |ᵏǀʲ|a|꜖|ɓˠ|-
[not.Q.1incl.2.3.cl.4.NEG.active.indicative.PAST] => |ɳ̥ˠ|uː|꜖|ɾˠ|-
[not.Q.1incl.2.3.cl.4.NEG.active.imperative.PRES] => |ʔ|a|꜖꜒|ɠʲ|-
[not.Q.1incl.2.3.cl.4.NEG.active.imperative.PAST] => |ʡˠ|i|̰꜒|lʲ|-
[not.Q.1incl.2.3.cl.4.NEG.active.conditional.PRES] => |ɠʷ|a|꜒꜖|sˠ|-
[not.Q.1incl.2.3.cl.4.NEG.active.conditional.PAST] => |ʂʲ|iː|꜖|kʼˤ|-
[not.Q.1incl.2.3.cl.4.NEG.active.optative.PRES] => |ᵏǃʰˠ|iː|꜒꜖|ʡʲ|-
[not.Q.1incl.2.3.cl.4.NEG.active.optative.PAST] => |ʃʲ|uː|꜖|tʰʷ|-
[not.Q.1incl.2.3.cl.4.NEG.passive.indicative.PRES] => |ʄˠ|u|꜒|ɭˠ|-
[not.Q.1incl.2.3.cl.4.NEG.passive.indicative.PAST] => |nʷ|ᵊ|꜒꜖|wʲ|-
[not.Q.1incl.2.3.cl.4.NEG.passive.imperative.PRES] => |ɻˠ|i|꜒꜖|kʰˠ|-
[not.Q.1incl.2.3.cl.4.NEG.passive.imperative.PAST] => |hʈˠ|a|꜖꜒|rʲ|-
[not.Q.1incl.2.3.cl.4.NEG.passive.conditional.PRES] => |ɳʲ|ʉ|̰꜖|ʄˠ|-
[not.Q.1incl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃʼˠ|ʉ|꜖꜒|nʷ|-
[not.Q.1incl.2.3.cl.4.NEG.passive.optative.PRES] => |pʼʲ|a#ː|꜖꜒|ɓʲ|-
[not.Q.1incl.2.3.cl.4.NEG.passive.optative.PAST] => |t͡ʂʲ|i|꜒|rˠ|-
[not.Q.1incl.2.3.cl.4.POS.active.indicative.PRES] => |kʰʲ|ʉ|꜒꜖|qʼʲ|-
[not.Q.1incl.2.3.cl.4.POS.active.indicative.PAST] => |ʋʲ|ʉ|꜖꜒|wʲ|-
[not.Q.1incl.2.3.cl.4.POS.active.imperative.PRES] => |kʰʷ|a|̰꜒|ɴˤ|-
[not.Q.1incl.2.3.cl.4.POS.active.imperative.PAST] => |ʈʼˠ|i|̰꜖|ŋˠ|-
[not.Q.1incl.2.3.cl.4.POS.active.conditional.PRES] => |ʂʲ|ᵊ|꜒꜖|kʼˤ|-
[not.Q.1incl.2.3.cl.4.POS.active.conditional.PAST] => |ᵏǀˤ|ʉː|̰꜒|pʰˠ|-
[not.Q.1incl.2.3.cl.4.POS.active.optative.PRES] => |mʲ|i|꜒|ɴˠ|-
[not.Q.1incl.2.3.cl.4.POS.active.optative.PAST] => |ɥʲ|a|̰꜒|kˠ|-
[not.Q.1incl.2.3.cl.4.POS.passive.indicative.PRES] => |ʈʼˠ|u#|̰꜖|ʃʲ|-
[not.Q.1incl.2.3.cl.4.POS.passive.indicative.PAST] => |ʡˠ|ʉ|̰꜒|m̥ʲ|-
[not.Q.1incl.2.3.cl.4.POS.passive.imperative.PRES] => |ᵑǀʼʷ|i|̰꜖|kʰˤ|-
[not.Q.1incl.2.3.cl.4.POS.passive.imperative.PAST] => |lˠ|ʉ|꜖|t͡sʲ|-
[not.Q.1incl.2.3.cl.4.POS.passive.conditional.PRES] => |d͡ʐˠ|ʉ#|̰꜒|kˤ|-
[not.Q.1incl.2.3.cl.4.POS.passive.conditional.PAST] => |ɓʲ|iː|̰꜒|tʲ|-
[not.Q.1incl.2.3.cl.4.POS.passive.optative.PRES] => |nʷ|i|꜒꜖|ɠˠ|-
[not.Q.1incl.2.3.cl.4.POS.passive.optative.PAST] => |hpˠ|i|꜖꜒|htʲ|-
[not.Q.1incl.3.cl.1.1incl.NEG.active.indicative.PRES] => |ᵑǃˠ|i|꜒꜖|ʄʲ|-
[not.Q.1incl.3.cl.1.1incl.NEG.active.indicative.PAST] => |ᵏǃʰˠ|i|꜒|pʼˠ|-
[not.Q.1incl.3.cl.1.1incl.NEG.active.imperative.PRES] => |tʰʲ|ʉ|̰꜒|qʷ|-
[not.Q.1incl.3.cl.1.1incl.NEG.active.imperative.PAST] => |ʃʲ|ʉː|̰꜖|ʋˠ|-
[not.Q.1incl.3.cl.1.1incl.NEG.active.conditional.PRES] => |ɾʷ|ᵊ|̰꜒|ʈʲ|-
[not.Q.1incl.3.cl.1.1incl.NEG.active.conditional.PAST] => |sʷ|ʉ|꜖|ɽʲ|-
[not.Q.1incl.3.cl.1.1incl.NEG.active.optative.PRES] => |ŋ̥ˤ|i|̰꜖|ɾʷ|-
[not.Q.1incl.3.cl.1.1incl.NEG.active.optative.PAST] => |tʲ|a|꜖꜒|ɻˠ|-
[not.Q.1incl.3.cl.1.1incl.NEG.passive.indicative.PRES] => |hpʲ|ʉ|꜖꜒|t͡sˤ|-
[not.Q.1incl.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ʈʰʲ|i|꜒|ʈʰʲ|-
[not.Q.1incl.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ŋˠ|ʉ|꜖꜒|mˠ|-
[not.Q.1incl.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ɠˠ|ᵊ|꜖|sˠ|-
[not.Q.1incl.3.cl.1.1incl.NEG.passive.conditional.PRES] => |ʄʲ|aː|̰꜖|m̥ʲ|-
[not.Q.1incl.3.cl.1.1incl.NEG.passive.conditional.PAST] => |r̥ʲ|iː|꜖|pʼˠ|-
[not.Q.1incl.3.cl.1.1incl.NEG.passive.optative.PRES] => |ɾʲ|aː|̰꜒|n̥ˤ|-
[not.Q.1incl.3.cl.1.1incl.NEG.passive.optative.PAST] => |ᵏǃˠ|u|꜖|m̥ˤ|-
[not.Q.1incl.3.cl.1.1incl.POS.active.indicative.PRES] => |ɹˠ|aː|꜒|kʷ|-
[not.Q.1incl.3.cl.1.1incl.POS.active.indicative.PAST] => |tʼˠ|a#ː|̰꜒|kʼʲ|-
[not.Q.1incl.3.cl.1.1incl.POS.active.imperative.PRES] => |tˤ|u|꜒|tˤ|-
[not.Q.1incl.3.cl.1.1incl.POS.active.imperative.PAST] => |tʼʲ|aː|꜒|ɹʲ|-
[not.Q.1incl.3.cl.1.1incl.POS.active.conditional.PRES] => |ɠʷ|ᵊ|̰꜖|kʰʲ|-
[not.Q.1incl.3.cl.1.1incl.POS.active.conditional.PAST] => |ᵏǀˤ|u#|꜒꜖|ɳ̥ˠ|-
[not.Q.1incl.3.cl.1.1incl.POS.active.optative.PRES] => |ᵑǃʼˤ|ʉ#|꜖|kʲ|-
[not.Q.1incl.3.cl.1.1incl.POS.active.optative.PAST] => |ʋˤ|i|꜒꜖|r̥ʲ|-
[not.Q.1incl.3.cl.1.1incl.POS.passive.indicative.PRES] => |t͡sˠ|ᵊ|꜒|ɠˤ|-
[not.Q.1incl.3.cl.1.1incl.POS.passive.indicative.PAST] => |pˤ|ʉː|̰꜒|r̥ʷ|-
[not.Q.1incl.3.cl.1.1incl.POS.passive.imperative.PRES] => |ʋˤ|i|꜖꜒|ɭˠ|-
[not.Q.1incl.3.cl.1.1incl.POS.passive.imperative.PAST] => |pʲ|a|꜒|mʲ|-
[not.Q.1incl.3.cl.1.1incl.POS.passive.conditional.PRES] => |ᵏǀʰʷ|i#ː|꜖|nʲ|-
[not.Q.1incl.3.cl.1.1incl.POS.passive.conditional.PAST] => |htˤ|ᵊ|꜒|qˤ|-
[not.Q.1incl.3.cl.1.1incl.POS.passive.optative.PRES] => |ɓˤ|u#|꜒꜖|pʲ|-
[not.Q.1incl.3.cl.1.1incl.POS.passive.optative.PAST] => |t͡ʂʲ|uː|̰꜒|kʼʷ|-
[not.Q.1incl.3.cl.1.1excl.NEG.active.indicative.PRES] => |ᵏǀʼˠ|i|꜖꜒|rˠ|-
[not.Q.1incl.3.cl.1.1excl.NEG.active.indicative.PAST] => |ᵏǃʼˤ|ᵊ|꜖꜒|ɾˤ|-
[not.Q.1incl.3.cl.1.1excl.NEG.active.imperative.PRES] => |ɥʲ|aː|꜒|n̥ˤ|-
[not.Q.1incl.3.cl.1.1excl.NEG.active.imperative.PAST] => |r̥ˠ|i|꜖꜒|ɠʷ|-
[not.Q.1incl.3.cl.1.1excl.NEG.active.conditional.PRES] => |qʼˠ|u|̰꜖|qʼˠ|-
[not.Q.1incl.3.cl.1.1excl.NEG.active.conditional.PAST] => |ʛˤ|ʉ|꜒꜖|sʲ|-
[not.Q.1incl.3.cl.1.1excl.NEG.active.optative.PRES] => |d͡ʐˠ|i|̰꜖|ɓʲ|-
[not.Q.1incl.3.cl.1.1excl.NEG.active.optative.PAST] => |ᵏǃʲ|uː|꜒|ɴʲ|-
[not.Q.1incl.3.cl.1.1excl.NEG.passive.indicative.PRES] => |ɰˠ|i|꜖|ɥˤ|-
[not.Q.1incl.3.cl.1.1excl.NEG.passive.indicative.PAST] => |lʲ|i|꜒|ɗˤ|-
[not.Q.1incl.3.cl.1.1excl.NEG.passive.imperative.PRES] => |tʰʲ|a|̰꜒|ŋʲ|-
[not.Q.1incl.3.cl.1.1excl.NEG.passive.imperative.PAST] => |rˤ|i|̰꜒|r̥ˠ|-
[not.Q.1incl.3.cl.1.1excl.NEG.passive.conditional.PRES] => |kʼˤ|a#ː|꜒|ɰʷ|-
[not.Q.1incl.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ᵏǀʼˠ|ᵊ|꜒꜖|ɴʷ|-
[not.Q.1incl.3.cl.1.1excl.NEG.passive.optative.PRES] => |mʲ|i|̰꜖|ŋ̥ʷ|-
[not.Q.1incl.3.cl.1.1excl.NEG.passive.optative.PAST] => |ᵑǃʼʲ|ʉ|꜒꜖|ɗʷ|-
[not.Q.1incl.3.cl.1.1excl.POS.active.indicative.PRES] => |ɓˠ|i|꜒|ʜʲ|-
[not.Q.1incl.3.cl.1.1excl.POS.active.indicative.PAST] => |qʼʷ|i#ː|꜖꜒|mˠ|-
[not.Q.1incl.3.cl.1.1excl.POS.active.imperative.PRES] => |pʼˤ|u|꜖|ʛʲ|-
[not.Q.1incl.3.cl.1.1excl.POS.active.imperative.PAST] => |tˠ|ᵊ|꜒꜖|tʰʷ|-
[not.Q.1incl.3.cl.1.1excl.POS.active.conditional.PRES] => |hʈʲ|ᵊ|꜒꜖|ɠʷ|-
[not.Q.1incl.3.cl.1.1excl.POS.active.conditional.PAST] => |ɹˤ|a|꜖꜒|qˠ|-
[not.Q.1incl.3.cl.1.1excl.POS.active.optative.PRES] => |mˤ|uː|꜖꜒|ʈˠ|-
[not.Q.1incl.3.cl.1.1excl.POS.active.optative.PAST] => |ᵏǃʼʲ|i|꜒|ɾˠ|-
[not.Q.1incl.3.cl.1.1excl.POS.passive.indicative.PRES] => |ᵏǁʼˠ|i|꜒|ʋˤ|-
[not.Q.1incl.3.cl.1.1excl.POS.passive.indicative.PAST] => |qʼʷ|iː|꜖꜒|ɥˤ|-
[not.Q.1incl.3.cl.1.1excl.POS.passive.imperative.PRES] => |kʰˠ|i|̰꜖|ʈʰʲ|-
[not.Q.1incl.3.cl.1.1excl.POS.passive.imperative.PAST] => |ɗˤ|i|꜒|ɗˤ|-
[not.Q.1incl.3.cl.1.1excl.POS.passive.conditional.PRES] => |ʋˤ|a|꜖|mˤ|-
[not.Q.1incl.3.cl.1.1excl.POS.passive.conditional.PAST] => |ŋ̥ʲ|i|̰꜒|sʲ|-
[not.Q.1incl.3.cl.1.1excl.POS.passive.optative.PRES] => |ᵏǁˠ|uː|꜖꜒|ʈʰˠ|-
[not.Q.1incl.3.cl.1.1excl.POS.passive.optative.PAST] => |pʲ|a|꜖꜒|pʼˠ|-
[not.Q.1incl.3.cl.1.2.NEG.active.indicative.PRES] => |ɗˤ|u#|꜒|ʈʼʲ|-
[not.Q.1incl.3.cl.1.2.NEG.active.indicative.PAST] => |t͡sʲ|aː|꜖꜒|pʼʲ|-
[not.Q.1incl.3.cl.1.2.NEG.active.imperative.PRES] => |ᵑǀʼʲ|ᵊ|꜖|d͡ʐˠ|-
[not.Q.1incl.3.cl.1.2.NEG.active.imperative.PAST] => |ɠʷ|i|꜒|ʡˠ|-
[not.Q.1incl.3.cl.1.2.NEG.active.conditional.PRES] => |ᵑǃʼʷ|iː|꜖|rʷ|-
[not.Q.1incl.3.cl.1.2.NEG.active.conditional.PAST] => |hkʷ|i#ː|꜖꜒|ɰʷ|-
[not.Q.1incl.3.cl.1.2.NEG.active.optative.PRES] => |tɬˠ|i|̰꜖|ɰʷ|-
[not.Q.1incl.3.cl.1.2.NEG.active.optative.PAST] => |wˤ|iː|꜒꜖|ʛˤ|-
[not.Q.1incl.3.cl.1.2.NEG.passive.indicative.PRES] => |ɽʲ|a#|̰꜖|kʼʷ|-
[not.Q.1incl.3.cl.1.2.NEG.passive.indicative.PAST] => |ɾˤ|i|꜖|mʲ|-
[not.Q.1incl.3.cl.1.2.NEG.passive.imperative.PRES] => |ᵏǁʲ|i|̰꜖|rˠ|-
[not.Q.1incl.3.cl.1.2.NEG.passive.imperative.PAST] => |ʂʲ|a|꜖|ɹˠ|-
[not.Q.1incl.3.cl.1.2.NEG.passive.conditional.PRES] => |ᵑǁʼˠ|a|̰꜒|ʈʼʲ|-
[not.Q.1incl.3.cl.1.2.NEG.passive.conditional.PAST] => |ᵏǀʷ|ʉ|̰꜖|ɴˤ|-
[not.Q.1incl.3.cl.1.2.NEG.passive.optative.PRES] => |h|uː|̰꜖|rˤ|-
[not.Q.1incl.3.cl.1.2.NEG.passive.optative.PAST] => |tʷ|ᵊ|꜖|ɠʲ|-
[not.Q.1incl.3.cl.1.2.POS.active.indicative.PRES] => |ɗʲ|aː|꜖꜒|ʄʲ|-
[not.Q.1incl.3.cl.1.2.POS.active.indicative.PAST] => |ʃˠ|ʉ|꜖|t͡ʂʲ|-
[not.Q.1incl.3.cl.1.2.POS.active.imperative.PRES] => |hpʲ|ʉ#|꜖꜒|ʛʷ|-
[not.Q.1incl.3.cl.1.2.POS.active.imperative.PAST] => |kʲ|u#|̰꜖|ʛˤ|-
[not.Q.1incl.3.cl.1.2.POS.active.conditional.PRES] => |ᵑǃʼˤ|a|꜖꜒|ɾˠ|-
[not.Q.1incl.3.cl.1.2.POS.active.conditional.PAST] => |kʼˤ|ʉ#|꜒|tʰˠ|-
[not.Q.1incl.3.cl.1.2.POS.active.optative.PRES] => |ɗʲ|i#|꜒|m̥ʲ|-
[not.Q.1incl.3.cl.1.2.POS.active.optative.PAST] => |ᵏǀʼʲ|ʉ|꜖|ʋˤ|-
[not.Q.1incl.3.cl.1.2.POS.passive.indicative.PRES] => |ᵑǀʼˤ|a#|꜒|ɳʲ|-
[not.Q.1incl.3.cl.1.2.POS.passive.indicative.PAST] => |ᵏǀʼʲ|ʉ|̰꜖|pʰˠ|-
[not.Q.1incl.3.cl.1.2.POS.passive.imperative.PRES] => |ɭʲ|ᵊ|꜖|tʰʷ|-
[not.Q.1incl.3.cl.1.2.POS.passive.imperative.PAST] => |ᵏǀʰˤ|a#ː|̰꜖|t͡sʲ|-
[not.Q.1incl.3.cl.1.2.POS.passive.conditional.PRES] => |r̥ˠ|iː|̰꜖|rˠ|-
[not.Q.1incl.3.cl.1.2.POS.passive.conditional.PAST] => |rʷ|a|꜒|tʷ|-
[not.Q.1incl.3.cl.1.2.POS.passive.optative.PRES] => |n̥ˠ|ʉ#|꜒꜖|hʈˠ|-
[not.Q.1incl.3.cl.1.2.POS.passive.optative.PAST] => |htˤ|ʉ|꜖꜒|ɗˠ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀʲ|ʉ|꜖|ɠʷ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʰʲ|ʉ#ː|꜒|lˠ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |ɹˠ|ʉ|꜒|m̥ʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ɴˤ|ʉ|̰꜒|ɴʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |ᵏǀʼˠ|i|̰꜒|ɾʷ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |tʲ|i|̰꜒|t͡ʃ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |rʲ|iː|꜒|ʈʰʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |qʲ|a|꜖꜒|pʼʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǀʼˠ|ᵊ|꜒꜖|mˤ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |pʰˤ|u#|̰꜖|ʄʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |pʼˤ|ᵊ|꜖꜒|ʜʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |j|a|꜒꜖|kʼʷ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃˠ|i|꜖꜒|ɭˠ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǀʼʲ|aː|꜖|ʔ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |kʲ|a|̰꜖|ɠʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |tˤ|a|̰꜖|r̥ˠ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ɗˤ|i#|̰꜒|tʰʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |ᵏǃˠ|iː|꜒|ɴˤ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |t͡ʂʲ|ʉ#ː|̰꜒|qˠ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |pʼˠ|iː|꜖꜒|ʋˠ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |n̥ʲ|a|꜒|wʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |r̥ˠ|aː|̰꜒|pʼʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ɳʲ|u|꜖|sʷ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.active.optative.PAST] => |mˤ|i|꜖꜒|mˤ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |hpˤ|iː|꜖꜒|qʼʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |ᵏǀˠ|a|̰꜒|m̥ˠ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |nˤ|iː|꜖|lʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ɽˠ|ᵊ|꜒꜖|kʼˤ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ᵑǃˠ|i#|꜖|qʲ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |sˠ|a|̰꜖|ʄˠ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |ɰʲ|u|̰꜒|ɗˤ|-
[not.Q.1incl.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |tʼˤ|a#ː|꜖|t͡ʂʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |tʼˤ|ʉː|̰꜖|ɥʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |ʡʲ|u#|꜖|ŋʷ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |mˤ|i#|꜒|kʼʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |ᵏǀˤ|u|̰꜒|ɴʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |n̥ʷ|i#|̰꜒|ɾʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃˠ|ʉ|꜒꜖|ɽˠ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |kʼʷ|ʉː|꜖|hʈʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |hʈˠ|i#|꜖|tʼʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǃʼʷ|ʉː|꜒|pʰˤ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʼʲ|aː|꜖|ɳˠ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǃʷ|aː|̰꜒|j|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǀˠ|ʉ|꜖꜒|qˤ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ŋ̥ʲ|ᵊ|꜖꜒|tʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǃʷ|iː|̰꜖|ɹʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |ɹˤ|ᵊ|꜖꜒|tʼˠ|-
[not.Q.1incl.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʰˤ|aː|̰꜖|hpˤ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |lʲ|ʉ#|꜒|pʼˠ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ᵏǁʰˠ|iː|꜖|t͡sʷ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |pʼˠ|u#ː|꜖|ɠˤ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |pˠ|i|꜒|ɴʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ᵏǃʰʷ|a#|̰꜒|r̥ʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |ʋˤ|u|꜖꜒|ʄʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.active.optative.PRES] => |pˤ|aː|꜒꜖|sʷ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ʃʲ|iː|꜒꜖|ŋ̥ʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ᵑǃˠ|i#ː|̰꜒|ʃʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |ᵑǀʼʲ|u|꜒|ʡʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ɳˠ|ᵊ|꜖꜒|t͡ʃ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |qˠ|u|꜒꜖|ɰʲ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |nˠ|a#|꜖|ʜˠ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ɴˠ|u|꜖꜒|ʋˤ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |wˤ|a|꜒|tʼˤ|-
[not.Q.1incl.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |htʷ|ʉː|꜖꜒|kʰʷ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |ŋˤ|a|̰꜖|rʷ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |t͡sʲ|i|̰꜒|ʛʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |qʼˠ|i#|̰꜖|sˤ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |pʼʲ|a|̰꜖|ɻʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |tʰʷ|i|꜖꜒|hʈˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |wˠ|i|̰꜒|htˤ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ɠˤ|i|̰꜖|kʷ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |wˠ|u|꜖꜒|d͡ʐˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |tʼˠ|u#ː|꜖꜒|qʼʷ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |nˤ|ᵊ|꜖|t͡sˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |pʼˤ|ʉː|꜖꜒|ɠˤ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |ɹˠ|a|꜖꜒|ɥˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ʛˠ|uː|꜖꜒|ɳʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |sˤ|i#|̰꜒|ʄʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |qʼˤ|u|̰꜒|ɹʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |nʲ|ᵊ|꜒꜖|rˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |kʷ|ᵊ|꜖꜒|ʄʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |ɹʲ|a|꜖꜒|pˤ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ɭˠ|a#|꜖꜒|tˤ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |qʲ|ʉ|꜖꜒|ɠʷ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ᵏǀʰˤ|a|̰꜒|mˤ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ɳʲ|i|꜒꜖|ɠʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ᵏǃʰˤ|ʉː|̰꜒|ɥˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ʛˤ|ᵊ|꜒꜖|rˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |ʋˠ|u|꜖|rʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |qˤ|i#|꜖꜒|tʼˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃʷ|ʉ#ː|̰꜖|ʋʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |htʷ|ʉ|꜖꜒|ɻˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |n̥ˠ|a|꜖꜒|ɥʲ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |n̥ʲ|ʉː|꜒꜖|sˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |pʰˤ|i|̰꜒|pʰˠ|-
[not.Q.1incl.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ʜʲ|i|̰꜖|n̥ʷ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |tɬˠ|i|꜖|kʼˠ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ʛʲ|ʉ|̰꜖|ɰˤ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ɥˤ|a|꜒꜖|t͡ʂˠ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |kʰˠ|iː|꜖|ɗʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |ɳ̥ʲ|iː|꜒꜖|ɹˤ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ʋʲ|ᵊ|꜖|pˤ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |htˠ|u#ː|̰꜖|n̥ˤ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ᵏǀʼˤ|a#|꜖꜒|ɠʷ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǃʼˤ|i|̰꜖|rˠ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |m̥ʲ|ᵊ|̰꜖|kʼʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ɳʲ|ʉ#ː|̰꜒|ɠʷ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ᵑǁʼˠ|iː|̰꜖|ɴʷ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |tʰʷ|a|꜒꜖|t͡sʷ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |sˠ|a|꜒꜖|ʂʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ɓˤ|ʉ|꜒꜖|m̥ˤ|-
[not.Q.1incl.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |tʰʲ|a|꜒|rˠ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |rʲ|u#|꜖|tʼʷ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |tʷ|a#ː|꜒꜖|ɳʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |t͡sˤ|aː|꜒꜖|ʋˠ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |qˤ|ᵊ|꜖꜒|kˤ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ᵑǀʼˠ|a#|꜖|ʡʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |hkˤ|ʉ#ː|꜒꜖|r̥ʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.active.optative.PRES] => |qʼʲ|a#|̰꜖|r̥ˤ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ᵏǀʼˠ|i#ː|꜖꜒|rʷ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʼˠ|i|꜒꜖|t͡ʂˠ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ʛʷ|i|꜒|r̥ˤ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |d͡ʐʲ|ʉ#ː|꜖꜒|qʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ɻˠ|i#|꜖|kʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ʃʲ|a|꜒꜖|r̥ˠ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ɽʲ|a|̰꜖|ɰʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʼʷ|ᵊ|̰꜖|pʲ|-
[not.Q.1incl.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |ᵏǁʰˠ|ʉː|̰꜖|qˠ|-
[not.Q.1incl.3.cl.2.1incl.NEG.active.indicative.PRES] => |ᵑǃʷ|ᵊ|̰꜒|nʲ|-
[not.Q.1incl.3.cl.2.1incl.NEG.active.indicative.PAST] => |ᵏǃʲ|u|꜒|ɗˤ|-
[not.Q.1incl.3.cl.2.1incl.NEG.active.imperative.PRES] => |pʼˠ|i|꜖|ʂʲ|-
[not.Q.1incl.3.cl.2.1incl.NEG.active.imperative.PAST] => |ʈʰʲ|iː|̰꜖|ɴʷ|-
[not.Q.1incl.3.cl.2.1incl.NEG.active.conditional.PRES] => |sʷ|ʉ|꜒꜖|ʛˠ|-
[not.Q.1incl.3.cl.2.1incl.NEG.active.conditional.PAST] => |nʲ|u#ː|꜖|ɗˤ|-
[not.Q.1incl.3.cl.2.1incl.NEG.active.optative.PRES] => |hkˤ|i|꜒꜖|pˤ|-
[not.Q.1incl.3.cl.2.1incl.NEG.active.optative.PAST] => |tʷ|a|꜖꜒|ɰˤ|-
[not.Q.1incl.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ʋˤ|ʉː|꜒|wˠ|-
[not.Q.1incl.3.cl.2.1incl.NEG.passive.indicative.PAST] => |sˠ|iː|꜖|ʡˠ|-
[not.Q.1incl.3.cl.2.1incl.NEG.passive.imperative.PRES] => |sˤ|uː|꜒|r̥ˠ|-
[not.Q.1incl.3.cl.2.1incl.NEG.passive.imperative.PAST] => |ɠʷ|ᵊ|̰꜒|kʲ|-
[not.Q.1incl.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ʜˠ|i#|꜖|qʷ|-
[not.Q.1incl.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ŋʲ|u|̰꜒|ɭʲ|-
[not.Q.1incl.3.cl.2.1incl.NEG.passive.optative.PRES] => |ʛʲ|i|꜒|ʋˤ|-
[not.Q.1incl.3.cl.2.1incl.NEG.passive.optative.PAST] => |hʈʲ|a#ː|꜖꜒|qʷ|-
[not.Q.1incl.3.cl.2.1incl.POS.active.indicative.PRES] => |pˤ|ʉ#|̰꜒|wˠ|-
[not.Q.1incl.3.cl.2.1incl.POS.active.indicative.PAST] => |ʃˠ|ᵊ|꜒꜖|r̥ˤ|-
[not.Q.1incl.3.cl.2.1incl.POS.active.imperative.PRES] => |ŋˤ|u#ː|꜒|tʷ|-
[not.Q.1incl.3.cl.2.1incl.POS.active.imperative.PAST] => |r̥ʷ|ʉ|̰꜖|ʜʲ|-
[not.Q.1incl.3.cl.2.1incl.POS.active.conditional.PRES] => |n̥ʲ|ᵊ|꜒|ɭˠ|-
[not.Q.1incl.3.cl.2.1incl.POS.active.conditional.PAST] => |ʃˠ|uː|̰꜒|mʲ|-
[not.Q.1incl.3.cl.2.1incl.POS.active.optative.PRES] => |t͡sʲ|a|꜖|ŋˤ|-
[not.Q.1incl.3.cl.2.1incl.POS.active.optative.PAST] => |ᵏǀʰʷ|ʉ|꜒|m̥ˠ|-
[not.Q.1incl.3.cl.2.1incl.POS.passive.indicative.PRES] => |qʲ|ᵊ|꜒꜖|qʼʷ|-
[not.Q.1incl.3.cl.2.1incl.POS.passive.indicative.PAST] => |ɳʲ|u|꜒꜖|htʲ|-
[not.Q.1incl.3.cl.2.1incl.POS.passive.imperative.PRES] => |ʔ|iː|꜖꜒|tʼˠ|-
[not.Q.1incl.3.cl.2.1incl.POS.passive.imperative.PAST] => |qˠ|ʉ#|̰꜒|qʲ|-
[not.Q.1incl.3.cl.2.1incl.POS.passive.conditional.PRES] => |ᵏǀʼʲ|a|꜖꜒|ɰʷ|-
[not.Q.1incl.3.cl.2.1incl.POS.passive.conditional.PAST] => |ᵑǀʲ|uː|̰꜒|ɰˤ|-
[not.Q.1incl.3.cl.2.1incl.POS.passive.optative.PRES] => |ʈʼˠ|i|꜖꜒|d͡ʐʲ|-
[not.Q.1incl.3.cl.2.1incl.POS.passive.optative.PAST] => |ᵏǃʲ|i|꜖꜒|ɴʲ|-
[not.Q.1incl.3.cl.2.1excl.NEG.active.indicative.PRES] => |ŋʲ|i|꜒|hʈˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.active.indicative.PAST] => |ᵑǃˠ|i|꜖|ɗˤ|-
[not.Q.1incl.3.cl.2.1excl.NEG.active.imperative.PRES] => |tʼʲ|i#ː|̰꜒|ʈʼˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.active.imperative.PAST] => |ᵏǃʼˤ|ʉ|̰꜒|pʼˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.active.conditional.PRES] => |ʄˠ|ᵊ|̰꜒|ʜʲ|-
[not.Q.1incl.3.cl.2.1excl.NEG.active.conditional.PAST] => |t͡sʲ|u#ː|̰꜒|lˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.active.optative.PRES] => |hʈˠ|u#|꜖|hkˤ|-
[not.Q.1incl.3.cl.2.1excl.NEG.active.optative.PAST] => |kʼˤ|iː|꜒꜖|htˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.passive.indicative.PRES] => |r̥ʲ|u#|̰꜒|ɥˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.passive.indicative.PAST] => |ɠʲ|ʉ#|̰꜖|ʈʰʲ|-
[not.Q.1incl.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ɳˠ|u|꜒|tˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.passive.imperative.PAST] => |kʼˠ|ʉ|꜒꜖|ɽˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.passive.conditional.PRES] => |wʲ|i|꜖꜒|nʷ|-
[not.Q.1incl.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ᵏǃʰˠ|i|꜒|ɗʷ|-
[not.Q.1incl.3.cl.2.1excl.NEG.passive.optative.PRES] => |ᵑǃˠ|aː|꜖꜒|wˠ|-
[not.Q.1incl.3.cl.2.1excl.NEG.passive.optative.PAST] => |ᵏǁʲ|uː|꜖꜒|d͡ʐʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.active.indicative.PRES] => |ᵏǃʲ|a#|꜖|sʷ|-
[not.Q.1incl.3.cl.2.1excl.POS.active.indicative.PAST] => |tʰˤ|i|̰꜒|kʼʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.active.imperative.PRES] => |ʔ|u|꜒꜖|nʷ|-
[not.Q.1incl.3.cl.2.1excl.POS.active.imperative.PAST] => |ɠʷ|i|꜒|pʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.active.conditional.PRES] => |ᵑǃʼˠ|i#ː|̰꜖|wˠ|-
[not.Q.1incl.3.cl.2.1excl.POS.active.conditional.PAST] => |ʄʲ|u|꜒|ɠʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.active.optative.PRES] => |kʷ|iː|꜒|ɗʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.active.optative.PAST] => |pʼʲ|i|̰꜒|ɴʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.passive.indicative.PRES] => |ʛʲ|a|̰꜒|tʼˤ|-
[not.Q.1incl.3.cl.2.1excl.POS.passive.indicative.PAST] => |ᵑǃˠ|i|̰꜒|kʰˤ|-
[not.Q.1incl.3.cl.2.1excl.POS.passive.imperative.PRES] => |pʰˤ|u#|̰꜖|ɻʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.passive.imperative.PAST] => |pʼʲ|ᵊ|꜖|ʈʼʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.passive.conditional.PRES] => |ᵏǀʼˠ|ʉ|̰꜒|lˠ|-
[not.Q.1incl.3.cl.2.1excl.POS.passive.conditional.PAST] => |ɳʲ|ᵊ|꜖꜒|tʼʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.passive.optative.PRES] => |r̥ˠ|u|꜖꜒|ɻʲ|-
[not.Q.1incl.3.cl.2.1excl.POS.passive.optative.PAST] => |ʂʲ|u#ː|̰꜒|qˠ|-
[not.Q.1incl.3.cl.2.2.NEG.active.indicative.PRES] => |ʋʲ|aː|꜖|pʼˠ|-
[not.Q.1incl.3.cl.2.2.NEG.active.indicative.PAST] => |mˤ|uː|̰꜖|ɗʷ|-
[not.Q.1incl.3.cl.2.2.NEG.active.imperative.PRES] => |t͡ʂˠ|ᵊ|꜖꜒|ɥˤ|-
[not.Q.1incl.3.cl.2.2.NEG.active.imperative.PAST] => |n̥ˤ|ᵊ|꜒꜖|ɽʲ|-
[not.Q.1incl.3.cl.2.2.NEG.active.conditional.PRES] => |ɹʲ|aː|꜖꜒|ɹˤ|-
[not.Q.1incl.3.cl.2.2.NEG.active.conditional.PAST] => |ᵑǀˠ|i|̰꜖|ɴʲ|-
[not.Q.1incl.3.cl.2.2.NEG.active.optative.PRES] => |ɹˤ|uː|꜖꜒|ɭʲ|-
[not.Q.1incl.3.cl.2.2.NEG.active.optative.PAST] => |tʰʲ|i|꜖꜒|ɓˠ|-
[not.Q.1incl.3.cl.2.2.NEG.passive.indicative.PRES] => |ɻˠ|aː|꜒꜖|pˠ|-
[not.Q.1incl.3.cl.2.2.NEG.passive.indicative.PAST] => |t͡sʲ|a|꜖꜒|ʔ|-
[not.Q.1incl.3.cl.2.2.NEG.passive.imperative.PRES] => |ʛˤ|aː|̰꜖|hkʷ|-
[not.Q.1incl.3.cl.2.2.NEG.passive.imperative.PAST] => |n̥ʷ|ᵊ|꜖꜒|nˠ|-
[not.Q.1incl.3.cl.2.2.NEG.passive.conditional.PRES] => |ɰˠ|aː|̰꜒|m̥ˤ|-
[not.Q.1incl.3.cl.2.2.NEG.passive.conditional.PAST] => |r̥ʷ|i|̰꜖|rˤ|-
[not.Q.1incl.3.cl.2.2.NEG.passive.optative.PRES] => |hʈˠ|u|꜒꜖|pʼʲ|-
[not.Q.1incl.3.cl.2.2.NEG.passive.optative.PAST] => |ʈʰʲ|ᵊ|̰꜖|sˤ|-
[not.Q.1incl.3.cl.2.2.POS.active.indicative.PRES] => |ɻʲ|a|꜖꜒|ʡʲ|-
[not.Q.1incl.3.cl.2.2.POS.active.indicative.PAST] => |m̥ʲ|u|꜖|tɬʲ|-
[not.Q.1incl.3.cl.2.2.POS.active.imperative.PRES] => |pʼʲ|i|꜖|qʼˤ|-
[not.Q.1incl.3.cl.2.2.POS.active.imperative.PAST] => |ŋ̥ˤ|ᵊ|꜒|t͡ʃ|-
[not.Q.1incl.3.cl.2.2.POS.active.conditional.PRES] => |ᵏǀʼˤ|ʉ#ː|꜖꜒|qˤ|-
[not.Q.1incl.3.cl.2.2.POS.active.conditional.PAST] => |hkʲ|ᵊ|꜒|ɠˤ|-
[not.Q.1incl.3.cl.2.2.POS.active.optative.PRES] => |ŋ̥ʷ|a#|꜒꜖|ʡˠ|-
[not.Q.1incl.3.cl.2.2.POS.active.optative.PAST] => |qʼʲ|u|꜖꜒|ɠʲ|-
[not.Q.1incl.3.cl.2.2.POS.passive.indicative.PRES] => |ɗʲ|i|꜖|kʼˠ|-
[not.Q.1incl.3.cl.2.2.POS.passive.indicative.PAST] => |pʲ|i|̰꜒|hkˠ|-
[not.Q.1incl.3.cl.2.2.POS.passive.imperative.PRES] => |ᵑǀˠ|ᵊ|̰꜒|ʄˠ|-
[not.Q.1incl.3.cl.2.2.POS.passive.imperative.PAST] => |pʼˠ|ʉ#|꜖꜒|n̥ˠ|-
[not.Q.1incl.3.cl.2.2.POS.passive.conditional.PRES] => |ŋ̥ˤ|a#|꜒|nʲ|-
[not.Q.1incl.3.cl.2.2.POS.passive.conditional.PAST] => |ʈˠ|ʉ|꜒꜖|pʼʲ|-
[not.Q.1incl.3.cl.2.2.POS.passive.optative.PRES] => |pˤ|i|̰꜒|tˤ|-
[not.Q.1incl.3.cl.2.2.POS.passive.optative.PAST] => |hʈˠ|a|꜖꜒|qʼˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ŋʷ|a|꜖|ɳ̥ˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |htˠ|u|꜒꜖|ɥˤ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ᵏǃʼʷ|i|̰꜒|ɴˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ᵑǃʼʲ|u|꜖꜒|n̥ʷ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ᵑǃʼʷ|ʉ#ː|̰꜒|ɰʷ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ʄʲ|iː|꜒|ɽˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ʄʲ|ʉː|̰꜒|nʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |htʷ|ʉ#|꜖꜒|j|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |ʡˠ|a|꜒꜖|n̥ʷ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ʋʲ|ᵊ|꜖꜒|mʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |d͡ʐˠ|ᵊ|̰꜖|qˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |kˤ|a|̰꜒|ɠʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |qʼˤ|a#ː|̰꜖|ɳʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |kˠ|ʉ|꜖꜒|tʼʷ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ʡʲ|a#ː|꜖|ɰʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |rʷ|iː|꜖꜒|ɹʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |n̥ˤ|ᵊ|꜒|mˤ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |ᵏǃˠ|i|꜒꜖|sʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |sʲ|ʉː|꜒|tʼˤ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ʛˠ|ʉ#ː|̰꜒|ɰʷ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |tɬˠ|u|꜒꜖|ʃˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |ᵑǀˠ|uː|꜒꜖|ɹˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.active.optative.PRES] => |qʼʲ|a|꜖|wˤ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ᵏǁʲ|a#|꜖|hʈʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |n̥ʲ|ᵊ|꜒꜖|ɓˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |wˠ|i|꜒꜖|tʼʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |d͡ʐˠ|iː|꜖꜒|ʔ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |kʼʲ|u#ː|꜒꜖|kˤ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |ᵑǁʼʲ|uː|꜒|ʛʲ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |ᵑǃˤ|ʉ#|꜒|ʜˠ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |kʼˠ|ʉ|̰꜒|kʰʷ|-
[not.Q.1incl.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ᵏǀʰʲ|a|꜒|ʃʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |ɴʷ|ʉ|̰꜖|lˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |tʲ|ʉ#ː|꜒꜖|rˤ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |sʷ|iː|꜒|d͡ʐˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |kʼˠ|ʉ#|꜒|ɥˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǁˠ|i|̰꜖|ŋʷ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ɠˤ|ᵊ|̰꜖|ʄʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |kʰˤ|u|꜖꜒|ʈʼʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |kˤ|uː|꜖꜒|htˤ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |wˤ|ᵊ|̰꜖|sˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |pʰʲ|i|꜒꜖|lˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |hʈʲ|ʉ|̰꜖|kʰʷ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |n̥ʷ|i|꜒꜖|ɗˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ɹʷ|ʉ#ː|꜖꜒|ɴʷ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ʜʲ|uː|꜒꜖|t͡sʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |nˤ|a#ː|꜒꜖|sʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |n̥ˠ|u|̰꜒|n̥ˤ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ɴˠ|ʉ#ː|̰꜒|ŋ̥ˤ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |rʷ|a|꜒|h|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |ʜʲ|i|꜒꜖|pʰˤ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ʄʲ|i|꜖꜒|ɥˤ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ɓˤ|a#|꜖꜒|pʼʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |ʜʲ|ʉ|꜒|qˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ʄʲ|ᵊ|꜖꜒|n̥ˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ɻʲ|a#|꜒꜖|ɻʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʼˤ|ʉ#ː|̰꜒|lˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |tɬˠ|a|̰꜖|sˤ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |wʲ|a|̰꜒|kʼʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ɥʲ|u#|꜖|ɳˠ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ʈʼˠ|i#ː|꜖꜒|ɾʷ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʰʷ|ᵊ|꜒|ɳ̥ʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |t͡sˠ|ʉː|꜒꜖|mʲ|-
[not.Q.1incl.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ᵑǃʼˤ|ʉ|꜖|ʔ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |nˠ|ʉ#|̰꜒|pʰʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |mˠ|a|꜒꜖|ʈˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ŋ̥ʲ|a|꜒|pʼʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |d͡ʐˠ|i|꜖|ʈʰʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |kʼˠ|ʉ|̰꜖|qʼʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |rʷ|ᵊ|̰꜒|r̥ʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |tɬʲ|u|꜒|ɳ̥ˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ᵑǃʼʷ|a|̰꜒|qʼʷ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |ʄˠ|u|꜖꜒|ʡʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʼˤ|ʉ|̰꜒|n̥ˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ʜʲ|a|꜒|ɴˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |r̥ʲ|u|꜒|ʈʼˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ŋ̥ˠ|ʉː|꜖꜒|sˤ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ʈˠ|u|̰꜖|ɹˤ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ᵏǁʲ|uː|꜒꜖|sʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |lˠ|a|꜖|pʰʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |kˠ|ʉ|̰꜖|ɹʷ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ᵏǀʲ|a|꜖|ŋ̥ʷ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ɴʷ|iː|꜒꜖|t͡sˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |ʃˠ|a|꜖|ʋˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |ᵏǃʰˤ|ᵊ|̰꜖|tʼʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ɭʲ|i#ː|꜒|ɠˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ɽʲ|a|꜒꜖|kʼʷ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ʄʲ|aː|̰꜖|ɳʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |ᵑǁˠ|ᵊ|꜒|ʡʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |sʷ|a|꜖|wˤ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃˠ|u|̰꜖|ɽˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |hkʷ|a|꜒꜖|hkʷ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ᵏǃʰʷ|a|꜖꜒|ʃˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |ɗˤ|a|̰꜒|kʰʲ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |ᵏǃʰʲ|u|꜒꜖|pˠ|-
[not.Q.1incl.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ɽʲ|a|꜒꜖|htʷ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |qʼʲ|i|̰꜖|n̥ˤ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ɗˤ|ᵊ|꜒|kˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |n̥ˤ|ʉ#|꜒|pʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |ʜʲ|a|꜒|ʛˤ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ʋʲ|u|̰꜒|qˤ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ᵏǃʰʷ|a|̰꜒|ɹʷ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |hkʲ|uː|꜒|ʄʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |t͡ʃ|aː|꜖|ʡˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |rˠ|u#ː|꜒|ɴʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ʛˠ|iː|꜒|ʄʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |qˤ|a|꜖꜒|ɻˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ʈˠ|a|꜖|ʜʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ɹʲ|a|꜖꜒|hkˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |kʼʲ|ʉ|̰꜒|ɭʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |t͡sˤ|u|꜖|d͡ʐˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ʈʼʲ|a|꜒|ɠʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |n̥ˠ|ᵊ|꜒|ʜʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |kʼˤ|u|̰꜖|t͡sʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ʃˠ|a#|꜖꜒|ɥˤ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ʃʲ|i|꜖꜒|ɳ̥ʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ᵏǃʼˤ|a#|꜖꜒|lˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |kʰʲ|i|̰꜒|ɾˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.active.optative.PRES] => |htʲ|ᵊ|̰꜖|kʰʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.active.optative.PAST] => |sˤ|aː|꜒|qʲ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |tʼˤ|u|̰꜖|ɓˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |nˠ|u|̰꜖|hkˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |ŋ̥ˤ|u#ː|̰꜖|kʼˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |sˠ|aː|꜒|ŋ̥ʷ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |kʲ|ʉ|꜒|qʼʷ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |rˤ|ʉː|̰꜒|pʼˤ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |t͡sʷ|ʉ#ː|꜖|tˠ|-
[not.Q.1incl.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ɥˤ|aː|꜖꜒|ʛʷ|-
[not.Q.1incl.3.cl.3.1incl.NEG.active.indicative.PRES] => |ᵏǀʼʷ|ᵊ|꜖|tʰʲ|-
[not.Q.1incl.3.cl.3.1incl.NEG.active.indicative.PAST] => |t͡sʷ|a|꜖|t͡sʷ|-
[not.Q.1incl.3.cl.3.1incl.NEG.active.imperative.PRES] => |t͡sʲ|ᵊ|꜒|qʼʷ|-
[not.Q.1incl.3.cl.3.1incl.NEG.active.imperative.PAST] => |ᵏǀˤ|i|̰꜖|pʲ|-
[not.Q.1incl.3.cl.3.1incl.NEG.active.conditional.PRES] => |ʂˠ|aː|꜒꜖|pˤ|-
[not.Q.1incl.3.cl.3.1incl.NEG.active.conditional.PAST] => |m̥ˤ|i|꜒|d͡ʐʲ|-
[not.Q.1incl.3.cl.3.1incl.NEG.active.optative.PRES] => |ɾˠ|a|꜒꜖|rˠ|-
[not.Q.1incl.3.cl.3.1incl.NEG.active.optative.PAST] => |mʲ|ʉ|̰꜒|ɥˤ|-
[not.Q.1incl.3.cl.3.1incl.NEG.passive.indicative.PRES] => |ɾˤ|ʉ#ː|꜖|ɻˠ|-
[not.Q.1incl.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ʋʲ|ᵊ|̰꜖|d͡ʐʲ|-
[not.Q.1incl.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ŋ̥ˠ|ʉ|꜒|tɬˠ|-
[not.Q.1incl.3.cl.3.1incl.NEG.passive.imperative.PAST] => |ᵏǀʼʷ|i#ː|̰꜖|rʲ|-
[not.Q.1incl.3.cl.3.1incl.NEG.passive.conditional.PRES] => |tʼˤ|a#|꜒|ʄˠ|-
[not.Q.1incl.3.cl.3.1incl.NEG.passive.conditional.PAST] => |qʼʲ|aː|꜒|pʲ|-
[not.Q.1incl.3.cl.3.1incl.NEG.passive.optative.PRES] => |ᵑǃʼʷ|ʉ|꜒|wˠ|-
[not.Q.1incl.3.cl.3.1incl.NEG.passive.optative.PAST] => |qʼʲ|uː|꜒꜖|ɹʷ|-
[not.Q.1incl.3.cl.3.1incl.POS.active.indicative.PRES] => |ᵏǃʲ|uː|꜒꜖|pʰʲ|-
[not.Q.1incl.3.cl.3.1incl.POS.active.indicative.PAST] => |ŋ̥ʲ|i#ː|̰꜖|tʰʷ|-
[not.Q.1incl.3.cl.3.1incl.POS.active.imperative.PRES] => |ɴˠ|u#ː|꜖|ɹʲ|-
[not.Q.1incl.3.cl.3.1incl.POS.active.imperative.PAST] => |ᵏǀʰʲ|a|꜒|ɾˤ|-
[not.Q.1incl.3.cl.3.1incl.POS.active.conditional.PRES] => |ᵏǁˠ|a|̰꜒|ɥʲ|-
[not.Q.1incl.3.cl.3.1incl.POS.active.conditional.PAST] => |ᵏǀˠ|uː|꜖|hkʷ|-
[not.Q.1incl.3.cl.3.1incl.POS.active.optative.PRES] => |ʡʲ|aː|꜒꜖|ɗˤ|-
[not.Q.1incl.3.cl.3.1incl.POS.active.optative.PAST] => |ᵑǃʲ|i#|̰꜖|n̥ʷ|-
[not.Q.1incl.3.cl.3.1incl.POS.passive.indicative.PRES] => |ɗˤ|ᵊ|꜖꜒|ɾʷ|-
[not.Q.1incl.3.cl.3.1incl.POS.passive.indicative.PAST] => |pʼˠ|ᵊ|̰꜖|tʼˤ|-
[not.Q.1incl.3.cl.3.1incl.POS.passive.imperative.PRES] => |ɴˤ|aː|꜒꜖|m̥ʲ|-
[not.Q.1incl.3.cl.3.1incl.POS.passive.imperative.PAST] => |ʈʲ|ᵊ|꜖|ɴʷ|-
[not.Q.1incl.3.cl.3.1incl.POS.passive.conditional.PRES] => |pʼˤ|u|꜖꜒|qʼˠ|-
[not.Q.1incl.3.cl.3.1incl.POS.passive.conditional.PAST] => |h|a#ː|̰꜖|ɳ̥ˠ|-
[not.Q.1incl.3.cl.3.1incl.POS.passive.optative.PRES] => |ᵏǃʼʲ|a|꜖|ʋˤ|-
[not.Q.1incl.3.cl.3.1incl.POS.passive.optative.PAST] => |mˤ|u#|̰꜖|hkʲ|-
[not.Q.1incl.3.cl.3.1excl.NEG.active.indicative.PRES] => |ᵏǁʲ|a|꜒|sˠ|-
[not.Q.1incl.3.cl.3.1excl.NEG.active.indicative.PAST] => |t͡sˤ|ᵊ|꜒꜖|ʋˤ|-
[not.Q.1incl.3.cl.3.1excl.NEG.active.imperative.PRES] => |ᵏǃʼʲ|ʉ|꜖|ɴʲ|-
[not.Q.1incl.3.cl.3.1excl.NEG.active.imperative.PAST] => |ʛˤ|a#|꜖|kʰʲ|-
[not.Q.1incl.3.cl.3.1excl.NEG.active.conditional.PRES] => |pʼˠ|uː|꜒꜖|ɹˠ|-
[not.Q.1incl.3.cl.3.1excl.NEG.active.conditional.PAST] => |ɓˤ|i|̰꜖|ɳˠ|-
[not.Q.1incl.3.cl.3.1excl.NEG.active.optative.PRES] => |ɹˠ|a|̰꜒|pʼˠ|-
[not.Q.1incl.3.cl.3.1excl.NEG.active.optative.PAST] => |ᵏǀʼʲ|iː|̰꜖|ŋˠ|-
[not.Q.1incl.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ᵑǁʼʲ|i|꜖꜒|pʲ|-
[not.Q.1incl.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ᵏǀʰˠ|i|̰꜖|tʰˠ|-
[not.Q.1incl.3.cl.3.1excl.NEG.passive.imperative.PRES] => |qʷ|a#|꜒|pˤ|-
[not.Q.1incl.3.cl.3.1excl.NEG.passive.imperative.PAST] => |t͡sˠ|i|꜖꜒|ɴˠ|-
[not.Q.1incl.3.cl.3.1excl.NEG.passive.conditional.PRES] => |qʼʷ|aː|̰꜒|pˤ|-
[not.Q.1incl.3.cl.3.1excl.NEG.passive.conditional.PAST] => |n̥ˤ|ᵊ|̰꜒|ʋˤ|-
[not.Q.1incl.3.cl.3.1excl.NEG.passive.optative.PRES] => |ʋˠ|u|̰꜖|ɗʷ|-
[not.Q.1incl.3.cl.3.1excl.NEG.passive.optative.PAST] => |hʈʲ|ʉː|꜒꜖|tˠ|-
[not.Q.1incl.3.cl.3.1excl.POS.active.indicative.PRES] => |ɥˠ|i|꜒꜖|ɓˤ|-
[not.Q.1incl.3.cl.3.1excl.POS.active.indicative.PAST] => |ʈˠ|i#|꜒꜖|kʼʲ|-
[not.Q.1incl.3.cl.3.1excl.POS.active.imperative.PRES] => |j|u#|꜒꜖|wˤ|-
[not.Q.1incl.3.cl.3.1excl.POS.active.imperative.PAST] => |ᵏǀʼˤ|ʉ#|꜒|tʲ|-
[not.Q.1incl.3.cl.3.1excl.POS.active.conditional.PRES] => |ᵑǀʼʷ|ʉ|̰꜒|tʰˠ|-
[not.Q.1incl.3.cl.3.1excl.POS.active.conditional.PAST] => |qʷ|ʉ|꜒꜖|t͡ʂʲ|-
[not.Q.1incl.3.cl.3.1excl.POS.active.optative.PRES] => |tʼʲ|a|꜒|ʄʲ|-
[not.Q.1incl.3.cl.3.1excl.POS.active.optative.PAST] => |ᵏǁʼʲ|ᵊ|꜒|ʈˠ|-
[not.Q.1incl.3.cl.3.1excl.POS.passive.indicative.PRES] => |ɳ̥ʲ|aː|꜖|lˠ|-
[not.Q.1incl.3.cl.3.1excl.POS.passive.indicative.PAST] => |ᵏǃʼˠ|i|꜖꜒|ɽʲ|-
[not.Q.1incl.3.cl.3.1excl.POS.passive.imperative.PRES] => |t͡sˠ|a|꜖|ŋ̥ʷ|-
[not.Q.1incl.3.cl.3.1excl.POS.passive.imperative.PAST] => |hʈʲ|a#ː|̰꜖|sʲ|-
[not.Q.1incl.3.cl.3.1excl.POS.passive.conditional.PRES] => |ᵏǀʰʲ|a|꜖|j|-
[not.Q.1incl.3.cl.3.1excl.POS.passive.conditional.PAST] => |ᵑǀˤ|i|̰꜖|ɥˤ|-
[not.Q.1incl.3.cl.3.1excl.POS.passive.optative.PRES] => |tʰʲ|u|̰꜖|ʈʼʲ|-
[not.Q.1incl.3.cl.3.1excl.POS.passive.optative.PAST] => |kʼʷ|a#|꜒꜖|wˠ|-
[not.Q.1incl.3.cl.3.2.NEG.active.indicative.PRES] => |ᵏǀʼˤ|a|꜒꜖|ʋʲ|-
[not.Q.1incl.3.cl.3.2.NEG.active.indicative.PAST] => |sʲ|ʉ#ː|꜖|tʲ|-
[not.Q.1incl.3.cl.3.2.NEG.active.imperative.PRES] => |ᵏǀʷ|iː|꜒꜖|ɾʷ|-
[not.Q.1incl.3.cl.3.2.NEG.active.imperative.PAST] => |ʄˠ|a|꜒|wˤ|-
[not.Q.1incl.3.cl.3.2.NEG.active.conditional.PRES] => |ʈˠ|i|꜒꜖|t͡ʂˠ|-
[not.Q.1incl.3.cl.3.2.NEG.active.conditional.PAST] => |ᵑǃʼˤ|iː|꜖꜒|tˠ|-
[not.Q.1incl.3.cl.3.2.NEG.active.optative.PRES] => |j|aː|̰꜖|hpˤ|-
[not.Q.1incl.3.cl.3.2.NEG.active.optative.PAST] => |nʷ|i|꜒|sˠ|-
[not.Q.1incl.3.cl.3.2.NEG.passive.indicative.PRES] => |ᵏǀʲ|ʉ#|꜖꜒|ŋʲ|-
[not.Q.1incl.3.cl.3.2.NEG.passive.indicative.PAST] => |ᵏǀʰˤ|iː|꜖|ʈˠ|-
[not.Q.1incl.3.cl.3.2.NEG.passive.imperative.PRES] => |kʷ|i#|꜒꜖|n̥ʷ|-
[not.Q.1incl.3.cl.3.2.NEG.passive.imperative.PAST] => |ɻˠ|a|꜖|d͡ʐʲ|-
[not.Q.1incl.3.cl.3.2.NEG.passive.conditional.PRES] => |ᵑǃˤ|u#ː|꜖꜒|ʛʷ|-
[not.Q.1incl.3.cl.3.2.NEG.passive.conditional.PAST] => |nˤ|i|꜖꜒|ʛʲ|-
[not.Q.1incl.3.cl.3.2.NEG.passive.optative.PRES] => |ɳ̥ʲ|aː|꜒꜖|sʷ|-
[not.Q.1incl.3.cl.3.2.NEG.passive.optative.PAST] => |ɴʷ|i|̰꜒|ŋʷ|-
[not.Q.1incl.3.cl.3.2.POS.active.indicative.PRES] => |tʲ|i|꜖꜒|kʼˠ|-
[not.Q.1incl.3.cl.3.2.POS.active.indicative.PAST] => |ɗʷ|ʉ#ː|̰꜒|kʼʷ|-
[not.Q.1incl.3.cl.3.2.POS.active.imperative.PRES] => |ʈʼˠ|u|̰꜒|nʷ|-
[not.Q.1incl.3.cl.3.2.POS.active.imperative.PAST] => |ʋˠ|i|̰꜖|j|-
[not.Q.1incl.3.cl.3.2.POS.active.conditional.PRES] => |lˠ|iː|꜒|kʰʲ|-
[not.Q.1incl.3.cl.3.2.POS.active.conditional.PAST] => |ᵏǃˠ|i|̰꜖|ʃˠ|-
[not.Q.1incl.3.cl.3.2.POS.active.optative.PRES] => |t͡ʃ|ᵊ|꜒|ɭʲ|-
[not.Q.1incl.3.cl.3.2.POS.active.optative.PAST] => |ɽˠ|i|̰꜒|ŋʷ|-
[not.Q.1incl.3.cl.3.2.POS.passive.indicative.PRES] => |kʰˤ|i|꜖꜒|ɰʲ|-
[not.Q.1incl.3.cl.3.2.POS.passive.indicative.PAST] => |nʲ|i|̰꜒|ɽʲ|-
[not.Q.1incl.3.cl.3.2.POS.passive.imperative.PRES] => |ᵏǃʲ|ᵊ|̰꜒|ʈʲ|-
[not.Q.1incl.3.cl.3.2.POS.passive.imperative.PAST] => |ᵑǀˤ|i|̰꜒|ɠʷ|-
[not.Q.1incl.3.cl.3.2.POS.passive.conditional.PRES] => |ɓʲ|ᵊ|̰꜒|kʷ|-
[not.Q.1incl.3.cl.3.2.POS.passive.conditional.PAST] => |kʰʲ|ʉː|꜖꜒|r̥ʷ|-
[not.Q.1incl.3.cl.3.2.POS.passive.optative.PRES] => |ᵏǀˤ|i#ː|꜒꜖|pʼˤ|-
[not.Q.1incl.3.cl.3.2.POS.passive.optative.PAST] => |sʲ|u|꜒|ɓˤ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |tʼˠ|ʉ|꜒|ŋˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ɾˠ|u|̰꜒|ŋˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |tˤ|aː|̰꜖|m̥ʲ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ʈʰˠ|iː|꜒꜖|ŋʲ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |tɬʲ|i#ː|꜒|nʲ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ɴˠ|a|꜖|t͡sʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ɭʲ|i#|̰꜒|rʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |t͡ʃ|a|̰꜖|kʰʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ɹʲ|i|꜒|t͡sˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |htˤ|iː|꜒|n̥ˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ŋʲ|i|꜖꜒|ʋˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |t͡sˠ|ʉ|꜒|ɳˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |tʼʲ|a|꜒|t͡sʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |tʰˠ|u#|꜖꜒|ŋ̥ʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |hpʲ|a|̰꜒|ʂʲ|-
[not.Q.1incl.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |tʰʲ|i#|꜒|qʼʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |ʋˤ|a|꜒꜖|kʼˤ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |sˠ|a|꜖|qʼʲ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ɽʲ|iː|꜒꜖|kʼˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |wˠ|i|꜖꜒|tɬˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |kˤ|i|꜒꜖|qʲ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |n̥ˤ|i#|̰꜖|hkˤ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.active.optative.PRES] => |ɠˠ|aː|꜒|ɹʲ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ɥˤ|ʉ|̰꜒|n̥ˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |qˠ|ᵊ|꜖|tʼˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |ᵏǀʰˤ|a#ː|꜖꜒|t͡sʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ɽʲ|i|̰꜖|tʰˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |d͡ʐˠ|i|̰꜒|qˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |pʼʲ|i#|̰꜖|ʄˠ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |lʲ|a|꜒꜖|ɹʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ᵏǀʼˤ|a|̰꜒|r̥ʷ|-
[not.Q.1incl.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |rˠ|ʉ|꜒|qʷ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |ɰʲ|uː|꜖|tʰʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ʄʲ|u|̰꜒|rʷ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |sʷ|ᵊ|̰꜒|hkˤ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʷ|a|꜒|ɗʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ɭˠ|i|꜒|ɭˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ᵏǁʼˠ|u|꜖꜒|ʄˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |sʷ|ᵊ|꜒꜖|htʷ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |tˤ|a#|꜒|ɓˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ɥˠ|iː|꜒꜖|ʃʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |hpʲ|aː|̰꜒|ɗˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|ʉ|̰꜖|ʈˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |nˤ|u|̰꜖|pʼʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |m̥ˠ|i#ː|꜒꜖|ʈʰʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |tˤ|ʉː|̰꜒|sˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |wˤ|i|̰꜒|ɗʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |qˤ|ʉː|̰꜒|ɰˤ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ᵏǀʰˤ|a|̰꜒|ɹˤ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ʈʲ|i|̰꜖|ʄʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |kʼˤ|u#|꜒꜖|ɭˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |pˠ|u#ː|̰꜖|ʈʼˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ʛˠ|u|꜒|tʰˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ᵏǀʰʷ|i|̰꜒|ʈʼʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵏǃʼʲ|aː|꜒|ʡˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.active.optative.PAST] => |ʋʲ|iː|꜖|t͡ʃ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |m̥ˠ|ʉ#|꜖|lʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |kʼˤ|a|꜒|qʼʷ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ɥˤ|aː|꜒|r̥ʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ᵏǀʲ|aː|꜒꜖|t͡ʂˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ŋ̥ʲ|ʉ#|̰꜒|nʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |ɰˤ|u|̰꜒|ʄʲ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |ʋʲ|ᵊ|꜖꜒|kˠ|-
[not.Q.1incl.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |kʼʲ|u|꜖|pʼˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |t͡ʂʲ|i|꜖꜒|r̥ʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ᵑǁʼʲ|a|꜒|kʼˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ɳ̥ʲ|i|̰꜒|ɠˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ŋ̥ʲ|u#|꜖꜒|pˤ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |ɳˠ|ʉ#ː|꜒|ŋ̥ʷ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ᵏǃʲ|iː|̰꜒|hʈʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |hkʷ|a#|̰꜒|ɰˤ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ᵏǃʰˠ|uː|꜖꜒|n̥ʷ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |tʰʲ|u#|꜖꜒|nʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |ʈʼˠ|iː|꜖꜒|kˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ɰˠ|ʉ#ː|̰꜒|ŋ̥ʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ɳˠ|u#|̰꜒|m̥ʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǁʼʲ|a|̰꜒|pʰʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |wˠ|a|̰꜒|ŋ̥ˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ᵑǃʼʲ|u|꜖|kʼʷ|-
[not.Q.1incl.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ʂˠ|ᵊ|꜖꜒|qʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ᵏǁʲ|ʉː|꜒꜖|ʂʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |ɭʲ|ᵊ|꜖|hʈʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |ɹʲ|ʉ|꜒꜖|ɴʷ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |t͡sʲ|ʉ#ː|̰꜒|tʼʷ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |qʼˤ|u|̰꜒|ɽˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |hkʷ|ʉ|꜒꜖|kʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.active.optative.PRES] => |qʲ|ᵊ|̰꜖|nʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.active.optative.PAST] => |tʰˠ|a|꜖꜒|ʛʷ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |ᵑǀʼˤ|a|꜖꜒|tʼˤ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |qʼˤ|a|꜖|ɾʷ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |sʲ|a|꜒꜖|ɓʲ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃʰˠ|a#|꜒꜖|j|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ᵏǁˠ|aː|̰꜒|wˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ɓˤ|i#ː|꜒|ɰˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ᵏǃʷ|i|꜖|m̥ˠ|-
[not.Q.1incl.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |qʼʷ|ᵊ|꜖|ɳˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ᵏǁʼˠ|i#|̰꜒|ʂˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |ŋ̥ʲ|iː|꜖|h|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |ɹˠ|aː|̰꜖|qʼʷ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |t͡sˠ|iː|꜖꜒|r̥ʷ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |hʈˠ|i#ː|꜒|ʛʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |qʼˠ|ʉː|̰꜖|kʼʷ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |ʈʰʲ|u#|̰꜒|tʼʷ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ʋʲ|ʉː|꜒꜖|ɰˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǃʼˤ|ʉ|꜖|ɠʷ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |tʰʲ|a#|꜒꜖|ɴˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǁʼʲ|ᵊ|꜖|ʋˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ʛʷ|ʉ|꜖|nʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʰʷ|a|꜖꜒|ɹˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |hʈʲ|iː|꜖|t͡sʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |pʼʲ|ʉ#ː|꜒|ɹʷ|-
[not.Q.1incl.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |ɠˤ|u#|꜖|ŋʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |kʼˤ|a|꜖꜒|n̥ˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ɰˠ|i|꜒꜖|hpˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |ɴˤ|uː|꜖|ʃʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʼʲ|i#ː|̰꜒|rʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |ᵑǀʼʲ|i#|̰꜒|ɠʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |kˠ|aː|̰꜖|j|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.active.optative.PRES] => |ɥˠ|i|꜖꜒|t͡ʃ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ɻʲ|ʉ|꜖|hpʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ɳˠ|u|꜖꜒|ʛʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |n̥ʲ|ʉ#ː|꜖|ɥʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |ᵏǁʼʲ|a|̰꜒|ŋʷ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |m̥ʲ|u#|꜒|r̥ˠ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |n̥ʲ|a|꜖꜒|kʰʷ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʲ|ᵊ|꜒|ɾˤ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ᵑǀˠ|u|̰꜖|hkʲ|-
[not.Q.1incl.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |hkʲ|a|꜖꜒|pʰˠ|-
[not.Q.1incl.3.cl.4.1incl.NEG.active.indicative.PRES] => |kʰʲ|i|꜒꜖|tʰˠ|-
[not.Q.1incl.3.cl.4.1incl.NEG.active.indicative.PAST] => |ʃʲ|ʉ#|̰꜒|ʡʲ|-
[not.Q.1incl.3.cl.4.1incl.NEG.active.imperative.PRES] => |ᵑǃʼˠ|u|̰꜒|ɻʲ|-
[not.Q.1incl.3.cl.4.1incl.NEG.active.imperative.PAST] => |ŋ̥ˠ|u|̰꜖|hʈʲ|-
[not.Q.1incl.3.cl.4.1incl.NEG.active.conditional.PRES] => |ʋˤ|u|̰꜒|ɴˠ|-
[not.Q.1incl.3.cl.4.1incl.NEG.active.conditional.PAST] => |ᵑǃˠ|a|̰꜖|tʼˠ|-
[not.Q.1incl.3.cl.4.1incl.NEG.active.optative.PRES] => |ɗˤ|a|꜖|n̥ʷ|-
[not.Q.1incl.3.cl.4.1incl.NEG.active.optative.PAST] => |ʛʷ|ᵊ|꜒|ɥˤ|-
[not.Q.1incl.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ɾʷ|i#|꜒꜖|kʲ|-
[not.Q.1incl.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ᵑǁʲ|ʉ#ː|꜒|ʋˠ|-
[not.Q.1incl.3.cl.4.1incl.NEG.passive.imperative.PRES] => |ᵑǀʲ|u#ː|̰꜒|ɾʷ|-
[not.Q.1incl.3.cl.4.1incl.NEG.passive.imperative.PAST] => |ᵑǁʲ|uː|꜒꜖|ɴʲ|-
[not.Q.1incl.3.cl.4.1incl.NEG.passive.conditional.PRES] => |ʄˠ|i|̰꜒|ɭʲ|-
[not.Q.1incl.3.cl.4.1incl.NEG.passive.conditional.PAST] => |qˤ|ʉː|꜒|ʂˠ|-
[not.Q.1incl.3.cl.4.1incl.NEG.passive.optative.PRES] => |tɬʲ|ʉ#|꜒|kʲ|-
[not.Q.1incl.3.cl.4.1incl.NEG.passive.optative.PAST] => |kˠ|i#ː|̰꜒|pˤ|-
[not.Q.1incl.3.cl.4.1incl.POS.active.indicative.PRES] => |pʰˠ|a#ː|꜒꜖|ŋ̥ˠ|-
[not.Q.1incl.3.cl.4.1incl.POS.active.indicative.PAST] => |ᵑǃˠ|a|꜒|ɴˠ|-
[not.Q.1incl.3.cl.4.1incl.POS.active.imperative.PRES] => |ᵏǀʰʲ|u|꜖|ŋ̥ʷ|-
[not.Q.1incl.3.cl.4.1incl.POS.active.imperative.PAST] => |ᵏǀʲ|i#ː|꜖|pˤ|-
[not.Q.1incl.3.cl.4.1incl.POS.active.conditional.PRES] => |pˤ|a|꜖꜒|t͡sʲ|-
[not.Q.1incl.3.cl.4.1incl.POS.active.conditional.PAST] => |mʲ|ᵊ|̰꜒|nʷ|-
[not.Q.1incl.3.cl.4.1incl.POS.active.optative.PRES] => |ɗˤ|a|̰꜒|ɽˠ|-
[not.Q.1incl.3.cl.4.1incl.POS.active.optative.PAST] => |sʷ|ʉ#ː|̰꜒|qʼʷ|-
[not.Q.1incl.3.cl.4.1incl.POS.passive.indicative.PRES] => |n̥ˤ|i#ː|꜖|ʈʼʲ|-
[not.Q.1incl.3.cl.4.1incl.POS.passive.indicative.PAST] => |ɹˠ|u|̰꜖|ʂˠ|-
[not.Q.1incl.3.cl.4.1incl.POS.passive.imperative.PRES] => |ɥˠ|ʉ|̰꜖|ɥʲ|-
[not.Q.1incl.3.cl.4.1incl.POS.passive.imperative.PAST] => |ʛˤ|ʉ#ː|̰꜒|tˤ|-
[not.Q.1incl.3.cl.4.1incl.POS.passive.conditional.PRES] => |d͡ʐʲ|u|꜖꜒|rʲ|-
[not.Q.1incl.3.cl.4.1incl.POS.passive.conditional.PAST] => |ᵏǁˠ|u|꜖|qʲ|-
[not.Q.1incl.3.cl.4.1incl.POS.passive.optative.PRES] => |ɰˤ|a|꜒꜖|t͡sˠ|-
[not.Q.1incl.3.cl.4.1incl.POS.passive.optative.PAST] => |tˤ|i|꜖꜒|r̥ˤ|-
[not.Q.1incl.3.cl.4.1excl.NEG.active.indicative.PRES] => |hkʲ|i|̰꜖|ɰʷ|-
[not.Q.1incl.3.cl.4.1excl.NEG.active.indicative.PAST] => |ʜʲ|u#|̰꜖|ɾˠ|-
[not.Q.1incl.3.cl.4.1excl.NEG.active.imperative.PRES] => |ɴˠ|i|̰꜖|r̥ʷ|-
[not.Q.1incl.3.cl.4.1excl.NEG.active.imperative.PAST] => |ᵏǃˤ|i#ː|꜒|ʔ|-
[not.Q.1incl.3.cl.4.1excl.NEG.active.conditional.PRES] => |n̥ˠ|i|꜖|ʄʲ|-
[not.Q.1incl.3.cl.4.1excl.NEG.active.conditional.PAST] => |t͡sˠ|i|꜖꜒|ŋ̥ˠ|-
[not.Q.1incl.3.cl.4.1excl.NEG.active.optative.PRES] => |t͡ʃ|ʉː|꜖꜒|h|-
[not.Q.1incl.3.cl.4.1excl.NEG.active.optative.PAST] => |t͡ʂˠ|i|̰꜖|t͡ʂʲ|-
[not.Q.1incl.3.cl.4.1excl.NEG.passive.indicative.PRES] => |qʼˤ|u#ː|꜖꜒|ɰˠ|-
[not.Q.1incl.3.cl.4.1excl.NEG.passive.indicative.PAST] => |hʈˠ|u#|꜒|ɠˤ|-
[not.Q.1incl.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ʄˠ|a#|̰꜒|sˤ|-
[not.Q.1incl.3.cl.4.1excl.NEG.passive.imperative.PAST] => |ᵏǀʷ|ᵊ|꜒꜖|sˤ|-
[not.Q.1incl.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ɥˤ|u|̰꜖|ɥˠ|-
[not.Q.1incl.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ᵏǃˤ|ᵊ|̰꜒|n̥ˠ|-
[not.Q.1incl.3.cl.4.1excl.NEG.passive.optative.PRES] => |qˤ|aː|꜖|ʄʲ|-
[not.Q.1incl.3.cl.4.1excl.NEG.passive.optative.PAST] => |m̥ˠ|ʉː|꜖꜒|ʄʲ|-
[not.Q.1incl.3.cl.4.1excl.POS.active.indicative.PRES] => |ɰˠ|u|꜖꜒|ɾʷ|-
[not.Q.1incl.3.cl.4.1excl.POS.active.indicative.PAST] => |ɠʲ|a#ː|̰꜖|ɓˤ|-
[not.Q.1incl.3.cl.4.1excl.POS.active.imperative.PRES] => |ᵑǁʲ|i#ː|꜒꜖|ɽˠ|-
[not.Q.1incl.3.cl.4.1excl.POS.active.imperative.PAST] => |hkˠ|a#|̰꜖|rʲ|-
[not.Q.1incl.3.cl.4.1excl.POS.active.conditional.PRES] => |ᵑǁʲ|u#|꜒|ʄˠ|-
[not.Q.1incl.3.cl.4.1excl.POS.active.conditional.PAST] => |hkˤ|iː|꜒|sʷ|-
[not.Q.1incl.3.cl.4.1excl.POS.active.optative.PRES] => |ɻʲ|a#ː|꜒|ɴʲ|-
[not.Q.1incl.3.cl.4.1excl.POS.active.optative.PAST] => |t͡ʂˠ|a|꜒|ʋʲ|-
[not.Q.1incl.3.cl.4.1excl.POS.passive.indicative.PRES] => |ɰˤ|ᵊ|꜖|rˠ|-
[not.Q.1incl.3.cl.4.1excl.POS.passive.indicative.PAST] => |ᵏǀʰʲ|ᵊ|꜖|t͡ʃ|-
[not.Q.1incl.3.cl.4.1excl.POS.passive.imperative.PRES] => |qˤ|u|̰꜖|t͡ʂʲ|-
[not.Q.1incl.3.cl.4.1excl.POS.passive.imperative.PAST] => |ɥˠ|aː|̰꜒|ɠʲ|-
[not.Q.1incl.3.cl.4.1excl.POS.passive.conditional.PRES] => |hkʲ|aː|̰꜖|t͡sˠ|-
[not.Q.1incl.3.cl.4.1excl.POS.passive.conditional.PAST] => |ᵑǀʼʲ|aː|̰꜒|nˤ|-
[not.Q.1incl.3.cl.4.1excl.POS.passive.optative.PRES] => |hkˠ|a|̰꜖|mˠ|-
[not.Q.1incl.3.cl.4.1excl.POS.passive.optative.PAST] => |nˠ|a|꜖|tʼˠ|-
[not.Q.1incl.3.cl.4.2.NEG.active.indicative.PRES] => |mˤ|ʉ#|̰꜒|kʼʲ|-
[not.Q.1incl.3.cl.4.2.NEG.active.indicative.PAST] => |ʃʲ|a|̰꜒|ɳʲ|-
[not.Q.1incl.3.cl.4.2.NEG.active.imperative.PRES] => |ᵏǃʲ|ᵊ|꜖|ɹˤ|-
[not.Q.1incl.3.cl.4.2.NEG.active.imperative.PAST] => |pʼˤ|ᵊ|̰꜖|t͡sʲ|-
[not.Q.1incl.3.cl.4.2.NEG.active.conditional.PRES] => |ɥˠ|u#ː|꜒|hkʲ|-
[not.Q.1incl.3.cl.4.2.NEG.active.conditional.PAST] => |ᵏǀˤ|a|̰꜒|tʼʷ|-
[not.Q.1incl.3.cl.4.2.NEG.active.optative.PRES] => |ᵏǃʼʷ|a|꜒꜖|hʈˠ|-
[not.Q.1incl.3.cl.4.2.NEG.active.optative.PAST] => |ɥʲ|u|꜒꜖|tˤ|-
[not.Q.1incl.3.cl.4.2.NEG.passive.indicative.PRES] => |ɗˤ|i|꜖|ɹʲ|-
[not.Q.1incl.3.cl.4.2.NEG.passive.indicative.PAST] => |ŋ̥ʷ|i|꜖|ʂʲ|-
[not.Q.1incl.3.cl.4.2.NEG.passive.imperative.PRES] => |t͡sʲ|i#ː|꜖|ʈʼˠ|-
[not.Q.1incl.3.cl.4.2.NEG.passive.imperative.PAST] => |ʋʲ|i|̰꜒|ʡʲ|-
[not.Q.1incl.3.cl.4.2.NEG.passive.conditional.PRES] => |ᵏǀʼˤ|aː|꜖|ŋ̥ˠ|-
[not.Q.1incl.3.cl.4.2.NEG.passive.conditional.PAST] => |ʛʲ|a#|̰꜖|ɳ̥ʲ|-
[not.Q.1incl.3.cl.4.2.NEG.passive.optative.PRES] => |ᵑǀˠ|i#ː|꜒꜖|ɓˠ|-
[not.Q.1incl.3.cl.4.2.NEG.passive.optative.PAST] => |wˠ|i|̰꜒|tʼʲ|-
[not.Q.1incl.3.cl.4.2.POS.active.indicative.PRES] => |nʲ|ʉ#ː|꜒|ɰʲ|-
[not.Q.1incl.3.cl.4.2.POS.active.indicative.PAST] => |ŋ̥ʷ|i|̰꜒|rˠ|-
[not.Q.1incl.3.cl.4.2.POS.active.imperative.PRES] => |r̥ˠ|a|̰꜒|pʲ|-
[not.Q.1incl.3.cl.4.2.POS.active.imperative.PAST] => |nʲ|ᵊ|꜖꜒|ɭʲ|-
[not.Q.1incl.3.cl.4.2.POS.active.conditional.PRES] => |kˤ|u#|̰꜒|ʈʲ|-
[not.Q.1incl.3.cl.4.2.POS.active.conditional.PAST] => |h|ᵊ|꜒꜖|ɠʷ|-
[not.Q.1incl.3.cl.4.2.POS.active.optative.PRES] => |ᵏǀʰˤ|u|̰꜒|ʋˤ|-
[not.Q.1incl.3.cl.4.2.POS.active.optative.PAST] => |t͡sˠ|u|꜖|n̥ʷ|-
[not.Q.1incl.3.cl.4.2.POS.passive.indicative.PRES] => |ᵑǁʲ|aː|꜒꜖|ɴʲ|-
[not.Q.1incl.3.cl.4.2.POS.passive.indicative.PAST] => |sˤ|a|꜒|ʋˤ|-
[not.Q.1incl.3.cl.4.2.POS.passive.imperative.PRES] => |ɰˠ|ᵊ|꜖꜒|ʜʲ|-
[not.Q.1incl.3.cl.4.2.POS.passive.imperative.PAST] => |ᵑǁˠ|u|꜖꜒|tˠ|-
[not.Q.1incl.3.cl.4.2.POS.passive.conditional.PRES] => |t͡sʷ|a|꜒꜖|tˠ|-
[not.Q.1incl.3.cl.4.2.POS.passive.conditional.PAST] => |ᵏǀʼˤ|ʉː|꜒|pʰʲ|-
[not.Q.1incl.3.cl.4.2.POS.passive.optative.PRES] => |lʲ|uː|̰꜒|t͡sʲ|-
[not.Q.1incl.3.cl.4.2.POS.passive.optative.PAST] => |pʲ|a|꜒꜖|t͡ʂʲ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |htʷ|i|꜖꜒|t͡sʲ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ɠʲ|aː|̰꜒|ɽˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |t͡ʂʲ|ʉ#ː|̰꜖|t͡ʃ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |ɾʲ|ʉ#ː|̰꜒|hʈʲ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |r̥ˠ|a#|꜖|sˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ᵑǁʼʲ|u|꜒|ɓˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |qʼʲ|i|̰꜒|wˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |hpˠ|ᵊ|̰꜖|kʼʲ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀˠ|ᵊ|꜖|ɾʷ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ʋˠ|a|꜖|t͡ʂˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ʔ|a#|̰꜒|qˤ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|ᵊ|̰꜖|nˤ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |m̥ˤ|iː|꜒|m̥ˤ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ɥˤ|a|꜒|kʼʷ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |t͡sˠ|u|꜖|kʰʷ|-
[not.Q.1incl.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ᵑǃʼˤ|ᵊ|꜖꜒|t͡sʲ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |j|a#ː|̰꜒|ʔ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ʈʰˠ|a|꜒꜖|tʼʷ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |ᵑǀʼʷ|ᵊ|꜒|pˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ʔ|i|̰꜖|hpˤ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |tʼˠ|a#|꜖|htˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ᵑǃʷ|ᵊ|̰꜒|rˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.active.optative.PRES] => |ɰˠ|i|꜒꜖|ŋˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ᵏǁʼʲ|i#ː|̰꜖|htʲ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |ʋˤ|iː|꜖|lˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃˠ|u|꜖|ɰˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ʜʲ|aː|꜒꜖|rʷ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ɠʲ|a|̰꜒|ɓˤ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ŋʷ|i|꜖|rˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ᵑǁˠ|aː|̰꜒|t͡sʷ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |rʷ|a|꜒꜖|ŋ̥ˠ|-
[not.Q.1incl.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ᵏǃʰˠ|i|꜖꜒|nˤ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |ᵑǀʼˤ|ʉ|̰꜒|n̥ʷ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |mˤ|a|̰꜒|r̥ˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |kʼˠ|ᵊ|꜒꜖|qʼʷ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |nˠ|i|꜖꜒|n̥ʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ɴʷ|ᵊ|꜒꜖|r̥ˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |pˤ|aː|꜒|kʰʷ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ᵑǃʼˤ|a#|꜒꜖|ɥʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |ᵑǃˠ|i#|꜖꜒|tʼˤ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |h|a#|̰꜒|t͡sʷ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |ʡʲ|iː|꜒꜖|tˤ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ʄˠ|i#|̰꜒|ɭˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ʛʲ|i|̰꜖|ʈʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ɗˠ|ᵊ|꜒꜖|ɰʷ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ɴˤ|a#ː|꜒|ʂˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |ʡˠ|ᵊ|꜖꜒|ɹˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ᵏǁʼʲ|a|꜖꜒|tʼˤ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ɰʲ|ʉ|꜒|kʰʷ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ʜʲ|i|꜒꜖|ŋʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |wʲ|i|̰꜖|ʄʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |qʼˤ|ʉː|꜒|mˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |qˠ|a|̰꜒|qʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |tʰʷ|aː|̰꜖|ɓʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ᵏǀʼˤ|a#ː|꜒꜖|kʼʷ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.active.optative.PAST] => |tʼʷ|a|̰꜒|tʰˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |pʰˤ|u|̰꜒|ʃˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ʂʲ|a|̰꜖|qˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |nʷ|i|꜖|ʈʼʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ŋʲ|ʉː|꜒|ʃʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ɹˠ|i#|꜖꜒|hpʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |d͡ʐˠ|ʉ#|̰꜖|rˠ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |j|u#ː|̰꜖|tɬʲ|-
[not.Q.1incl.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ᵑǀʼˠ|aː|꜒꜖|ɹʲ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ɴˠ|a#ː|꜒|ʛʷ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |tˠ|ʉ|̰꜒|ɭˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |nʲ|ʉ#|꜒|ɴʷ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |pʲ|a|꜖꜒|ɳʲ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |t͡sˠ|a|꜖|ʡˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |h|i|꜖|qʼʷ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ɥˠ|u#ː|꜖|ʂˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |ᵏǀʰˠ|u|̰꜒|ɾˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǀʼˠ|i|꜖꜒|ʂˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ʔ|u#|꜖|tʼˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǀˠ|a#ː|꜖|ɹˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |tʰʷ|a#|꜖|ɻˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ŋ̥ˠ|ᵊ|꜖|hʈʲ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǃʰʷ|aː|̰꜒|ʜʲ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |ɳ̥ˠ|ᵊ|꜖|ʛˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |m̥ˤ|ʉ#ː|̰꜖|r̥ˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |sˤ|ᵊ|̰꜖|ɽʲ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |ᵑǃʼʷ|ᵊ|꜖|ɴˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |hkˠ|u|꜖꜒|ɳˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |pˠ|ᵊ|̰꜒|ɾˤ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |ɓˤ|ᵊ|̰꜖|nˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ŋˠ|i|̰꜒|tʰʷ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ɠʲ|iː|̰꜒|qʷ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.active.optative.PAST] => |hʈˠ|i#|꜒|qˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |hkˤ|u#ː|꜖|ɴʲ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ʋˤ|uː|꜖|tɬʲ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ᵏǁʰʲ|u|꜖꜒|ŋ̥ˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ɾˠ|u#ː|꜒꜖|kʷ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ŋ̥ˠ|ᵊ|̰꜒|m̥ʲ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |kʼʷ|a#ː|꜖|ʄˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |kʼʷ|i|꜒꜖|mˠ|-
[not.Q.1incl.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |ᵑǃʼʷ|i|꜖|htˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ŋʷ|a#ː|̰꜖|ŋ̥ˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |hpˤ|a|꜖꜒|ɴˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ɴˠ|a|꜒|ʈʰˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |pʼˠ|a#ː|̰꜒|n̥ˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |ŋ̥ˠ|ᵊ|꜖꜒|pʰˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ᵏǀʷ|ʉ|꜒|ʡʲ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |htʲ|iː|꜒|ɳ̥ʲ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ᵑǀˠ|ʉ|꜒|ʛˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ɓˠ|iː|̰꜖|kʲ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǀˤ|ʉ|̰꜖|r̥ˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |ɴʲ|aː|꜖꜒|ʋˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ɴʲ|ʉ|꜒|ɻʲ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |ʛˠ|ʉ|꜒꜖|qʷ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃʰˤ|ᵊ|꜖|qʼˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ʈˠ|ᵊ|̰꜒|ɴˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |sʲ|ᵊ|̰꜒|kʼʷ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |kʰˠ|a|꜖|ɥˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ɽʲ|u|̰꜖|ɥˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ᵏǃʰˠ|a#|꜒|qʼˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʼʷ|a|꜖꜒|ʈʰˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |tʼˤ|u|꜒|tʰʷ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |kʰʲ|ᵊ|꜖|kʲ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.active.optative.PRES] => |nˠ|a|꜒꜖|qʼˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ʋʲ|iː|̰꜖|ŋˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ɳ̥ʲ|i|꜖|qʼˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ɽʲ|ʉ|꜖꜒|hkʲ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |ᵏǀʼˤ|uː|̰꜒|tʲ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |tʰʷ|ʉ|꜖꜒|ɹˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |tʼˠ|ʉ|꜖꜒|kˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ᵑǃʼˠ|a#ː|̰꜒|n̥ˤ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |mˠ|ʉː|꜖꜒|ʂˠ|-
[not.Q.1incl.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |ɠˤ|ᵊ|꜒|ʈʲ|-
[not.Q.1excl.none.1incl.NEG.active.indicative.PRES] => |j|ᵊ|꜒꜖|kʲ|-
[not.Q.1excl.none.1incl.NEG.active.indicative.PAST] => |ɭʲ|a|꜖꜒|qʼˤ|-
[not.Q.1excl.none.1incl.NEG.active.imperative.PRES] => |t͡ʃ|a#|̰꜒|ɭʲ|-
[not.Q.1excl.none.1incl.NEG.active.imperative.PAST] => |ɾˠ|ʉ#|꜒|tʰˤ|-
[not.Q.1excl.none.1incl.NEG.active.conditional.PRES] => |mˠ|a|̰꜖|kˤ|-
[not.Q.1excl.none.1incl.NEG.active.conditional.PAST] => |ɳ̥ˠ|a|̰꜖|ɹʲ|-
[not.Q.1excl.none.1incl.NEG.active.optative.PRES] => |sˠ|ʉ|꜖꜒|tʼˠ|-
[not.Q.1excl.none.1incl.NEG.active.optative.PAST] => |ɠˤ|i|̰꜖|tʼˤ|-
[not.Q.1excl.none.1incl.NEG.passive.indicative.PRES] => |ᵏǀˤ|ʉː|꜒꜖|lˠ|-
[not.Q.1excl.none.1incl.NEG.passive.indicative.PAST] => |ᵏǁʲ|u#ː|꜖꜒|wˠ|-
[not.Q.1excl.none.1incl.NEG.passive.imperative.PRES] => |ʋˤ|a|̰꜖|sˤ|-
[not.Q.1excl.none.1incl.NEG.passive.imperative.PAST] => |sʷ|a|꜖|t͡sʲ|-
[not.Q.1excl.none.1incl.NEG.passive.conditional.PRES] => |pʰˤ|i|꜒|hkʷ|-
[not.Q.1excl.none.1incl.NEG.passive.conditional.PAST] => |m̥ˠ|u#ː|꜒꜖|ʡʲ|-
[not.Q.1excl.none.1incl.NEG.passive.optative.PRES] => |wˠ|ᵊ|꜒꜖|m̥ʲ|-
[not.Q.1excl.none.1incl.NEG.passive.optative.PAST] => |ʂˠ|ᵊ|̰꜒|wˤ|-
[not.Q.1excl.none.1incl.POS.active.indicative.PRES] => |pʰˤ|ʉ|꜖|sʲ|-
[not.Q.1excl.none.1incl.POS.active.indicative.PAST] => |nʷ|a#ː|꜒꜖|wʲ|-
[not.Q.1excl.none.1incl.POS.active.imperative.PRES] => |d͡ʐˠ|aː|꜒꜖|j|-
[not.Q.1excl.none.1incl.POS.active.imperative.PAST] => |htʲ|a|꜒|ʂʲ|-
[not.Q.1excl.none.1incl.POS.active.conditional.PRES] => |ŋ̥ˠ|i|̰꜒|ʋˠ|-
[not.Q.1excl.none.1incl.POS.active.conditional.PAST] => |tˤ|i#|꜖|ŋ̥ˠ|-
[not.Q.1excl.none.1incl.POS.active.optative.PRES] => |hkʷ|ʉ|̰꜒|ɳ̥ʲ|-
[not.Q.1excl.none.1incl.POS.active.optative.PAST] => |ᵏǃʰʲ|a|̰꜒|t͡ʃ|-
[not.Q.1excl.none.1incl.POS.passive.indicative.PRES] => |ᵏǀʲ|ʉ|꜖|ʋˤ|-
[not.Q.1excl.none.1incl.POS.passive.indicative.PAST] => |hkʷ|aː|꜒꜖|ɰˤ|-
[not.Q.1excl.none.1incl.POS.passive.imperative.PRES] => |ʜˠ|aː|꜒꜖|sʷ|-
[not.Q.1excl.none.1incl.POS.passive.imperative.PAST] => |sˤ|u#ː|꜖꜒|rˤ|-
[not.Q.1excl.none.1incl.POS.passive.conditional.PRES] => |ᵏǀˤ|ᵊ|꜒|sˤ|-
[not.Q.1excl.none.1incl.POS.passive.conditional.PAST] => |ŋˠ|ʉː|̰꜖|t͡sˠ|-
[not.Q.1excl.none.1incl.POS.passive.optative.PRES] => |ɽʲ|uː|꜒꜖|ɭˠ|-
[not.Q.1excl.none.1incl.POS.passive.optative.PAST] => |n̥ˤ|a|̰꜖|ʋˤ|-
[not.Q.1excl.none.1excl.NEG.active.indicative.PRES] => |ᵏǀʰˤ|ᵊ|꜖꜒|ʛʲ|-
[not.Q.1excl.none.1excl.NEG.active.indicative.PAST] => |ᵏǁʲ|u#ː|̰꜒|ʛʲ|-
[not.Q.1excl.none.1excl.NEG.active.imperative.PRES] => |ᵑǃˠ|a#ː|꜒|htˠ|-
[not.Q.1excl.none.1excl.NEG.active.imperative.PAST] => |hkˠ|u|̰꜒|tʰʷ|-
[not.Q.1excl.none.1excl.NEG.active.conditional.PRES] => |qʼʲ|u|꜒|ɓˠ|-
[not.Q.1excl.none.1excl.NEG.active.conditional.PAST] => |sˤ|u|̰꜖|tʰˠ|-
[not.Q.1excl.none.1excl.NEG.active.optative.PRES] => |t͡ʂˠ|ʉ|꜒꜖|hkˠ|-
[not.Q.1excl.none.1excl.NEG.active.optative.PAST] => |ŋʲ|a|꜖|ʡʲ|-
[not.Q.1excl.none.1excl.NEG.passive.indicative.PRES] => |ᵑǃʷ|a|̰꜒|ɭˠ|-
[not.Q.1excl.none.1excl.NEG.passive.indicative.PAST] => |ᵑǁˠ|ᵊ|꜖꜒|r̥ʲ|-
[not.Q.1excl.none.1excl.NEG.passive.imperative.PRES] => |ᵑǃˤ|i#|̰꜒|qʼˠ|-
[not.Q.1excl.none.1excl.NEG.passive.imperative.PAST] => |kˠ|ʉː|̰꜒|tˤ|-
[not.Q.1excl.none.1excl.NEG.passive.conditional.PRES] => |kʰʷ|ʉ|̰꜖|ɳ̥ʲ|-
[not.Q.1excl.none.1excl.NEG.passive.conditional.PAST] => |ᵑǃʼˠ|i|꜖꜒|r̥ʷ|-
[not.Q.1excl.none.1excl.NEG.passive.optative.PRES] => |ŋ̥ˠ|u|꜖|ɰʷ|-
[not.Q.1excl.none.1excl.NEG.passive.optative.PAST] => |ɻʲ|a#ː|꜖꜒|ʋˤ|-
[not.Q.1excl.none.1excl.POS.active.indicative.PRES] => |ɳ̥ʲ|i#ː|꜖|ɽʲ|-
[not.Q.1excl.none.1excl.POS.active.indicative.PAST] => |t͡sˤ|ᵊ|꜒꜖|ɰˠ|-
[not.Q.1excl.none.1excl.POS.active.imperative.PRES] => |ᵑǀʼˤ|a|꜒|qʼʷ|-
[not.Q.1excl.none.1excl.POS.active.imperative.PAST] => |ᵏǀʷ|ᵊ|꜖|pˠ|-
[not.Q.1excl.none.1excl.POS.active.conditional.PRES] => |m̥ˠ|a|꜖꜒|wˠ|-
[not.Q.1excl.none.1excl.POS.active.conditional.PAST] => |qˤ|ᵊ|꜒|t͡ʃ|-
[not.Q.1excl.none.1excl.POS.active.optative.PRES] => |ʈʲ|u#|꜒|rʷ|-
[not.Q.1excl.none.1excl.POS.active.optative.PAST] => |kʰˠ|u|꜖꜒|ʛʷ|-
[not.Q.1excl.none.1excl.POS.passive.indicative.PRES] => |ᵑǁʼʲ|ʉː|꜖|t͡ʃ|-
[not.Q.1excl.none.1excl.POS.passive.indicative.PAST] => |ɽʲ|i|꜒꜖|ɹʷ|-
[not.Q.1excl.none.1excl.POS.passive.imperative.PRES] => |ɰˤ|ʉ|꜖|mˤ|-
[not.Q.1excl.none.1excl.POS.passive.imperative.PAST] => |ɴˤ|i|̰꜒|ɭʲ|-
[not.Q.1excl.none.1excl.POS.passive.conditional.PRES] => |ʡʲ|ᵊ|꜖|qˤ|-
[not.Q.1excl.none.1excl.POS.passive.conditional.PAST] => |htˤ|ʉ|̰꜒|ɗʷ|-
[not.Q.1excl.none.1excl.POS.passive.optative.PRES] => |ᵑǀʼˤ|ᵊ|̰꜖|ʜˠ|-
[not.Q.1excl.none.1excl.POS.passive.optative.PAST] => |ᵑǁʲ|a|꜖꜒|ɳ̥ʲ|-
[not.Q.1excl.none.2.NEG.active.indicative.PRES] => |ᵏǀʼʷ|a|꜖|hʈˠ|-
[not.Q.1excl.none.2.NEG.active.indicative.PAST] => |ɠʷ|ᵊ|꜖꜒|nˤ|-
[not.Q.1excl.none.2.NEG.active.imperative.PRES] => |ᵏǀʰʲ|ʉ|̰꜖|ʄʲ|-
[not.Q.1excl.none.2.NEG.active.imperative.PAST] => |ᵏǃʼˠ|ʉː|꜖꜒|ɾˤ|-
[not.Q.1excl.none.2.NEG.active.conditional.PRES] => |ᵏǃʰˤ|a#ː|꜖꜒|ɾʷ|-
[not.Q.1excl.none.2.NEG.active.conditional.PAST] => |ɽʲ|ʉ|̰꜒|ɥˠ|-
[not.Q.1excl.none.2.NEG.active.optative.PRES] => |t͡sʲ|u#|꜒|ɓˤ|-
[not.Q.1excl.none.2.NEG.active.optative.PAST] => |tʰˠ|aː|꜒|ɓʲ|-
[not.Q.1excl.none.2.NEG.passive.indicative.PRES] => |ᵏǁʲ|aː|꜖꜒|sʲ|-
[not.Q.1excl.none.2.NEG.passive.indicative.PAST] => |ɹˠ|u#ː|꜖|ɗˤ|-
[not.Q.1excl.none.2.NEG.passive.imperative.PRES] => |ᵏǁʼʲ|u|꜒|pʼˤ|-
[not.Q.1excl.none.2.NEG.passive.imperative.PAST] => |ʛʲ|ᵊ|꜖꜒|kʼˤ|-
[not.Q.1excl.none.2.NEG.passive.conditional.PRES] => |ᵑǀʼʲ|u#|꜖꜒|mʲ|-
[not.Q.1excl.none.2.NEG.passive.conditional.PAST] => |mˤ|ᵊ|꜖꜒|ɾʲ|-
[not.Q.1excl.none.2.NEG.passive.optative.PRES] => |ɳʲ|a|̰꜖|ŋʷ|-
[not.Q.1excl.none.2.NEG.passive.optative.PAST] => |ᵏǃʼʲ|u#ː|꜖꜒|tʼˠ|-
[not.Q.1excl.none.2.POS.active.indicative.PRES] => |tʰʲ|u|꜖꜒|t͡ʃ|-
[not.Q.1excl.none.2.POS.active.indicative.PAST] => |t͡ʂˠ|u|꜖|hkˤ|-
[not.Q.1excl.none.2.POS.active.imperative.PRES] => |qˤ|i#ː|꜒꜖|pʼʲ|-
[not.Q.1excl.none.2.POS.active.imperative.PAST] => |ʃʲ|a|꜖꜒|ɗˠ|-
[not.Q.1excl.none.2.POS.active.conditional.PRES] => |m̥ˠ|i|꜖|pʼˠ|-
[not.Q.1excl.none.2.POS.active.conditional.PAST] => |ᵑǃʲ|ᵊ|꜖꜒|ɓˠ|-
[not.Q.1excl.none.2.POS.active.optative.PRES] => |ɴˤ|i|̰꜒|ɹˤ|-
[not.Q.1excl.none.2.POS.active.optative.PAST] => |ɻˠ|aː|꜖|ʈʰʲ|-
[not.Q.1excl.none.2.POS.passive.indicative.PRES] => |m̥ˠ|i#|꜖|ɳˠ|-
[not.Q.1excl.none.2.POS.passive.indicative.PAST] => |ʔ|ʉ#|꜒꜖|sʲ|-
[not.Q.1excl.none.2.POS.passive.imperative.PRES] => |ŋ̥ʲ|iː|꜖꜒|n̥ˠ|-
[not.Q.1excl.none.2.POS.passive.imperative.PAST] => |ᵑǃˠ|uː|꜒|ɹˠ|-
[not.Q.1excl.none.2.POS.passive.conditional.PRES] => |r̥ˤ|iː|̰꜖|ʛˠ|-
[not.Q.1excl.none.2.POS.passive.conditional.PAST] => |tʰʲ|ʉ|꜖꜒|ʃʲ|-
[not.Q.1excl.none.2.POS.passive.optative.PRES] => |lˠ|uː|̰꜖|n̥ʷ|-
[not.Q.1excl.none.2.POS.passive.optative.PAST] => |ɰʷ|a|꜖|ʂʲ|-
[not.Q.1excl.none.3.cl.1.NEG.active.indicative.PRES] => |t͡sʲ|i|̰꜒|ɗʲ|-
[not.Q.1excl.none.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʰʷ|i#|̰꜒|ɥˠ|-
[not.Q.1excl.none.3.cl.1.NEG.active.imperative.PRES] => |ᵑǀʼˤ|iː|꜒|ʜʲ|-
[not.Q.1excl.none.3.cl.1.NEG.active.imperative.PAST] => |ɻˠ|a|̰꜖|lʲ|-
[not.Q.1excl.none.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʰʷ|ʉ#|̰꜒|n̥ˠ|-
[not.Q.1excl.none.3.cl.1.NEG.active.conditional.PAST] => |hʈˠ|a|̰꜒|ŋ̥ˠ|-
[not.Q.1excl.none.3.cl.1.NEG.active.optative.PRES] => |n̥ʲ|i#|꜒꜖|htʲ|-
[not.Q.1excl.none.3.cl.1.NEG.active.optative.PAST] => |ɹˤ|ʉ|꜖꜒|tˠ|-
[not.Q.1excl.none.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǃʼˠ|aː|꜒꜖|m̥ˤ|-
[not.Q.1excl.none.3.cl.1.NEG.passive.indicative.PAST] => |kʷ|ʉ#|̰꜖|ɴˤ|-
[not.Q.1excl.none.3.cl.1.NEG.passive.imperative.PRES] => |ʈʲ|u#|꜒꜖|kʼˠ|-
[not.Q.1excl.none.3.cl.1.NEG.passive.imperative.PAST] => |ʈʰˠ|ʉ|꜖|pʲ|-
[not.Q.1excl.none.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǁʼʲ|a|̰꜖|pʼˤ|-
[not.Q.1excl.none.3.cl.1.NEG.passive.conditional.PAST] => |sʲ|aː|̰꜖|tʼˠ|-
[not.Q.1excl.none.3.cl.1.NEG.passive.optative.PRES] => |hkˤ|ʉ|꜖꜒|tɬʲ|-
[not.Q.1excl.none.3.cl.1.NEG.passive.optative.PAST] => |htʲ|a#|꜒꜖|tʰˠ|-
[not.Q.1excl.none.3.cl.1.POS.active.indicative.PRES] => |ɠˤ|i|꜖|htʷ|-
[not.Q.1excl.none.3.cl.1.POS.active.indicative.PAST] => |ʋˤ|u|꜖|lˠ|-
[not.Q.1excl.none.3.cl.1.POS.active.imperative.PRES] => |ʛʲ|ᵊ|꜒|ʈˠ|-
[not.Q.1excl.none.3.cl.1.POS.active.imperative.PAST] => |t͡sˠ|ʉ|꜒꜖|pˤ|-
[not.Q.1excl.none.3.cl.1.POS.active.conditional.PRES] => |ᵏǃʰˠ|a|̰꜖|ɻʲ|-
[not.Q.1excl.none.3.cl.1.POS.active.conditional.PAST] => |ɗˤ|a#ː|꜖꜒|ɰʲ|-
[not.Q.1excl.none.3.cl.1.POS.active.optative.PRES] => |ᵏǃʰʲ|u#|꜒꜖|ɴʲ|-
[not.Q.1excl.none.3.cl.1.POS.active.optative.PAST] => |ᵏǁʲ|a#|꜖|j|-
[not.Q.1excl.none.3.cl.1.POS.passive.indicative.PRES] => |qʼʲ|u|꜒꜖|ʄʲ|-
[not.Q.1excl.none.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʼˠ|ʉ#|꜒|ɥˤ|-
[not.Q.1excl.none.3.cl.1.POS.passive.imperative.PRES] => |r̥ˠ|a#ː|꜖꜒|kʷ|-
[not.Q.1excl.none.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʰˤ|u#|꜒|hkʲ|-
[not.Q.1excl.none.3.cl.1.POS.passive.conditional.PRES] => |ᵑǀʼˠ|a|̰꜖|nˤ|-
[not.Q.1excl.none.3.cl.1.POS.passive.conditional.PAST] => |qʼˠ|i|꜖꜒|ʈʰʲ|-
[not.Q.1excl.none.3.cl.1.POS.passive.optative.PRES] => |kʲ|ʉ|꜒|ɻʲ|-
[not.Q.1excl.none.3.cl.1.POS.passive.optative.PAST] => |ɽʲ|i#ː|̰꜖|ʛˤ|-
[not.Q.1excl.none.3.cl.2.NEG.active.indicative.PRES] => |ɠˠ|a|꜖|t͡sˤ|-
[not.Q.1excl.none.3.cl.2.NEG.active.indicative.PAST] => |tˤ|ʉ|꜒|sʲ|-
[not.Q.1excl.none.3.cl.2.NEG.active.imperative.PRES] => |hpʲ|i#|꜒꜖|n̥ˤ|-
[not.Q.1excl.none.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʰʲ|ʉː|̰꜖|ɾʲ|-
[not.Q.1excl.none.3.cl.2.NEG.active.conditional.PRES] => |ɽʲ|i|꜒꜖|pˤ|-
[not.Q.1excl.none.3.cl.2.NEG.active.conditional.PAST] => |ɥʲ|u|̰꜒|htˠ|-
[not.Q.1excl.none.3.cl.2.NEG.active.optative.PRES] => |tʰˤ|ᵊ|꜒|ɗˠ|-
[not.Q.1excl.none.3.cl.2.NEG.active.optative.PAST] => |qʲ|a#ː|꜖|ɽʲ|-
[not.Q.1excl.none.3.cl.2.NEG.passive.indicative.PRES] => |ʄˠ|i|̰꜒|tˤ|-
[not.Q.1excl.none.3.cl.2.NEG.passive.indicative.PAST] => |tʰˠ|aː|꜖|d͡ʐʲ|-
[not.Q.1excl.none.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǀʲ|u|꜖꜒|hpʲ|-
[not.Q.1excl.none.3.cl.2.NEG.passive.imperative.PAST] => |pˠ|u#|꜖꜒|ɹʷ|-
[not.Q.1excl.none.3.cl.2.NEG.passive.conditional.PRES] => |nˤ|a|꜖꜒|n̥ˠ|-
[not.Q.1excl.none.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǀʲ|ʉ#ː|꜒꜖|hpˠ|-
[not.Q.1excl.none.3.cl.2.NEG.passive.optative.PRES] => |htʲ|u|꜖꜒|ɰˤ|-
[not.Q.1excl.none.3.cl.2.NEG.passive.optative.PAST] => |ɥˤ|u#ː|̰꜖|ŋ̥ʲ|-
[not.Q.1excl.none.3.cl.2.POS.active.indicative.PRES] => |t͡ʂʲ|u|̰꜖|ɓˠ|-
[not.Q.1excl.none.3.cl.2.POS.active.indicative.PAST] => |ɥˠ|ᵊ|̰꜖|ɓˤ|-
[not.Q.1excl.none.3.cl.2.POS.active.imperative.PRES] => |ʈʲ|ʉ#ː|̰꜒|ɓˠ|-
[not.Q.1excl.none.3.cl.2.POS.active.imperative.PAST] => |tʰʲ|i|꜖|t͡ʂˠ|-
[not.Q.1excl.none.3.cl.2.POS.active.conditional.PRES] => |kʼʲ|a|꜒|ʡʲ|-
[not.Q.1excl.none.3.cl.2.POS.active.conditional.PAST] => |t͡sˠ|ʉː|꜒꜖|nʷ|-
[not.Q.1excl.none.3.cl.2.POS.active.optative.PRES] => |t͡sˤ|i|꜖|ɠʷ|-
[not.Q.1excl.none.3.cl.2.POS.active.optative.PAST] => |ɳˠ|u|꜒|tʷ|-
[not.Q.1excl.none.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʼʲ|i|꜒|ɓˤ|-
[not.Q.1excl.none.3.cl.2.POS.passive.indicative.PAST] => |ɠˤ|ʉ#ː|꜖|ʛʲ|-
[not.Q.1excl.none.3.cl.2.POS.passive.imperative.PRES] => |pʼˤ|ʉ#|꜒꜖|ɗˤ|-
[not.Q.1excl.none.3.cl.2.POS.passive.imperative.PAST] => |tɬˠ|a|꜖|pʲ|-
[not.Q.1excl.none.3.cl.2.POS.passive.conditional.PRES] => |t͡sˤ|ᵊ|̰꜖|kʰʲ|-
[not.Q.1excl.none.3.cl.2.POS.passive.conditional.PAST] => |ᵏǁʼˠ|u#ː|꜒|ʂʲ|-
[not.Q.1excl.none.3.cl.2.POS.passive.optative.PRES] => |ɹˠ|a|꜒꜖|ɗʲ|-
[not.Q.1excl.none.3.cl.2.POS.passive.optative.PAST] => |m̥ˤ|uː|̰꜖|ʜˠ|-
[not.Q.1excl.none.3.cl.3.NEG.active.indicative.PRES] => |ŋ̥ˠ|a|꜖|ɽʲ|-
[not.Q.1excl.none.3.cl.3.NEG.active.indicative.PAST] => |ɳ̥ˠ|ʉ#|꜖꜒|tʷ|-
[not.Q.1excl.none.3.cl.3.NEG.active.imperative.PRES] => |ɽʲ|aː|̰꜖|m̥ˤ|-
[not.Q.1excl.none.3.cl.3.NEG.active.imperative.PAST] => |ɠʷ|iː|꜒|ʔ|-
[not.Q.1excl.none.3.cl.3.NEG.active.conditional.PRES] => |tʰˠ|ʉ#ː|꜒|ʈʲ|-
[not.Q.1excl.none.3.cl.3.NEG.active.conditional.PAST] => |ʡˠ|a|̰꜒|ɹˤ|-
[not.Q.1excl.none.3.cl.3.NEG.active.optative.PRES] => |ᵏǁˠ|u#|̰꜒|ʋˤ|-
[not.Q.1excl.none.3.cl.3.NEG.active.optative.PAST] => |ᵏǁʰˠ|ʉ|꜖|kʰˠ|-
[not.Q.1excl.none.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃˠ|i|̰꜖|ɰʷ|-
[not.Q.1excl.none.3.cl.3.NEG.passive.indicative.PAST] => |tʰʲ|a|꜒|sʲ|-
[not.Q.1excl.none.3.cl.3.NEG.passive.imperative.PRES] => |ʛˠ|iː|꜖|ŋˤ|-
[not.Q.1excl.none.3.cl.3.NEG.passive.imperative.PAST] => |ʈʲ|i|꜖꜒|rˤ|-
[not.Q.1excl.none.3.cl.3.NEG.passive.conditional.PRES] => |t͡sˤ|ʉː|̰꜖|ɠˠ|-
[not.Q.1excl.none.3.cl.3.NEG.passive.conditional.PAST] => |tʼˤ|u|꜒꜖|hkˤ|-
[not.Q.1excl.none.3.cl.3.NEG.passive.optative.PRES] => |ᵑǁʼʲ|i|꜒꜖|kʼʲ|-
[not.Q.1excl.none.3.cl.3.NEG.passive.optative.PAST] => |ɥˠ|ᵊ|꜒|ɾˠ|-
[not.Q.1excl.none.3.cl.3.POS.active.indicative.PRES] => |sˤ|ᵊ|꜒|ɠʲ|-
[not.Q.1excl.none.3.cl.3.POS.active.indicative.PAST] => |ᵏǀʰˤ|uː|꜒|ʈʼʲ|-
[not.Q.1excl.none.3.cl.3.POS.active.imperative.PRES] => |kʼʲ|ʉ#|̰꜒|t͡ʃ|-
[not.Q.1excl.none.3.cl.3.POS.active.imperative.PAST] => |kʰʷ|a#|꜖꜒|ɾˤ|-
[not.Q.1excl.none.3.cl.3.POS.active.conditional.PRES] => |ᵑǀʼˤ|a|꜖|ɠʷ|-
[not.Q.1excl.none.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʰʲ|u|꜒|ʈʼʲ|-
[not.Q.1excl.none.3.cl.3.POS.active.optative.PRES] => |ɳ̥ʲ|a#|̰꜖|pʰˠ|-
[not.Q.1excl.none.3.cl.3.POS.active.optative.PAST] => |htʲ|u|꜖|ɻʲ|-
[not.Q.1excl.none.3.cl.3.POS.passive.indicative.PRES] => |ɓʲ|ʉ|꜖꜒|ŋ̥ʷ|-
[not.Q.1excl.none.3.cl.3.POS.passive.indicative.PAST] => |ʂˠ|a|꜒|mˤ|-
[not.Q.1excl.none.3.cl.3.POS.passive.imperative.PRES] => |ᵏǁʰʲ|ʉː|꜖꜒|ʂˠ|-
[not.Q.1excl.none.3.cl.3.POS.passive.imperative.PAST] => |kʼʲ|a#|꜖꜒|htʲ|-
[not.Q.1excl.none.3.cl.3.POS.passive.conditional.PRES] => |ŋ̥ʷ|i#|̰꜖|ʈʼˠ|-
[not.Q.1excl.none.3.cl.3.POS.passive.conditional.PAST] => |r̥ˤ|a|꜖|hkʷ|-
[not.Q.1excl.none.3.cl.3.POS.passive.optative.PRES] => |ɠˠ|a|꜒|kˤ|-
[not.Q.1excl.none.3.cl.3.POS.passive.optative.PAST] => |ᵏǃʲ|ʉ|꜖|ɽˠ|-
[not.Q.1excl.none.3.cl.4.NEG.active.indicative.PRES] => |kʲ|ʉ|꜖꜒|mʲ|-
[not.Q.1excl.none.3.cl.4.NEG.active.indicative.PAST] => |ɭˠ|a|̰꜒|pˠ|-
[not.Q.1excl.none.3.cl.4.NEG.active.imperative.PRES] => |qˠ|aː|̰꜒|ɴˠ|-
[not.Q.1excl.none.3.cl.4.NEG.active.imperative.PAST] => |hpʲ|ᵊ|̰꜖|ɰˤ|-
[not.Q.1excl.none.3.cl.4.NEG.active.conditional.PRES] => |t͡sʷ|iː|꜖|nˤ|-
[not.Q.1excl.none.3.cl.4.NEG.active.conditional.PAST] => |ɴʲ|i|꜖|sʲ|-
[not.Q.1excl.none.3.cl.4.NEG.active.optative.PRES] => |hkˠ|a|꜒|ʃʲ|-
[not.Q.1excl.none.3.cl.4.NEG.active.optative.PAST] => |m̥ˤ|a|̰꜒|m̥ˤ|-
[not.Q.1excl.none.3.cl.4.NEG.passive.indicative.PRES] => |pʼˠ|ᵊ|꜒꜖|lʲ|-
[not.Q.1excl.none.3.cl.4.NEG.passive.indicative.PAST] => |kʼʷ|i|̰꜖|r̥ʲ|-
[not.Q.1excl.none.3.cl.4.NEG.passive.imperative.PRES] => |ɠˠ|a|̰꜖|tɬˠ|-
[not.Q.1excl.none.3.cl.4.NEG.passive.imperative.PAST] => |ʃˠ|u|꜖|ʃˠ|-
[not.Q.1excl.none.3.cl.4.NEG.passive.conditional.PRES] => |n̥ʲ|u#ː|꜒|tʼˠ|-
[not.Q.1excl.none.3.cl.4.NEG.passive.conditional.PAST] => |ɰʲ|a|꜖꜒|kʷ|-
[not.Q.1excl.none.3.cl.4.NEG.passive.optative.PRES] => |r̥ʲ|a|̰꜖|tʷ|-
[not.Q.1excl.none.3.cl.4.NEG.passive.optative.PAST] => |ᵏǃʲ|i|꜖|t͡ʂʲ|-
[not.Q.1excl.none.3.cl.4.POS.active.indicative.PRES] => |sʷ|i|꜖꜒|ɳʲ|-
[not.Q.1excl.none.3.cl.4.POS.active.indicative.PAST] => |pʲ|uː|꜖꜒|qʼˠ|-
[not.Q.1excl.none.3.cl.4.POS.active.imperative.PRES] => |tʲ|ʉ|꜒꜖|hkʷ|-
[not.Q.1excl.none.3.cl.4.POS.active.imperative.PAST] => |kˠ|a|꜒|kʼˤ|-
[not.Q.1excl.none.3.cl.4.POS.active.conditional.PRES] => |hkʷ|i#ː|꜖|kʼʷ|-
[not.Q.1excl.none.3.cl.4.POS.active.conditional.PAST] => |wʲ|u#|꜖꜒|ʡˠ|-
[not.Q.1excl.none.3.cl.4.POS.active.optative.PRES] => |r̥ˠ|ʉ|꜒꜖|ŋ̥ʲ|-
[not.Q.1excl.none.3.cl.4.POS.active.optative.PAST] => |ᵏǁʲ|ʉ|꜒|qʲ|-
[not.Q.1excl.none.3.cl.4.POS.passive.indicative.PRES] => |mˠ|i|̰꜖|tˤ|-
[not.Q.1excl.none.3.cl.4.POS.passive.indicative.PAST] => |ɰʷ|a|꜖|n̥ˤ|-
[not.Q.1excl.none.3.cl.4.POS.passive.imperative.PRES] => |ᵑǃʼʷ|i|꜖꜒|ʡʲ|-
[not.Q.1excl.none.3.cl.4.POS.passive.imperative.PAST] => |ᵑǃʷ|i#ː|̰꜒|kʼˠ|-
[not.Q.1excl.none.3.cl.4.POS.passive.conditional.PRES] => |ɗˠ|a#ː|꜖|ɹˠ|-
[not.Q.1excl.none.3.cl.4.POS.passive.conditional.PAST] => |ɹˠ|i|꜒꜖|t͡sʷ|-
[not.Q.1excl.none.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʼˠ|i|꜒꜖|wˤ|-
[not.Q.1excl.none.3.cl.4.POS.passive.optative.PAST] => |ᵏǃʰʷ|i#|꜖|t͡ʃ|-
[not.Q.1excl.1incl.1incl.NEG.active.indicative.PRES] => |d͡ʐˠ|a|꜖|qʼˤ|-
[not.Q.1excl.1incl.1incl.NEG.active.indicative.PAST] => |d͡ʐʲ|a|꜒꜖|sˠ|-
[not.Q.1excl.1incl.1incl.NEG.active.imperative.PRES] => |t͡sˤ|uː|꜖꜒|tʲ|-
[not.Q.1excl.1incl.1incl.NEG.active.imperative.PAST] => |ᵑǃʼʲ|a#|꜖꜒|ɾʷ|-
[not.Q.1excl.1incl.1incl.NEG.active.conditional.PRES] => |sˤ|u|꜖꜒|n̥ˤ|-
[not.Q.1excl.1incl.1incl.NEG.active.conditional.PAST] => |ʋʲ|uː|̰꜒|n̥ˠ|-
[not.Q.1excl.1incl.1incl.NEG.active.optative.PRES] => |nʷ|iː|꜖|ɗʲ|-
[not.Q.1excl.1incl.1incl.NEG.active.optative.PAST] => |ᵏǀʼˤ|uː|̰꜒|ʔ|-
[not.Q.1excl.1incl.1incl.NEG.passive.indicative.PRES] => |ʈʼʲ|ᵊ|꜖|pʰʲ|-
[not.Q.1excl.1incl.1incl.NEG.passive.indicative.PAST] => |ᵑǁʼˠ|u|̰꜒|ʈʰˠ|-
[not.Q.1excl.1incl.1incl.NEG.passive.imperative.PRES] => |ᵏǃʼʲ|i|꜖꜒|ɹˠ|-
[not.Q.1excl.1incl.1incl.NEG.passive.imperative.PAST] => |rˠ|i|̰꜒|ɴʲ|-
[not.Q.1excl.1incl.1incl.NEG.passive.conditional.PRES] => |ᵏǃˤ|i|꜒꜖|kʲ|-
[not.Q.1excl.1incl.1incl.NEG.passive.conditional.PAST] => |ᵏǃʰˤ|uː|꜖꜒|sʲ|-
[not.Q.1excl.1incl.1incl.NEG.passive.optative.PRES] => |ʃˠ|i#ː|̰꜒|tɬˠ|-
[not.Q.1excl.1incl.1incl.NEG.passive.optative.PAST] => |ᵑǀˠ|ᵊ|꜖|kʼʷ|-
[not.Q.1excl.1incl.1incl.POS.active.indicative.PRES] => |tʰˤ|ᵊ|̰꜒|ɓˠ|-
[not.Q.1excl.1incl.1incl.POS.active.indicative.PAST] => |nʷ|iː|꜖|ɓˤ|-
[not.Q.1excl.1incl.1incl.POS.active.imperative.PRES] => |tʰʲ|iː|꜖꜒|ɠʷ|-
[not.Q.1excl.1incl.1incl.POS.active.imperative.PAST] => |ɴʲ|ʉ|̰꜒|n̥ʲ|-
[not.Q.1excl.1incl.1incl.POS.active.conditional.PRES] => |ᵏǃʰˠ|i|꜒꜖|kʲ|-
[not.Q.1excl.1incl.1incl.POS.active.conditional.PAST] => |t͡sʲ|ʉ|꜖|ʈʰʲ|-
[not.Q.1excl.1incl.1incl.POS.active.optative.PRES] => |ᵏǀʼʷ|a#ː|꜖꜒|kˤ|-
[not.Q.1excl.1incl.1incl.POS.active.optative.PAST] => |ɭˠ|ʉ#|̰꜖|d͡ʐʲ|-
[not.Q.1excl.1incl.1incl.POS.passive.indicative.PRES] => |ɗˠ|ʉ|꜖꜒|ɾʲ|-
[not.Q.1excl.1incl.1incl.POS.passive.indicative.PAST] => |ʔ|a|̰꜒|qˠ|-
[not.Q.1excl.1incl.1incl.POS.passive.imperative.PRES] => |mˠ|a|̰꜒|ɗʷ|-
[not.Q.1excl.1incl.1incl.POS.passive.imperative.PAST] => |ɻʲ|aː|꜒꜖|rˤ|-
[not.Q.1excl.1incl.1incl.POS.passive.conditional.PRES] => |d͡ʐˠ|a|꜖|rʲ|-
[not.Q.1excl.1incl.1incl.POS.passive.conditional.PAST] => |ʈʲ|ᵊ|꜖|nʷ|-
[not.Q.1excl.1incl.1incl.POS.passive.optative.PRES] => |kˤ|u|꜖꜒|mˤ|-
[not.Q.1excl.1incl.1incl.POS.passive.optative.PAST] => |ᵑǃˠ|ʉ|꜖|qˤ|-
[not.Q.1excl.1incl.1excl.NEG.active.indicative.PRES] => |kʰʲ|i|꜖꜒|htˠ|-
[not.Q.1excl.1incl.1excl.NEG.active.indicative.PAST] => |ɗʲ|ʉ#ː|꜖|ʂʲ|-
[not.Q.1excl.1incl.1excl.NEG.active.imperative.PRES] => |ᵏǀʷ|a|̰꜒|kʰʲ|-
[not.Q.1excl.1incl.1excl.NEG.active.imperative.PAST] => |wʲ|ᵊ|̰꜖|ɾʷ|-
[not.Q.1excl.1incl.1excl.NEG.active.conditional.PRES] => |tʰʲ|a#ː|꜒|ɻʲ|-
[not.Q.1excl.1incl.1excl.NEG.active.conditional.PAST] => |pʰʲ|ʉː|꜖꜒|t͡ʂʲ|-
[not.Q.1excl.1incl.1excl.NEG.active.optative.PRES] => |ᵏǃʷ|a|꜖꜒|rʷ|-
[not.Q.1excl.1incl.1excl.NEG.active.optative.PAST] => |ɠˠ|u|꜒|ɰʲ|-
[not.Q.1excl.1incl.1excl.NEG.passive.indicative.PRES] => |ᵑǁʼʲ|a#|̰꜖|hkˤ|-
[not.Q.1excl.1incl.1excl.NEG.passive.indicative.PAST] => |ɹʲ|ʉ|꜒꜖|n̥ˠ|-
[not.Q.1excl.1incl.1excl.NEG.passive.imperative.PRES] => |ᵏǀʼʷ|i|̰꜒|ʋˤ|-
[not.Q.1excl.1incl.1excl.NEG.passive.imperative.PAST] => |ɠˤ|u|꜒꜖|ʛʷ|-
[not.Q.1excl.1incl.1excl.NEG.passive.conditional.PRES] => |ʂʲ|ʉ#|̰꜖|ʡˠ|-
[not.Q.1excl.1incl.1excl.NEG.passive.conditional.PAST] => |ŋ̥ʷ|aː|̰꜒|kʰˠ|-
[not.Q.1excl.1incl.1excl.NEG.passive.optative.PRES] => |ʈʼʲ|i#ː|꜒|qʷ|-
[not.Q.1excl.1incl.1excl.NEG.passive.optative.PAST] => |ɓˤ|a|꜖|lˠ|-
[not.Q.1excl.1incl.1excl.POS.active.indicative.PRES] => |ᵏǃʲ|a#|꜖|t͡sʷ|-
[not.Q.1excl.1incl.1excl.POS.active.indicative.PAST] => |r̥ʲ|aː|̰꜖|tʼˤ|-
[not.Q.1excl.1incl.1excl.POS.active.imperative.PRES] => |n̥ˤ|ᵊ|̰꜖|pʰˠ|-
[not.Q.1excl.1incl.1excl.POS.active.imperative.PAST] => |m̥ʲ|i|꜖꜒|qʼʷ|-
[not.Q.1excl.1incl.1excl.POS.active.conditional.PRES] => |tʼˤ|a|̰꜖|r̥ʲ|-
[not.Q.1excl.1incl.1excl.POS.active.conditional.PAST] => |ᵏǃˤ|ᵊ|꜒꜖|nʷ|-
[not.Q.1excl.1incl.1excl.POS.active.optative.PRES] => |ᵏǁʰˠ|ʉː|꜖|tʼʲ|-
[not.Q.1excl.1incl.1excl.POS.active.optative.PAST] => |ᵏǀʼˠ|i|꜖꜒|ɴʷ|-
[not.Q.1excl.1incl.1excl.POS.passive.indicative.PRES] => |ᵑǃʼˤ|uː|꜖|sˤ|-
[not.Q.1excl.1incl.1excl.POS.passive.indicative.PAST] => |ᵑǀʼˤ|a|꜒|pʰʲ|-
[not.Q.1excl.1incl.1excl.POS.passive.imperative.PRES] => |kʲ|u|꜖꜒|ɭˠ|-
[not.Q.1excl.1incl.1excl.POS.passive.imperative.PAST] => |ʜˠ|ʉ#|̰꜒|wˠ|-
[not.Q.1excl.1incl.1excl.POS.passive.conditional.PRES] => |d͡ʐʲ|a#ː|꜒|pʼˤ|-
[not.Q.1excl.1incl.1excl.POS.passive.conditional.PAST] => |ᵏǀʼˤ|i#ː|꜒꜖|t͡sʲ|-
[not.Q.1excl.1incl.1excl.POS.passive.optative.PRES] => |ᵑǃʼˠ|aː|꜒꜖|ŋʷ|-
[not.Q.1excl.1incl.1excl.POS.passive.optative.PAST] => |ʂˠ|aː|꜖|ɹˤ|-
[not.Q.1excl.1incl.2.NEG.active.indicative.PRES] => |ʋˠ|i#|̰꜖|ʂʲ|-
[not.Q.1excl.1incl.2.NEG.active.indicative.PAST] => |ᵑǃʼʲ|i|̰꜖|ɰˤ|-
[not.Q.1excl.1incl.2.NEG.active.imperative.PRES] => |ᵑǃʷ|ᵊ|꜒|t͡sˤ|-
[not.Q.1excl.1incl.2.NEG.active.imperative.PAST] => |hkʲ|i|꜖|hkˤ|-
[not.Q.1excl.1incl.2.NEG.active.conditional.PRES] => |hʈʲ|a|꜖꜒|tʼʲ|-
[not.Q.1excl.1incl.2.NEG.active.conditional.PAST] => |ɹʲ|ᵊ|̰꜒|sˤ|-
[not.Q.1excl.1incl.2.NEG.active.optative.PRES] => |ᵏǀʰʲ|ᵊ|꜖꜒|ɠʲ|-
[not.Q.1excl.1incl.2.NEG.active.optative.PAST] => |ɗˤ|ʉ#|꜒꜖|lˠ|-
[not.Q.1excl.1incl.2.NEG.passive.indicative.PRES] => |ᵏǀʼˤ|u|̰꜒|ɴʲ|-
[not.Q.1excl.1incl.2.NEG.passive.indicative.PAST] => |ᵏǃˠ|ʉ|꜒꜖|ɠˠ|-
[not.Q.1excl.1incl.2.NEG.passive.imperative.PRES] => |wˤ|ʉ|̰꜒|kʼʷ|-
[not.Q.1excl.1incl.2.NEG.passive.imperative.PAST] => |ɠʷ|i|̰꜒|ɰʷ|-
[not.Q.1excl.1incl.2.NEG.passive.conditional.PRES] => |ᵏǁʼˠ|a|꜖|kˤ|-
[not.Q.1excl.1incl.2.NEG.passive.conditional.PAST] => |ᵑǀʼʲ|a#|̰꜖|ɽˠ|-
[not.Q.1excl.1incl.2.NEG.passive.optative.PRES] => |ɰˠ|ᵊ|̰꜖|ʈˠ|-
[not.Q.1excl.1incl.2.NEG.passive.optative.PAST] => |sˠ|u#ː|꜖꜒|tʼʲ|-
[not.Q.1excl.1incl.2.POS.active.indicative.PRES] => |sˤ|a#ː|꜒|pˤ|-
[not.Q.1excl.1incl.2.POS.active.indicative.PAST] => |ɴʷ|i#|꜒|ʡʲ|-
[not.Q.1excl.1incl.2.POS.active.imperative.PRES] => |ᵏǁʼʲ|i|꜒|t͡sʲ|-
[not.Q.1excl.1incl.2.POS.active.imperative.PAST] => |ᵑǁʼʲ|ʉː|꜖꜒|ɳˠ|-
[not.Q.1excl.1incl.2.POS.active.conditional.PRES] => |kʼʲ|ʉ#ː|̰꜒|nˤ|-
[not.Q.1excl.1incl.2.POS.active.conditional.PAST] => |ᵑǃʼʲ|i#|꜖꜒|ʄˠ|-
[not.Q.1excl.1incl.2.POS.active.optative.PRES] => |ɓˠ|i|̰꜖|htˠ|-
[not.Q.1excl.1incl.2.POS.active.optative.PAST] => |ᵏǀʰˤ|i#|꜒꜖|ɓˠ|-
[not.Q.1excl.1incl.2.POS.passive.indicative.PRES] => |kʼʲ|ʉ|꜖|hkˠ|-
[not.Q.1excl.1incl.2.POS.passive.indicative.PAST] => |kʼˠ|aː|꜒꜖|ɭˠ|-
[not.Q.1excl.1incl.2.POS.passive.imperative.PRES] => |ʂʲ|uː|꜒|t͡sˤ|-
[not.Q.1excl.1incl.2.POS.passive.imperative.PAST] => |ʃˠ|ʉː|̰꜖|nˤ|-
[not.Q.1excl.1incl.2.POS.passive.conditional.PRES] => |qˤ|a#ː|꜒꜖|n̥ˤ|-
[not.Q.1excl.1incl.2.POS.passive.conditional.PAST] => |ᵑǀˤ|i#|꜖|ɻʲ|-
[not.Q.1excl.1incl.2.POS.passive.optative.PRES] => |ᵏǀʷ|aː|̰꜖|ʈʼˠ|-
[not.Q.1excl.1incl.2.POS.passive.optative.PAST] => |tˤ|iː|̰꜒|ɾʷ|-
[not.Q.1excl.1incl.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀˤ|ᵊ|꜖|kʼˤ|-
[not.Q.1excl.1incl.3.cl.1.NEG.active.indicative.PAST] => |rˠ|ʉ#|̰꜖|ʂˠ|-
[not.Q.1excl.1incl.3.cl.1.NEG.active.imperative.PRES] => |kʰˠ|u|꜒꜖|ɓʲ|-
[not.Q.1excl.1incl.3.cl.1.NEG.active.imperative.PAST] => |ɗʲ|u|꜖|qʲ|-
[not.Q.1excl.1incl.3.cl.1.NEG.active.conditional.PRES] => |ɳˠ|a#ː|꜖꜒|hpˤ|-
[not.Q.1excl.1incl.3.cl.1.NEG.active.conditional.PAST] => |kʼˠ|ᵊ|꜖|t͡ʃ|-
[not.Q.1excl.1incl.3.cl.1.NEG.active.optative.PRES] => |ᵏǀʼʷ|iː|̰꜒|pʼˠ|-
[not.Q.1excl.1incl.3.cl.1.NEG.active.optative.PAST] => |h|u|̰꜒|ɗʷ|-
[not.Q.1excl.1incl.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǀʲ|u#|̰꜒|tʰˤ|-
[not.Q.1excl.1incl.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǃʲ|iː|꜖꜒|ʛˤ|-
[not.Q.1excl.1incl.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʼʲ|ᵊ|̰꜒|qʲ|-
[not.Q.1excl.1incl.3.cl.1.NEG.passive.imperative.PAST] => |t͡sˠ|ʉː|̰꜖|t͡ʂˠ|-
[not.Q.1excl.1incl.3.cl.1.NEG.passive.conditional.PRES] => |r̥ʲ|i#ː|꜖꜒|n̥ʷ|-
[not.Q.1excl.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʼʲ|ʉ#|̰꜒|htˤ|-
[not.Q.1excl.1incl.3.cl.1.NEG.passive.optative.PRES] => |ɥˠ|ᵊ|꜖|wʲ|-
[not.Q.1excl.1incl.3.cl.1.NEG.passive.optative.PAST] => |sʷ|ᵊ|꜒|ŋ̥ʷ|-
[not.Q.1excl.1incl.3.cl.1.POS.active.indicative.PRES] => |ɥˠ|u#|꜒|ʛʷ|-
[not.Q.1excl.1incl.3.cl.1.POS.active.indicative.PAST] => |ɹˠ|ʉ#|̰꜒|tʼˠ|-
[not.Q.1excl.1incl.3.cl.1.POS.active.imperative.PRES] => |kʼˤ|i|꜖꜒|ɥˤ|-
[not.Q.1excl.1incl.3.cl.1.POS.active.imperative.PAST] => |ʛʲ|ʉ|꜒꜖|r̥ʲ|-
[not.Q.1excl.1incl.3.cl.1.POS.active.conditional.PRES] => |hkˤ|a|꜖|wʲ|-
[not.Q.1excl.1incl.3.cl.1.POS.active.conditional.PAST] => |d͡ʐʲ|ʉ|꜖|r̥ʷ|-
[not.Q.1excl.1incl.3.cl.1.POS.active.optative.PRES] => |qˠ|a#ː|꜒꜖|ɴʷ|-
[not.Q.1excl.1incl.3.cl.1.POS.active.optative.PAST] => |ᵑǃʼˠ|ʉ|꜒|tʰˤ|-
[not.Q.1excl.1incl.3.cl.1.POS.passive.indicative.PRES] => |qˤ|u#ː|꜒|tˠ|-
[not.Q.1excl.1incl.3.cl.1.POS.passive.indicative.PAST] => |pˠ|iː|꜖꜒|ŋˤ|-
[not.Q.1excl.1incl.3.cl.1.POS.passive.imperative.PRES] => |h|ʉ|꜒|ɓˠ|-
[not.Q.1excl.1incl.3.cl.1.POS.passive.imperative.PAST] => |qˠ|a|̰꜖|ɰˠ|-
[not.Q.1excl.1incl.3.cl.1.POS.passive.conditional.PRES] => |pʰʲ|aː|꜖꜒|lˠ|-
[not.Q.1excl.1incl.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃʼˠ|i#ː|꜖|qʼʷ|-
[not.Q.1excl.1incl.3.cl.1.POS.passive.optative.PRES] => |ʛʲ|a|̰꜒|tʼʷ|-
[not.Q.1excl.1incl.3.cl.1.POS.passive.optative.PAST] => |tʼˠ|ᵊ|̰꜒|ŋˠ|-
[not.Q.1excl.1incl.3.cl.2.NEG.active.indicative.PRES] => |pʰʲ|a|꜖꜒|nˤ|-
[not.Q.1excl.1incl.3.cl.2.NEG.active.indicative.PAST] => |mˠ|ᵊ|꜖꜒|d͡ʐʲ|-
[not.Q.1excl.1incl.3.cl.2.NEG.active.imperative.PRES] => |kʼˠ|ᵊ|̰꜒|ɳ̥ʲ|-
[not.Q.1excl.1incl.3.cl.2.NEG.active.imperative.PAST] => |ᵏǀʲ|a|̰꜖|ʈʼʲ|-
[not.Q.1excl.1incl.3.cl.2.NEG.active.conditional.PRES] => |ʛʷ|i|꜖꜒|ŋ̥ʲ|-
[not.Q.1excl.1incl.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃˠ|aː|꜖꜒|t͡ʂʲ|-
[not.Q.1excl.1incl.3.cl.2.NEG.active.optative.PRES] => |ɰʷ|ᵊ|꜒꜖|ɽˠ|-
[not.Q.1excl.1incl.3.cl.2.NEG.active.optative.PAST] => |sˠ|a|꜒꜖|tɬˠ|-
[not.Q.1excl.1incl.3.cl.2.NEG.passive.indicative.PRES] => |nˠ|uː|꜒꜖|tɬʲ|-
[not.Q.1excl.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ɥʲ|i|꜖|ɴʲ|-
[not.Q.1excl.1incl.3.cl.2.NEG.passive.imperative.PRES] => |sʲ|ʉ|꜒|ʛʲ|-
[not.Q.1excl.1incl.3.cl.2.NEG.passive.imperative.PAST] => |tʰʲ|i|꜖|ŋ̥ˠ|-
[not.Q.1excl.1incl.3.cl.2.NEG.passive.conditional.PRES] => |qˤ|a|̰꜖|ʔ|-
[not.Q.1excl.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǀˠ|iː|꜖|tʰˠ|-
[not.Q.1excl.1incl.3.cl.2.NEG.passive.optative.PRES] => |kˠ|u#|̰꜖|ɰˤ|-
[not.Q.1excl.1incl.3.cl.2.NEG.passive.optative.PAST] => |pʼˠ|u|̰꜖|hpˤ|-
[not.Q.1excl.1incl.3.cl.2.POS.active.indicative.PRES] => |ɰʷ|i|꜖꜒|ʄˠ|-
[not.Q.1excl.1incl.3.cl.2.POS.active.indicative.PAST] => |ɹʲ|a|꜒|nʲ|-
[not.Q.1excl.1incl.3.cl.2.POS.active.imperative.PRES] => |ɹˠ|ᵊ|̰꜒|ɴʷ|-
[not.Q.1excl.1incl.3.cl.2.POS.active.imperative.PAST] => |ᵏǀʲ|a|̰꜒|ŋ̥ˠ|-
[not.Q.1excl.1incl.3.cl.2.POS.active.conditional.PRES] => |kʲ|u|̰꜖|hʈˠ|-
[not.Q.1excl.1incl.3.cl.2.POS.active.conditional.PAST] => |hʈˠ|u|꜒꜖|ɾˠ|-
[not.Q.1excl.1incl.3.cl.2.POS.active.optative.PRES] => |tʼʷ|ʉ#ː|̰꜒|tʼʷ|-
[not.Q.1excl.1incl.3.cl.2.POS.active.optative.PAST] => |t͡ʂʲ|i|̰꜖|ɳˠ|-
[not.Q.1excl.1incl.3.cl.2.POS.passive.indicative.PRES] => |ɰˤ|u#ː|꜒꜖|pʰˤ|-
[not.Q.1excl.1incl.3.cl.2.POS.passive.indicative.PAST] => |ɻˠ|a#|̰꜖|ʋʲ|-
[not.Q.1excl.1incl.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀʼˠ|i#ː|̰꜒|kʰˤ|-
[not.Q.1excl.1incl.3.cl.2.POS.passive.imperative.PAST] => |ʈʼˠ|a|̰꜒|ʈʰʲ|-
[not.Q.1excl.1incl.3.cl.2.POS.passive.conditional.PRES] => |hʈʲ|ʉ#|̰꜖|ɽʲ|-
[not.Q.1excl.1incl.3.cl.2.POS.passive.conditional.PAST] => |ɥˤ|i|̰꜖|t͡ʃ|-
[not.Q.1excl.1incl.3.cl.2.POS.passive.optative.PRES] => |mˤ|u#|̰꜒|nˠ|-
[not.Q.1excl.1incl.3.cl.2.POS.passive.optative.PAST] => |ᵑǃˠ|ʉ|꜒|ʜʲ|-
[not.Q.1excl.1incl.3.cl.3.NEG.active.indicative.PRES] => |ɗˠ|a|꜒꜖|ɻˠ|-
[not.Q.1excl.1incl.3.cl.3.NEG.active.indicative.PAST] => |kʼʷ|ʉ|̰꜒|kʼʲ|-
[not.Q.1excl.1incl.3.cl.3.NEG.active.imperative.PRES] => |ɥˠ|aː|꜖꜒|qˠ|-
[not.Q.1excl.1incl.3.cl.3.NEG.active.imperative.PAST] => |ŋʲ|aː|꜖꜒|htʲ|-
[not.Q.1excl.1incl.3.cl.3.NEG.active.conditional.PRES] => |n̥ˠ|i#ː|꜖|htʲ|-
[not.Q.1excl.1incl.3.cl.3.NEG.active.conditional.PAST] => |htʷ|i#|꜖|h|-
[not.Q.1excl.1incl.3.cl.3.NEG.active.optative.PRES] => |ʔ|ʉ#|꜖꜒|nʲ|-
[not.Q.1excl.1incl.3.cl.3.NEG.active.optative.PAST] => |t͡sʲ|iː|꜒꜖|ɽˠ|-
[not.Q.1excl.1incl.3.cl.3.NEG.passive.indicative.PRES] => |t͡ʂˠ|ʉ#|꜒꜖|n̥ˠ|-
[not.Q.1excl.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ʃʲ|ʉ#ː|꜒꜖|kʼʲ|-
[not.Q.1excl.1incl.3.cl.3.NEG.passive.imperative.PRES] => |pʰˠ|u#ː|̰꜖|d͡ʐˠ|-
[not.Q.1excl.1incl.3.cl.3.NEG.passive.imperative.PAST] => |pˤ|ʉː|꜒꜖|sˠ|-
[not.Q.1excl.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ŋ̥ˠ|iː|꜖꜒|sʷ|-
[not.Q.1excl.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǃʰˤ|ʉ|꜒|qʼʷ|-
[not.Q.1excl.1incl.3.cl.3.NEG.passive.optative.PRES] => |ᵑǁʲ|ʉ|꜒꜖|pʲ|-
[not.Q.1excl.1incl.3.cl.3.NEG.passive.optative.PAST] => |ᵏǁʲ|uː|̰꜒|t͡ʃ|-
[not.Q.1excl.1incl.3.cl.3.POS.active.indicative.PRES] => |ᵑǀʼʷ|ʉ#|꜒|sˤ|-
[not.Q.1excl.1incl.3.cl.3.POS.active.indicative.PAST] => |ᵏǀʲ|aː|꜒꜖|t͡sʷ|-
[not.Q.1excl.1incl.3.cl.3.POS.active.imperative.PRES] => |tʼˠ|u#|̰꜖|rˠ|-
[not.Q.1excl.1incl.3.cl.3.POS.active.imperative.PAST] => |ɗʷ|ʉ|꜒|rˤ|-
[not.Q.1excl.1incl.3.cl.3.POS.active.conditional.PRES] => |m̥ˤ|a|̰꜒|pʲ|-
[not.Q.1excl.1incl.3.cl.3.POS.active.conditional.PAST] => |ᵑǃʼʲ|ʉ#ː|̰꜖|tʼʲ|-
[not.Q.1excl.1incl.3.cl.3.POS.active.optative.PRES] => |ɽˠ|a#|̰꜖|qʼˠ|-
[not.Q.1excl.1incl.3.cl.3.POS.active.optative.PAST] => |sˤ|ʉ|꜒꜖|n̥ʲ|-
[not.Q.1excl.1incl.3.cl.3.POS.passive.indicative.PRES] => |d͡ʐˠ|ʉ#|̰꜖|ŋʲ|-
[not.Q.1excl.1incl.3.cl.3.POS.passive.indicative.PAST] => |kʲ|i|̰꜒|tˤ|-
[not.Q.1excl.1incl.3.cl.3.POS.passive.imperative.PRES] => |ɠˤ|aː|̰꜖|ɓˠ|-
[not.Q.1excl.1incl.3.cl.3.POS.passive.imperative.PAST] => |pˤ|u|̰꜖|kʼˤ|-
[not.Q.1excl.1incl.3.cl.3.POS.passive.conditional.PRES] => |ɴˠ|ʉ#|̰꜖|mˠ|-
[not.Q.1excl.1incl.3.cl.3.POS.passive.conditional.PAST] => |ɰˤ|iː|̰꜒|ʛˤ|-
[not.Q.1excl.1incl.3.cl.3.POS.passive.optative.PRES] => |ɰʷ|ʉ#|꜖꜒|kʲ|-
[not.Q.1excl.1incl.3.cl.3.POS.passive.optative.PAST] => |tʼˤ|u|̰꜒|wˤ|-
[not.Q.1excl.1incl.3.cl.4.NEG.active.indicative.PRES] => |nˠ|i|̰꜒|ŋˤ|-
[not.Q.1excl.1incl.3.cl.4.NEG.active.indicative.PAST] => |qʼˠ|u|̰꜒|ɾˠ|-
[not.Q.1excl.1incl.3.cl.4.NEG.active.imperative.PRES] => |sˤ|i|꜖|sˤ|-
[not.Q.1excl.1incl.3.cl.4.NEG.active.imperative.PAST] => |ᵑǃˤ|a|꜖꜒|ɭʲ|-
[not.Q.1excl.1incl.3.cl.4.NEG.active.conditional.PRES] => |hpˠ|ʉː|̰꜒|ɠˠ|-
[not.Q.1excl.1incl.3.cl.4.NEG.active.conditional.PAST] => |ʛˠ|u#ː|꜖꜒|kʲ|-
[not.Q.1excl.1incl.3.cl.4.NEG.active.optative.PRES] => |ᵑǃˤ|i|꜖|r̥ˤ|-
[not.Q.1excl.1incl.3.cl.4.NEG.active.optative.PAST] => |ᵏǀʰˤ|ʉ#ː|꜒꜖|ʃˠ|-
[not.Q.1excl.1incl.3.cl.4.NEG.passive.indicative.PRES] => |r̥ʲ|ᵊ|꜖|tˠ|-
[not.Q.1excl.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǀʼˠ|u|̰꜖|ŋ̥ʲ|-
[not.Q.1excl.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ɰˠ|u|꜖꜒|ɓʲ|-
[not.Q.1excl.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ɗˠ|a|̰꜒|wˤ|-
[not.Q.1excl.1incl.3.cl.4.NEG.passive.conditional.PRES] => |j|a#|̰꜖|ʜˠ|-
[not.Q.1excl.1incl.3.cl.4.NEG.passive.conditional.PAST] => |qʲ|u|̰꜒|ʋʲ|-
[not.Q.1excl.1incl.3.cl.4.NEG.passive.optative.PRES] => |ʄʲ|ʉ#|꜒|nˠ|-
[not.Q.1excl.1incl.3.cl.4.NEG.passive.optative.PAST] => |ɰʷ|ʉ#ː|꜖|ʋʲ|-
[not.Q.1excl.1incl.3.cl.4.POS.active.indicative.PRES] => |ɻˠ|a#|̰꜒|ʋˤ|-
[not.Q.1excl.1incl.3.cl.4.POS.active.indicative.PAST] => |ᵏǀˤ|i|꜖|hʈˠ|-
[not.Q.1excl.1incl.3.cl.4.POS.active.imperative.PRES] => |ʜʲ|uː|꜒|ʃˠ|-
[not.Q.1excl.1incl.3.cl.4.POS.active.imperative.PAST] => |htˠ|ʉ#ː|꜒|pʼˤ|-
[not.Q.1excl.1incl.3.cl.4.POS.active.conditional.PRES] => |ᵑǀʼʲ|aː|꜒꜖|nʲ|-
[not.Q.1excl.1incl.3.cl.4.POS.active.conditional.PAST] => |r̥ʲ|i|꜒|ʜʲ|-
[not.Q.1excl.1incl.3.cl.4.POS.active.optative.PRES] => |ɴˠ|ᵊ|̰꜖|j|-
[not.Q.1excl.1incl.3.cl.4.POS.active.optative.PAST] => |ɓˤ|i|̰꜒|ʂʲ|-
[not.Q.1excl.1incl.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʰˠ|ʉː|̰꜒|ŋ̥ˤ|-
[not.Q.1excl.1incl.3.cl.4.POS.passive.indicative.PAST] => |tˠ|ʉ#ː|̰꜖|tɬˠ|-
[not.Q.1excl.1incl.3.cl.4.POS.passive.imperative.PRES] => |ᵏǃʼˠ|i#ː|̰꜒|lˠ|-
[not.Q.1excl.1incl.3.cl.4.POS.passive.imperative.PAST] => |ɹʷ|i#|꜒꜖|tɬˠ|-
[not.Q.1excl.1incl.3.cl.4.POS.passive.conditional.PRES] => |ᵑǁʲ|i|̰꜖|t͡ʂˠ|-
[not.Q.1excl.1incl.3.cl.4.POS.passive.conditional.PAST] => |ɳˠ|aː|̰꜖|tʰʷ|-
[not.Q.1excl.1incl.3.cl.4.POS.passive.optative.PRES] => |ᵏǃʼˤ|u#|̰꜖|ʈʰˠ|-
[not.Q.1excl.1incl.3.cl.4.POS.passive.optative.PAST] => |wˠ|a|꜒꜖|rʲ|-
[not.Q.1excl.1excl.1incl.NEG.active.indicative.PRES] => |ᵑǁʲ|u#ː|꜖|ʜʲ|-
[not.Q.1excl.1excl.1incl.NEG.active.indicative.PAST] => |wˠ|a|꜒|ʈʼˠ|-
[not.Q.1excl.1excl.1incl.NEG.active.imperative.PRES] => |ʄʲ|aː|꜒꜖|ʃʲ|-
[not.Q.1excl.1excl.1incl.NEG.active.imperative.PAST] => |ɠʲ|i|̰꜒|tʼˤ|-
[not.Q.1excl.1excl.1incl.NEG.active.conditional.PRES] => |ɴˠ|ᵊ|̰꜒|ŋʷ|-
[not.Q.1excl.1excl.1incl.NEG.active.conditional.PAST] => |nʷ|a|̰꜖|qʼʲ|-
[not.Q.1excl.1excl.1incl.NEG.active.optative.PRES] => |ɰˤ|ʉ|꜖꜒|ɠʷ|-
[not.Q.1excl.1excl.1incl.NEG.active.optative.PAST] => |t͡sʷ|i#ː|꜖꜒|wˤ|-
[not.Q.1excl.1excl.1incl.NEG.passive.indicative.PRES] => |ŋʷ|a|꜒|kʷ|-
[not.Q.1excl.1excl.1incl.NEG.passive.indicative.PAST] => |ᵑǃʼʷ|a#|꜒|pˠ|-
[not.Q.1excl.1excl.1incl.NEG.passive.imperative.PRES] => |hkˠ|ʉ|꜖|t͡ʃ|-
[not.Q.1excl.1excl.1incl.NEG.passive.imperative.PAST] => |ᵏǀʰʲ|i|꜖|h|-
[not.Q.1excl.1excl.1incl.NEG.passive.conditional.PRES] => |ᵏǃʰʲ|i|̰꜖|ʃʲ|-
[not.Q.1excl.1excl.1incl.NEG.passive.conditional.PAST] => |ᵏǃʷ|a|꜖|pˠ|-
[not.Q.1excl.1excl.1incl.NEG.passive.optative.PRES] => |ᵑǃʲ|a|꜒|ɾʲ|-
[not.Q.1excl.1excl.1incl.NEG.passive.optative.PAST] => |ɳ̥ʲ|ʉ#|꜒|rʷ|-
[not.Q.1excl.1excl.1incl.POS.active.indicative.PRES] => |ʈʼˠ|i#|̰꜖|qʼʷ|-
[not.Q.1excl.1excl.1incl.POS.active.indicative.PAST] => |ɳ̥ˠ|ᵊ|꜒|ɻʲ|-
[not.Q.1excl.1excl.1incl.POS.active.imperative.PRES] => |ɠʲ|ᵊ|̰꜒|t͡sʷ|-
[not.Q.1excl.1excl.1incl.POS.active.imperative.PAST] => |ᵏǃʼˠ|i|꜒꜖|ɭˠ|-
[not.Q.1excl.1excl.1incl.POS.active.conditional.PRES] => |t͡sʷ|a#|̰꜒|sˠ|-
[not.Q.1excl.1excl.1incl.POS.active.conditional.PAST] => |wˤ|ʉ#ː|꜖|t͡sˤ|-
[not.Q.1excl.1excl.1incl.POS.active.optative.PRES] => |ᵑǃʷ|i|꜖꜒|qʼʷ|-
[not.Q.1excl.1excl.1incl.POS.active.optative.PAST] => |tɬˠ|u|꜒꜖|kʼʷ|-
[not.Q.1excl.1excl.1incl.POS.passive.indicative.PRES] => |ᵑǃʼʲ|a|̰꜖|wˤ|-
[not.Q.1excl.1excl.1incl.POS.passive.indicative.PAST] => |mʲ|i|꜒|tʰˠ|-
[not.Q.1excl.1excl.1incl.POS.passive.imperative.PRES] => |ᵏǃʼʷ|i|꜖꜒|ɽˠ|-
[not.Q.1excl.1excl.1incl.POS.passive.imperative.PAST] => |ɓˠ|ʉ|꜒꜖|ɗˤ|-
[not.Q.1excl.1excl.1incl.POS.passive.conditional.PRES] => |r̥ʷ|a|꜖|d͡ʐˠ|-
[not.Q.1excl.1excl.1incl.POS.passive.conditional.PAST] => |ʈʰʲ|ᵊ|̰꜖|t͡sˤ|-
[not.Q.1excl.1excl.1incl.POS.passive.optative.PRES] => |ᵏǃʼʷ|i|꜒꜖|qʷ|-
[not.Q.1excl.1excl.1incl.POS.passive.optative.PAST] => |ɹʷ|i#|̰꜒|kʰʷ|-
[not.Q.1excl.1excl.1excl.NEG.active.indicative.PRES] => |t͡sˠ|u#|꜖꜒|kʰˠ|-
[not.Q.1excl.1excl.1excl.NEG.active.indicative.PAST] => |nˤ|ʉ|꜖꜒|ɾˤ|-
[not.Q.1excl.1excl.1excl.NEG.active.imperative.PRES] => |ɹʲ|ʉ#|꜖|ʋʲ|-
[not.Q.1excl.1excl.1excl.NEG.active.imperative.PAST] => |ɰˤ|uː|̰꜖|nˤ|-
[not.Q.1excl.1excl.1excl.NEG.active.conditional.PRES] => |ɰʷ|ʉ#|̰꜖|ʈʼʲ|-
[not.Q.1excl.1excl.1excl.NEG.active.conditional.PAST] => |ɠˠ|u|꜖꜒|hkʷ|-
[not.Q.1excl.1excl.1excl.NEG.active.optative.PRES] => |ɹʲ|ʉ#|꜖|t͡ʃ|-
[not.Q.1excl.1excl.1excl.NEG.active.optative.PAST] => |tʲ|ʉ#|꜖|tˤ|-
[not.Q.1excl.1excl.1excl.NEG.passive.indicative.PRES] => |kʰʲ|i#ː|꜖꜒|htˠ|-
[not.Q.1excl.1excl.1excl.NEG.passive.indicative.PAST] => |ʈʼˠ|i#ː|̰꜒|tʲ|-
[not.Q.1excl.1excl.1excl.NEG.passive.imperative.PRES] => |ɓʲ|ʉː|꜖꜒|htˤ|-
[not.Q.1excl.1excl.1excl.NEG.passive.imperative.PAST] => |ɹˠ|uː|̰꜒|ɥˠ|-
[not.Q.1excl.1excl.1excl.NEG.passive.conditional.PRES] => |ᵑǁʼˠ|a#|꜖|ɴˤ|-
[not.Q.1excl.1excl.1excl.NEG.passive.conditional.PAST] => |m̥ˠ|a|꜖|t͡ʃ|-
[not.Q.1excl.1excl.1excl.NEG.passive.optative.PRES] => |ᵏǁʲ|ʉː|̰꜒|tʼʷ|-
[not.Q.1excl.1excl.1excl.NEG.passive.optative.PAST] => |ʜˠ|a|꜒|ʋˤ|-
[not.Q.1excl.1excl.1excl.POS.active.indicative.PRES] => |r̥ʲ|i|꜖|ʛʲ|-
[not.Q.1excl.1excl.1excl.POS.active.indicative.PAST] => |ᵑǃʷ|ʉː|̰꜖|pʰʲ|-
[not.Q.1excl.1excl.1excl.POS.active.imperative.PRES] => |kˤ|u|꜖꜒|tʷ|-
[not.Q.1excl.1excl.1excl.POS.active.imperative.PAST] => |ᵑǁˠ|a|̰꜖|ɹˤ|-
[not.Q.1excl.1excl.1excl.POS.active.conditional.PRES] => |ᵏǀʰʲ|aː|꜖꜒|ɴˠ|-
[not.Q.1excl.1excl.1excl.POS.active.conditional.PAST] => |hkʲ|u|꜒꜖|h|-
[not.Q.1excl.1excl.1excl.POS.active.optative.PRES] => |ɰˤ|i|꜖꜒|ʛˠ|-
[not.Q.1excl.1excl.1excl.POS.active.optative.PAST] => |t͡ʃ|ᵊ|̰꜒|t͡sʷ|-
[not.Q.1excl.1excl.1excl.POS.passive.indicative.PRES] => |pʰˠ|i|꜒|lˠ|-
[not.Q.1excl.1excl.1excl.POS.passive.indicative.PAST] => |nʲ|aː|̰꜖|ɴˤ|-
[not.Q.1excl.1excl.1excl.POS.passive.imperative.PRES] => |ɭˠ|ʉ|꜖꜒|pʰˠ|-
[not.Q.1excl.1excl.1excl.POS.passive.imperative.PAST] => |ʃˠ|u|̰꜒|hʈˠ|-
[not.Q.1excl.1excl.1excl.POS.passive.conditional.PRES] => |ʈʼʲ|ᵊ|̰꜒|qʲ|-
[not.Q.1excl.1excl.1excl.POS.passive.conditional.PAST] => |ᵏǃʰˠ|a|̰꜒|tʼˠ|-
[not.Q.1excl.1excl.1excl.POS.passive.optative.PRES] => |pʼʲ|u#ː|꜖꜒|j|-
[not.Q.1excl.1excl.1excl.POS.passive.optative.PAST] => |ɴˠ|a|̰꜖|mʲ|-
[not.Q.1excl.1excl.2.NEG.active.indicative.PRES] => |hkˤ|ʉ#ː|꜒|qʼˠ|-
[not.Q.1excl.1excl.2.NEG.active.indicative.PAST] => |sˠ|i#|̰꜖|ɴʷ|-
[not.Q.1excl.1excl.2.NEG.active.imperative.PRES] => |n̥ˤ|a|꜒꜖|ŋ̥ʷ|-
[not.Q.1excl.1excl.2.NEG.active.imperative.PAST] => |ᵏǀˤ|ᵊ|̰꜒|m̥ˤ|-
[not.Q.1excl.1excl.2.NEG.active.conditional.PRES] => |sˠ|a|꜒꜖|ʡˠ|-
[not.Q.1excl.1excl.2.NEG.active.conditional.PAST] => |t͡ʂˠ|a#ː|̰꜖|sˤ|-
[not.Q.1excl.1excl.2.NEG.active.optative.PRES] => |tʰʷ|a|꜒|ɻʲ|-
[not.Q.1excl.1excl.2.NEG.active.optative.PAST] => |kˤ|i|꜖꜒|wˤ|-
[not.Q.1excl.1excl.2.NEG.passive.indicative.PRES] => |ɭʲ|aː|꜖|ɗˤ|-
[not.Q.1excl.1excl.2.NEG.passive.indicative.PAST] => |ʂˠ|ʉ|̰꜖|tʷ|-
[not.Q.1excl.1excl.2.NEG.passive.imperative.PRES] => |tʼˤ|i#|̰꜖|ɾˠ|-
[not.Q.1excl.1excl.2.NEG.passive.imperative.PAST] => |tʼʷ|ʉ|̰꜒|pʼʲ|-
[not.Q.1excl.1excl.2.NEG.passive.conditional.PRES] => |ᵑǀʼʷ|aː|꜒꜖|tʼʷ|-
[not.Q.1excl.1excl.2.NEG.passive.conditional.PAST] => |t͡sʲ|ʉ|꜖|sˤ|-
[not.Q.1excl.1excl.2.NEG.passive.optative.PRES] => |ʃʲ|ᵊ|꜖꜒|lˠ|-
[not.Q.1excl.1excl.2.NEG.passive.optative.PAST] => |ʄʲ|iː|̰꜖|kʼʲ|-
[not.Q.1excl.1excl.2.POS.active.indicative.PRES] => |ɴʷ|i|̰꜖|ŋ̥ʷ|-
[not.Q.1excl.1excl.2.POS.active.indicative.PAST] => |sʷ|a#ː|̰꜒|qʼˠ|-
[not.Q.1excl.1excl.2.POS.active.imperative.PRES] => |ʈʰʲ|ʉ|̰꜖|qˠ|-
[not.Q.1excl.1excl.2.POS.active.imperative.PAST] => |mʲ|u#|꜖|ŋ̥ʲ|-
[not.Q.1excl.1excl.2.POS.active.conditional.PRES] => |ᵑǀʼˤ|i|꜒|hkˠ|-
[not.Q.1excl.1excl.2.POS.active.conditional.PAST] => |ɰˠ|u|̰꜒|ʃˠ|-
[not.Q.1excl.1excl.2.POS.active.optative.PRES] => |tˠ|i|꜒꜖|kʰˠ|-
[not.Q.1excl.1excl.2.POS.active.optative.PAST] => |ᵑǁʼʲ|u|̰꜖|ŋ̥ˤ|-
[not.Q.1excl.1excl.2.POS.passive.indicative.PRES] => |ᵑǁˠ|a|꜒|ɠˠ|-
[not.Q.1excl.1excl.2.POS.passive.indicative.PAST] => |qˠ|ʉ|̰꜖|d͡ʐʲ|-
[not.Q.1excl.1excl.2.POS.passive.imperative.PRES] => |ᵏǀʷ|a|꜒꜖|sʲ|-
[not.Q.1excl.1excl.2.POS.passive.imperative.PAST] => |ᵏǁʰˠ|i|̰꜖|ɗʷ|-
[not.Q.1excl.1excl.2.POS.passive.conditional.PRES] => |ᵏǃʼˤ|i#ː|̰꜒|pʼˤ|-
[not.Q.1excl.1excl.2.POS.passive.conditional.PAST] => |tʰʷ|aː|꜒꜖|ʡʲ|-
[not.Q.1excl.1excl.2.POS.passive.optative.PRES] => |kʼˠ|a|꜖꜒|ʛʷ|-
[not.Q.1excl.1excl.2.POS.passive.optative.PAST] => |ʈʰˠ|a#ː|꜖|ɰˤ|-
[not.Q.1excl.1excl.3.cl.1.NEG.active.indicative.PRES] => |r̥ˤ|ʉ|꜖꜒|hkʷ|-
[not.Q.1excl.1excl.3.cl.1.NEG.active.indicative.PAST] => |ɠˤ|ᵊ|꜒|ɻˠ|-
[not.Q.1excl.1excl.3.cl.1.NEG.active.imperative.PRES] => |tʰˠ|ʉ#ː|꜒|r̥ˠ|-
[not.Q.1excl.1excl.3.cl.1.NEG.active.imperative.PAST] => |ʃˠ|i|꜖|ŋˤ|-
[not.Q.1excl.1excl.3.cl.1.NEG.active.conditional.PRES] => |ʔ|i|꜒|ʔ|-
[not.Q.1excl.1excl.3.cl.1.NEG.active.conditional.PAST] => |ᵑǃʼʲ|ʉ#ː|꜖꜒|n̥ˤ|-
[not.Q.1excl.1excl.3.cl.1.NEG.active.optative.PRES] => |ɳʲ|aː|̰꜖|ʂˠ|-
[not.Q.1excl.1excl.3.cl.1.NEG.active.optative.PAST] => |ʂʲ|ʉ|꜖|qʲ|-
[not.Q.1excl.1excl.3.cl.1.NEG.passive.indicative.PRES] => |rˤ|uː|꜖꜒|ɴʷ|-
[not.Q.1excl.1excl.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʰʲ|iː|꜒꜖|qʷ|-
[not.Q.1excl.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ŋ̥ʷ|ʉ|̰꜖|n̥ʷ|-
[not.Q.1excl.1excl.3.cl.1.NEG.passive.imperative.PAST] => |d͡ʐʲ|i#|꜖꜒|qʼˠ|-
[not.Q.1excl.1excl.3.cl.1.NEG.passive.conditional.PRES] => |nʷ|ᵊ|꜒|qʼʷ|-
[not.Q.1excl.1excl.3.cl.1.NEG.passive.conditional.PAST] => |tʲ|ʉ#ː|꜖꜒|ɓˠ|-
[not.Q.1excl.1excl.3.cl.1.NEG.passive.optative.PRES] => |n̥ˠ|ʉ|꜒꜖|lʲ|-
[not.Q.1excl.1excl.3.cl.1.NEG.passive.optative.PAST] => |ɗʲ|ᵊ|꜖|ʡʲ|-
[not.Q.1excl.1excl.3.cl.1.POS.active.indicative.PRES] => |ɴˤ|ᵊ|꜖꜒|m̥ʲ|-
[not.Q.1excl.1excl.3.cl.1.POS.active.indicative.PAST] => |kʰʷ|i|̰꜖|m̥ˤ|-
[not.Q.1excl.1excl.3.cl.1.POS.active.imperative.PRES] => |t͡ʂʲ|u|̰꜖|nˤ|-
[not.Q.1excl.1excl.3.cl.1.POS.active.imperative.PAST] => |hpʲ|a|̰꜖|kʲ|-
[not.Q.1excl.1excl.3.cl.1.POS.active.conditional.PRES] => |qʲ|u#ː|꜒꜖|ɗʷ|-
[not.Q.1excl.1excl.3.cl.1.POS.active.conditional.PAST] => |mˠ|u|꜖꜒|ɻʲ|-
[not.Q.1excl.1excl.3.cl.1.POS.active.optative.PRES] => |ᵏǃʰʷ|aː|꜒꜖|htʷ|-
[not.Q.1excl.1excl.3.cl.1.POS.active.optative.PAST] => |ᵏǀʼʷ|iː|̰꜖|pʼˤ|-
[not.Q.1excl.1excl.3.cl.1.POS.passive.indicative.PRES] => |kʷ|i|꜖꜒|ɽˠ|-
[not.Q.1excl.1excl.3.cl.1.POS.passive.indicative.PAST] => |kʼˠ|i|꜖|qʷ|-
[not.Q.1excl.1excl.3.cl.1.POS.passive.imperative.PRES] => |wˤ|a|̰꜖|rʲ|-
[not.Q.1excl.1excl.3.cl.1.POS.passive.imperative.PAST] => |nʲ|i#|̰꜖|ɭˠ|-
[not.Q.1excl.1excl.3.cl.1.POS.passive.conditional.PRES] => |ʂˠ|iː|̰꜖|qʼˤ|-
[not.Q.1excl.1excl.3.cl.1.POS.passive.conditional.PAST] => |ɠʷ|ʉ|̰꜖|r̥ʲ|-
[not.Q.1excl.1excl.3.cl.1.POS.passive.optative.PRES] => |ʈʼˠ|a|꜖|ɳˠ|-
[not.Q.1excl.1excl.3.cl.1.POS.passive.optative.PAST] => |ɥˠ|i|̰꜒|ɽˠ|-
[not.Q.1excl.1excl.3.cl.2.NEG.active.indicative.PRES] => |m̥ˤ|a|꜖|ʔ|-
[not.Q.1excl.1excl.3.cl.2.NEG.active.indicative.PAST] => |ɰˤ|ᵊ|̰꜖|tɬʲ|-
[not.Q.1excl.1excl.3.cl.2.NEG.active.imperative.PRES] => |tʼˤ|ᵊ|꜒꜖|ɾˠ|-
[not.Q.1excl.1excl.3.cl.2.NEG.active.imperative.PAST] => |t͡sˠ|a#ː|꜖꜒|tˠ|-
[not.Q.1excl.1excl.3.cl.2.NEG.active.conditional.PRES] => |ɠˤ|i|꜖|pʼˠ|-
[not.Q.1excl.1excl.3.cl.2.NEG.active.conditional.PAST] => |pʼʲ|u|꜒|kʲ|-
[not.Q.1excl.1excl.3.cl.2.NEG.active.optative.PRES] => |ᵑǀʼʲ|a|꜖|ʛˤ|-
[not.Q.1excl.1excl.3.cl.2.NEG.active.optative.PAST] => |ᵏǀʷ|aː|꜖꜒|tʰʷ|-
[not.Q.1excl.1excl.3.cl.2.NEG.passive.indicative.PRES] => |pˤ|ʉ|꜖꜒|ʋˠ|-
[not.Q.1excl.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ŋ̥ˤ|uː|꜖|tʼʷ|-
[not.Q.1excl.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǃʰˠ|uː|̰꜖|pʲ|-
[not.Q.1excl.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǁˠ|ʉ|꜒꜖|ɻʲ|-
[not.Q.1excl.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ɰʲ|aː|̰꜒|ɗˤ|-
[not.Q.1excl.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ʄˠ|ᵊ|꜒꜖|r̥ˠ|-
[not.Q.1excl.1excl.3.cl.2.NEG.passive.optative.PRES] => |qˠ|aː|̰꜖|ʜʲ|-
[not.Q.1excl.1excl.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʷ|ʉ|꜖|hkˠ|-
[not.Q.1excl.1excl.3.cl.2.POS.active.indicative.PRES] => |ᵏǃʼˠ|i|̰꜒|lˠ|-
[not.Q.1excl.1excl.3.cl.2.POS.active.indicative.PAST] => |ʡʲ|ᵊ|꜖|ʋʲ|-
[not.Q.1excl.1excl.3.cl.2.POS.active.imperative.PRES] => |ᵏǀˤ|i|꜖|ɗʷ|-
[not.Q.1excl.1excl.3.cl.2.POS.active.imperative.PAST] => |ɻˠ|a#ː|̰꜖|pʼʲ|-
[not.Q.1excl.1excl.3.cl.2.POS.active.conditional.PRES] => |qˤ|ʉ|̰꜒|nˠ|-
[not.Q.1excl.1excl.3.cl.2.POS.active.conditional.PAST] => |kʼˠ|i|꜖|ʈʲ|-
[not.Q.1excl.1excl.3.cl.2.POS.active.optative.PRES] => |ɠˤ|i#ː|꜖꜒|ɠʲ|-
[not.Q.1excl.1excl.3.cl.2.POS.active.optative.PAST] => |mˤ|i|̰꜖|ŋ̥ʷ|-
[not.Q.1excl.1excl.3.cl.2.POS.passive.indicative.PRES] => |n̥ˠ|a#|̰꜒|t͡ʂʲ|-
[not.Q.1excl.1excl.3.cl.2.POS.passive.indicative.PAST] => |qʲ|a|̰꜒|ʛˠ|-
[not.Q.1excl.1excl.3.cl.2.POS.passive.imperative.PRES] => |ɹʷ|ʉ|꜖꜒|ɠˠ|-
[not.Q.1excl.1excl.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀʼˠ|u|꜒|ʈʼˠ|-
[not.Q.1excl.1excl.3.cl.2.POS.passive.conditional.PRES] => |nˠ|i|꜖꜒|ɾʷ|-
[not.Q.1excl.1excl.3.cl.2.POS.passive.conditional.PAST] => |ɴˤ|i|꜒꜖|ʜʲ|-
[not.Q.1excl.1excl.3.cl.2.POS.passive.optative.PRES] => |ʈʰʲ|iː|꜖꜒|kʰˤ|-
[not.Q.1excl.1excl.3.cl.2.POS.passive.optative.PAST] => |ŋʲ|u#|꜒꜖|pʼʲ|-
[not.Q.1excl.1excl.3.cl.3.NEG.active.indicative.PRES] => |nˠ|ᵊ|꜒|pˤ|-
[not.Q.1excl.1excl.3.cl.3.NEG.active.indicative.PAST] => |ᵏǁʼʲ|a|꜒꜖|ɹˠ|-
[not.Q.1excl.1excl.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃˠ|aː|꜒|lʲ|-
[not.Q.1excl.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵏǀʰˤ|a|꜖|t͡sʷ|-
[not.Q.1excl.1excl.3.cl.3.NEG.active.conditional.PRES] => |ᵑǁˠ|ᵊ|꜒꜖|ɳ̥ˠ|-
[not.Q.1excl.1excl.3.cl.3.NEG.active.conditional.PAST] => |ᵑǀˠ|i|̰꜖|ɗʷ|-
[not.Q.1excl.1excl.3.cl.3.NEG.active.optative.PRES] => |tʰʲ|uː|̰꜒|kʰˠ|-
[not.Q.1excl.1excl.3.cl.3.NEG.active.optative.PAST] => |mʲ|u#ː|̰꜒|ɓˠ|-
[not.Q.1excl.1excl.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǃʷ|i#ː|꜖|rʷ|-
[not.Q.1excl.1excl.3.cl.3.NEG.passive.indicative.PAST] => |lˠ|a#ː|꜖꜒|t͡sˤ|-
[not.Q.1excl.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ʈˠ|a|̰꜖|ɭʲ|-
[not.Q.1excl.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ʈʼʲ|iː|꜒|ʡʲ|-
[not.Q.1excl.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ʜʲ|i|꜖꜒|mʲ|-
[not.Q.1excl.1excl.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|i|̰꜖|kʼˠ|-
[not.Q.1excl.1excl.3.cl.3.NEG.passive.optative.PRES] => |pʼˤ|ᵊ|̰꜒|ɹˠ|-
[not.Q.1excl.1excl.3.cl.3.NEG.passive.optative.PAST] => |d͡ʐˠ|i|꜖|ɓˠ|-
[not.Q.1excl.1excl.3.cl.3.POS.active.indicative.PRES] => |ᵏǁˠ|iː|꜖|ɾʷ|-
[not.Q.1excl.1excl.3.cl.3.POS.active.indicative.PAST] => |ŋʷ|a|꜖꜒|tʲ|-
[not.Q.1excl.1excl.3.cl.3.POS.active.imperative.PRES] => |tʼˠ|u|꜖|d͡ʐʲ|-
[not.Q.1excl.1excl.3.cl.3.POS.active.imperative.PAST] => |ᵑǃʷ|ʉ#ː|̰꜒|ɗˤ|-
[not.Q.1excl.1excl.3.cl.3.POS.active.conditional.PRES] => |ɽʲ|ᵊ|꜒|ʋʲ|-
[not.Q.1excl.1excl.3.cl.3.POS.active.conditional.PAST] => |kʼʷ|a|̰꜒|kʰˤ|-
[not.Q.1excl.1excl.3.cl.3.POS.active.optative.PRES] => |kʼʲ|ᵊ|꜖꜒|ʃˠ|-
[not.Q.1excl.1excl.3.cl.3.POS.active.optative.PAST] => |kʼˤ|uː|꜖|ɥˤ|-
[not.Q.1excl.1excl.3.cl.3.POS.passive.indicative.PRES] => |ŋʲ|ʉ|꜒꜖|ɹʷ|-
[not.Q.1excl.1excl.3.cl.3.POS.passive.indicative.PAST] => |d͡ʐʲ|a|̰꜖|sʷ|-
[not.Q.1excl.1excl.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀʲ|ʉ|꜖|mˤ|-
[not.Q.1excl.1excl.3.cl.3.POS.passive.imperative.PAST] => |ɾʲ|a|̰꜖|pʼʲ|-
[not.Q.1excl.1excl.3.cl.3.POS.passive.conditional.PRES] => |sˤ|a#ː|̰꜖|ɴˤ|-
[not.Q.1excl.1excl.3.cl.3.POS.passive.conditional.PAST] => |n̥ʲ|a|̰꜒|ɴʷ|-
[not.Q.1excl.1excl.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʰˠ|a|̰꜖|ɰˤ|-
[not.Q.1excl.1excl.3.cl.3.POS.passive.optative.PAST] => |ᵏǃʲ|ᵊ|꜒|ʔ|-
[not.Q.1excl.1excl.3.cl.4.NEG.active.indicative.PRES] => |tʰʲ|ʉ|꜖꜒|d͡ʐˠ|-
[not.Q.1excl.1excl.3.cl.4.NEG.active.indicative.PAST] => |qʲ|ʉ|꜖꜒|ʛˠ|-
[not.Q.1excl.1excl.3.cl.4.NEG.active.imperative.PRES] => |ɳ̥ˠ|a|̰꜒|t͡ʂˠ|-
[not.Q.1excl.1excl.3.cl.4.NEG.active.imperative.PAST] => |ᵑǃˤ|iː|꜒꜖|tʼʷ|-
[not.Q.1excl.1excl.3.cl.4.NEG.active.conditional.PRES] => |t͡ʃ|ʉː|꜖|tˠ|-
[not.Q.1excl.1excl.3.cl.4.NEG.active.conditional.PAST] => |ᵏǁʰˠ|ᵊ|꜖꜒|m̥ˠ|-
[not.Q.1excl.1excl.3.cl.4.NEG.active.optative.PRES] => |ᵏǀˤ|i|̰꜒|ɹʲ|-
[not.Q.1excl.1excl.3.cl.4.NEG.active.optative.PAST] => |ᵏǀˤ|a|̰꜖|ɹˤ|-
[not.Q.1excl.1excl.3.cl.4.NEG.passive.indicative.PRES] => |qʼʲ|ᵊ|꜒꜖|tʲ|-
[not.Q.1excl.1excl.3.cl.4.NEG.passive.indicative.PAST] => |qʲ|aː|꜒|ŋˤ|-
[not.Q.1excl.1excl.3.cl.4.NEG.passive.imperative.PRES] => |t͡sʲ|a|꜒꜖|hkˤ|-
[not.Q.1excl.1excl.3.cl.4.NEG.passive.imperative.PAST] => |qʼˤ|uː|꜖|mˤ|-
[not.Q.1excl.1excl.3.cl.4.NEG.passive.conditional.PRES] => |ɾˠ|u|̰꜖|t͡sʲ|-
[not.Q.1excl.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ʈˠ|aː|̰꜒|hkʷ|-
[not.Q.1excl.1excl.3.cl.4.NEG.passive.optative.PRES] => |htʷ|a|꜖|ʡˠ|-
[not.Q.1excl.1excl.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀˠ|i#|̰꜖|pʰˤ|-
[not.Q.1excl.1excl.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʰˠ|ʉ|̰꜒|t͡sʲ|-
[not.Q.1excl.1excl.3.cl.4.POS.active.indicative.PAST] => |ᵏǀˤ|i|꜖꜒|pʼˠ|-
[not.Q.1excl.1excl.3.cl.4.POS.active.imperative.PRES] => |ɠʷ|aː|꜒|tʼʷ|-
[not.Q.1excl.1excl.3.cl.4.POS.active.imperative.PAST] => |ᵏǀˠ|aː|꜖|qʼʲ|-
[not.Q.1excl.1excl.3.cl.4.POS.active.conditional.PRES] => |ᵏǀʰˠ|i#|꜖꜒|ɻˠ|-
[not.Q.1excl.1excl.3.cl.4.POS.active.conditional.PAST] => |htˤ|u#|꜖꜒|d͡ʐˠ|-
[not.Q.1excl.1excl.3.cl.4.POS.active.optative.PRES] => |pʼˤ|aː|꜒꜖|ʂˠ|-
[not.Q.1excl.1excl.3.cl.4.POS.active.optative.PAST] => |ᵏǃʰʲ|aː|꜖꜒|ɭʲ|-
[not.Q.1excl.1excl.3.cl.4.POS.passive.indicative.PRES] => |ŋˤ|i#ː|꜒|ʃˠ|-
[not.Q.1excl.1excl.3.cl.4.POS.passive.indicative.PAST] => |htˠ|ᵊ|꜒꜖|tʼˤ|-
[not.Q.1excl.1excl.3.cl.4.POS.passive.imperative.PRES] => |sˠ|i|꜖꜒|ɳ̥ˠ|-
[not.Q.1excl.1excl.3.cl.4.POS.passive.imperative.PAST] => |kʼˠ|iː|꜒|qˤ|-
[not.Q.1excl.1excl.3.cl.4.POS.passive.conditional.PRES] => |ᵑǁʲ|ᵊ|꜖꜒|m̥ˠ|-
[not.Q.1excl.1excl.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʷ|i#ː|꜒꜖|qʼʲ|-
[not.Q.1excl.1excl.3.cl.4.POS.passive.optative.PRES] => |ʈʼʲ|i#|꜒|ɳ̥ˠ|-
[not.Q.1excl.1excl.3.cl.4.POS.passive.optative.PAST] => |nˠ|i#ː|꜖꜒|j|-
[not.Q.1excl.2.1incl.NEG.active.indicative.PRES] => |ɭˠ|u|꜖꜒|r̥ˠ|-
[not.Q.1excl.2.1incl.NEG.active.indicative.PAST] => |mʲ|ᵊ|̰꜖|ɰʲ|-
[not.Q.1excl.2.1incl.NEG.active.imperative.PRES] => |ɓˤ|a|꜒|rˠ|-
[not.Q.1excl.2.1incl.NEG.active.imperative.PAST] => |ʡʲ|a#|꜒꜖|ɭʲ|-
[not.Q.1excl.2.1incl.NEG.active.conditional.PRES] => |sʲ|ᵊ|꜒|tɬˠ|-
[not.Q.1excl.2.1incl.NEG.active.conditional.PAST] => |ʄʲ|i|꜒|mˤ|-
[not.Q.1excl.2.1incl.NEG.active.optative.PRES] => |tʼʲ|i|꜖|ɳ̥ˠ|-
[not.Q.1excl.2.1incl.NEG.active.optative.PAST] => |lˠ|i|꜒|ʂˠ|-
[not.Q.1excl.2.1incl.NEG.passive.indicative.PRES] => |tʼˠ|u#ː|̰꜖|ʂˠ|-
[not.Q.1excl.2.1incl.NEG.passive.indicative.PAST] => |ᵑǃˤ|u|꜒|ŋ̥ˠ|-
[not.Q.1excl.2.1incl.NEG.passive.imperative.PRES] => |ʔ|a|꜖꜒|ɥʲ|-
[not.Q.1excl.2.1incl.NEG.passive.imperative.PAST] => |ŋ̥ˠ|i|꜖꜒|pʰʲ|-
[not.Q.1excl.2.1incl.NEG.passive.conditional.PRES] => |htʲ|ᵊ|꜒꜖|ʃˠ|-
[not.Q.1excl.2.1incl.NEG.passive.conditional.PAST] => |sˠ|ᵊ|꜒|t͡sˠ|-
[not.Q.1excl.2.1incl.NEG.passive.optative.PRES] => |qʼˠ|a#ː|̰꜖|ɠˠ|-
[not.Q.1excl.2.1incl.NEG.passive.optative.PAST] => |ɾʷ|ᵊ|̰꜖|kʰʲ|-
[not.Q.1excl.2.1incl.POS.active.indicative.PRES] => |ᵏǀʰʷ|a|꜒|sˠ|-
[not.Q.1excl.2.1incl.POS.active.indicative.PAST] => |t͡ʃ|i#ː|꜖꜒|n̥ʷ|-
[not.Q.1excl.2.1incl.POS.active.imperative.PRES] => |ɻʲ|u#ː|꜖|ŋ̥ˠ|-
[not.Q.1excl.2.1incl.POS.active.imperative.PAST] => |ɹˤ|i#ː|̰꜒|mˤ|-
[not.Q.1excl.2.1incl.POS.active.conditional.PRES] => |ʂˠ|u#ː|̰꜒|tʼʷ|-
[not.Q.1excl.2.1incl.POS.active.conditional.PAST] => |ʄˠ|ᵊ|꜖꜒|ɹʷ|-
[not.Q.1excl.2.1incl.POS.active.optative.PRES] => |ᵏǁʰˠ|ʉ|꜖꜒|lˠ|-
[not.Q.1excl.2.1incl.POS.active.optative.PAST] => |ɥˤ|ʉ|꜖|t͡ʂˠ|-
[not.Q.1excl.2.1incl.POS.passive.indicative.PRES] => |kʼˤ|ʉ#|̰꜒|qʼˤ|-
[not.Q.1excl.2.1incl.POS.passive.indicative.PAST] => |r̥ʷ|i|̰꜖|htˤ|-
[not.Q.1excl.2.1incl.POS.passive.imperative.PRES] => |ᵏǃʰʲ|ᵊ|꜒|nʲ|-
[not.Q.1excl.2.1incl.POS.passive.imperative.PAST] => |ɹˤ|uː|꜒꜖|nˤ|-
[not.Q.1excl.2.1incl.POS.passive.conditional.PRES] => |kʼʷ|a#ː|꜒|kˠ|-
[not.Q.1excl.2.1incl.POS.passive.conditional.PAST] => |ɗʲ|aː|̰꜖|tˤ|-
[not.Q.1excl.2.1incl.POS.passive.optative.PRES] => |pˠ|i|꜖꜒|tʰʲ|-
[not.Q.1excl.2.1incl.POS.passive.optative.PAST] => |ʡˠ|a|̰꜖|ɴˠ|-
[not.Q.1excl.2.1excl.NEG.active.indicative.PRES] => |hpˤ|a#ː|꜖꜒|sˤ|-
[not.Q.1excl.2.1excl.NEG.active.indicative.PAST] => |hʈˠ|a|꜖|t͡sˠ|-
[not.Q.1excl.2.1excl.NEG.active.imperative.PRES] => |tʼˤ|i#|꜒꜖|t͡sʲ|-
[not.Q.1excl.2.1excl.NEG.active.imperative.PAST] => |ŋ̥ˤ|ʉ|꜒꜖|kʰˤ|-
[not.Q.1excl.2.1excl.NEG.active.conditional.PRES] => |kʼˤ|ᵊ|꜒꜖|ɴʷ|-
[not.Q.1excl.2.1excl.NEG.active.conditional.PAST] => |ɰʲ|ʉ#ː|̰꜖|sʷ|-
[not.Q.1excl.2.1excl.NEG.active.optative.PRES] => |ɹʲ|u#ː|̰꜒|tˤ|-
[not.Q.1excl.2.1excl.NEG.active.optative.PAST] => |kʰʲ|a|̰꜒|ɾˠ|-
[not.Q.1excl.2.1excl.NEG.passive.indicative.PRES] => |pʰˠ|ʉ|̰꜒|rˠ|-
[not.Q.1excl.2.1excl.NEG.passive.indicative.PAST] => |ʋˠ|i#|̰꜖|r̥ˤ|-
[not.Q.1excl.2.1excl.NEG.passive.imperative.PRES] => |ɴˠ|i#ː|꜖|t͡sˤ|-
[not.Q.1excl.2.1excl.NEG.passive.imperative.PAST] => |ʋʲ|ʉ|꜖꜒|lˠ|-
[not.Q.1excl.2.1excl.NEG.passive.conditional.PRES] => |ᵏǀʼˤ|u|꜖꜒|ɹˤ|-
[not.Q.1excl.2.1excl.NEG.passive.conditional.PAST] => |ɗˠ|i|꜖|pʰˤ|-
[not.Q.1excl.2.1excl.NEG.passive.optative.PRES] => |ʈʲ|ᵊ|꜒꜖|ɠʲ|-
[not.Q.1excl.2.1excl.NEG.passive.optative.PAST] => |ᵑǁʲ|a#ː|꜖꜒|ʂˠ|-
[not.Q.1excl.2.1excl.POS.active.indicative.PRES] => |qˠ|a|꜒|ʛʲ|-
[not.Q.1excl.2.1excl.POS.active.indicative.PAST] => |ᵑǃˤ|a|꜒꜖|ɹʲ|-
[not.Q.1excl.2.1excl.POS.active.imperative.PRES] => |ŋ̥ˤ|iː|̰꜖|t͡sˠ|-
[not.Q.1excl.2.1excl.POS.active.imperative.PAST] => |hkʲ|ᵊ|̰꜒|pʲ|-
[not.Q.1excl.2.1excl.POS.active.conditional.PRES] => |hkʷ|ᵊ|꜒|ŋ̥ʷ|-
[not.Q.1excl.2.1excl.POS.active.conditional.PAST] => |ʃˠ|u|̰꜖|t͡ʃ|-
[not.Q.1excl.2.1excl.POS.active.optative.PRES] => |ɗˠ|i|꜖꜒|qʼˠ|-
[not.Q.1excl.2.1excl.POS.active.optative.PAST] => |ᵏǁˠ|i|̰꜒|ɥˤ|-
[not.Q.1excl.2.1excl.POS.passive.indicative.PRES] => |ɥˤ|i#|̰꜖|r̥ˤ|-
[not.Q.1excl.2.1excl.POS.passive.indicative.PAST] => |lˠ|i#|꜖꜒|ʛˠ|-
[not.Q.1excl.2.1excl.POS.passive.imperative.PRES] => |pʼˠ|ʉ#|꜖꜒|ɭˠ|-
[not.Q.1excl.2.1excl.POS.passive.imperative.PAST] => |kʼˤ|ᵊ|꜒|ɠˠ|-
[not.Q.1excl.2.1excl.POS.passive.conditional.PRES] => |ʈˠ|aː|꜖꜒|rʷ|-
[not.Q.1excl.2.1excl.POS.passive.conditional.PAST] => |pˤ|ʉː|꜖|nˠ|-
[not.Q.1excl.2.1excl.POS.passive.optative.PRES] => |ᵑǀˤ|ᵊ|̰꜒|ɳˠ|-
[not.Q.1excl.2.1excl.POS.passive.optative.PAST] => |qʲ|i|̰꜒|qˠ|-
[not.Q.1excl.2.2.NEG.active.indicative.PRES] => |ᵏǀʼˠ|i|꜒꜖|h|-
[not.Q.1excl.2.2.NEG.active.indicative.PAST] => |ᵏǃʼˠ|ᵊ|꜒꜖|ŋˤ|-
[not.Q.1excl.2.2.NEG.active.imperative.PRES] => |tʲ|aː|꜒꜖|n̥ˤ|-
[not.Q.1excl.2.2.NEG.active.imperative.PAST] => |t͡sʷ|i|̰꜒|ɭˠ|-
[not.Q.1excl.2.2.NEG.active.conditional.PRES] => |ᵏǁʲ|u#ː|̰꜒|ɓˤ|-
[not.Q.1excl.2.2.NEG.active.conditional.PAST] => |ᵏǁˠ|ᵊ|꜖꜒|m̥ˤ|-
[not.Q.1excl.2.2.NEG.active.optative.PRES] => |d͡ʐˠ|u|꜖|ʄˠ|-
[not.Q.1excl.2.2.NEG.active.optative.PAST] => |mˤ|u#ː|꜒|ʡˠ|-
[not.Q.1excl.2.2.NEG.passive.indicative.PRES] => |pʼˤ|a|꜒|pʼʲ|-
[not.Q.1excl.2.2.NEG.passive.indicative.PAST] => |wˤ|a#|꜖|rʲ|-
[not.Q.1excl.2.2.NEG.passive.imperative.PRES] => |rˤ|a#|꜒꜖|ʈʼʲ|-
[not.Q.1excl.2.2.NEG.passive.imperative.PAST] => |ᵏǃʰˤ|ʉ|̰꜖|ɾˠ|-
[not.Q.1excl.2.2.NEG.passive.conditional.PRES] => |ɾʲ|iː|̰꜒|ʈʲ|-
[not.Q.1excl.2.2.NEG.passive.conditional.PAST] => |t͡sʷ|aː|꜒|ɽʲ|-
[not.Q.1excl.2.2.NEG.passive.optative.PRES] => |ʋˠ|ʉ|꜒꜖|kʰˤ|-
[not.Q.1excl.2.2.NEG.passive.optative.PAST] => |ɹˠ|u#ː|꜒|wʲ|-
[not.Q.1excl.2.2.POS.active.indicative.PRES] => |ᵏǃʰʲ|i#ː|꜖꜒|ŋ̥ˤ|-
[not.Q.1excl.2.2.POS.active.indicative.PAST] => |ʡˠ|u|꜒|ŋˠ|-
[not.Q.1excl.2.2.POS.active.imperative.PRES] => |ʃʲ|u#|꜒꜖|n̥ˠ|-
[not.Q.1excl.2.2.POS.active.imperative.PAST] => |ɹˤ|i|꜖꜒|t͡sˠ|-
[not.Q.1excl.2.2.POS.active.conditional.PRES] => |ɹʲ|a#ː|̰꜒|ʂʲ|-
[not.Q.1excl.2.2.POS.active.conditional.PAST] => |ʈʼʲ|aː|꜖|ɓˠ|-
[not.Q.1excl.2.2.POS.active.optative.PRES] => |kʼˤ|i|꜒꜖|ɗˤ|-
[not.Q.1excl.2.2.POS.active.optative.PAST] => |kʰʲ|u|꜖|t͡sˤ|-
[not.Q.1excl.2.2.POS.passive.indicative.PRES] => |ɳ̥ˠ|iː|̰꜒|wˤ|-
[not.Q.1excl.2.2.POS.passive.indicative.PAST] => |htˤ|aː|꜒|ɳʲ|-
[not.Q.1excl.2.2.POS.passive.imperative.PRES] => |pʼˤ|i|꜒|htˤ|-
[not.Q.1excl.2.2.POS.passive.imperative.PAST] => |ʋˤ|ʉ#ː|̰꜒|t͡sʲ|-
[not.Q.1excl.2.2.POS.passive.conditional.PRES] => |t͡sˠ|ʉ|̰꜖|m̥ˤ|-
[not.Q.1excl.2.2.POS.passive.conditional.PAST] => |ᵏǃʲ|i#ː|꜒|ʜʲ|-
[not.Q.1excl.2.2.POS.passive.optative.PRES] => |ɠˤ|u|̰꜖|ɰˤ|-
[not.Q.1excl.2.2.POS.passive.optative.PAST] => |htˠ|i|̰꜖|ɳˠ|-
[not.Q.1excl.2.3.cl.1.NEG.active.indicative.PRES] => |ɗˤ|u#ː|꜖|tˤ|-
[not.Q.1excl.2.3.cl.1.NEG.active.indicative.PAST] => |n̥ˤ|ᵊ|꜖꜒|ɾˤ|-
[not.Q.1excl.2.3.cl.1.NEG.active.imperative.PRES] => |ʜˠ|ᵊ|꜒|nʷ|-
[not.Q.1excl.2.3.cl.1.NEG.active.imperative.PAST] => |tʰʲ|i|꜖꜒|htʷ|-
[not.Q.1excl.2.3.cl.1.NEG.active.conditional.PRES] => |ɻˠ|u#|꜒|r̥ʲ|-
[not.Q.1excl.2.3.cl.1.NEG.active.conditional.PAST] => |htˠ|i|꜒|n̥ˠ|-
[not.Q.1excl.2.3.cl.1.NEG.active.optative.PRES] => |ʈʰʲ|u|꜖꜒|ŋ̥ʲ|-
[not.Q.1excl.2.3.cl.1.NEG.active.optative.PAST] => |tʲ|iː|̰꜖|ɥˤ|-
[not.Q.1excl.2.3.cl.1.NEG.passive.indicative.PRES] => |ɠʷ|ʉ#|꜒꜖|ɴʷ|-
[not.Q.1excl.2.3.cl.1.NEG.passive.indicative.PAST] => |ɗʷ|ʉ#|̰꜖|m̥ʲ|-
[not.Q.1excl.2.3.cl.1.NEG.passive.imperative.PRES] => |ɴʷ|ʉ|꜒꜖|ɓˠ|-
[not.Q.1excl.2.3.cl.1.NEG.passive.imperative.PAST] => |ɻʲ|aː|̰꜒|tʲ|-
[not.Q.1excl.2.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǀˠ|iː|̰꜖|ɴˤ|-
[not.Q.1excl.2.3.cl.1.NEG.passive.conditional.PAST] => |htˤ|ʉ#|̰꜒|ʔ|-
[not.Q.1excl.2.3.cl.1.NEG.passive.optative.PRES] => |htʷ|a|̰꜒|ɠˤ|-
[not.Q.1excl.2.3.cl.1.NEG.passive.optative.PAST] => |mˤ|ʉ#|꜒꜖|nˠ|-
[not.Q.1excl.2.3.cl.1.POS.active.indicative.PRES] => |m̥ˤ|ᵊ|꜒꜖|ɗˤ|-
[not.Q.1excl.2.3.cl.1.POS.active.indicative.PAST] => |ʋˠ|iː|꜒|n̥ˠ|-
[not.Q.1excl.2.3.cl.1.POS.active.imperative.PRES] => |ɳ̥ʲ|iː|̰꜖|tʰˠ|-
[not.Q.1excl.2.3.cl.1.POS.active.imperative.PAST] => |ᵏǃʰˤ|a|꜒|rˤ|-
[not.Q.1excl.2.3.cl.1.POS.active.conditional.PRES] => |ʈʼʲ|ᵊ|̰꜖|n̥ˤ|-
[not.Q.1excl.2.3.cl.1.POS.active.conditional.PAST] => |ᵏǃʷ|a|̰꜒|pʼˠ|-
[not.Q.1excl.2.3.cl.1.POS.active.optative.PRES] => |ᵏǃʰˠ|i|꜒|kˠ|-
[not.Q.1excl.2.3.cl.1.POS.active.optative.PAST] => |r̥ʲ|ʉ#|꜒꜖|n̥ˤ|-
[not.Q.1excl.2.3.cl.1.POS.passive.indicative.PRES] => |ɹˠ|ʉː|̰꜖|mʲ|-
[not.Q.1excl.2.3.cl.1.POS.passive.indicative.PAST] => |n̥ˤ|iː|̰꜖|ɓʲ|-
[not.Q.1excl.2.3.cl.1.POS.passive.imperative.PRES] => |ᵑǃˤ|ᵊ|̰꜖|ɗʷ|-
[not.Q.1excl.2.3.cl.1.POS.passive.imperative.PAST] => |n̥ˤ|i|꜒|ɹˤ|-
[not.Q.1excl.2.3.cl.1.POS.passive.conditional.PRES] => |ɴʲ|iː|̰꜒|r̥ʷ|-
[not.Q.1excl.2.3.cl.1.POS.passive.conditional.PAST] => |ʈʰʲ|iː|꜒|ɴʲ|-
[not.Q.1excl.2.3.cl.1.POS.passive.optative.PRES] => |pˠ|a#|꜖꜒|qʲ|-
[not.Q.1excl.2.3.cl.1.POS.passive.optative.PAST] => |t͡sˤ|u|̰꜖|tʼˠ|-
[not.Q.1excl.2.3.cl.2.NEG.active.indicative.PRES] => |ɴʷ|ʉ|̰꜖|ʛʲ|-
[not.Q.1excl.2.3.cl.2.NEG.active.indicative.PAST] => |m̥ˠ|ʉ|꜒꜖|ɗʷ|-
[not.Q.1excl.2.3.cl.2.NEG.active.imperative.PRES] => |t͡ʃ|ᵊ|꜒꜖|ʈˠ|-
[not.Q.1excl.2.3.cl.2.NEG.active.imperative.PAST] => |ɠʲ|i|꜒꜖|ʡʲ|-
[not.Q.1excl.2.3.cl.2.NEG.active.conditional.PRES] => |tʰˠ|a|꜒|qʼʲ|-
[not.Q.1excl.2.3.cl.2.NEG.active.conditional.PAST] => |ʄˠ|ʉ|꜖꜒|kʲ|-
[not.Q.1excl.2.3.cl.2.NEG.active.optative.PRES] => |hpˠ|u|꜒꜖|t͡sʷ|-
[not.Q.1excl.2.3.cl.2.NEG.active.optative.PAST] => |ᵏǀˠ|ᵊ|̰꜖|nʷ|-
[not.Q.1excl.2.3.cl.2.NEG.passive.indicative.PRES] => |hkˠ|ʉ|꜒꜖|tʲ|-
[not.Q.1excl.2.3.cl.2.NEG.passive.indicative.PAST] => |pˠ|a#ː|꜒|t͡sʷ|-
[not.Q.1excl.2.3.cl.2.NEG.passive.imperative.PRES] => |qʼˠ|a#|꜖꜒|t͡ʃ|-
[not.Q.1excl.2.3.cl.2.NEG.passive.imperative.PAST] => |ʋˠ|u|̰꜖|rˤ|-
[not.Q.1excl.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʰˤ|uː|꜖꜒|sˤ|-
[not.Q.1excl.2.3.cl.2.NEG.passive.conditional.PAST] => |hʈˠ|uː|꜒꜖|ŋʲ|-
[not.Q.1excl.2.3.cl.2.NEG.passive.optative.PRES] => |ʃʲ|ᵊ|꜖|sʲ|-
[not.Q.1excl.2.3.cl.2.NEG.passive.optative.PAST] => |ʈʼˠ|ʉː|̰꜖|htˤ|-
[not.Q.1excl.2.3.cl.2.POS.active.indicative.PRES] => |kʰʲ|i#|꜖|ɴʲ|-
[not.Q.1excl.2.3.cl.2.POS.active.indicative.PAST] => |ᵏǀˤ|iː|꜒꜖|nʲ|-
[not.Q.1excl.2.3.cl.2.POS.active.imperative.PRES] => |ʈˠ|u|꜖|kˠ|-
[not.Q.1excl.2.3.cl.2.POS.active.imperative.PAST] => |mˠ|ᵊ|꜒꜖|kʼʲ|-
[not.Q.1excl.2.3.cl.2.POS.active.conditional.PRES] => |htˠ|i|̰꜖|ɰʲ|-
[not.Q.1excl.2.3.cl.2.POS.active.conditional.PAST] => |n̥ˠ|i|꜖꜒|ŋʲ|-
[not.Q.1excl.2.3.cl.2.POS.active.optative.PRES] => |tˠ|a#|̰꜒|qˤ|-
[not.Q.1excl.2.3.cl.2.POS.active.optative.PAST] => |tʰʷ|a#ː|꜒꜖|d͡ʐʲ|-
[not.Q.1excl.2.3.cl.2.POS.passive.indicative.PRES] => |ʛˠ|i|̰꜖|htˠ|-
[not.Q.1excl.2.3.cl.2.POS.passive.indicative.PAST] => |ᵏǀˠ|i|̰꜖|ʄʲ|-
[not.Q.1excl.2.3.cl.2.POS.passive.imperative.PRES] => |ɳ̥ʲ|i|̰꜒|rˠ|-
[not.Q.1excl.2.3.cl.2.POS.passive.imperative.PAST] => |t͡ʂʲ|ʉ|̰꜖|ɴˤ|-
[not.Q.1excl.2.3.cl.2.POS.passive.conditional.PRES] => |sʲ|u|̰꜖|rˠ|-
[not.Q.1excl.2.3.cl.2.POS.passive.conditional.PAST] => |ɽʲ|ʉ#ː|꜒꜖|tɬʲ|-
[not.Q.1excl.2.3.cl.2.POS.passive.optative.PRES] => |ʔ|i|̰꜒|qʼʷ|-
[not.Q.1excl.2.3.cl.2.POS.passive.optative.PAST] => |tʼˠ|ᵊ|꜖|ɴʲ|-
[not.Q.1excl.2.3.cl.3.NEG.active.indicative.PRES] => |ʄʲ|i#ː|̰꜒|qˤ|-
[not.Q.1excl.2.3.cl.3.NEG.active.indicative.PAST] => |qˤ|a#|꜒|ŋ̥ˤ|-
[not.Q.1excl.2.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃʰˤ|ᵊ|꜒|qʼʷ|-
[not.Q.1excl.2.3.cl.3.NEG.active.imperative.PAST] => |tɬˠ|ʉ|꜒|ɳ̥ˠ|-
[not.Q.1excl.2.3.cl.3.NEG.active.conditional.PRES] => |ᵑǃʼʲ|iː|꜒|m̥ˠ|-
[not.Q.1excl.2.3.cl.3.NEG.active.conditional.PAST] => |tɬʲ|uː|꜖|ɳʲ|-
[not.Q.1excl.2.3.cl.3.NEG.active.optative.PRES] => |ʈʲ|ᵊ|̰꜒|ɥʲ|-
[not.Q.1excl.2.3.cl.3.NEG.active.optative.PAST] => |mʲ|aː|̰꜒|sˠ|-
[not.Q.1excl.2.3.cl.3.NEG.passive.indicative.PRES] => |wʲ|u#ː|̰꜒|ɹʷ|-
[not.Q.1excl.2.3.cl.3.NEG.passive.indicative.PAST] => |hkˠ|a#ː|꜒꜖|ɠʲ|-
[not.Q.1excl.2.3.cl.3.NEG.passive.imperative.PRES] => |nˤ|ʉ|̰꜒|sʷ|-
[not.Q.1excl.2.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǃʼˠ|u#ː|̰꜒|kʼˤ|-
[not.Q.1excl.2.3.cl.3.NEG.passive.conditional.PRES] => |hpˤ|i#|꜖꜒|t͡sʷ|-
[not.Q.1excl.2.3.cl.3.NEG.passive.conditional.PAST] => |tʼˠ|ᵊ|̰꜖|qˠ|-
[not.Q.1excl.2.3.cl.3.NEG.passive.optative.PRES] => |kʷ|ʉː|꜒꜖|ʈʼʲ|-
[not.Q.1excl.2.3.cl.3.NEG.passive.optative.PAST] => |sˠ|ʉ#|꜖|ŋʲ|-
[not.Q.1excl.2.3.cl.3.POS.active.indicative.PRES] => |qʲ|ᵊ|꜖|rʲ|-
[not.Q.1excl.2.3.cl.3.POS.active.indicative.PAST] => |ɽˠ|a|꜖|ɴʲ|-
[not.Q.1excl.2.3.cl.3.POS.active.imperative.PRES] => |hkˤ|a#ː|̰꜖|ʃˠ|-
[not.Q.1excl.2.3.cl.3.POS.active.imperative.PAST] => |ᵏǀˠ|a|꜖꜒|ŋ̥ʲ|-
[not.Q.1excl.2.3.cl.3.POS.active.conditional.PRES] => |nˤ|i|̰꜒|nˤ|-
[not.Q.1excl.2.3.cl.3.POS.active.conditional.PAST] => |ʛʲ|i#|̰꜖|t͡sˠ|-
[not.Q.1excl.2.3.cl.3.POS.active.optative.PRES] => |sʲ|ʉː|꜖꜒|tʰʷ|-
[not.Q.1excl.2.3.cl.3.POS.active.optative.PAST] => |ᵏǃʰˠ|i|꜖꜒|ʋʲ|-
[not.Q.1excl.2.3.cl.3.POS.passive.indicative.PRES] => |tʼʲ|u#ː|꜒|tˠ|-
[not.Q.1excl.2.3.cl.3.POS.passive.indicative.PAST] => |ᵑǃʼʲ|a|̰꜖|kʰˤ|-
[not.Q.1excl.2.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀʲ|aː|꜖|ŋ̥ˠ|-
[not.Q.1excl.2.3.cl.3.POS.passive.imperative.PAST] => |ʋʲ|ᵊ|̰꜖|ŋ̥ˤ|-
[not.Q.1excl.2.3.cl.3.POS.passive.conditional.PRES] => |ᵑǀʲ|iː|꜒|rʷ|-
[not.Q.1excl.2.3.cl.3.POS.passive.conditional.PAST] => |ᵏǁʼʲ|a|̰꜒|sʲ|-
[not.Q.1excl.2.3.cl.3.POS.passive.optative.PRES] => |ᵏǁʼʲ|a|꜒꜖|ɓʲ|-
[not.Q.1excl.2.3.cl.3.POS.passive.optative.PAST] => |ɴˤ|a|̰꜖|qʷ|-
[not.Q.1excl.2.3.cl.4.NEG.active.indicative.PRES] => |ʃʲ|iː|꜒|tʲ|-
[not.Q.1excl.2.3.cl.4.NEG.active.indicative.PAST] => |ᵑǀʼˤ|u|̰꜖|ɳ̥ˠ|-
[not.Q.1excl.2.3.cl.4.NEG.active.imperative.PRES] => |ɓˠ|i|̰꜖|qʲ|-
[not.Q.1excl.2.3.cl.4.NEG.active.imperative.PAST] => |ɥʲ|a|꜒꜖|n̥ˠ|-
[not.Q.1excl.2.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʼʲ|u|꜒|ɓˠ|-
[not.Q.1excl.2.3.cl.4.NEG.active.conditional.PAST] => |ʜˠ|ʉ|꜒꜖|htˤ|-
[not.Q.1excl.2.3.cl.4.NEG.active.optative.PRES] => |kʰˤ|ᵊ|̰꜖|mʲ|-
[not.Q.1excl.2.3.cl.4.NEG.active.optative.PAST] => |ʜʲ|aː|̰꜖|tˠ|-
[not.Q.1excl.2.3.cl.4.NEG.passive.indicative.PRES] => |ŋʲ|aː|̰꜒|ɴˤ|-
[not.Q.1excl.2.3.cl.4.NEG.passive.indicative.PAST] => |tʷ|aː|꜖꜒|ɠˤ|-
[not.Q.1excl.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǀʷ|iː|꜖|ʡʲ|-
[not.Q.1excl.2.3.cl.4.NEG.passive.imperative.PAST] => |t͡ʂʲ|aː|꜖꜒|ɗˤ|-
[not.Q.1excl.2.3.cl.4.NEG.passive.conditional.PRES] => |ŋ̥ˠ|i|̰꜖|tʰˤ|-
[not.Q.1excl.2.3.cl.4.NEG.passive.conditional.PAST] => |kʼʲ|i#|꜖|n̥ʲ|-
[not.Q.1excl.2.3.cl.4.NEG.passive.optative.PRES] => |ᵏǃʼˠ|a|꜒|ɾʷ|-
[not.Q.1excl.2.3.cl.4.NEG.passive.optative.PAST] => |qʷ|a#ː|꜖|ʔ|-
[not.Q.1excl.2.3.cl.4.POS.active.indicative.PRES] => |ʃʲ|i|꜖|ʈʼˠ|-
[not.Q.1excl.2.3.cl.4.POS.active.indicative.PAST] => |ɭʲ|a|꜒|m̥ʲ|-
[not.Q.1excl.2.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʼʷ|a#ː|꜒꜖|ʈʼˠ|-
[not.Q.1excl.2.3.cl.4.POS.active.imperative.PAST] => |ᵏǀʼˠ|u#ː|꜒꜖|ŋʲ|-
[not.Q.1excl.2.3.cl.4.POS.active.conditional.PRES] => |ᵏǃʼˠ|a#|̰꜒|rʷ|-
[not.Q.1excl.2.3.cl.4.POS.active.conditional.PAST] => |tʼʷ|ʉ|꜖|ɠʲ|-
[not.Q.1excl.2.3.cl.4.POS.active.optative.PRES] => |tʼˠ|ʉ|꜒|ɽˠ|-
[not.Q.1excl.2.3.cl.4.POS.active.optative.PAST] => |ᵏǁˠ|ʉ|꜖꜒|qʼʲ|-
[not.Q.1excl.2.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ˠ|a|꜖꜒|d͡ʐˠ|-
[not.Q.1excl.2.3.cl.4.POS.passive.indicative.PAST] => |hpˠ|a#|꜖꜒|t͡ʃ|-
[not.Q.1excl.2.3.cl.4.POS.passive.imperative.PRES] => |ɴʲ|aː|꜖꜒|t͡ʂˠ|-
[not.Q.1excl.2.3.cl.4.POS.passive.imperative.PAST] => |ᵏǁʲ|ᵊ|꜖|ʔ|-
[not.Q.1excl.2.3.cl.4.POS.passive.conditional.PRES] => |ɴʲ|ᵊ|̰꜒|n̥ʲ|-
[not.Q.1excl.2.3.cl.4.POS.passive.conditional.PAST] => |ʈʼˠ|a|꜖|rˤ|-
[not.Q.1excl.2.3.cl.4.POS.passive.optative.PRES] => |ᵏǃʼˠ|u#ː|꜖꜒|ɓˠ|-
[not.Q.1excl.2.3.cl.4.POS.passive.optative.PAST] => |qʼˠ|ʉː|꜖|rʷ|-
[not.Q.1excl.3.cl.1.1incl.NEG.active.indicative.PRES] => |ɠˠ|uː|꜒|ŋ̥ʲ|-
[not.Q.1excl.3.cl.1.1incl.NEG.active.indicative.PAST] => |ɹˤ|i#|꜖꜒|pʼˤ|-
[not.Q.1excl.3.cl.1.1incl.NEG.active.imperative.PRES] => |ʔ|a#ː|꜒꜖|r̥ʲ|-
[not.Q.1excl.3.cl.1.1incl.NEG.active.imperative.PAST] => |lˠ|i|꜖|ŋˤ|-
[not.Q.1excl.3.cl.1.1incl.NEG.active.conditional.PRES] => |tʼʲ|ᵊ|̰꜒|qʼʷ|-
[not.Q.1excl.3.cl.1.1incl.NEG.active.conditional.PAST] => |ᵑǃˤ|iː|꜒|sˤ|-
[not.Q.1excl.3.cl.1.1incl.NEG.active.optative.PRES] => |pʲ|uː|̰꜒|j|-
[not.Q.1excl.3.cl.1.1incl.NEG.active.optative.PAST] => |ᵏǃʷ|i#|̰꜒|t͡sˠ|-
[not.Q.1excl.3.cl.1.1incl.NEG.passive.indicative.PRES] => |pʰˤ|a#ː|꜖꜒|ɠʲ|-
[not.Q.1excl.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ɴˤ|u|̰꜒|kʰʷ|-
[not.Q.1excl.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ᵏǀʲ|i|̰꜒|mʲ|-
[not.Q.1excl.3.cl.1.1incl.NEG.passive.imperative.PAST] => |r̥ˠ|u|꜒꜖|hkʲ|-
[not.Q.1excl.3.cl.1.1incl.NEG.passive.conditional.PRES] => |htˤ|i|꜖꜒|ʄʲ|-
[not.Q.1excl.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ᵏǀʼˤ|iː|꜒|htˤ|-
[not.Q.1excl.3.cl.1.1incl.NEG.passive.optative.PRES] => |htˠ|i|꜖꜒|pʰˠ|-
[not.Q.1excl.3.cl.1.1incl.NEG.passive.optative.PAST] => |ᵑǁʼʲ|i|̰꜒|ɳʲ|-
[not.Q.1excl.3.cl.1.1incl.POS.active.indicative.PRES] => |ʄˠ|a|꜖|ʜʲ|-
[not.Q.1excl.3.cl.1.1incl.POS.active.indicative.PAST] => |sˠ|ʉː|꜖|pˠ|-
[not.Q.1excl.3.cl.1.1incl.POS.active.imperative.PRES] => |ɽˠ|ᵊ|꜒꜖|nʷ|-
[not.Q.1excl.3.cl.1.1incl.POS.active.imperative.PAST] => |ɽʲ|i|꜖꜒|ʂˠ|-
[not.Q.1excl.3.cl.1.1incl.POS.active.conditional.PRES] => |ɰˤ|ʉ|꜒꜖|kʼʲ|-
[not.Q.1excl.3.cl.1.1incl.POS.active.conditional.PAST] => |ᵑǁʼˠ|a#|̰꜒|ɓʲ|-
[not.Q.1excl.3.cl.1.1incl.POS.active.optative.PRES] => |kˤ|u|꜖|r̥ʲ|-
[not.Q.1excl.3.cl.1.1incl.POS.active.optative.PAST] => |tʼʲ|a|꜖|ʈʰˠ|-
[not.Q.1excl.3.cl.1.1incl.POS.passive.indicative.PRES] => |ʈʲ|u|̰꜒|ʄʲ|-
[not.Q.1excl.3.cl.1.1incl.POS.passive.indicative.PAST] => |pʼʲ|a|꜖꜒|t͡sˤ|-
[not.Q.1excl.3.cl.1.1incl.POS.passive.imperative.PRES] => |lʲ|ʉ#|꜖꜒|nˤ|-
[not.Q.1excl.3.cl.1.1incl.POS.passive.imperative.PAST] => |ʡˠ|iː|̰꜖|ŋ̥ˤ|-
[not.Q.1excl.3.cl.1.1incl.POS.passive.conditional.PRES] => |pˤ|ᵊ|̰꜒|tʰʲ|-
[not.Q.1excl.3.cl.1.1incl.POS.passive.conditional.PAST] => |ŋ̥ʷ|iː|̰꜒|kʼˤ|-
[not.Q.1excl.3.cl.1.1incl.POS.passive.optative.PRES] => |ʄˠ|u|̰꜖|pʼˠ|-
[not.Q.1excl.3.cl.1.1incl.POS.passive.optative.PAST] => |ᵑǀʼˤ|ʉ|꜒|wʲ|-
[not.Q.1excl.3.cl.1.1excl.NEG.active.indicative.PRES] => |ɓˠ|i#ː|꜒|tʼˠ|-
[not.Q.1excl.3.cl.1.1excl.NEG.active.indicative.PAST] => |ʄʲ|iː|꜒꜖|t͡sʷ|-
[not.Q.1excl.3.cl.1.1excl.NEG.active.imperative.PRES] => |ᵏǀʼˤ|ʉ#|̰꜒|ɽʲ|-
[not.Q.1excl.3.cl.1.1excl.NEG.active.imperative.PAST] => |ᵏǀˠ|aː|꜒꜖|ɴˤ|-
[not.Q.1excl.3.cl.1.1excl.NEG.active.conditional.PRES] => |ᵏǃʼˤ|i|꜖꜒|ɰʲ|-
[not.Q.1excl.3.cl.1.1excl.NEG.active.conditional.PAST] => |kʰˤ|ʉ|꜒꜖|pʼˤ|-
[not.Q.1excl.3.cl.1.1excl.NEG.active.optative.PRES] => |ʡʲ|ᵊ|꜖|ɠʲ|-
[not.Q.1excl.3.cl.1.1excl.NEG.active.optative.PAST] => |ʂˠ|ʉː|꜒|ɾˠ|-
[not.Q.1excl.3.cl.1.1excl.NEG.passive.indicative.PRES] => |kʲ|aː|̰꜖|n̥ʷ|-
[not.Q.1excl.3.cl.1.1excl.NEG.passive.indicative.PAST] => |qʲ|a|̰꜖|ʋʲ|-
[not.Q.1excl.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ᵏǀʰʷ|iː|̰꜒|ɠˤ|-
[not.Q.1excl.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ᵏǃˠ|u|꜖|t͡ʂˠ|-
[not.Q.1excl.3.cl.1.1excl.NEG.passive.conditional.PRES] => |tʲ|a#|꜖|tʼˤ|-
[not.Q.1excl.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ᵏǀʷ|a|꜖꜒|qˤ|-
[not.Q.1excl.3.cl.1.1excl.NEG.passive.optative.PRES] => |ᵏǁʰˠ|ᵊ|̰꜖|rʲ|-
[not.Q.1excl.3.cl.1.1excl.NEG.passive.optative.PAST] => |tʼˤ|ʉ|꜖|hkʷ|-
[not.Q.1excl.3.cl.1.1excl.POS.active.indicative.PRES] => |ʈʼˠ|ᵊ|꜒|r̥ˠ|-
[not.Q.1excl.3.cl.1.1excl.POS.active.indicative.PAST] => |ɳ̥ˠ|ᵊ|̰꜖|ɥʲ|-
[not.Q.1excl.3.cl.1.1excl.POS.active.imperative.PRES] => |ᵏǀʼˤ|uː|꜒|n̥ˤ|-
[not.Q.1excl.3.cl.1.1excl.POS.active.imperative.PAST] => |ɹʷ|aː|̰꜒|ʛˤ|-
[not.Q.1excl.3.cl.1.1excl.POS.active.conditional.PRES] => |ᵏǃʰˠ|a|꜖|t͡sˤ|-
[not.Q.1excl.3.cl.1.1excl.POS.active.conditional.PAST] => |ᵏǀʰʷ|iː|̰꜒|ʋʲ|-
[not.Q.1excl.3.cl.1.1excl.POS.active.optative.PRES] => |ᵏǀʰˠ|ʉ#|̰꜖|ʈʼʲ|-
[not.Q.1excl.3.cl.1.1excl.POS.active.optative.PAST] => |ŋˤ|a#|̰꜒|ɴʲ|-
[not.Q.1excl.3.cl.1.1excl.POS.passive.indicative.PRES] => |ʈˠ|a|꜒|ŋ̥ˠ|-
[not.Q.1excl.3.cl.1.1excl.POS.passive.indicative.PAST] => |d͡ʐˠ|u#ː|꜖꜒|ʜʲ|-
[not.Q.1excl.3.cl.1.1excl.POS.passive.imperative.PRES] => |t͡sˠ|ᵊ|̰꜖|ʛˠ|-
[not.Q.1excl.3.cl.1.1excl.POS.passive.imperative.PAST] => |ɻʲ|uː|꜖|nˠ|-
[not.Q.1excl.3.cl.1.1excl.POS.passive.conditional.PRES] => |tˠ|a|̰꜖|ʔ|-
[not.Q.1excl.3.cl.1.1excl.POS.passive.conditional.PAST] => |ᵏǃʼˤ|ʉ|꜖꜒|ʔ|-
[not.Q.1excl.3.cl.1.1excl.POS.passive.optative.PRES] => |ᵑǁʼʲ|u|̰꜒|hkʲ|-
[not.Q.1excl.3.cl.1.1excl.POS.passive.optative.PAST] => |ŋʷ|ʉ#ː|̰꜒|t͡ʃ|-
[not.Q.1excl.3.cl.1.2.NEG.active.indicative.PRES] => |t͡sˤ|aː|̰꜒|t͡sʲ|-
[not.Q.1excl.3.cl.1.2.NEG.active.indicative.PAST] => |ᵑǀʼˠ|a|꜖꜒|r̥ˠ|-
[not.Q.1excl.3.cl.1.2.NEG.active.imperative.PRES] => |ŋʷ|iː|꜖|rˠ|-
[not.Q.1excl.3.cl.1.2.NEG.active.imperative.PAST] => |hʈʲ|ʉ#|꜖|ɗʲ|-
[not.Q.1excl.3.cl.1.2.NEG.active.conditional.PRES] => |ᵏǁʰˠ|iː|꜒|sˤ|-
[not.Q.1excl.3.cl.1.2.NEG.active.conditional.PAST] => |n̥ˠ|u|꜖꜒|ʂˠ|-
[not.Q.1excl.3.cl.1.2.NEG.active.optative.PRES] => |htˠ|a|꜒|ɹʲ|-
[not.Q.1excl.3.cl.1.2.NEG.active.optative.PAST] => |rʲ|ᵊ|꜖꜒|tˤ|-
[not.Q.1excl.3.cl.1.2.NEG.passive.indicative.PRES] => |hʈʲ|u#ː|꜖꜒|sˤ|-
[not.Q.1excl.3.cl.1.2.NEG.passive.indicative.PAST] => |ʡˠ|a|꜖|tɬʲ|-
[not.Q.1excl.3.cl.1.2.NEG.passive.imperative.PRES] => |t͡ʃ|a|꜖꜒|lˠ|-
[not.Q.1excl.3.cl.1.2.NEG.passive.imperative.PAST] => |rʷ|i|꜒꜖|tɬˠ|-
[not.Q.1excl.3.cl.1.2.NEG.passive.conditional.PRES] => |kʼʲ|iː|꜒꜖|kʼʲ|-
[not.Q.1excl.3.cl.1.2.NEG.passive.conditional.PAST] => |ʄʲ|ᵊ|̰꜒|rˠ|-
[not.Q.1excl.3.cl.1.2.NEG.passive.optative.PRES] => |n̥ˠ|ʉ#|꜒|ʜˠ|-
[not.Q.1excl.3.cl.1.2.NEG.passive.optative.PAST] => |ɾˠ|a|꜖|hkʲ|-
[not.Q.1excl.3.cl.1.2.POS.active.indicative.PRES] => |ʈʰʲ|i|̰꜒|tʰʷ|-
[not.Q.1excl.3.cl.1.2.POS.active.indicative.PAST] => |d͡ʐʲ|a|꜖꜒|ŋ̥ʲ|-
[not.Q.1excl.3.cl.1.2.POS.active.imperative.PRES] => |ʛˤ|u|̰꜒|kʼˤ|-
[not.Q.1excl.3.cl.1.2.POS.active.imperative.PAST] => |kˠ|aː|꜒|ɰʲ|-
[not.Q.1excl.3.cl.1.2.POS.active.conditional.PRES] => |ŋ̥ˠ|aː|̰꜖|ɳ̥ˠ|-
[not.Q.1excl.3.cl.1.2.POS.active.conditional.PAST] => |hʈʲ|aː|̰꜒|rʲ|-
[not.Q.1excl.3.cl.1.2.POS.active.optative.PRES] => |ᵏǀʼˤ|a|꜖꜒|m̥ˠ|-
[not.Q.1excl.3.cl.1.2.POS.active.optative.PAST] => |ᵏǀʼˠ|u|̰꜒|tɬʲ|-
[not.Q.1excl.3.cl.1.2.POS.passive.indicative.PRES] => |ᵏǃˠ|i|꜖꜒|nʷ|-
[not.Q.1excl.3.cl.1.2.POS.passive.indicative.PAST] => |ᵏǃʰˠ|iː|꜒꜖|ʈʼˠ|-
[not.Q.1excl.3.cl.1.2.POS.passive.imperative.PRES] => |ɥˠ|ʉ|꜒꜖|sˤ|-
[not.Q.1excl.3.cl.1.2.POS.passive.imperative.PAST] => |tʰˤ|ʉ|꜖꜒|ɾˠ|-
[not.Q.1excl.3.cl.1.2.POS.passive.conditional.PRES] => |ʋˠ|aː|꜒|qʼˠ|-
[not.Q.1excl.3.cl.1.2.POS.passive.conditional.PAST] => |ᵏǃˠ|ᵊ|̰꜒|tʼˠ|-
[not.Q.1excl.3.cl.1.2.POS.passive.optative.PRES] => |ᵏǀʲ|ʉ#ː|̰꜖|sʷ|-
[not.Q.1excl.3.cl.1.2.POS.passive.optative.PAST] => |m̥ˤ|u|꜒|pʼˤ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀʼʲ|u|꜒|sʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ɴˠ|ᵊ|꜖|ɥʲ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |sʲ|i|꜒|ɗˤ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ɽʲ|i|̰꜒|ʈʼˠ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |r̥ˤ|a#ː|꜖|ɗʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |wʲ|iː|꜖|rʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |n̥ˤ|a|꜖꜒|ɥʲ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ɗʲ|ᵊ|꜒꜖|kˤ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |pʼˤ|ʉ#|꜒|qʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |tʼˤ|u|꜒|rˤ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʼʷ|iː|̰꜖|ŋˠ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |hkʲ|ʉ|꜖|ɽʲ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |qʼʷ|ʉ#|꜖꜒|sˤ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |hʈʲ|i|꜒꜖|ʛʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |n̥ʲ|ʉ#|꜖|htʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ɻʲ|ᵊ|꜒꜖|ʃˠ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ᵏǁʼˠ|iː|꜒꜖|ɹˠ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |ʈʲ|uː|꜖꜒|pˠ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |sʲ|u#|꜒|ɳ̥ʲ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |tʼˤ|uː|꜒|kʰˤ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ɾˠ|i|̰꜖|qʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |ʈʼʲ|a|̰꜖|t͡ʂˠ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ᵏǀʰʲ|i#ː|꜒꜖|ɳˠ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.active.optative.PAST] => |tʼˤ|ᵊ|꜒|ɗʲ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |mˤ|ʉ|꜒꜖|ɽʲ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʼˠ|u#ː|꜒|sˤ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ɰʲ|a|꜖|kʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ɰˠ|u|꜖|ɾʲ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ʈʼˠ|a#ː|꜒|ʜˠ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |nˤ|i#|꜖꜒|htʷ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |kʼˠ|u|꜖꜒|pʼʲ|-
[not.Q.1excl.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ᵑǃʼʷ|a|̰꜖|kʼˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |ɠʲ|uː|꜒|t͡sˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |ᵑǁʼˠ|i#ː|꜖꜒|tʼˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |h|u|꜒꜖|qʷ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |htˠ|i|꜖꜒|hpʲ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ᵑǀʼˠ|iː|̰꜖|mˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ᵑǃʷ|ʉ|̰꜒|ɗˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ɻˠ|a|꜒|rˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ᵑǀˠ|a|̰꜒|tɬʲ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ɠʲ|u|꜖꜒|ŋʲ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǃʰʲ|u|꜖꜒|ʛʷ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |rˠ|ʉː|꜖꜒|ɴˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ɽˠ|ᵊ|꜒|t͡ʂˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʲ|ʉ|̰꜒|ɹʷ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |tʼˠ|ᵊ|꜖|ŋʲ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |ᵑǁʼʲ|a#ː|꜖|wˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |ᵏǃʼʲ|a|꜒꜖|nˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |tɬʲ|ʉ|꜒|tʼˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ɹˤ|ʉ|꜒꜖|m̥ʲ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |kʲ|u|꜒꜖|ɳ̥ˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |kʼʷ|ᵊ|꜒꜖|pˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ʔ|ʉ#|̰꜖|kʼʲ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |m̥ʲ|i|꜖|ʛʷ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.active.optative.PRES] => |lʲ|a|̰꜖|ʡˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.active.optative.PAST] => |htˠ|u|̰꜒|kʰˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ᵏǀʷ|ᵊ|̰꜖|ŋʷ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |t͡ʂˠ|ᵊ|̰꜖|n̥ˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ɓˠ|ʉ|꜒꜖|ɠˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ᵏǁʼˠ|ᵊ|꜒|sˠ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |n̥ʷ|a|̰꜒|m̥ˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ᵑǁʲ|ᵊ|꜖|hkˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |kʲ|aː|̰꜒|nˤ|-
[not.Q.1excl.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |n̥ˠ|a|̰꜒|ɻʲ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃʲ|ʉ#|꜒|ɽʲ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |tʷ|iː|꜖꜒|lʲ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃʲ|iː|꜖꜒|t͡sˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |r̥ˠ|ʉ#|꜖꜒|ɳ̥ˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |ᵑǃˠ|ᵊ|꜖꜒|kʰˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |h|u|꜒꜖|d͡ʐˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |pʲ|i|꜖|ɴʷ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |sʲ|a#|꜖꜒|n̥ʷ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |kʰʲ|u#ː|̰꜖|sˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǀʷ|i#|꜒|kʼʷ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |qʲ|a|꜒|lˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |kʼʷ|a|꜖|tˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |n̥ˠ|i|꜒|hkʲ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǀˤ|i|꜖꜒|kˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |qʼˤ|aː|̰꜖|ʜˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |ɓˤ|i#|꜖꜒|htʷ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |hkˠ|aː|̰꜒|ɴʲ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |pʼʲ|ᵊ|꜖|qʼˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ɽʲ|u|̰꜒|m̥ˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |ɽʲ|uː|꜒|ɾˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |kʲ|i|꜒|tʼˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |kʰʲ|a|꜒꜖|ʂʲ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.active.optative.PRES] => |kʼʷ|ʉ|̰꜖|ɠˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ᵑǃˠ|aː|꜒|t͡sʷ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |ɗˠ|a|̰꜒|pʼʲ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |tʼʲ|a|꜒|rʷ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |ᵏǀˤ|ʉ|꜒|ʛʷ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |ɻʲ|ʉː|꜖|wˤ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |qʷ|a#|꜖|sʷ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ɗˠ|a|̰꜖|ŋ̥ʲ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |mˠ|a|̰꜒|mˠ|-
[not.Q.1excl.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ᵏǀʼˠ|i|꜒|ɳˠ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |r̥ʷ|i|꜖|kʷ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |r̥ʲ|aː|꜒|wˠ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ᵑǀʷ|ʉ#ː|̰꜒|ŋʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |ʂʲ|i|꜖꜒|ʛˤ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |tɬˠ|a#|꜒|ɰʷ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |pˠ|i#|̰꜒|ɰˤ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |kʼʲ|i|̰꜒|ɠʷ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |kʰʲ|a|꜒꜖|ŋʷ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |r̥ʷ|ʉ|꜒꜖|ʋˤ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǃˤ|ᵊ|꜖꜒|ʂʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |pˤ|ʉ|̰꜖|r̥ʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |lˠ|ʉ#ː|꜒꜖|hpˠ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |wˠ|uː|̰꜒|tʷ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃʷ|aː|̰꜖|tʼˠ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |wˠ|a|꜖|mˤ|-
[not.Q.1excl.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |r̥ʷ|a|̰꜖|ʋʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |rʷ|ʉː|꜒꜖|ɭʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |ᵑǃʲ|u|꜒|nˠ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ʋˠ|aː|꜒|ɗˤ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |nˤ|i|̰꜒|kʼˤ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ᵏǃˠ|a#|꜖꜒|ɰʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ɭˠ|ᵊ|꜒|ɠʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ɥˤ|u|꜒|r̥ˤ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ɓˠ|iː|꜖꜒|ʛʷ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃʼˠ|aː|꜖꜒|qˠ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ɻʲ|ᵊ|꜖꜒|pʼʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ᵑǃʼˠ|u|̰꜖|m̥ʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ʂˠ|ʉː|꜖꜒|wˠ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ɓˠ|ʉ#ː|꜒|hkʷ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ᵏǀʲ|i|꜒꜖|ɳʲ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |qʼʲ|a#ː|꜒꜖|ɓˠ|-
[not.Q.1excl.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |ᵏǀˤ|a|꜖꜒|lˠ|-
[not.Q.1excl.3.cl.2.1incl.NEG.active.indicative.PRES] => |tʼˠ|i|̰꜖|ɳ̥ʲ|-
[not.Q.1excl.3.cl.2.1incl.NEG.active.indicative.PAST] => |ᵏǃʼˤ|a|̰꜖|ɹʲ|-
[not.Q.1excl.3.cl.2.1incl.NEG.active.imperative.PRES] => |ɓˠ|iː|꜖꜒|ɴˤ|-
[not.Q.1excl.3.cl.2.1incl.NEG.active.imperative.PAST] => |tʼˤ|ʉː|̰꜒|tɬʲ|-
[not.Q.1excl.3.cl.2.1incl.NEG.active.conditional.PRES] => |ᵏǀʼʲ|a|꜒|t͡ʂʲ|-
[not.Q.1excl.3.cl.2.1incl.NEG.active.conditional.PAST] => |ᵑǀʼˤ|ᵊ|꜒|qʼˤ|-
[not.Q.1excl.3.cl.2.1incl.NEG.active.optative.PRES] => |mˤ|i|꜖꜒|pˠ|-
[not.Q.1excl.3.cl.2.1incl.NEG.active.optative.PAST] => |ɠˠ|i|꜖|sˠ|-
[not.Q.1excl.3.cl.2.1incl.NEG.passive.indicative.PRES] => |r̥ˠ|a#|꜖꜒|ɠʷ|-
[not.Q.1excl.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ɠʲ|a#|꜒|kˠ|-
[not.Q.1excl.3.cl.2.1incl.NEG.passive.imperative.PRES] => |ɓˤ|ᵊ|̰꜒|lʲ|-
[not.Q.1excl.3.cl.2.1incl.NEG.passive.imperative.PAST] => |tʰʲ|ʉ|꜖|rʲ|-
[not.Q.1excl.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ᵏǁʰˠ|ᵊ|꜒|sˠ|-
[not.Q.1excl.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ɠˠ|ʉ|꜖꜒|ʜˠ|-
[not.Q.1excl.3.cl.2.1incl.NEG.passive.optative.PRES] => |tʼʲ|iː|꜖|ʜʲ|-
[not.Q.1excl.3.cl.2.1incl.NEG.passive.optative.PAST] => |h|a|꜖|tʼʷ|-
[not.Q.1excl.3.cl.2.1incl.POS.active.indicative.PRES] => |ʜˠ|ʉ|̰꜖|ʃʲ|-
[not.Q.1excl.3.cl.2.1incl.POS.active.indicative.PAST] => |qʷ|a|꜖|n̥ˤ|-
[not.Q.1excl.3.cl.2.1incl.POS.active.imperative.PRES] => |htˠ|ʉː|̰꜖|r̥ˠ|-
[not.Q.1excl.3.cl.2.1incl.POS.active.imperative.PAST] => |sˤ|iː|꜒꜖|nˠ|-
[not.Q.1excl.3.cl.2.1incl.POS.active.conditional.PRES] => |ᵏǀˠ|ʉ#|꜒|ɥˤ|-
[not.Q.1excl.3.cl.2.1incl.POS.active.conditional.PAST] => |ᵏǁˠ|iː|̰꜖|ɗʷ|-
[not.Q.1excl.3.cl.2.1incl.POS.active.optative.PRES] => |ɹˠ|a|̰꜒|r̥ʷ|-
[not.Q.1excl.3.cl.2.1incl.POS.active.optative.PAST] => |ɻˠ|i|꜒|r̥ˤ|-
[not.Q.1excl.3.cl.2.1incl.POS.passive.indicative.PRES] => |ʜˠ|a|̰꜖|tʲ|-
[not.Q.1excl.3.cl.2.1incl.POS.passive.indicative.PAST] => |n̥ʷ|ᵊ|꜒|ɓʲ|-
[not.Q.1excl.3.cl.2.1incl.POS.passive.imperative.PRES] => |ɽˠ|ᵊ|̰꜒|ɰʲ|-
[not.Q.1excl.3.cl.2.1incl.POS.passive.imperative.PAST] => |ᵏǀʰˤ|i|̰꜖|mˤ|-
[not.Q.1excl.3.cl.2.1incl.POS.passive.conditional.PRES] => |ɳ̥ʲ|ʉ|꜒꜖|ŋ̥ˠ|-
[not.Q.1excl.3.cl.2.1incl.POS.passive.conditional.PAST] => |ʂʲ|u#|꜒|pʼʲ|-
[not.Q.1excl.3.cl.2.1incl.POS.passive.optative.PRES] => |ᵏǃʰˤ|u#|̰꜖|ɗʲ|-
[not.Q.1excl.3.cl.2.1incl.POS.passive.optative.PAST] => |ᵏǃʷ|aː|꜖꜒|d͡ʐʲ|-
[not.Q.1excl.3.cl.2.1excl.NEG.active.indicative.PRES] => |tʰʲ|ʉ#ː|̰꜖|ɰˠ|-
[not.Q.1excl.3.cl.2.1excl.NEG.active.indicative.PAST] => |t͡sʲ|a|꜖꜒|ɾʷ|-
[not.Q.1excl.3.cl.2.1excl.NEG.active.imperative.PRES] => |ɓˤ|a|꜖|qʼˤ|-
[not.Q.1excl.3.cl.2.1excl.NEG.active.imperative.PAST] => |ʋˤ|a|꜖꜒|ɓˠ|-
[not.Q.1excl.3.cl.2.1excl.NEG.active.conditional.PRES] => |ᵏǃʰˤ|i|̰꜖|kʼʷ|-
[not.Q.1excl.3.cl.2.1excl.NEG.active.conditional.PAST] => |htʷ|iː|̰꜒|tʰʷ|-
[not.Q.1excl.3.cl.2.1excl.NEG.active.optative.PRES] => |ᵑǃʼʲ|a#ː|̰꜖|ʜʲ|-
[not.Q.1excl.3.cl.2.1excl.NEG.active.optative.PAST] => |kʰˤ|u|꜖꜒|ɥʲ|-
[not.Q.1excl.3.cl.2.1excl.NEG.passive.indicative.PRES] => |tʼˠ|a|꜖꜒|tɬˠ|-
[not.Q.1excl.3.cl.2.1excl.NEG.passive.indicative.PAST] => |ɽˠ|a|꜖꜒|ʋˠ|-
[not.Q.1excl.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ɰˤ|iː|꜖|ʈʼʲ|-
[not.Q.1excl.3.cl.2.1excl.NEG.passive.imperative.PAST] => |tʲ|i|̰꜒|tʰʲ|-
[not.Q.1excl.3.cl.2.1excl.NEG.passive.conditional.PRES] => |ɳˠ|u|꜖꜒|tɬˠ|-
[not.Q.1excl.3.cl.2.1excl.NEG.passive.conditional.PAST] => |kʼˤ|a|꜒꜖|ŋ̥ʷ|-
[not.Q.1excl.3.cl.2.1excl.NEG.passive.optative.PRES] => |ʋˤ|i|꜖꜒|ɳ̥ˠ|-
[not.Q.1excl.3.cl.2.1excl.NEG.passive.optative.PAST] => |pˤ|a|꜒|ɓʲ|-
[not.Q.1excl.3.cl.2.1excl.POS.active.indicative.PRES] => |kʰˤ|i|꜒|ɓʲ|-
[not.Q.1excl.3.cl.2.1excl.POS.active.indicative.PAST] => |ʂʲ|u|꜒꜖|nʷ|-
[not.Q.1excl.3.cl.2.1excl.POS.active.imperative.PRES] => |sˠ|ʉ|̰꜒|ʈʰʲ|-
[not.Q.1excl.3.cl.2.1excl.POS.active.imperative.PAST] => |ᵏǀʼʲ|ʉ|꜒|tʼʲ|-
[not.Q.1excl.3.cl.2.1excl.POS.active.conditional.PRES] => |kʷ|i|꜖꜒|kʷ|-
[not.Q.1excl.3.cl.2.1excl.POS.active.conditional.PAST] => |ᵑǀʷ|ʉ#ː|꜖꜒|ɗˤ|-
[not.Q.1excl.3.cl.2.1excl.POS.active.optative.PRES] => |ɾˤ|ʉ|꜖|r̥ʲ|-
[not.Q.1excl.3.cl.2.1excl.POS.active.optative.PAST] => |ᵏǀʼˠ|u|꜖꜒|kʼʷ|-
[not.Q.1excl.3.cl.2.1excl.POS.passive.indicative.PRES] => |qˤ|a#|꜖꜒|ʋˠ|-
[not.Q.1excl.3.cl.2.1excl.POS.passive.indicative.PAST] => |ᵑǀˤ|a|̰꜒|ʜʲ|-
[not.Q.1excl.3.cl.2.1excl.POS.passive.imperative.PRES] => |n̥ˤ|a#ː|꜒꜖|htʲ|-
[not.Q.1excl.3.cl.2.1excl.POS.passive.imperative.PAST] => |ɽʲ|a|꜒|ʈʰʲ|-
[not.Q.1excl.3.cl.2.1excl.POS.passive.conditional.PRES] => |wˤ|a#|꜖|rˤ|-
[not.Q.1excl.3.cl.2.1excl.POS.passive.conditional.PAST] => |pˤ|i|̰꜖|ʛˠ|-
[not.Q.1excl.3.cl.2.1excl.POS.passive.optative.PRES] => |n̥ˤ|i|꜖꜒|t͡sˤ|-
[not.Q.1excl.3.cl.2.1excl.POS.passive.optative.PAST] => |ʈʲ|ʉ#ː|̰꜖|ʂʲ|-
[not.Q.1excl.3.cl.2.2.NEG.active.indicative.PRES] => |ʈʰʲ|ᵊ|̰꜒|d͡ʐˠ|-
[not.Q.1excl.3.cl.2.2.NEG.active.indicative.PAST] => |nˠ|u|̰꜒|ʂˠ|-
[not.Q.1excl.3.cl.2.2.NEG.active.imperative.PRES] => |ɽˠ|a|̰꜒|j|-
[not.Q.1excl.3.cl.2.2.NEG.active.imperative.PAST] => |ᵏǃʰʷ|a|꜖꜒|ʔ|-
[not.Q.1excl.3.cl.2.2.NEG.active.conditional.PRES] => |ɴˠ|a|꜖|ʛˤ|-
[not.Q.1excl.3.cl.2.2.NEG.active.conditional.PAST] => |ɽˠ|a|̰꜒|ʃʲ|-
[not.Q.1excl.3.cl.2.2.NEG.active.optative.PRES] => |lˠ|ʉː|꜒|ɽˠ|-
[not.Q.1excl.3.cl.2.2.NEG.active.optative.PAST] => |ᵏǀʼʷ|a|꜒꜖|rˠ|-
[not.Q.1excl.3.cl.2.2.NEG.passive.indicative.PRES] => |tʼʷ|a|꜒꜖|ʄˠ|-
[not.Q.1excl.3.cl.2.2.NEG.passive.indicative.PAST] => |ᵑǀʷ|i|꜖꜒|ɰʲ|-
[not.Q.1excl.3.cl.2.2.NEG.passive.imperative.PRES] => |ᵑǁʲ|ʉ#|̰꜒|rˤ|-
[not.Q.1excl.3.cl.2.2.NEG.passive.imperative.PAST] => |kʼʲ|aː|꜒|ɭʲ|-
[not.Q.1excl.3.cl.2.2.NEG.passive.conditional.PRES] => |ᵑǀʼˠ|u#ː|꜒꜖|ɗˠ|-
[not.Q.1excl.3.cl.2.2.NEG.passive.conditional.PAST] => |ᵑǀˠ|ʉː|̰꜖|kʷ|-
[not.Q.1excl.3.cl.2.2.NEG.passive.optative.PRES] => |wˤ|i|꜒꜖|kʼʲ|-
[not.Q.1excl.3.cl.2.2.NEG.passive.optative.PAST] => |nʲ|uː|̰꜒|htʷ|-
[not.Q.1excl.3.cl.2.2.POS.active.indicative.PRES] => |kˠ|i|̰꜖|pʼˠ|-
[not.Q.1excl.3.cl.2.2.POS.active.indicative.PAST] => |n̥ˠ|a|꜖꜒|htʷ|-
[not.Q.1excl.3.cl.2.2.POS.active.imperative.PRES] => |pʰˤ|i|꜖꜒|hkˤ|-
[not.Q.1excl.3.cl.2.2.POS.active.imperative.PAST] => |ɾʲ|ʉ#ː|꜖꜒|pʼʲ|-
[not.Q.1excl.3.cl.2.2.POS.active.conditional.PRES] => |ᵏǀˤ|a#ː|̰꜒|ʃˠ|-
[not.Q.1excl.3.cl.2.2.POS.active.conditional.PAST] => |tʼʷ|ʉ#|꜒|ʜʲ|-
[not.Q.1excl.3.cl.2.2.POS.active.optative.PRES] => |n̥ʲ|ʉ#|꜖|n̥ʲ|-
[not.Q.1excl.3.cl.2.2.POS.active.optative.PAST] => |t͡ʂˠ|a#|̰꜒|tʷ|-
[not.Q.1excl.3.cl.2.2.POS.passive.indicative.PRES] => |ᵑǃʼʲ|aː|꜒|ʃˠ|-
[not.Q.1excl.3.cl.2.2.POS.passive.indicative.PAST] => |ŋ̥ʲ|u|꜖|ɗˠ|-
[not.Q.1excl.3.cl.2.2.POS.passive.imperative.PRES] => |ɹʲ|i|̰꜒|pˤ|-
[not.Q.1excl.3.cl.2.2.POS.passive.imperative.PAST] => |ɠʲ|ᵊ|꜖|ɠˤ|-
[not.Q.1excl.3.cl.2.2.POS.passive.conditional.PRES] => |ʂˠ|u#|̰꜖|ɗʷ|-
[not.Q.1excl.3.cl.2.2.POS.passive.conditional.PAST] => |n̥ˤ|ᵊ|꜖|n̥ˠ|-
[not.Q.1excl.3.cl.2.2.POS.passive.optative.PRES] => |rʷ|ᵊ|꜒|j|-
[not.Q.1excl.3.cl.2.2.POS.passive.optative.PAST] => |ᵑǃʼʲ|ʉ|̰꜖|ʡˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǁʲ|ᵊ|꜒꜖|kʷ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ɹˤ|iː|꜒|kʼʲ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ɠʲ|a#ː|̰꜒|qˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǁʰʲ|iː|̰꜖|t͡sʷ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ɽˠ|i|꜖꜒|ʜˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |qˠ|a|̰꜒|t͡sˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |kʼʲ|u|꜒|ɻˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |ᵑǃʼˤ|u|꜖|rˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |qʷ|ʉ|̰꜖|ɓˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |kʼˤ|aː|꜖꜒|ɗʲ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |tˠ|iː|꜒꜖|ɴˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ʂˠ|iː|꜖꜒|ɗʷ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǀˠ|ᵊ|꜒|t͡sʷ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǁˠ|ᵊ|̰꜒|m̥ˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |qʼʲ|u|꜖|ɳˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ᵑǃʷ|a#|꜒|ʋˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ᵑǁʼˠ|aː|̰꜖|ʈʰʲ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |kˤ|u|꜒꜖|mˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |kʰˤ|ᵊ|꜒꜖|ɾˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ɻʲ|ᵊ|꜒꜖|sˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ᵑǁˠ|u#|꜒꜖|ʋˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |ʜˠ|aː|꜒꜖|tʼʷ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.active.optative.PRES] => |kʰʷ|a|̰꜒|ɥˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ɾˤ|a|꜖꜒|t͡sʷ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |kʼˤ|a|꜖꜒|kʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ŋʲ|ʉː|̰꜒|htˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |kʲ|ᵊ|꜖꜒|nʷ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ᵑǃˤ|a|꜖꜒|kʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |n̥ˤ|ᵊ|꜒|ʂˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |m̥ˠ|u#ː|꜒|nˤ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |qʼʷ|i|꜒|ɠˠ|-
[not.Q.1excl.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ʛˠ|a#|̰꜖|t͡ʃ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |kˤ|i|̰꜖|qʼʷ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |kˠ|uː|꜒|ʔ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ɗˤ|aː|̰꜖|qʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ŋʲ|u|꜖꜒|htʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |sˤ|i#|꜒꜖|ʜˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ɓˤ|a|̰꜒|ʈʰˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǀʰʲ|i|̰꜒|ʋˤ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |nˤ|uː|꜖꜒|qʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |qʼʷ|a#ː|̰꜖|ŋ̥ʷ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ʛʷ|a|꜖|hkʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |ɰˠ|i|꜒꜖|d͡ʐʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ŋ̥ˤ|i#ː|꜒꜖|qʼˤ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǁʼˠ|i#ː|꜒꜖|hkˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀˠ|aː|̰꜒|kʷ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |ɗˠ|a|̰꜒|ɓˤ|-
[not.Q.1excl.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʼˠ|ʉː|꜖|hkʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |r̥ˤ|iː|꜒꜖|hʈʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |ᵏǀʰʷ|i|꜖꜒|kʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |ɳʲ|a#|̰꜒|ɴˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |t͡ʃ|ᵊ|꜖꜒|ʋˤ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |pʲ|ʉː|̰꜒|qʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |nʷ|ᵊ|̰꜖|tʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.active.optative.PRES] => |tˤ|i|꜒꜖|ʃʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ɭˠ|ʉ|̰꜖|ʋʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |m̥ʲ|i|꜖꜒|mˠ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |kʰˠ|aː|̰꜖|wʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |qʷ|iː|̰꜒|ɹʷ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ɓʲ|aː|̰꜒|kˤ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |n̥ˤ|u|꜖|mʲ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |sʷ|ᵊ|꜒|ɹʷ|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |qʼʷ|a|̰꜒|j|-
[not.Q.1excl.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ɠʷ|ʉ|꜒꜖|tʼˤ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ʄˠ|i#|꜒|d͡ʐˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |t͡ʂʲ|i|꜖|htʷ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ʋˠ|uː|̰꜒|ɻʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |qʼʷ|ʉː|̰꜒|tʼʷ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ʂʲ|u|꜒꜖|kʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |ᵏǁʲ|uː|̰꜖|n̥ˤ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |ᵑǁʼʲ|ʉ|꜒|ɳ̥ˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |nˠ|i|̰꜒|ʂˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |nʲ|ʉː|꜒꜖|ʈˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǁʼʲ|a|꜖꜒|tˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǀʼʲ|i#|̰꜖|ɾʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |hpˠ|a|꜒꜖|kʷ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ɾˤ|aː|̰꜖|nʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ʋˤ|iː|꜖꜒|n̥ˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |wʲ|aː|꜖|kʷ|-
[not.Q.1excl.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |htˤ|u|꜖꜒|sʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |ŋ̥ʲ|iː|꜖|tʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |hkˤ|aː|꜒|r̥ʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |qʷ|i|꜖|r̥ʷ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |kʷ|a#|̰꜖|ɗˤ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |nˤ|aː|꜒꜖|tɬˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |pˤ|i|꜖꜒|t͡sʷ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.active.optative.PRES] => |htʲ|i|꜖|ɠˤ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ɴˠ|aː|̰꜒|tʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |ɾˤ|i|̰꜒|ɴʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |hkʲ|u|̰꜖|r̥ʷ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ᵏǁʼˠ|u|꜖꜒|qʼˤ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |pʼˤ|ʉ|꜒꜖|nʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ᵏǁʰʲ|uː|꜒꜖|tʲ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |ʄʲ|i|꜒|ʈˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |ʄʲ|u|̰꜒|ʈʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |sˠ|a|̰꜖|m̥ʲ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |t͡sʷ|ʉ|꜖|kʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ɓʲ|ᵊ|꜒꜖|nʷ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |m̥ˠ|ʉ#|̰꜖|ɭˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |hkˤ|u|꜖|n̥ˤ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |qʼˠ|u|꜒|ŋˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |htˤ|i|꜒|ʈʲ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ɰʲ|i|̰꜒|kʼˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ᵑǀʷ|i|꜒|rˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǀˤ|i#|꜒|pˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǃʰˤ|ʉ#|꜖|kˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ŋ̥ʲ|i|̰꜖|lˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |sˠ|ʉ|̰꜖|ʋˤ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ʈʼˠ|i|̰꜒|ʛʷ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǃˠ|ʉ#ː|꜖꜒|ɥʲ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ɥˠ|u|̰꜒|r̥ʲ|-
[not.Q.1excl.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |tʼʷ|ʉ#|꜖꜒|ɠʷ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |pˠ|iː|꜖|mʲ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |ŋ̥ˤ|a|̰꜖|ɭˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ɾʷ|aː|̰꜖|hpʲ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ᵏǃʷ|a|꜖|pʰˤ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |qʼʷ|iː|꜒|ʋʲ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |pʲ|ʉ|꜖|r̥ˤ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ᵏǀʰʲ|a|꜖꜒|hʈˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ʡʲ|a|꜖꜒|ɓˤ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ᵏǀˤ|a|꜒꜖|ʄˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃʲ|ʉ#ː|꜒|ʜˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |kˤ|u|̰꜒|kˠ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |t͡sˠ|a#|̰꜒|ɴʷ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |mˤ|iː|̰꜖|ɰˤ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |ʈʰˠ|a|꜒꜖|ŋ̥ˤ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |kʰʲ|uː|̰꜖|ɓˤ|-
[not.Q.1excl.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ʈˠ|i|꜒꜖|ɽˠ|-
[not.Q.1excl.3.cl.3.1incl.NEG.active.indicative.PRES] => |t͡ʂʲ|u#ː|꜒꜖|m̥ˤ|-
[not.Q.1excl.3.cl.3.1incl.NEG.active.indicative.PAST] => |ᵏǀʼʷ|ʉ|꜖|ŋ̥ʷ|-
[not.Q.1excl.3.cl.3.1incl.NEG.active.imperative.PRES] => |pʼˤ|ʉ#ː|꜒|t͡ʂˠ|-
[not.Q.1excl.3.cl.3.1incl.NEG.active.imperative.PAST] => |htˤ|i|̰꜒|ɗˠ|-
[not.Q.1excl.3.cl.3.1incl.NEG.active.conditional.PRES] => |ᵑǀˠ|i#ː|꜒|kʲ|-
[not.Q.1excl.3.cl.3.1incl.NEG.active.conditional.PAST] => |tˤ|i#ː|꜖꜒|ɳ̥ʲ|-
[not.Q.1excl.3.cl.3.1incl.NEG.active.optative.PRES] => |ᵏǁʰˠ|i|̰꜖|rˠ|-
[not.Q.1excl.3.cl.3.1incl.NEG.active.optative.PAST] => |ɴʲ|ʉ#ː|̰꜒|ɹʲ|-
[not.Q.1excl.3.cl.3.1incl.NEG.passive.indicative.PRES] => |hkʲ|ʉ|̰꜖|pʼʲ|-
[not.Q.1excl.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ᵑǃʼˠ|aː|̰꜖|wʲ|-
[not.Q.1excl.3.cl.3.1incl.NEG.passive.imperative.PRES] => |t͡ʂʲ|a|꜒꜖|sˤ|-
[not.Q.1excl.3.cl.3.1incl.NEG.passive.imperative.PAST] => |ᵏǀˠ|i|꜖|wʲ|-
[not.Q.1excl.3.cl.3.1incl.NEG.passive.conditional.PRES] => |ʄʲ|i|̰꜖|wˠ|-
[not.Q.1excl.3.cl.3.1incl.NEG.passive.conditional.PAST] => |nˠ|u#|꜖꜒|nˤ|-
[not.Q.1excl.3.cl.3.1incl.NEG.passive.optative.PRES] => |ɾʲ|a|̰꜒|ʋʲ|-
[not.Q.1excl.3.cl.3.1incl.NEG.passive.optative.PAST] => |kˤ|i#|̰꜒|wʲ|-
[not.Q.1excl.3.cl.3.1incl.POS.active.indicative.PRES] => |ɹˤ|ʉ#ː|꜒꜖|wˤ|-
[not.Q.1excl.3.cl.3.1incl.POS.active.indicative.PAST] => |tʼˤ|ʉ|̰꜒|ŋ̥ʲ|-
[not.Q.1excl.3.cl.3.1incl.POS.active.imperative.PRES] => |ɻʲ|u#ː|꜖|ʈʼʲ|-
[not.Q.1excl.3.cl.3.1incl.POS.active.imperative.PAST] => |ᵑǀʼˤ|ᵊ|̰꜒|wˤ|-
[not.Q.1excl.3.cl.3.1incl.POS.active.conditional.PRES] => |tʰʷ|ʉ#|꜒꜖|kʲ|-
[not.Q.1excl.3.cl.3.1incl.POS.active.conditional.PAST] => |kʼʷ|ʉː|̰꜖|ʡˠ|-
[not.Q.1excl.3.cl.3.1incl.POS.active.optative.PRES] => |t͡sˠ|i#|꜖|ɗʲ|-
[not.Q.1excl.3.cl.3.1incl.POS.active.optative.PAST] => |ɻʲ|ʉ|꜖|ɠʷ|-
[not.Q.1excl.3.cl.3.1incl.POS.passive.indicative.PRES] => |kʼˠ|aː|̰꜖|ɗʷ|-
[not.Q.1excl.3.cl.3.1incl.POS.passive.indicative.PAST] => |ʂʲ|ʉ|̰꜒|hkˤ|-
[not.Q.1excl.3.cl.3.1incl.POS.passive.imperative.PRES] => |ᵏǀʰˤ|a|꜒꜖|lʲ|-
[not.Q.1excl.3.cl.3.1incl.POS.passive.imperative.PAST] => |ᵏǀʷ|i|꜒|ʋʲ|-
[not.Q.1excl.3.cl.3.1incl.POS.passive.conditional.PRES] => |ᵏǀʲ|iː|꜖|htˤ|-
[not.Q.1excl.3.cl.3.1incl.POS.passive.conditional.PAST] => |r̥ʲ|i|꜒꜖|kˤ|-
[not.Q.1excl.3.cl.3.1incl.POS.passive.optative.PRES] => |ɰʲ|i|̰꜒|ɾʲ|-
[not.Q.1excl.3.cl.3.1incl.POS.passive.optative.PAST] => |kˤ|ʉ#|꜒|ɽʲ|-
[not.Q.1excl.3.cl.3.1excl.NEG.active.indicative.PRES] => |ᵏǃʰˠ|uː|꜒|ɹˤ|-
[not.Q.1excl.3.cl.3.1excl.NEG.active.indicative.PAST] => |mˤ|iː|꜖꜒|ʛˤ|-
[not.Q.1excl.3.cl.3.1excl.NEG.active.imperative.PRES] => |wˠ|ʉ|꜒꜖|sʷ|-
[not.Q.1excl.3.cl.3.1excl.NEG.active.imperative.PAST] => |ɴʲ|a#ː|̰꜒|ʈʲ|-
[not.Q.1excl.3.cl.3.1excl.NEG.active.conditional.PRES] => |qʷ|ᵊ|꜖꜒|pʰˠ|-
[not.Q.1excl.3.cl.3.1excl.NEG.active.conditional.PAST] => |r̥ʲ|ᵊ|꜒꜖|ɗʲ|-
[not.Q.1excl.3.cl.3.1excl.NEG.active.optative.PRES] => |n̥ʲ|ᵊ|꜖꜒|ŋ̥ˤ|-
[not.Q.1excl.3.cl.3.1excl.NEG.active.optative.PAST] => |ɴˠ|ʉ#|꜒꜖|rˤ|-
[not.Q.1excl.3.cl.3.1excl.NEG.passive.indicative.PRES] => |kʷ|ʉ|꜒꜖|kʼʷ|-
[not.Q.1excl.3.cl.3.1excl.NEG.passive.indicative.PAST] => |nˠ|a|꜒꜖|pˤ|-
[not.Q.1excl.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ɰʲ|a|꜖|sʷ|-
[not.Q.1excl.3.cl.3.1excl.NEG.passive.imperative.PAST] => |rʷ|i|̰꜒|ɠˠ|-
[not.Q.1excl.3.cl.3.1excl.NEG.passive.conditional.PRES] => |r̥ˤ|i|̰꜖|tɬˠ|-
[not.Q.1excl.3.cl.3.1excl.NEG.passive.conditional.PAST] => |ᵑǀʼˤ|u|꜒|ɰˠ|-
[not.Q.1excl.3.cl.3.1excl.NEG.passive.optative.PRES] => |ᵑǃʷ|ᵊ|̰꜒|ɴˤ|-
[not.Q.1excl.3.cl.3.1excl.NEG.passive.optative.PAST] => |pʲ|a|꜒|mˠ|-
[not.Q.1excl.3.cl.3.1excl.POS.active.indicative.PRES] => |qˤ|a|꜖|nˤ|-
[not.Q.1excl.3.cl.3.1excl.POS.active.indicative.PAST] => |ᵏǁˠ|ʉ|꜖|ʡʲ|-
[not.Q.1excl.3.cl.3.1excl.POS.active.imperative.PRES] => |htˤ|u|̰꜖|nʲ|-
[not.Q.1excl.3.cl.3.1excl.POS.active.imperative.PAST] => |m̥ˠ|ʉ#ː|꜖|nʲ|-
[not.Q.1excl.3.cl.3.1excl.POS.active.conditional.PRES] => |ɹˠ|ᵊ|꜖꜒|ŋʲ|-
[not.Q.1excl.3.cl.3.1excl.POS.active.conditional.PAST] => |hkˤ|iː|꜖꜒|wˠ|-
[not.Q.1excl.3.cl.3.1excl.POS.active.optative.PRES] => |ʈʼʲ|a#ː|꜒꜖|kʰʲ|-
[not.Q.1excl.3.cl.3.1excl.POS.active.optative.PAST] => |ɓʲ|ʉ|꜖꜒|t͡ʂˠ|-
[not.Q.1excl.3.cl.3.1excl.POS.passive.indicative.PRES] => |pˠ|aː|꜖|qʼʷ|-
[not.Q.1excl.3.cl.3.1excl.POS.passive.indicative.PAST] => |ʂˠ|u|̰꜒|ʡʲ|-
[not.Q.1excl.3.cl.3.1excl.POS.passive.imperative.PRES] => |tʰʷ|ʉ#ː|̰꜒|ɾʷ|-
[not.Q.1excl.3.cl.3.1excl.POS.passive.imperative.PAST] => |qʷ|a|꜖|ɓˠ|-
[not.Q.1excl.3.cl.3.1excl.POS.passive.conditional.PRES] => |ᵑǀʲ|iː|̰꜖|ʄˠ|-
[not.Q.1excl.3.cl.3.1excl.POS.passive.conditional.PAST] => |qʼˤ|i|̰꜒|hkˤ|-
[not.Q.1excl.3.cl.3.1excl.POS.passive.optative.PRES] => |ʛˠ|ʉ|̰꜒|n̥ʷ|-
[not.Q.1excl.3.cl.3.1excl.POS.passive.optative.PAST] => |tʼʲ|ʉ#|̰꜒|pʰˤ|-
[not.Q.1excl.3.cl.3.2.NEG.active.indicative.PRES] => |ᵑǀʼˤ|uː|̰꜒|ɗʷ|-
[not.Q.1excl.3.cl.3.2.NEG.active.indicative.PAST] => |r̥ʷ|a|̰꜖|kʼˤ|-
[not.Q.1excl.3.cl.3.2.NEG.active.imperative.PRES] => |ᵏǃˠ|i|꜒꜖|ŋˠ|-
[not.Q.1excl.3.cl.3.2.NEG.active.imperative.PAST] => |ʈˠ|iː|꜒꜖|sˤ|-
[not.Q.1excl.3.cl.3.2.NEG.active.conditional.PRES] => |tɬʲ|ʉ|̰꜒|qʼˤ|-
[not.Q.1excl.3.cl.3.2.NEG.active.conditional.PAST] => |tʲ|u|̰꜖|ʈʼˠ|-
[not.Q.1excl.3.cl.3.2.NEG.active.optative.PRES] => |t͡ʂʲ|u|꜒꜖|qʲ|-
[not.Q.1excl.3.cl.3.2.NEG.active.optative.PAST] => |ʈʰˠ|uː|꜒꜖|ŋ̥ʷ|-
[not.Q.1excl.3.cl.3.2.NEG.passive.indicative.PRES] => |qʼˤ|ʉ#ː|꜒|ʛʲ|-
[not.Q.1excl.3.cl.3.2.NEG.passive.indicative.PAST] => |ᵏǁʼʲ|i|̰꜒|t͡ʂʲ|-
[not.Q.1excl.3.cl.3.2.NEG.passive.imperative.PRES] => |hkʷ|ʉ|꜒|qʲ|-
[not.Q.1excl.3.cl.3.2.NEG.passive.imperative.PAST] => |ᵑǀʲ|i|̰꜖|mʲ|-
[not.Q.1excl.3.cl.3.2.NEG.passive.conditional.PRES] => |pʰʲ|a|꜖꜒|hpʲ|-
[not.Q.1excl.3.cl.3.2.NEG.passive.conditional.PAST] => |ɽʲ|i|̰꜒|nˠ|-
[not.Q.1excl.3.cl.3.2.NEG.passive.optative.PRES] => |pˠ|ʉ|꜒|nʲ|-
[not.Q.1excl.3.cl.3.2.NEG.passive.optative.PAST] => |ᵑǁʲ|u|꜖꜒|ʃʲ|-
[not.Q.1excl.3.cl.3.2.POS.active.indicative.PRES] => |hpˤ|a|꜒꜖|ɭʲ|-
[not.Q.1excl.3.cl.3.2.POS.active.indicative.PAST] => |pʼˠ|i#|꜒꜖|lʲ|-
[not.Q.1excl.3.cl.3.2.POS.active.imperative.PRES] => |sˤ|ʉː|꜖|qʷ|-
[not.Q.1excl.3.cl.3.2.POS.active.imperative.PAST] => |ʋʲ|ʉ|̰꜖|lʲ|-
[not.Q.1excl.3.cl.3.2.POS.active.conditional.PRES] => |ᵏǀˤ|u#|꜒꜖|ʋˠ|-
[not.Q.1excl.3.cl.3.2.POS.active.conditional.PAST] => |pʼʲ|aː|꜖꜒|ɾʲ|-
[not.Q.1excl.3.cl.3.2.POS.active.optative.PRES] => |ʜʲ|a|꜒꜖|n̥ʲ|-
[not.Q.1excl.3.cl.3.2.POS.active.optative.PAST] => |pʲ|u#ː|꜖꜒|ʄˠ|-
[not.Q.1excl.3.cl.3.2.POS.passive.indicative.PRES] => |hkʷ|ᵊ|̰꜒|ʋˠ|-
[not.Q.1excl.3.cl.3.2.POS.passive.indicative.PAST] => |m̥ʲ|ʉː|̰꜒|tʰʷ|-
[not.Q.1excl.3.cl.3.2.POS.passive.imperative.PRES] => |tˤ|u#ː|꜒꜖|r̥ʷ|-
[not.Q.1excl.3.cl.3.2.POS.passive.imperative.PAST] => |ᵏǁʲ|ᵊ|꜖|ɥʲ|-
[not.Q.1excl.3.cl.3.2.POS.passive.conditional.PRES] => |ᵏǀˤ|i|꜖|ʈˠ|-
[not.Q.1excl.3.cl.3.2.POS.passive.conditional.PAST] => |ᵏǀʼʲ|i|꜒|ŋʷ|-
[not.Q.1excl.3.cl.3.2.POS.passive.optative.PRES] => |kʷ|iː|̰꜖|ʡˠ|-
[not.Q.1excl.3.cl.3.2.POS.passive.optative.PAST] => |ʃˠ|u#ː|꜒|ɰʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |kʰʷ|i|꜒|ɹʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |tʲ|i|̰꜖|kʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ɓʲ|u|꜒꜖|ɰʲ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ᵑǀʷ|ʉ#|̰꜒|tʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |ᵏǁʼˠ|i|꜖꜒|ɗʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ᵏǃʼˤ|a|꜒꜖|ʃʲ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |tʰʲ|ᵊ|꜒꜖|ɓˠ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ʈʲ|ʉ#|꜒꜖|ŋ̥ˤ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ɗʲ|ʉ#ː|꜒꜖|n̥ʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʰˠ|ᵊ|̰꜒|d͡ʐˠ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |mˠ|i|꜒|ɭʲ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʼˠ|a|꜖꜒|kˤ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |ɳʲ|ᵊ|꜒꜖|ʋʲ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |kʷ|i|̰꜒|ʡˠ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ɥˤ|aː|꜒꜖|ʃʲ|-
[not.Q.1excl.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃˠ|i|꜖|hkˤ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |tˤ|a#ː|꜒꜖|ɾˤ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |qˠ|u|꜒|ɠʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ᵏǃʲ|ᵊ|꜖꜒|ɴʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |hpˤ|i|꜒꜖|ɰʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ᵏǃʼˤ|u#|꜒|ŋ̥ʷ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |ʈˠ|a|꜖|ɻʲ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.active.optative.PRES] => |ɽʲ|iː|꜒꜖|ɹʲ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.active.optative.PAST] => |pʼˠ|a|꜖꜒|nˠ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ᵏǁʼʲ|a|꜒|ŋ̥ʲ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |ʄʲ|a|̰꜖|ʋˤ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ᵑǃˤ|ᵊ|꜖꜒|ʔ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |t͡ʃ|a#ː|꜖꜒|ʋˠ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |h|ʉ#|꜖|ʜˠ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |kˠ|ʉ#ː|꜖|ʔ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |qʼʷ|ʉ|̰꜒|mˤ|-
[not.Q.1excl.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |sʲ|i#ː|̰꜖|t͡sˤ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |r̥ˠ|a|꜒꜖|ɗʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ɠˠ|ʉ|꜒|tʰʷ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ɗʲ|ʉ|꜖|ʛʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |kʼˤ|u#|꜖|ɓˤ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ᵏǁʼˠ|u#|꜒꜖|ŋʷ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ᵑǃʼʲ|ᵊ|꜖|ʈʰˠ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |hʈʲ|i|꜒꜖|ʈʰˠ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ʃˠ|ʉ#ː|̰꜖|ŋ̥ʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |tʼˤ|ʉ#|̰꜒|ʛʷ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |ŋ̥ˠ|a|̰꜖|ɠʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |pʼˤ|a|꜖|ʡʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǀˠ|ʉ#ː|̰꜖|ɓʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀˤ|i|꜖꜒|tʰʷ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ʈʲ|a|꜖|tʼʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |hkˠ|ʉː|̰꜒|hkˠ|-
[not.Q.1excl.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |ʛˠ|a|꜒|ɭʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ᵑǀʼˠ|i|꜒꜖|ɠʷ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ᵑǁʲ|ʉ#|̰꜒|ʈʼˠ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ᵑǃʼˤ|a|꜒|ʂˠ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |ᵏǃʰʲ|iː|꜒|nˤ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ŋ̥ˠ|uː|꜒꜖|t͡sʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ᵏǁʲ|ʉ#|꜖꜒|tʰˤ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ᵏǁʲ|uː|꜒|t͡sʷ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.active.optative.PAST] => |ᵑǃʼˤ|a#|̰꜖|ɹʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ɠʲ|a#|꜖|tʼʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |n̥ʲ|a|꜖|ɥˤ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀʼˤ|ʉ#ː|̰꜖|qʼʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ᵏǀʰʷ|aː|̰꜖|ɾʷ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |t͡sʲ|i|꜒꜖|ɳ̥ˠ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |d͡ʐˠ|u#ː|꜒|lʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |sˠ|uː|꜖|wʲ|-
[not.Q.1excl.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |tʷ|ᵊ|꜒|ʃʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |t͡sˠ|ʉ#|꜒|ɳˠ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ʋˠ|iː|꜒꜖|qʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |kʰʲ|ʉ#|꜒|ŋ̥ʷ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ɓˠ|iː|꜖|ɽʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |ᵑǃʼʷ|a|꜖|qʼˤ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |qˤ|u|꜒꜖|ŋ̥ʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ʂʲ|uː|꜖꜒|ɾʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ᵑǀʼˠ|u|̰꜒|ɓʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |kʰˠ|ʉ#|꜒꜖|ŋʷ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |ʈʲ|i#ː|꜖|ʈʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ʛʲ|i#|꜖꜒|lˠ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃʲ|i|̰꜖|kʼˤ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃʰˠ|ʉ#|꜖꜒|ʈˠ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ɥˠ|a#ː|꜒꜖|t͡ʂʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ɻˠ|ʉː|꜖꜒|kʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ɳ̥ʲ|i|̰꜒|pʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ɹʲ|i|꜖꜒|ɾˤ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |n̥ˠ|a|̰꜒|r̥ʷ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |ɗʲ|u#|꜖꜒|r̥ʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |t͡sʲ|u|꜖|ɗˠ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |ɥˠ|a|꜖|sˠ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |sʲ|i#ː|꜒|ɾʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.active.optative.PRES] => |htʷ|a#ː|̰꜖|ɓˠ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.active.optative.PAST] => |t͡sʷ|a#ː|꜒|wˠ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |ᵏǃʼʲ|a#ː|꜒꜖|qʼˤ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |ɹˠ|i#ː|̰꜒|ɥʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |ʛˠ|iː|꜖꜒|t͡sˤ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ʋˤ|a#|꜖꜒|ɹʲ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |kʼʲ|ʉ|꜒꜖|ɹʷ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ɳ̥ʲ|i#ː|꜒꜖|t͡ʂˠ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ᵏǃʰʷ|aː|꜖|sˤ|-
[not.Q.1excl.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |ʈˠ|aː|̰꜒|t͡sʷ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ɗˤ|a|꜖|pʼˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |hʈˠ|ᵊ|̰꜖|kʼʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |ɭʲ|a|꜖|lʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |pˤ|ʉ|꜒|tʼˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ʃʲ|a#|꜒|ɗʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ɥˠ|a#|꜒꜖|ɹˤ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |ᵑǁʲ|ᵊ|꜖꜒|wˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ʄˠ|a#ː|̰꜖|tʼˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |tʼʷ|ᵊ|꜖|ɻˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǃʷ|a#ː|꜖|rʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |qˤ|ʉ#|꜖|ɗʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ɻˠ|aː|̰꜖|mˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |kˠ|ᵊ|̰꜒|ɥˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |tʼˠ|ʉː|̰꜒|t͡ʂˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |t͡sˤ|u#ː|꜒|nˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |h|i#ː|꜒|n̥ˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |qʼʷ|ᵊ|꜖꜒|t͡sʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ᵑǃʷ|ʉː|꜖|m̥ʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |kʲ|i#ː|꜒꜖|ɳ̥ʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |hʈʲ|ᵊ|̰꜖|qʼʷ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |tˤ|i|̰꜒|ɳ̥ˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |tɬʲ|u|꜖꜒|t͡sˤ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.active.optative.PRES] => |ᵑǃʼˠ|ʉ#ː|̰꜒|ɓʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ɾʷ|i|꜒|r̥ʷ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʰˤ|i|꜖|ŋ̥ˤ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |htˤ|ʉː|̰꜒|ɗʷ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |ᵑǁʲ|ᵊ|̰꜖|tʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ɗˤ|a|̰꜖|mˠ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ᵏǀʼˤ|a|꜒꜖|ʛˤ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |qʷ|ʉ#ː|꜖|sʲ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ʛʲ|u|꜒꜖|r̥ˤ|-
[not.Q.1excl.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |t͡sˠ|iː|̰꜒|kʼʷ|-
[not.Q.1excl.3.cl.4.1incl.NEG.active.indicative.PRES] => |t͡ʃ|aː|꜖꜒|ɗʷ|-
[not.Q.1excl.3.cl.4.1incl.NEG.active.indicative.PAST] => |ᵏǀˤ|iː|̰꜒|m̥ˤ|-
[not.Q.1excl.3.cl.4.1incl.NEG.active.imperative.PRES] => |ŋ̥ʲ|ʉ|꜒꜖|n̥ˠ|-
[not.Q.1excl.3.cl.4.1incl.NEG.active.imperative.PAST] => |ɥˠ|ᵊ|꜖꜒|wˠ|-
[not.Q.1excl.3.cl.4.1incl.NEG.active.conditional.PRES] => |ᵏǃʼˠ|ᵊ|꜖꜒|ɹˠ|-
[not.Q.1excl.3.cl.4.1incl.NEG.active.conditional.PAST] => |ɥˤ|a#ː|꜖|tʲ|-
[not.Q.1excl.3.cl.4.1incl.NEG.active.optative.PRES] => |hpʲ|ᵊ|꜒|kʷ|-
[not.Q.1excl.3.cl.4.1incl.NEG.active.optative.PAST] => |tʰˤ|a|꜖|ɗʷ|-
[not.Q.1excl.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ɠʲ|iː|꜒꜖|ʜˠ|-
[not.Q.1excl.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ᵑǀʼˤ|a|꜖꜒|kˤ|-
[not.Q.1excl.3.cl.4.1incl.NEG.passive.imperative.PRES] => |kʰˤ|u|꜒꜖|rʷ|-
[not.Q.1excl.3.cl.4.1incl.NEG.passive.imperative.PAST] => |kʼˠ|u#ː|꜒|ɹˠ|-
[not.Q.1excl.3.cl.4.1incl.NEG.passive.conditional.PRES] => |ᵑǁʼʲ|iː|꜖|ɰˤ|-
[not.Q.1excl.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ɗʲ|ʉː|꜒|wˤ|-
[not.Q.1excl.3.cl.4.1incl.NEG.passive.optative.PRES] => |ᵏǀʼʲ|a#ː|꜖|ŋ̥ˤ|-
[not.Q.1excl.3.cl.4.1incl.NEG.passive.optative.PAST] => |ʂʲ|ᵊ|̰꜒|ɹˠ|-
[not.Q.1excl.3.cl.4.1incl.POS.active.indicative.PRES] => |ʂʲ|ʉ#|̰꜖|pʼʲ|-
[not.Q.1excl.3.cl.4.1incl.POS.active.indicative.PAST] => |qˠ|a#ː|꜖꜒|mˠ|-
[not.Q.1excl.3.cl.4.1incl.POS.active.imperative.PRES] => |pʼʲ|a|꜒꜖|ɳ̥ˠ|-
[not.Q.1excl.3.cl.4.1incl.POS.active.imperative.PAST] => |ᵏǀʼˠ|ʉ|꜒|ʋʲ|-
[not.Q.1excl.3.cl.4.1incl.POS.active.conditional.PRES] => |tˠ|ᵊ|꜖꜒|n̥ˤ|-
[not.Q.1excl.3.cl.4.1incl.POS.active.conditional.PAST] => |kʼˠ|u|꜖꜒|tʼʲ|-
[not.Q.1excl.3.cl.4.1incl.POS.active.optative.PRES] => |sˠ|a|̰꜒|nˤ|-
[not.Q.1excl.3.cl.4.1incl.POS.active.optative.PAST] => |ᵑǁʲ|a#ː|꜒꜖|ŋ̥ʲ|-
[not.Q.1excl.3.cl.4.1incl.POS.passive.indicative.PRES] => |ɭˠ|a|꜒꜖|ɾʷ|-
[not.Q.1excl.3.cl.4.1incl.POS.passive.indicative.PAST] => |ᵑǁˠ|iː|꜖|ɹʲ|-
[not.Q.1excl.3.cl.4.1incl.POS.passive.imperative.PRES] => |htˠ|ᵊ|꜖|lʲ|-
[not.Q.1excl.3.cl.4.1incl.POS.passive.imperative.PAST] => |tʰˠ|a|꜒꜖|ŋˠ|-
[not.Q.1excl.3.cl.4.1incl.POS.passive.conditional.PRES] => |ɰˠ|iː|̰꜒|m̥ˤ|-
[not.Q.1excl.3.cl.4.1incl.POS.passive.conditional.PAST] => |ɥˠ|ʉː|꜖꜒|lʲ|-
[not.Q.1excl.3.cl.4.1incl.POS.passive.optative.PRES] => |ŋ̥ʲ|i|꜖|ɗʲ|-
[not.Q.1excl.3.cl.4.1incl.POS.passive.optative.PAST] => |ɗˠ|i#|꜒꜖|ʈʰˠ|-
[not.Q.1excl.3.cl.4.1excl.NEG.active.indicative.PRES] => |ɹʷ|a#ː|̰꜖|wˤ|-
[not.Q.1excl.3.cl.4.1excl.NEG.active.indicative.PAST] => |kʼˤ|a|꜒|ɾʷ|-
[not.Q.1excl.3.cl.4.1excl.NEG.active.imperative.PRES] => |ᵏǃʰʷ|ᵊ|꜖꜒|j|-
[not.Q.1excl.3.cl.4.1excl.NEG.active.imperative.PAST] => |hʈˠ|ᵊ|꜖꜒|tʼʷ|-
[not.Q.1excl.3.cl.4.1excl.NEG.active.conditional.PRES] => |r̥ʲ|a|꜖꜒|d͡ʐˠ|-
[not.Q.1excl.3.cl.4.1excl.NEG.active.conditional.PAST] => |t͡sʲ|a#|̰꜖|ɽʲ|-
[not.Q.1excl.3.cl.4.1excl.NEG.active.optative.PRES] => |ɠˠ|aː|̰꜒|ʡʲ|-
[not.Q.1excl.3.cl.4.1excl.NEG.active.optative.PAST] => |htˠ|a#ː|꜒|ɹˤ|-
[not.Q.1excl.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ɥˠ|aː|꜒|ɓʲ|-
[not.Q.1excl.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ᵑǃʷ|ᵊ|꜒|ɹˤ|-
[not.Q.1excl.3.cl.4.1excl.NEG.passive.imperative.PRES] => |n̥ʲ|iː|꜖꜒|ɰʷ|-
[not.Q.1excl.3.cl.4.1excl.NEG.passive.imperative.PAST] => |kʼˠ|uː|꜖|tɬʲ|-
[not.Q.1excl.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ɽˠ|ʉ|꜖|wʲ|-
[not.Q.1excl.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ʋˠ|u#|꜒꜖|ɳ̥ˠ|-
[not.Q.1excl.3.cl.4.1excl.NEG.passive.optative.PRES] => |hpʲ|ʉ|꜖꜒|ɠʷ|-
[not.Q.1excl.3.cl.4.1excl.NEG.passive.optative.PAST] => |htʲ|iː|̰꜒|lˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.active.indicative.PRES] => |ɰʲ|u#ː|꜖|pʰʲ|-
[not.Q.1excl.3.cl.4.1excl.POS.active.indicative.PAST] => |ʡʲ|aː|꜒|ɻˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.active.imperative.PRES] => |ᵏǀʼʷ|ʉ|꜒꜖|ɳˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.active.imperative.PAST] => |htʲ|ʉ|̰꜖|htʷ|-
[not.Q.1excl.3.cl.4.1excl.POS.active.conditional.PRES] => |ʜʲ|ʉ#|꜖|pʼˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.active.conditional.PAST] => |ʔ|a#|꜒|pˤ|-
[not.Q.1excl.3.cl.4.1excl.POS.active.optative.PRES] => |ɥˤ|i|꜒|ʋˤ|-
[not.Q.1excl.3.cl.4.1excl.POS.active.optative.PAST] => |ɓʲ|a#ː|̰꜖|mˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.passive.indicative.PRES] => |pʰˤ|i|꜒꜖|kˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.passive.indicative.PAST] => |kʼˠ|u#|꜒꜖|ɰˤ|-
[not.Q.1excl.3.cl.4.1excl.POS.passive.imperative.PRES] => |sʲ|ᵊ|̰꜖|d͡ʐˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.passive.imperative.PAST] => |ŋ̥ˠ|a|꜒꜖|t͡sˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.passive.conditional.PRES] => |ᵑǀʲ|u|꜖|n̥ʷ|-
[not.Q.1excl.3.cl.4.1excl.POS.passive.conditional.PAST] => |ᵑǃˤ|u|̰꜒|ɾʲ|-
[not.Q.1excl.3.cl.4.1excl.POS.passive.optative.PRES] => |ɗˤ|a#ː|꜖|ɽˠ|-
[not.Q.1excl.3.cl.4.1excl.POS.passive.optative.PAST] => |sʲ|i|̰꜖|ʜʲ|-
[not.Q.1excl.3.cl.4.2.NEG.active.indicative.PRES] => |ɗˤ|a|̰꜖|tʼˤ|-
[not.Q.1excl.3.cl.4.2.NEG.active.indicative.PAST] => |t͡sˤ|a#ː|꜒|rʷ|-
[not.Q.1excl.3.cl.4.2.NEG.active.imperative.PRES] => |r̥ʷ|ʉ#ː|꜖꜒|tʼʲ|-
[not.Q.1excl.3.cl.4.2.NEG.active.imperative.PAST] => |ᵑǀˤ|i#|꜒|ŋ̥ʷ|-
[not.Q.1excl.3.cl.4.2.NEG.active.conditional.PRES] => |kʼʲ|i|꜖|ɹʲ|-
[not.Q.1excl.3.cl.4.2.NEG.active.conditional.PAST] => |ᵑǃʼˠ|u|̰꜖|t͡ʂʲ|-
[not.Q.1excl.3.cl.4.2.NEG.active.optative.PRES] => |r̥ʲ|a|̰꜒|n̥ˠ|-
[not.Q.1excl.3.cl.4.2.NEG.active.optative.PAST] => |r̥ʷ|i#|꜒|tʰʷ|-
[not.Q.1excl.3.cl.4.2.NEG.passive.indicative.PRES] => |hkʲ|ʉ|꜒꜖|ɻˠ|-
[not.Q.1excl.3.cl.4.2.NEG.passive.indicative.PAST] => |pʰˤ|i|꜖|m̥ˤ|-
[not.Q.1excl.3.cl.4.2.NEG.passive.imperative.PRES] => |ʛʷ|iː|꜖꜒|ʄˠ|-
[not.Q.1excl.3.cl.4.2.NEG.passive.imperative.PAST] => |sʷ|i|꜖꜒|ʂˠ|-
[not.Q.1excl.3.cl.4.2.NEG.passive.conditional.PRES] => |ŋ̥ʷ|ʉ#ː|̰꜖|ɥˠ|-
[not.Q.1excl.3.cl.4.2.NEG.passive.conditional.PAST] => |tʰˤ|ʉ#|꜒꜖|ɠʷ|-
[not.Q.1excl.3.cl.4.2.NEG.passive.optative.PRES] => |hʈˠ|aː|̰꜖|t͡ʃ|-
[not.Q.1excl.3.cl.4.2.NEG.passive.optative.PAST] => |m̥ˠ|ᵊ|̰꜖|rʷ|-
[not.Q.1excl.3.cl.4.2.POS.active.indicative.PRES] => |qʲ|ᵊ|̰꜒|ɴˠ|-
[not.Q.1excl.3.cl.4.2.POS.active.indicative.PAST] => |wˤ|u|꜖꜒|sˠ|-
[not.Q.1excl.3.cl.4.2.POS.active.imperative.PRES] => |ɠʲ|a#|꜖꜒|r̥ʲ|-
[not.Q.1excl.3.cl.4.2.POS.active.imperative.PAST] => |qʷ|a|̰꜖|ɹʷ|-
[not.Q.1excl.3.cl.4.2.POS.active.conditional.PRES] => |qˠ|i|꜒|kʰʲ|-
[not.Q.1excl.3.cl.4.2.POS.active.conditional.PAST] => |ᵏǃʰʷ|i#|꜒|sʲ|-
[not.Q.1excl.3.cl.4.2.POS.active.optative.PRES] => |tʷ|i|꜒|ɹˤ|-
[not.Q.1excl.3.cl.4.2.POS.active.optative.PAST] => |ᵏǀʷ|i|꜒꜖|ɽʲ|-
[not.Q.1excl.3.cl.4.2.POS.passive.indicative.PRES] => |kʷ|i|̰꜖|hkʷ|-
[not.Q.1excl.3.cl.4.2.POS.passive.indicative.PAST] => |pʲ|a#ː|꜒|t͡ʂˠ|-
[not.Q.1excl.3.cl.4.2.POS.passive.imperative.PRES] => |ᵑǁʼʲ|i|̰꜖|t͡sʷ|-
[not.Q.1excl.3.cl.4.2.POS.passive.imperative.PAST] => |ɠʲ|ʉ|̰꜖|ɗʷ|-
[not.Q.1excl.3.cl.4.2.POS.passive.conditional.PRES] => |ᵏǀʰʲ|u|꜒|ʈʲ|-
[not.Q.1excl.3.cl.4.2.POS.passive.conditional.PAST] => |ᵑǁʲ|i|꜖꜒|kʼˤ|-
[not.Q.1excl.3.cl.4.2.POS.passive.optative.PRES] => |ᵑǃʼʷ|a|̰꜒|ɾˤ|-
[not.Q.1excl.3.cl.4.2.POS.passive.optative.PAST] => |ᵏǃˠ|a|̰꜖|ʈˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |kʼʷ|ᵊ|꜒|ɳˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ʋˠ|ᵊ|꜒꜖|t͡ʂʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |sˤ|aː|꜖|ʛˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |tˤ|i|꜒|tˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |ᵏǀʼˤ|i|꜒꜖|ŋ̥ˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |mʲ|u#ː|̰꜒|n̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ɥˤ|ᵊ|꜖|ʡˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |qʲ|u#ː|̰꜖|ʡʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |kʼˤ|a|̰꜒|ɽʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |n̥ʲ|ᵊ|꜒꜖|ɠʷ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |mʲ|i|̰꜒|ʂˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǁʰˠ|aː|̰꜖|lˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃʼˠ|i|꜒꜖|r̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |t͡sʷ|i|̰꜖|ɠʷ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |hpˤ|a|̰꜒|ɳ̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ᵏǁʼʲ|u|꜖꜒|tʼˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |tʼʷ|a|꜒꜖|ɓʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |m̥ˠ|ʉ|꜒|ʡʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |wʲ|u|꜖|ɹˤ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ʂʲ|iː|꜒|qʼˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |t͡ʂˠ|a|̰꜒|ɠˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ʃʲ|ʉː|̰꜖|pʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.active.optative.PRES] => |nʲ|ʉ|꜒|ʜˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ᵏǀʼˤ|ʉː|̰꜖|ŋ̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |wˠ|uː|̰꜒|htʲ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ʛʲ|i|̰꜖|pʼˤ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ɠˠ|iː|꜒꜖|nˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀʼˤ|aː|̰꜒|ɥˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʷ|ᵊ|̰꜖|ɠˤ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ɓˤ|i#ː|̰꜖|ɴˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |ʛˠ|i|̰꜒|kˠ|-
[not.Q.1excl.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ᵏǃʼʷ|i#ː|꜒꜖|ɠʲ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |n̥ʷ|aː|꜒|tˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |ʈʼʲ|i|꜒꜖|ʂˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʲ|u|꜖|ʈˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ɰˤ|i#ː|꜖꜒|pˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ʄʲ|i|꜖|ɰʲ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |n̥ˠ|ᵊ|꜖꜒|htʲ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |tʰʷ|a#ː|꜒꜖|kʰˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |kʷ|ʉ|꜖|rˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |tʼʷ|iː|̰꜖|hkˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |ᵑǀʲ|aː|꜒|ʡʲ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ɠʲ|u|꜖꜒|m̥ˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |pʲ|ʉ|꜒꜖|ɳˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǃʼʲ|a#|̰꜒|kʼˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ʜʲ|u#|꜒꜖|kʰˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |ɻʲ|i#|꜖꜒|ʄˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ɴʲ|ʉː|꜖|t͡sˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ʔ|ᵊ|̰꜖|ɓˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |qʲ|i#ː|꜖꜒|ʋʲ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |ᵏǃʼʷ|ʉ|꜒꜖|tʷ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |t͡sʲ|a|꜖|ŋ̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ʈʰʲ|ʉ#|̰꜒|lˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |ʃʲ|ᵊ|꜒꜖|ʄˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ɹˤ|aː|̰꜒|ɓˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.active.optative.PAST] => |tʼˠ|a|̰꜒|pʰˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |n̥ˤ|ʉ#|꜖꜒|r̥ˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |kʼˤ|a|꜒|hkˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |t͡sˤ|ʉ|꜒|ʈˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ɥʲ|ʉ|꜒꜖|ʂʲ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |t͡ʂˠ|u#ː|̰꜒|ɗʷ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |nʲ|ʉ#|̰꜖|hkˤ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ᵏǃˠ|ʉ#ː|꜒꜖|ɳ̥ˠ|-
[not.Q.1excl.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |tʼˠ|ᵊ|̰꜖|ʋˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʰʷ|ᵊ|̰꜖|ɗˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |ɗˠ|u|꜖|sˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |ɠʲ|a|̰꜒|ʜˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |kʷ|ʉ|꜒꜖|hkˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |t͡ʂʲ|a|꜒|qʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |ᵏǀʼʲ|ʉ|̰꜒|rʷ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ᵑǁʼʲ|ᵊ|꜖꜒|ʈˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |pʰˤ|a|꜒|nʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǃʼʲ|i|̰꜖|ŋ̥ʷ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǃˠ|ᵊ|꜒|ɹˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |t͡ʂʲ|ᵊ|꜒|ŋ̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ɹˠ|aː|꜖|ɠʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ŋˤ|ʉ|꜒|ɾʷ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |d͡ʐˠ|uː|̰꜖|r̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |tˠ|a|̰꜖|ɴˤ|-
[not.Q.1excl.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |kʷ|aː|꜒|ʡˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |ᵏǃʼʲ|u#ː|̰꜖|hʈˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |ŋ̥ˠ|a|꜖꜒|ɾʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʲ|i|꜖꜒|j|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |t͡sˠ|iː|꜖꜒|ʄʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |m̥ˠ|i|꜒꜖|ɗʷ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |kʷ|a|̰꜖|ɰˤ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.active.optative.PRES] => |tˠ|i#ː|꜒|kʼʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.active.optative.PAST] => |t͡ʃ|ʉ#ː|꜒|ŋˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʰˤ|ʉ|꜖꜒|ɭˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃʼˠ|ʉ|꜖|r̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |kʰˠ|i|꜒|ɳ̥ˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ʈʰˠ|ʉ|꜒|sˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ɓʲ|a|꜒꜖|nʲ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |ɗˤ|i#ː|꜒|ɥˠ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |tɬˠ|aː|꜒|wˤ|-
[not.Q.1excl.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |qʼʷ|iː|꜒꜖|lʲ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ʂˠ|i|꜒|nˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |hkʷ|ʉ|꜖꜒|m̥ˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |lˠ|i|꜒|ɰʷ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃʼʷ|iː|꜒|ŋ̥ʲ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |pʰˤ|a|꜒꜖|tʲ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |nʷ|i|꜖|lˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |ɹˤ|uː|꜒|pˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ᵏǀʼʲ|aː|꜖|ŋˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǁʰʲ|i|꜒|kʰˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ɠˤ|i#ː|꜒꜖|t͡ʂˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|aː|꜒꜖|ʄˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |tʼʲ|i|꜖|tˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |tʼʷ|ʉ#|̰꜖|kˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |kˠ|u|̰꜒|ŋ̥ˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ɻˠ|a|̰꜖|t͡sˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |ʛˠ|ʉ|꜒꜖|qʼʷ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |pʰʲ|u|꜖꜒|qʼʲ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ɥˠ|ʉː|꜖꜒|r̥ʷ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ɳ̥ˠ|u|̰꜒|qˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |pˤ|ʉ#ː|꜖꜒|htʷ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ᵏǁˠ|i#ː|꜒|kʰˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |kʰʲ|ʉ|꜒|m̥ˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ɻʲ|ᵊ|꜖|tʼˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ɻʲ|ᵊ|꜒|qʼˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ʈʲ|u|꜖꜒|tʼˤ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʲ|ᵊ|꜖꜒|ɳˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |tˠ|ʉ|̰꜖|ʔ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |ᵏǃʼˠ|ʉ|꜖꜒|ɭʲ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |nʷ|a#|꜒꜖|t͡ʂˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ᵏǁʼʲ|i|̰꜒|ɰʲ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |ʔ|i|꜖꜒|ɓˠ|-
[not.Q.1excl.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |n̥ʲ|aː|̰꜒|ʃʲ|-
[not.Q.2.none.1incl.NEG.active.indicative.PRES] => |ᵑǀˤ|a|꜒|kʼʷ|-
[not.Q.2.none.1incl.NEG.active.indicative.PAST] => |sˠ|u|꜖|t͡sˠ|-
[not.Q.2.none.1incl.NEG.active.imperative.PRES] => |ᵏǃʷ|aː|̰꜒|ɹˠ|-
[not.Q.2.none.1incl.NEG.active.imperative.PAST] => |ɠˠ|ᵊ|꜖|ŋ̥ˠ|-
[not.Q.2.none.1incl.NEG.active.conditional.PRES] => |mʲ|aː|꜖꜒|m̥ˤ|-
[not.Q.2.none.1incl.NEG.active.conditional.PAST] => |pʰʲ|a#|꜖|t͡sˤ|-
[not.Q.2.none.1incl.NEG.active.optative.PRES] => |t͡sˠ|uː|꜒꜖|kʼˤ|-
[not.Q.2.none.1incl.NEG.active.optative.PAST] => |kˤ|a|꜖|pʰˠ|-
[not.Q.2.none.1incl.NEG.passive.indicative.PRES] => |ʂʲ|ʉ|꜖꜒|qʼˠ|-
[not.Q.2.none.1incl.NEG.passive.indicative.PAST] => |ɭʲ|uː|꜒꜖|ɹʷ|-
[not.Q.2.none.1incl.NEG.passive.imperative.PRES] => |ᵑǀˠ|ᵊ|̰꜖|ɓʲ|-
[not.Q.2.none.1incl.NEG.passive.imperative.PAST] => |ᵏǃʲ|i|꜒꜖|rˠ|-
[not.Q.2.none.1incl.NEG.passive.conditional.PRES] => |r̥ˠ|u#|꜖꜒|kʼʲ|-
[not.Q.2.none.1incl.NEG.passive.conditional.PAST] => |ɠʲ|i|꜖|n̥ˤ|-
[not.Q.2.none.1incl.NEG.passive.optative.PRES] => |htˠ|i|̰꜖|ʈʼʲ|-
[not.Q.2.none.1incl.NEG.passive.optative.PAST] => |ᵑǀʼˠ|iː|꜖꜒|d͡ʐʲ|-
[not.Q.2.none.1incl.POS.active.indicative.PRES] => |nˠ|ᵊ|꜒꜖|ɹˤ|-
[not.Q.2.none.1incl.POS.active.indicative.PAST] => |ɳ̥ʲ|a#|꜒꜖|ʡʲ|-
[not.Q.2.none.1incl.POS.active.imperative.PRES] => |kʰʷ|ʉ|꜖꜒|ʔ|-
[not.Q.2.none.1incl.POS.active.imperative.PAST] => |ɳˠ|ʉ#|꜖꜒|kʼˠ|-
[not.Q.2.none.1incl.POS.active.conditional.PRES] => |hkʲ|aː|꜖꜒|m̥ʲ|-
[not.Q.2.none.1incl.POS.active.conditional.PAST] => |sʲ|uː|꜖꜒|ʈʰˠ|-
[not.Q.2.none.1incl.POS.active.optative.PRES] => |h|a|̰꜒|ɳ̥ˠ|-
[not.Q.2.none.1incl.POS.active.optative.PAST] => |ɹˠ|u|̰꜖|tˤ|-
[not.Q.2.none.1incl.POS.passive.indicative.PRES] => |ɻˠ|u#ː|̰꜖|pʼˤ|-
[not.Q.2.none.1incl.POS.passive.indicative.PAST] => |ɹʲ|a#|꜖꜒|ɰˤ|-
[not.Q.2.none.1incl.POS.passive.imperative.PRES] => |qˤ|ʉ|̰꜒|d͡ʐʲ|-
[not.Q.2.none.1incl.POS.passive.imperative.PAST] => |ᵏǀʲ|ʉ#|꜖|rʲ|-
[not.Q.2.none.1incl.POS.passive.conditional.PRES] => |hpˠ|ʉ|꜒|ɥˠ|-
[not.Q.2.none.1incl.POS.passive.conditional.PAST] => |ᵑǁʼʲ|i|꜒꜖|tɬʲ|-
[not.Q.2.none.1incl.POS.passive.optative.PRES] => |qʼʲ|a|꜒꜖|kʼˠ|-
[not.Q.2.none.1incl.POS.passive.optative.PAST] => |ɓˠ|a|꜖|hpʲ|-
[not.Q.2.none.1excl.NEG.active.indicative.PRES] => |n̥ʷ|ᵊ|꜒|tʼʷ|-
[not.Q.2.none.1excl.NEG.active.indicative.PAST] => |ɳ̥ʲ|ʉ|̰꜒|pʼˠ|-
[not.Q.2.none.1excl.NEG.active.imperative.PRES] => |ʃʲ|ʉ|̰꜖|ɗˤ|-
[not.Q.2.none.1excl.NEG.active.imperative.PAST] => |ɻˠ|i|̰꜖|qʼˠ|-
[not.Q.2.none.1excl.NEG.active.conditional.PRES] => |hpˠ|u|꜖|ʜʲ|-
[not.Q.2.none.1excl.NEG.active.conditional.PAST] => |ᵏǃʼʷ|a#ː|꜒|kʷ|-
[not.Q.2.none.1excl.NEG.active.optative.PRES] => |ɰˠ|ʉː|꜒|mˠ|-
[not.Q.2.none.1excl.NEG.active.optative.PAST] => |sʲ|u#ː|꜖|pʰʲ|-
[not.Q.2.none.1excl.NEG.passive.indicative.PRES] => |pʰˠ|ᵊ|꜖|ɰʲ|-
[not.Q.2.none.1excl.NEG.passive.indicative.PAST] => |ᵑǀˤ|a|꜖꜒|tʼʲ|-
[not.Q.2.none.1excl.NEG.passive.imperative.PRES] => |ʈʰˠ|i|̰꜖|ŋ̥ʲ|-
[not.Q.2.none.1excl.NEG.passive.imperative.PAST] => |ŋ̥ˠ|i|̰꜒|ɴʷ|-
[not.Q.2.none.1excl.NEG.passive.conditional.PRES] => |pʼˠ|u|꜒|ɳ̥ˠ|-
[not.Q.2.none.1excl.NEG.passive.conditional.PAST] => |tʰʷ|ʉː|꜖|d͡ʐˠ|-
[not.Q.2.none.1excl.NEG.passive.optative.PRES] => |ᵑǁʼˠ|i|꜖|pʼˠ|-
[not.Q.2.none.1excl.NEG.passive.optative.PAST] => |kʷ|i#|̰꜖|tʲ|-
[not.Q.2.none.1excl.POS.active.indicative.PRES] => |kʰˤ|aː|̰꜒|ʋʲ|-
[not.Q.2.none.1excl.POS.active.indicative.PAST] => |ɰʲ|a|꜖|mʲ|-
[not.Q.2.none.1excl.POS.active.imperative.PRES] => |ᵏǁʼˠ|i|̰꜖|nʲ|-
[not.Q.2.none.1excl.POS.active.imperative.PAST] => |tʼʲ|ᵊ|̰꜒|ɽˠ|-
[not.Q.2.none.1excl.POS.active.conditional.PRES] => |ɴʲ|uː|̰꜖|sʷ|-
[not.Q.2.none.1excl.POS.active.conditional.PAST] => |pʼˤ|i|꜒|pˤ|-
[not.Q.2.none.1excl.POS.active.optative.PRES] => |hkʷ|ᵊ|꜖꜒|n̥ʷ|-
[not.Q.2.none.1excl.POS.active.optative.PAST] => |pʼʲ|a|̰꜖|tɬˠ|-
[not.Q.2.none.1excl.POS.passive.indicative.PRES] => |ʈˠ|a|꜖꜒|ʈʼˠ|-
[not.Q.2.none.1excl.POS.passive.indicative.PAST] => |ᵏǃʲ|u|꜖|qʷ|-
[not.Q.2.none.1excl.POS.passive.imperative.PRES] => |ᵑǃˠ|ʉ#|꜖|mˤ|-
[not.Q.2.none.1excl.POS.passive.imperative.PAST] => |ᵑǃʼˤ|i|̰꜒|ɾʷ|-
[not.Q.2.none.1excl.POS.passive.conditional.PRES] => |htʲ|uː|꜒꜖|t͡sʲ|-
[not.Q.2.none.1excl.POS.passive.conditional.PAST] => |n̥ʷ|i#|꜖|mˠ|-
[not.Q.2.none.1excl.POS.passive.optative.PRES] => |ʃˠ|ʉ|꜒|rˤ|-
[not.Q.2.none.1excl.POS.passive.optative.PAST] => |ᵏǃʰˠ|u#|꜒꜖|qʷ|-
[not.Q.2.none.2.NEG.active.indicative.PRES] => |ᵏǁʲ|a#ː|꜒꜖|ɻˠ|-
[not.Q.2.none.2.NEG.active.indicative.PAST] => |ʄʲ|iː|꜖꜒|ɳ̥ʲ|-
[not.Q.2.none.2.NEG.active.imperative.PRES] => |ᵏǃˠ|i|̰꜒|lˠ|-
[not.Q.2.none.2.NEG.active.imperative.PAST] => |ɓˤ|ᵊ|꜒꜖|ʡˠ|-
[not.Q.2.none.2.NEG.active.conditional.PRES] => |ᵏǀʰˤ|a#ː|꜒|sˤ|-
[not.Q.2.none.2.NEG.active.conditional.PAST] => |tʰˠ|ʉ#ː|꜒꜖|ʈʰˠ|-
[not.Q.2.none.2.NEG.active.optative.PRES] => |ɹʲ|a|꜒꜖|ʂʲ|-
[not.Q.2.none.2.NEG.active.optative.PAST] => |ŋ̥ʲ|ʉː|꜖꜒|ŋ̥ʲ|-
[not.Q.2.none.2.NEG.passive.indicative.PRES] => |ʛʷ|i|꜖꜒|ɹˠ|-
[not.Q.2.none.2.NEG.passive.indicative.PAST] => |nˤ|iː|꜖|r̥ˠ|-
[not.Q.2.none.2.NEG.passive.imperative.PRES] => |sʲ|a#ː|̰꜒|pʲ|-
[not.Q.2.none.2.NEG.passive.imperative.PAST] => |ᵏǀʷ|ᵊ|꜒꜖|ɾˠ|-
[not.Q.2.none.2.NEG.passive.conditional.PRES] => |m̥ˤ|ᵊ|̰꜒|kʰʷ|-
[not.Q.2.none.2.NEG.passive.conditional.PAST] => |ʛˤ|ʉː|꜖|ɽʲ|-
[not.Q.2.none.2.NEG.passive.optative.PRES] => |ᵏǀʰˠ|i|꜒꜖|kʷ|-
[not.Q.2.none.2.NEG.passive.optative.PAST] => |ʋˤ|iː|꜒꜖|ʔ|-
[not.Q.2.none.2.POS.active.indicative.PRES] => |ᵏǃʼˠ|u|̰꜖|ʡˠ|-
[not.Q.2.none.2.POS.active.indicative.PAST] => |ɴˤ|ʉ|̰꜖|ɽʲ|-
[not.Q.2.none.2.POS.active.imperative.PRES] => |tʼʷ|a|꜒꜖|n̥ʷ|-
[not.Q.2.none.2.POS.active.imperative.PAST] => |kˠ|i#ː|꜖|ʜʲ|-
[not.Q.2.none.2.POS.active.conditional.PRES] => |hpˤ|ʉ#ː|꜖|ɥˠ|-
[not.Q.2.none.2.POS.active.conditional.PAST] => |ɴˠ|ᵊ|꜒|kˤ|-
[not.Q.2.none.2.POS.active.optative.PRES] => |d͡ʐʲ|a|̰꜒|qʼʲ|-
[not.Q.2.none.2.POS.active.optative.PAST] => |sˠ|i#ː|̰꜖|hpˤ|-
[not.Q.2.none.2.POS.passive.indicative.PRES] => |r̥ˤ|a|꜖|hkˤ|-
[not.Q.2.none.2.POS.passive.indicative.PAST] => |htʲ|ʉ|꜒꜖|ɾˤ|-
[not.Q.2.none.2.POS.passive.imperative.PRES] => |ᵏǀʲ|i#ː|꜖꜒|tʰˤ|-
[not.Q.2.none.2.POS.passive.imperative.PAST] => |qʼʲ|i|꜒|ɥʲ|-
[not.Q.2.none.2.POS.passive.conditional.PRES] => |tʼʷ|aː|꜒|qˤ|-
[not.Q.2.none.2.POS.passive.conditional.PAST] => |tʰˠ|aː|꜖|tɬʲ|-
[not.Q.2.none.2.POS.passive.optative.PRES] => |ʜʲ|ᵊ|꜖|ɾˠ|-
[not.Q.2.none.2.POS.passive.optative.PAST] => |ʈʼʲ|a#ː|꜖|ɥˤ|-
[not.Q.2.none.3.cl.1.NEG.active.indicative.PRES] => |tʲ|i#ː|꜖꜒|tˠ|-
[not.Q.2.none.3.cl.1.NEG.active.indicative.PAST] => |ʈʼˠ|u|꜒|htˤ|-
[not.Q.2.none.3.cl.1.NEG.active.imperative.PRES] => |ɴˤ|aː|꜒꜖|ɥˠ|-
[not.Q.2.none.3.cl.1.NEG.active.imperative.PAST] => |qʼʷ|ᵊ|̰꜖|n̥ˤ|-
[not.Q.2.none.3.cl.1.NEG.active.conditional.PRES] => |ɻˠ|i|̰꜖|tʰˤ|-
[not.Q.2.none.3.cl.1.NEG.active.conditional.PAST] => |hʈʲ|u|̰꜒|pʼʲ|-
[not.Q.2.none.3.cl.1.NEG.active.optative.PRES] => |ᵏǀˤ|a|꜖|sʷ|-
[not.Q.2.none.3.cl.1.NEG.active.optative.PAST] => |ɴʲ|u|꜒|htˤ|-
[not.Q.2.none.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀʼˠ|u|̰꜖|j|-
[not.Q.2.none.3.cl.1.NEG.passive.indicative.PAST] => |n̥ˤ|u#ː|꜖|tʼʷ|-
[not.Q.2.none.3.cl.1.NEG.passive.imperative.PRES] => |ŋˤ|a|̰꜒|htʷ|-
[not.Q.2.none.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǁˠ|a|꜖|sʲ|-
[not.Q.2.none.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃʷ|a#|꜒꜖|ɹʷ|-
[not.Q.2.none.3.cl.1.NEG.passive.conditional.PAST] => |sʷ|ʉ|꜒|ʡʲ|-
[not.Q.2.none.3.cl.1.NEG.passive.optative.PRES] => |tɬʲ|u#ː|̰꜖|kʼʷ|-
[not.Q.2.none.3.cl.1.NEG.passive.optative.PAST] => |ʡˠ|a|̰꜖|tˤ|-
[not.Q.2.none.3.cl.1.POS.active.indicative.PRES] => |ʋˤ|ᵊ|꜒꜖|ɽʲ|-
[not.Q.2.none.3.cl.1.POS.active.indicative.PAST] => |htˠ|a|꜒꜖|ɰˤ|-
[not.Q.2.none.3.cl.1.POS.active.imperative.PRES] => |tˤ|iː|̰꜒|ɓˠ|-
[not.Q.2.none.3.cl.1.POS.active.imperative.PAST] => |ʃˠ|u|̰꜖|ʄˠ|-
[not.Q.2.none.3.cl.1.POS.active.conditional.PRES] => |ɾˠ|ᵊ|꜖|ʃʲ|-
[not.Q.2.none.3.cl.1.POS.active.conditional.PAST] => |sʷ|a|̰꜖|ɳʲ|-
[not.Q.2.none.3.cl.1.POS.active.optative.PRES] => |ᵏǁʲ|aː|꜖꜒|m̥ˠ|-
[not.Q.2.none.3.cl.1.POS.active.optative.PAST] => |pˤ|ᵊ|꜒꜖|n̥ˤ|-
[not.Q.2.none.3.cl.1.POS.passive.indicative.PRES] => |d͡ʐʲ|uː|̰꜒|qʼʷ|-
[not.Q.2.none.3.cl.1.POS.passive.indicative.PAST] => |qʼˠ|i|꜖꜒|pˤ|-
[not.Q.2.none.3.cl.1.POS.passive.imperative.PRES] => |pʼˤ|u#ː|꜖|ʜʲ|-
[not.Q.2.none.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀʰʲ|u#|꜒꜖|lʲ|-
[not.Q.2.none.3.cl.1.POS.passive.conditional.PRES] => |tʷ|ʉ|꜖꜒|htˠ|-
[not.Q.2.none.3.cl.1.POS.passive.conditional.PAST] => |ᵑǀʼʲ|ᵊ|̰꜖|j|-
[not.Q.2.none.3.cl.1.POS.passive.optative.PRES] => |ɳˠ|u|̰꜖|ʈˠ|-
[not.Q.2.none.3.cl.1.POS.passive.optative.PAST] => |ᵏǀʲ|ᵊ|̰꜖|n̥ʷ|-
[not.Q.2.none.3.cl.2.NEG.active.indicative.PRES] => |j|u|꜒|ɰʲ|-
[not.Q.2.none.3.cl.2.NEG.active.indicative.PAST] => |ŋ̥ˤ|aː|꜖|sˠ|-
[not.Q.2.none.3.cl.2.NEG.active.imperative.PRES] => |ɓˤ|i|̰꜖|ʋʲ|-
[not.Q.2.none.3.cl.2.NEG.active.imperative.PAST] => |ᵑǀʷ|ᵊ|̰꜒|ɳˠ|-
[not.Q.2.none.3.cl.2.NEG.active.conditional.PRES] => |kʼˤ|a#ː|̰꜖|nʷ|-
[not.Q.2.none.3.cl.2.NEG.active.conditional.PAST] => |ᵑǁʼʲ|u|꜒꜖|t͡sʷ|-
[not.Q.2.none.3.cl.2.NEG.active.optative.PRES] => |ᵑǃʼʲ|ᵊ|̰꜖|pʼʲ|-
[not.Q.2.none.3.cl.2.NEG.active.optative.PAST] => |ᵏǁʼʲ|ʉ#ː|̰꜒|qˠ|-
[not.Q.2.none.3.cl.2.NEG.passive.indicative.PRES] => |htʲ|a|꜒꜖|pʲ|-
[not.Q.2.none.3.cl.2.NEG.passive.indicative.PAST] => |ᵑǀʼʲ|ʉ|꜖꜒|r̥ˠ|-
[not.Q.2.none.3.cl.2.NEG.passive.imperative.PRES] => |wʲ|ʉ|꜖|pʰʲ|-
[not.Q.2.none.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǀʼˤ|i|꜒꜖|ʜˠ|-
[not.Q.2.none.3.cl.2.NEG.passive.conditional.PRES] => |kʰʲ|i|꜖꜒|ɽʲ|-
[not.Q.2.none.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǀˤ|ʉ#|꜖꜒|ɻˠ|-
[not.Q.2.none.3.cl.2.NEG.passive.optative.PRES] => |pʰˤ|i#ː|꜒|tʰˤ|-
[not.Q.2.none.3.cl.2.NEG.passive.optative.PAST] => |sˠ|ᵊ|̰꜖|ɾʷ|-
[not.Q.2.none.3.cl.2.POS.active.indicative.PRES] => |htˠ|a|꜖|ʃˠ|-
[not.Q.2.none.3.cl.2.POS.active.indicative.PAST] => |ᵏǀʼˠ|u|꜒꜖|tˤ|-
[not.Q.2.none.3.cl.2.POS.active.imperative.PRES] => |ʈʰˠ|ᵊ|꜖|kʼˠ|-
[not.Q.2.none.3.cl.2.POS.active.imperative.PAST] => |tʰʷ|iː|꜒|ɽʲ|-
[not.Q.2.none.3.cl.2.POS.active.conditional.PRES] => |t͡sˤ|i#|̰꜒|n̥ˤ|-
[not.Q.2.none.3.cl.2.POS.active.conditional.PAST] => |kʲ|a#|̰꜖|n̥ˠ|-
[not.Q.2.none.3.cl.2.POS.active.optative.PRES] => |ᵏǃʼˠ|a#ː|꜖꜒|ɰʲ|-
[not.Q.2.none.3.cl.2.POS.active.optative.PAST] => |ʃˠ|ᵊ|̰꜒|ʂʲ|-
[not.Q.2.none.3.cl.2.POS.passive.indicative.PRES] => |t͡sʷ|aː|꜖|sʷ|-
[not.Q.2.none.3.cl.2.POS.passive.indicative.PAST] => |ɥˠ|u#|̰꜒|ɳˠ|-
[not.Q.2.none.3.cl.2.POS.passive.imperative.PRES] => |ᵑǃʼˠ|ᵊ|꜒꜖|ɹˠ|-
[not.Q.2.none.3.cl.2.POS.passive.imperative.PAST] => |ᵑǃʷ|iː|̰꜖|ɗˤ|-
[not.Q.2.none.3.cl.2.POS.passive.conditional.PRES] => |wˠ|u|̰꜒|ɠʷ|-
[not.Q.2.none.3.cl.2.POS.passive.conditional.PAST] => |n̥ˤ|u|꜒꜖|wʲ|-
[not.Q.2.none.3.cl.2.POS.passive.optative.PRES] => |ᵏǃʰˠ|ʉ|꜒꜖|ʈʲ|-
[not.Q.2.none.3.cl.2.POS.passive.optative.PAST] => |ɹˤ|aː|꜖|ɴˠ|-
[not.Q.2.none.3.cl.3.NEG.active.indicative.PRES] => |qʷ|a|꜒꜖|ɭˠ|-
[not.Q.2.none.3.cl.3.NEG.active.indicative.PAST] => |ᵏǁʼˠ|u|꜖꜒|hpʲ|-
[not.Q.2.none.3.cl.3.NEG.active.imperative.PRES] => |kʼʷ|ᵊ|꜒꜖|kˠ|-
[not.Q.2.none.3.cl.3.NEG.active.imperative.PAST] => |pʰˠ|ʉ#|꜖|ʈʼʲ|-
[not.Q.2.none.3.cl.3.NEG.active.conditional.PRES] => |ɳ̥ˠ|a|꜖꜒|tˠ|-
[not.Q.2.none.3.cl.3.NEG.active.conditional.PAST] => |ʈʲ|a|̰꜖|kʰʷ|-
[not.Q.2.none.3.cl.3.NEG.active.optative.PRES] => |ɰʷ|i|꜒|r̥ʲ|-
[not.Q.2.none.3.cl.3.NEG.active.optative.PAST] => |r̥ˤ|i#|̰꜖|ɴˤ|-
[not.Q.2.none.3.cl.3.NEG.passive.indicative.PRES] => |qʷ|ᵊ|꜒꜖|kʼˠ|-
[not.Q.2.none.3.cl.3.NEG.passive.indicative.PAST] => |nˠ|a|̰꜖|nˠ|-
[not.Q.2.none.3.cl.3.NEG.passive.imperative.PRES] => |ʈʰˠ|i|꜖|hpʲ|-
[not.Q.2.none.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǀʼʲ|ʉ#|̰꜖|kʼʷ|-
[not.Q.2.none.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǃʲ|uː|꜒꜖|ʜˠ|-
[not.Q.2.none.3.cl.3.NEG.passive.conditional.PAST] => |n̥ʲ|ʉ#|̰꜒|m̥ˤ|-
[not.Q.2.none.3.cl.3.NEG.passive.optative.PRES] => |qʼˠ|u|̰꜖|ɥˠ|-
[not.Q.2.none.3.cl.3.NEG.passive.optative.PAST] => |qʼˠ|ᵊ|꜖|r̥ʷ|-
[not.Q.2.none.3.cl.3.POS.active.indicative.PRES] => |ᵏǃʰˠ|u|̰꜖|qʼˠ|-
[not.Q.2.none.3.cl.3.POS.active.indicative.PAST] => |kʼˤ|u|̰꜒|ɗˠ|-
[not.Q.2.none.3.cl.3.POS.active.imperative.PRES] => |ŋˤ|a|꜖꜒|kʼˠ|-
[not.Q.2.none.3.cl.3.POS.active.imperative.PAST] => |ᵏǀʰʷ|a|꜒꜖|tɬˠ|-
[not.Q.2.none.3.cl.3.POS.active.conditional.PRES] => |ɹˠ|a|꜖|kʷ|-
[not.Q.2.none.3.cl.3.POS.active.conditional.PAST] => |qˠ|u|꜖꜒|pʼˠ|-
[not.Q.2.none.3.cl.3.POS.active.optative.PRES] => |ʈʰʲ|ᵊ|꜒꜖|qʷ|-
[not.Q.2.none.3.cl.3.POS.active.optative.PAST] => |ɠʷ|aː|꜒|ɾʷ|-
[not.Q.2.none.3.cl.3.POS.passive.indicative.PRES] => |wʲ|a|̰꜒|ɗˠ|-
[not.Q.2.none.3.cl.3.POS.passive.indicative.PAST] => |kʲ|a#ː|꜖꜒|mˤ|-
[not.Q.2.none.3.cl.3.POS.passive.imperative.PRES] => |ŋ̥ʲ|i|꜒꜖|ɹʲ|-
[not.Q.2.none.3.cl.3.POS.passive.imperative.PAST] => |ŋʲ|ʉ#ː|꜖꜒|tɬˠ|-
[not.Q.2.none.3.cl.3.POS.passive.conditional.PRES] => |t͡ʃ|ʉ#|꜖|qˤ|-
[not.Q.2.none.3.cl.3.POS.passive.conditional.PAST] => |ᵏǃˠ|ᵊ|̰꜒|ɴˤ|-
[not.Q.2.none.3.cl.3.POS.passive.optative.PRES] => |ʃˠ|i#|̰꜖|tɬʲ|-
[not.Q.2.none.3.cl.3.POS.passive.optative.PAST] => |qʼˠ|i|̰꜖|pˠ|-
[not.Q.2.none.3.cl.4.NEG.active.indicative.PRES] => |ᵏǁʼˠ|aː|꜖꜒|wˤ|-
[not.Q.2.none.3.cl.4.NEG.active.indicative.PAST] => |ᵑǁʼʲ|u|̰꜒|rˤ|-
[not.Q.2.none.3.cl.4.NEG.active.imperative.PRES] => |htʷ|a|꜖꜒|kʼˠ|-
[not.Q.2.none.3.cl.4.NEG.active.imperative.PAST] => |ᵑǀʲ|a|꜒|tʲ|-
[not.Q.2.none.3.cl.4.NEG.active.conditional.PRES] => |ᵑǃˠ|ʉ#|꜒꜖|ʂʲ|-
[not.Q.2.none.3.cl.4.NEG.active.conditional.PAST] => |hpˤ|i|꜒|ɰˠ|-
[not.Q.2.none.3.cl.4.NEG.active.optative.PRES] => |ᵏǃˤ|aː|̰꜒|ʋʲ|-
[not.Q.2.none.3.cl.4.NEG.active.optative.PAST] => |ɠˤ|u|꜖|kʼˠ|-
[not.Q.2.none.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǃʼʷ|iː|̰꜖|n̥ʲ|-
[not.Q.2.none.3.cl.4.NEG.passive.indicative.PAST] => |ŋ̥ʲ|i#|꜒꜖|kʼˠ|-
[not.Q.2.none.3.cl.4.NEG.passive.imperative.PRES] => |r̥ʷ|ʉ#|̰꜖|r̥ˤ|-
[not.Q.2.none.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǀʰˤ|a|꜒꜖|ɳʲ|-
[not.Q.2.none.3.cl.4.NEG.passive.conditional.PRES] => |ɴˤ|u|꜒꜖|kˠ|-
[not.Q.2.none.3.cl.4.NEG.passive.conditional.PAST] => |d͡ʐˠ|u|꜒꜖|ɹʷ|-
[not.Q.2.none.3.cl.4.NEG.passive.optative.PRES] => |pˠ|a|꜒|t͡sʲ|-
[not.Q.2.none.3.cl.4.NEG.passive.optative.PAST] => |ɴʷ|i|̰꜒|n̥ˤ|-
[not.Q.2.none.3.cl.4.POS.active.indicative.PRES] => |pˠ|a#|꜖꜒|kˠ|-
[not.Q.2.none.3.cl.4.POS.active.indicative.PAST] => |ɳ̥ˠ|ᵊ|꜖꜒|r̥ˤ|-
[not.Q.2.none.3.cl.4.POS.active.imperative.PRES] => |ᵑǀʼˤ|ʉ#|̰꜒|n̥ˤ|-
[not.Q.2.none.3.cl.4.POS.active.imperative.PAST] => |ŋ̥ˤ|u|꜖꜒|tˤ|-
[not.Q.2.none.3.cl.4.POS.active.conditional.PRES] => |ᵏǁˠ|i|꜖|ɳ̥ʲ|-
[not.Q.2.none.3.cl.4.POS.active.conditional.PAST] => |wˤ|i|̰꜒|tʲ|-
[not.Q.2.none.3.cl.4.POS.active.optative.PRES] => |pʼʲ|iː|꜖|ɾˠ|-
[not.Q.2.none.3.cl.4.POS.active.optative.PAST] => |ɠˤ|ᵊ|̰꜖|ɴʲ|-
[not.Q.2.none.3.cl.4.POS.passive.indicative.PRES] => |ɥˠ|iː|꜒|ʂˠ|-
[not.Q.2.none.3.cl.4.POS.passive.indicative.PAST] => |ʛˤ|i|̰꜖|nˠ|-
[not.Q.2.none.3.cl.4.POS.passive.imperative.PRES] => |pʰˠ|u#ː|꜒|tɬˠ|-
[not.Q.2.none.3.cl.4.POS.passive.imperative.PAST] => |ᵑǃʼˠ|aː|꜖|tʼˠ|-
[not.Q.2.none.3.cl.4.POS.passive.conditional.PRES] => |sʲ|a|̰꜒|tɬʲ|-
[not.Q.2.none.3.cl.4.POS.passive.conditional.PAST] => |ɻʲ|a|꜒|ɳ̥ʲ|-
[not.Q.2.none.3.cl.4.POS.passive.optative.PRES] => |ʜˠ|i|̰꜖|ŋ̥ʷ|-
[not.Q.2.none.3.cl.4.POS.passive.optative.PAST] => |wˠ|i|꜒|ŋ̥ˠ|-
[not.Q.2.1incl.1incl.NEG.active.indicative.PRES] => |ʈʼʲ|u|̰꜖|tˤ|-
[not.Q.2.1incl.1incl.NEG.active.indicative.PAST] => |qˠ|i#|꜒꜖|ʄˠ|-
[not.Q.2.1incl.1incl.NEG.active.imperative.PRES] => |r̥ʷ|ᵊ|̰꜒|t͡ʂˠ|-
[not.Q.2.1incl.1incl.NEG.active.imperative.PAST] => |kʰʲ|u|꜒|ʋʲ|-
[not.Q.2.1incl.1incl.NEG.active.conditional.PRES] => |ɠˤ|ʉː|̰꜒|m̥ˠ|-
[not.Q.2.1incl.1incl.NEG.active.conditional.PAST] => |nˤ|a#|̰꜒|ʛˠ|-
[not.Q.2.1incl.1incl.NEG.active.optative.PRES] => |ɭˠ|ᵊ|꜖|tˠ|-
[not.Q.2.1incl.1incl.NEG.active.optative.PAST] => |ɴʲ|a|꜒꜖|n̥ʷ|-
[not.Q.2.1incl.1incl.NEG.passive.indicative.PRES] => |hʈˠ|iː|꜒|qˠ|-
[not.Q.2.1incl.1incl.NEG.passive.indicative.PAST] => |n̥ˤ|u|꜖꜒|ʡʲ|-
[not.Q.2.1incl.1incl.NEG.passive.imperative.PRES] => |ɓʲ|uː|꜖꜒|mʲ|-
[not.Q.2.1incl.1incl.NEG.passive.imperative.PAST] => |ʈˠ|u|꜖|ŋˤ|-
[not.Q.2.1incl.1incl.NEG.passive.conditional.PRES] => |ɻʲ|i|̰꜒|pʼˤ|-
[not.Q.2.1incl.1incl.NEG.passive.conditional.PAST] => |ɳ̥ʲ|ʉ|̰꜒|pʰˤ|-
[not.Q.2.1incl.1incl.NEG.passive.optative.PRES] => |ʈʲ|i|꜖|t͡sʷ|-
[not.Q.2.1incl.1incl.NEG.passive.optative.PAST] => |ʜʲ|ʉ|꜒꜖|kʼˠ|-
[not.Q.2.1incl.1incl.POS.active.indicative.PRES] => |kʷ|ʉ|꜖꜒|lˠ|-
[not.Q.2.1incl.1incl.POS.active.indicative.PAST] => |ʈʲ|i|꜒꜖|ɽˠ|-
[not.Q.2.1incl.1incl.POS.active.imperative.PRES] => |ŋʲ|i|꜒|ɳ̥ʲ|-
[not.Q.2.1incl.1incl.POS.active.imperative.PAST] => |ᵏǀʼʷ|ᵊ|꜒꜖|sˤ|-
[not.Q.2.1incl.1incl.POS.active.conditional.PRES] => |sˤ|i|̰꜖|ɥˠ|-
[not.Q.2.1incl.1incl.POS.active.conditional.PAST] => |ᵏǀˤ|ʉ#|̰꜒|r̥ˠ|-
[not.Q.2.1incl.1incl.POS.active.optative.PRES] => |ɰʷ|i#|꜖꜒|lʲ|-
[not.Q.2.1incl.1incl.POS.active.optative.PAST] => |d͡ʐˠ|a|꜖꜒|t͡sʷ|-
[not.Q.2.1incl.1incl.POS.passive.indicative.PRES] => |htʷ|a|̰꜖|ɥʲ|-
[not.Q.2.1incl.1incl.POS.passive.indicative.PAST] => |ɥʲ|a|꜖꜒|hʈˠ|-
[not.Q.2.1incl.1incl.POS.passive.imperative.PRES] => |kʼˠ|ᵊ|̰꜖|mˤ|-
[not.Q.2.1incl.1incl.POS.passive.imperative.PAST] => |ɹˠ|u|̰꜖|tʰˤ|-
[not.Q.2.1incl.1incl.POS.passive.conditional.PRES] => |ɠˠ|ᵊ|꜖꜒|ʂˠ|-
[not.Q.2.1incl.1incl.POS.passive.conditional.PAST] => |ɓˤ|ᵊ|꜒꜖|ʔ|-
[not.Q.2.1incl.1incl.POS.passive.optative.PRES] => |hkˤ|i|꜒꜖|tʼʲ|-
[not.Q.2.1incl.1incl.POS.passive.optative.PAST] => |kʰʷ|aː|꜖꜒|ɰˤ|-
[not.Q.2.1incl.1excl.NEG.active.indicative.PRES] => |r̥ʷ|i|꜒|hpˤ|-
[not.Q.2.1incl.1excl.NEG.active.indicative.PAST] => |t͡ʂʲ|ʉ#|꜖|kʲ|-
[not.Q.2.1incl.1excl.NEG.active.imperative.PRES] => |ᵑǀʼˠ|ʉ|꜒꜖|sˤ|-
[not.Q.2.1incl.1excl.NEG.active.imperative.PAST] => |rʷ|a|꜖|hkˠ|-
[not.Q.2.1incl.1excl.NEG.active.conditional.PRES] => |kʼʲ|uː|꜒|kʼˤ|-
[not.Q.2.1incl.1excl.NEG.active.conditional.PAST] => |m̥ˠ|a|꜖|tʰʲ|-
[not.Q.2.1incl.1excl.NEG.active.optative.PRES] => |t͡ʂˠ|u|꜖|qʼˠ|-
[not.Q.2.1incl.1excl.NEG.active.optative.PAST] => |n̥ʷ|ᵊ|꜖|ʄˠ|-
[not.Q.2.1incl.1excl.NEG.passive.indicative.PRES] => |ʄˠ|ᵊ|̰꜒|n̥ʷ|-
[not.Q.2.1incl.1excl.NEG.passive.indicative.PAST] => |ɳ̥ˠ|a#ː|̰꜖|ɳʲ|-
[not.Q.2.1incl.1excl.NEG.passive.imperative.PRES] => |ɓʲ|u#ː|꜖|hʈˠ|-
[not.Q.2.1incl.1excl.NEG.passive.imperative.PAST] => |ᵏǁʼʲ|ᵊ|̰꜖|qʼʲ|-
[not.Q.2.1incl.1excl.NEG.passive.conditional.PRES] => |ʋʲ|ʉ#ː|̰꜖|t͡ʃ|-
[not.Q.2.1incl.1excl.NEG.passive.conditional.PAST] => |pʼˠ|ᵊ|꜒|ʄˠ|-
[not.Q.2.1incl.1excl.NEG.passive.optative.PRES] => |htʲ|ᵊ|꜒|ʜˠ|-
[not.Q.2.1incl.1excl.NEG.passive.optative.PAST] => |ɳ̥ʲ|uː|꜖|ʋˤ|-
[not.Q.2.1incl.1excl.POS.active.indicative.PRES] => |qʷ|ᵊ|̰꜖|kˤ|-
[not.Q.2.1incl.1excl.POS.active.indicative.PAST] => |ᵏǃʰˤ|i|̰꜒|tɬˠ|-
[not.Q.2.1incl.1excl.POS.active.imperative.PRES] => |ʛʲ|ʉ|̰꜒|m̥ˤ|-
[not.Q.2.1incl.1excl.POS.active.imperative.PAST] => |ᵏǃʰˠ|ʉ#ː|꜖|ɳʲ|-
[not.Q.2.1incl.1excl.POS.active.conditional.PRES] => |qʷ|a|̰꜖|ʔ|-
[not.Q.2.1incl.1excl.POS.active.conditional.PAST] => |ᵏǃʼˠ|a|꜖|ɾˠ|-
[not.Q.2.1incl.1excl.POS.active.optative.PRES] => |ᵑǀʼˠ|a|꜖|ɴˤ|-
[not.Q.2.1incl.1excl.POS.active.optative.PAST] => |ʛˠ|i|꜒|ɴʲ|-
[not.Q.2.1incl.1excl.POS.passive.indicative.PRES] => |ʈʼʲ|i|̰꜖|qʼʷ|-
[not.Q.2.1incl.1excl.POS.passive.indicative.PAST] => |tʼʷ|ᵊ|꜖|ɠʲ|-
[not.Q.2.1incl.1excl.POS.passive.imperative.PRES] => |ʃˠ|i|꜒|ɥˠ|-
[not.Q.2.1incl.1excl.POS.passive.imperative.PAST] => |ᵏǀʲ|i|꜖꜒|ʋʲ|-
[not.Q.2.1incl.1excl.POS.passive.conditional.PRES] => |ɰˤ|a#|꜖|d͡ʐʲ|-
[not.Q.2.1incl.1excl.POS.passive.conditional.PAST] => |tˤ|a#|꜖꜒|hkʷ|-
[not.Q.2.1incl.1excl.POS.passive.optative.PRES] => |n̥ˠ|a|̰꜒|t͡sʷ|-
[not.Q.2.1incl.1excl.POS.passive.optative.PAST] => |ʈʰˠ|i|꜒|hkˤ|-
[not.Q.2.1incl.2.NEG.active.indicative.PRES] => |ᵏǃʰʲ|a|꜖꜒|pˤ|-
[not.Q.2.1incl.2.NEG.active.indicative.PAST] => |ɰʷ|i#|̰꜒|hpˤ|-
[not.Q.2.1incl.2.NEG.active.imperative.PRES] => |qʼˤ|a|꜒꜖|ʄʲ|-
[not.Q.2.1incl.2.NEG.active.imperative.PAST] => |htˤ|u|꜒|qˤ|-
[not.Q.2.1incl.2.NEG.active.conditional.PRES] => |ŋ̥ʷ|ᵊ|̰꜒|pˤ|-
[not.Q.2.1incl.2.NEG.active.conditional.PAST] => |ᵏǃʰˤ|i|̰꜒|rˠ|-
[not.Q.2.1incl.2.NEG.active.optative.PRES] => |ɳ̥ˠ|a|꜒꜖|ʈʼˠ|-
[not.Q.2.1incl.2.NEG.active.optative.PAST] => |ɗˠ|ʉ#|꜒|qʼʷ|-
[not.Q.2.1incl.2.NEG.passive.indicative.PRES] => |pʰʲ|i|꜒꜖|kʰˠ|-
[not.Q.2.1incl.2.NEG.passive.indicative.PAST] => |j|a|̰꜖|ɠˤ|-
[not.Q.2.1incl.2.NEG.passive.imperative.PRES] => |nˠ|ʉ#|꜒꜖|wˤ|-
[not.Q.2.1incl.2.NEG.passive.imperative.PAST] => |r̥ʷ|ᵊ|̰꜒|kʲ|-
[not.Q.2.1incl.2.NEG.passive.conditional.PRES] => |ɹʷ|i#|̰꜖|mˠ|-
[not.Q.2.1incl.2.NEG.passive.conditional.PAST] => |ᵏǃʷ|a|̰꜒|ɻʲ|-
[not.Q.2.1incl.2.NEG.passive.optative.PRES] => |tʼʷ|i|꜖|tʼˤ|-
[not.Q.2.1incl.2.NEG.passive.optative.PAST] => |ɳ̥ˠ|aː|꜖꜒|ɓˤ|-
[not.Q.2.1incl.2.POS.active.indicative.PRES] => |sʲ|a#|꜖|pʰˠ|-
[not.Q.2.1incl.2.POS.active.indicative.PAST] => |r̥ˠ|aː|꜖|ɗʲ|-
[not.Q.2.1incl.2.POS.active.imperative.PRES] => |r̥ʲ|ᵊ|꜖|ɠʲ|-
[not.Q.2.1incl.2.POS.active.imperative.PAST] => |ʈʲ|ʉː|̰꜒|ɗˤ|-
[not.Q.2.1incl.2.POS.active.conditional.PRES] => |ᵏǃʰʷ|ᵊ|꜖|ɗˤ|-
[not.Q.2.1incl.2.POS.active.conditional.PAST] => |ᵑǁˠ|u#ː|꜖꜒|pʼˤ|-
[not.Q.2.1incl.2.POS.active.optative.PRES] => |ᵏǃʼˤ|ʉ|̰꜒|t͡sˤ|-
[not.Q.2.1incl.2.POS.active.optative.PAST] => |ʛˤ|ʉ#|꜒꜖|ŋʲ|-
[not.Q.2.1incl.2.POS.passive.indicative.PRES] => |ɳ̥ˠ|u|꜒|ɳˠ|-
[not.Q.2.1incl.2.POS.passive.indicative.PAST] => |ŋʲ|u#ː|̰꜒|ɓˠ|-
[not.Q.2.1incl.2.POS.passive.imperative.PRES] => |hpʲ|iː|꜖|kʰʷ|-
[not.Q.2.1incl.2.POS.passive.imperative.PAST] => |kʼˤ|i#|꜖|ʛʲ|-
[not.Q.2.1incl.2.POS.passive.conditional.PRES] => |t͡ʂˠ|iː|̰꜖|nʷ|-
[not.Q.2.1incl.2.POS.passive.conditional.PAST] => |ɳʲ|u#|꜖꜒|n̥ˤ|-
[not.Q.2.1incl.2.POS.passive.optative.PRES] => |ɭˠ|i|꜖꜒|rˠ|-
[not.Q.2.1incl.2.POS.passive.optative.PAST] => |tʼˤ|i|̰꜖|pʼˠ|-
[not.Q.2.1incl.3.cl.1.NEG.active.indicative.PRES] => |ʃʲ|i#|꜖|ɽʲ|-
[not.Q.2.1incl.3.cl.1.NEG.active.indicative.PAST] => |hʈˠ|ʉ|꜖|m̥ʲ|-
[not.Q.2.1incl.3.cl.1.NEG.active.imperative.PRES] => |hpˠ|i|꜖|ɰʷ|-
[not.Q.2.1incl.3.cl.1.NEG.active.imperative.PAST] => |qʲ|a#|̰꜒|ɓʲ|-
[not.Q.2.1incl.3.cl.1.NEG.active.conditional.PRES] => |ᵑǀʼˠ|aː|꜒|pʼˠ|-
[not.Q.2.1incl.3.cl.1.NEG.active.conditional.PAST] => |wʲ|a|꜖|ɰʲ|-
[not.Q.2.1incl.3.cl.1.NEG.active.optative.PRES] => |ᵑǀʲ|a|̰꜒|ɓˤ|-
[not.Q.2.1incl.3.cl.1.NEG.active.optative.PAST] => |ᵏǃʼˠ|i|꜒꜖|ʄʲ|-
[not.Q.2.1incl.3.cl.1.NEG.passive.indicative.PRES] => |ʋˠ|ʉ|꜖|r̥ʲ|-
[not.Q.2.1incl.3.cl.1.NEG.passive.indicative.PAST] => |ɹˠ|a#ː|̰꜖|ɗˠ|-
[not.Q.2.1incl.3.cl.1.NEG.passive.imperative.PRES] => |t͡sˤ|ᵊ|꜒|htʷ|-
[not.Q.2.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ɹʷ|ʉ#|꜖꜒|ʄˠ|-
[not.Q.2.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ɻʲ|aː|̰꜖|ʄʲ|-
[not.Q.2.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʼˠ|ᵊ|̰꜒|hʈˠ|-
[not.Q.2.1incl.3.cl.1.NEG.passive.optative.PRES] => |ᵑǀʷ|ʉ|꜖|wʲ|-
[not.Q.2.1incl.3.cl.1.NEG.passive.optative.PAST] => |ᵏǀʼˤ|a|꜖|sˤ|-
[not.Q.2.1incl.3.cl.1.POS.active.indicative.PRES] => |ɴʲ|a#ː|꜒꜖|ŋ̥ˤ|-
[not.Q.2.1incl.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʰˠ|i#|꜖|kʰˤ|-
[not.Q.2.1incl.3.cl.1.POS.active.imperative.PRES] => |t͡ʃ|ʉ|꜖|ʈʰˠ|-
[not.Q.2.1incl.3.cl.1.POS.active.imperative.PAST] => |kʲ|ᵊ|꜒꜖|t͡sʲ|-
[not.Q.2.1incl.3.cl.1.POS.active.conditional.PRES] => |ɰʲ|ʉ|꜖|ɰʷ|-
[not.Q.2.1incl.3.cl.1.POS.active.conditional.PAST] => |ᵑǃʲ|ʉ|̰꜖|ɾʷ|-
[not.Q.2.1incl.3.cl.1.POS.active.optative.PRES] => |tʰˤ|i|̰꜖|ɥˤ|-
[not.Q.2.1incl.3.cl.1.POS.active.optative.PAST] => |qˤ|i|꜒|ʃʲ|-
[not.Q.2.1incl.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʲ|i|꜒|hpʲ|-
[not.Q.2.1incl.3.cl.1.POS.passive.indicative.PAST] => |ᵑǁʲ|uː|̰꜖|rˠ|-
[not.Q.2.1incl.3.cl.1.POS.passive.imperative.PRES] => |t͡ʂʲ|i|꜒꜖|htˤ|-
[not.Q.2.1incl.3.cl.1.POS.passive.imperative.PAST] => |m̥ˠ|iː|̰꜒|ɾʲ|-
[not.Q.2.1incl.3.cl.1.POS.passive.conditional.PRES] => |ᵑǀʼˠ|ʉ#|꜒|pʼʲ|-
[not.Q.2.1incl.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃˤ|ʉ|꜒꜖|tʰʲ|-
[not.Q.2.1incl.3.cl.1.POS.passive.optative.PRES] => |ᵑǃʼʷ|aː|꜖꜒|qʼˤ|-
[not.Q.2.1incl.3.cl.1.POS.passive.optative.PAST] => |ʈʼʲ|ʉ|̰꜖|ʛʲ|-
[not.Q.2.1incl.3.cl.2.NEG.active.indicative.PRES] => |qʼʷ|a|꜖꜒|ɥˤ|-
[not.Q.2.1incl.3.cl.2.NEG.active.indicative.PAST] => |ʈʼˠ|a|꜖|pʼˤ|-
[not.Q.2.1incl.3.cl.2.NEG.active.imperative.PRES] => |ɹʷ|a|꜒|ʃʲ|-
[not.Q.2.1incl.3.cl.2.NEG.active.imperative.PAST] => |n̥ʷ|ᵊ|̰꜒|ɠʷ|-
[not.Q.2.1incl.3.cl.2.NEG.active.conditional.PRES] => |ŋ̥ʲ|a|꜖꜒|rˠ|-
[not.Q.2.1incl.3.cl.2.NEG.active.conditional.PAST] => |mˠ|i#ː|꜖꜒|kʼˤ|-
[not.Q.2.1incl.3.cl.2.NEG.active.optative.PRES] => |ᵏǀʰʲ|i|̰꜖|ɻˠ|-
[not.Q.2.1incl.3.cl.2.NEG.active.optative.PAST] => |nˠ|ᵊ|꜖꜒|ʋʲ|-
[not.Q.2.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ɾʷ|iː|꜖꜒|ɗˤ|-
[not.Q.2.1incl.3.cl.2.NEG.passive.indicative.PAST] => |nʷ|i#|̰꜖|tˤ|-
[not.Q.2.1incl.3.cl.2.NEG.passive.imperative.PRES] => |ʋʲ|i|꜒꜖|htˤ|-
[not.Q.2.1incl.3.cl.2.NEG.passive.imperative.PAST] => |ʡˠ|i|꜖|d͡ʐʲ|-
[not.Q.2.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ɠˠ|aː|꜖|ɽˠ|-
[not.Q.2.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ɽˠ|i|꜒|kʰʷ|-
[not.Q.2.1incl.3.cl.2.NEG.passive.optative.PRES] => |ᵏǀʷ|a|̰꜖|kʼˠ|-
[not.Q.2.1incl.3.cl.2.NEG.passive.optative.PAST] => |hkʲ|ᵊ|꜖|ɭʲ|-
[not.Q.2.1incl.3.cl.2.POS.active.indicative.PRES] => |ɻʲ|u#ː|꜖꜒|tʼʷ|-
[not.Q.2.1incl.3.cl.2.POS.active.indicative.PAST] => |ɓˠ|ʉ|꜒꜖|nʲ|-
[not.Q.2.1incl.3.cl.2.POS.active.imperative.PRES] => |tɬʲ|i|꜒꜖|pˤ|-
[not.Q.2.1incl.3.cl.2.POS.active.imperative.PAST] => |h|aː|꜒|ɳʲ|-
[not.Q.2.1incl.3.cl.2.POS.active.conditional.PRES] => |ŋ̥ʷ|i|꜒|pʼˠ|-
[not.Q.2.1incl.3.cl.2.POS.active.conditional.PAST] => |tʰʲ|ʉ#ː|̰꜒|t͡ʃ|-
[not.Q.2.1incl.3.cl.2.POS.active.optative.PRES] => |mʲ|a#|̰꜒|nʲ|-
[not.Q.2.1incl.3.cl.2.POS.active.optative.PAST] => |ɽˠ|u|꜖|ɠˤ|-
[not.Q.2.1incl.3.cl.2.POS.passive.indicative.PRES] => |pʲ|a#ː|꜒|ɰʲ|-
[not.Q.2.1incl.3.cl.2.POS.passive.indicative.PAST] => |ʈʰˠ|i|̰꜒|qʼʲ|-
[not.Q.2.1incl.3.cl.2.POS.passive.imperative.PRES] => |kʼˠ|i#ː|꜒|qʷ|-
[not.Q.2.1incl.3.cl.2.POS.passive.imperative.PAST] => |kʲ|i|꜒꜖|ɴʲ|-
[not.Q.2.1incl.3.cl.2.POS.passive.conditional.PRES] => |ᵏǃʼˤ|a#|̰꜒|ʡˠ|-
[not.Q.2.1incl.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʲ|u#ː|꜒꜖|ŋ̥ˤ|-
[not.Q.2.1incl.3.cl.2.POS.passive.optative.PRES] => |pʼʲ|ʉ|꜖|mʲ|-
[not.Q.2.1incl.3.cl.2.POS.passive.optative.PAST] => |wˠ|u|꜒꜖|ʜˠ|-
[not.Q.2.1incl.3.cl.3.NEG.active.indicative.PRES] => |kˠ|i#|꜖꜒|lˠ|-
[not.Q.2.1incl.3.cl.3.NEG.active.indicative.PAST] => |ᵏǁˠ|i|꜒|ɾʷ|-
[not.Q.2.1incl.3.cl.3.NEG.active.imperative.PRES] => |ᵏǃʲ|i|꜖|tˤ|-
[not.Q.2.1incl.3.cl.3.NEG.active.imperative.PAST] => |ʡˠ|iː|꜒꜖|sˠ|-
[not.Q.2.1incl.3.cl.3.NEG.active.conditional.PRES] => |ʈʼʲ|a|꜒|t͡ʂˠ|-
[not.Q.2.1incl.3.cl.3.NEG.active.conditional.PAST] => |ʛʲ|iː|꜒꜖|pˤ|-
[not.Q.2.1incl.3.cl.3.NEG.active.optative.PRES] => |ɽʲ|ᵊ|꜒|sʲ|-
[not.Q.2.1incl.3.cl.3.NEG.active.optative.PAST] => |ᵑǀʼʲ|a|̰꜖|qʼˤ|-
[not.Q.2.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ʄˠ|u|̰꜒|wˠ|-
[not.Q.2.1incl.3.cl.3.NEG.passive.indicative.PAST] => |pʼʲ|a|꜖|ɹʷ|-
[not.Q.2.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ɻʲ|i|̰꜖|ʋʲ|-
[not.Q.2.1incl.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǀʲ|i#ː|꜒|h|-
[not.Q.2.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǀʼʲ|a|꜖|ɰˤ|-
[not.Q.2.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀʷ|a|̰꜖|ʋʲ|-
[not.Q.2.1incl.3.cl.3.NEG.passive.optative.PRES] => |ᵑǃʷ|i|꜒|ɭʲ|-
[not.Q.2.1incl.3.cl.3.NEG.passive.optative.PAST] => |nˤ|i|꜖꜒|tʲ|-
[not.Q.2.1incl.3.cl.3.POS.active.indicative.PRES] => |ɳˠ|ʉ|꜒꜖|hʈʲ|-
[not.Q.2.1incl.3.cl.3.POS.active.indicative.PAST] => |hkˤ|u#|̰꜖|nʷ|-
[not.Q.2.1incl.3.cl.3.POS.active.imperative.PRES] => |ɠʷ|aː|꜒꜖|ʈʰʲ|-
[not.Q.2.1incl.3.cl.3.POS.active.imperative.PAST] => |tʼˠ|i|꜖|kˤ|-
[not.Q.2.1incl.3.cl.3.POS.active.conditional.PRES] => |n̥ʲ|ʉː|꜖꜒|ʈˠ|-
[not.Q.2.1incl.3.cl.3.POS.active.conditional.PAST] => |qʼˠ|i|꜖|lʲ|-
[not.Q.2.1incl.3.cl.3.POS.active.optative.PRES] => |d͡ʐʲ|i|̰꜒|mˠ|-
[not.Q.2.1incl.3.cl.3.POS.active.optative.PAST] => |nˤ|ᵊ|꜖꜒|pʲ|-
[not.Q.2.1incl.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʰʷ|a|̰꜖|kʼˤ|-
[not.Q.2.1incl.3.cl.3.POS.passive.indicative.PAST] => |ɾˠ|a|̰꜒|ɰʷ|-
[not.Q.2.1incl.3.cl.3.POS.passive.imperative.PRES] => |ᵑǃʼʷ|ᵊ|꜒|kʰʲ|-
[not.Q.2.1incl.3.cl.3.POS.passive.imperative.PAST] => |d͡ʐˠ|u#|̰꜖|pʼˠ|-
[not.Q.2.1incl.3.cl.3.POS.passive.conditional.PRES] => |kˤ|ᵊ|̰꜒|ʛˤ|-
[not.Q.2.1incl.3.cl.3.POS.passive.conditional.PAST] => |ɠʲ|ʉ#ː|꜒꜖|ɳˠ|-
[not.Q.2.1incl.3.cl.3.POS.passive.optative.PRES] => |sˤ|aː|꜖꜒|qʼˠ|-
[not.Q.2.1incl.3.cl.3.POS.passive.optative.PAST] => |m̥ˤ|u#|꜒꜖|ʡʲ|-
[not.Q.2.1incl.3.cl.4.NEG.active.indicative.PRES] => |pˠ|ᵊ|꜖꜒|ɰʷ|-
[not.Q.2.1incl.3.cl.4.NEG.active.indicative.PAST] => |ᵑǃʲ|a|̰꜖|ɳˠ|-
[not.Q.2.1incl.3.cl.4.NEG.active.imperative.PRES] => |n̥ˤ|ʉ#ː|̰꜖|hkˤ|-
[not.Q.2.1incl.3.cl.4.NEG.active.imperative.PAST] => |t͡ʃ|u|꜖꜒|ʈʼʲ|-
[not.Q.2.1incl.3.cl.4.NEG.active.conditional.PRES] => |rʲ|ᵊ|̰꜒|ʛʲ|-
[not.Q.2.1incl.3.cl.4.NEG.active.conditional.PAST] => |ʔ|a#|꜖꜒|ʂˠ|-
[not.Q.2.1incl.3.cl.4.NEG.active.optative.PRES] => |ᵏǃʼʲ|ʉ|̰꜖|ŋ̥ˠ|-
[not.Q.2.1incl.3.cl.4.NEG.active.optative.PAST] => |tʰˤ|i|꜒|ɰʲ|-
[not.Q.2.1incl.3.cl.4.NEG.passive.indicative.PRES] => |qʼˠ|a|̰꜖|rʷ|-
[not.Q.2.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ɰˤ|i|꜒|pʼˤ|-
[not.Q.2.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ʂˠ|aː|꜖꜒|r̥ˤ|-
[not.Q.2.1incl.3.cl.4.NEG.passive.imperative.PAST] => |hʈˠ|ʉ#|꜒꜖|tʼˠ|-
[not.Q.2.1incl.3.cl.4.NEG.passive.conditional.PRES] => |n̥ˤ|i|꜖꜒|ɻʲ|-
[not.Q.2.1incl.3.cl.4.NEG.passive.conditional.PAST] => |m̥ˤ|i|꜖|kʼˤ|-
[not.Q.2.1incl.3.cl.4.NEG.passive.optative.PRES] => |ʈʲ|u|꜒|tʷ|-
[not.Q.2.1incl.3.cl.4.NEG.passive.optative.PAST] => |ʔ|a|̰꜖|t͡sˤ|-
[not.Q.2.1incl.3.cl.4.POS.active.indicative.PRES] => |ᵑǀʼˠ|ʉ|꜒|pˠ|-
[not.Q.2.1incl.3.cl.4.POS.active.indicative.PAST] => |n̥ˠ|ᵊ|꜒꜖|ʈʼˠ|-
[not.Q.2.1incl.3.cl.4.POS.active.imperative.PRES] => |m̥ˠ|u|̰꜖|nʲ|-
[not.Q.2.1incl.3.cl.4.POS.active.imperative.PAST] => |wʲ|ʉ|꜒꜖|pʼʲ|-
[not.Q.2.1incl.3.cl.4.POS.active.conditional.PRES] => |ᵑǃʼʲ|ᵊ|꜒|n̥ʷ|-
[not.Q.2.1incl.3.cl.4.POS.active.conditional.PAST] => |ᵑǃʼʲ|ʉ|꜒꜖|kʰˠ|-
[not.Q.2.1incl.3.cl.4.POS.active.optative.PRES] => |ᵑǁʼˠ|i#|̰꜖|hʈˠ|-
[not.Q.2.1incl.3.cl.4.POS.active.optative.PAST] => |n̥ʲ|i|꜖|ɰʲ|-
[not.Q.2.1incl.3.cl.4.POS.passive.indicative.PRES] => |t͡ʂʲ|ʉ#|̰꜖|ɳ̥ˠ|-
[not.Q.2.1incl.3.cl.4.POS.passive.indicative.PAST] => |ᵑǀʼʲ|ᵊ|̰꜖|nʲ|-
[not.Q.2.1incl.3.cl.4.POS.passive.imperative.PRES] => |ɠˠ|u|̰꜖|hkˠ|-
[not.Q.2.1incl.3.cl.4.POS.passive.imperative.PAST] => |ɹˠ|ᵊ|꜒|nʷ|-
[not.Q.2.1incl.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃˠ|ᵊ|̰꜖|tʼˠ|-
[not.Q.2.1incl.3.cl.4.POS.passive.conditional.PAST] => |ᵏǁʼˠ|ʉː|꜒꜖|tɬˠ|-
[not.Q.2.1incl.3.cl.4.POS.passive.optative.PRES] => |sʲ|ʉ|̰꜖|ɠʲ|-
[not.Q.2.1incl.3.cl.4.POS.passive.optative.PAST] => |ɰˤ|ʉ#|꜒꜖|ʂʲ|-
[not.Q.2.1excl.1incl.NEG.active.indicative.PRES] => |ᵏǃˠ|iː|̰꜖|qˤ|-
[not.Q.2.1excl.1incl.NEG.active.indicative.PAST] => |ᵏǀˠ|aː|꜖|kʰʷ|-
[not.Q.2.1excl.1incl.NEG.active.imperative.PRES] => |nˠ|i|꜒꜖|hkʷ|-
[not.Q.2.1excl.1incl.NEG.active.imperative.PAST] => |ᵑǀʼˤ|uː|̰꜖|sʲ|-
[not.Q.2.1excl.1incl.NEG.active.conditional.PRES] => |ɳ̥ˠ|ʉ|꜒|ɗʲ|-
[not.Q.2.1excl.1incl.NEG.active.conditional.PAST] => |ᵏǃʰʲ|i|̰꜒|ʈʼʲ|-
[not.Q.2.1excl.1incl.NEG.active.optative.PRES] => |tɬʲ|u|̰꜒|mˠ|-
[not.Q.2.1excl.1incl.NEG.active.optative.PAST] => |htʲ|a|̰꜒|rʷ|-
[not.Q.2.1excl.1incl.NEG.passive.indicative.PRES] => |r̥ˠ|i#ː|꜖|ʈʲ|-
[not.Q.2.1excl.1incl.NEG.passive.indicative.PAST] => |pʰˠ|ᵊ|꜒|ʃˠ|-
[not.Q.2.1excl.1incl.NEG.passive.imperative.PRES] => |tʰʷ|aː|꜒꜖|rˠ|-
[not.Q.2.1excl.1incl.NEG.passive.imperative.PAST] => |htˤ|i|꜖|t͡sˠ|-
[not.Q.2.1excl.1incl.NEG.passive.conditional.PRES] => |kʲ|aː|̰꜖|ɾˤ|-
[not.Q.2.1excl.1incl.NEG.passive.conditional.PAST] => |ʂˠ|ᵊ|꜒|hkˠ|-
[not.Q.2.1excl.1incl.NEG.passive.optative.PRES] => |ɹˠ|ᵊ|꜒꜖|ɰˤ|-
[not.Q.2.1excl.1incl.NEG.passive.optative.PAST] => |ɓˠ|ʉ#|꜖꜒|ɻˠ|-
[not.Q.2.1excl.1incl.POS.active.indicative.PRES] => |htˠ|ʉ|̰꜖|ɠʷ|-
[not.Q.2.1excl.1incl.POS.active.indicative.PAST] => |pʼˠ|a|̰꜒|n̥ʲ|-
[not.Q.2.1excl.1incl.POS.active.imperative.PRES] => |ᵏǃʼˠ|i|꜒꜖|n̥ʲ|-
[not.Q.2.1excl.1incl.POS.active.imperative.PAST] => |ᵏǃʰˠ|iː|꜒꜖|kʼʷ|-
[not.Q.2.1excl.1incl.POS.active.conditional.PRES] => |sˤ|a|꜖꜒|kʼʷ|-
[not.Q.2.1excl.1incl.POS.active.conditional.PAST] => |ʃˠ|ᵊ|꜒|t͡ʃ|-
[not.Q.2.1excl.1incl.POS.active.optative.PRES] => |ɰˠ|a|꜒|hʈʲ|-
[not.Q.2.1excl.1incl.POS.active.optative.PAST] => |ᵏǀˤ|u|̰꜒|qˠ|-
[not.Q.2.1excl.1incl.POS.passive.indicative.PRES] => |ɰˤ|ʉ#|꜖꜒|pʰˤ|-
[not.Q.2.1excl.1incl.POS.passive.indicative.PAST] => |d͡ʐˠ|iː|꜖|hkˠ|-
[not.Q.2.1excl.1incl.POS.passive.imperative.PRES] => |ʃʲ|iː|̰꜖|t͡ʂʲ|-
[not.Q.2.1excl.1incl.POS.passive.imperative.PAST] => |ʋˠ|aː|̰꜖|ɰʷ|-
[not.Q.2.1excl.1incl.POS.passive.conditional.PRES] => |kˤ|ʉ#|̰꜖|kʰʲ|-
[not.Q.2.1excl.1incl.POS.passive.conditional.PAST] => |ɓˠ|i|̰꜖|ɗˠ|-
[not.Q.2.1excl.1incl.POS.passive.optative.PRES] => |ᵏǀʼˠ|ʉ#ː|꜒|ɻʲ|-
[not.Q.2.1excl.1incl.POS.passive.optative.PAST] => |ʂʲ|i|̰꜒|pʼʲ|-
[not.Q.2.1excl.1excl.NEG.active.indicative.PRES] => |ᵑǃʼʲ|a|꜒|ʈʼˠ|-
[not.Q.2.1excl.1excl.NEG.active.indicative.PAST] => |hkˤ|u|̰꜒|ʃˠ|-
[not.Q.2.1excl.1excl.NEG.active.imperative.PRES] => |ŋ̥ʲ|u#|꜒꜖|kʼʷ|-
[not.Q.2.1excl.1excl.NEG.active.imperative.PAST] => |sʲ|u|꜖꜒|ʛˤ|-
[not.Q.2.1excl.1excl.NEG.active.conditional.PRES] => |ʈʰˠ|a|꜖|rˠ|-
[not.Q.2.1excl.1excl.NEG.active.conditional.PAST] => |ɥˠ|i|̰꜒|ɴˤ|-
[not.Q.2.1excl.1excl.NEG.active.optative.PRES] => |m̥ˤ|i#ː|̰꜒|ʋˤ|-
[not.Q.2.1excl.1excl.NEG.active.optative.PAST] => |pʰˠ|ʉ|꜒꜖|ʜʲ|-
[not.Q.2.1excl.1excl.NEG.passive.indicative.PRES] => |ŋʷ|a|꜒꜖|pʲ|-
[not.Q.2.1excl.1excl.NEG.passive.indicative.PAST] => |ɻʲ|a|꜒꜖|ŋʲ|-
[not.Q.2.1excl.1excl.NEG.passive.imperative.PRES] => |ᵏǀʼˠ|u#|꜒|ɠˤ|-
[not.Q.2.1excl.1excl.NEG.passive.imperative.PAST] => |ᵏǀʲ|i|̰꜒|hpʲ|-
[not.Q.2.1excl.1excl.NEG.passive.conditional.PRES] => |ᵏǁʲ|u|̰꜖|qʼʷ|-
[not.Q.2.1excl.1excl.NEG.passive.conditional.PAST] => |ɻʲ|iː|̰꜒|kʰʲ|-
[not.Q.2.1excl.1excl.NEG.passive.optative.PRES] => |ᵏǀʼʷ|ʉ#ː|̰꜒|kʼˤ|-
[not.Q.2.1excl.1excl.NEG.passive.optative.PAST] => |t͡sˤ|ʉ#|̰꜒|ɾʷ|-
[not.Q.2.1excl.1excl.POS.active.indicative.PRES] => |ᵑǃʲ|a|꜒|n̥ʲ|-
[not.Q.2.1excl.1excl.POS.active.indicative.PAST] => |ʈʼˠ|ʉ|꜒꜖|ɳ̥ˠ|-
[not.Q.2.1excl.1excl.POS.active.imperative.PRES] => |ɠʲ|a|꜖|ʃˠ|-
[not.Q.2.1excl.1excl.POS.active.imperative.PAST] => |ʄʲ|i|꜖꜒|pʰʲ|-
[not.Q.2.1excl.1excl.POS.active.conditional.PRES] => |ᵑǃʲ|ᵊ|̰꜖|qʷ|-
[not.Q.2.1excl.1excl.POS.active.conditional.PAST] => |r̥ʷ|ʉː|̰꜖|ŋ̥ʲ|-
[not.Q.2.1excl.1excl.POS.active.optative.PRES] => |ŋˤ|uː|꜒|ʈʰʲ|-
[not.Q.2.1excl.1excl.POS.active.optative.PAST] => |ɳ̥ˠ|i#|̰꜒|ɠˤ|-
[not.Q.2.1excl.1excl.POS.passive.indicative.PRES] => |hkˤ|i#ː|꜒|pˤ|-
[not.Q.2.1excl.1excl.POS.passive.indicative.PAST] => |hpˠ|a|꜖꜒|sʲ|-
[not.Q.2.1excl.1excl.POS.passive.imperative.PRES] => |ʄʲ|a#ː|꜖|qˤ|-
[not.Q.2.1excl.1excl.POS.passive.imperative.PAST] => |ᵏǃʰʷ|a#|꜖꜒|ɥˠ|-
[not.Q.2.1excl.1excl.POS.passive.conditional.PRES] => |ʂʲ|a|̰꜒|kʲ|-
[not.Q.2.1excl.1excl.POS.passive.conditional.PAST] => |ʈʲ|ʉ|꜒|tʼʷ|-
[not.Q.2.1excl.1excl.POS.passive.optative.PRES] => |t͡sˠ|i|꜖꜒|ɰʲ|-
[not.Q.2.1excl.1excl.POS.passive.optative.PAST] => |ɓˤ|ʉ|̰꜖|rʲ|-
[not.Q.2.1excl.2.NEG.active.indicative.PRES] => |ɹʲ|uː|꜒꜖|m̥ʲ|-
[not.Q.2.1excl.2.NEG.active.indicative.PAST] => |ʡˠ|i|꜖|ʈʼˠ|-
[not.Q.2.1excl.2.NEG.active.imperative.PRES] => |d͡ʐˠ|a|꜖꜒|ŋ̥ˤ|-
[not.Q.2.1excl.2.NEG.active.imperative.PAST] => |ᵏǁʰˠ|a|꜒꜖|sʷ|-
[not.Q.2.1excl.2.NEG.active.conditional.PRES] => |qʼʲ|i#ː|꜖꜒|pʲ|-
[not.Q.2.1excl.2.NEG.active.conditional.PAST] => |qʼˠ|uː|꜖|ɻˠ|-
[not.Q.2.1excl.2.NEG.active.optative.PRES] => |ʂˠ|a#ː|̰꜖|t͡ʂʲ|-
[not.Q.2.1excl.2.NEG.active.optative.PAST] => |ɹʷ|a#ː|꜖꜒|ŋ̥ˠ|-
[not.Q.2.1excl.2.NEG.passive.indicative.PRES] => |ᵏǃʷ|i|꜒|pˤ|-
[not.Q.2.1excl.2.NEG.passive.indicative.PAST] => |ɹʲ|ᵊ|꜖|wˤ|-
[not.Q.2.1excl.2.NEG.passive.imperative.PRES] => |ᵏǀʰˠ|i#ː|̰꜖|ʛʲ|-
[not.Q.2.1excl.2.NEG.passive.imperative.PAST] => |ᵏǀʲ|a|꜖|qʼʲ|-
[not.Q.2.1excl.2.NEG.passive.conditional.PRES] => |t͡ʂˠ|iː|꜖꜒|ŋ̥ʷ|-
[not.Q.2.1excl.2.NEG.passive.conditional.PAST] => |n̥ʲ|i|꜒|ʈʼˠ|-
[not.Q.2.1excl.2.NEG.passive.optative.PRES] => |ᵏǁˠ|a#ː|꜒|ʡʲ|-
[not.Q.2.1excl.2.NEG.passive.optative.PAST] => |pʰˠ|a|꜖꜒|ɓˤ|-
[not.Q.2.1excl.2.POS.active.indicative.PRES] => |r̥ˠ|ʉ|̰꜒|tʼʷ|-
[not.Q.2.1excl.2.POS.active.indicative.PAST] => |ŋ̥ˤ|i|꜒|hkʲ|-
[not.Q.2.1excl.2.POS.active.imperative.PRES] => |ɗˠ|a|꜖꜒|ŋʲ|-
[not.Q.2.1excl.2.POS.active.imperative.PAST] => |ᵑǀʼʷ|aː|꜖꜒|mˠ|-
[not.Q.2.1excl.2.POS.active.conditional.PRES] => |d͡ʐˠ|i|̰꜖|ɻˠ|-
[not.Q.2.1excl.2.POS.active.conditional.PAST] => |nʷ|i|꜒|ʈʼˠ|-
[not.Q.2.1excl.2.POS.active.optative.PRES] => |qʼʷ|a#ː|꜒|ɹˤ|-
[not.Q.2.1excl.2.POS.active.optative.PAST] => |ʡˠ|ʉ#ː|̰꜖|j|-
[not.Q.2.1excl.2.POS.passive.indicative.PRES] => |ᵏǀʼʲ|i|̰꜒|rˠ|-
[not.Q.2.1excl.2.POS.passive.indicative.PAST] => |ᵏǃʰʷ|ᵊ|꜖|t͡sˤ|-
[not.Q.2.1excl.2.POS.passive.imperative.PRES] => |tʼʷ|a|꜖꜒|ʡˠ|-
[not.Q.2.1excl.2.POS.passive.imperative.PAST] => |ɰˠ|ʉ#|꜒|ʃʲ|-
[not.Q.2.1excl.2.POS.passive.conditional.PRES] => |ᵏǁʰʲ|a|̰꜖|qʲ|-
[not.Q.2.1excl.2.POS.passive.conditional.PAST] => |ᵑǀʲ|u#ː|꜒꜖|pʰˤ|-
[not.Q.2.1excl.2.POS.passive.optative.PRES] => |qʷ|ʉː|꜖꜒|ɗʲ|-
[not.Q.2.1excl.2.POS.passive.optative.PAST] => |kˠ|ᵊ|꜖꜒|j|-
[not.Q.2.1excl.3.cl.1.NEG.active.indicative.PRES] => |ᵏǃˠ|ʉː|꜒|pʼˠ|-
[not.Q.2.1excl.3.cl.1.NEG.active.indicative.PAST] => |t͡ʂˠ|ʉ|꜒|ʈʲ|-
[not.Q.2.1excl.3.cl.1.NEG.active.imperative.PRES] => |ɴˠ|ʉ#ː|̰꜒|ɾˤ|-
[not.Q.2.1excl.3.cl.1.NEG.active.imperative.PAST] => |ᵑǀˤ|ᵊ|̰꜖|qˤ|-
[not.Q.2.1excl.3.cl.1.NEG.active.conditional.PRES] => |ʜˠ|a#ː|꜒|ŋ̥ˠ|-
[not.Q.2.1excl.3.cl.1.NEG.active.conditional.PAST] => |ɗʲ|aː|̰꜖|ʃˠ|-
[not.Q.2.1excl.3.cl.1.NEG.active.optative.PRES] => |ʛˤ|a|꜒|ɾʲ|-
[not.Q.2.1excl.3.cl.1.NEG.active.optative.PAST] => |ɠˤ|u|꜖|ŋ̥ˠ|-
[not.Q.2.1excl.3.cl.1.NEG.passive.indicative.PRES] => |tʼʲ|i|꜖|ɳˠ|-
[not.Q.2.1excl.3.cl.1.NEG.passive.indicative.PAST] => |r̥ˤ|a#|꜖|ɠˠ|-
[not.Q.2.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ŋ̥ʲ|a#ː|꜖꜒|ʡʲ|-
[not.Q.2.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ŋˠ|ᵊ|꜒|tɬʲ|-
[not.Q.2.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǀʲ|i#|꜒|qʼʷ|-
[not.Q.2.1excl.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǃʲ|aː|꜖꜒|ŋ̥ʷ|-
[not.Q.2.1excl.3.cl.1.NEG.passive.optative.PRES] => |kʰˠ|ᵊ|꜒꜖|ɹˠ|-
[not.Q.2.1excl.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃˠ|u#|꜖|ʂʲ|-
[not.Q.2.1excl.3.cl.1.POS.active.indicative.PRES] => |n̥ʷ|ᵊ|̰꜒|ɳˠ|-
[not.Q.2.1excl.3.cl.1.POS.active.indicative.PAST] => |wˠ|u|̰꜖|ɰʲ|-
[not.Q.2.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵏǃʰʷ|iː|̰꜒|ɻʲ|-
[not.Q.2.1excl.3.cl.1.POS.active.imperative.PAST] => |wˠ|iː|̰꜖|nʲ|-
[not.Q.2.1excl.3.cl.1.POS.active.conditional.PRES] => |ŋ̥ʲ|a|̰꜒|pʰʲ|-
[not.Q.2.1excl.3.cl.1.POS.active.conditional.PAST] => |ʋʲ|i|꜖꜒|kʼˤ|-
[not.Q.2.1excl.3.cl.1.POS.active.optative.PRES] => |ᵏǃʼʲ|i|꜒|kˠ|-
[not.Q.2.1excl.3.cl.1.POS.active.optative.PAST] => |n̥ˠ|u|꜒|kʼˤ|-
[not.Q.2.1excl.3.cl.1.POS.passive.indicative.PRES] => |nˤ|u|꜒꜖|ʄʲ|-
[not.Q.2.1excl.3.cl.1.POS.passive.indicative.PAST] => |ɳʲ|i|꜖|ɴʷ|-
[not.Q.2.1excl.3.cl.1.POS.passive.imperative.PRES] => |ᵏǀʰʲ|ᵊ|꜒꜖|ŋ̥ˤ|-
[not.Q.2.1excl.3.cl.1.POS.passive.imperative.PAST] => |pʰˠ|a|꜖꜒|ɳˠ|-
[not.Q.2.1excl.3.cl.1.POS.passive.conditional.PRES] => |ŋ̥ˤ|ᵊ|꜒|hkˠ|-
[not.Q.2.1excl.3.cl.1.POS.passive.conditional.PAST] => |qʼˠ|ᵊ|̰꜖|ŋʲ|-
[not.Q.2.1excl.3.cl.1.POS.passive.optative.PRES] => |htʷ|a|꜖꜒|ɾˠ|-
[not.Q.2.1excl.3.cl.1.POS.passive.optative.PAST] => |ᵏǁʲ|i|꜖꜒|n̥ʲ|-
[not.Q.2.1excl.3.cl.2.NEG.active.indicative.PRES] => |ŋˤ|i|꜒꜖|t͡sʷ|-
[not.Q.2.1excl.3.cl.2.NEG.active.indicative.PAST] => |t͡sʲ|u#|̰꜒|hkʲ|-
[not.Q.2.1excl.3.cl.2.NEG.active.imperative.PRES] => |hpˠ|aː|꜖꜒|rʷ|-
[not.Q.2.1excl.3.cl.2.NEG.active.imperative.PAST] => |tˤ|i#|꜒|ʛˠ|-
[not.Q.2.1excl.3.cl.2.NEG.active.conditional.PRES] => |t͡sʲ|u|̰꜒|ɓˠ|-
[not.Q.2.1excl.3.cl.2.NEG.active.conditional.PAST] => |ᵏǀʲ|ʉ#ː|̰꜖|n̥ʷ|-
[not.Q.2.1excl.3.cl.2.NEG.active.optative.PRES] => |ɥʲ|ʉ#|꜒꜖|kʼʷ|-
[not.Q.2.1excl.3.cl.2.NEG.active.optative.PAST] => |ᵑǃʷ|a#ː|꜖|t͡ʃ|-
[not.Q.2.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ɽˠ|uː|̰꜖|ɗˠ|-
[not.Q.2.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ɳʲ|i|꜖꜒|sˤ|-
[not.Q.2.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǁʰˠ|ʉː|̰꜒|ʂʲ|-
[not.Q.2.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǀʰʲ|i|꜖|r̥ʷ|-
[not.Q.2.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ʈˠ|u#|꜖|ʔ|-
[not.Q.2.1excl.3.cl.2.NEG.passive.conditional.PAST] => |kʲ|i|꜖꜒|ɹˠ|-
[not.Q.2.1excl.3.cl.2.NEG.passive.optative.PRES] => |ᵏǃʲ|i|꜖|pʼʲ|-
[not.Q.2.1excl.3.cl.2.NEG.passive.optative.PAST] => |ᵏǃˠ|a#|꜖꜒|ɹˠ|-
[not.Q.2.1excl.3.cl.2.POS.active.indicative.PRES] => |ʄʲ|ᵊ|꜒|m̥ˠ|-
[not.Q.2.1excl.3.cl.2.POS.active.indicative.PAST] => |tʰˤ|a|꜖꜒|t͡ʂʲ|-
[not.Q.2.1excl.3.cl.2.POS.active.imperative.PRES] => |tʰʲ|ʉː|꜖|hkʲ|-
[not.Q.2.1excl.3.cl.2.POS.active.imperative.PAST] => |hkʷ|ʉ#|̰꜖|ɴʲ|-
[not.Q.2.1excl.3.cl.2.POS.active.conditional.PRES] => |ᵏǁˠ|aː|꜒꜖|m̥ʲ|-
[not.Q.2.1excl.3.cl.2.POS.active.conditional.PAST] => |sʲ|ʉ#ː|꜒꜖|ŋˤ|-
[not.Q.2.1excl.3.cl.2.POS.active.optative.PRES] => |qˤ|a|꜖|kʲ|-
[not.Q.2.1excl.3.cl.2.POS.active.optative.PAST] => |d͡ʐʲ|i|̰꜖|ʈʼʲ|-
[not.Q.2.1excl.3.cl.2.POS.passive.indicative.PRES] => |ɾˠ|ʉː|꜖|ɳˠ|-
[not.Q.2.1excl.3.cl.2.POS.passive.indicative.PAST] => |n̥ˠ|i|꜒꜖|sʷ|-
[not.Q.2.1excl.3.cl.2.POS.passive.imperative.PRES] => |qˠ|i|꜒꜖|t͡ʂˠ|-
[not.Q.2.1excl.3.cl.2.POS.passive.imperative.PAST] => |wʲ|ᵊ|̰꜖|d͡ʐˠ|-
[not.Q.2.1excl.3.cl.2.POS.passive.conditional.PRES] => |ɥˤ|ʉ|̰꜖|ʜˠ|-
[not.Q.2.1excl.3.cl.2.POS.passive.conditional.PAST] => |wˤ|i|꜖|pˠ|-
[not.Q.2.1excl.3.cl.2.POS.passive.optative.PRES] => |pʲ|ᵊ|꜖꜒|mˠ|-
[not.Q.2.1excl.3.cl.2.POS.passive.optative.PAST] => |ᵑǃʷ|ʉ|꜒|nˤ|-
[not.Q.2.1excl.3.cl.3.NEG.active.indicative.PRES] => |t͡ʂʲ|u#ː|꜖꜒|tʰʲ|-
[not.Q.2.1excl.3.cl.3.NEG.active.indicative.PAST] => |ʛʷ|a|꜒|qʼʲ|-
[not.Q.2.1excl.3.cl.3.NEG.active.imperative.PRES] => |kʰʲ|i#|꜒|nˤ|-
[not.Q.2.1excl.3.cl.3.NEG.active.imperative.PAST] => |pʰˤ|a|꜖|ʋˤ|-
[not.Q.2.1excl.3.cl.3.NEG.active.conditional.PRES] => |ɹʲ|a|꜒|t͡sʷ|-
[not.Q.2.1excl.3.cl.3.NEG.active.conditional.PAST] => |ɾʲ|i|̰꜒|ŋˠ|-
[not.Q.2.1excl.3.cl.3.NEG.active.optative.PRES] => |ɾʷ|ʉ|꜒꜖|ŋ̥ʲ|-
[not.Q.2.1excl.3.cl.3.NEG.active.optative.PAST] => |j|ʉ#ː|꜒|qʼˤ|-
[not.Q.2.1excl.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǁʲ|a|꜒|ɻʲ|-
[not.Q.2.1excl.3.cl.3.NEG.passive.indicative.PAST] => |htˠ|ʉ|꜒|ɠʷ|-
[not.Q.2.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ɽˠ|ʉ|̰꜒|rʷ|-
[not.Q.2.1excl.3.cl.3.NEG.passive.imperative.PAST] => |tʼʷ|i|̰꜖|t͡sʲ|-
[not.Q.2.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ɾˤ|a|̰꜒|ʡˠ|-
[not.Q.2.1excl.3.cl.3.NEG.passive.conditional.PAST] => |ɹˤ|iː|꜒|pʼˠ|-
[not.Q.2.1excl.3.cl.3.NEG.passive.optative.PRES] => |ᵑǃʼʲ|a|̰꜒|kˠ|-
[not.Q.2.1excl.3.cl.3.NEG.passive.optative.PAST] => |kʰʲ|aː|꜒꜖|m̥ˤ|-
[not.Q.2.1excl.3.cl.3.POS.active.indicative.PRES] => |rˤ|ᵊ|̰꜖|tʼˠ|-
[not.Q.2.1excl.3.cl.3.POS.active.indicative.PAST] => |ɰʲ|i|꜖|sʲ|-
[not.Q.2.1excl.3.cl.3.POS.active.imperative.PRES] => |ɴʷ|ʉ|̰꜒|ʛʷ|-
[not.Q.2.1excl.3.cl.3.POS.active.imperative.PAST] => |hpˤ|a#ː|꜒꜖|ʄˠ|-
[not.Q.2.1excl.3.cl.3.POS.active.conditional.PRES] => |t͡sˤ|ᵊ|̰꜒|kˤ|-
[not.Q.2.1excl.3.cl.3.POS.active.conditional.PAST] => |hpˠ|aː|̰꜒|pʲ|-
[not.Q.2.1excl.3.cl.3.POS.active.optative.PRES] => |sʲ|ᵊ|꜖|ɾˠ|-
[not.Q.2.1excl.3.cl.3.POS.active.optative.PAST] => |ɠʷ|ʉ#|꜖|pʼˤ|-
[not.Q.2.1excl.3.cl.3.POS.passive.indicative.PRES] => |ɳ̥ˠ|a|꜒|ŋ̥ˠ|-
[not.Q.2.1excl.3.cl.3.POS.passive.indicative.PAST] => |ᵑǀʲ|iː|꜒|ɾˠ|-
[not.Q.2.1excl.3.cl.3.POS.passive.imperative.PRES] => |ᵑǃˠ|a|꜖|t͡ʂʲ|-
[not.Q.2.1excl.3.cl.3.POS.passive.imperative.PAST] => |d͡ʐˠ|ʉ#ː|꜒|pʼˤ|-
[not.Q.2.1excl.3.cl.3.POS.passive.conditional.PRES] => |ᵑǀʼʲ|ʉ#ː|̰꜒|ɓʲ|-
[not.Q.2.1excl.3.cl.3.POS.passive.conditional.PAST] => |kʰʷ|iː|꜖|kʰʷ|-
[not.Q.2.1excl.3.cl.3.POS.passive.optative.PRES] => |t͡sʲ|ᵊ|꜒|tˠ|-
[not.Q.2.1excl.3.cl.3.POS.passive.optative.PAST] => |ɥˤ|ʉ#|꜖꜒|hkˤ|-
[not.Q.2.1excl.3.cl.4.NEG.active.indicative.PRES] => |ʈʰʲ|i|̰꜖|ɳˠ|-
[not.Q.2.1excl.3.cl.4.NEG.active.indicative.PAST] => |qˠ|iː|꜖꜒|d͡ʐʲ|-
[not.Q.2.1excl.3.cl.4.NEG.active.imperative.PRES] => |ʈʼˠ|u|꜒|sˠ|-
[not.Q.2.1excl.3.cl.4.NEG.active.imperative.PAST] => |tˤ|a|꜒꜖|pʰˤ|-
[not.Q.2.1excl.3.cl.4.NEG.active.conditional.PRES] => |ᵏǀʰʲ|iː|̰꜖|ʃʲ|-
[not.Q.2.1excl.3.cl.4.NEG.active.conditional.PAST] => |htʲ|a#|̰꜒|r̥ˤ|-
[not.Q.2.1excl.3.cl.4.NEG.active.optative.PRES] => |ʄʲ|a|̰꜖|nʷ|-
[not.Q.2.1excl.3.cl.4.NEG.active.optative.PAST] => |pʲ|ᵊ|̰꜒|ɰʷ|-
[not.Q.2.1excl.3.cl.4.NEG.passive.indicative.PRES] => |pʼˠ|ʉ|꜖꜒|ʜʲ|-
[not.Q.2.1excl.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǀʰˤ|i|꜖꜒|lˠ|-
[not.Q.2.1excl.3.cl.4.NEG.passive.imperative.PRES] => |nʲ|i|̰꜒|ɗˤ|-
[not.Q.2.1excl.3.cl.4.NEG.passive.imperative.PAST] => |t͡ʂˠ|ᵊ|̰꜖|ɰˠ|-
[not.Q.2.1excl.3.cl.4.NEG.passive.conditional.PRES] => |t͡ʂʲ|iː|꜖|tɬˠ|-
[not.Q.2.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǀʼʷ|a|̰꜒|ŋ̥ʲ|-
[not.Q.2.1excl.3.cl.4.NEG.passive.optative.PRES] => |hʈˠ|ᵊ|꜖|ɾʷ|-
[not.Q.2.1excl.3.cl.4.NEG.passive.optative.PAST] => |h|a#ː|꜒꜖|ɳ̥ˠ|-
[not.Q.2.1excl.3.cl.4.POS.active.indicative.PRES] => |kʲ|aː|꜖|htʷ|-
[not.Q.2.1excl.3.cl.4.POS.active.indicative.PAST] => |qʼˤ|i#ː|꜒|r̥ˠ|-
[not.Q.2.1excl.3.cl.4.POS.active.imperative.PRES] => |ᵑǀʼʷ|i#ː|꜒|lʲ|-
[not.Q.2.1excl.3.cl.4.POS.active.imperative.PAST] => |ʋˤ|uː|꜒꜖|tʼˠ|-
[not.Q.2.1excl.3.cl.4.POS.active.conditional.PRES] => |hpˠ|aː|꜖|t͡ʂˠ|-
[not.Q.2.1excl.3.cl.4.POS.active.conditional.PAST] => |ɗʲ|ᵊ|꜒|ʄˠ|-
[not.Q.2.1excl.3.cl.4.POS.active.optative.PRES] => |tʼʲ|a|̰꜒|ɠˤ|-
[not.Q.2.1excl.3.cl.4.POS.active.optative.PAST] => |nˠ|a|꜒꜖|ɴʷ|-
[not.Q.2.1excl.3.cl.4.POS.passive.indicative.PRES] => |pˤ|i#ː|꜖|ɴʲ|-
[not.Q.2.1excl.3.cl.4.POS.passive.indicative.PAST] => |kʰˤ|u#|꜖|ʛˤ|-
[not.Q.2.1excl.3.cl.4.POS.passive.imperative.PRES] => |ŋ̥ʷ|aː|꜒|ɠˠ|-
[not.Q.2.1excl.3.cl.4.POS.passive.imperative.PAST] => |ᵏǁʼˠ|aː|꜖꜒|t͡sˠ|-
[not.Q.2.1excl.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃˤ|ᵊ|꜒|ɹʲ|-
[not.Q.2.1excl.3.cl.4.POS.passive.conditional.PAST] => |ʜˠ|ʉ|꜒꜖|sʷ|-
[not.Q.2.1excl.3.cl.4.POS.passive.optative.PRES] => |ŋ̥ˠ|i|꜖꜒|ŋ̥ˤ|-
[not.Q.2.1excl.3.cl.4.POS.passive.optative.PAST] => |tɬʲ|i|̰꜒|ʈʼʲ|-
[not.Q.2.2.1incl.NEG.active.indicative.PRES] => |ᵑǃʷ|aː|̰꜖|tʼʷ|-
[not.Q.2.2.1incl.NEG.active.indicative.PAST] => |ᵏǃʰʲ|ʉ#ː|̰꜒|ʡʲ|-
[not.Q.2.2.1incl.NEG.active.imperative.PRES] => |ᵑǃʲ|u#ː|꜒|ɹʷ|-
[not.Q.2.2.1incl.NEG.active.imperative.PAST] => |ŋ̥ˤ|ʉ#ː|꜒|ɭˠ|-
[not.Q.2.2.1incl.NEG.active.conditional.PRES] => |ʈʲ|aː|꜒꜖|wʲ|-
[not.Q.2.2.1incl.NEG.active.conditional.PAST] => |kʼˤ|iː|꜖꜒|qˠ|-
[not.Q.2.2.1incl.NEG.active.optative.PRES] => |ᵏǀʲ|i|̰꜖|ʛˤ|-
[not.Q.2.2.1incl.NEG.active.optative.PAST] => |ɭʲ|i#|꜒꜖|sˤ|-
[not.Q.2.2.1incl.NEG.passive.indicative.PRES] => |kʷ|aː|꜖꜒|ɴʷ|-
[not.Q.2.2.1incl.NEG.passive.indicative.PAST] => |lʲ|i#ː|꜒|ŋˤ|-
[not.Q.2.2.1incl.NEG.passive.imperative.PRES] => |hkˠ|i|̰꜒|ʜˠ|-
[not.Q.2.2.1incl.NEG.passive.imperative.PAST] => |ʂʲ|u#|̰꜖|qʼˤ|-
[not.Q.2.2.1incl.NEG.passive.conditional.PRES] => |ᵑǁˠ|aː|꜖|ɠˤ|-
[not.Q.2.2.1incl.NEG.passive.conditional.PAST] => |ʈʰˠ|ʉ#ː|꜒|ɥʲ|-
[not.Q.2.2.1incl.NEG.passive.optative.PRES] => |tʼʷ|i|̰꜒|m̥ˠ|-
[not.Q.2.2.1incl.NEG.passive.optative.PAST] => |ᵏǁʼˠ|ᵊ|꜖|qʲ|-
[not.Q.2.2.1incl.POS.active.indicative.PRES] => |ᵏǃʼʷ|ᵊ|̰꜒|tˠ|-
[not.Q.2.2.1incl.POS.active.indicative.PAST] => |n̥ʲ|i|꜒|ɗˠ|-
[not.Q.2.2.1incl.POS.active.imperative.PRES] => |ɓˤ|i|̰꜖|tʰʷ|-
[not.Q.2.2.1incl.POS.active.imperative.PAST] => |ŋ̥ˤ|a|꜒꜖|ɗʷ|-
[not.Q.2.2.1incl.POS.active.conditional.PRES] => |t͡ʃ|uː|꜒|ɾʷ|-
[not.Q.2.2.1incl.POS.active.conditional.PAST] => |ᵏǀʰˤ|ᵊ|̰꜒|rˠ|-
[not.Q.2.2.1incl.POS.active.optative.PRES] => |hpˠ|aː|꜖꜒|tɬˠ|-
[not.Q.2.2.1incl.POS.active.optative.PAST] => |hkʷ|i|꜒|kʰʲ|-
[not.Q.2.2.1incl.POS.passive.indicative.PRES] => |ᵏǃʰˤ|u|̰꜒|ɴˤ|-
[not.Q.2.2.1incl.POS.passive.indicative.PAST] => |pʼˠ|a|꜖|hkˤ|-
[not.Q.2.2.1incl.POS.passive.imperative.PRES] => |ʃʲ|u#|꜒꜖|t͡sˠ|-
[not.Q.2.2.1incl.POS.passive.imperative.PAST] => |hʈʲ|aː|̰꜖|sʲ|-
[not.Q.2.2.1incl.POS.passive.conditional.PRES] => |ɴˠ|aː|꜒꜖|ɳ̥ʲ|-
[not.Q.2.2.1incl.POS.passive.conditional.PAST] => |ʂʲ|a#|̰꜒|tʼˤ|-
[not.Q.2.2.1incl.POS.passive.optative.PRES] => |ɻˠ|a#|̰꜖|qʷ|-
[not.Q.2.2.1incl.POS.passive.optative.PAST] => |ɗˤ|ᵊ|꜒꜖|tʼˠ|-
[not.Q.2.2.1excl.NEG.active.indicative.PRES] => |kʼʷ|iː|꜒꜖|qʲ|-
[not.Q.2.2.1excl.NEG.active.indicative.PAST] => |hkʷ|a|̰꜒|ŋ̥ʲ|-
[not.Q.2.2.1excl.NEG.active.imperative.PRES] => |tʰʷ|i|꜖|qʼʷ|-
[not.Q.2.2.1excl.NEG.active.imperative.PAST] => |ᵏǀʰˤ|a#ː|̰꜖|kʼʲ|-
[not.Q.2.2.1excl.NEG.active.conditional.PRES] => |ᵑǀʲ|i|꜒꜖|d͡ʐʲ|-
[not.Q.2.2.1excl.NEG.active.conditional.PAST] => |ᵏǃʼʲ|i|꜖|ɗˠ|-
[not.Q.2.2.1excl.NEG.active.optative.PRES] => |lˠ|aː|̰꜒|ɰˠ|-
[not.Q.2.2.1excl.NEG.active.optative.PAST] => |htʲ|a|꜒꜖|hʈˠ|-
[not.Q.2.2.1excl.NEG.passive.indicative.PRES] => |ʈʲ|uː|̰꜒|ʄʲ|-
[not.Q.2.2.1excl.NEG.passive.indicative.PAST] => |ᵏǀʰʷ|i|꜒|tʼʷ|-
[not.Q.2.2.1excl.NEG.passive.imperative.PRES] => |ᵏǀʼʷ|i#|꜒꜖|kʼˠ|-
[not.Q.2.2.1excl.NEG.passive.imperative.PAST] => |h|iː|̰꜒|ŋʲ|-
[not.Q.2.2.1excl.NEG.passive.conditional.PRES] => |kʰˠ|ʉ#|꜒|kʷ|-
[not.Q.2.2.1excl.NEG.passive.conditional.PAST] => |m̥ˤ|ᵊ|̰꜖|kˤ|-
[not.Q.2.2.1excl.NEG.passive.optative.PRES] => |tɬˠ|u|꜖|kʼʷ|-
[not.Q.2.2.1excl.NEG.passive.optative.PAST] => |ᵑǃʼˤ|ᵊ|꜖|kʼˠ|-
[not.Q.2.2.1excl.POS.active.indicative.PRES] => |ᵏǀˠ|u|̰꜖|ɴˠ|-
[not.Q.2.2.1excl.POS.active.indicative.PAST] => |t͡sʲ|ᵊ|꜒|ŋʲ|-
[not.Q.2.2.1excl.POS.active.imperative.PRES] => |t͡ʂʲ|i|꜖꜒|hpˤ|-
[not.Q.2.2.1excl.POS.active.imperative.PAST] => |ɗʲ|i|꜒꜖|wˤ|-
[not.Q.2.2.1excl.POS.active.conditional.PRES] => |pʰˠ|a#|꜒꜖|qʼˤ|-
[not.Q.2.2.1excl.POS.active.conditional.PAST] => |hkʲ|i|꜖꜒|sˤ|-
[not.Q.2.2.1excl.POS.active.optative.PRES] => |kʲ|a|꜒꜖|ɹʲ|-
[not.Q.2.2.1excl.POS.active.optative.PAST] => |ɹˠ|u|꜒꜖|wʲ|-
[not.Q.2.2.1excl.POS.passive.indicative.PRES] => |qˤ|uː|̰꜖|qˠ|-
[not.Q.2.2.1excl.POS.passive.indicative.PAST] => |ɽʲ|ʉ#ː|̰꜖|ŋ̥ʷ|-
[not.Q.2.2.1excl.POS.passive.imperative.PRES] => |ᵑǃʼʷ|ᵊ|̰꜖|ʂˠ|-
[not.Q.2.2.1excl.POS.passive.imperative.PAST] => |ᵏǁʼˠ|a#|꜒|ɹʷ|-
[not.Q.2.2.1excl.POS.passive.conditional.PRES] => |ɥʲ|aː|꜒꜖|lʲ|-
[not.Q.2.2.1excl.POS.passive.conditional.PAST] => |ᵏǃʰˠ|ʉ|꜖꜒|ʄˠ|-
[not.Q.2.2.1excl.POS.passive.optative.PRES] => |htˤ|u#ː|꜖꜒|ʈʼʲ|-
[not.Q.2.2.1excl.POS.passive.optative.PAST] => |ɭˠ|i|̰꜖|sˠ|-
[not.Q.2.2.2.NEG.active.indicative.PRES] => |kˤ|ᵊ|꜖|t͡sʲ|-
[not.Q.2.2.2.NEG.active.indicative.PAST] => |pʰˠ|ᵊ|꜖|ŋˤ|-
[not.Q.2.2.2.NEG.active.imperative.PRES] => |hkˠ|u|꜒|htʲ|-
[not.Q.2.2.2.NEG.active.imperative.PAST] => |j|ʉ#ː|̰꜒|ɴʲ|-
[not.Q.2.2.2.NEG.active.conditional.PRES] => |hkˠ|a|꜖꜒|kʰʲ|-
[not.Q.2.2.2.NEG.active.conditional.PAST] => |ŋ̥ʲ|a|̰꜒|tʼˠ|-
[not.Q.2.2.2.NEG.active.optative.PRES] => |sˤ|i#ː|̰꜖|lʲ|-
[not.Q.2.2.2.NEG.active.optative.PAST] => |ʈʼʲ|i|꜒꜖|ʃˠ|-
[not.Q.2.2.2.NEG.passive.indicative.PRES] => |qʼˤ|u|꜖꜒|hpʲ|-
[not.Q.2.2.2.NEG.passive.indicative.PAST] => |nʲ|aː|꜖|sˤ|-
[not.Q.2.2.2.NEG.passive.imperative.PRES] => |tʰʷ|ʉː|꜖꜒|htˤ|-
[not.Q.2.2.2.NEG.passive.imperative.PAST] => |r̥ˠ|ᵊ|꜖|wˤ|-
[not.Q.2.2.2.NEG.passive.conditional.PRES] => |pʼˠ|a|̰꜖|ŋʷ|-
[not.Q.2.2.2.NEG.passive.conditional.PAST] => |qˠ|i#ː|꜖꜒|r̥ʷ|-
[not.Q.2.2.2.NEG.passive.optative.PRES] => |ᵏǀʰʲ|u|꜖꜒|ʡˠ|-
[not.Q.2.2.2.NEG.passive.optative.PAST] => |ᵏǃʰʷ|ʉ#|꜖꜒|t͡sʲ|-
[not.Q.2.2.2.POS.active.indicative.PRES] => |hkˤ|a|꜒|ɗˠ|-
[not.Q.2.2.2.POS.active.indicative.PAST] => |ɹʷ|i|꜖|t͡sʷ|-
[not.Q.2.2.2.POS.active.imperative.PRES] => |ɴʷ|i|꜖꜒|wˤ|-
[not.Q.2.2.2.POS.active.imperative.PAST] => |ᵑǁˠ|ᵊ|꜒|qʼˤ|-
[not.Q.2.2.2.POS.active.conditional.PRES] => |hpʲ|ʉː|꜖|ʋˤ|-
[not.Q.2.2.2.POS.active.conditional.PAST] => |lʲ|ʉ#ː|꜒꜖|kʼˤ|-
[not.Q.2.2.2.POS.active.optative.PRES] => |ʜˠ|u|꜖꜒|hkʷ|-
[not.Q.2.2.2.POS.active.optative.PAST] => |pʼˠ|ᵊ|꜖꜒|ɓʲ|-
[not.Q.2.2.2.POS.passive.indicative.PRES] => |r̥ˠ|u|꜖|tˠ|-
[not.Q.2.2.2.POS.passive.indicative.PAST] => |ŋ̥ˤ|a#|꜖꜒|htʲ|-
[not.Q.2.2.2.POS.passive.imperative.PRES] => |tʼʲ|i|꜖|hkʷ|-
[not.Q.2.2.2.POS.passive.imperative.PAST] => |ᵑǀˤ|u#ː|꜖꜒|ɽˠ|-
[not.Q.2.2.2.POS.passive.conditional.PRES] => |pʰˤ|i|꜖|j|-
[not.Q.2.2.2.POS.passive.conditional.PAST] => |htˠ|ʉ|̰꜖|r̥ʷ|-
[not.Q.2.2.2.POS.passive.optative.PRES] => |htʲ|i|̰꜒|rˤ|-
[not.Q.2.2.2.POS.passive.optative.PAST] => |ɴʷ|iː|꜒꜖|ɗʷ|-
[not.Q.2.2.3.cl.1.NEG.active.indicative.PRES] => |ɠʲ|ʉ|꜖|ɠˤ|-
[not.Q.2.2.3.cl.1.NEG.active.indicative.PAST] => |ɴʷ|iː|̰꜖|ŋˠ|-
[not.Q.2.2.3.cl.1.NEG.active.imperative.PRES] => |m̥ˠ|i#ː|꜒꜖|hʈʲ|-
[not.Q.2.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǁʰˠ|i|꜖꜒|tʷ|-
[not.Q.2.2.3.cl.1.NEG.active.conditional.PRES] => |sʷ|i#ː|꜒꜖|pʼˤ|-
[not.Q.2.2.3.cl.1.NEG.active.conditional.PAST] => |hpˤ|i|꜖|ʈʼʲ|-
[not.Q.2.2.3.cl.1.NEG.active.optative.PRES] => |ʃʲ|ʉ|̰꜖|ɗˠ|-
[not.Q.2.2.3.cl.1.NEG.active.optative.PAST] => |ɭˠ|u|꜖꜒|tɬˠ|-
[not.Q.2.2.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀʼˤ|a#|̰꜒|ɗʷ|-
[not.Q.2.2.3.cl.1.NEG.passive.indicative.PAST] => |ɽʲ|u|꜒꜖|hpˠ|-
[not.Q.2.2.3.cl.1.NEG.passive.imperative.PRES] => |kʼˤ|i#|꜒|rʲ|-
[not.Q.2.2.3.cl.1.NEG.passive.imperative.PAST] => |ʜˠ|ᵊ|꜒|lʲ|-
[not.Q.2.2.3.cl.1.NEG.passive.conditional.PRES] => |ɭʲ|i|꜒꜖|ɠˠ|-
[not.Q.2.2.3.cl.1.NEG.passive.conditional.PAST] => |ɥʲ|a|꜒꜖|ɰʲ|-
[not.Q.2.2.3.cl.1.NEG.passive.optative.PRES] => |ᵑǁˠ|a|꜒|sʷ|-
[not.Q.2.2.3.cl.1.NEG.passive.optative.PAST] => |ᵑǁʼˠ|u#|꜖|ɗʷ|-
[not.Q.2.2.3.cl.1.POS.active.indicative.PRES] => |kʼˤ|u#|꜖꜒|pʼˤ|-
[not.Q.2.2.3.cl.1.POS.active.indicative.PAST] => |n̥ˤ|a|꜒|pˤ|-
[not.Q.2.2.3.cl.1.POS.active.imperative.PRES] => |ɭˠ|a|꜒|ɴʷ|-
[not.Q.2.2.3.cl.1.POS.active.imperative.PAST] => |t͡ʂˠ|i|̰꜒|lˠ|-
[not.Q.2.2.3.cl.1.POS.active.conditional.PRES] => |ʂˠ|aː|̰꜖|ɰʷ|-
[not.Q.2.2.3.cl.1.POS.active.conditional.PAST] => |mˠ|ʉ#ː|̰꜖|ʈʲ|-
[not.Q.2.2.3.cl.1.POS.active.optative.PRES] => |hpʲ|ʉ|̰꜖|tˠ|-
[not.Q.2.2.3.cl.1.POS.active.optative.PAST] => |rˤ|ʉ#|꜒꜖|ɰˤ|-
[not.Q.2.2.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʰʲ|i|꜒|ɹʲ|-
[not.Q.2.2.3.cl.1.POS.passive.indicative.PAST] => |ɳ̥ʲ|i|꜖|ɗˤ|-
[not.Q.2.2.3.cl.1.POS.passive.imperative.PRES] => |tʰʷ|ʉ|꜖꜒|ʋʲ|-
[not.Q.2.2.3.cl.1.POS.passive.imperative.PAST] => |mʲ|ʉ#|̰꜒|ŋ̥ʷ|-
[not.Q.2.2.3.cl.1.POS.passive.conditional.PRES] => |htˠ|i#|꜒|ŋ̥ʲ|-
[not.Q.2.2.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃʰʲ|a|꜒|ɭʲ|-
[not.Q.2.2.3.cl.1.POS.passive.optative.PRES] => |ɥˠ|aː|̰꜖|pˠ|-
[not.Q.2.2.3.cl.1.POS.passive.optative.PAST] => |ʂʲ|uː|꜒꜖|ʄˠ|-
[not.Q.2.2.3.cl.2.NEG.active.indicative.PRES] => |ɹˠ|i|꜒|kʼˠ|-
[not.Q.2.2.3.cl.2.NEG.active.indicative.PAST] => |ʂˠ|i|꜒|m̥ˤ|-
[not.Q.2.2.3.cl.2.NEG.active.imperative.PRES] => |ʈʰˠ|uː|̰꜒|ɳ̥ˠ|-
[not.Q.2.2.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʰʲ|u#|꜖|ŋˤ|-
[not.Q.2.2.3.cl.2.NEG.active.conditional.PRES] => |h|i|꜖|tʰˤ|-
[not.Q.2.2.3.cl.2.NEG.active.conditional.PAST] => |ɥˠ|iː|̰꜒|pʰˤ|-
[not.Q.2.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǁʼʲ|ᵊ|̰꜒|wˤ|-
[not.Q.2.2.3.cl.2.NEG.active.optative.PAST] => |ᵑǀˤ|a|̰꜖|ɻˠ|-
[not.Q.2.2.3.cl.2.NEG.passive.indicative.PRES] => |ɥʲ|i#ː|̰꜒|ʡˠ|-
[not.Q.2.2.3.cl.2.NEG.passive.indicative.PAST] => |ŋ̥ʲ|u#ː|꜒|hʈˠ|-
[not.Q.2.2.3.cl.2.NEG.passive.imperative.PRES] => |ɴˤ|u|꜒꜖|ɓʲ|-
[not.Q.2.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǀʼˠ|ᵊ|꜖꜒|mˤ|-
[not.Q.2.2.3.cl.2.NEG.passive.conditional.PRES] => |kʰʲ|i|̰꜖|ɥˠ|-
[not.Q.2.2.3.cl.2.NEG.passive.conditional.PAST] => |ɠʲ|aː|꜒꜖|nʲ|-
[not.Q.2.2.3.cl.2.NEG.passive.optative.PRES] => |ɹˤ|ᵊ|꜖|ɾˠ|-
[not.Q.2.2.3.cl.2.NEG.passive.optative.PAST] => |ᵑǀʼʷ|ᵊ|꜖꜒|ɹʲ|-
[not.Q.2.2.3.cl.2.POS.active.indicative.PRES] => |ɰʲ|i|̰꜖|t͡sʲ|-
[not.Q.2.2.3.cl.2.POS.active.indicative.PAST] => |ᵏǃʼʷ|ᵊ|̰꜒|m̥ˠ|-
[not.Q.2.2.3.cl.2.POS.active.imperative.PRES] => |ɴˠ|aː|̰꜖|pˤ|-
[not.Q.2.2.3.cl.2.POS.active.imperative.PAST] => |hpˤ|a|̰꜒|sʲ|-
[not.Q.2.2.3.cl.2.POS.active.conditional.PRES] => |ŋ̥ʲ|ʉː|꜖|ɗˠ|-
[not.Q.2.2.3.cl.2.POS.active.conditional.PAST] => |pʼˤ|a|꜖꜒|ɥˤ|-
[not.Q.2.2.3.cl.2.POS.active.optative.PRES] => |ɰˤ|a|꜖꜒|ʡˠ|-
[not.Q.2.2.3.cl.2.POS.active.optative.PAST] => |pʼˤ|uː|̰꜒|ɗˠ|-
[not.Q.2.2.3.cl.2.POS.passive.indicative.PRES] => |ʈʼˠ|i|̰꜖|qˠ|-
[not.Q.2.2.3.cl.2.POS.passive.indicative.PAST] => |ɹʲ|ʉː|̰꜒|ɗˤ|-
[not.Q.2.2.3.cl.2.POS.passive.imperative.PRES] => |t͡sˤ|a|꜖꜒|ŋʲ|-
[not.Q.2.2.3.cl.2.POS.passive.imperative.PAST] => |kˠ|ᵊ|꜒|ɰˠ|-
[not.Q.2.2.3.cl.2.POS.passive.conditional.PRES] => |kʰʲ|ʉ|꜒|ɹʷ|-
[not.Q.2.2.3.cl.2.POS.passive.conditional.PAST] => |ɴˤ|a|̰꜖|ʛˠ|-
[not.Q.2.2.3.cl.2.POS.passive.optative.PRES] => |pʰʲ|ᵊ|̰꜒|ʈʼˠ|-
[not.Q.2.2.3.cl.2.POS.passive.optative.PAST] => |ᵏǃˠ|ʉ#|꜒|hkʲ|-
[not.Q.2.2.3.cl.3.NEG.active.indicative.PRES] => |kʰˤ|ʉ#ː|꜖꜒|kʰˤ|-
[not.Q.2.2.3.cl.3.NEG.active.indicative.PAST] => |kʰʲ|ʉ#|꜖꜒|pˤ|-
[not.Q.2.2.3.cl.3.NEG.active.imperative.PRES] => |n̥ˤ|a|꜖|ŋ̥ˠ|-
[not.Q.2.2.3.cl.3.NEG.active.imperative.PAST] => |tʰʲ|a|꜒|rʲ|-
[not.Q.2.2.3.cl.3.NEG.active.conditional.PRES] => |ʜʲ|i#|꜖|ʛˤ|-
[not.Q.2.2.3.cl.3.NEG.active.conditional.PAST] => |ʔ|u|꜒꜖|ʂˠ|-
[not.Q.2.2.3.cl.3.NEG.active.optative.PRES] => |ᵏǁˠ|ʉː|̰꜖|n̥ʷ|-
[not.Q.2.2.3.cl.3.NEG.active.optative.PAST] => |ŋ̥ˠ|u|꜒꜖|ʡˠ|-
[not.Q.2.2.3.cl.3.NEG.passive.indicative.PRES] => |ʡˠ|ᵊ|̰꜖|r̥ʷ|-
[not.Q.2.2.3.cl.3.NEG.passive.indicative.PAST] => |htˠ|ᵊ|̰꜖|ʋˤ|-
[not.Q.2.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃʼʲ|i|̰꜒|ʋˠ|-
[not.Q.2.2.3.cl.3.NEG.passive.imperative.PAST] => |ɠʲ|ᵊ|꜒꜖|ɾʲ|-
[not.Q.2.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃʰʷ|i#|꜒꜖|ŋ̥ʷ|-
[not.Q.2.2.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǀʼˤ|a|꜖|ŋ̥ˤ|-
[not.Q.2.2.3.cl.3.NEG.passive.optative.PRES] => |ɭˠ|i|̰꜒|ɻʲ|-
[not.Q.2.2.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀˤ|aː|꜒|m̥ʲ|-
[not.Q.2.2.3.cl.3.POS.active.indicative.PRES] => |kʰˤ|a|꜒꜖|pˠ|-
[not.Q.2.2.3.cl.3.POS.active.indicative.PAST] => |sʷ|a|̰꜒|ʛʲ|-
[not.Q.2.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʼˠ|i|꜒|sʲ|-
[not.Q.2.2.3.cl.3.POS.active.imperative.PAST] => |ᵑǀʼˠ|ʉ|̰꜒|ɗˠ|-
[not.Q.2.2.3.cl.3.POS.active.conditional.PRES] => |ᵑǀʼʲ|i#ː|꜒|ŋ̥ʷ|-
[not.Q.2.2.3.cl.3.POS.active.conditional.PAST] => |pʼˤ|i|꜖꜒|ʃʲ|-
[not.Q.2.2.3.cl.3.POS.active.optative.PRES] => |ᵏǀʲ|i#|꜒|t͡ʂʲ|-
[not.Q.2.2.3.cl.3.POS.active.optative.PAST] => |ɗʲ|i|꜒|tʲ|-
[not.Q.2.2.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʰˤ|ʉ#ː|̰꜒|ɓˤ|-
[not.Q.2.2.3.cl.3.POS.passive.indicative.PAST] => |ɽˠ|i#ː|̰꜖|sʲ|-
[not.Q.2.2.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃʰʷ|ʉ#|̰꜖|ɓʲ|-
[not.Q.2.2.3.cl.3.POS.passive.imperative.PAST] => |nʷ|aː|꜒꜖|ɭʲ|-
[not.Q.2.2.3.cl.3.POS.passive.conditional.PRES] => |d͡ʐʲ|ʉː|̰꜒|rʷ|-
[not.Q.2.2.3.cl.3.POS.passive.conditional.PAST] => |ɴˤ|a|꜖|ɾʷ|-
[not.Q.2.2.3.cl.3.POS.passive.optative.PRES] => |rˠ|ᵊ|̰꜒|ʜʲ|-
[not.Q.2.2.3.cl.3.POS.passive.optative.PAST] => |ɳ̥ʲ|ᵊ|꜖꜒|ʃˠ|-
[not.Q.2.2.3.cl.4.NEG.active.indicative.PRES] => |ᵑǁʼʲ|u#ː|̰꜖|mʲ|-
[not.Q.2.2.3.cl.4.NEG.active.indicative.PAST] => |ᵑǁʼʲ|a|꜒꜖|qʼʷ|-
[not.Q.2.2.3.cl.4.NEG.active.imperative.PRES] => |kʼˠ|u#ː|꜒꜖|htˠ|-
[not.Q.2.2.3.cl.4.NEG.active.imperative.PAST] => |ɴˤ|i|̰꜒|ɠˠ|-
[not.Q.2.2.3.cl.4.NEG.active.conditional.PRES] => |ɰˤ|a|꜖|wʲ|-
[not.Q.2.2.3.cl.4.NEG.active.conditional.PAST] => |ʄˠ|iː|꜒꜖|ɳ̥ˠ|-
[not.Q.2.2.3.cl.4.NEG.active.optative.PRES] => |t͡sˠ|iː|꜖꜒|d͡ʐʲ|-
[not.Q.2.2.3.cl.4.NEG.active.optative.PAST] => |ʡʲ|i#|̰꜒|qʲ|-
[not.Q.2.2.3.cl.4.NEG.passive.indicative.PRES] => |ʈʲ|u|̰꜒|pʼˤ|-
[not.Q.2.2.3.cl.4.NEG.passive.indicative.PAST] => |ŋ̥ˤ|uː|꜒꜖|tʼʷ|-
[not.Q.2.2.3.cl.4.NEG.passive.imperative.PRES] => |ɴˤ|a#ː|꜖|ʋˠ|-
[not.Q.2.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǁʰˠ|a#|̰꜖|wˤ|-
[not.Q.2.2.3.cl.4.NEG.passive.conditional.PRES] => |pʰˤ|ᵊ|꜖꜒|ɠʲ|-
[not.Q.2.2.3.cl.4.NEG.passive.conditional.PAST] => |hpˠ|iː|꜖꜒|ʂʲ|-
[not.Q.2.2.3.cl.4.NEG.passive.optative.PRES] => |hpˠ|i|꜖꜒|ɳ̥ʲ|-
[not.Q.2.2.3.cl.4.NEG.passive.optative.PAST] => |ᵏǃʼʲ|a|꜖|ʈʰˠ|-
[not.Q.2.2.3.cl.4.POS.active.indicative.PRES] => |kʰˤ|aː|꜒|kʰʲ|-
[not.Q.2.2.3.cl.4.POS.active.indicative.PAST] => |ʂʲ|u#|̰꜒|mˠ|-
[not.Q.2.2.3.cl.4.POS.active.imperative.PRES] => |ᵏǃʷ|ʉ|꜒|kʼʷ|-
[not.Q.2.2.3.cl.4.POS.active.imperative.PAST] => |qʼˠ|a|꜒|d͡ʐˠ|-
[not.Q.2.2.3.cl.4.POS.active.conditional.PRES] => |tɬʲ|u|꜖꜒|ʃʲ|-
[not.Q.2.2.3.cl.4.POS.active.conditional.PAST] => |ʛˠ|ʉː|꜒|ɰʷ|-
[not.Q.2.2.3.cl.4.POS.active.optative.PRES] => |n̥ˤ|a|꜖꜒|wʲ|-
[not.Q.2.2.3.cl.4.POS.active.optative.PAST] => |r̥ʲ|ᵊ|̰꜒|ʃˠ|-
[not.Q.2.2.3.cl.4.POS.passive.indicative.PRES] => |ᵏǀʰˤ|i#|꜖꜒|j|-
[not.Q.2.2.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃʷ|ʉ|꜒|t͡sʷ|-
[not.Q.2.2.3.cl.4.POS.passive.imperative.PRES] => |kʰʲ|aː|꜒꜖|ɹˠ|-
[not.Q.2.2.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀʰʷ|ᵊ|꜖|wʲ|-
[not.Q.2.2.3.cl.4.POS.passive.conditional.PRES] => |pʰˤ|u#ː|̰꜖|m̥ˤ|-
[not.Q.2.2.3.cl.4.POS.passive.conditional.PAST] => |t͡sʲ|i|꜖|pˠ|-
[not.Q.2.2.3.cl.4.POS.passive.optative.PRES] => |sˤ|aː|꜖꜒|ʈʰˠ|-
[not.Q.2.2.3.cl.4.POS.passive.optative.PAST] => |mˠ|i#|꜒|kʼʷ|-
[not.Q.2.3.cl.1.1incl.NEG.active.indicative.PRES] => |ᵏǀʰˤ|ʉː|̰꜖|ɠʲ|-
[not.Q.2.3.cl.1.1incl.NEG.active.indicative.PAST] => |tʼˠ|iː|꜖꜒|kʰˤ|-
[not.Q.2.3.cl.1.1incl.NEG.active.imperative.PRES] => |m̥ʲ|i#|꜖꜒|pʼʲ|-
[not.Q.2.3.cl.1.1incl.NEG.active.imperative.PAST] => |ᵏǃʷ|ᵊ|꜖꜒|nʷ|-
[not.Q.2.3.cl.1.1incl.NEG.active.conditional.PRES] => |ᵑǀˠ|a|̰꜖|ʜˠ|-
[not.Q.2.3.cl.1.1incl.NEG.active.conditional.PAST] => |pʼʲ|uː|꜖꜒|ɹʷ|-
[not.Q.2.3.cl.1.1incl.NEG.active.optative.PRES] => |hkˤ|ʉ|꜖|rˠ|-
[not.Q.2.3.cl.1.1incl.NEG.active.optative.PAST] => |kʲ|a|꜖꜒|tʰʲ|-
[not.Q.2.3.cl.1.1incl.NEG.passive.indicative.PRES] => |n̥ʲ|ʉ|꜖꜒|pʰˤ|-
[not.Q.2.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ʛʷ|ʉ|꜒|pʲ|-
[not.Q.2.3.cl.1.1incl.NEG.passive.imperative.PRES] => |r̥ˤ|u#|꜒|htʷ|-
[not.Q.2.3.cl.1.1incl.NEG.passive.imperative.PAST] => |kʰʲ|i|꜒|ɭˠ|-
[not.Q.2.3.cl.1.1incl.NEG.passive.conditional.PRES] => |nˠ|ʉ#ː|꜒꜖|sˠ|-
[not.Q.2.3.cl.1.1incl.NEG.passive.conditional.PAST] => |hkʷ|i|꜒|tˠ|-
[not.Q.2.3.cl.1.1incl.NEG.passive.optative.PRES] => |qʼʷ|iː|꜖|n̥ˠ|-
[not.Q.2.3.cl.1.1incl.NEG.passive.optative.PAST] => |ŋ̥ʲ|i|꜒|ɥʲ|-
[not.Q.2.3.cl.1.1incl.POS.active.indicative.PRES] => |pʼˤ|u|꜒|m̥ˠ|-
[not.Q.2.3.cl.1.1incl.POS.active.indicative.PAST] => |ɓˤ|ᵊ|꜒꜖|qʼʷ|-
[not.Q.2.3.cl.1.1incl.POS.active.imperative.PRES] => |t͡ʃ|i|̰꜖|kʰˤ|-
[not.Q.2.3.cl.1.1incl.POS.active.imperative.PAST] => |pʼˠ|i#ː|̰꜒|rʲ|-
[not.Q.2.3.cl.1.1incl.POS.active.conditional.PRES] => |ᵑǃʼˠ|u|꜒|ŋʲ|-
[not.Q.2.3.cl.1.1incl.POS.active.conditional.PAST] => |ᵑǃʲ|ʉ#ː|꜖꜒|m̥ˠ|-
[not.Q.2.3.cl.1.1incl.POS.active.optative.PRES] => |ʄʲ|uː|꜖꜒|mʲ|-
[not.Q.2.3.cl.1.1incl.POS.active.optative.PAST] => |ᵏǁʲ|iː|꜖꜒|ɹʷ|-
[not.Q.2.3.cl.1.1incl.POS.passive.indicative.PRES] => |qˤ|iː|꜖|ʜʲ|-
[not.Q.2.3.cl.1.1incl.POS.passive.indicative.PAST] => |ʄʲ|a|̰꜖|ɴʷ|-
[not.Q.2.3.cl.1.1incl.POS.passive.imperative.PRES] => |ʋˠ|uː|꜒꜖|htˤ|-
[not.Q.2.3.cl.1.1incl.POS.passive.imperative.PAST] => |ŋʲ|a|̰꜖|pˠ|-
[not.Q.2.3.cl.1.1incl.POS.passive.conditional.PRES] => |m̥ˤ|ʉ|̰꜖|ɴʷ|-
[not.Q.2.3.cl.1.1incl.POS.passive.conditional.PAST] => |tʼˠ|u#ː|꜖꜒|t͡ʂˠ|-
[not.Q.2.3.cl.1.1incl.POS.passive.optative.PRES] => |ʡʲ|i|꜒꜖|kʰˤ|-
[not.Q.2.3.cl.1.1incl.POS.passive.optative.PAST] => |mˤ|a|꜖|qʲ|-
[not.Q.2.3.cl.1.1excl.NEG.active.indicative.PRES] => |nˠ|a|꜖꜒|j|-
[not.Q.2.3.cl.1.1excl.NEG.active.indicative.PAST] => |kˤ|ʉ#|꜖|ŋ̥ˠ|-
[not.Q.2.3.cl.1.1excl.NEG.active.imperative.PRES] => |kʼˠ|a|꜖꜒|ɭʲ|-
[not.Q.2.3.cl.1.1excl.NEG.active.imperative.PAST] => |ɴʲ|uː|̰꜖|mʲ|-
[not.Q.2.3.cl.1.1excl.NEG.active.conditional.PRES] => |pʼˤ|uː|꜒|ɾˤ|-
[not.Q.2.3.cl.1.1excl.NEG.active.conditional.PAST] => |ᵏǃʷ|a|꜒|qʼʲ|-
[not.Q.2.3.cl.1.1excl.NEG.active.optative.PRES] => |ʈʰˠ|ʉ#|꜒|rˤ|-
[not.Q.2.3.cl.1.1excl.NEG.active.optative.PAST] => |hpˤ|a|꜒꜖|ɹʷ|-
[not.Q.2.3.cl.1.1excl.NEG.passive.indicative.PRES] => |tʰˤ|ᵊ|꜒|hpʲ|-
[not.Q.2.3.cl.1.1excl.NEG.passive.indicative.PAST] => |kʰʲ|u|꜒꜖|kʼˠ|-
[not.Q.2.3.cl.1.1excl.NEG.passive.imperative.PRES] => |lʲ|u#|꜖|ɰˤ|-
[not.Q.2.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ʃʲ|ʉ#ː|꜖꜒|ɠˠ|-
[not.Q.2.3.cl.1.1excl.NEG.passive.conditional.PRES] => |kʼʲ|a|̰꜒|ɹˤ|-
[not.Q.2.3.cl.1.1excl.NEG.passive.conditional.PAST] => |t͡sˤ|ᵊ|꜒꜖|t͡sˤ|-
[not.Q.2.3.cl.1.1excl.NEG.passive.optative.PRES] => |ɴʷ|i|꜒꜖|pʼˤ|-
[not.Q.2.3.cl.1.1excl.NEG.passive.optative.PAST] => |ᵏǃˤ|ʉ#ː|̰꜒|nʲ|-
[not.Q.2.3.cl.1.1excl.POS.active.indicative.PRES] => |ɳ̥ˠ|i|꜒|ɴˤ|-
[not.Q.2.3.cl.1.1excl.POS.active.indicative.PAST] => |ɓʲ|u#ː|꜖|ɰʷ|-
[not.Q.2.3.cl.1.1excl.POS.active.imperative.PRES] => |ʄˠ|ᵊ|꜖|ɠˠ|-
[not.Q.2.3.cl.1.1excl.POS.active.imperative.PAST] => |sˠ|ʉː|̰꜒|pʼʲ|-
[not.Q.2.3.cl.1.1excl.POS.active.conditional.PRES] => |rˠ|iː|̰꜖|ʡˠ|-
[not.Q.2.3.cl.1.1excl.POS.active.conditional.PAST] => |pʲ|i|꜒|pˤ|-
[not.Q.2.3.cl.1.1excl.POS.active.optative.PRES] => |nˤ|i|꜒|ɾʷ|-
[not.Q.2.3.cl.1.1excl.POS.active.optative.PAST] => |ᵏǁʼˠ|u|꜖꜒|ɳ̥ʲ|-
[not.Q.2.3.cl.1.1excl.POS.passive.indicative.PRES] => |pʼʲ|a|꜖꜒|qˤ|-
[not.Q.2.3.cl.1.1excl.POS.passive.indicative.PAST] => |ᵑǀʼʷ|i|꜖|pʼˠ|-
[not.Q.2.3.cl.1.1excl.POS.passive.imperative.PRES] => |ŋˤ|ʉ#ː|꜒|ɠʷ|-
[not.Q.2.3.cl.1.1excl.POS.passive.imperative.PAST] => |ʛˤ|a|꜖|t͡ʃ|-
[not.Q.2.3.cl.1.1excl.POS.passive.conditional.PRES] => |kʲ|i#|꜒꜖|rʲ|-
[not.Q.2.3.cl.1.1excl.POS.passive.conditional.PAST] => |pʼʲ|ᵊ|̰꜒|ʈʼʲ|-
[not.Q.2.3.cl.1.1excl.POS.passive.optative.PRES] => |ɠˠ|u#ː|̰꜒|ɭʲ|-
[not.Q.2.3.cl.1.1excl.POS.passive.optative.PAST] => |ʛʷ|a|̰꜒|ɴʲ|-
[not.Q.2.3.cl.1.2.NEG.active.indicative.PRES] => |hʈˠ|iː|̰꜖|j|-
[not.Q.2.3.cl.1.2.NEG.active.indicative.PAST] => |ʂˠ|i|꜒꜖|ŋ̥ˤ|-
[not.Q.2.3.cl.1.2.NEG.active.imperative.PRES] => |ʛˤ|a#|꜒|kʲ|-
[not.Q.2.3.cl.1.2.NEG.active.imperative.PAST] => |wˤ|u|꜖|rʷ|-
[not.Q.2.3.cl.1.2.NEG.active.conditional.PRES] => |ɗʲ|i#ː|꜖|ɻˠ|-
[not.Q.2.3.cl.1.2.NEG.active.conditional.PAST] => |pʰˤ|ʉː|꜒|ʈʼˠ|-
[not.Q.2.3.cl.1.2.NEG.active.optative.PRES] => |ᵏǃˠ|ʉ#|̰꜖|ʄʲ|-
[not.Q.2.3.cl.1.2.NEG.active.optative.PAST] => |ᵑǀˠ|i|꜖꜒|ʜˠ|-
[not.Q.2.3.cl.1.2.NEG.passive.indicative.PRES] => |ᵑǃʲ|a|꜒|ɠˠ|-
[not.Q.2.3.cl.1.2.NEG.passive.indicative.PAST] => |htˠ|ʉ#|꜒|ɠˠ|-
[not.Q.2.3.cl.1.2.NEG.passive.imperative.PRES] => |ᵑǀʼˤ|a#|꜒|htˠ|-
[not.Q.2.3.cl.1.2.NEG.passive.imperative.PAST] => |ᵏǀʰˤ|u#|̰꜒|ɴˤ|-
[not.Q.2.3.cl.1.2.NEG.passive.conditional.PRES] => |ʈʰʲ|a|̰꜖|ɠˤ|-
[not.Q.2.3.cl.1.2.NEG.passive.conditional.PAST] => |h|a#ː|꜖|d͡ʐˠ|-
[not.Q.2.3.cl.1.2.NEG.passive.optative.PRES] => |ɓˠ|u#|꜒꜖|ɽˠ|-
[not.Q.2.3.cl.1.2.NEG.passive.optative.PAST] => |ᵑǃʲ|u#ː|̰꜒|tɬʲ|-
[not.Q.2.3.cl.1.2.POS.active.indicative.PRES] => |ŋ̥ˤ|u#ː|꜒|ʛˠ|-
[not.Q.2.3.cl.1.2.POS.active.indicative.PAST] => |ᵏǀʼˤ|u|꜒|ʋʲ|-
[not.Q.2.3.cl.1.2.POS.active.imperative.PRES] => |tʰˠ|a|̰꜖|d͡ʐˠ|-
[not.Q.2.3.cl.1.2.POS.active.imperative.PAST] => |tʲ|i#ː|̰꜖|ʛʷ|-
[not.Q.2.3.cl.1.2.POS.active.conditional.PRES] => |qʼˤ|uː|꜒꜖|hkˤ|-
[not.Q.2.3.cl.1.2.POS.active.conditional.PAST] => |ᵏǁʼˠ|u|̰꜒|ɰʷ|-
[not.Q.2.3.cl.1.2.POS.active.optative.PRES] => |ᵏǀʼʲ|i#|꜒|ɴʲ|-
[not.Q.2.3.cl.1.2.POS.active.optative.PAST] => |qˤ|a|꜒|ɠʲ|-
[not.Q.2.3.cl.1.2.POS.passive.indicative.PRES] => |kˠ|a#ː|꜖|ɻˠ|-
[not.Q.2.3.cl.1.2.POS.passive.indicative.PAST] => |ɓˤ|iː|꜖꜒|pˠ|-
[not.Q.2.3.cl.1.2.POS.passive.imperative.PRES] => |qˠ|ᵊ|꜖|m̥ˠ|-
[not.Q.2.3.cl.1.2.POS.passive.imperative.PAST] => |kʰʷ|i|꜒꜖|ɹˠ|-
[not.Q.2.3.cl.1.2.POS.passive.conditional.PRES] => |ʄˠ|uː|꜖|ɻˠ|-
[not.Q.2.3.cl.1.2.POS.passive.conditional.PAST] => |d͡ʐˠ|ʉ|꜖꜒|nˤ|-
[not.Q.2.3.cl.1.2.POS.passive.optative.PRES] => |ᵑǃʲ|iː|꜖|htˤ|-
[not.Q.2.3.cl.1.2.POS.passive.optative.PAST] => |kʰˠ|i|̰꜖|ɠʷ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵏǃʲ|uː|꜒|ɗˤ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ʜˠ|ᵊ|꜖|pʼʲ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |ʋˠ|u|̰꜖|pʼˠ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ɴˠ|uː|꜖|ɓˤ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |ʜʲ|aː|̰꜖|ʈʼʲ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ʂˠ|aː|꜒꜖|ɽˠ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |ɗˠ|i|꜒꜖|tɬʲ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |pʲ|i|꜒꜖|sˠ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǁʰʲ|a|꜒꜖|ŋˠ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ɻˠ|ʉ|̰꜖|t͡ʂˠ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |m̥ˤ|iː|꜖|ɰʲ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ŋ̥ʲ|a|̰꜖|rˠ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |hʈˠ|i#|꜖|ʈʰʲ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʷ|a|꜒|j|-
[not.Q.2.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |ᵑǁʼˠ|ᵊ|꜒꜖|pʲ|-
[not.Q.2.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ɰˤ|uː|꜖꜒|rʷ|-
[not.Q.2.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |kʰˤ|i|̰꜒|ŋ̥ˤ|-
[not.Q.2.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |tʰʲ|ᵊ|̰꜒|ɽˠ|-
[not.Q.2.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |ᵑǀʼˠ|i|꜒|hʈʲ|-
[not.Q.2.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ᵑǁʲ|ʉ|꜖|kʼˠ|-
[not.Q.2.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |t͡sʷ|i|̰꜒|qʲ|-
[not.Q.2.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |lʲ|a|̰꜒|ʄʲ|-
[not.Q.2.3.cl.1.3.cl.1.POS.active.optative.PRES] => |tʰʷ|a|̰꜖|hkʲ|-
[not.Q.2.3.cl.1.3.cl.1.POS.active.optative.PAST] => |ᵏǁʰˠ|a#ː|̰꜒|t͡sˠ|-
[not.Q.2.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |qˠ|u|꜒|n̥ˠ|-
[not.Q.2.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |sˠ|a#ː|̰꜒|ɠʷ|-
[not.Q.2.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |pʰʲ|aː|꜖|ɗʷ|-
[not.Q.2.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |tˠ|uː|꜒|qʼʲ|-
[not.Q.2.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ʛˠ|a|꜒꜖|rʷ|-
[not.Q.2.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |mˠ|ᵊ|̰꜖|ɭʲ|-
[not.Q.2.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |ŋ̥ʷ|i|꜒꜖|hkˤ|-
[not.Q.2.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |kʼˤ|a|꜒꜖|sˠ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃˠ|iː|꜒꜖|ɾˠ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |ŋ̥ˠ|ᵊ|꜒|kʲ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |lʲ|i#ː|꜒|kʼˤ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |rˠ|iː|꜖|ɠʷ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |mʲ|aː|̰꜖|ʈʼˠ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |htˤ|a|꜖|ɗʷ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |hpˠ|i|꜒꜖|ʈʼʲ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ɠʲ|i#ː|꜒|m̥ˠ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǃʼʲ|iː|꜖|ɻˠ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |t͡ʂˠ|ʉ#ː|̰꜖|wˤ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ʄˠ|a|꜖꜒|ʡˠ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǁʼʲ|i|꜖|nʷ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |qʼˠ|iː|̰꜖|ŋ̥ʲ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |ɻʲ|ᵊ|̰꜖|qʼˠ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |pʼˠ|iː|꜖꜒|tʼˤ|-
[not.Q.2.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |d͡ʐʲ|i#ː|̰꜒|ɠʲ|-
[not.Q.2.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |ᵏǃʷ|ᵊ|̰꜒|ʂʲ|-
[not.Q.2.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ʈˠ|iː|꜖꜒|ɳ̥ʲ|-
[not.Q.2.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |r̥ˠ|i#|̰꜖|n̥ʷ|-
[not.Q.2.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |lʲ|u#|꜖|ɽʲ|-
[not.Q.2.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |qʼˤ|u#|꜖|kˤ|-
[not.Q.2.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |ᵏǀʼʲ|ᵊ|꜒|n̥ʷ|-
[not.Q.2.3.cl.1.3.cl.2.POS.active.optative.PRES] => |tʰˤ|a|꜒|ɻˠ|-
[not.Q.2.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ᵑǃˠ|iː|̰꜒|ʜʲ|-
[not.Q.2.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ɓˠ|u#|꜒|wˠ|-
[not.Q.2.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |ᵑǃʼʲ|ʉ#|̰꜖|ŋʲ|-
[not.Q.2.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |kʷ|aː|꜖|t͡sˠ|-
[not.Q.2.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ᵏǃʷ|a#ː|꜖|ɽˠ|-
[not.Q.2.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |nˤ|ᵊ|̰꜒|ɗʲ|-
[not.Q.2.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʼʷ|i|̰꜒|ɹʲ|-
[not.Q.2.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |mʲ|a#ː|꜒|r̥ʷ|-
[not.Q.2.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |m̥ˠ|ᵊ|̰꜖|ʂʲ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |ʋʲ|ᵊ|̰꜖|hʈʲ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ʛʷ|iː|꜖|ɹˠ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |ɓˠ|i|꜖꜒|pˠ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |ᵏǀʰˤ|aː|̰꜒|t͡sʷ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |ᵏǀʰˤ|iː|꜒|t͡sʲ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ᵏǀʲ|a|꜒|ŋˤ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |qʼʷ|ᵊ|꜖|ɰʲ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |n̥ʲ|i#|꜖|ʜˠ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ʜˠ|i#|꜖|mˠ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |kʼˤ|a|꜖|pˠ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃʲ|i|꜖꜒|hʈˠ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |ʛʲ|ᵊ|꜖|hʈʲ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ʛˠ|u|̰꜖|qʼʲ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |n̥ʲ|ʉ#|꜒|ʋˠ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |pʰˤ|i|꜒|kʰˤ|-
[not.Q.2.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |h|a|꜒꜖|kʼʷ|-
[not.Q.2.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |t͡ʂˠ|ᵊ|꜖꜒|d͡ʐʲ|-
[not.Q.2.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |m̥ˤ|i|꜒|mˤ|-
[not.Q.2.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ᵑǀʼʲ|i#|꜒|kʼˠ|-
[not.Q.2.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |ɓˤ|i|꜒|tʰʷ|-
[not.Q.2.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ʜˠ|ʉ|꜒꜖|ɥʲ|-
[not.Q.2.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |n̥ˠ|aː|꜒|kʼʷ|-
[not.Q.2.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ᵏǀʼˤ|ᵊ|̰꜒|ʛʷ|-
[not.Q.2.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ᵑǁˠ|i|꜖|qˤ|-
[not.Q.2.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |kʷ|a|̰꜖|qʲ|-
[not.Q.2.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |ɴʲ|iː|꜒꜖|ɹʲ|-
[not.Q.2.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |ɗˠ|a|꜖|ɠʷ|-
[not.Q.2.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |nˤ|iː|̰꜒|ʈʼˠ|-
[not.Q.2.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |r̥ˠ|i#|꜒꜖|qʼʷ|-
[not.Q.2.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ᵑǀʼˤ|a|꜖|kʷ|-
[not.Q.2.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |ŋ̥ʷ|a|̰꜒|ŋˤ|-
[not.Q.2.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ŋ̥ʷ|i|꜖꜒|kˠ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |tʰʲ|i|꜒|t͡sˤ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ᵑǀʼʷ|iː|̰꜒|ɓʲ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |pʰˠ|aː|̰꜒|tʲ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃʰˠ|ᵊ|꜒|hkˠ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |rʷ|i|̰꜖|sʷ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ᵑǃʲ|ᵊ|꜒|wʲ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |kˤ|iː|꜖꜒|rʷ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ɠʲ|i|̰꜒|ʂˠ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʰʷ|a|꜒|hkˠ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǁʼʲ|ʉ|꜖|ɓˤ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ɻʲ|ʉ#ː|꜖꜒|ɥˠ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ɴʷ|ʉ|̰꜖|ɓʲ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |ɴˠ|a|̰꜒|ɳʲ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |lʲ|ʉ#ː|̰꜖|ŋˤ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ᵑǃʼʲ|a|꜒꜖|r̥ˤ|-
[not.Q.2.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʰˤ|u#|̰꜖|ɳ̥ˠ|-
[not.Q.2.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |nʲ|ʉ|꜒|ɗˤ|-
[not.Q.2.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |pʰˠ|ᵊ|꜒꜖|tʼˠ|-
[not.Q.2.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |kʰʲ|u#ː|̰꜒|ʋˤ|-
[not.Q.2.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |ɗˤ|aː|̰꜖|ɠʲ|-
[not.Q.2.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |hʈʲ|ᵊ|꜒|kˠ|-
[not.Q.2.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |d͡ʐʲ|ʉː|̰꜖|qʼʷ|-
[not.Q.2.3.cl.1.3.cl.4.POS.active.optative.PRES] => |kʰˤ|ᵊ|꜖|ʛˠ|-
[not.Q.2.3.cl.1.3.cl.4.POS.active.optative.PAST] => |r̥ˤ|aː|̰꜒|t͡ʂʲ|-
[not.Q.2.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |kʼˠ|ᵊ|꜒|wˤ|-
[not.Q.2.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |ɾˤ|a|꜒꜖|ʈʰˠ|-
[not.Q.2.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ᵏǀˤ|ʉ|꜒꜖|ɰˠ|-
[not.Q.2.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |r̥ʷ|ᵊ|꜒꜖|pʼˠ|-
[not.Q.2.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ʈʰˠ|aː|꜒꜖|pˤ|-
[not.Q.2.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ɹˠ|ʉ|̰꜒|tʷ|-
[not.Q.2.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ɓˠ|a#|꜒|ʃʲ|-
[not.Q.2.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |ʈʼˠ|ᵊ|꜒|ʄʲ|-
[not.Q.2.3.cl.2.1incl.NEG.active.indicative.PRES] => |ᵏǁʰʲ|ʉ|̰꜖|t͡ʂʲ|-
[not.Q.2.3.cl.2.1incl.NEG.active.indicative.PAST] => |d͡ʐʲ|ᵊ|꜒|ʂʲ|-
[not.Q.2.3.cl.2.1incl.NEG.active.imperative.PRES] => |ɗʲ|u#ː|꜒|ʈʰˠ|-
[not.Q.2.3.cl.2.1incl.NEG.active.imperative.PAST] => |ʈʼʲ|i|꜖|d͡ʐʲ|-
[not.Q.2.3.cl.2.1incl.NEG.active.conditional.PRES] => |t͡sʲ|ʉ#ː|꜖|ɠʲ|-
[not.Q.2.3.cl.2.1incl.NEG.active.conditional.PAST] => |ᵑǀʼˤ|i#|꜒꜖|ŋ̥ʲ|-
[not.Q.2.3.cl.2.1incl.NEG.active.optative.PRES] => |hpˠ|ʉ#ː|꜒꜖|ŋ̥ʲ|-
[not.Q.2.3.cl.2.1incl.NEG.active.optative.PAST] => |qʷ|i|꜖꜒|ɽˠ|-
[not.Q.2.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ʈʲ|u|꜒꜖|nˤ|-
[not.Q.2.3.cl.2.1incl.NEG.passive.indicative.PAST] => |tʼˤ|aː|꜒꜖|ɹˤ|-
[not.Q.2.3.cl.2.1incl.NEG.passive.imperative.PRES] => |ʜʲ|u#ː|̰꜒|ɴˠ|-
[not.Q.2.3.cl.2.1incl.NEG.passive.imperative.PAST] => |ᵑǃˠ|i|̰꜒|kʼʲ|-
[not.Q.2.3.cl.2.1incl.NEG.passive.conditional.PRES] => |nˠ|u|꜖꜒|kˠ|-
[not.Q.2.3.cl.2.1incl.NEG.passive.conditional.PAST] => |sˠ|ᵊ|̰꜒|lˠ|-
[not.Q.2.3.cl.2.1incl.NEG.passive.optative.PRES] => |ᵑǃʷ|ʉ|̰꜒|t͡ʃ|-
[not.Q.2.3.cl.2.1incl.NEG.passive.optative.PAST] => |ŋ̥ʲ|iː|꜖|ɥˤ|-
[not.Q.2.3.cl.2.1incl.POS.active.indicative.PRES] => |n̥ʲ|ʉ#|̰꜖|tʰˠ|-
[not.Q.2.3.cl.2.1incl.POS.active.indicative.PAST] => |t͡sˤ|u#ː|꜖꜒|pʰˠ|-
[not.Q.2.3.cl.2.1incl.POS.active.imperative.PRES] => |ʄʲ|i|꜒꜖|r̥ʷ|-
[not.Q.2.3.cl.2.1incl.POS.active.imperative.PAST] => |ɰʷ|iː|꜒|ŋˠ|-
[not.Q.2.3.cl.2.1incl.POS.active.conditional.PRES] => |m̥ˤ|a#|̰꜖|ʡˠ|-
[not.Q.2.3.cl.2.1incl.POS.active.conditional.PAST] => |ɠˤ|a|̰꜒|ɭˠ|-
[not.Q.2.3.cl.2.1incl.POS.active.optative.PRES] => |n̥ˤ|i|꜖꜒|ɰˠ|-
[not.Q.2.3.cl.2.1incl.POS.active.optative.PAST] => |ᵑǀʼʲ|u|꜒꜖|kʰʲ|-
[not.Q.2.3.cl.2.1incl.POS.passive.indicative.PRES] => |ᵏǀʼˠ|i|꜖|sʲ|-
[not.Q.2.3.cl.2.1incl.POS.passive.indicative.PAST] => |qˤ|ᵊ|̰꜒|n̥ʷ|-
[not.Q.2.3.cl.2.1incl.POS.passive.imperative.PRES] => |ᵑǀˠ|u#|̰꜖|ɳʲ|-
[not.Q.2.3.cl.2.1incl.POS.passive.imperative.PAST] => |ʋˤ|i#|̰꜖|kʼʷ|-
[not.Q.2.3.cl.2.1incl.POS.passive.conditional.PRES] => |t͡sˠ|u|̰꜖|ʡʲ|-
[not.Q.2.3.cl.2.1incl.POS.passive.conditional.PAST] => |ɳˠ|u|꜒|qʼʲ|-
[not.Q.2.3.cl.2.1incl.POS.passive.optative.PRES] => |ʈʰʲ|i|꜒꜖|hkˤ|-
[not.Q.2.3.cl.2.1incl.POS.passive.optative.PAST] => |pʰˠ|i|̰꜒|pˤ|-
[not.Q.2.3.cl.2.1excl.NEG.active.indicative.PRES] => |ŋ̥ˤ|uː|̰꜖|hʈˠ|-
[not.Q.2.3.cl.2.1excl.NEG.active.indicative.PAST] => |ŋʷ|ʉ|꜖|ʈʼˠ|-
[not.Q.2.3.cl.2.1excl.NEG.active.imperative.PRES] => |n̥ˤ|u|̰꜖|t͡sʷ|-
[not.Q.2.3.cl.2.1excl.NEG.active.imperative.PAST] => |qʲ|uː|꜒|ɴʲ|-
[not.Q.2.3.cl.2.1excl.NEG.active.conditional.PRES] => |ŋʷ|ʉ#ː|꜒꜖|ɠʷ|-
[not.Q.2.3.cl.2.1excl.NEG.active.conditional.PAST] => |ᵏǀʰˤ|iː|꜒꜖|m̥ˤ|-
[not.Q.2.3.cl.2.1excl.NEG.active.optative.PRES] => |ʂʲ|u#ː|꜒|nˤ|-
[not.Q.2.3.cl.2.1excl.NEG.active.optative.PAST] => |qʲ|i|̰꜖|n̥ʷ|-
[not.Q.2.3.cl.2.1excl.NEG.passive.indicative.PRES] => |nˤ|i|꜖|ʡʲ|-
[not.Q.2.3.cl.2.1excl.NEG.passive.indicative.PAST] => |tˤ|a|꜖|kʼˠ|-
[not.Q.2.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ᵏǀʰˤ|ᵊ|꜒꜖|ɽʲ|-
[not.Q.2.3.cl.2.1excl.NEG.passive.imperative.PAST] => |kʲ|u|꜒꜖|kʼʷ|-
[not.Q.2.3.cl.2.1excl.NEG.passive.conditional.PRES] => |ɽˠ|a|꜖|ɹˤ|-
[not.Q.2.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ᵏǀʰʷ|iː|̰꜒|tʼˠ|-
[not.Q.2.3.cl.2.1excl.NEG.passive.optative.PRES] => |h|a#|꜖꜒|ʋˤ|-
[not.Q.2.3.cl.2.1excl.NEG.passive.optative.PAST] => |ᵑǀʷ|i|꜒|ɹʲ|-
[not.Q.2.3.cl.2.1excl.POS.active.indicative.PRES] => |pʲ|iː|꜒|m̥ˠ|-
[not.Q.2.3.cl.2.1excl.POS.active.indicative.PAST] => |tʼˠ|ᵊ|꜖꜒|ʡʲ|-
[not.Q.2.3.cl.2.1excl.POS.active.imperative.PRES] => |hkʷ|a|̰꜖|m̥ʲ|-
[not.Q.2.3.cl.2.1excl.POS.active.imperative.PAST] => |ɓˤ|a|꜖|mˤ|-
[not.Q.2.3.cl.2.1excl.POS.active.conditional.PRES] => |ɽˠ|iː|꜖꜒|qʲ|-
[not.Q.2.3.cl.2.1excl.POS.active.conditional.PAST] => |kʰˤ|i|꜖꜒|ʡʲ|-
[not.Q.2.3.cl.2.1excl.POS.active.optative.PRES] => |ɽˠ|a|꜒꜖|ɴˤ|-
[not.Q.2.3.cl.2.1excl.POS.active.optative.PAST] => |ᵏǀˠ|i#ː|꜒|ʛˤ|-
[not.Q.2.3.cl.2.1excl.POS.passive.indicative.PRES] => |tɬʲ|ʉ|꜖꜒|m̥ˠ|-
[not.Q.2.3.cl.2.1excl.POS.passive.indicative.PAST] => |pʰˠ|i|꜖꜒|pʰʲ|-
[not.Q.2.3.cl.2.1excl.POS.passive.imperative.PRES] => |qˤ|a|̰꜒|sʲ|-
[not.Q.2.3.cl.2.1excl.POS.passive.imperative.PAST] => |ʛʷ|a|̰꜒|hpʲ|-
[not.Q.2.3.cl.2.1excl.POS.passive.conditional.PRES] => |wˠ|a|꜒꜖|tʰˠ|-
[not.Q.2.3.cl.2.1excl.POS.passive.conditional.PAST] => |ʜʲ|a|꜖|ɠˠ|-
[not.Q.2.3.cl.2.1excl.POS.passive.optative.PRES] => |sˤ|aː|꜖|tʼˠ|-
[not.Q.2.3.cl.2.1excl.POS.passive.optative.PAST] => |htʲ|i|̰꜒|wʲ|-
[not.Q.2.3.cl.2.2.NEG.active.indicative.PRES] => |htʲ|i|꜒꜖|ʡʲ|-
[not.Q.2.3.cl.2.2.NEG.active.indicative.PAST] => |ʔ|uː|꜒|d͡ʐˠ|-
[not.Q.2.3.cl.2.2.NEG.active.imperative.PRES] => |pʰʲ|i|꜒|ʜʲ|-
[not.Q.2.3.cl.2.2.NEG.active.imperative.PAST] => |ʛʲ|ʉ|꜖꜒|tʰˠ|-
[not.Q.2.3.cl.2.2.NEG.active.conditional.PRES] => |ᵏǀʰʲ|ᵊ|꜖꜒|n̥ʷ|-
[not.Q.2.3.cl.2.2.NEG.active.conditional.PAST] => |ᵏǀʷ|ᵊ|̰꜒|ɾˠ|-
[not.Q.2.3.cl.2.2.NEG.active.optative.PRES] => |hpˤ|ᵊ|꜒|nʷ|-
[not.Q.2.3.cl.2.2.NEG.active.optative.PAST] => |ɠˠ|a|̰꜖|ŋˠ|-
[not.Q.2.3.cl.2.2.NEG.passive.indicative.PRES] => |ᵑǀʷ|a|꜒|hkʲ|-
[not.Q.2.3.cl.2.2.NEG.passive.indicative.PAST] => |qˠ|ʉ#ː|꜖꜒|ɹˠ|-
[not.Q.2.3.cl.2.2.NEG.passive.imperative.PRES] => |mˠ|ʉː|꜖|ɓˠ|-
[not.Q.2.3.cl.2.2.NEG.passive.imperative.PAST] => |n̥ʷ|i|꜖|kʷ|-
[not.Q.2.3.cl.2.2.NEG.passive.conditional.PRES] => |ʃʲ|i|꜖꜒|ŋ̥ʷ|-
[not.Q.2.3.cl.2.2.NEG.passive.conditional.PAST] => |qˠ|a#ː|꜖|rʷ|-
[not.Q.2.3.cl.2.2.NEG.passive.optative.PRES] => |nˠ|ᵊ|꜖|qˠ|-
[not.Q.2.3.cl.2.2.NEG.passive.optative.PAST] => |ᵏǀʰʷ|ʉː|꜒|qʼˠ|-
[not.Q.2.3.cl.2.2.POS.active.indicative.PRES] => |pʼˤ|u#|̰꜒|ɾˠ|-
[not.Q.2.3.cl.2.2.POS.active.indicative.PAST] => |n̥ʷ|aː|̰꜖|ʈʼˠ|-
[not.Q.2.3.cl.2.2.POS.active.imperative.PRES] => |pʼʲ|ʉ|̰꜖|ɠˤ|-
[not.Q.2.3.cl.2.2.POS.active.imperative.PAST] => |tʰˠ|a#ː|꜒꜖|ɰʷ|-
[not.Q.2.3.cl.2.2.POS.active.conditional.PRES] => |hʈʲ|ʉ|꜖|ɳˠ|-
[not.Q.2.3.cl.2.2.POS.active.conditional.PAST] => |ᵏǃʼʲ|a#|꜖|kʷ|-
[not.Q.2.3.cl.2.2.POS.active.optative.PRES] => |ɓʲ|aː|꜒꜖|ɰˠ|-
[not.Q.2.3.cl.2.2.POS.active.optative.PAST] => |hkʲ|ʉ|꜒|qʷ|-
[not.Q.2.3.cl.2.2.POS.passive.indicative.PRES] => |ɰˠ|u|̰꜒|ʜˠ|-
[not.Q.2.3.cl.2.2.POS.passive.indicative.PAST] => |ʂʲ|ᵊ|̰꜖|lʲ|-
[not.Q.2.3.cl.2.2.POS.passive.imperative.PRES] => |htʷ|i#|꜒꜖|ʋˠ|-
[not.Q.2.3.cl.2.2.POS.passive.imperative.PAST] => |ɥˤ|i#|̰꜒|r̥ˤ|-
[not.Q.2.3.cl.2.2.POS.passive.conditional.PRES] => |pʲ|a#|꜖꜒|j|-
[not.Q.2.3.cl.2.2.POS.passive.conditional.PAST] => |ᵑǁˠ|ʉ#|꜒|rʲ|-
[not.Q.2.3.cl.2.2.POS.passive.optative.PRES] => |ᵑǃˠ|ᵊ|꜖꜒|ʈʲ|-
[not.Q.2.3.cl.2.2.POS.passive.optative.PAST] => |kʼʲ|i|꜒꜖|ɰʷ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |kʰˠ|u|̰꜖|tˠ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ɹʲ|a|꜖|ɴˠ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |kʼˤ|a|꜒|kʼʲ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |wʲ|u#ː|꜒꜖|ɠˠ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |t͡sˤ|aː|꜖꜒|ʈʰˠ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ᵏǃʰʷ|i#|̰꜖|t͡sˤ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ɠʲ|i|꜒|ʡˠ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |ɭʲ|i|̰꜒|kʼʷ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |tʰʷ|ᵊ|꜒꜖|ɻˠ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ʄʲ|i#ː|꜖꜒|ʈʼʲ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |ɗˤ|a|꜖꜒|ʜˠ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ɽʲ|ʉː|̰꜖|t͡ʂˠ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |ʋˤ|i|̰꜒|nʷ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ʄˠ|a|꜒꜖|ɾʷ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |j|ᵊ|꜖|ʋʲ|-
[not.Q.2.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |hkʷ|ʉ|꜒|ʋˠ|-
[not.Q.2.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ᵑǃʼʷ|a|꜒꜖|ʛˠ|-
[not.Q.2.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |tʼˤ|ʉ|꜖|pˠ|-
[not.Q.2.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |ᵑǀˤ|i|꜖|nˤ|-
[not.Q.2.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |kʼʷ|i#ː|꜖꜒|ʈˠ|-
[not.Q.2.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ʈʼˠ|a|̰꜒|ʂʲ|-
[not.Q.2.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |m̥ʲ|i|꜒|mˤ|-
[not.Q.2.3.cl.2.3.cl.1.POS.active.optative.PRES] => |hkˤ|a|꜖꜒|ʃʲ|-
[not.Q.2.3.cl.2.3.cl.1.POS.active.optative.PAST] => |kʰˠ|aː|̰꜖|t͡ʂˠ|-
[not.Q.2.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |ᵑǃˤ|ᵊ|꜒꜖|ɗˤ|-
[not.Q.2.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ɽʲ|ᵊ|̰꜒|ɓʲ|-
[not.Q.2.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ʂʲ|iː|̰꜖|kʼˤ|-
[not.Q.2.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |sʷ|a#|̰꜖|ʃʲ|-
[not.Q.2.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |ɹˠ|a|̰꜒|kʼˤ|-
[not.Q.2.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |tʷ|i#ː|꜒꜖|pˠ|-
[not.Q.2.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |r̥ʲ|a#|꜖|ɴˠ|-
[not.Q.2.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ᵏǁʰʲ|i|̰꜒|ɳʲ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃʼʲ|u|̰꜖|lˠ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |htˤ|aː|꜒|ɽʲ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |pʼˤ|u|꜒꜖|mˠ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ʔ|aː|꜖|kʰˠ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |r̥ˤ|ʉː|꜒꜖|ɰˠ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ʈʲ|i#|꜒|ɻʲ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |m̥ʲ|a|꜖|tʲ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |hʈˠ|a#|꜖꜒|ɭʲ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |ɗˠ|i|̰꜒|ɠʷ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ʄʲ|a|̰꜖|pʰʲ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǃʰˠ|a|̰꜒|ʈʼʲ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |hʈʲ|u#ː|꜖|t͡ʂˠ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ʈʰʲ|ʉ|꜖꜒|kʼˠ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀʼʲ|i|꜒꜖|tʼˤ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |htˠ|ᵊ|̰꜒|ʈʼʲ|-
[not.Q.2.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ɥʲ|i|꜖꜒|ʄˠ|-
[not.Q.2.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ɠʷ|a|꜖|kʼʲ|-
[not.Q.2.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |hkˠ|i|̰꜒|tˠ|-
[not.Q.2.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |ɳ̥ˠ|ᵊ|꜒|nˠ|-
[not.Q.2.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |htˠ|iː|꜖|ŋ̥ʲ|-
[not.Q.2.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |sʷ|i|̰꜖|ŋ̥ʷ|-
[not.Q.2.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |kʰʷ|a|̰꜖|ɠˠ|-
[not.Q.2.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ʈʰʲ|i|꜒|ɳˠ|-
[not.Q.2.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ᵏǀˠ|ʉ|꜒꜖|ɥˠ|-
[not.Q.2.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ɾˠ|ʉ#|꜒꜖|ɗʷ|-
[not.Q.2.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |ᵏǃʰʲ|i#|꜒|ɴʲ|-
[not.Q.2.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |htˠ|a|̰꜖|d͡ʐʲ|-
[not.Q.2.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ᵏǃʰʷ|i|̰꜒|tʰʷ|-
[not.Q.2.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ᵏǁʰˠ|u#|̰꜖|ʔ|-
[not.Q.2.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ᵑǀʲ|ʉ|̰꜖|hkʲ|-
[not.Q.2.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ɳʲ|a#ː|̰꜖|tʰʲ|-
[not.Q.2.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ʂˠ|i|꜖|ɴˤ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ʡʲ|aː|꜖꜒|ŋˠ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |ɥʲ|i#ː|꜒|ʈʰʲ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |tɬˠ|aː|̰꜒|ʃˠ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ɴʷ|a#ː|꜖꜒|mˠ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ᵏǀˠ|ᵊ|꜖|ŋʷ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |ᵏǃʰˤ|ᵊ|̰꜖|t͡ʂˠ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |ɳˠ|i|꜖|tʰʷ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ᵏǁʰˠ|iː|꜖꜒|kʰˤ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |n̥ˤ|uː|꜒|m̥ʲ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |kˤ|i#ː|꜖꜒|tɬʲ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ʄˠ|ᵊ|̰꜒|t͡ʂʲ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |nʲ|a|꜖꜒|ʂˠ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ɭʲ|a|̰꜖|ɓˠ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |qʼˠ|iː|̰꜒|htʷ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ᵑǃʼˤ|ᵊ|꜖|ɓˤ|-
[not.Q.2.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |ᵑǀʼʲ|i|̰꜒|ʋˤ|-
[not.Q.2.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |qʼʷ|i|̰꜒|kʼʷ|-
[not.Q.2.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |rˤ|i#|꜖꜒|ɴʲ|-
[not.Q.2.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ɠˠ|ᵊ|꜒|kʼˠ|-
[not.Q.2.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |tʰˠ|ʉ#|̰꜒|ɥʲ|-
[not.Q.2.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |rˤ|i#|꜒꜖|rʲ|-
[not.Q.2.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ʈʲ|i|꜖꜒|n̥ˠ|-
[not.Q.2.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ᵑǃʼʲ|u#ː|̰꜒|ʈʰˠ|-
[not.Q.2.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ʔ|ʉ#ː|̰꜒|ɠʲ|-
[not.Q.2.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀˠ|iː|̰꜖|ɰʲ|-
[not.Q.2.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ɹˠ|u#|̰꜖|n̥ˤ|-
[not.Q.2.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |pʲ|iː|̰꜒|qʼʷ|-
[not.Q.2.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ᵏǁˠ|a|̰꜒|kʰʲ|-
[not.Q.2.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ɗʲ|ʉ#|̰꜖|ɠʲ|-
[not.Q.2.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |m̥ˠ|a|꜖꜒|ɾˠ|-
[not.Q.2.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |d͡ʐˠ|ʉ|̰꜒|ʜˠ|-
[not.Q.2.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |nˤ|ᵊ|̰꜖|sʷ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |pʼʲ|ʉ|꜒|sʲ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ᵏǀʼˠ|ʉ|̰꜒|ŋ̥ˤ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |ɴˠ|ʉ#|̰꜒|ʛʲ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |ɳˠ|a|꜖|ɰˠ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |qʷ|a|꜖꜒|t͡sˤ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ᵏǀʲ|u|꜒|ɳʲ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ᵑǀˠ|u|꜖꜒|ɠˤ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |ɾˤ|a#ː|꜒꜖|tʼˤ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ɽˠ|a#|꜒|qʷ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |tˤ|a|꜖|t͡sʷ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |d͡ʐʲ|a|̰꜖|tʰʷ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵑǀʷ|ʉ#ː|̰꜖|pʼˤ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |lʲ|a|꜖꜒|ɓˤ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ʈʼʲ|ʉ|꜒|pʼˤ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ᵏǁʲ|a|꜖|ɹʲ|-
[not.Q.2.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |qʼʲ|a#|꜖|ɹˠ|-
[not.Q.2.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |n̥ˤ|aː|꜖|ɴʲ|-
[not.Q.2.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |kʰʷ|ᵊ|꜖|sʷ|-
[not.Q.2.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |ᵑǃʼˤ|u|꜖꜒|ɳʲ|-
[not.Q.2.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʼˠ|i|̰꜒|tɬˠ|-
[not.Q.2.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |tʼʲ|a|꜖|rˤ|-
[not.Q.2.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |qʼˤ|u#|꜒|j|-
[not.Q.2.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ɳʲ|a#ː|꜖꜒|nˠ|-
[not.Q.2.3.cl.2.3.cl.4.POS.active.optative.PAST] => |htʷ|ʉ#ː|꜒꜖|ɠˠ|-
[not.Q.2.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ʂˠ|iː|꜒꜖|ʛˠ|-
[not.Q.2.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |h|a|꜒꜖|ŋʷ|-
[not.Q.2.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |ʈʰˠ|ᵊ|꜒꜖|wˠ|-
[not.Q.2.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |ʋˤ|aː|꜖|j|-
[not.Q.2.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |ᵑǁˠ|u|꜒|hpˤ|-
[not.Q.2.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |ᵑǃʼʷ|i#|̰꜖|ɾˤ|-
[not.Q.2.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |tʼˠ|u|꜒꜖|hkʷ|-
[not.Q.2.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |tʷ|a|꜖꜒|r̥ʲ|-
[not.Q.2.3.cl.3.1incl.NEG.active.indicative.PRES] => |ɓʲ|uː|꜒꜖|ɹʷ|-
[not.Q.2.3.cl.3.1incl.NEG.active.indicative.PAST] => |ɥˤ|u#ː|꜖|pˠ|-
[not.Q.2.3.cl.3.1incl.NEG.active.imperative.PRES] => |t͡sˠ|a|̰꜖|ŋ̥ˤ|-
[not.Q.2.3.cl.3.1incl.NEG.active.imperative.PAST] => |ɗʲ|iː|꜒|kʷ|-
[not.Q.2.3.cl.3.1incl.NEG.active.conditional.PRES] => |ᵑǀʷ|iː|꜖꜒|ɳ̥ˠ|-
[not.Q.2.3.cl.3.1incl.NEG.active.conditional.PAST] => |ʔ|ʉ#ː|꜖|pʲ|-
[not.Q.2.3.cl.3.1incl.NEG.active.optative.PRES] => |ᵏǁʼʲ|u#|̰꜖|r̥ˠ|-
[not.Q.2.3.cl.3.1incl.NEG.active.optative.PAST] => |ʂʲ|a|꜒|ʈʼˠ|-
[not.Q.2.3.cl.3.1incl.NEG.passive.indicative.PRES] => |qʼˠ|ᵊ|꜖|ʜˠ|-
[not.Q.2.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ᵏǃʼˤ|i|꜒|ɥˠ|-
[not.Q.2.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ʡʲ|i#ː|꜒꜖|r̥ˠ|-
[not.Q.2.3.cl.3.1incl.NEG.passive.imperative.PAST] => |ɽʲ|ᵊ|̰꜒|hʈʲ|-
[not.Q.2.3.cl.3.1incl.NEG.passive.conditional.PRES] => |tʰʲ|i|꜒꜖|ʛʷ|-
[not.Q.2.3.cl.3.1incl.NEG.passive.conditional.PAST] => |t͡ʂˠ|aː|̰꜖|ɴʲ|-
[not.Q.2.3.cl.3.1incl.NEG.passive.optative.PRES] => |kʼʲ|ᵊ|꜒|t͡sˠ|-
[not.Q.2.3.cl.3.1incl.NEG.passive.optative.PAST] => |ᵏǀʷ|i|꜒꜖|ɓʲ|-
[not.Q.2.3.cl.3.1incl.POS.active.indicative.PRES] => |t͡sˠ|i|̰꜒|tʷ|-
[not.Q.2.3.cl.3.1incl.POS.active.indicative.PAST] => |ᵏǃʼʷ|i#ː|꜖|ʋˠ|-
[not.Q.2.3.cl.3.1incl.POS.active.imperative.PRES] => |ɭˠ|u|꜒꜖|lˠ|-
[not.Q.2.3.cl.3.1incl.POS.active.imperative.PAST] => |kʼˠ|a|̰꜖|tʼˠ|-
[not.Q.2.3.cl.3.1incl.POS.active.conditional.PRES] => |hkʲ|u|̰꜖|ʄʲ|-
[not.Q.2.3.cl.3.1incl.POS.active.conditional.PAST] => |qʼʲ|aː|̰꜒|sʷ|-
[not.Q.2.3.cl.3.1incl.POS.active.optative.PRES] => |pʰʲ|i|꜖꜒|ɠˠ|-
[not.Q.2.3.cl.3.1incl.POS.active.optative.PAST] => |kʰˠ|iː|꜒|tʼʷ|-
[not.Q.2.3.cl.3.1incl.POS.passive.indicative.PRES] => |nʲ|ʉ|꜖꜒|hkʲ|-
[not.Q.2.3.cl.3.1incl.POS.passive.indicative.PAST] => |m̥ʲ|ᵊ|̰꜒|tˠ|-
[not.Q.2.3.cl.3.1incl.POS.passive.imperative.PRES] => |ᵏǁʲ|u#|꜖꜒|ɳ̥ʲ|-
[not.Q.2.3.cl.3.1incl.POS.passive.imperative.PAST] => |qˠ|u|̰꜖|ɹˠ|-
[not.Q.2.3.cl.3.1incl.POS.passive.conditional.PRES] => |ŋˤ|i|꜒꜖|kʲ|-
[not.Q.2.3.cl.3.1incl.POS.passive.conditional.PAST] => |ŋ̥ˤ|a|꜖꜒|rʷ|-
[not.Q.2.3.cl.3.1incl.POS.passive.optative.PRES] => |t͡sˤ|i#|꜒꜖|tʰʲ|-
[not.Q.2.3.cl.3.1incl.POS.passive.optative.PAST] => |ᵏǃʰʲ|ᵊ|꜖꜒|ɹʲ|-
[not.Q.2.3.cl.3.1excl.NEG.active.indicative.PRES] => |ᵏǁʲ|i#|̰꜖|ɴʲ|-
[not.Q.2.3.cl.3.1excl.NEG.active.indicative.PAST] => |ɴʲ|i|꜒|sˠ|-
[not.Q.2.3.cl.3.1excl.NEG.active.imperative.PRES] => |ʈʼˠ|a|꜖꜒|qʲ|-
[not.Q.2.3.cl.3.1excl.NEG.active.imperative.PAST] => |t͡sˠ|a|꜖꜒|d͡ʐʲ|-
[not.Q.2.3.cl.3.1excl.NEG.active.conditional.PRES] => |m̥ˤ|u|꜒|ɹʲ|-
[not.Q.2.3.cl.3.1excl.NEG.active.conditional.PAST] => |kʼˠ|i|꜒|ŋˠ|-
[not.Q.2.3.cl.3.1excl.NEG.active.optative.PRES] => |kʲ|ᵊ|̰꜖|hʈˠ|-
[not.Q.2.3.cl.3.1excl.NEG.active.optative.PAST] => |tʲ|ʉ|̰꜖|n̥ʷ|-
[not.Q.2.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ʈʰˠ|iː|꜒꜖|ŋˤ|-
[not.Q.2.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ʋʲ|a|꜒꜖|ɗˠ|-
[not.Q.2.3.cl.3.1excl.NEG.passive.imperative.PRES] => |kʰˠ|i|꜖|r̥ʲ|-
[not.Q.2.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ŋʷ|ᵊ|꜒|ɹˠ|-
[not.Q.2.3.cl.3.1excl.NEG.passive.conditional.PRES] => |mʲ|iː|꜒|wʲ|-
[not.Q.2.3.cl.3.1excl.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|u|꜒|r̥ʲ|-
[not.Q.2.3.cl.3.1excl.NEG.passive.optative.PRES] => |ɴˠ|ʉ|꜒꜖|ʈʼʲ|-
[not.Q.2.3.cl.3.1excl.NEG.passive.optative.PAST] => |pʼˠ|u|̰꜖|kʰʷ|-
[not.Q.2.3.cl.3.1excl.POS.active.indicative.PRES] => |ᵏǃʼʲ|ʉ#|꜖|tɬˠ|-
[not.Q.2.3.cl.3.1excl.POS.active.indicative.PAST] => |ᵏǃʼˤ|i|꜖|tʼˤ|-
[not.Q.2.3.cl.3.1excl.POS.active.imperative.PRES] => |ɗˤ|ʉ|꜒|t͡sʷ|-
[not.Q.2.3.cl.3.1excl.POS.active.imperative.PAST] => |ʂʲ|ʉ#|꜖꜒|kʼʲ|-
[not.Q.2.3.cl.3.1excl.POS.active.conditional.PRES] => |tʲ|i#ː|̰꜖|ɠˠ|-
[not.Q.2.3.cl.3.1excl.POS.active.conditional.PAST] => |ʋˠ|u#ː|꜖|sʷ|-
[not.Q.2.3.cl.3.1excl.POS.active.optative.PRES] => |ɭˠ|a|꜒꜖|j|-
[not.Q.2.3.cl.3.1excl.POS.active.optative.PAST] => |ᵏǃˠ|a|̰꜒|lˠ|-
[not.Q.2.3.cl.3.1excl.POS.passive.indicative.PRES] => |htˤ|a|̰꜒|ɗˤ|-
[not.Q.2.3.cl.3.1excl.POS.passive.indicative.PAST] => |ʡʲ|ᵊ|꜒|ɰˤ|-
[not.Q.2.3.cl.3.1excl.POS.passive.imperative.PRES] => |ɠˤ|u|꜖|ŋ̥ʷ|-
[not.Q.2.3.cl.3.1excl.POS.passive.imperative.PAST] => |ɰˠ|a|̰꜖|ɽˠ|-
[not.Q.2.3.cl.3.1excl.POS.passive.conditional.PRES] => |ᵏǃʷ|iː|̰꜖|htʲ|-
[not.Q.2.3.cl.3.1excl.POS.passive.conditional.PAST] => |ɗˠ|u#|̰꜒|tʼˠ|-
[not.Q.2.3.cl.3.1excl.POS.passive.optative.PRES] => |r̥ʲ|a|̰꜖|lˠ|-
[not.Q.2.3.cl.3.1excl.POS.passive.optative.PAST] => |ᵑǀʲ|u#ː|̰꜒|ɹˤ|-
[not.Q.2.3.cl.3.2.NEG.active.indicative.PRES] => |ɗˠ|ʉ#ː|꜒|pʼˠ|-
[not.Q.2.3.cl.3.2.NEG.active.indicative.PAST] => |kʰʲ|u|꜖|kʲ|-
[not.Q.2.3.cl.3.2.NEG.active.imperative.PRES] => |ʈʰˠ|i|꜒꜖|ɴˤ|-
[not.Q.2.3.cl.3.2.NEG.active.imperative.PAST] => |ᵏǀˠ|i|꜖|ʃˠ|-
[not.Q.2.3.cl.3.2.NEG.active.conditional.PRES] => |ʃʲ|u#ː|̰꜒|ŋʲ|-
[not.Q.2.3.cl.3.2.NEG.active.conditional.PAST] => |pˤ|a|꜒|t͡sˤ|-
[not.Q.2.3.cl.3.2.NEG.active.optative.PRES] => |hkʷ|ᵊ|̰꜒|ŋˠ|-
[not.Q.2.3.cl.3.2.NEG.active.optative.PAST] => |ɰˠ|u#|꜒|ɻʲ|-
[not.Q.2.3.cl.3.2.NEG.passive.indicative.PRES] => |hpˠ|ᵊ|꜒|ɥʲ|-
[not.Q.2.3.cl.3.2.NEG.passive.indicative.PAST] => |ᵏǃˤ|ᵊ|꜖|wˤ|-
[not.Q.2.3.cl.3.2.NEG.passive.imperative.PRES] => |ᵏǃʼʲ|ʉ#ː|꜒|m̥ʲ|-
[not.Q.2.3.cl.3.2.NEG.passive.imperative.PAST] => |t͡sˠ|a#ː|꜖|tʲ|-
[not.Q.2.3.cl.3.2.NEG.passive.conditional.PRES] => |n̥ʷ|a#ː|꜒|pˤ|-
[not.Q.2.3.cl.3.2.NEG.passive.conditional.PAST] => |ᵏǃˤ|ʉ|꜒|qʼˤ|-
[not.Q.2.3.cl.3.2.NEG.passive.optative.PRES] => |tɬˠ|ʉ|꜖꜒|kʼʲ|-
[not.Q.2.3.cl.3.2.NEG.passive.optative.PAST] => |ɽˠ|i|̰꜒|ɻˠ|-
[not.Q.2.3.cl.3.2.POS.active.indicative.PRES] => |ɽʲ|u#|̰꜖|mˤ|-
[not.Q.2.3.cl.3.2.POS.active.indicative.PAST] => |ʂˠ|i#|꜒|kˤ|-
[not.Q.2.3.cl.3.2.POS.active.imperative.PRES] => |hʈʲ|ᵊ|̰꜖|ʂˠ|-
[not.Q.2.3.cl.3.2.POS.active.imperative.PAST] => |htʲ|i|꜒|htˠ|-
[not.Q.2.3.cl.3.2.POS.active.conditional.PRES] => |pʼˠ|a|꜒꜖|ʜʲ|-
[not.Q.2.3.cl.3.2.POS.active.conditional.PAST] => |pʰʲ|i|̰꜒|sʷ|-
[not.Q.2.3.cl.3.2.POS.active.optative.PRES] => |tʼˠ|u#|̰꜒|ɠʲ|-
[not.Q.2.3.cl.3.2.POS.active.optative.PAST] => |pʰˠ|i|̰꜒|t͡ʂʲ|-
[not.Q.2.3.cl.3.2.POS.passive.indicative.PRES] => |ᵏǁʲ|uː|꜖꜒|ɻʲ|-
[not.Q.2.3.cl.3.2.POS.passive.indicative.PAST] => |ɹʷ|i|꜒꜖|t͡sʲ|-
[not.Q.2.3.cl.3.2.POS.passive.imperative.PRES] => |ᵑǃʼˤ|iː|̰꜖|n̥ˠ|-
[not.Q.2.3.cl.3.2.POS.passive.imperative.PAST] => |ɾˤ|ʉ#ː|꜒꜖|qʷ|-
[not.Q.2.3.cl.3.2.POS.passive.conditional.PRES] => |ŋ̥ʷ|ʉ|꜒|rʲ|-
[not.Q.2.3.cl.3.2.POS.passive.conditional.PAST] => |qˠ|i|꜒|d͡ʐʲ|-
[not.Q.2.3.cl.3.2.POS.passive.optative.PRES] => |ᵏǃʷ|a|꜒|wˠ|-
[not.Q.2.3.cl.3.2.POS.passive.optative.PAST] => |tʰˠ|a|꜒꜖|ʔ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |kˤ|a#|꜒|ʂˠ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ɾʷ|a|꜒|ɹˠ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |pʰˠ|ʉ#ː|̰꜖|qʼˤ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ᵏǀʲ|i|꜖꜒|ɾʲ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |h|ʉ|꜒꜖|r̥ʷ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ᵏǁʲ|a#|̰꜒|rʷ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |t͡ʃ|iː|꜖|t͡sʲ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ᵑǃʼʲ|i|꜖꜒|htˠ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ʈʼˠ|ᵊ|꜒꜖|kˤ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |tʼˠ|a|꜒꜖|ɳˠ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ɳ̥ˠ|i#|꜖|tʼʷ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |hʈˠ|ᵊ|꜖꜒|n̥ʷ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |d͡ʐʲ|a|꜒|ŋ̥ʲ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |qʷ|ᵊ|꜖|ɻʲ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ʜˠ|uː|꜒꜖|ɰʷ|-
[not.Q.2.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ʂˠ|ʉ|̰꜒|ŋˠ|-
[not.Q.2.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |ɠˠ|u#|̰꜒|tʰʲ|-
[not.Q.2.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |tʼˤ|a|̰꜖|ɠʲ|-
[not.Q.2.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ɭʲ|i#|꜒|rʷ|-
[not.Q.2.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |mˠ|i|̰꜖|pʼˠ|-
[not.Q.2.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |r̥ʲ|ʉ#|̰꜖|lʲ|-
[not.Q.2.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |qʼˠ|u|꜒꜖|kʼˤ|-
[not.Q.2.3.cl.3.3.cl.1.POS.active.optative.PRES] => |n̥ˠ|a|꜖꜒|ɰʲ|-
[not.Q.2.3.cl.3.3.cl.1.POS.active.optative.PAST] => |tʼʲ|ʉː|꜖꜒|ɓʲ|-
[not.Q.2.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʰʲ|u#|꜒|m̥ˤ|-
[not.Q.2.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |n̥ˠ|u|꜖꜒|htʷ|-
[not.Q.2.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʰˠ|uː|꜖|qˤ|-
[not.Q.2.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |t͡ʂˠ|a#|꜖|hkˠ|-
[not.Q.2.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |j|ᵊ|꜒꜖|ʋˤ|-
[not.Q.2.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |tʼʲ|a|꜒꜖|kʼʷ|-
[not.Q.2.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |kʼʲ|aː|꜒|pʰˠ|-
[not.Q.2.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ᵏǃʷ|ʉ|꜒꜖|qʼʲ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |ɰˤ|aː|̰꜖|ɹʲ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ʡˠ|a|̰꜖|t͡sˠ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ɗʲ|iː|̰꜒|t͡sˤ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ŋ̥ˤ|a|꜖|t͡ʂʲ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ᵏǁʰˠ|a|꜖|ɽˠ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ʄʲ|u|̰꜖|kʲ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |n̥ʲ|ʉ|̰꜖|tʰˤ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ɓʲ|i|꜒|sˠ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ɰˠ|iː|꜖|hpˤ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |tʼˤ|u|꜖꜒|wʲ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |kʷ|i|꜒|pʼˠ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |d͡ʐʲ|iː|꜖|qˠ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǀʷ|ᵊ|꜖꜒|pˠ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ʈʼˠ|ʉ|꜒꜖|htʲ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |hpˠ|a#ː|̰꜒|wˠ|-
[not.Q.2.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |pˠ|a|꜖꜒|wˤ|-
[not.Q.2.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |t͡ʂʲ|ᵊ|̰꜖|ŋ̥ʷ|-
[not.Q.2.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |n̥ʲ|a|꜖꜒|ɗʷ|-
[not.Q.2.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ᵏǀʰʷ|i#|꜖꜒|ɳʲ|-
[not.Q.2.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |ᵑǃʼʲ|ʉ|̰꜖|r̥ʲ|-
[not.Q.2.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ɳˠ|u|̰꜒|tʼˠ|-
[not.Q.2.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |t͡ʂʲ|aː|꜒|ɴʷ|-
[not.Q.2.3.cl.3.3.cl.2.POS.active.optative.PRES] => |t͡ʃ|u|̰꜒|ɴʲ|-
[not.Q.2.3.cl.3.3.cl.2.POS.active.optative.PAST] => |hʈˠ|i|꜖|ɠˠ|-
[not.Q.2.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |pʼˠ|i|꜒|kʰʲ|-
[not.Q.2.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |kʼʷ|ʉː|꜒|ɠʲ|-
[not.Q.2.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |sʲ|a|꜖꜒|mʲ|-
[not.Q.2.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ɰʲ|ᵊ|꜖|ɠˤ|-
[not.Q.2.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ʈʲ|ʉ|꜖꜒|m̥ˤ|-
[not.Q.2.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |tʼˤ|ᵊ|꜒|htʷ|-
[not.Q.2.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |mʲ|a#|̰꜖|mˤ|-
[not.Q.2.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |tʲ|a#ː|꜒|ɻʲ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |tˠ|u|̰꜖|ɹˤ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ɠʷ|i|꜒|lˠ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ᵏǀʰʲ|ʉ|꜒꜖|kʰʲ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |hkˤ|i|꜒꜖|ɗˤ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |tʰʷ|a|꜒꜖|htˤ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |pʼˠ|a#|꜒꜖|pʲ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ɗʲ|i|꜖|tʼʲ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |ᵏǁʼʲ|u|̰꜖|ɳ̥ʲ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǀʼˤ|u#|꜖|ʈʲ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |hpˤ|aː|꜒|r̥ʷ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǀˠ|i|꜖꜒|d͡ʐˠ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ʂʲ|i#|̰꜖|t͡ʃ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |hʈˠ|ʉː|̰꜒|tɬˠ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǃʰˠ|ʉ#|꜒|mˠ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ɳʲ|a|꜖꜒|kʰˤ|-
[not.Q.2.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |pʲ|u#|꜖꜒|kʼʲ|-
[not.Q.2.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ʂˠ|ʉ#ː|̰꜖|rʷ|-
[not.Q.2.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |tʼˤ|a|̰꜒|ɗʷ|-
[not.Q.2.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |pʰˤ|ʉ|꜖꜒|r̥ˠ|-
[not.Q.2.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ᵏǁˠ|iː|꜖꜒|hkˤ|-
[not.Q.2.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |tʰʷ|ᵊ|̰꜖|kʰʲ|-
[not.Q.2.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ᵏǃʷ|a|̰꜒|ʋʲ|-
[not.Q.2.3.cl.3.3.cl.3.POS.active.optative.PRES] => |ɴʷ|a|꜖꜒|ɠˤ|-
[not.Q.2.3.cl.3.3.cl.3.POS.active.optative.PAST] => |htʷ|ʉː|̰꜒|ʋʲ|-
[not.Q.2.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |t͡sˤ|ᵊ|꜖꜒|ɻˠ|-
[not.Q.2.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |kʰʲ|ʉ|꜒|pʰˠ|-
[not.Q.2.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |ɰˤ|u#ː|꜖|ɴˠ|-
[not.Q.2.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |wˤ|u|꜒|ʈʲ|-
[not.Q.2.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ᵏǀʰʷ|a|꜒|pˠ|-
[not.Q.2.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ɴˤ|u|꜖꜒|hkʷ|-
[not.Q.2.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ᵏǃʼʷ|a|꜒|ɻˠ|-
[not.Q.2.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |kʰˠ|i#|꜖꜒|pʲ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |nʲ|u|̰꜒|t͡ʃ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |n̥ˤ|ʉ|̰꜖|kʰʷ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |sˠ|a#|꜒|qʷ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃˤ|u#|̰꜒|hkˠ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |kʼˤ|i|꜒|ʡˠ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |pˠ|i|꜖|tʰˤ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |ɥˠ|u|̰꜖|ɴʷ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |tʲ|i#ː|̰꜒|ʋˠ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |kˤ|i|꜒꜖|ʛˠ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |tɬʲ|ʉː|꜖|rˠ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |kʼˠ|uː|̰꜖|h|-
[not.Q.2.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |qˤ|u#ː|꜒꜖|t͡sʷ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ʜʲ|ᵊ|̰꜖|ɰʲ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |pʼʲ|i#|̰꜖|n̥ʲ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |tɬˠ|i|꜖|ʛʷ|-
[not.Q.2.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |ŋ̥ʷ|i|꜒꜖|wʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ŋʷ|ʉ|꜒꜖|ŋˠ|-
[not.Q.2.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ᵏǃˤ|ᵊ|̰꜖|ʔ|-
[not.Q.2.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |ᵏǃʷ|ʉ#ː|꜖|ɾˠ|-
[not.Q.2.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ɾʷ|i#ː|̰꜒|ɠˤ|-
[not.Q.2.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |ɹˠ|i|꜒꜖|lʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ɰʲ|a|꜒꜖|rʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.active.optative.PRES] => |ɳ̥ʲ|ᵊ|꜖꜒|ŋ̥ʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ŋˠ|a#|꜒|ɻʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |tʰˠ|ᵊ|̰꜒|tʰʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |ᵏǃʲ|i#|꜖꜒|ʄʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |ɠˤ|ᵊ|̰꜖|qʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ʃʲ|u#ː|꜒|mˠ|-
[not.Q.2.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |qʼˤ|i|̰꜖|tɬʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |rˠ|u|꜒|qʲ|-
[not.Q.2.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |tʼˠ|a|꜖|qʼˤ|-
[not.Q.2.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |ᵏǁʼʲ|iː|̰꜒|rʷ|-
[not.Q.2.3.cl.4.1incl.NEG.active.indicative.PRES] => |ᵏǃʼʲ|i#ː|꜖꜒|hkʷ|-
[not.Q.2.3.cl.4.1incl.NEG.active.indicative.PAST] => |r̥ˤ|a|̰꜒|ʋˠ|-
[not.Q.2.3.cl.4.1incl.NEG.active.imperative.PRES] => |r̥ʲ|uː|̰꜒|ɗʷ|-
[not.Q.2.3.cl.4.1incl.NEG.active.imperative.PAST] => |ᵏǀʰʷ|ʉː|꜖꜒|ʈʼˠ|-
[not.Q.2.3.cl.4.1incl.NEG.active.conditional.PRES] => |ɹʷ|iː|꜖|kʰˤ|-
[not.Q.2.3.cl.4.1incl.NEG.active.conditional.PAST] => |qʼʲ|i|꜒|ʡˠ|-
[not.Q.2.3.cl.4.1incl.NEG.active.optative.PRES] => |nʲ|ᵊ|꜒꜖|ɳʲ|-
[not.Q.2.3.cl.4.1incl.NEG.active.optative.PAST] => |r̥ˠ|a#ː|̰꜖|tˠ|-
[not.Q.2.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ᵑǃˠ|ʉ|꜒꜖|ɠʷ|-
[not.Q.2.3.cl.4.1incl.NEG.passive.indicative.PAST] => |n̥ˠ|u|꜖꜒|tʰˤ|-
[not.Q.2.3.cl.4.1incl.NEG.passive.imperative.PRES] => |ʈˠ|i#|̰꜒|ʈʼʲ|-
[not.Q.2.3.cl.4.1incl.NEG.passive.imperative.PAST] => |qʼˤ|ʉ|꜖꜒|ɳˠ|-
[not.Q.2.3.cl.4.1incl.NEG.passive.conditional.PRES] => |kˠ|ʉ#|꜖|wˤ|-
[not.Q.2.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ᵏǃʼʷ|a#|꜖|ɥʲ|-
[not.Q.2.3.cl.4.1incl.NEG.passive.optative.PRES] => |n̥ʲ|i|̰꜖|ɥˤ|-
[not.Q.2.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵑǀʷ|ʉ|꜖|ɾˠ|-
[not.Q.2.3.cl.4.1incl.POS.active.indicative.PRES] => |kʼˠ|ʉ|꜒꜖|tʷ|-
[not.Q.2.3.cl.4.1incl.POS.active.indicative.PAST] => |ᵑǀʲ|a|̰꜒|ʋˠ|-
[not.Q.2.3.cl.4.1incl.POS.active.imperative.PRES] => |ɹʷ|i#ː|̰꜒|m̥ˤ|-
[not.Q.2.3.cl.4.1incl.POS.active.imperative.PAST] => |qʷ|ʉ|̰꜖|sʲ|-
[not.Q.2.3.cl.4.1incl.POS.active.conditional.PRES] => |ɰˠ|i|꜒|ʋʲ|-
[not.Q.2.3.cl.4.1incl.POS.active.conditional.PAST] => |ᵏǀʰˤ|a|̰꜖|mʲ|-
[not.Q.2.3.cl.4.1incl.POS.active.optative.PRES] => |ᵏǃʰʷ|ᵊ|̰꜒|tʼʷ|-
[not.Q.2.3.cl.4.1incl.POS.active.optative.PAST] => |r̥ˠ|a|꜖꜒|pˤ|-
[not.Q.2.3.cl.4.1incl.POS.passive.indicative.PRES] => |ʈˠ|i|꜒꜖|kʼˤ|-
[not.Q.2.3.cl.4.1incl.POS.passive.indicative.PAST] => |n̥ˠ|ʉ|꜖꜒|t͡sˤ|-
[not.Q.2.3.cl.4.1incl.POS.passive.imperative.PRES] => |ᵏǃʷ|a|̰꜒|qˤ|-
[not.Q.2.3.cl.4.1incl.POS.passive.imperative.PAST] => |hkˠ|i|꜒꜖|kʰˠ|-
[not.Q.2.3.cl.4.1incl.POS.passive.conditional.PRES] => |ᵑǃʼˤ|ʉ|꜒|ɾʲ|-
[not.Q.2.3.cl.4.1incl.POS.passive.conditional.PAST] => |ʄˠ|a|̰꜒|lʲ|-
[not.Q.2.3.cl.4.1incl.POS.passive.optative.PRES] => |hʈʲ|u|̰꜖|r̥ˠ|-
[not.Q.2.3.cl.4.1incl.POS.passive.optative.PAST] => |kʲ|ᵊ|꜖|kʼʷ|-
[not.Q.2.3.cl.4.1excl.NEG.active.indicative.PRES] => |ʈʰˠ|u#|꜖|ʜˠ|-
[not.Q.2.3.cl.4.1excl.NEG.active.indicative.PAST] => |ɽʲ|a|꜒꜖|ʛʲ|-
[not.Q.2.3.cl.4.1excl.NEG.active.imperative.PRES] => |hpʲ|a|꜒꜖|ɠˤ|-
[not.Q.2.3.cl.4.1excl.NEG.active.imperative.PAST] => |ɰʲ|u|꜖|tʰˤ|-
[not.Q.2.3.cl.4.1excl.NEG.active.conditional.PRES] => |nʷ|i#|꜒|htʷ|-
[not.Q.2.3.cl.4.1excl.NEG.active.conditional.PAST] => |t͡sˤ|ʉ|꜖꜒|kʼˠ|-
[not.Q.2.3.cl.4.1excl.NEG.active.optative.PRES] => |ᵑǃʼʲ|u|꜒|kʼˠ|-
[not.Q.2.3.cl.4.1excl.NEG.active.optative.PAST] => |ᵏǁʲ|u#ː|꜒꜖|ʋˠ|-
[not.Q.2.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ʛˠ|i|꜖꜒|r̥ʷ|-
[not.Q.2.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ᵏǀˠ|ʉ|̰꜖|ŋ̥ˠ|-
[not.Q.2.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ɗˠ|ʉ#|꜒꜖|ʛʷ|-
[not.Q.2.3.cl.4.1excl.NEG.passive.imperative.PAST] => |hʈʲ|a|꜖|ʋʲ|-
[not.Q.2.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ɴˤ|ᵊ|꜒꜖|ɾʲ|-
[not.Q.2.3.cl.4.1excl.NEG.passive.conditional.PAST] => |hʈʲ|i#ː|̰꜒|pʼˠ|-
[not.Q.2.3.cl.4.1excl.NEG.passive.optative.PRES] => |ᵏǁʰˠ|i|̰꜖|ʛˠ|-
[not.Q.2.3.cl.4.1excl.NEG.passive.optative.PAST] => |ʈˠ|ʉ|꜖꜒|rʷ|-
[not.Q.2.3.cl.4.1excl.POS.active.indicative.PRES] => |ᵑǃʲ|a#|꜒|kʼˠ|-
[not.Q.2.3.cl.4.1excl.POS.active.indicative.PAST] => |ɠˠ|a|꜖꜒|ɽˠ|-
[not.Q.2.3.cl.4.1excl.POS.active.imperative.PRES] => |ᵑǁˠ|a#|꜒|tʼʲ|-
[not.Q.2.3.cl.4.1excl.POS.active.imperative.PAST] => |m̥ʲ|i|꜒|ɰˠ|-
[not.Q.2.3.cl.4.1excl.POS.active.conditional.PRES] => |ŋ̥ˤ|iː|̰꜒|qʼʷ|-
[not.Q.2.3.cl.4.1excl.POS.active.conditional.PAST] => |ɗˤ|i|꜖꜒|tʰʲ|-
[not.Q.2.3.cl.4.1excl.POS.active.optative.PRES] => |hkʲ|a#ː|꜖|wˤ|-
[not.Q.2.3.cl.4.1excl.POS.active.optative.PAST] => |ʈʼˠ|i|̰꜖|ʃʲ|-
[not.Q.2.3.cl.4.1excl.POS.passive.indicative.PRES] => |ᵏǃʷ|a|꜖|tʰʲ|-
[not.Q.2.3.cl.4.1excl.POS.passive.indicative.PAST] => |nˠ|ᵊ|꜒꜖|ʡʲ|-
[not.Q.2.3.cl.4.1excl.POS.passive.imperative.PRES] => |ᵑǀʼˠ|aː|꜖|n̥ʷ|-
[not.Q.2.3.cl.4.1excl.POS.passive.imperative.PAST] => |ɹʲ|i|̰꜖|ɳ̥ˠ|-
[not.Q.2.3.cl.4.1excl.POS.passive.conditional.PRES] => |d͡ʐʲ|u|꜖|h|-
[not.Q.2.3.cl.4.1excl.POS.passive.conditional.PAST] => |ᵑǃʼˠ|ᵊ|̰꜒|t͡ʂʲ|-
[not.Q.2.3.cl.4.1excl.POS.passive.optative.PRES] => |ᵑǀʼʷ|i|꜒|ɾʲ|-
[not.Q.2.3.cl.4.1excl.POS.passive.optative.PAST] => |ŋ̥ʲ|ᵊ|̰꜒|ʈʼʲ|-
[not.Q.2.3.cl.4.2.NEG.active.indicative.PRES] => |ᵑǀʼˤ|ʉ#|̰꜒|j|-
[not.Q.2.3.cl.4.2.NEG.active.indicative.PAST] => |ɴˠ|a|꜒|mˤ|-
[not.Q.2.3.cl.4.2.NEG.active.imperative.PRES] => |m̥ʲ|a|̰꜒|pˠ|-
[not.Q.2.3.cl.4.2.NEG.active.imperative.PAST] => |tˤ|ʉ#ː|꜖|qʷ|-
[not.Q.2.3.cl.4.2.NEG.active.conditional.PRES] => |ᵏǀʰʷ|iː|꜖|kʲ|-
[not.Q.2.3.cl.4.2.NEG.active.conditional.PAST] => |kʼˤ|a|̰꜖|ʛˠ|-
[not.Q.2.3.cl.4.2.NEG.active.optative.PRES] => |ɰʲ|u#ː|꜒|qʼˠ|-
[not.Q.2.3.cl.4.2.NEG.active.optative.PAST] => |tʰˤ|ᵊ|꜖|qʷ|-
[not.Q.2.3.cl.4.2.NEG.passive.indicative.PRES] => |ŋˠ|a#|̰꜒|rʷ|-
[not.Q.2.3.cl.4.2.NEG.passive.indicative.PAST] => |ᵏǀʼʲ|uː|꜒|ʈʼˠ|-
[not.Q.2.3.cl.4.2.NEG.passive.imperative.PRES] => |ᵏǁʰʲ|ʉː|꜖|pʼˠ|-
[not.Q.2.3.cl.4.2.NEG.passive.imperative.PAST] => |tʼʲ|i|꜒|kˤ|-
[not.Q.2.3.cl.4.2.NEG.passive.conditional.PRES] => |ᵏǃʰˠ|i|̰꜖|ɾʲ|-
[not.Q.2.3.cl.4.2.NEG.passive.conditional.PAST] => |ᵑǁʼʲ|i#ː|꜒|qʼˠ|-
[not.Q.2.3.cl.4.2.NEG.passive.optative.PRES] => |ᵑǀʷ|ʉ|꜒|ʛʲ|-
[not.Q.2.3.cl.4.2.NEG.passive.optative.PAST] => |kʰˠ|u|꜖꜒|tʰˤ|-
[not.Q.2.3.cl.4.2.POS.active.indicative.PRES] => |hpʲ|u|꜒|wʲ|-
[not.Q.2.3.cl.4.2.POS.active.indicative.PAST] => |ɴˠ|i|꜖|sˤ|-
[not.Q.2.3.cl.4.2.POS.active.imperative.PRES] => |ŋ̥ˠ|ʉ|꜒|hkˠ|-
[not.Q.2.3.cl.4.2.POS.active.imperative.PAST] => |qʲ|iː|꜖꜒|qʼˤ|-
[not.Q.2.3.cl.4.2.POS.active.conditional.PRES] => |d͡ʐˠ|uː|꜖꜒|ɰˤ|-
[not.Q.2.3.cl.4.2.POS.active.conditional.PAST] => |ʔ|iː|꜒꜖|tˠ|-
[not.Q.2.3.cl.4.2.POS.active.optative.PRES] => |h|i|꜖|ʂʲ|-
[not.Q.2.3.cl.4.2.POS.active.optative.PAST] => |ᵑǁʼˠ|uː|꜒꜖|ɹˠ|-
[not.Q.2.3.cl.4.2.POS.passive.indicative.PRES] => |h|u|̰꜖|hkʷ|-
[not.Q.2.3.cl.4.2.POS.passive.indicative.PAST] => |tʰˠ|a|꜒꜖|sˤ|-
[not.Q.2.3.cl.4.2.POS.passive.imperative.PRES] => |ᵏǁˠ|a|꜖|ʂˠ|-
[not.Q.2.3.cl.4.2.POS.passive.imperative.PAST] => |ɻʲ|u|꜒|t͡sˤ|-
[not.Q.2.3.cl.4.2.POS.passive.conditional.PRES] => |wˤ|i|̰꜖|sˠ|-
[not.Q.2.3.cl.4.2.POS.passive.conditional.PAST] => |kʷ|ʉ#ː|꜖|tʲ|-
[not.Q.2.3.cl.4.2.POS.passive.optative.PRES] => |ŋ̥ʲ|u#ː|꜖꜒|nʷ|-
[not.Q.2.3.cl.4.2.POS.passive.optative.PAST] => |ᵑǀʼʷ|i|̰꜒|wʲ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |ʃˠ|iː|꜒꜖|ɹʷ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ɗʷ|i|꜒|ʜˠ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |qʷ|a#ː|̰꜒|nˠ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |sˤ|ʉ#ː|꜒꜖|ŋʷ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |ɗʷ|iː|̰꜖|ʂˠ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ɰˠ|i#ː|꜒꜖|ʃʲ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ɳʲ|ᵊ|̰꜒|qʼˠ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ɻʲ|i#|꜖|sʷ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |ʡʲ|iː|̰꜖|ʃˠ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |t͡ʂˠ|uː|꜖꜒|hʈʲ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ʈʼʲ|i|꜖|j|-
[not.Q.2.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |kʲ|ᵊ|꜖꜒|qʼˠ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ʔ|a|̰꜒|ɹˠ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ʜˠ|a|꜒꜖|wʲ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |qʼˠ|i|꜖|n̥ˠ|-
[not.Q.2.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ᵏǁʼʲ|a|꜒꜖|nʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |ɭʲ|a|̰꜒|tˤ|-
[not.Q.2.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ʋʲ|iː|̰꜒|ʄʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |j|ᵊ|꜖꜒|ɹˤ|-
[not.Q.2.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ᵏǀˠ|ʉ|̰꜒|ʃʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |wˤ|ᵊ|꜒꜖|kʼʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ᵑǁˠ|a|꜒|m̥ˤ|-
[not.Q.2.3.cl.4.3.cl.1.POS.active.optative.PRES] => |tʰʲ|i#ː|꜒|qʼˠ|-
[not.Q.2.3.cl.4.3.cl.1.POS.active.optative.PAST] => |r̥ˤ|ʉ|꜖|d͡ʐʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |ᵑǀʲ|ʉ|꜒꜖|mʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |sˠ|u|̰꜒|ɳʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʼˤ|u|꜒|d͡ʐʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ɹˤ|uː|꜖꜒|ɰˤ|-
[not.Q.2.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʰʷ|ᵊ|꜒꜖|pʼˤ|-
[not.Q.2.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |nˤ|a|꜖|ɴˠ|-
[not.Q.2.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |t͡sˠ|u|̰꜒|ɴʲ|-
[not.Q.2.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |tʼˠ|i|꜒|kˤ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |lʲ|aː|꜒|kʼʷ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |tʷ|ᵊ|̰꜒|kʰʲ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ɥʲ|u|꜒꜖|pˠ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |j|a#|꜒꜖|ŋˤ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |d͡ʐʲ|aː|̰꜒|rʲ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |pʰˠ|a|꜒꜖|d͡ʐˠ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ᵑǃʼˠ|ᵊ|꜒꜖|pʼˠ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |ᵏǁʰˠ|u#ː|̰꜖|r̥ʲ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |ɴˠ|i|꜒꜖|ʃʲ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |wˤ|a|̰꜒|ɰˤ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |pʰˤ|aː|꜖꜒|wˤ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |kˠ|a|̰꜖|ŋ̥ˠ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |kʼʲ|u|̰꜒|ɹˤ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǃʰˠ|ᵊ|꜒꜖|lˠ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |kʼˤ|i#|꜖꜒|ʜˠ|-
[not.Q.2.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ᵑǀʲ|a|꜖꜒|ɳʲ|-
[not.Q.2.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ʈʼʲ|u|̰꜖|lˠ|-
[not.Q.2.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ɰˤ|u|꜖꜒|pʰˤ|-
[not.Q.2.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |t͡sˠ|i#ː|̰꜖|lˠ|-
[not.Q.2.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |hkʷ|aː|̰꜒|tʼˤ|-
[not.Q.2.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ɗˠ|a#ː|̰꜖|ɰʲ|-
[not.Q.2.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |tɬˠ|iː|꜒꜖|qʷ|-
[not.Q.2.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ɥʲ|ᵊ|꜖꜒|n̥ˠ|-
[not.Q.2.3.cl.4.3.cl.2.POS.active.optative.PAST] => |ʋˠ|ᵊ|꜖꜒|qʼʲ|-
[not.Q.2.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |ɥˠ|a|꜖|nʷ|-
[not.Q.2.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ɠˠ|a|꜖꜒|j|-
[not.Q.2.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |ᵑǀʼʷ|a|̰꜒|kʼˤ|-
[not.Q.2.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ɠˠ|ᵊ|꜒꜖|ŋʷ|-
[not.Q.2.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ɰʲ|i|꜖|ŋ̥ʷ|-
[not.Q.2.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ᵑǁʼˠ|u#ː|꜖꜒|ɾˤ|-
[not.Q.2.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ɓˠ|i#|̰꜖|pʲ|-
[not.Q.2.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ᵏǀʲ|u#ː|̰꜒|t͡sʲ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |kʰˠ|u#|꜒꜖|pʰʲ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |ʛˠ|ᵊ|̰꜒|d͡ʐʲ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |tʲ|i#|̰꜖|wˤ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |ʈʼʲ|iː|̰꜒|ɴˤ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |ʡˠ|ʉ|̰꜖|ɓˠ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |qˠ|ʉ|꜖|ʈʼˠ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ɽˠ|ʉ#|̰꜖|ʃˠ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |kʰʲ|ʉ#|̰꜒|mˤ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |ɥˠ|u|꜖|ɭʲ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ɳ̥ˠ|ʉː|̰꜒|ʜˠ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |ʔ|ʉ#|̰꜒|htʷ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃʷ|i|̰꜒|tʷ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ʂˠ|i|̰꜒|ɴˠ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |r̥ˠ|a|꜖꜒|ʛʲ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |ʈʰˠ|u|꜒|ʜˠ|-
[not.Q.2.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |t͡sˤ|aː|꜖꜒|tʷ|-
[not.Q.2.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |ɰˠ|u|꜖|ʄʲ|-
[not.Q.2.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |hʈˠ|ʉ|꜒|ɗʲ|-
[not.Q.2.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ʂˠ|a|̰꜒|d͡ʐʲ|-
[not.Q.2.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |ɴʷ|ᵊ|꜒|ɾˤ|-
[not.Q.2.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |hkʷ|i|꜖꜒|kʼˤ|-
[not.Q.2.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ɓʲ|u|꜒|wˠ|-
[not.Q.2.3.cl.4.3.cl.3.POS.active.optative.PRES] => |n̥ˠ|aː|꜖|j|-
[not.Q.2.3.cl.4.3.cl.3.POS.active.optative.PAST] => |kˠ|ʉ|꜒꜖|rˠ|-
[not.Q.2.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |t͡sˠ|a|̰꜖|ɳˠ|-
[not.Q.2.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |pʲ|u#ː|꜒|d͡ʐˠ|-
[not.Q.2.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ᵏǀʼˤ|ᵊ|꜒꜖|ɳ̥ʲ|-
[not.Q.2.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ɾˤ|ʉ#ː|̰꜖|h|-
[not.Q.2.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ᵏǃʰˤ|aː|̰꜖|sʷ|-
[not.Q.2.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |ɴˠ|ʉ|꜖꜒|ɾˠ|-
[not.Q.2.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ʄˠ|a|꜒|lˠ|-
[not.Q.2.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |nʷ|a|꜒꜖|ʈʰˠ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |mˤ|i|̰꜒|rˠ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ᵑǀʲ|i|꜖|kʼˤ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ᵏǀʼʲ|u#ː|꜖|tʼˠ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ɠʲ|ᵊ|꜖꜒|pʼʲ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |kʼˤ|i|̰꜖|wˠ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |nˠ|ʉ#|꜒꜖|hkʲ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |kʰʷ|a|꜒|mˠ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |sˠ|uː|꜖|t͡sˤ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |pˠ|u|꜒|ɰˤ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |t͡ʂʲ|ᵊ|꜒꜖|ɠˤ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǀˠ|ʉː|꜖꜒|ʈʰʲ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ʋʲ|iː|꜖꜒|ŋʷ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |nˤ|ʉ#|꜖꜒|kʼˠ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |qʼˤ|ᵊ|̰꜒|ʜʲ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ɾʷ|i|̰꜒|ɰˤ|-
[not.Q.2.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |ɽʲ|ʉː|꜒|t͡sˠ|-
[not.Q.2.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |kˠ|a#|꜖|j|-
[not.Q.2.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ɥˤ|ʉ|꜖|ɗˤ|-
[not.Q.2.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ᵏǁʲ|u#ː|꜒|qʼˤ|-
[not.Q.2.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |htʲ|a|꜒꜖|ɴˤ|-
[not.Q.2.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ɳʲ|ʉ|꜖꜒|ɰʲ|-
[not.Q.2.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |nˠ|ʉ#|꜒|ɗˠ|-
[not.Q.2.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ᵑǃˤ|i|̰꜒|ɹˤ|-
[not.Q.2.3.cl.4.3.cl.4.POS.active.optative.PAST] => |rʷ|a|꜒꜖|ɻʲ|-
[not.Q.2.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |tʰʷ|iː|̰꜖|kʼˠ|-
[not.Q.2.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |mˤ|i|꜒꜖|sʲ|-
[not.Q.2.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |nˤ|uː|̰꜒|t͡ʂˠ|-
[not.Q.2.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |r̥ʷ|a|̰꜖|ɥʲ|-
[not.Q.2.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |ɠˤ|aː|꜒|ɭʲ|-
[not.Q.2.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |htʷ|i#|꜒꜖|ɥʲ|-
[not.Q.2.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |ᵑǃʼʲ|ʉː|꜒꜖|pʼʲ|-
[not.Q.2.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |ᵏǃʼʷ|ʉ|꜖꜒|tʷ|-
[not.Q.3.cl.1.none.1incl.NEG.active.indicative.PRES] => |n̥ˠ|u|꜖|qʼˤ|-
[not.Q.3.cl.1.none.1incl.NEG.active.indicative.PAST] => |ɹˤ|a|꜖|hpˠ|-
[not.Q.3.cl.1.none.1incl.NEG.active.imperative.PRES] => |n̥ʷ|ʉ#ː|꜒꜖|mˠ|-
[not.Q.3.cl.1.none.1incl.NEG.active.imperative.PAST] => |ɰˤ|u|꜖꜒|pʼˠ|-
[not.Q.3.cl.1.none.1incl.NEG.active.conditional.PRES] => |nˤ|aː|꜒꜖|ʡˠ|-
[not.Q.3.cl.1.none.1incl.NEG.active.conditional.PAST] => |tˤ|ʉ|̰꜖|kʼˤ|-
[not.Q.3.cl.1.none.1incl.NEG.active.optative.PRES] => |t͡ʂˠ|a|꜒|ɓʲ|-
[not.Q.3.cl.1.none.1incl.NEG.active.optative.PAST] => |tʰˠ|i#ː|꜒|ʈʼˠ|-
[not.Q.3.cl.1.none.1incl.NEG.passive.indicative.PRES] => |ŋ̥ʲ|i|꜒꜖|ɓˤ|-
[not.Q.3.cl.1.none.1incl.NEG.passive.indicative.PAST] => |tʲ|u#ː|꜒|ɰˤ|-
[not.Q.3.cl.1.none.1incl.NEG.passive.imperative.PRES] => |ɗʷ|a|꜖|ʛʷ|-
[not.Q.3.cl.1.none.1incl.NEG.passive.imperative.PAST] => |htˠ|u|̰꜒|ɾʷ|-
[not.Q.3.cl.1.none.1incl.NEG.passive.conditional.PRES] => |ᵏǃʼˠ|iː|꜒꜖|r̥ʷ|-
[not.Q.3.cl.1.none.1incl.NEG.passive.conditional.PAST] => |ɽʲ|a|꜖|tʼʲ|-
[not.Q.3.cl.1.none.1incl.NEG.passive.optative.PRES] => |j|u|̰꜒|m̥ˤ|-
[not.Q.3.cl.1.none.1incl.NEG.passive.optative.PAST] => |rˠ|ʉ#ː|꜖꜒|pʼˠ|-
[not.Q.3.cl.1.none.1incl.POS.active.indicative.PRES] => |ᵏǀˠ|i#|̰꜖|ɗʷ|-
[not.Q.3.cl.1.none.1incl.POS.active.indicative.PAST] => |ᵏǁˠ|i#ː|̰꜖|ɰˠ|-
[not.Q.3.cl.1.none.1incl.POS.active.imperative.PRES] => |qʼˤ|ʉ#|꜒꜖|ɴʲ|-
[not.Q.3.cl.1.none.1incl.POS.active.imperative.PAST] => |ʛʲ|iː|̰꜖|pʼˠ|-
[not.Q.3.cl.1.none.1incl.POS.active.conditional.PRES] => |ɳ̥ʲ|ʉ#|꜒|sˤ|-
[not.Q.3.cl.1.none.1incl.POS.active.conditional.PAST] => |n̥ʲ|a|꜖|ɗʲ|-
[not.Q.3.cl.1.none.1incl.POS.active.optative.PRES] => |ʡˠ|a|̰꜒|n̥ʲ|-
[not.Q.3.cl.1.none.1incl.POS.active.optative.PAST] => |kˤ|i|̰꜒|ʂʲ|-
[not.Q.3.cl.1.none.1incl.POS.passive.indicative.PRES] => |ɭʲ|iː|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.none.1incl.POS.passive.indicative.PAST] => |n̥ʲ|i|꜒|lˠ|-
[not.Q.3.cl.1.none.1incl.POS.passive.imperative.PRES] => |ɽʲ|aː|꜒꜖|kʼʲ|-
[not.Q.3.cl.1.none.1incl.POS.passive.imperative.PAST] => |nˠ|a#|꜒꜖|tʼˠ|-
[not.Q.3.cl.1.none.1incl.POS.passive.conditional.PRES] => |qʷ|a|̰꜖|ʡʲ|-
[not.Q.3.cl.1.none.1incl.POS.passive.conditional.PAST] => |t͡sˠ|ᵊ|꜖|ɰʲ|-
[not.Q.3.cl.1.none.1incl.POS.passive.optative.PRES] => |ŋ̥ˤ|a|꜖꜒|rʲ|-
[not.Q.3.cl.1.none.1incl.POS.passive.optative.PAST] => |kʲ|ʉ|꜖|ʛˤ|-
[not.Q.3.cl.1.none.1excl.NEG.active.indicative.PRES] => |ᵏǃʰʷ|iː|꜒|kʲ|-
[not.Q.3.cl.1.none.1excl.NEG.active.indicative.PAST] => |ᵑǃʼʷ|ʉ|̰꜖|qˠ|-
[not.Q.3.cl.1.none.1excl.NEG.active.imperative.PRES] => |rˠ|a|꜒|ŋˠ|-
[not.Q.3.cl.1.none.1excl.NEG.active.imperative.PAST] => |ʡʲ|ᵊ|꜒|ɰˠ|-
[not.Q.3.cl.1.none.1excl.NEG.active.conditional.PRES] => |kˤ|i|꜖꜒|ɰˠ|-
[not.Q.3.cl.1.none.1excl.NEG.active.conditional.PAST] => |hpʲ|aː|̰꜒|t͡sʷ|-
[not.Q.3.cl.1.none.1excl.NEG.active.optative.PRES] => |t͡ʂˠ|uː|̰꜒|ɴʲ|-
[not.Q.3.cl.1.none.1excl.NEG.active.optative.PAST] => |ᵏǃʰˠ|a|꜖꜒|qʼʷ|-
[not.Q.3.cl.1.none.1excl.NEG.passive.indicative.PRES] => |kʰʲ|i|̰꜖|ʋˠ|-
[not.Q.3.cl.1.none.1excl.NEG.passive.indicative.PAST] => |ᵏǁʰˠ|ᵊ|꜖꜒|ʛʷ|-
[not.Q.3.cl.1.none.1excl.NEG.passive.imperative.PRES] => |n̥ʲ|i#ː|꜒꜖|pʲ|-
[not.Q.3.cl.1.none.1excl.NEG.passive.imperative.PAST] => |ᵑǃʼˠ|i|̰꜖|kʷ|-
[not.Q.3.cl.1.none.1excl.NEG.passive.conditional.PRES] => |ᵑǀˤ|a|꜖꜒|ŋˤ|-
[not.Q.3.cl.1.none.1excl.NEG.passive.conditional.PAST] => |ᵏǀʲ|u#ː|꜖꜒|tʰʲ|-
[not.Q.3.cl.1.none.1excl.NEG.passive.optative.PRES] => |pʼʲ|ʉ#|̰꜒|qʼʲ|-
[not.Q.3.cl.1.none.1excl.NEG.passive.optative.PAST] => |m̥ˤ|ʉ|꜒|ɠʷ|-
[not.Q.3.cl.1.none.1excl.POS.active.indicative.PRES] => |tʼʷ|ᵊ|꜖꜒|ʈʲ|-
[not.Q.3.cl.1.none.1excl.POS.active.indicative.PAST] => |ᵑǀˤ|uː|̰꜖|htˠ|-
[not.Q.3.cl.1.none.1excl.POS.active.imperative.PRES] => |ᵏǃʰˤ|i#ː|꜒|pʰˠ|-
[not.Q.3.cl.1.none.1excl.POS.active.imperative.PAST] => |ʈʼˠ|uː|꜒꜖|mˠ|-
[not.Q.3.cl.1.none.1excl.POS.active.conditional.PRES] => |ʡʲ|u|̰꜒|lˠ|-
[not.Q.3.cl.1.none.1excl.POS.active.conditional.PAST] => |qʷ|ʉ|꜒|hpʲ|-
[not.Q.3.cl.1.none.1excl.POS.active.optative.PRES] => |ᵑǁˠ|aː|꜖꜒|qˠ|-
[not.Q.3.cl.1.none.1excl.POS.active.optative.PAST] => |ɠˤ|i|꜖꜒|qʷ|-
[not.Q.3.cl.1.none.1excl.POS.passive.indicative.PRES] => |ᵏǃʼʲ|i|꜖꜒|sˠ|-
[not.Q.3.cl.1.none.1excl.POS.passive.indicative.PAST] => |ᵏǃˤ|iː|꜖|r̥ʲ|-
[not.Q.3.cl.1.none.1excl.POS.passive.imperative.PRES] => |ᵑǃˤ|ʉ|̰꜒|t͡sˠ|-
[not.Q.3.cl.1.none.1excl.POS.passive.imperative.PAST] => |ɻʲ|i|꜖|ŋ̥ˤ|-
[not.Q.3.cl.1.none.1excl.POS.passive.conditional.PRES] => |ɳʲ|i#|̰꜒|ʈʲ|-
[not.Q.3.cl.1.none.1excl.POS.passive.conditional.PAST] => |ɴˠ|u|꜖꜒|hkˠ|-
[not.Q.3.cl.1.none.1excl.POS.passive.optative.PRES] => |mˤ|i|̰꜖|ɓʲ|-
[not.Q.3.cl.1.none.1excl.POS.passive.optative.PAST] => |ᵑǁʲ|ʉ|꜖꜒|hkʷ|-
[not.Q.3.cl.1.none.2.NEG.active.indicative.PRES] => |ᵑǀˠ|u#ː|꜒꜖|tɬˠ|-
[not.Q.3.cl.1.none.2.NEG.active.indicative.PAST] => |pʰʲ|u#ː|꜖|ɾˠ|-
[not.Q.3.cl.1.none.2.NEG.active.imperative.PRES] => |t͡ʂʲ|ʉ|꜖꜒|ɹˠ|-
[not.Q.3.cl.1.none.2.NEG.active.imperative.PAST] => |ɓˤ|a|꜖|ʂʲ|-
[not.Q.3.cl.1.none.2.NEG.active.conditional.PRES] => |tʰʲ|ʉ#ː|꜒꜖|ɰˠ|-
[not.Q.3.cl.1.none.2.NEG.active.conditional.PAST] => |ʜʲ|a#|꜖|ɭʲ|-
[not.Q.3.cl.1.none.2.NEG.active.optative.PRES] => |kʼˠ|i|꜖꜒|ʡʲ|-
[not.Q.3.cl.1.none.2.NEG.active.optative.PAST] => |n̥ˤ|a|̰꜒|ɾˤ|-
[not.Q.3.cl.1.none.2.NEG.passive.indicative.PRES] => |hpˠ|a|꜖|ɰˤ|-
[not.Q.3.cl.1.none.2.NEG.passive.indicative.PAST] => |ɹˠ|i|̰꜒|sˠ|-
[not.Q.3.cl.1.none.2.NEG.passive.imperative.PRES] => |ɰˠ|a|̰꜖|kʼʷ|-
[not.Q.3.cl.1.none.2.NEG.passive.imperative.PAST] => |t͡sʷ|ʉː|꜒꜖|ɓʲ|-
[not.Q.3.cl.1.none.2.NEG.passive.conditional.PRES] => |ᵏǀˠ|ᵊ|꜖꜒|ɓˠ|-
[not.Q.3.cl.1.none.2.NEG.passive.conditional.PAST] => |m̥ˤ|i|̰꜖|tʼˤ|-
[not.Q.3.cl.1.none.2.NEG.passive.optative.PRES] => |ᵏǃʼˤ|ʉ#ː|꜖꜒|ɰʷ|-
[not.Q.3.cl.1.none.2.NEG.passive.optative.PAST] => |ᵏǃʰʷ|ʉː|꜒꜖|kʼʷ|-
[not.Q.3.cl.1.none.2.POS.active.indicative.PRES] => |kˠ|a|꜒|ʔ|-
[not.Q.3.cl.1.none.2.POS.active.indicative.PAST] => |ŋ̥ˠ|i|̰꜖|ʈʲ|-
[not.Q.3.cl.1.none.2.POS.active.imperative.PRES] => |qʼˤ|aː|꜖꜒|ʋˤ|-
[not.Q.3.cl.1.none.2.POS.active.imperative.PAST] => |ᵑǃʼˤ|aː|̰꜒|ŋʷ|-
[not.Q.3.cl.1.none.2.POS.active.conditional.PRES] => |ᵏǀʼʷ|ʉ#ː|̰꜖|kʼʲ|-
[not.Q.3.cl.1.none.2.POS.active.conditional.PAST] => |qʲ|ᵊ|꜖꜒|rˤ|-
[not.Q.3.cl.1.none.2.POS.active.optative.PRES] => |ʋˤ|a|̰꜖|ɰʲ|-
[not.Q.3.cl.1.none.2.POS.active.optative.PAST] => |ɴˠ|ᵊ|̰꜒|ɻʲ|-
[not.Q.3.cl.1.none.2.POS.passive.indicative.PRES] => |ɰˠ|a#ː|꜖꜒|tʰʷ|-
[not.Q.3.cl.1.none.2.POS.passive.indicative.PAST] => |qʲ|a#|꜖꜒|n̥ˠ|-
[not.Q.3.cl.1.none.2.POS.passive.imperative.PRES] => |ᵑǁʼʲ|i|̰꜒|ɹˠ|-
[not.Q.3.cl.1.none.2.POS.passive.imperative.PAST] => |ɭˠ|aː|꜒꜖|ɗʷ|-
[not.Q.3.cl.1.none.2.POS.passive.conditional.PRES] => |t͡sˠ|a|̰꜖|ɽˠ|-
[not.Q.3.cl.1.none.2.POS.passive.conditional.PAST] => |ɥˤ|i#|꜒꜖|ɓˠ|-
[not.Q.3.cl.1.none.2.POS.passive.optative.PRES] => |mˤ|a|̰꜖|t͡sʷ|-
[not.Q.3.cl.1.none.2.POS.passive.optative.PAST] => |ᵏǃʰʲ|uː|꜒|ʛʷ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.active.indicative.PRES] => |ɓˤ|aː|꜒꜖|pˤ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʰˤ|a|̰꜖|hpˤ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.active.imperative.PRES] => |hkʷ|a#|̰꜖|n̥ʷ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.active.imperative.PAST] => |r̥ˠ|i#ː|꜒꜖|kʰˤ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.active.conditional.PRES] => |ᵏǀˠ|ᵊ|꜖꜒|htˠ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.active.conditional.PAST] => |kʰʷ|a|̰꜖|ŋʷ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.active.optative.PRES] => |mʲ|ᵊ|꜖|t͡ʃ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.active.optative.PAST] => |ᵏǃˠ|ᵊ|꜖꜒|tʷ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.passive.indicative.PRES] => |m̥ˤ|u|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǀʼʲ|u|꜒|ɠʷ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.passive.imperative.PRES] => |kˠ|a|꜖|ʋˠ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.passive.imperative.PAST] => |tʼʲ|aː|̰꜒|tʰʷ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.passive.conditional.PRES] => |pʼˤ|ʉ|̰꜖|hʈˠ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.passive.conditional.PAST] => |sˤ|uː|̰꜖|ɽˠ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.passive.optative.PRES] => |ɽʲ|a|꜖꜒|pʰʲ|-
[not.Q.3.cl.1.none.3.cl.1.NEG.passive.optative.PAST] => |ɗˤ|ʉ|̰꜒|ʂʲ|-
[not.Q.3.cl.1.none.3.cl.1.POS.active.indicative.PRES] => |tʰʷ|ʉ|꜒|n̥ʷ|-
[not.Q.3.cl.1.none.3.cl.1.POS.active.indicative.PAST] => |ɰʲ|a|꜖꜒|lˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.active.imperative.PRES] => |qʷ|ʉ|꜒꜖|ʄʲ|-
[not.Q.3.cl.1.none.3.cl.1.POS.active.imperative.PAST] => |ᵑǀˤ|aː|̰꜒|ɭˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.active.conditional.PRES] => |ʛˤ|u#|꜖꜒|sʷ|-
[not.Q.3.cl.1.none.3.cl.1.POS.active.conditional.PAST] => |ᵏǁʰˠ|u|̰꜖|ɗʷ|-
[not.Q.3.cl.1.none.3.cl.1.POS.active.optative.PRES] => |ᵏǀʰˤ|ʉ|̰꜖|tʰˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.active.optative.PAST] => |wˠ|a|꜖꜒|kˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.passive.indicative.PRES] => |ʃʲ|ᵊ|꜒|ʋˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.passive.indicative.PAST] => |ᵑǀˠ|u|꜒|n̥ˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.passive.imperative.PRES] => |qˠ|ᵊ|꜒꜖|r̥ˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.passive.imperative.PAST] => |ʋˤ|uː|̰꜒|qʷ|-
[not.Q.3.cl.1.none.3.cl.1.POS.passive.conditional.PRES] => |pʼˤ|aː|꜒꜖|ɾʲ|-
[not.Q.3.cl.1.none.3.cl.1.POS.passive.conditional.PAST] => |tʼʷ|aː|꜒꜖|ŋˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.passive.optative.PRES] => |ʛˤ|i#ː|̰꜒|ʛˠ|-
[not.Q.3.cl.1.none.3.cl.1.POS.passive.optative.PAST] => |kʼʲ|a|̰꜖|ɴˤ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.active.indicative.PRES] => |ᵑǀˠ|u|꜖|ŋ̥ʷ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.active.indicative.PAST] => |ᵏǃʼʷ|a#ː|꜒|n̥ˠ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.active.imperative.PRES] => |t͡sˤ|i|̰꜖|ɾʲ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.active.imperative.PAST] => |ᵑǀʷ|i|꜖|rˠ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.active.conditional.PRES] => |ʈʼˠ|i|꜒|ɰʷ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.active.conditional.PAST] => |hpˤ|ᵊ|꜒|kʼˠ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.active.optative.PRES] => |kʼʲ|ᵊ|̰꜖|ʂˠ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.active.optative.PAST] => |qʲ|u|꜒꜖|t͡sʲ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǃʼˠ|i|꜖꜒|kʲ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.passive.indicative.PAST] => |ᵑǃˤ|ʉ#|꜖|ɳˠ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǃʷ|i|̰꜒|tʼˤ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǃʲ|a|꜖|ʂˠ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.passive.conditional.PRES] => |sʲ|ᵊ|꜒|rˤ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.passive.conditional.PAST] => |t͡sˠ|i|꜖|ʋʲ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.passive.optative.PRES] => |ʃʲ|ʉ|̰꜖|pʼʲ|-
[not.Q.3.cl.1.none.3.cl.2.NEG.passive.optative.PAST] => |ᵏǃʲ|i#ː|꜖|pʼˤ|-
[not.Q.3.cl.1.none.3.cl.2.POS.active.indicative.PRES] => |r̥ʷ|i|̰꜖|tʼʷ|-
[not.Q.3.cl.1.none.3.cl.2.POS.active.indicative.PAST] => |ɹʷ|ᵊ|꜒꜖|ɽʲ|-
[not.Q.3.cl.1.none.3.cl.2.POS.active.imperative.PRES] => |ɳ̥ʲ|a|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.1.none.3.cl.2.POS.active.imperative.PAST] => |ɓˠ|a|꜒|qʷ|-
[not.Q.3.cl.1.none.3.cl.2.POS.active.conditional.PRES] => |ɰʲ|ʉ#ː|꜖꜒|t͡sˠ|-
[not.Q.3.cl.1.none.3.cl.2.POS.active.conditional.PAST] => |ᵏǀʼˠ|ᵊ|̰꜒|ŋ̥ˤ|-
[not.Q.3.cl.1.none.3.cl.2.POS.active.optative.PRES] => |pʲ|ᵊ|꜖꜒|kʰʲ|-
[not.Q.3.cl.1.none.3.cl.2.POS.active.optative.PAST] => |ʛˤ|i#ː|꜖꜒|ɓˠ|-
[not.Q.3.cl.1.none.3.cl.2.POS.passive.indicative.PRES] => |pˠ|u#|̰꜖|nʲ|-
[not.Q.3.cl.1.none.3.cl.2.POS.passive.indicative.PAST] => |ɴˠ|a#ː|꜒|ɴˠ|-
[not.Q.3.cl.1.none.3.cl.2.POS.passive.imperative.PRES] => |ɹʲ|ᵊ|̰꜖|t͡sʲ|-
[not.Q.3.cl.1.none.3.cl.2.POS.passive.imperative.PAST] => |ᵏǀʷ|i|̰꜖|qʷ|-
[not.Q.3.cl.1.none.3.cl.2.POS.passive.conditional.PRES] => |qʷ|ᵊ|꜖|tˠ|-
[not.Q.3.cl.1.none.3.cl.2.POS.passive.conditional.PAST] => |ʛʲ|i|꜖꜒|ʡˠ|-
[not.Q.3.cl.1.none.3.cl.2.POS.passive.optative.PRES] => |ᵏǀʼʷ|a|꜖꜒|kʼʲ|-
[not.Q.3.cl.1.none.3.cl.2.POS.passive.optative.PAST] => |pʼˤ|a|̰꜖|ʋˤ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.active.indicative.PRES] => |kʰʲ|ᵊ|꜖|ɗˠ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.active.indicative.PAST] => |mˤ|iː|̰꜒|ɻˠ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.active.imperative.PRES] => |ɻʲ|ʉ|꜖꜒|ɾʷ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.active.imperative.PAST] => |ᵑǁˠ|ʉ|꜖꜒|n̥ʷ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.active.conditional.PRES] => |n̥ˠ|i|꜒꜖|r̥ˤ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.active.conditional.PAST] => |ɓˠ|ᵊ|꜖꜒|tʼʲ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.active.optative.PRES] => |ʡˠ|i|꜒|tʼʷ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.active.optative.PAST] => |ŋ̥ʷ|a#|꜖|qʼˤ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.passive.indicative.PRES] => |ɰʲ|uː|꜖꜒|t͡sʷ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǃʼˤ|i|̰꜖|ɾˤ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.passive.imperative.PRES] => |ʄˠ|ʉ|꜒|ɰʷ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.passive.imperative.PAST] => |ɥʲ|u#ː|̰꜖|hʈˠ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.passive.conditional.PRES] => |tʰˠ|uː|꜒|ʈʼʲ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.passive.conditional.PAST] => |ʜˠ|i#ː|꜖꜒|ʃˠ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.passive.optative.PRES] => |ᵏǀʷ|a#|̰꜖|kʰʲ|-
[not.Q.3.cl.1.none.3.cl.3.NEG.passive.optative.PAST] => |kʲ|ʉ#ː|̰꜒|ʈʰˠ|-
[not.Q.3.cl.1.none.3.cl.3.POS.active.indicative.PRES] => |ɗˠ|iː|̰꜒|ɹʲ|-
[not.Q.3.cl.1.none.3.cl.3.POS.active.indicative.PAST] => |ʃʲ|u#ː|꜖꜒|pʰˠ|-
[not.Q.3.cl.1.none.3.cl.3.POS.active.imperative.PRES] => |tʰʷ|i#ː|꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.none.3.cl.3.POS.active.imperative.PAST] => |tʲ|a#|꜖꜒|sˠ|-
[not.Q.3.cl.1.none.3.cl.3.POS.active.conditional.PRES] => |hʈʲ|i|꜖꜒|ʡˠ|-
[not.Q.3.cl.1.none.3.cl.3.POS.active.conditional.PAST] => |ʈʼʲ|i|̰꜖|ɴˠ|-
[not.Q.3.cl.1.none.3.cl.3.POS.active.optative.PRES] => |htˤ|ʉ|꜖|m̥ˤ|-
[not.Q.3.cl.1.none.3.cl.3.POS.active.optative.PAST] => |ɹʲ|uː|꜒꜖|ɭˠ|-
[not.Q.3.cl.1.none.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʼʲ|i|̰꜒|j|-
[not.Q.3.cl.1.none.3.cl.3.POS.passive.indicative.PAST] => |tɬˠ|ʉ|꜖꜒|ɗʲ|-
[not.Q.3.cl.1.none.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀʼʲ|a|̰꜖|qʲ|-
[not.Q.3.cl.1.none.3.cl.3.POS.passive.imperative.PAST] => |mˤ|i|̰꜒|tɬˠ|-
[not.Q.3.cl.1.none.3.cl.3.POS.passive.conditional.PRES] => |tˤ|u#ː|꜖|kʼˤ|-
[not.Q.3.cl.1.none.3.cl.3.POS.passive.conditional.PAST] => |tʼˠ|a|̰꜒|wʲ|-
[not.Q.3.cl.1.none.3.cl.3.POS.passive.optative.PRES] => |t͡sʲ|ʉ|꜖|ʛʲ|-
[not.Q.3.cl.1.none.3.cl.3.POS.passive.optative.PAST] => |ᵑǀʼˠ|i#|̰꜒|h|-
[not.Q.3.cl.1.none.3.cl.4.NEG.active.indicative.PRES] => |ᵑǀʼˠ|u|̰꜖|ɳ̥ˠ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.active.indicative.PAST] => |ᵑǀʼʷ|a#|꜖|ʡˠ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.active.imperative.PRES] => |ᵏǀʷ|aː|꜒|ʃʲ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.active.imperative.PAST] => |ʜˠ|a|꜒꜖|ɹˠ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.active.conditional.PRES] => |n̥ʷ|i|꜖꜒|htʲ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.active.conditional.PAST] => |qʼʲ|a#ː|̰꜒|ɠʷ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.active.optative.PRES] => |ɰʷ|i|꜖꜒|pʲ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.active.optative.PAST] => |hkʷ|i|̰꜖|kˤ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.passive.indicative.PRES] => |mˠ|uː|꜖|sʲ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.passive.indicative.PAST] => |ʛʲ|ᵊ|꜖|ʂʲ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.passive.imperative.PRES] => |ɠˤ|i|̰꜖|nʷ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.passive.imperative.PAST] => |nˤ|a|꜖|t͡sˠ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.passive.conditional.PRES] => |ʜʲ|i#|꜒꜖|ɗʷ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.passive.conditional.PAST] => |kʰˠ|a|꜒꜖|ɗˤ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.passive.optative.PRES] => |ᵑǃʼʲ|ᵊ|꜖|ɥʲ|-
[not.Q.3.cl.1.none.3.cl.4.NEG.passive.optative.PAST] => |tʰʲ|uː|꜒|ɳ̥ʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.active.indicative.PRES] => |kʰˤ|a|꜒|qʼˤ|-
[not.Q.3.cl.1.none.3.cl.4.POS.active.indicative.PAST] => |ŋ̥ʷ|i|꜖꜒|rʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.active.imperative.PRES] => |ʛˠ|ʉ|꜒꜖|rʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.active.imperative.PAST] => |nʲ|i#ː|꜒|ŋ̥ʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.active.conditional.PRES] => |m̥ˠ|ʉ#|꜒|tʼʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.active.conditional.PAST] => |ᵑǀˤ|ʉ#ː|꜖꜒|ɽʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.active.optative.PRES] => |t͡sˤ|uː|꜒|ɹʷ|-
[not.Q.3.cl.1.none.3.cl.4.POS.active.optative.PAST] => |ɴʷ|ᵊ|꜖|t͡ʃ|-
[not.Q.3.cl.1.none.3.cl.4.POS.passive.indicative.PRES] => |ᵑǃʼʷ|ʉ|̰꜖|ɠʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.passive.indicative.PAST] => |ᵏǃʲ|a|̰꜖|t͡sʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.passive.imperative.PRES] => |ᵏǀʰʷ|iː|̰꜖|ʈʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.passive.imperative.PAST] => |ʄʲ|ʉ|̰꜖|r̥ʷ|-
[not.Q.3.cl.1.none.3.cl.4.POS.passive.conditional.PRES] => |ŋ̥ˤ|aː|꜖꜒|mˠ|-
[not.Q.3.cl.1.none.3.cl.4.POS.passive.conditional.PAST] => |ʡʲ|ʉ|̰꜖|mʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.passive.optative.PRES] => |ᵏǃʰˤ|a|꜖|mʲ|-
[not.Q.3.cl.1.none.3.cl.4.POS.passive.optative.PAST] => |ɠʲ|ʉː|̰꜒|ɰˠ|-
[not.Q.3.cl.1.1incl.1incl.NEG.active.indicative.PRES] => |ɠˠ|u#|꜖|qʼˤ|-
[not.Q.3.cl.1.1incl.1incl.NEG.active.indicative.PAST] => |ɰˠ|uː|꜒|ŋʷ|-
[not.Q.3.cl.1.1incl.1incl.NEG.active.imperative.PRES] => |ʈʼʲ|ᵊ|꜖꜒|nˤ|-
[not.Q.3.cl.1.1incl.1incl.NEG.active.imperative.PAST] => |ᵏǀʰˠ|aː|̰꜖|lˠ|-
[not.Q.3.cl.1.1incl.1incl.NEG.active.conditional.PRES] => |ᵑǀʲ|ᵊ|꜖|ŋ̥ˤ|-
[not.Q.3.cl.1.1incl.1incl.NEG.active.conditional.PAST] => |pʰʲ|a#|꜖|ɾˠ|-
[not.Q.3.cl.1.1incl.1incl.NEG.active.optative.PRES] => |hkʲ|i#ː|̰꜒|j|-
[not.Q.3.cl.1.1incl.1incl.NEG.active.optative.PAST] => |sʷ|ʉ|̰꜒|wʲ|-
[not.Q.3.cl.1.1incl.1incl.NEG.passive.indicative.PRES] => |m̥ˤ|ᵊ|꜒|t͡sʲ|-
[not.Q.3.cl.1.1incl.1incl.NEG.passive.indicative.PAST] => |ɠˠ|u|꜖|ɗʲ|-
[not.Q.3.cl.1.1incl.1incl.NEG.passive.imperative.PRES] => |ᵏǃʼʷ|iː|꜖|ɻʲ|-
[not.Q.3.cl.1.1incl.1incl.NEG.passive.imperative.PAST] => |nˠ|i|̰꜒|ʡʲ|-
[not.Q.3.cl.1.1incl.1incl.NEG.passive.conditional.PRES] => |qˠ|uː|꜖꜒|t͡ʃ|-
[not.Q.3.cl.1.1incl.1incl.NEG.passive.conditional.PAST] => |hkˠ|ʉ|꜒꜖|m̥ʲ|-
[not.Q.3.cl.1.1incl.1incl.NEG.passive.optative.PRES] => |hpˠ|a|꜒꜖|qʼˤ|-
[not.Q.3.cl.1.1incl.1incl.NEG.passive.optative.PAST] => |pˠ|ᵊ|꜒꜖|ʄˠ|-
[not.Q.3.cl.1.1incl.1incl.POS.active.indicative.PRES] => |ʋʲ|aː|̰꜒|tɬʲ|-
[not.Q.3.cl.1.1incl.1incl.POS.active.indicative.PAST] => |ᵑǃʼˤ|a|꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.1incl.1incl.POS.active.imperative.PRES] => |ɽˠ|uː|꜒꜖|nˤ|-
[not.Q.3.cl.1.1incl.1incl.POS.active.imperative.PAST] => |ᵑǀʼˤ|i|̰꜖|ɰˠ|-
[not.Q.3.cl.1.1incl.1incl.POS.active.conditional.PRES] => |ᵑǀʲ|u|꜖|ʈʰˠ|-
[not.Q.3.cl.1.1incl.1incl.POS.active.conditional.PAST] => |ŋ̥ʷ|i|꜒꜖|rʷ|-
[not.Q.3.cl.1.1incl.1incl.POS.active.optative.PRES] => |n̥ʲ|ᵊ|꜒꜖|n̥ʲ|-
[not.Q.3.cl.1.1incl.1incl.POS.active.optative.PAST] => |ᵑǃˠ|i#|̰꜖|ʂˠ|-
[not.Q.3.cl.1.1incl.1incl.POS.passive.indicative.PRES] => |ɻˠ|i#ː|꜒|t͡sˠ|-
[not.Q.3.cl.1.1incl.1incl.POS.passive.indicative.PAST] => |qʲ|iː|꜒|ŋ̥ˤ|-
[not.Q.3.cl.1.1incl.1incl.POS.passive.imperative.PRES] => |ŋˠ|i|꜖|ʛˠ|-
[not.Q.3.cl.1.1incl.1incl.POS.passive.imperative.PAST] => |tˠ|a#ː|꜖|pʰˤ|-
[not.Q.3.cl.1.1incl.1incl.POS.passive.conditional.PRES] => |ɰˠ|a#ː|꜒|kʷ|-
[not.Q.3.cl.1.1incl.1incl.POS.passive.conditional.PAST] => |mʲ|ʉ|̰꜒|r̥ˠ|-
[not.Q.3.cl.1.1incl.1incl.POS.passive.optative.PRES] => |ᵏǀʼʲ|a|̰꜒|nʲ|-
[not.Q.3.cl.1.1incl.1incl.POS.passive.optative.PAST] => |ɭˠ|uː|̰꜖|wˤ|-
[not.Q.3.cl.1.1incl.1excl.NEG.active.indicative.PRES] => |ʈʲ|i|̰꜒|ʈʰˠ|-
[not.Q.3.cl.1.1incl.1excl.NEG.active.indicative.PAST] => |ᵑǁʼʲ|iː|꜖|qʼˤ|-
[not.Q.3.cl.1.1incl.1excl.NEG.active.imperative.PRES] => |hʈʲ|i|꜖|hpˤ|-
[not.Q.3.cl.1.1incl.1excl.NEG.active.imperative.PAST] => |m̥ˤ|uː|꜖|ʈˠ|-
[not.Q.3.cl.1.1incl.1excl.NEG.active.conditional.PRES] => |tʰˤ|aː|̰꜖|ʜˠ|-
[not.Q.3.cl.1.1incl.1excl.NEG.active.conditional.PAST] => |r̥ʷ|iː|꜖|ʈʼˠ|-
[not.Q.3.cl.1.1incl.1excl.NEG.active.optative.PRES] => |hʈˠ|iː|꜖꜒|ʋˠ|-
[not.Q.3.cl.1.1incl.1excl.NEG.active.optative.PAST] => |pˠ|ᵊ|꜖꜒|qʼˤ|-
[not.Q.3.cl.1.1incl.1excl.NEG.passive.indicative.PRES] => |htˤ|ʉ|̰꜒|ɴˠ|-
[not.Q.3.cl.1.1incl.1excl.NEG.passive.indicative.PAST] => |ɠʷ|ᵊ|꜒|ɥʲ|-
[not.Q.3.cl.1.1incl.1excl.NEG.passive.imperative.PRES] => |ɥˤ|uː|̰꜖|ɹʲ|-
[not.Q.3.cl.1.1incl.1excl.NEG.passive.imperative.PAST] => |ʈʲ|i|̰꜖|tʼʷ|-
[not.Q.3.cl.1.1incl.1excl.NEG.passive.conditional.PRES] => |ᵑǀʼʲ|u|̰꜒|qʼʷ|-
[not.Q.3.cl.1.1incl.1excl.NEG.passive.conditional.PAST] => |m̥ˠ|i|꜖|ŋˠ|-
[not.Q.3.cl.1.1incl.1excl.NEG.passive.optative.PRES] => |nʷ|aː|꜒꜖|ɓʲ|-
[not.Q.3.cl.1.1incl.1excl.NEG.passive.optative.PAST] => |pʰˠ|i#ː|̰꜒|ɾʷ|-
[not.Q.3.cl.1.1incl.1excl.POS.active.indicative.PRES] => |ɓʲ|ᵊ|̰꜖|pʼˤ|-
[not.Q.3.cl.1.1incl.1excl.POS.active.indicative.PAST] => |ɠˤ|aː|꜒꜖|ɹˠ|-
[not.Q.3.cl.1.1incl.1excl.POS.active.imperative.PRES] => |hkʷ|i|꜒꜖|ʜˠ|-
[not.Q.3.cl.1.1incl.1excl.POS.active.imperative.PAST] => |ᵏǃˠ|i|̰꜖|d͡ʐˠ|-
[not.Q.3.cl.1.1incl.1excl.POS.active.conditional.PRES] => |ᵑǁˠ|ʉː|̰꜖|t͡ʃ|-
[not.Q.3.cl.1.1incl.1excl.POS.active.conditional.PAST] => |ɗʲ|a|꜖꜒|mˤ|-
[not.Q.3.cl.1.1incl.1excl.POS.active.optative.PRES] => |qʼʷ|ᵊ|̰꜒|ʂˠ|-
[not.Q.3.cl.1.1incl.1excl.POS.active.optative.PAST] => |ɓˤ|ᵊ|̰꜖|ɰˤ|-
[not.Q.3.cl.1.1incl.1excl.POS.passive.indicative.PRES] => |ŋ̥ˤ|iː|꜒|ɭʲ|-
[not.Q.3.cl.1.1incl.1excl.POS.passive.indicative.PAST] => |ɻʲ|a#ː|꜖꜒|tɬˠ|-
[not.Q.3.cl.1.1incl.1excl.POS.passive.imperative.PRES] => |ᵏǃʰʲ|u|꜖꜒|t͡sʲ|-
[not.Q.3.cl.1.1incl.1excl.POS.passive.imperative.PAST] => |ᵏǃʼʷ|i|꜒|ɳʲ|-
[not.Q.3.cl.1.1incl.1excl.POS.passive.conditional.PRES] => |t͡ʂˠ|ʉ|꜒|tʷ|-
[not.Q.3.cl.1.1incl.1excl.POS.passive.conditional.PAST] => |nʷ|ᵊ|꜖|ɠʲ|-
[not.Q.3.cl.1.1incl.1excl.POS.passive.optative.PRES] => |ᵑǃʼʲ|ʉ|꜒꜖|pʼʲ|-
[not.Q.3.cl.1.1incl.1excl.POS.passive.optative.PAST] => |tʼʷ|i|̰꜖|ɰʲ|-
[not.Q.3.cl.1.1incl.2.NEG.active.indicative.PRES] => |ᵑǀʼˠ|ʉ#|̰꜖|ɹˠ|-
[not.Q.3.cl.1.1incl.2.NEG.active.indicative.PAST] => |ɗʲ|ᵊ|꜒꜖|qʼˠ|-
[not.Q.3.cl.1.1incl.2.NEG.active.imperative.PRES] => |pʰˠ|i|꜖|ʜʲ|-
[not.Q.3.cl.1.1incl.2.NEG.active.imperative.PAST] => |ɰʲ|i|꜖꜒|qˠ|-
[not.Q.3.cl.1.1incl.2.NEG.active.conditional.PRES] => |h|a|꜒꜖|n̥ˤ|-
[not.Q.3.cl.1.1incl.2.NEG.active.conditional.PAST] => |ᵏǃʰˠ|ʉ|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.1.1incl.2.NEG.active.optative.PRES] => |ᵏǁˠ|a|꜒|hʈˠ|-
[not.Q.3.cl.1.1incl.2.NEG.active.optative.PAST] => |ʈʲ|i|꜖꜒|ʈʼˠ|-
[not.Q.3.cl.1.1incl.2.NEG.passive.indicative.PRES] => |ɹʷ|ᵊ|꜖|ʄˠ|-
[not.Q.3.cl.1.1incl.2.NEG.passive.indicative.PAST] => |ʃˠ|i#|̰꜒|wˤ|-
[not.Q.3.cl.1.1incl.2.NEG.passive.imperative.PRES] => |d͡ʐˠ|ʉ#ː|̰꜖|ɴˤ|-
[not.Q.3.cl.1.1incl.2.NEG.passive.imperative.PAST] => |ɹʲ|u#|꜒|pʲ|-
[not.Q.3.cl.1.1incl.2.NEG.passive.conditional.PRES] => |ɻˠ|i|꜖꜒|pˠ|-
[not.Q.3.cl.1.1incl.2.NEG.passive.conditional.PAST] => |t͡sˠ|ʉ#ː|̰꜒|pʰʲ|-
[not.Q.3.cl.1.1incl.2.NEG.passive.optative.PRES] => |ᵏǀˠ|a#ː|̰꜖|ɭʲ|-
[not.Q.3.cl.1.1incl.2.NEG.passive.optative.PAST] => |d͡ʐˠ|iː|꜖|m̥ˠ|-
[not.Q.3.cl.1.1incl.2.POS.active.indicative.PRES] => |ɹʲ|i|꜒꜖|hkˤ|-
[not.Q.3.cl.1.1incl.2.POS.active.indicative.PAST] => |ᵑǃʼˤ|iː|꜒|pˠ|-
[not.Q.3.cl.1.1incl.2.POS.active.imperative.PRES] => |ᵑǀʼʷ|i#|꜖꜒|sˠ|-
[not.Q.3.cl.1.1incl.2.POS.active.imperative.PAST] => |t͡sʷ|a|꜒|mˤ|-
[not.Q.3.cl.1.1incl.2.POS.active.conditional.PRES] => |ɠˤ|i#|꜖|sˤ|-
[not.Q.3.cl.1.1incl.2.POS.active.conditional.PAST] => |mˤ|ʉ|̰꜒|ɠˠ|-
[not.Q.3.cl.1.1incl.2.POS.active.optative.PRES] => |ᵏǁʼʲ|uː|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.1incl.2.POS.active.optative.PAST] => |tʰʷ|iː|̰꜖|mˠ|-
[not.Q.3.cl.1.1incl.2.POS.passive.indicative.PRES] => |htˤ|i|̰꜒|kˠ|-
[not.Q.3.cl.1.1incl.2.POS.passive.indicative.PAST] => |nʷ|ᵊ|꜖꜒|j|-
[not.Q.3.cl.1.1incl.2.POS.passive.imperative.PRES] => |htˤ|ʉ|̰꜖|n̥ʲ|-
[not.Q.3.cl.1.1incl.2.POS.passive.imperative.PAST] => |n̥ʷ|ʉ|꜒꜖|lˠ|-
[not.Q.3.cl.1.1incl.2.POS.passive.conditional.PRES] => |pˠ|u#|꜒꜖|ʈʰˠ|-
[not.Q.3.cl.1.1incl.2.POS.passive.conditional.PAST] => |ɰʲ|i#ː|꜒|ɠʲ|-
[not.Q.3.cl.1.1incl.2.POS.passive.optative.PRES] => |hpʲ|ᵊ|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.1.1incl.2.POS.passive.optative.PAST] => |ɾˠ|a|꜒꜖|ŋˠ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.active.indicative.PRES] => |ɰʷ|ᵊ|꜖꜒|lʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.active.indicative.PAST] => |kˠ|a#|꜒|t͡sʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.active.imperative.PRES] => |wˠ|aː|꜒꜖|nʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.active.imperative.PAST] => |ʋˠ|a|꜒꜖|rˤ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.active.conditional.PRES] => |h|i#|̰꜖|ɽˠ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.active.conditional.PAST] => |ᵏǀʰˠ|a|꜒꜖|ʂˠ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.active.optative.PRES] => |kʰˠ|ʉ|꜒|t͡ʂˠ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.active.optative.PAST] => |ᵏǀʰˠ|a|꜖|tʷ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǃʲ|i#|̰꜒|ɗˤ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǃʼʷ|iː|̰꜒|tʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.passive.imperative.PRES] => |kˠ|i|꜒꜖|ɠˤ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ʃʲ|i|꜖|wˠ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.passive.conditional.PRES] => |qʲ|ʉ|̰꜒|sˠ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ɹʲ|i#ː|꜒|ɹʷ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.passive.optative.PRES] => |m̥ʲ|uː|̰꜖|ɾʷ|-
[not.Q.3.cl.1.1incl.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃʲ|ʉ|꜖꜒|sˤ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.active.indicative.PRES] => |pʰˤ|ʉ|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.active.indicative.PAST] => |ɽʲ|i|꜒꜖|pʼˤ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.active.imperative.PRES] => |kʰˠ|u#|꜒꜖|hkʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.active.imperative.PAST] => |ᵑǃˠ|u|̰꜒|ʈʼˠ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.active.conditional.PRES] => |rʷ|a|̰꜖|kʼʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.active.conditional.PAST] => |ɠˠ|u|̰꜒|ɠʷ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.active.optative.PRES] => |kʰˠ|u|̰꜖|ɴˤ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.active.optative.PAST] => |tʷ|ʉ|꜖꜒|ŋ̥ʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.passive.indicative.PRES] => |pʼʲ|a|꜒꜖|ɳʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.passive.indicative.PAST] => |kʰʲ|i|꜒|ɠʷ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.passive.imperative.PRES] => |ᵏǀˤ|i|̰꜖|ɹˠ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.passive.imperative.PAST] => |hkʷ|ʉ#|꜖|qʼˤ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.passive.conditional.PRES] => |lʲ|ʉ|꜖|ʡʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.passive.conditional.PAST] => |ɹʲ|aː|̰꜖|kʼˤ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.passive.optative.PRES] => |ᵏǃˤ|a|꜖|qʼʲ|-
[not.Q.3.cl.1.1incl.3.cl.1.POS.passive.optative.PAST] => |ɠˠ|uː|꜖꜒|mˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.active.indicative.PRES] => |sˠ|a|꜒|tʷ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.active.indicative.PAST] => |ᵏǃˤ|a|꜖|hpʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.active.imperative.PRES] => |htˠ|ᵊ|꜖|ɳ̥ʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.active.imperative.PAST] => |lˠ|ʉ#|̰꜒|mˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.active.conditional.PRES] => |kʰʲ|i|̰꜖|ʛʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.active.conditional.PAST] => |ɓˠ|aː|̰꜖|qʼʷ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.active.optative.PRES] => |ᵑǃʼˤ|i|̰꜖|ɠʷ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.active.optative.PAST] => |hkˠ|i#ː|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.passive.indicative.PRES] => |mˤ|u#|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.passive.indicative.PAST] => |hkʲ|uː|̰꜒|t͡sˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǀʼˤ|a|꜖|qʼˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.passive.imperative.PAST] => |ʃˠ|a#|̰꜖|wʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.passive.conditional.PRES] => |hkˤ|uː|̰꜒|ʈʰˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀʼˠ|i|̰꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.passive.optative.PRES] => |ʈʼʲ|iː|̰꜒|ʛˤ|-
[not.Q.3.cl.1.1incl.3.cl.2.NEG.passive.optative.PAST] => |ᵑǃʼˤ|i|̰꜖|kˤ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.active.indicative.PRES] => |qˤ|iː|̰꜒|kʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.active.indicative.PAST] => |ᵑǀʼʷ|ʉ|꜖꜒|qʼˤ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.active.imperative.PRES] => |hʈˠ|ʉ|꜖꜒|sʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.active.imperative.PAST] => |ᵏǀˤ|a|꜖꜒|ʋˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.active.conditional.PRES] => |ɗʲ|a#|꜖꜒|lʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.active.conditional.PAST] => |ᵏǃʲ|ʉ|̰꜖|ʛˤ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.active.optative.PRES] => |ᵏǃʰˤ|ᵊ|̰꜖|j|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.active.optative.PAST] => |ᵏǁˠ|u#ː|꜒꜖|ɳʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.passive.indicative.PRES] => |hkʲ|ᵊ|̰꜒|ɰˤ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.passive.indicative.PAST] => |hkʲ|ʉ#ː|̰꜖|ɳʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.passive.imperative.PRES] => |hpˠ|i|꜖|ɠʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.passive.imperative.PAST] => |wˠ|i|꜒꜖|d͡ʐʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.passive.conditional.PRES] => |ᵏǃʼˤ|ʉ|̰꜖|n̥ʷ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.passive.conditional.PAST] => |m̥ˤ|u|꜒|tˠ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.passive.optative.PRES] => |ᵏǀʼˠ|ʉ#|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.1.1incl.3.cl.2.POS.passive.optative.PAST] => |hkˤ|ᵊ|̰꜖|ʈˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.active.indicative.PRES] => |ɹˠ|ʉ|̰꜖|qʼʷ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.active.indicative.PAST] => |ᵑǁʼˠ|ᵊ|꜒꜖|kʰʷ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.active.imperative.PRES] => |tʰˠ|a#ː|꜒|ʈˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.active.imperative.PAST] => |t͡sˤ|ʉ|꜒|ɗʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.active.conditional.PRES] => |pʰˠ|ʉː|꜒|ʈʰʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.active.conditional.PAST] => |ᵏǃʼˠ|ʉː|꜒꜖|ʜʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.active.optative.PRES] => |kʲ|u#ː|꜖꜒|qʷ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.active.optative.PAST] => |ᵏǀʰˠ|aː|꜖|ŋˤ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.passive.indicative.PRES] => |wˤ|i#|꜒|t͡sˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ʛˠ|i#ː|꜖꜒|lʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.passive.imperative.PRES] => |sˠ|i#|꜖꜒|lʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǀʰʲ|i|꜒|d͡ʐˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ʄʲ|u|꜒꜖|lˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.passive.conditional.PAST] => |kʼˠ|a#ː|꜒꜖|lˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.passive.optative.PRES] => |ᵏǀˤ|a|̰꜖|n̥ˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.NEG.passive.optative.PAST] => |ʛˠ|i#ː|̰꜖|ɰˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.active.indicative.PRES] => |hpˤ|ʉ|꜒꜖|tˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.active.indicative.PAST] => |hpˠ|i|꜖|ɴʷ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.active.imperative.PRES] => |ŋ̥ˤ|ʉ|꜒|sˤ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.active.imperative.PAST] => |ŋ̥ʲ|i#ː|꜒|ʡˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.active.conditional.PRES] => |hpˤ|i|꜒꜖|ʋˤ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.active.conditional.PAST] => |ᵏǃʰˠ|ʉː|̰꜖|ɥʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.active.optative.PRES] => |ᵏǀʰʲ|i|꜒꜖|kʰʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.active.optative.PAST] => |ʈʼʲ|iː|꜖|kˤ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.passive.indicative.PRES] => |m̥ˠ|i|꜖|ɗˤ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.passive.indicative.PAST] => |qʼˠ|ʉ#|꜖꜒|pʼˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.passive.imperative.PRES] => |pʰʲ|a|꜖|ʂʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.passive.imperative.PAST] => |hpˤ|ᵊ|꜖|pʰʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.passive.conditional.PRES] => |qˠ|a|̰꜖|r̥ˠ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǁʼˠ|i#ː|꜖|ɹʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.passive.optative.PRES] => |tʼʲ|a|꜖꜒|ɾʲ|-
[not.Q.3.cl.1.1incl.3.cl.3.POS.passive.optative.PAST] => |ʜʲ|a#|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.active.indicative.PRES] => |ŋ̥ˤ|a#|꜒꜖|j|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.active.indicative.PAST] => |ʋʲ|a#|꜖|ʈʰʲ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.active.imperative.PRES] => |ʛʲ|u#|꜖|t͡sʷ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.active.imperative.PAST] => |ʄʲ|ᵊ|꜖|ɭʲ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.active.conditional.PRES] => |n̥ʲ|i|꜒|r̥ˤ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.active.conditional.PAST] => |ᵏǃʰʲ|i|꜒꜖|ʄˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.active.optative.PRES] => |ᵑǃʲ|ᵊ|̰꜒|ɾˤ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.active.optative.PAST] => |ʄˠ|ᵊ|̰꜖|lʲ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.passive.indicative.PRES] => |pʰˠ|ʉ|꜖꜒|t͡ʂˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǃʷ|ᵊ|꜒꜖|ɽʲ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǀʲ|ʉ#|̰꜖|qʼˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.passive.imperative.PAST] => |hkʷ|a|꜒|ʋˤ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.passive.conditional.PRES] => |pʰʲ|u|꜒꜖|j|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ɠʲ|u|꜒꜖|kʼˤ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.passive.optative.PRES] => |ʜʲ|ʉː|꜖꜒|nʷ|-
[not.Q.3.cl.1.1incl.3.cl.4.NEG.passive.optative.PAST] => |ᵑǃʼˠ|ᵊ|̰꜒|ʋˤ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.active.indicative.PRES] => |ᵑǀʼˤ|i|꜒|n̥ʷ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.active.indicative.PAST] => |hpˤ|ʉ|꜒꜖|tɬˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.active.imperative.PRES] => |ᵑǃʲ|ᵊ|̰꜒|ʈʼʲ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.active.imperative.PAST] => |d͡ʐˠ|i|꜖꜒|r̥ˤ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.active.conditional.PRES] => |hkˤ|uː|꜖꜒|wˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.active.conditional.PAST] => |ᵏǀʼˤ|i#ː|̰꜖|ɾʲ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.active.optative.PRES] => |r̥ˤ|a|꜖|tʼˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.active.optative.PAST] => |ɽˠ|ʉ#|꜒|ɾʷ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.passive.indicative.PRES] => |kʰʷ|i|꜒꜖|n̥ˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.passive.indicative.PAST] => |t͡sˠ|ʉ|꜒|t͡sʷ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.passive.imperative.PRES] => |ᵑǁʼʲ|a#|̰꜖|n̥ˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.passive.imperative.PAST] => |ᵏǁʰʲ|ʉ#|̰꜖|qˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.passive.conditional.PRES] => |ɗˠ|i|꜖|ʈˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.passive.conditional.PAST] => |tʰʷ|aː|̰꜖|ɴʲ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.passive.optative.PRES] => |ᵑǃʲ|i|꜖꜒|ɰˠ|-
[not.Q.3.cl.1.1incl.3.cl.4.POS.passive.optative.PAST] => |t͡ʂʲ|uː|꜖꜒|ɻʲ|-
[not.Q.3.cl.1.1excl.1incl.NEG.active.indicative.PRES] => |ᵑǁʼʲ|iː|꜒|tʰˤ|-
[not.Q.3.cl.1.1excl.1incl.NEG.active.indicative.PAST] => |kʰʲ|uː|꜒|t͡sʲ|-
[not.Q.3.cl.1.1excl.1incl.NEG.active.imperative.PRES] => |r̥ʲ|u#ː|꜒꜖|ɹʷ|-
[not.Q.3.cl.1.1excl.1incl.NEG.active.imperative.PAST] => |hpʲ|u|꜒꜖|pˠ|-
[not.Q.3.cl.1.1excl.1incl.NEG.active.conditional.PRES] => |ɹˠ|ᵊ|꜖꜒|rʷ|-
[not.Q.3.cl.1.1excl.1incl.NEG.active.conditional.PAST] => |ʛʷ|ʉ#ː|꜖꜒|kˠ|-
[not.Q.3.cl.1.1excl.1incl.NEG.active.optative.PRES] => |tʰˤ|u#ː|꜖|ɰˤ|-
[not.Q.3.cl.1.1excl.1incl.NEG.active.optative.PAST] => |ᵑǀʼʲ|i|̰꜒|ɰˠ|-
[not.Q.3.cl.1.1excl.1incl.NEG.passive.indicative.PRES] => |r̥ʷ|a|̰꜖|tɬˠ|-
[not.Q.3.cl.1.1excl.1incl.NEG.passive.indicative.PAST] => |kʰˠ|ʉ|̰꜖|kʼʲ|-
[not.Q.3.cl.1.1excl.1incl.NEG.passive.imperative.PRES] => |ᵏǃʷ|ᵊ|꜒꜖|d͡ʐʲ|-
[not.Q.3.cl.1.1excl.1incl.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|i|꜒|ʜˠ|-
[not.Q.3.cl.1.1excl.1incl.NEG.passive.conditional.PRES] => |kʼˠ|a#ː|̰꜒|ɹʷ|-
[not.Q.3.cl.1.1excl.1incl.NEG.passive.conditional.PAST] => |ʃʲ|i|̰꜖|hʈʲ|-
[not.Q.3.cl.1.1excl.1incl.NEG.passive.optative.PRES] => |ɹˠ|u#|̰꜖|wˠ|-
[not.Q.3.cl.1.1excl.1incl.NEG.passive.optative.PAST] => |ᵑǀʼʲ|ᵊ|꜖꜒|ɹʷ|-
[not.Q.3.cl.1.1excl.1incl.POS.active.indicative.PRES] => |t͡ʂˠ|a|̰꜖|ʃˠ|-
[not.Q.3.cl.1.1excl.1incl.POS.active.indicative.PAST] => |hkʲ|ʉ#|꜖|qˤ|-
[not.Q.3.cl.1.1excl.1incl.POS.active.imperative.PRES] => |ᵑǃʷ|i#ː|꜒꜖|tɬʲ|-
[not.Q.3.cl.1.1excl.1incl.POS.active.imperative.PAST] => |d͡ʐʲ|i|꜒꜖|lˠ|-
[not.Q.3.cl.1.1excl.1incl.POS.active.conditional.PRES] => |sʲ|ʉ|̰꜒|ɰˤ|-
[not.Q.3.cl.1.1excl.1incl.POS.active.conditional.PAST] => |kʼʲ|ᵊ|̰꜒|ɠˠ|-
[not.Q.3.cl.1.1excl.1incl.POS.active.optative.PRES] => |ᵏǀˤ|i#|꜒|tˠ|-
[not.Q.3.cl.1.1excl.1incl.POS.active.optative.PAST] => |nʷ|a#ː|꜖꜒|ŋˠ|-
[not.Q.3.cl.1.1excl.1incl.POS.passive.indicative.PRES] => |ᵏǀʼʷ|i|꜖꜒|ɓˠ|-
[not.Q.3.cl.1.1excl.1incl.POS.passive.indicative.PAST] => |ʋˠ|u|̰꜖|ɰʷ|-
[not.Q.3.cl.1.1excl.1incl.POS.passive.imperative.PRES] => |n̥ʷ|iː|꜒|tʼʲ|-
[not.Q.3.cl.1.1excl.1incl.POS.passive.imperative.PAST] => |qʲ|aː|̰꜖|wʲ|-
[not.Q.3.cl.1.1excl.1incl.POS.passive.conditional.PRES] => |nˤ|ʉ|̰꜒|wʲ|-
[not.Q.3.cl.1.1excl.1incl.POS.passive.conditional.PAST] => |mˠ|ʉ|̰꜖|ɥˠ|-
[not.Q.3.cl.1.1excl.1incl.POS.passive.optative.PRES] => |lʲ|ʉ|꜒|ʄʲ|-
[not.Q.3.cl.1.1excl.1incl.POS.passive.optative.PAST] => |ᵏǁʲ|a|̰꜒|ɴʷ|-
[not.Q.3.cl.1.1excl.1excl.NEG.active.indicative.PRES] => |ᵏǃʼʲ|ʉ|꜖|nʲ|-
[not.Q.3.cl.1.1excl.1excl.NEG.active.indicative.PAST] => |ʡˠ|i#ː|̰꜖|t͡sʲ|-
[not.Q.3.cl.1.1excl.1excl.NEG.active.imperative.PRES] => |ᵑǀʼˤ|i|꜖꜒|sˤ|-
[not.Q.3.cl.1.1excl.1excl.NEG.active.imperative.PAST] => |ʂˠ|aː|̰꜒|ʔ|-
[not.Q.3.cl.1.1excl.1excl.NEG.active.conditional.PRES] => |hkˤ|ʉ|꜖|kʼʲ|-
[not.Q.3.cl.1.1excl.1excl.NEG.active.conditional.PAST] => |r̥ʷ|iː|꜒|rʲ|-
[not.Q.3.cl.1.1excl.1excl.NEG.active.optative.PRES] => |lʲ|ʉ|̰꜖|pʼʲ|-
[not.Q.3.cl.1.1excl.1excl.NEG.active.optative.PAST] => |ɴʲ|a|꜖꜒|htʲ|-
[not.Q.3.cl.1.1excl.1excl.NEG.passive.indicative.PRES] => |ɗˤ|a|̰꜖|ɽˠ|-
[not.Q.3.cl.1.1excl.1excl.NEG.passive.indicative.PAST] => |ᵏǀˠ|ᵊ|̰꜖|ʈʼˠ|-
[not.Q.3.cl.1.1excl.1excl.NEG.passive.imperative.PRES] => |ɽˠ|a|꜖|ʜʲ|-
[not.Q.3.cl.1.1excl.1excl.NEG.passive.imperative.PAST] => |ᵏǃʷ|i|̰꜒|tˠ|-
[not.Q.3.cl.1.1excl.1excl.NEG.passive.conditional.PRES] => |hpˤ|a|̰꜒|hpˤ|-
[not.Q.3.cl.1.1excl.1excl.NEG.passive.conditional.PAST] => |ʋˠ|ʉ|꜖|n̥ˠ|-
[not.Q.3.cl.1.1excl.1excl.NEG.passive.optative.PRES] => |ʔ|i|꜖꜒|ŋʷ|-
[not.Q.3.cl.1.1excl.1excl.NEG.passive.optative.PAST] => |tʰˤ|i|꜖꜒|tɬˠ|-
[not.Q.3.cl.1.1excl.1excl.POS.active.indicative.PRES] => |hpˠ|i|̰꜒|t͡ʂʲ|-
[not.Q.3.cl.1.1excl.1excl.POS.active.indicative.PAST] => |ᵏǃˠ|a|꜒|ɭʲ|-
[not.Q.3.cl.1.1excl.1excl.POS.active.imperative.PRES] => |qʼʷ|a|꜒|tʼˤ|-
[not.Q.3.cl.1.1excl.1excl.POS.active.imperative.PAST] => |t͡ʃ|ᵊ|̰꜖|tʰʲ|-
[not.Q.3.cl.1.1excl.1excl.POS.active.conditional.PRES] => |kʼʲ|a#|꜒|ɻˠ|-
[not.Q.3.cl.1.1excl.1excl.POS.active.conditional.PAST] => |ɴʷ|ᵊ|̰꜖|hkˠ|-
[not.Q.3.cl.1.1excl.1excl.POS.active.optative.PRES] => |d͡ʐˠ|a|꜖꜒|t͡ʃ|-
[not.Q.3.cl.1.1excl.1excl.POS.active.optative.PAST] => |pʼˤ|i|꜖|tˠ|-
[not.Q.3.cl.1.1excl.1excl.POS.passive.indicative.PRES] => |ᵏǃˤ|ʉ|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.1excl.1excl.POS.passive.indicative.PAST] => |sˠ|a|꜖꜒|ɠʷ|-
[not.Q.3.cl.1.1excl.1excl.POS.passive.imperative.PRES] => |ʋˤ|u|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.1.1excl.1excl.POS.passive.imperative.PAST] => |ᵏǃʼˤ|u|̰꜒|wˠ|-
[not.Q.3.cl.1.1excl.1excl.POS.passive.conditional.PRES] => |ʋˠ|i|꜖|ɗʲ|-
[not.Q.3.cl.1.1excl.1excl.POS.passive.conditional.PAST] => |tʰʲ|iː|̰꜒|ɠʷ|-
[not.Q.3.cl.1.1excl.1excl.POS.passive.optative.PRES] => |kʼˠ|i|꜒꜖|sʲ|-
[not.Q.3.cl.1.1excl.1excl.POS.passive.optative.PAST] => |qʼʲ|i|꜖|ʃˠ|-
[not.Q.3.cl.1.1excl.2.NEG.active.indicative.PRES] => |ᵏǃʰʲ|ʉ#ː|̰꜒|ɰʷ|-
[not.Q.3.cl.1.1excl.2.NEG.active.indicative.PAST] => |ɗʷ|a#ː|̰꜒|pʼˠ|-
[not.Q.3.cl.1.1excl.2.NEG.active.imperative.PRES] => |hʈʲ|a|̰꜒|rʲ|-
[not.Q.3.cl.1.1excl.2.NEG.active.imperative.PAST] => |ᵏǃʰˤ|a|꜒꜖|ɴˠ|-
[not.Q.3.cl.1.1excl.2.NEG.active.conditional.PRES] => |kʼˤ|i#|̰꜒|n̥ʷ|-
[not.Q.3.cl.1.1excl.2.NEG.active.conditional.PAST] => |kʲ|ᵊ|̰꜒|nʲ|-
[not.Q.3.cl.1.1excl.2.NEG.active.optative.PRES] => |tɬʲ|aː|̰꜖|pʰʲ|-
[not.Q.3.cl.1.1excl.2.NEG.active.optative.PAST] => |tʰˠ|aː|꜒|ŋˤ|-
[not.Q.3.cl.1.1excl.2.NEG.passive.indicative.PRES] => |ɻʲ|ʉ#|̰꜒|ɭʲ|-
[not.Q.3.cl.1.1excl.2.NEG.passive.indicative.PAST] => |ʈʰˠ|i|꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.1excl.2.NEG.passive.imperative.PRES] => |ᵏǁʼˠ|i|꜒꜖|ʛˠ|-
[not.Q.3.cl.1.1excl.2.NEG.passive.imperative.PAST] => |n̥ˤ|i|꜒꜖|ɹʷ|-
[not.Q.3.cl.1.1excl.2.NEG.passive.conditional.PRES] => |ᵏǀʷ|ʉː|꜖|tʰˤ|-
[not.Q.3.cl.1.1excl.2.NEG.passive.conditional.PAST] => |ᵏǃʰˤ|ᵊ|꜖꜒|ɾʷ|-
[not.Q.3.cl.1.1excl.2.NEG.passive.optative.PRES] => |ɭʲ|aː|꜒꜖|ŋ̥ˠ|-
[not.Q.3.cl.1.1excl.2.NEG.passive.optative.PAST] => |ᵏǃˠ|a|꜖|ɗˠ|-
[not.Q.3.cl.1.1excl.2.POS.active.indicative.PRES] => |ɳ̥ˠ|u#|̰꜒|kʼʲ|-
[not.Q.3.cl.1.1excl.2.POS.active.indicative.PAST] => |ŋ̥ʲ|a|̰꜒|sˠ|-
[not.Q.3.cl.1.1excl.2.POS.active.imperative.PRES] => |ʛʲ|i|꜖꜒|ʡʲ|-
[not.Q.3.cl.1.1excl.2.POS.active.imperative.PAST] => |ʃˠ|i|꜖꜒|rˠ|-
[not.Q.3.cl.1.1excl.2.POS.active.conditional.PRES] => |ɹʲ|i|꜒|ɹˤ|-
[not.Q.3.cl.1.1excl.2.POS.active.conditional.PAST] => |tʰʷ|ʉ#|꜖꜒|lˠ|-
[not.Q.3.cl.1.1excl.2.POS.active.optative.PRES] => |ᵑǀˠ|i|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.1.1excl.2.POS.active.optative.PAST] => |tʷ|ᵊ|꜒꜖|kʰʷ|-
[not.Q.3.cl.1.1excl.2.POS.passive.indicative.PRES] => |hkˠ|ᵊ|꜖|kʷ|-
[not.Q.3.cl.1.1excl.2.POS.passive.indicative.PAST] => |qˠ|uː|꜖꜒|hkʲ|-
[not.Q.3.cl.1.1excl.2.POS.passive.imperative.PRES] => |ɻʲ|ᵊ|̰꜒|tʼʷ|-
[not.Q.3.cl.1.1excl.2.POS.passive.imperative.PAST] => |d͡ʐʲ|ʉː|̰꜒|n̥ˠ|-
[not.Q.3.cl.1.1excl.2.POS.passive.conditional.PRES] => |kʰˤ|a#|̰꜖|tˠ|-
[not.Q.3.cl.1.1excl.2.POS.passive.conditional.PAST] => |ᵏǁʰʲ|a#|꜖꜒|ɗˤ|-
[not.Q.3.cl.1.1excl.2.POS.passive.optative.PRES] => |t͡ʂʲ|ʉː|꜒꜖|ʋʲ|-
[not.Q.3.cl.1.1excl.2.POS.passive.optative.PAST] => |ɰˠ|a|꜒꜖|ʛˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.active.indicative.PRES] => |n̥ˤ|aː|꜒꜖|n̥ʷ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.active.indicative.PAST] => |kʼˤ|u|꜒꜖|ɰˤ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.active.imperative.PRES] => |tʰʲ|i|꜖꜒|qʼˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.active.imperative.PAST] => |t͡ʂʲ|i|꜖|lʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.active.conditional.PRES] => |kʼʷ|ʉ#|꜖꜒|t͡ʂˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.active.conditional.PAST] => |n̥ʲ|u|̰꜒|j|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.active.optative.PRES] => |ɴˠ|i|꜒|kʰˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.active.optative.PAST] => |tˠ|aː|꜒|ɾʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀʼˠ|iː|꜖꜒|tˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.passive.indicative.PAST] => |hʈˠ|a|꜒꜖|ɹˤ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ɥˠ|uː|꜒|ʂˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ʛʲ|ᵊ|꜖|ɽˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.passive.conditional.PRES] => |kʰˠ|a|̰꜒|ɗˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.passive.conditional.PAST] => |ʋˠ|ʉ#ː|̰꜖|sˤ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.passive.optative.PRES] => |tʼˤ|i|꜖|ʡʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.NEG.passive.optative.PAST] => |kˠ|aː|̰꜖|mˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.active.indicative.PRES] => |hkˤ|a|̰꜒|kʼʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.active.indicative.PAST] => |ŋʷ|iː|꜖|t͡sʷ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.active.imperative.PRES] => |htʲ|u|꜖꜒|kʰʷ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.active.imperative.PAST] => |t͡ʂˠ|u|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.active.conditional.PRES] => |ᵑǁʼˠ|u|꜒꜖|sˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.active.conditional.PAST] => |ᵏǀʰʷ|a#ː|̰꜒|mʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.active.optative.PRES] => |pˤ|u|̰꜖|kʼʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.active.optative.PAST] => |ᵑǁˠ|a|꜒꜖|ʈʰʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.passive.indicative.PRES] => |pʼˤ|u#ː|꜒|kʼʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.passive.indicative.PAST] => |qʼˤ|i|̰꜖|sʷ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.passive.imperative.PRES] => |ɗʲ|i|꜖|kʲ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.passive.imperative.PAST] => |ɰʲ|ᵊ|̰꜖|nˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.passive.conditional.PRES] => |ɓʲ|u#|꜒꜖|ɥˤ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.passive.conditional.PAST] => |tʼˤ|i|̰꜖|rˠ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.passive.optative.PRES] => |tʰʲ|a#ː|̰꜒|tʼʷ|-
[not.Q.3.cl.1.1excl.3.cl.1.POS.passive.optative.PAST] => |ɹˤ|a|꜒|ɓˤ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.active.indicative.PRES] => |ᵏǁʼʲ|ʉ|̰꜒|wˤ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.active.indicative.PAST] => |kˤ|a|̰꜖|ɗˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.active.imperative.PRES] => |ɴˤ|i|꜒|hpʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.active.imperative.PAST] => |kˤ|uː|꜖|kʼˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.active.conditional.PRES] => |htˤ|ʉ#ː|꜖꜒|r̥ʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.active.conditional.PAST] => |ɻˠ|ᵊ|꜒|kʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.active.optative.PRES] => |ɓʲ|ᵊ|̰꜒|kʰˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.active.optative.PAST] => |ɗˠ|aː|꜒꜖|n̥ʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.passive.indicative.PRES] => |tʼʲ|i|꜒|t͡sʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ɹʷ|ʉ|꜒|qʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.passive.imperative.PRES] => |pˠ|a|̰꜒|tʼˤ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.passive.imperative.PAST] => |mˠ|ʉ|꜖꜒|kʼˤ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.passive.conditional.PRES] => |htʷ|iː|̰꜒|tʰʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.passive.conditional.PAST] => |htʲ|aː|꜒|hkʷ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.passive.optative.PRES] => |r̥ʷ|ᵊ|꜒|qʼˤ|-
[not.Q.3.cl.1.1excl.3.cl.2.NEG.passive.optative.PAST] => |qʼʷ|ʉ|꜒|pʰˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.active.indicative.PRES] => |htʷ|a|꜒|ɽʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.active.indicative.PAST] => |ɗʷ|ʉː|꜒|rʷ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.active.imperative.PRES] => |ʃʲ|u|̰꜖|kʼˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.active.imperative.PAST] => |ᵑǃʼˤ|iː|꜖꜒|tɬˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.active.conditional.PRES] => |kʼʲ|ᵊ|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.active.conditional.PAST] => |pʰˤ|i|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.active.optative.PRES] => |ʈʰʲ|ʉ|꜖꜒|qˤ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.active.optative.PAST] => |r̥ˤ|iː|̰꜒|rˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.passive.indicative.PRES] => |kˠ|i|꜒|d͡ʐʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.passive.indicative.PAST] => |ɾˤ|ʉː|꜒|r̥ˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀʰˤ|ʉ|̰꜒|ʛˠ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.passive.imperative.PAST] => |t͡ʃ|ʉ|̰꜒|tʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.passive.conditional.PRES] => |ŋ̥ʲ|u|꜒꜖|nʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃʰʲ|a#|꜒|ʂʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.passive.optative.PRES] => |ᵏǀʰˤ|u#ː|̰꜖|ʈʲ|-
[not.Q.3.cl.1.1excl.3.cl.2.POS.passive.optative.PAST] => |n̥ʷ|ʉ#|꜒|ʋʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.active.indicative.PRES] => |ᵑǁʼˠ|aː|꜖|ɗˠ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.active.indicative.PAST] => |ᵑǀʲ|ʉː|꜖꜒|t͡ʂʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.active.imperative.PRES] => |ɴʷ|ᵊ|꜖|ʄˠ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃʲ|iː|꜖꜒|ɹˤ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.active.conditional.PRES] => |n̥ˤ|u|꜒꜖|d͡ʐʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.active.conditional.PAST] => |ᵏǁʲ|i#ː|꜖|ɾʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.active.optative.PRES] => |kʷ|ʉ|꜖|ɾˤ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.active.optative.PAST] => |ɥʲ|ʉː|꜒꜖|ɰˤ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.passive.indicative.PRES] => |n̥ʷ|a|̰꜒|ɴʷ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.passive.indicative.PAST] => |pʼˤ|u|̰꜖|ɰˠ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.passive.imperative.PRES] => |hʈˠ|i#|꜒꜖|lʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.passive.imperative.PAST] => |qʼˤ|ʉ#|꜖꜒|kʷ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǀʰˤ|u|̰꜒|ɴʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.passive.conditional.PAST] => |kʼˤ|ʉ#|꜒|nʷ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.passive.optative.PRES] => |d͡ʐʲ|u|꜖|mʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.NEG.passive.optative.PAST] => |pˤ|ᵊ|꜖꜒|ʃˠ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.active.indicative.PRES] => |ʜʲ|u|꜒|tʼʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.active.indicative.PAST] => |ʋʲ|i|꜒|t͡ʃ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʼʲ|i#|꜖꜒|mʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.active.imperative.PAST] => |ɽˠ|i#ː|꜒꜖|ɾˠ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.active.conditional.PRES] => |tʼˠ|iː|̰꜖|htʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.active.conditional.PAST] => |tʰˠ|uː|꜖|ɥˤ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.active.optative.PRES] => |lˠ|ʉː|̰꜒|tˠ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.active.optative.PAST] => |wʲ|ʉː|̰꜖|ɽˠ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.passive.indicative.PRES] => |ɗʷ|iː|̰꜒|rˤ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.passive.indicative.PAST] => |ɠˤ|a#|꜖꜒|tʼʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.passive.imperative.PRES] => |ᵏǀʰʷ|a|̰꜒|m̥ˤ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʰˤ|ʉ#|̰꜖|pʰˤ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.passive.conditional.PRES] => |ʃˠ|a|꜖꜒|mʲ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǃˤ|aː|꜒|ɗˤ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.passive.optative.PRES] => |qˠ|ᵊ|̰꜒|ŋʷ|-
[not.Q.3.cl.1.1excl.3.cl.3.POS.passive.optative.PAST] => |ᵏǀʰˤ|uː|꜖꜒|t͡sˠ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.active.indicative.PRES] => |ɥˤ|aː|̰꜖|ʛˠ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.active.indicative.PAST] => |kʼˤ|u|꜖꜒|r̥ˤ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.active.imperative.PRES] => |ʈʰˠ|i|꜒꜖|ɹˤ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.active.imperative.PAST] => |ŋ̥ʲ|ʉ#ː|꜒|j|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.active.conditional.PRES] => |tʼˠ|ʉ#ː|꜖꜒|ɴˤ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.active.conditional.PAST] => |ʃʲ|ʉ#ː|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.active.optative.PRES] => |tʷ|ᵊ|꜖꜒|t͡ʂʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.active.optative.PAST] => |kʲ|a|꜒꜖|ʈʰʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ɓˤ|ʉ|꜒꜖|tʼʷ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.passive.indicative.PAST] => |t͡sʲ|ʉ|꜖|j|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.passive.imperative.PRES] => |tɬʲ|ʉ|̰꜒|htʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.passive.imperative.PAST] => |wˠ|ʉ|̰꜖|sʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.passive.conditional.PRES] => |pʼˠ|i#ː|̰꜒|tˤ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.passive.conditional.PAST] => |ɓˤ|a|꜒꜖|qʼʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.passive.optative.PRES] => |pʰˠ|i|꜖|ʂˠ|-
[not.Q.3.cl.1.1excl.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʰʲ|i|꜖|ʃʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʼʷ|aː|꜒꜖|wʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.active.indicative.PAST] => |r̥ʷ|ʉ|꜖|pʼˠ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.active.imperative.PRES] => |ᵏǀʼʲ|a#|̰꜒|ɴˤ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.active.imperative.PAST] => |ᵑǃˠ|ʉː|꜒|ɹʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.active.conditional.PRES] => |kʼˤ|ʉ#|̰꜒|tʰʷ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.active.conditional.PAST] => |tʲ|a|꜒|ɓˤ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.active.optative.PRES] => |ᵏǀʲ|i|꜒꜖|nˠ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.active.optative.PAST] => |ᵏǃʼʲ|ʉ|꜒꜖|m̥ˠ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.passive.indicative.PRES] => |ᵏǁʰˠ|ʉ|̰꜒|ʋˤ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.passive.indicative.PAST] => |kʼʷ|a|꜒꜖|pʰʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.passive.imperative.PRES] => |pˤ|aː|̰꜖|qʼʷ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.passive.imperative.PAST] => |ᵑǀʼʷ|iː|꜒|ɓˠ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.passive.conditional.PRES] => |tˤ|ʉ#|꜖|ɴʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.passive.conditional.PAST] => |ʈʲ|u#|̰꜖|pʼʲ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.passive.optative.PRES] => |pʼˠ|a|꜖꜒|hkˤ|-
[not.Q.3.cl.1.1excl.3.cl.4.POS.passive.optative.PAST] => |ʋˤ|a#ː|꜖|ɻˠ|-
[not.Q.3.cl.1.2.1incl.NEG.active.indicative.PRES] => |ɓˤ|ʉ|꜖|ɥˠ|-
[not.Q.3.cl.1.2.1incl.NEG.active.indicative.PAST] => |hpˠ|i#ː|꜒꜖|ʋˠ|-
[not.Q.3.cl.1.2.1incl.NEG.active.imperative.PRES] => |ʃˠ|i|̰꜖|tʼˠ|-
[not.Q.3.cl.1.2.1incl.NEG.active.imperative.PAST] => |ɰʲ|aː|꜖|mˠ|-
[not.Q.3.cl.1.2.1incl.NEG.active.conditional.PRES] => |htʷ|i|̰꜖|ɴʷ|-
[not.Q.3.cl.1.2.1incl.NEG.active.conditional.PAST] => |nʷ|a#ː|꜖|ɾˤ|-
[not.Q.3.cl.1.2.1incl.NEG.active.optative.PRES] => |wˤ|ʉ#ː|꜒|hpˠ|-
[not.Q.3.cl.1.2.1incl.NEG.active.optative.PAST] => |pʼˤ|i|꜖꜒|ʃˠ|-
[not.Q.3.cl.1.2.1incl.NEG.passive.indicative.PRES] => |ᵏǁʼˠ|iː|꜒꜖|hkˠ|-
[not.Q.3.cl.1.2.1incl.NEG.passive.indicative.PAST] => |hʈˠ|uː|꜖꜒|tɬˠ|-
[not.Q.3.cl.1.2.1incl.NEG.passive.imperative.PRES] => |ᵏǁʰʲ|ᵊ|̰꜒|r̥ʷ|-
[not.Q.3.cl.1.2.1incl.NEG.passive.imperative.PAST] => |kʰˠ|ʉː|̰꜒|ŋʷ|-
[not.Q.3.cl.1.2.1incl.NEG.passive.conditional.PRES] => |ᵏǃˠ|uː|꜖꜒|ŋˤ|-
[not.Q.3.cl.1.2.1incl.NEG.passive.conditional.PAST] => |ŋʷ|i|꜒꜖|tʰˤ|-
[not.Q.3.cl.1.2.1incl.NEG.passive.optative.PRES] => |ʄˠ|i|̰꜒|ɓˠ|-
[not.Q.3.cl.1.2.1incl.NEG.passive.optative.PAST] => |ᵏǃʰʷ|ʉ#|̰꜖|ɽˠ|-
[not.Q.3.cl.1.2.1incl.POS.active.indicative.PRES] => |ᵑǁʼˠ|a|꜒꜖|ɽʲ|-
[not.Q.3.cl.1.2.1incl.POS.active.indicative.PAST] => |nʷ|ʉ#|꜖|kʰʲ|-
[not.Q.3.cl.1.2.1incl.POS.active.imperative.PRES] => |sˠ|ᵊ|̰꜒|ɹˤ|-
[not.Q.3.cl.1.2.1incl.POS.active.imperative.PAST] => |ɰʷ|ᵊ|꜒꜖|t͡ʃ|-
[not.Q.3.cl.1.2.1incl.POS.active.conditional.PRES] => |ʜʲ|a|꜒꜖|hpʲ|-
[not.Q.3.cl.1.2.1incl.POS.active.conditional.PAST] => |t͡ʃ|a|꜖|d͡ʐʲ|-
[not.Q.3.cl.1.2.1incl.POS.active.optative.PRES] => |ŋʲ|uː|꜒|r̥ˤ|-
[not.Q.3.cl.1.2.1incl.POS.active.optative.PAST] => |ᵏǃʼʲ|uː|꜒|r̥ʲ|-
[not.Q.3.cl.1.2.1incl.POS.passive.indicative.PRES] => |ʛˠ|ᵊ|꜖꜒|d͡ʐʲ|-
[not.Q.3.cl.1.2.1incl.POS.passive.indicative.PAST] => |kʼˠ|i#|꜒|ɽʲ|-
[not.Q.3.cl.1.2.1incl.POS.passive.imperative.PRES] => |ɴˠ|i|̰꜖|pˠ|-
[not.Q.3.cl.1.2.1incl.POS.passive.imperative.PAST] => |ᵏǁʲ|i|꜖꜒|tʼˤ|-
[not.Q.3.cl.1.2.1incl.POS.passive.conditional.PRES] => |ʄˠ|i|꜒꜖|m̥ˠ|-
[not.Q.3.cl.1.2.1incl.POS.passive.conditional.PAST] => |m̥ʲ|ʉ#ː|꜖꜒|htˠ|-
[not.Q.3.cl.1.2.1incl.POS.passive.optative.PRES] => |ɰʷ|a|̰꜖|nʷ|-
[not.Q.3.cl.1.2.1incl.POS.passive.optative.PAST] => |ɹˤ|u|꜒꜖|ɻʲ|-
[not.Q.3.cl.1.2.1excl.NEG.active.indicative.PRES] => |ᵏǃʷ|a#|̰꜖|qʼˠ|-
[not.Q.3.cl.1.2.1excl.NEG.active.indicative.PAST] => |ɠˠ|a|꜒꜖|tʼˤ|-
[not.Q.3.cl.1.2.1excl.NEG.active.imperative.PRES] => |mˠ|ʉ#ː|꜒꜖|t͡ʂˠ|-
[not.Q.3.cl.1.2.1excl.NEG.active.imperative.PAST] => |ᵑǃʼʲ|aː|꜒꜖|nʷ|-
[not.Q.3.cl.1.2.1excl.NEG.active.conditional.PRES] => |ᵏǃʰˤ|ᵊ|꜒|ɰʲ|-
[not.Q.3.cl.1.2.1excl.NEG.active.conditional.PAST] => |ʛˤ|a|꜒|t͡sʷ|-
[not.Q.3.cl.1.2.1excl.NEG.active.optative.PRES] => |ᵑǀˠ|i|꜖꜒|ʃʲ|-
[not.Q.3.cl.1.2.1excl.NEG.active.optative.PAST] => |nˤ|u|̰꜒|ʃˠ|-
[not.Q.3.cl.1.2.1excl.NEG.passive.indicative.PRES] => |hʈˠ|ᵊ|꜖꜒|ɰʲ|-
[not.Q.3.cl.1.2.1excl.NEG.passive.indicative.PAST] => |hʈˠ|i|̰꜖|ʋˠ|-
[not.Q.3.cl.1.2.1excl.NEG.passive.imperative.PRES] => |ᵏǀʰʲ|i|̰꜖|ʛˤ|-
[not.Q.3.cl.1.2.1excl.NEG.passive.imperative.PAST] => |ɾˤ|u|꜒꜖|tʼˤ|-
[not.Q.3.cl.1.2.1excl.NEG.passive.conditional.PRES] => |ᵏǃʷ|a|꜒꜖|sʷ|-
[not.Q.3.cl.1.2.1excl.NEG.passive.conditional.PAST] => |ᵏǀˤ|ᵊ|꜒|kˠ|-
[not.Q.3.cl.1.2.1excl.NEG.passive.optative.PRES] => |n̥ʷ|a|꜖꜒|ʜʲ|-
[not.Q.3.cl.1.2.1excl.NEG.passive.optative.PAST] => |ŋ̥ʲ|ʉ#|꜖|ɹʷ|-
[not.Q.3.cl.1.2.1excl.POS.active.indicative.PRES] => |ᵑǀʼʷ|iː|꜒꜖|wˤ|-
[not.Q.3.cl.1.2.1excl.POS.active.indicative.PAST] => |ᵏǁˠ|iː|̰꜖|kʰˠ|-
[not.Q.3.cl.1.2.1excl.POS.active.imperative.PRES] => |kʼˠ|ᵊ|̰꜖|qʼʲ|-
[not.Q.3.cl.1.2.1excl.POS.active.imperative.PAST] => |kʰˠ|a|̰꜒|sʷ|-
[not.Q.3.cl.1.2.1excl.POS.active.conditional.PRES] => |ʡʲ|i|꜖꜒|ʂˠ|-
[not.Q.3.cl.1.2.1excl.POS.active.conditional.PAST] => |mʲ|i|꜖꜒|ʛˤ|-
[not.Q.3.cl.1.2.1excl.POS.active.optative.PRES] => |ʡˠ|ᵊ|꜖|ɾˤ|-
[not.Q.3.cl.1.2.1excl.POS.active.optative.PAST] => |ŋ̥ʷ|ʉː|꜒|wˠ|-
[not.Q.3.cl.1.2.1excl.POS.passive.indicative.PRES] => |kʲ|a#|꜒꜖|lʲ|-
[not.Q.3.cl.1.2.1excl.POS.passive.indicative.PAST] => |tʰʷ|i|꜒|ʋʲ|-
[not.Q.3.cl.1.2.1excl.POS.passive.imperative.PRES] => |kʰˠ|ʉ#ː|꜖꜒|kʷ|-
[not.Q.3.cl.1.2.1excl.POS.passive.imperative.PAST] => |htˠ|u#ː|̰꜒|wʲ|-
[not.Q.3.cl.1.2.1excl.POS.passive.conditional.PRES] => |r̥ʷ|iː|̰꜖|ɠˠ|-
[not.Q.3.cl.1.2.1excl.POS.passive.conditional.PAST] => |tˠ|a|꜒|d͡ʐˠ|-
[not.Q.3.cl.1.2.1excl.POS.passive.optative.PRES] => |ɳ̥ˠ|a|꜒꜖|qʼˠ|-
[not.Q.3.cl.1.2.1excl.POS.passive.optative.PAST] => |ɗˤ|aː|̰꜒|tˠ|-
[not.Q.3.cl.1.2.2.NEG.active.indicative.PRES] => |ᵏǃʼˠ|ʉ#ː|꜒꜖|ɾʲ|-
[not.Q.3.cl.1.2.2.NEG.active.indicative.PAST] => |ᵑǀʼˤ|a|꜒|ɽʲ|-
[not.Q.3.cl.1.2.2.NEG.active.imperative.PRES] => |wˠ|a|̰꜖|ɰˠ|-
[not.Q.3.cl.1.2.2.NEG.active.imperative.PAST] => |qˤ|ᵊ|̰꜖|ɳ̥ˠ|-
[not.Q.3.cl.1.2.2.NEG.active.conditional.PRES] => |wˤ|u|꜖|kʷ|-
[not.Q.3.cl.1.2.2.NEG.active.conditional.PAST] => |ɗˤ|i#ː|꜖|wˤ|-
[not.Q.3.cl.1.2.2.NEG.active.optative.PRES] => |tʲ|i#ː|꜒|ɴʲ|-
[not.Q.3.cl.1.2.2.NEG.active.optative.PAST] => |ʂʲ|ᵊ|̰꜒|tɬʲ|-
[not.Q.3.cl.1.2.2.NEG.passive.indicative.PRES] => |ɗˠ|iː|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.2.2.NEG.passive.indicative.PAST] => |ɓʲ|ᵊ|꜖꜒|ɰʲ|-
[not.Q.3.cl.1.2.2.NEG.passive.imperative.PRES] => |ʂʲ|a|꜒|d͡ʐˠ|-
[not.Q.3.cl.1.2.2.NEG.passive.imperative.PAST] => |kʷ|i#ː|꜖|sʲ|-
[not.Q.3.cl.1.2.2.NEG.passive.conditional.PRES] => |ᵑǁʼʲ|i|꜒꜖|hpˠ|-
[not.Q.3.cl.1.2.2.NEG.passive.conditional.PAST] => |ŋ̥ˠ|u#|꜖|ʂʲ|-
[not.Q.3.cl.1.2.2.NEG.passive.optative.PRES] => |ɴˤ|ʉː|̰꜒|ɹˤ|-
[not.Q.3.cl.1.2.2.NEG.passive.optative.PAST] => |tɬʲ|iː|꜒꜖|htʲ|-
[not.Q.3.cl.1.2.2.POS.active.indicative.PRES] => |tʰˤ|a|̰꜖|ɹˤ|-
[not.Q.3.cl.1.2.2.POS.active.indicative.PAST] => |ʈʲ|a|̰꜖|ŋ̥ʷ|-
[not.Q.3.cl.1.2.2.POS.active.imperative.PRES] => |t͡ʂˠ|a|̰꜒|ɗˠ|-
[not.Q.3.cl.1.2.2.POS.active.imperative.PAST] => |ᵑǃʼˤ|u|꜖|ɗˤ|-
[not.Q.3.cl.1.2.2.POS.active.conditional.PRES] => |sˠ|i|̰꜖|tʼˤ|-
[not.Q.3.cl.1.2.2.POS.active.conditional.PAST] => |ᵏǀʲ|ʉ|꜒꜖|kʼʲ|-
[not.Q.3.cl.1.2.2.POS.active.optative.PRES] => |ᵑǁʼʲ|ᵊ|̰꜒|pʲ|-
[not.Q.3.cl.1.2.2.POS.active.optative.PAST] => |ᵏǃˠ|aː|꜒|hkˠ|-
[not.Q.3.cl.1.2.2.POS.passive.indicative.PRES] => |j|ᵊ|̰꜖|hʈʲ|-
[not.Q.3.cl.1.2.2.POS.passive.indicative.PAST] => |tʼʲ|a|̰꜖|ɹʷ|-
[not.Q.3.cl.1.2.2.POS.passive.imperative.PRES] => |ʜʲ|ʉ#ː|꜒|r̥ʷ|-
[not.Q.3.cl.1.2.2.POS.passive.imperative.PAST] => |sˠ|ʉ#|꜒|wˤ|-
[not.Q.3.cl.1.2.2.POS.passive.conditional.PRES] => |ŋ̥ʷ|i#ː|꜒|ɳʲ|-
[not.Q.3.cl.1.2.2.POS.passive.conditional.PAST] => |ŋ̥ˤ|u#ː|̰꜒|ʃˠ|-
[not.Q.3.cl.1.2.2.POS.passive.optative.PRES] => |tʰʷ|a|꜒꜖|nˤ|-
[not.Q.3.cl.1.2.2.POS.passive.optative.PAST] => |ɰʷ|i#ː|꜒꜖|n̥ˤ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀʼʷ|i#|꜒꜖|qˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.active.indicative.PAST] => |ɳˠ|u|꜖|ɹˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.active.imperative.PRES] => |ɽʲ|ʉ#|̰꜒|kʰʲ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.active.imperative.PAST] => |nʷ|aː|̰꜒|tʼˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.active.conditional.PRES] => |ᵑǀʼʷ|i|̰꜖|j|-
[not.Q.3.cl.1.2.3.cl.1.NEG.active.conditional.PAST] => |tʰʲ|i|̰꜒|m̥ˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.active.optative.PRES] => |ɥˤ|u|̰꜖|tʼˤ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.active.optative.PAST] => |qʼˠ|a|̰꜖|d͡ʐˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.passive.indicative.PRES] => |t͡sʲ|i|꜖|ʃˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǀʼˤ|uː|̰꜒|ɹʲ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.passive.imperative.PRES] => |mˤ|iː|꜒|ŋ̥ʲ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.passive.imperative.PAST] => |ɳˠ|ʉː|꜒|ɹʲ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.passive.conditional.PRES] => |ʂʲ|a#ː|꜖꜒|ʄˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǃˤ|ᵊ|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.passive.optative.PRES] => |htˠ|ᵊ|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.2.3.cl.1.NEG.passive.optative.PAST] => |ʂʲ|ʉ#|꜖|tˤ|-
[not.Q.3.cl.1.2.3.cl.1.POS.active.indicative.PRES] => |ʜˠ|ʉː|꜒꜖|n̥ˠ|-
[not.Q.3.cl.1.2.3.cl.1.POS.active.indicative.PAST] => |t͡sʲ|a|̰꜒|qˠ|-
[not.Q.3.cl.1.2.3.cl.1.POS.active.imperative.PRES] => |ɹʷ|ʉː|̰꜖|wʲ|-
[not.Q.3.cl.1.2.3.cl.1.POS.active.imperative.PAST] => |ᵏǁʼˠ|i|̰꜒|ɠˤ|-
[not.Q.3.cl.1.2.3.cl.1.POS.active.conditional.PRES] => |tɬʲ|ʉ#|̰꜖|ʜˠ|-
[not.Q.3.cl.1.2.3.cl.1.POS.active.conditional.PAST] => |ŋ̥ˠ|ᵊ|̰꜒|t͡sʲ|-
[not.Q.3.cl.1.2.3.cl.1.POS.active.optative.PRES] => |kʰʲ|u#ː|꜖|m̥ˤ|-
[not.Q.3.cl.1.2.3.cl.1.POS.active.optative.PAST] => |ʛˤ|a#ː|꜒꜖|ɰʲ|-
[not.Q.3.cl.1.2.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʼˠ|ᵊ|꜒|ɰˠ|-
[not.Q.3.cl.1.2.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʲ|u|꜒|j|-
[not.Q.3.cl.1.2.3.cl.1.POS.passive.imperative.PRES] => |t͡ʂˠ|i|̰꜒|tʰˠ|-
[not.Q.3.cl.1.2.3.cl.1.POS.passive.imperative.PAST] => |pʰʲ|iː|̰꜒|ʂˠ|-
[not.Q.3.cl.1.2.3.cl.1.POS.passive.conditional.PRES] => |kʼˠ|aː|̰꜒|sˤ|-
[not.Q.3.cl.1.2.3.cl.1.POS.passive.conditional.PAST] => |ᵏǁʼʲ|i|꜖꜒|qʼʷ|-
[not.Q.3.cl.1.2.3.cl.1.POS.passive.optative.PRES] => |hʈˠ|u#|̰꜖|ʋʲ|-
[not.Q.3.cl.1.2.3.cl.1.POS.passive.optative.PAST] => |ᵑǃʷ|a|꜒|sʲ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.active.indicative.PRES] => |sʲ|ʉ|꜖꜒|pʼˤ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.active.indicative.PAST] => |ŋ̥ʲ|ᵊ|꜒|ʛʷ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.active.imperative.PRES] => |ᵑǁʲ|ᵊ|꜖꜒|ʈʲ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.active.imperative.PAST] => |kˠ|i|꜖꜒|ɥˤ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃʼʲ|ʉ|꜒꜖|hkʲ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.active.conditional.PAST] => |kʷ|i|꜖꜒|hʈˠ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.active.optative.PRES] => |ʃʲ|a|꜖꜒|ŋ̥ʷ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.active.optative.PAST] => |rʷ|iː|̰꜖|ɥˠ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.passive.indicative.PRES] => |ɭˠ|a|꜖|ʋˤ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.passive.indicative.PAST] => |kʰʷ|i|꜖|t͡sʲ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.passive.imperative.PRES] => |ɰˤ|ᵊ|꜒꜖|ʄˠ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.passive.imperative.PAST] => |ʋˤ|u#ː|̰꜖|ɻˠ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.passive.conditional.PRES] => |hkʲ|iː|̰꜖|nʲ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.passive.conditional.PAST] => |ɻˠ|aː|̰꜒|tˤ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.passive.optative.PRES] => |sʲ|u#|꜖|n̥ʲ|-
[not.Q.3.cl.1.2.3.cl.2.NEG.passive.optative.PAST] => |qʼˤ|a|̰꜒|ɴˤ|-
[not.Q.3.cl.1.2.3.cl.2.POS.active.indicative.PRES] => |ɹˠ|u|̰꜖|ɳ̥ˠ|-
[not.Q.3.cl.1.2.3.cl.2.POS.active.indicative.PAST] => |ʈʰʲ|ʉː|꜖꜒|ʃˠ|-
[not.Q.3.cl.1.2.3.cl.2.POS.active.imperative.PRES] => |ᵑǃʼˠ|i|̰꜒|lˠ|-
[not.Q.3.cl.1.2.3.cl.2.POS.active.imperative.PAST] => |d͡ʐʲ|iː|꜒꜖|ɴˤ|-
[not.Q.3.cl.1.2.3.cl.2.POS.active.conditional.PRES] => |ᵏǀʰˤ|ʉː|꜒|tˤ|-
[not.Q.3.cl.1.2.3.cl.2.POS.active.conditional.PAST] => |kʼʲ|ᵊ|꜖꜒|ɰˤ|-
[not.Q.3.cl.1.2.3.cl.2.POS.active.optative.PRES] => |ɴʷ|i|꜖|wˤ|-
[not.Q.3.cl.1.2.3.cl.2.POS.active.optative.PAST] => |ᵏǃʰʲ|u|꜒|kʼˤ|-
[not.Q.3.cl.1.2.3.cl.2.POS.passive.indicative.PRES] => |qʷ|ᵊ|꜖꜒|tʰˠ|-
[not.Q.3.cl.1.2.3.cl.2.POS.passive.indicative.PAST] => |ɗʲ|a#|꜖꜒|hkˠ|-
[not.Q.3.cl.1.2.3.cl.2.POS.passive.imperative.PRES] => |t͡sʲ|ʉː|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.2.3.cl.2.POS.passive.imperative.PAST] => |t͡ʃ|a|꜖꜒|ɠˠ|-
[not.Q.3.cl.1.2.3.cl.2.POS.passive.conditional.PRES] => |t͡ʃ|u#|̰꜒|ɾʲ|-
[not.Q.3.cl.1.2.3.cl.2.POS.passive.conditional.PAST] => |ɰˠ|i|̰꜒|qˠ|-
[not.Q.3.cl.1.2.3.cl.2.POS.passive.optative.PRES] => |tʰˤ|i|꜒|ŋʲ|-
[not.Q.3.cl.1.2.3.cl.2.POS.passive.optative.PAST] => |t͡ʂˠ|ʉ|̰꜖|nʷ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʲ|ᵊ|꜖|ɓˤ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.active.indicative.PAST] => |hʈˠ|u#ː|꜒꜖|kʲ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.active.imperative.PRES] => |ʈˠ|u#|̰꜖|t͡sʲ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.active.imperative.PAST] => |ᵑǃʷ|iː|꜒꜖|qʼˤ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.active.conditional.PRES] => |wʲ|ᵊ|꜒|ʃʲ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.active.conditional.PAST] => |ɓˤ|ʉ#|꜒|kˠ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.active.optative.PRES] => |ᵏǃʲ|ʉ|꜖|ɓʲ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.active.optative.PAST] => |ɥˠ|i|̰꜖|ʛˠ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.passive.indicative.PRES] => |ɰˠ|uː|̰꜖|qˠ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|i|̰꜖|ɓʲ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.passive.imperative.PRES] => |ʄʲ|i|̰꜖|nˤ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.passive.imperative.PAST] => |hkʲ|i|꜒꜖|rˤ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.passive.conditional.PRES] => |r̥ʲ|i|꜒꜖|ɠʲ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.passive.conditional.PAST] => |d͡ʐˠ|u|꜖|sˠ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.passive.optative.PRES] => |tɬˠ|i|꜒|ɽˠ|-
[not.Q.3.cl.1.2.3.cl.3.NEG.passive.optative.PAST] => |ɴʲ|i|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.active.indicative.PRES] => |ᵑǀʼʲ|iː|̰꜒|qʲ|-
[not.Q.3.cl.1.2.3.cl.3.POS.active.indicative.PAST] => |ᵏǁʲ|i|꜖꜒|pʲ|-
[not.Q.3.cl.1.2.3.cl.3.POS.active.imperative.PRES] => |tʼʷ|a#ː|꜒꜖|qʲ|-
[not.Q.3.cl.1.2.3.cl.3.POS.active.imperative.PAST] => |rʲ|ʉ#ː|꜒꜖|ɴˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.active.conditional.PRES] => |ɽˠ|ʉ#|̰꜖|kʼʷ|-
[not.Q.3.cl.1.2.3.cl.3.POS.active.conditional.PAST] => |t͡sʲ|a|̰꜖|ɻˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.active.optative.PRES] => |hkʷ|a#|꜖꜒|ʂˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.active.optative.PAST] => |ᵏǀʷ|ʉː|꜒꜖|kʰˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.passive.indicative.PRES] => |tʰʲ|iː|꜒|ŋˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.passive.indicative.PAST] => |tʼʷ|aː|꜖|hpˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.passive.imperative.PRES] => |pʰˤ|i|꜒꜖|kˤ|-
[not.Q.3.cl.1.2.3.cl.3.POS.passive.imperative.PAST] => |ɰˠ|ʉ|꜒꜖|ɾʷ|-
[not.Q.3.cl.1.2.3.cl.3.POS.passive.conditional.PRES] => |ᵑǃʼˠ|ᵊ|̰꜖|ɥˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.passive.conditional.PAST] => |ᵑǁʼˠ|u#ː|꜖꜒|ŋ̥ʲ|-
[not.Q.3.cl.1.2.3.cl.3.POS.passive.optative.PRES] => |pʰˠ|u|꜖꜒|ʂˠ|-
[not.Q.3.cl.1.2.3.cl.3.POS.passive.optative.PAST] => |ᵏǀˤ|ʉ#|̰꜖|ɰʲ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.active.indicative.PRES] => |ʈʰʲ|ʉ#ː|꜖꜒|hpˤ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.active.indicative.PAST] => |ʄˠ|ʉ|̰꜖|ɾˠ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.active.imperative.PRES] => |ɓˤ|a#|̰꜖|ɠʷ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.active.imperative.PAST] => |wˠ|u|꜖|j|-
[not.Q.3.cl.1.2.3.cl.4.NEG.active.conditional.PRES] => |ᵏǀˠ|iː|꜖|htʷ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.active.conditional.PAST] => |ᵏǀˤ|i|̰꜖|ʔ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.active.optative.PRES] => |ɠˠ|a|̰꜖|sˤ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.active.optative.PAST] => |wˠ|iː|꜖꜒|n̥ˠ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǁʲ|i|̰꜒|n̥ˠ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.passive.indicative.PAST] => |tʰˤ|ʉ|꜒꜖|ʡʲ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǁʼʲ|ʉː|꜒꜖|ɠˠ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.passive.imperative.PAST] => |ʔ|a|꜒|hkʷ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.passive.conditional.PRES] => |ɴˤ|ʉ|꜖꜒|rʷ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.passive.conditional.PAST] => |ɳʲ|i|꜒|ŋ̥ʷ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.passive.optative.PRES] => |ᵏǃʰˤ|u|̰꜖|ʂʲ|-
[not.Q.3.cl.1.2.3.cl.4.NEG.passive.optative.PAST] => |ᵏǃʼʲ|ʉ|꜒꜖|ʄˠ|-
[not.Q.3.cl.1.2.3.cl.4.POS.active.indicative.PRES] => |ʡʲ|a|꜒꜖|ɰʷ|-
[not.Q.3.cl.1.2.3.cl.4.POS.active.indicative.PAST] => |ɠˤ|iː|̰꜒|ʃʲ|-
[not.Q.3.cl.1.2.3.cl.4.POS.active.imperative.PRES] => |ɴˤ|u#ː|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.1.2.3.cl.4.POS.active.imperative.PAST] => |wˤ|a|꜖꜒|ɴˠ|-
[not.Q.3.cl.1.2.3.cl.4.POS.active.conditional.PRES] => |ɽˠ|a|꜖|ɾʷ|-
[not.Q.3.cl.1.2.3.cl.4.POS.active.conditional.PAST] => |n̥ʷ|a|̰꜖|ɹˤ|-
[not.Q.3.cl.1.2.3.cl.4.POS.active.optative.PRES] => |ɭʲ|a|꜖|d͡ʐˠ|-
[not.Q.3.cl.1.2.3.cl.4.POS.active.optative.PAST] => |ᵑǁʼˠ|ʉ#ː|̰꜒|t͡ʂʲ|-
[not.Q.3.cl.1.2.3.cl.4.POS.passive.indicative.PRES] => |htˠ|uː|꜖|t͡sˠ|-
[not.Q.3.cl.1.2.3.cl.4.POS.passive.indicative.PAST] => |tˠ|ʉ#ː|̰꜖|ɹʲ|-
[not.Q.3.cl.1.2.3.cl.4.POS.passive.imperative.PRES] => |qʼʷ|ʉ|̰꜒|ʋˤ|-
[not.Q.3.cl.1.2.3.cl.4.POS.passive.imperative.PAST] => |ᵑǃˤ|iː|꜖꜒|mʲ|-
[not.Q.3.cl.1.2.3.cl.4.POS.passive.conditional.PRES] => |tʷ|aː|꜒꜖|ʄʲ|-
[not.Q.3.cl.1.2.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʲ|a|꜒|ɗʲ|-
[not.Q.3.cl.1.2.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʰʲ|ʉ|꜖|tʼˤ|-
[not.Q.3.cl.1.2.3.cl.4.POS.passive.optative.PAST] => |ᵏǀʷ|ʉ|꜖|t͡ʃ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.active.indicative.PRES] => |r̥ʷ|a|꜒꜖|ɴˤ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.active.indicative.PAST] => |ᵑǃʼˤ|iː|̰꜒|ʄʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.active.imperative.PRES] => |ɗʲ|a|꜖꜒|ɾˤ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.active.imperative.PAST] => |kʼʷ|i|̰꜒|ʛˤ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.active.conditional.PRES] => |r̥ˠ|a|̰꜖|kʼˠ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.active.conditional.PAST] => |tɬˠ|ᵊ|̰꜒|qʼˠ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.active.optative.PRES] => |ɗˤ|i|̰꜒|ŋʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.active.optative.PAST] => |h|ʉ#ː|꜒|ʛʷ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.passive.indicative.PRES] => |ʛˤ|a#ː|̰꜒|ʈˠ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ᵏǀʷ|ʉ|꜖꜒|n̥ˤ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.passive.imperative.PRES] => |sˠ|i|꜒꜖|ɠʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ᵑǀʼˠ|ᵊ|̰꜖|m̥ˠ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.passive.conditional.PRES] => |hpˤ|iː|꜖|t͡sʷ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ɰˠ|a|̰꜒|ʔ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.passive.optative.PRES] => |ᵑǀˠ|ʉ|̰꜒|sʷ|-
[not.Q.3.cl.1.3.cl.1.1incl.NEG.passive.optative.PAST] => |ɠʷ|a#|꜖|kʷ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.active.indicative.PRES] => |ᵏǃʼʲ|ʉ#ː|꜖꜒|ɹʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.active.indicative.PAST] => |hkʲ|i|꜖꜒|ŋ̥ˤ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.active.imperative.PRES] => |kʰʲ|u|꜒|pʼʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.active.imperative.PAST] => |pʰˠ|a|꜖|pʰʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.active.conditional.PRES] => |ᵑǃʷ|a#ː|̰꜒|n̥ˤ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.active.conditional.PAST] => |ᵏǀʼʲ|i|̰꜖|ʄʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.active.optative.PRES] => |hpʲ|i|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.active.optative.PAST] => |hkˤ|ᵊ|꜒꜖|ɳˠ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.passive.indicative.PRES] => |t͡sˠ|i|꜒꜖|d͡ʐʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.passive.indicative.PAST] => |ᵏǀʼˤ|a|̰꜖|nˠ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.passive.imperative.PRES] => |ʈʰʲ|ᵊ|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.passive.imperative.PAST] => |ᵏǃˠ|i|̰꜖|tʼʲ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.passive.conditional.PRES] => |ɠʲ|ᵊ|꜒|r̥ʷ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.passive.conditional.PAST] => |ʛʷ|i|꜖|ɓˠ|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.passive.optative.PRES] => |pʰʲ|i#|꜒|h|-
[not.Q.3.cl.1.3.cl.1.1incl.POS.passive.optative.PAST] => |r̥ʷ|ᵊ|꜒|ɽˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.active.indicative.PRES] => |sˤ|i|꜒꜖|ɠʷ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.active.indicative.PAST] => |ɰʷ|ʉ|꜖|htˤ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.active.imperative.PRES] => |m̥ˤ|u#|꜖꜒|tɬʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.active.imperative.PAST] => |ŋ̥ʷ|ᵊ|꜒|ŋˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.active.conditional.PRES] => |ɻˠ|ᵊ|꜖|kˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.active.conditional.PAST] => |kʰˤ|ʉ#ː|꜒|tʰˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.active.optative.PRES] => |pˤ|i#ː|꜒|n̥ʷ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.active.optative.PAST] => |nʷ|ʉ|꜒꜖|ʂˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.passive.indicative.PRES] => |nˤ|a|꜖|ʈʼˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.passive.indicative.PAST] => |hkʲ|ᵊ|̰꜒|n̥ˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.passive.imperative.PRES] => |hʈˠ|a|꜖꜒|r̥ʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ŋ̥ˠ|i|̰꜖|qʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.passive.conditional.PRES] => |tˤ|aː|꜒꜖|ɗˤ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ɴʷ|i|꜒꜖|ɗˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.passive.optative.PRES] => |t͡sʷ|ʉː|꜖꜒|ʡʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.NEG.passive.optative.PAST] => |ᵑǀˠ|a#ː|꜖꜒|tʼʷ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.active.indicative.PRES] => |ŋ̥ʷ|i|꜒|ʈʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.active.indicative.PAST] => |ɥˠ|a#|꜒|ʂʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.active.imperative.PRES] => |kˠ|ʉ|꜒꜖|ɥˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.active.imperative.PAST] => |wˤ|iː|̰꜖|ʛˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.active.conditional.PRES] => |ɽʲ|i#|꜖|rˤ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.active.conditional.PAST] => |ᵏǃʼʲ|ᵊ|̰꜒|nʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.active.optative.PRES] => |m̥ˤ|a|꜒|ɥʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.active.optative.PAST] => |tʰˤ|a#|꜒꜖|tˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.passive.indicative.PRES] => |ᵏǃʰʲ|aː|꜖|qˤ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.passive.indicative.PAST] => |t͡ʃ|i|꜒꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.passive.imperative.PRES] => |ᵏǁʰʲ|ʉ#ː|꜒|d͡ʐʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.passive.imperative.PAST] => |wʲ|a|̰꜖|ɓˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.passive.conditional.PRES] => |kʰʲ|u#|̰꜒|ʜˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.passive.conditional.PAST] => |pˠ|aː|̰꜖|ʋʲ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.passive.optative.PRES] => |t͡sˠ|i|̰꜖|ʈʰˠ|-
[not.Q.3.cl.1.3.cl.1.1excl.POS.passive.optative.PAST] => |tʼʷ|a#|꜒꜖|pʰˠ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.active.indicative.PRES] => |ᵑǁʼˠ|u#|꜖|ŋˤ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.active.indicative.PAST] => |pʼˠ|uː|̰꜒|r̥ˠ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.active.imperative.PRES] => |tʰˠ|i#|꜖|ɥʲ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.active.imperative.PAST] => |ᵏǃʼˠ|aː|꜖꜒|tɬˠ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.active.conditional.PRES] => |ɴˤ|a|꜖꜒|ɠˠ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.active.conditional.PAST] => |ŋʷ|iː|꜖|n̥ˤ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.active.optative.PRES] => |nˤ|a|꜖|ɓʲ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.active.optative.PAST] => |r̥ˠ|u|꜒꜖|kˤ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.passive.indicative.PRES] => |ɠˤ|i#ː|꜖꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.passive.indicative.PAST] => |nˠ|ᵊ|꜒꜖|pʼˤ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.passive.imperative.PRES] => |tɬˠ|i|꜖|kʰˠ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.passive.imperative.PAST] => |ᵏǃʷ|ʉ#ː|꜖꜒|ɓˤ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.passive.conditional.PRES] => |ᵏǃʰʷ|i|̰꜖|ɰˤ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.passive.conditional.PAST] => |hpʲ|i|꜒꜖|sʷ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.passive.optative.PRES] => |tʼˠ|a|̰꜖|qʼˠ|-
[not.Q.3.cl.1.3.cl.1.2.NEG.passive.optative.PAST] => |h|ᵊ|꜒꜖|ʈʲ|-
[not.Q.3.cl.1.3.cl.1.2.POS.active.indicative.PRES] => |hkʲ|uː|꜒|ʜʲ|-
[not.Q.3.cl.1.3.cl.1.2.POS.active.indicative.PAST] => |t͡sʷ|i|꜒|kʰˠ|-
[not.Q.3.cl.1.3.cl.1.2.POS.active.imperative.PRES] => |wʲ|ᵊ|̰꜒|tʼˠ|-
[not.Q.3.cl.1.3.cl.1.2.POS.active.imperative.PAST] => |tʷ|a|꜖꜒|ʡˠ|-
[not.Q.3.cl.1.3.cl.1.2.POS.active.conditional.PRES] => |ᵏǃˠ|i|꜒꜖|r̥ˤ|-
[not.Q.3.cl.1.3.cl.1.2.POS.active.conditional.PAST] => |r̥ʲ|ʉ#|̰꜒|nʷ|-
[not.Q.3.cl.1.3.cl.1.2.POS.active.optative.PRES] => |ʈʰˠ|u|꜖|pʼˠ|-
[not.Q.3.cl.1.3.cl.1.2.POS.active.optative.PAST] => |ɳ̥ˠ|i#|꜖|ʛˠ|-
[not.Q.3.cl.1.3.cl.1.2.POS.passive.indicative.PRES] => |n̥ˤ|u#|̰꜒|tʼʲ|-
[not.Q.3.cl.1.3.cl.1.2.POS.passive.indicative.PAST] => |rˠ|uː|꜒|lˠ|-
[not.Q.3.cl.1.3.cl.1.2.POS.passive.imperative.PRES] => |ŋ̥ˤ|ᵊ|꜖꜒|rʷ|-
[not.Q.3.cl.1.3.cl.1.2.POS.passive.imperative.PAST] => |ɰʲ|i|̰꜒|ɥˠ|-
[not.Q.3.cl.1.3.cl.1.2.POS.passive.conditional.PRES] => |ɳ̥ˠ|ʉ#|꜖|r̥ˠ|-
[not.Q.3.cl.1.3.cl.1.2.POS.passive.conditional.PAST] => |ᵏǀʰʷ|ʉ#ː|꜒|t͡ʂʲ|-
[not.Q.3.cl.1.3.cl.1.2.POS.passive.optative.PRES] => |t͡sʷ|a|̰꜖|ɹʷ|-
[not.Q.3.cl.1.3.cl.1.2.POS.passive.optative.PAST] => |tʷ|a|̰꜖|ŋ̥ʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵑǃˠ|i|꜒꜖|ŋˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |sˤ|aː|꜖꜒|r̥ˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |ɰˤ|ʉ|̰꜖|ɭˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |tʷ|ᵊ|꜒|mˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |htˠ|a|̰꜖|r̥ʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ᵏǃʷ|ᵊ|꜒꜖|ɗʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |ᵏǁˠ|i|꜒꜖|rˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ɠˤ|u#|̰꜒|ɠʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |hpˠ|uː|꜖|ɴʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ʔ|ᵊ|꜒|ɠˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʼʷ|a|̰꜒|ʋˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ɠˠ|i|꜒|ʡˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǁʲ|ᵊ|̰꜒|htʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |h|i#ː|꜖|kʰʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |ᵏǀʰˤ|i#ː|꜖|ɽˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ɠʷ|ᵊ|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ɹʷ|a#|꜖|r̥ʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |tˠ|ʉ#ː|꜖꜒|sʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |ɗʲ|aː|̰꜒|m̥ʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ᵑǀʷ|aː|꜒꜖|ŋʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ɗʲ|aː|꜒|htˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |ŋʷ|ʉː|꜖꜒|tˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.active.optative.PRES] => |n̥ʷ|ʉ#|꜒|ɗˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.active.optative.PAST] => |ɴʷ|ʉ|̰꜒|ɰˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ᵑǀʼˤ|i#ː|̰꜖|ŋ̥ˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |qʼˤ|ᵊ|꜖|qˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |mˠ|i|꜖|qʼˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |qʼˠ|ʉː|̰꜒|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |hkʲ|i#ː|꜒|tˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |ᵑǃʼˤ|i#|꜖|ʛˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |tʼʷ|a|꜒꜖|ɹˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |htʷ|ᵊ|̰꜖|htˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |qʲ|a#ː|꜖꜒|n̥ʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |hʈˠ|ʉ|꜒|ɓˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |ʈʰʲ|u|̰꜒|ɥʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʰʷ|aː|̰꜖|qʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ɰˤ|aː|꜖|htˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ʂʲ|aː|꜖|ʃʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ʋˤ|iː|̰꜒|rʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |r̥ˤ|i|꜖꜒|ɓʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |pʰˠ|ʉ|꜖꜒|ɠʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |n̥ˤ|i|̰꜒|hpʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ɽˠ|i|꜖꜒|ɠʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |wˠ|u|꜒꜖|ʃʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǃʰˠ|u#ː|̰꜒|ʋˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |htʷ|i#ː|̰꜒|ʃʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |ᵑǃʼˠ|ᵊ|̰꜒|t͡ʂˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |ɴʲ|aː|꜒꜖|kˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |ʂˠ|iː|̰꜖|ŋˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ᵑǀˠ|a|꜒|ʂʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |sˤ|u#ː|꜖|mˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |qʼʲ|i|꜖|qˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ᵑǃʼˠ|i|꜖꜒|hkʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |t͡sʲ|u|꜒|htʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.active.optative.PRES] => |sʷ|a|꜒꜖|pʼʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ᵏǀʰˤ|ʉ#|꜖|wʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |sˠ|u#|꜖|tˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |sʲ|ʉ|̰꜖|ɾʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ᵏǃʼˤ|i|꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀʼˤ|ᵊ|꜒꜖|ɓˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |kʼʷ|i|̰꜒|ɴʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |pʼˠ|i#ː|꜒꜖|ʈʼˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |tˠ|u|꜒꜖|sˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |kʰˤ|ᵊ|꜖꜒|tʰˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |htˠ|i|̰꜒|ŋʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ɥˤ|ᵊ|꜒|ɾˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |tʰʲ|u|꜒|kʰʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |kˠ|ʉ|̰꜖|qˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |ᵑǁʲ|ᵊ|̰꜖|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ʛˤ|u|꜖|ɴʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ʈʼˠ|u|̰꜖|ʈʰʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |ʈˠ|ᵊ|̰꜖|kʰˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǁʰʲ|i#ː|̰꜒|t͡sˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |tʰˠ|u|꜒|tʼˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |tʼʲ|ᵊ|꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |htʷ|a|꜒|tʰʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |pʲ|ᵊ|̰꜖|sʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |kˠ|aː|꜒|mˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |ᵏǁʲ|u#|꜖꜒|t͡sˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |ʛˤ|u|꜒|d͡ʐʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |ᵑǁʼˠ|u|꜒꜖|ɠˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |ᵏǀˤ|ʉ|̰꜒|ʔ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |mˠ|ʉː|꜖|ʛʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |tɬˠ|i#|̰꜖|kʰˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ᵑǀʼˤ|ʉː|꜒|tɬʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |tʰˤ|ʉ|꜒꜖|nˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.active.optative.PRES] => |t͡sˤ|u|꜖꜒|hpˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ᵏǀʰʲ|aː|꜖|ɰˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |tʼʲ|ʉ|̰꜖|ɾʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |j|a|꜖|ʈʰˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |kʼˤ|i|꜒|m̥ʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |tʼˠ|a|꜒|sˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ʂˠ|i#ː|꜖|pˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ʂʲ|a#ː|꜒꜖|ʈʰʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |ʈʰʲ|i|꜖|ɠˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |htʲ|ᵊ|̰꜒|lˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʼʲ|a|꜖|ɹˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |kˠ|i|꜒꜖|qʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |hkʲ|ᵊ|꜒꜖|ɴˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |tʰˠ|i|꜖꜒|kʼˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |kʼʲ|uː|꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |kˠ|u#ː|꜒꜖|ɥˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |t͡ʂˠ|ʉː|꜒|ɾʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ᵑǁʼˠ|a|̰꜒|ɗʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ɴˤ|ᵊ|̰꜖|ɳʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǃʲ|u#ː|꜒꜖|ɭʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ɹʷ|a#ː|꜒|qʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |mˤ|a|꜒|mˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |ʃʲ|a#ː|̰꜖|pʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |pʰˠ|ʉ|̰꜖|mˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ʂʲ|i|̰꜖|qˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |d͡ʐˠ|ʉː|꜖꜒|hkʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |mʲ|ᵊ|꜖|d͡ʐˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |tʼˤ|i#ː|꜒|r̥ˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ɰˤ|aː|꜖꜒|ɥˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |ɰʷ|i#|꜖꜒|ʋˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ᵑǀʲ|u#|꜒|tˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ᵑǀʲ|aː|꜖|ŋ̥ʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.active.optative.PRES] => |kʰˤ|uː|꜖|ɗˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ʄʲ|a|̰꜖|qˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |hpˠ|ᵊ|꜖|sʲ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |tʰˠ|i#|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ᵑǃˠ|u|꜖꜒|pʰˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ᵑǁʲ|ʉ#ː|꜖|ɾʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ɽˠ|ʉ#|꜖|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ᵑǀʲ|ʉ|꜒|qˤ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |kʰʷ|i#|꜒꜖|tʼʷ|-
[not.Q.3.cl.1.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |ᵑǃˤ|ʉ|꜒꜖|tʰˤ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.active.indicative.PRES] => |r̥ˠ|ᵊ|꜖|qʼʷ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.active.indicative.PAST] => |ɠʷ|iː|꜖꜒|ɾʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.active.imperative.PRES] => |nʲ|ʉ|꜒꜖|ɻʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.active.imperative.PAST] => |nˠ|ʉ|꜖꜒|ʄˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.active.conditional.PRES] => |ɗʷ|ᵊ|꜖꜒|ɽʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.active.conditional.PAST] => |ᵑǁʲ|ʉ|꜖꜒|hpˤ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.active.optative.PRES] => |ᵑǀʼʲ|ᵊ|̰꜒|ʡʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.active.optative.PAST] => |tʷ|ʉ#ː|̰꜖|tɬʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.passive.indicative.PRES] => |kʰˠ|u|꜒|ʃʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.passive.indicative.PAST] => |lʲ|a#ː|꜖꜒|ɴʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.passive.imperative.PRES] => |ᵏǃʰˠ|iː|꜒|ŋ̥ˤ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.passive.imperative.PAST] => |n̥ˠ|ʉ#ː|꜒꜖|ʂˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ᵏǀʰʷ|a#|꜒|m̥ˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ɴʲ|a#|꜖|ɰˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.passive.optative.PRES] => |ɥˠ|i#ː|꜖|ŋ̥ʷ|-
[not.Q.3.cl.1.3.cl.2.1incl.NEG.passive.optative.PAST] => |hpʲ|ʉ#|̰꜒|ʋʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.active.indicative.PRES] => |ᵏǃʰˠ|a#|꜒꜖|tʰʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.active.indicative.PAST] => |qʼʲ|a|꜖꜒|hkˤ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.active.imperative.PRES] => |qʼˠ|a|̰꜖|sʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.active.imperative.PAST] => |ɗˤ|a|꜖|qʼˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.active.conditional.PRES] => |ʈʼˠ|u#ː|̰꜒|t͡sʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.active.conditional.PAST] => |ᵏǃʷ|ᵊ|꜒꜖|ʜʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.active.optative.PRES] => |ɓʲ|ʉ|̰꜒|kʼˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.active.optative.PAST] => |kˤ|ᵊ|꜒꜖|lʲ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.passive.indicative.PRES] => |ᵏǁʼʲ|aː|꜒꜖|t͡sˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.passive.indicative.PAST] => |ʃʲ|iː|̰꜒|hpˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.passive.imperative.PRES] => |ɾˠ|uː|꜒꜖|j|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.passive.imperative.PAST] => |ɗˤ|ᵊ|꜖꜒|ɾˠ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.passive.conditional.PRES] => |htˠ|i#|̰꜒|ʔ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.passive.conditional.PAST] => |ᵏǁʲ|a|꜒|ʛʷ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.passive.optative.PRES] => |pʰʲ|ᵊ|̰꜒|m̥ˤ|-
[not.Q.3.cl.1.3.cl.2.1incl.POS.passive.optative.PAST] => |kʼˤ|i|꜒|ɾʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.active.indicative.PRES] => |sʲ|aː|꜒|ɰˤ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.active.indicative.PAST] => |ɭʲ|ᵊ|꜒꜖|pʼˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.active.imperative.PRES] => |hʈʲ|ʉ|꜖꜒|kˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.active.imperative.PAST] => |t͡ʂˠ|ᵊ|꜖꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.active.conditional.PRES] => |ŋ̥ʲ|i|꜖꜒|ɗʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.active.conditional.PAST] => |tˠ|i|꜒꜖|tʼˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.active.optative.PRES] => |ɥˤ|i|̰꜒|lʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.active.optative.PAST] => |ᵏǀʷ|ʉ|꜖|pʼˤ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ʛˤ|aː|̰꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.passive.indicative.PAST] => |qʼˠ|ʉ#ː|꜖꜒|t͡sˤ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ŋˤ|i#|̰꜖|wˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.passive.imperative.PAST] => |m̥ˠ|i|̰꜒|sʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.passive.conditional.PRES] => |ʋˤ|ʉ#ː|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.passive.conditional.PAST] => |sʲ|ᵊ|꜒꜖|pʼʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.passive.optative.PRES] => |ŋ̥ʲ|i|꜖|ɠˤ|-
[not.Q.3.cl.1.3.cl.2.1excl.NEG.passive.optative.PAST] => |ɥˠ|u#|꜖꜒|t͡sʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.active.indicative.PRES] => |ᵏǃʼˤ|i|꜖꜒|sˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.active.indicative.PAST] => |ᵑǀʼʲ|u|̰꜒|r̥ˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.active.imperative.PRES] => |r̥ʲ|iː|̰꜖|ɭˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.active.imperative.PAST] => |ᵏǀʼʷ|a|̰꜒|pʰˤ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.active.conditional.PRES] => |nˠ|uː|꜖꜒|t͡sʷ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.active.conditional.PAST] => |tɬˠ|iː|꜖|kˤ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.active.optative.PRES] => |ŋˠ|i|꜒|rʷ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.active.optative.PAST] => |ŋʷ|a|꜖|kʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.passive.indicative.PRES] => |htˠ|i|̰꜒|ʂʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.passive.indicative.PAST] => |lʲ|i|꜖꜒|ɳˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.passive.imperative.PRES] => |pʲ|ᵊ|꜖|kˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.passive.imperative.PAST] => |ʃʲ|ᵊ|̰꜖|m̥ˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.passive.conditional.PRES] => |wʲ|ʉ|̰꜖|pˠ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.passive.conditional.PAST] => |pʼˠ|ʉ|꜖꜒|ɭʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.passive.optative.PRES] => |ɠˤ|i|꜖꜒|tʲ|-
[not.Q.3.cl.1.3.cl.2.1excl.POS.passive.optative.PAST] => |ᵏǀʲ|i#|꜒꜖|ɗˤ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.active.indicative.PRES] => |j|a|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.active.indicative.PAST] => |ᵏǃʼʲ|i|꜒|ɻˠ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.active.imperative.PRES] => |t͡ʃ|u#ː|꜒|kʷ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.active.imperative.PAST] => |ŋ̥ˤ|a|꜖|d͡ʐʲ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.active.conditional.PRES] => |kʼˤ|iː|꜒|tˤ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.active.conditional.PAST] => |ɳˠ|u#|̰꜖|kʼʲ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.active.optative.PRES] => |ᵏǁˠ|i|̰꜒|ɓˤ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.active.optative.PAST] => |ᵏǁˠ|aː|꜖|ɠʲ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.passive.indicative.PRES] => |lʲ|a|̰꜒|ɾʷ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.passive.indicative.PAST] => |hkˤ|a|꜖꜒|ɽˠ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.passive.imperative.PRES] => |tɬʲ|iː|̰꜖|ʂʲ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.passive.imperative.PAST] => |ʈʼʲ|a|꜖꜒|ʛʲ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.passive.conditional.PRES] => |tʰʲ|a|꜖|qʼʷ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.passive.conditional.PAST] => |ᵏǃʼʲ|iː|̰꜖|ɠˤ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.passive.optative.PRES] => |ᵑǁʲ|ʉː|꜖|ɴʷ|-
[not.Q.3.cl.1.3.cl.2.2.NEG.passive.optative.PAST] => |ɓʲ|a|꜒꜖|ɓˠ|-
[not.Q.3.cl.1.3.cl.2.2.POS.active.indicative.PRES] => |pˤ|u|꜖꜒|rʷ|-
[not.Q.3.cl.1.3.cl.2.2.POS.active.indicative.PAST] => |kʼˤ|u|̰꜒|kʼˤ|-
[not.Q.3.cl.1.3.cl.2.2.POS.active.imperative.PRES] => |qʼʲ|ʉ|꜒꜖|nˠ|-
[not.Q.3.cl.1.3.cl.2.2.POS.active.imperative.PAST] => |tʰʷ|ʉ|̰꜖|t͡sˤ|-
[not.Q.3.cl.1.3.cl.2.2.POS.active.conditional.PRES] => |ɠʷ|ᵊ|꜖꜒|qʼʷ|-
[not.Q.3.cl.1.3.cl.2.2.POS.active.conditional.PAST] => |ᵏǀʼʷ|ʉ#ː|꜒꜖|sˤ|-
[not.Q.3.cl.1.3.cl.2.2.POS.active.optative.PRES] => |ɥˤ|a#|꜒|ŋ̥ˤ|-
[not.Q.3.cl.1.3.cl.2.2.POS.active.optative.PAST] => |m̥ˤ|i|꜖|ʛˠ|-
[not.Q.3.cl.1.3.cl.2.2.POS.passive.indicative.PRES] => |ᵏǃˤ|u|꜖꜒|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.2.2.POS.passive.indicative.PAST] => |m̥ˠ|u|꜖|ɾˤ|-
[not.Q.3.cl.1.3.cl.2.2.POS.passive.imperative.PRES] => |rˠ|i|̰꜖|ɽˠ|-
[not.Q.3.cl.1.3.cl.2.2.POS.passive.imperative.PAST] => |ʈʰˠ|ʉ|̰꜒|r̥ˠ|-
[not.Q.3.cl.1.3.cl.2.2.POS.passive.conditional.PRES] => |n̥ˠ|u|̰꜖|ɠˤ|-
[not.Q.3.cl.1.3.cl.2.2.POS.passive.conditional.PAST] => |h|a#ː|꜒|ɭʲ|-
[not.Q.3.cl.1.3.cl.2.2.POS.passive.optative.PRES] => |pʲ|ᵊ|꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.2.2.POS.passive.optative.PAST] => |n̥ˤ|u#ː|꜒꜖|tʰˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ʃʲ|a#ː|̰꜒|j|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |wˤ|a|꜖꜒|t͡sʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ɠʷ|a#ː|̰꜖|kˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ɓʲ|ᵊ|꜒|ɠʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ʂˠ|u|꜒|ʋˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ɴˤ|a|̰꜒|tʼˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |hpˠ|i#|꜖|ʔ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |h|u|̰꜒|pʰʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǃʼʷ|ᵊ|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ɥʲ|ʉː|꜖|kʰˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʰˠ|uː|̰꜖|tʰʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |sˠ|i|꜖|nʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |ɳʲ|i|̰꜖|t͡ʃ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ʜʲ|ʉ|̰꜖|tʰʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |pʰˠ|iː|꜒꜖|ɾˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |qʼˠ|ᵊ|̰꜖|hkˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ɴˠ|a|꜖꜒|ɰʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |r̥ˤ|ᵊ|꜒|kˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |ɹʷ|ʉ#ː|̰꜒|ɠʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |kʰʷ|a|̰꜖|ɭʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ɳ̥ˠ|a|꜖|kʼʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |ŋ̥ʲ|i|꜖|qʼˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.optative.PRES] => |kʲ|i#|꜒|ɽˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.optative.PAST] => |nʲ|u|꜒꜖|tʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |mˠ|u|꜖꜒|qˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |t͡ʂʲ|ʉ#ː|̰꜒|d͡ʐˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ɭˠ|i|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |hʈˠ|ʉ|꜒|ʋʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |m̥ˠ|ᵊ|꜒꜖|rˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |qˠ|iː|꜖꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |n̥ˠ|iː|꜖|sʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |m̥ˠ|i#ː|꜖|ɹʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |ʋˠ|ᵊ|꜒꜖|m̥ʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |qˤ|ʉ#ː|꜖꜒|ɾʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |sʲ|a|꜒|ŋ̥ʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |qʼʷ|ʉ|꜒|t͡sʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ʛʷ|ʉ|̰꜒|ɗʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ɳ̥ˠ|a|꜒꜖|ʋˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǃʼˤ|a#ː|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |mʲ|a|꜖|mʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǃʲ|i|꜒|ʡʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |n̥ˤ|u|꜖|ʔ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǁʼʲ|ᵊ|꜒|sʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |htˤ|i|꜒꜖|ɰʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǃʼˤ|u|꜒꜖|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |pʼˤ|u|꜖꜒|ɾʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |tʰʷ|a|꜖꜒|lʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʰˠ|u|꜖꜒|ɾʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |j|ʉ|̰꜖|sˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |rˤ|i|̰꜒|ʈʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |ᵏǀʷ|ᵊ|̰꜖|qʼʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |hpˤ|aː|꜖|ɴˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ɻʲ|ʉ|꜒|ʔ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |pʰˤ|a#|̰꜖|kˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ɹˠ|uː|꜒|ɹˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ᵏǁʰˠ|a#ː|꜒|ʜˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |j|a|꜒|ŋˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |ʛˤ|iː|꜒꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |ᵏǃʼˤ|ʉ#|꜖꜒|r̥ʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ŋˤ|a#ː|꜒|ʃˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |pˤ|aː|꜒꜖|mˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ɽʲ|i|̰꜒|t͡ʂʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |hʈʲ|ʉ#ː|꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ʈʼˠ|a|꜒꜖|ʄˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ᵏǁʼˠ|a#|̰꜖|ʃˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |tʰʷ|i|꜒꜖|tʰʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ŋ̥ˤ|ᵊ|꜖|ɾʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ʡˠ|iː|̰꜒|mˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ᵑǁʼʲ|a|꜒|m̥ʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |pʲ|i|̰꜒|ɽˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |t͡ʃ|ʉ|̰꜒|tʼˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |nˠ|a#ː|꜒|ɹʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǀʼˤ|ʉː|̰꜒|qˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |kʼˠ|a|꜖꜒|n̥ʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃʷ|i#ː|̰꜖|qʼˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǃʼʷ|ᵊ|꜖꜒|lʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |m̥ˤ|iː|꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |mʲ|u|꜖|pʰʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ʈʼʲ|aː|̰꜒|ʈʼˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |r̥ˠ|a|꜒꜖|t͡sˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |ŋˠ|i#ː|꜖|ʈʼˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ɴʷ|aː|꜖꜒|ɳ̥ʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |tʼʲ|ᵊ|̰꜖|tʰʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |htʲ|i#ː|̰꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |ᵏǀʰʲ|i|̰꜒|ʄʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |tɬˠ|ᵊ|꜖|ɗʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ʈʰʲ|u#ː|꜖꜒|tʼʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ɗˤ|i|꜒|t͡ʃ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |hkˠ|ʉ|꜖꜒|ɾˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |n̥ˠ|uː|꜖|mˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ɴʲ|uː|̰꜒|ɻʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ᵑǀʼʲ|ʉː|꜖꜒|ɻʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ᵑǃʼˠ|ʉ|̰꜒|qʼˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |pʲ|i|꜒꜖|tʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |ᵑǃʼˠ|ᵊ|꜒꜖|ɰʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |t͡ʂʲ|ᵊ|̰꜒|nʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |tʼˤ|ʉ|꜒|ʄʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ᵑǀʼˠ|ᵊ|꜖|lʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |hʈˠ|ʉ#|꜖|pˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |ʈʼʲ|i|̰꜒|hkˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ɳ̥ʲ|a|̰꜒|ɰˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ɓˠ|ʉ|꜒|nˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |d͡ʐʲ|u#|꜒|r̥ˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |wʲ|aː|꜒꜖|t͡sˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ɳˠ|a|̰꜒|ɳʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǀʼʷ|a|꜖|tʰˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ɰˤ|a#|꜒꜖|t͡sˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ɴʲ|ʉː|꜒꜖|hkˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǀˠ|ᵊ|̰꜖|ʈʼˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǀʼʲ|ʉ|̰꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |rʲ|ʉː|̰꜒|ʄˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |n̥ʲ|ᵊ|꜖|ʂʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |sʲ|ʉː|꜒꜖|ɠʷ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |ᵏǃˠ|ʉ|̰꜒|m̥ˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |hkˤ|ᵊ|꜖꜒|t͡sˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |pʰˠ|uː|꜒|ɠˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ɴʲ|a|꜒|tʼˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |ᵑǃʷ|ᵊ|꜖|pʼˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ʈʲ|ᵊ|꜖|ʔ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ɠˤ|a|꜖|ɴˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |qʷ|a#ː|̰꜖|ɥʲ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |ᵏǃˠ|ʉ|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |qʼˤ|i|꜒꜖|ŋ̥ˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |n̥ˤ|i|꜒|ɠˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |ᵑǀʼʷ|a|꜒꜖|ʈˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |pʼʲ|a#|꜒꜖|qˠ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |ʃˠ|u|꜒|qʼˤ|-
[not.Q.3.cl.1.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |d͡ʐʲ|ᵊ|̰꜒|tʼʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.active.indicative.PRES] => |ʄˠ|a|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.active.indicative.PAST] => |ᵏǃˠ|ʉː|꜖|ɗʷ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.active.imperative.PRES] => |t͡ʂʲ|i|꜖|ɓˠ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.active.imperative.PAST] => |pˠ|ʉ#ː|̰꜒|ɴʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.active.conditional.PRES] => |ᵏǀʼʷ|a|̰꜒|pˤ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.active.conditional.PAST] => |ɰˤ|a#ː|꜖꜒|ʛʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.active.optative.PRES] => |ɗˤ|i|꜒|sˤ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.active.optative.PAST] => |ᵏǃʲ|i|꜒꜖|rˤ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.passive.indicative.PRES] => |hkʲ|i|꜖|qʼʷ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ᵏǁʰˠ|ᵊ|꜒|pʼˠ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ᵏǃʲ|u#ː|꜒꜖|ɻˠ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.passive.imperative.PAST] => |t͡ʂˠ|ᵊ|꜒꜖|ʄʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.passive.conditional.PRES] => |ɰˠ|ʉː|̰꜖|ɴʷ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.passive.conditional.PAST] => |ʈʼˠ|ʉ#|̰꜖|sʷ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.passive.optative.PRES] => |j|ʉ#ː|̰꜒|sʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.NEG.passive.optative.PAST] => |ʋˤ|u|꜖꜒|hʈˠ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.active.indicative.PRES] => |ᵑǀˤ|a|꜒꜖|hpˤ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.active.indicative.PAST] => |ᵏǃʼʷ|i|̰꜖|ɴʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.active.imperative.PRES] => |qˤ|a|꜖꜒|pʼˠ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.active.imperative.PAST] => |hkʲ|ᵊ|꜒|kʰˠ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.active.conditional.PRES] => |ᵑǃˤ|a#|꜖|pʼʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.active.conditional.PAST] => |t͡sʲ|a|꜒꜖|n̥ʷ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.active.optative.PRES] => |qˠ|iː|̰꜖|tʼʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.active.optative.PAST] => |ᵑǀˠ|iː|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.passive.indicative.PRES] => |ɾʷ|a|꜖|ɻˠ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.passive.indicative.PAST] => |pʰˤ|aː|꜖|tʰʷ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.passive.imperative.PRES] => |pˠ|i#|̰꜖|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.passive.imperative.PAST] => |htˠ|a|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.passive.conditional.PRES] => |ɠʷ|ʉː|꜒|qʼʷ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.passive.conditional.PAST] => |ᵑǀʼʲ|i|꜒|hpˤ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.passive.optative.PRES] => |h|iː|꜒|d͡ʐˠ|-
[not.Q.3.cl.1.3.cl.3.1incl.POS.passive.optative.PAST] => |mʲ|aː|꜖꜒|ɭʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.active.indicative.PRES] => |t͡sʷ|a|꜖|ɴˤ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.active.indicative.PAST] => |ᵑǀʼˤ|a|̰꜒|rˠ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.active.imperative.PRES] => |ᵑǁʲ|ʉ#ː|꜖꜒|t͡ʂʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.active.imperative.PAST] => |ʃˠ|i#ː|꜒|t͡ʃ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.active.conditional.PRES] => |kʰˠ|u|꜒|ʈʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.active.conditional.PAST] => |n̥ˤ|a#ː|꜖|sˠ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.active.optative.PRES] => |ɹˠ|a|꜖|ɹʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.active.optative.PAST] => |ᵏǃʷ|i#|̰꜒|hpʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ʜˠ|i|̰꜒|ɗʷ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.passive.indicative.PAST] => |tɬʲ|u|̰꜖|tʼˤ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.passive.imperative.PRES] => |hʈʲ|ʉ|꜒꜖|tʰˤ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ᵏǀʰʲ|u#ː|꜖꜒|ɴʷ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.passive.conditional.PRES] => |htˤ|i#ː|꜖꜒|t͡ʃ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.passive.conditional.PAST] => |ŋ̥ˤ|ʉ|꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.passive.optative.PRES] => |ɾʷ|aː|꜖|ʄˠ|-
[not.Q.3.cl.1.3.cl.3.1excl.NEG.passive.optative.PAST] => |rˤ|ᵊ|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.active.indicative.PRES] => |m̥ˤ|i#ː|̰꜖|lˠ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.active.indicative.PAST] => |ʈˠ|i|꜖|ɓʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.active.imperative.PRES] => |ᵏǁʲ|a|꜒|ŋ̥ˤ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.active.imperative.PAST] => |tʰʲ|a|̰꜒|mʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.active.conditional.PRES] => |ɗˠ|a|꜖꜒|n̥ʷ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.active.conditional.PAST] => |n̥ʷ|i|꜖꜒|ɾʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.active.optative.PRES] => |ʡˠ|i#ː|꜖|tʼʷ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.active.optative.PAST] => |ŋ̥ˠ|ᵊ|̰꜖|ɥʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.passive.indicative.PRES] => |qʷ|ʉ|̰꜒|ʈʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.passive.indicative.PAST] => |hkʷ|aː|꜖꜒|ʃʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.passive.imperative.PRES] => |ᵏǀʼʲ|aː|꜖|ʂʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.passive.imperative.PAST] => |ᵏǁʼʲ|u#|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.passive.conditional.PRES] => |qʼʲ|ᵊ|̰꜒|ɥˠ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.passive.conditional.PAST] => |ᵏǃʼʲ|ʉ#|̰꜖|hpˠ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.passive.optative.PRES] => |ʈʰʲ|a#|꜖|ɰʷ|-
[not.Q.3.cl.1.3.cl.3.1excl.POS.passive.optative.PAST] => |ɻˠ|u|̰꜖|ɰˤ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.active.indicative.PRES] => |ʛʷ|ʉ|꜖꜒|tʼʲ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.active.indicative.PAST] => |ʔ|aː|꜒|qˠ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.active.imperative.PRES] => |hʈʲ|ʉ|꜖꜒|m̥ʲ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.active.imperative.PAST] => |tʼˠ|iː|꜒꜖|ɗʲ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.active.conditional.PRES] => |ɳʲ|u|꜖꜒|qˤ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.active.conditional.PAST] => |ᵑǀʼˤ|iː|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.active.optative.PRES] => |mˠ|iː|̰꜖|qˠ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.active.optative.PAST] => |pʰˤ|ᵊ|꜖꜒|sˤ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.passive.indicative.PRES] => |kʼʲ|i|̰꜒|m̥ˠ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.passive.indicative.PAST] => |kʰʷ|iː|꜒꜖|qʼˠ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.passive.imperative.PRES] => |ɥˠ|ᵊ|̰꜖|rʷ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.passive.imperative.PAST] => |ᵏǀʰˤ|ᵊ|꜒꜖|r̥ˤ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.passive.conditional.PRES] => |ᵑǃˠ|ᵊ|꜖꜒|tʷ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.passive.conditional.PAST] => |ᵏǀˤ|a#|꜖|pʼʲ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.passive.optative.PRES] => |kʰˠ|a|꜖꜒|ɗʲ|-
[not.Q.3.cl.1.3.cl.3.2.NEG.passive.optative.PAST] => |qʼʲ|aː|̰꜖|ʈʰˠ|-
[not.Q.3.cl.1.3.cl.3.2.POS.active.indicative.PRES] => |kʰˤ|u|꜖꜒|ʋʲ|-
[not.Q.3.cl.1.3.cl.3.2.POS.active.indicative.PAST] => |ɗˠ|ᵊ|꜒꜖|kʷ|-
[not.Q.3.cl.1.3.cl.3.2.POS.active.imperative.PRES] => |ᵏǁʰʲ|a#ː|̰꜒|ɹˠ|-
[not.Q.3.cl.1.3.cl.3.2.POS.active.imperative.PAST] => |t͡sʲ|ʉ|꜖|lˠ|-
[not.Q.3.cl.1.3.cl.3.2.POS.active.conditional.PRES] => |wʲ|a|̰꜖|qʲ|-
[not.Q.3.cl.1.3.cl.3.2.POS.active.conditional.PAST] => |mˤ|ʉ|꜒|ɓˤ|-
[not.Q.3.cl.1.3.cl.3.2.POS.active.optative.PRES] => |ʈʰʲ|ʉ#ː|꜖꜒|ɰʷ|-
[not.Q.3.cl.1.3.cl.3.2.POS.active.optative.PAST] => |ɾʲ|ʉ#|꜖|rʲ|-
[not.Q.3.cl.1.3.cl.3.2.POS.passive.indicative.PRES] => |ʂʲ|uː|꜖꜒|ʜˠ|-
[not.Q.3.cl.1.3.cl.3.2.POS.passive.indicative.PAST] => |ᵑǃʼʲ|u|̰꜒|rˠ|-
[not.Q.3.cl.1.3.cl.3.2.POS.passive.imperative.PRES] => |ʈʲ|a#|꜖꜒|hpˤ|-
[not.Q.3.cl.1.3.cl.3.2.POS.passive.imperative.PAST] => |ʋˤ|i|꜖꜒|mˤ|-
[not.Q.3.cl.1.3.cl.3.2.POS.passive.conditional.PRES] => |ᵏǃʼʷ|ᵊ|̰꜖|ɠˤ|-
[not.Q.3.cl.1.3.cl.3.2.POS.passive.conditional.PAST] => |ᵑǃˤ|uː|꜖꜒|ɥʲ|-
[not.Q.3.cl.1.3.cl.3.2.POS.passive.optative.PRES] => |ᵏǀˤ|a|̰꜒|ɓˤ|-
[not.Q.3.cl.1.3.cl.3.2.POS.passive.optative.PAST] => |kˤ|ᵊ|̰꜖|ɠˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |ɽˠ|ʉː|꜖|tʼʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ʈˠ|u|꜒|r̥ˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ᵏǀʲ|u|꜒꜖|j|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |tˤ|u|꜖|ɠˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |ɗˤ|i#ː|꜒|ɭˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ᵏǀʰʷ|aː|꜒꜖|ɴʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ᵑǃˠ|i|̰꜖|tʼˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ᵏǀʰʲ|u|꜒꜖|kʰʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ɗˠ|ʉ#|꜖|t͡sˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ŋˤ|a|꜖꜒|j|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |kˠ|i|꜒꜖|wˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ŋˠ|u#|꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |ɗʷ|ᵊ|꜒|ɥʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀˠ|iː|̰꜒|ʃˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ɓʲ|u#ː|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃʰˠ|i|꜒|ŋˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |ᵏǁˠ|iː|꜒꜖|pˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʰˤ|i|꜖꜒|ɴˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |r̥ʷ|i#ː|꜖|mʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |ʈʼˠ|aː|꜒|ʛʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ᵏǃˤ|u#ː|꜖|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |ʈˠ|i#ː|꜒꜖|ʜʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.active.optative.PRES] => |ʋˤ|a|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ɳ̥ˠ|ʉː|꜒꜖|hpʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |hkˠ|i|꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |hʈʲ|ʉ#ː|꜖|qˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ʈʰʲ|i#ː|꜖|ʈʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |hpˠ|a|꜒|ɠʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |ᵑǀˠ|iː|꜒|d͡ʐˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |ɳ̥ˠ|u#|꜖꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |hkˠ|iː|꜖|pˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |pˠ|u|꜖|n̥ʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |kʼˠ|ʉ|꜖꜒|lˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |kʼʷ|ʉː|꜖꜒|kʰˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ŋ̥ˠ|u#|̰꜒|ɥʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ɗˤ|ᵊ|꜖|ŋʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |ŋˤ|ᵊ|̰꜒|pʼʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ᵏǃʰʷ|ᵊ|꜒꜖|t͡sˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |r̥ˤ|ʉ|꜒꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ɠˠ|i|꜖|ɓʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ʋˠ|ʉ|꜖꜒|kʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |ɳ̥ˠ|ʉː|꜒꜖|wˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǁʼʲ|u|꜒|nʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |tʼʲ|ʉ#ː|꜖꜒|ŋˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |hpʲ|a|̰꜖|ɹˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |kˠ|ᵊ|̰꜒|tʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |ɳʲ|ᵊ|꜖꜒|ŋʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |ŋ̥ʲ|ʉ|꜒|sˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |kʲ|u|꜖꜒|pʰˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ʡʲ|a#ː|꜒|ʃʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |rˠ|a|꜒|tʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |ᵑǁˠ|i#ː|꜖꜒|sˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ŋ̥ʷ|i#ː|꜒|r̥ʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ʛˠ|i|꜒꜖|ʈʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ɠʲ|ʉ|̰꜒|ɓˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.active.optative.PAST] => |qˠ|uː|̰꜖|ɠʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |lʲ|u|꜖꜒|r̥ˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |sˠ|u#ː|꜖꜒|ɹʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ᵑǀʲ|ʉ|꜒꜖|t͡sˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |htʲ|a|̰꜖|ɰˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ɗˠ|u#|꜒꜖|ɥʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |tˠ|ʉ|꜒꜖|t͡ʂʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |rˤ|uː|꜖|tˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |ɹʷ|iː|꜒꜖|rˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |tʰˤ|ʉ#ː|꜒꜖|m̥ˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ŋˤ|a|꜖|rˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ɹʲ|i|꜒꜖|tʼʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |r̥ˤ|i#ː|꜒꜖|htˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |r̥ʲ|i|꜒|ŋ̥ʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |hʈʲ|a|꜖|htʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ɽˠ|i|꜖꜒|ɗʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |m̥ʲ|ʉ#|꜖꜒|sˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǀʰˠ|ʉ|꜖|tˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |tʷ|a#|꜒꜖|ɗʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ɭˠ|i|̰꜒|sˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ɴʲ|u|꜒꜖|r̥ʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃʰʲ|iː|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |kʼʲ|ʉ#ː|̰꜒|mʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ŋ̥ˤ|u#ː|̰꜒|ɻˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ʃʲ|i|̰꜖|kʼʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |tˤ|ʉː|꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |ʜʲ|ʉ#|꜖|t͡sˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |ᵏǁʼʲ|u|̰꜖|ɥˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ᵏǀʼˤ|ᵊ|꜒|pʰˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |ᵏǃʼˤ|i|̰꜒|n̥ʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ɭʲ|ʉ#|꜖|ʈˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.active.optative.PRES] => |n̥ʷ|ᵊ|꜒|wˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.active.optative.PAST] => |tʼˤ|u|꜒꜖|ʋˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |sʷ|ʉ|꜒|ɹˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |ᵑǃˤ|i|̰꜖|qʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |tʰʷ|a|꜒|ɠˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ɾˠ|a#|꜒|ɗʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |wʲ|a|̰꜖|ŋ̥ˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |tʲ|i|꜖꜒|sʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |kʼʲ|ᵊ|꜖꜒|ɳ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |ᵏǃˠ|i|̰꜖|sˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ᵏǃʰˠ|i|꜒|ʂˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |kʼʷ|a#|꜖꜒|ʄʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |ŋ̥ˠ|a|꜒|ʃʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ᵑǀˠ|i|꜖|nˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ᵏǀˤ|a|꜖|sˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ᵑǁˠ|i#|꜖|ɴˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |sˤ|u#|꜒꜖|qʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |wˤ|i|꜖|tˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʼʲ|ʉ#|̰꜖|qˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ʛʲ|ʉ|̰꜖|kʰʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |ɓˤ|u|꜖꜒|ʛʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ɹʲ|ʉ|꜖꜒|ŋˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǁʼʲ|aː|̰꜒|ɥʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |ʜˠ|i|꜖꜒|ɠʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |n̥ʷ|ʉ|̰꜒|nˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |ɭˠ|i|̰꜒|ʃʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ᵑǀʼʷ|ʉ|꜒|wˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |qʼˤ|a#ː|̰꜖|m̥ˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |tʷ|i|꜖꜒|ʜʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ʋˠ|aː|̰꜒|qʼʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |rʲ|u#|꜒|htʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |n̥ʲ|u|꜖꜒|rʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.active.optative.PRES] => |kˠ|i|꜖|ɭʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ɴˠ|ʉː|̰꜒|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |hpˤ|i|̰꜖|d͡ʐˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |htʷ|ᵊ|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |ɭˠ|a|꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ᵑǀˠ|aː|̰꜖|sʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |lˠ|i|꜖|pʰʲ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |tʰʲ|ᵊ|꜖|hkʷ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ᵏǃʼˠ|i|꜖|ɓˤ|-
[not.Q.3.cl.1.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |pʲ|ᵊ|꜖|ŋʷ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.active.indicative.PRES] => |ᵏǁˠ|a|꜖|r̥ˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.active.indicative.PAST] => |kʷ|ᵊ|꜒꜖|pʰˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.active.imperative.PRES] => |t͡ʂˠ|ʉ#|꜖꜒|ɗʷ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.active.imperative.PAST] => |t͡ʃ|aː|꜖|sʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.active.conditional.PRES] => |htʲ|a#ː|꜒꜖|t͡ʂˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.active.conditional.PAST] => |ɓˤ|i#ː|꜖꜒|ʛˤ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.active.optative.PRES] => |ʋʲ|ᵊ|꜖|ʛʷ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.active.optative.PAST] => |ᵑǀʼˠ|a|꜒|pʼʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.passive.indicative.PRES] => |tʼˠ|i|̰꜒|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ɰˠ|u|꜖|ŋ̥ʷ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.passive.imperative.PRES] => |qˤ|aː|꜒|ʋˤ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.passive.imperative.PAST] => |ᵑǃˤ|u|꜖꜒|kʰˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.passive.conditional.PRES] => |kˠ|iː|꜒|pʼˤ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ʈʲ|i|꜖꜒|nˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.passive.optative.PRES] => |h|a|꜒꜖|ʡʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵏǁʰʲ|u|꜖|ʃˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.active.indicative.PRES] => |mˠ|uː|̰꜖|j|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.active.indicative.PAST] => |ᵑǀˤ|a#ː|̰꜖|ɰʷ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.active.imperative.PRES] => |ᵑǀʼʷ|ʉ#ː|̰꜖|ʜˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.active.imperative.PAST] => |ᵏǃʼʷ|i|꜒|r̥ʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.active.conditional.PRES] => |ᵏǃʼˠ|a|꜒꜖|ɴˤ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.active.conditional.PAST] => |pʼˠ|i|꜖|ʋˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.active.optative.PRES] => |ɾʷ|a#ː|꜖|kʼˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.active.optative.PAST] => |ᵑǀʼʷ|ʉ#|꜒꜖|ɴˤ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.passive.indicative.PRES] => |ɰˠ|uː|꜒꜖|qʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.passive.indicative.PAST] => |ᵑǁʼʲ|aː|꜒|n̥ˠ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.passive.imperative.PRES] => |qʼʷ|ʉː|̰꜒|ʜʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.passive.imperative.PAST] => |ᵏǀʰˤ|i|꜖꜒|ɴʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.passive.conditional.PRES] => |nˤ|ᵊ|꜖꜒|kʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.passive.conditional.PAST] => |ɭʲ|iː|꜖|pʼʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.passive.optative.PRES] => |ᵑǃˤ|ʉ#ː|꜒|ʈʲ|-
[not.Q.3.cl.1.3.cl.4.1incl.POS.passive.optative.PAST] => |qˤ|ᵊ|꜒|ʛʲ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.active.indicative.PRES] => |ʛʷ|ʉ|꜒|ʡˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.active.indicative.PAST] => |sˠ|ʉ|̰꜖|ʔ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.active.imperative.PRES] => |ɳˠ|aː|꜖|kʷ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.active.imperative.PAST] => |sˠ|ʉ|̰꜖|lˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.active.conditional.PRES] => |ɭʲ|aː|꜖|qˤ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.active.conditional.PAST] => |ᵑǃʼʷ|ʉ|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.active.optative.PRES] => |n̥ʲ|a|꜖꜒|ɽˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.active.optative.PAST] => |ɠˤ|i|̰꜒|ʈˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ʄˠ|a|꜖꜒|ɳˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|i|̰꜒|ɓˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ɗʲ|a|̰꜖|ɴʷ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.passive.imperative.PAST] => |ɹʷ|a|꜖꜒|pʰˤ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.passive.conditional.PRES] => |t͡ʂˠ|i#|̰꜒|ɰʷ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ᵏǃʼʷ|ᵊ|̰꜒|ɓˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.passive.optative.PRES] => |tʲ|u|꜖|ɽˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.NEG.passive.optative.PAST] => |t͡sʷ|ʉ|꜖|ɻʲ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.active.indicative.PRES] => |ɴˤ|i#|̰꜖|tʼˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.active.indicative.PAST] => |t͡sʲ|ᵊ|꜒꜖|ʡʲ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.active.imperative.PRES] => |t͡sˠ|i|꜒꜖|ʡˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.active.imperative.PAST] => |ʈʰˠ|ʉ#|̰꜖|tʼˤ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.active.conditional.PRES] => |ɰʷ|i|̰꜒|kʰˤ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.active.conditional.PAST] => |wˤ|u#|꜒|ɠʲ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.active.optative.PRES] => |tˠ|i#ː|꜒|tʼʲ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.active.optative.PAST] => |ɴʲ|ʉ#|꜒|rˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.passive.indicative.PRES] => |n̥ˠ|uː|̰꜖|mˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.passive.indicative.PAST] => |kˤ|u|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.passive.imperative.PRES] => |ᵏǃʼʷ|i|꜖꜒|kʰˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.passive.imperative.PAST] => |ᵏǁʰʲ|uː|꜖꜒|rˤ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.passive.conditional.PRES] => |ᵑǀˤ|u#ː|̰꜖|ɓˤ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.passive.conditional.PAST] => |ɓˤ|a|̰꜖|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.passive.optative.PRES] => |kʰˠ|i|꜖꜒|kʼʷ|-
[not.Q.3.cl.1.3.cl.4.1excl.POS.passive.optative.PAST] => |n̥ʲ|u#|̰꜖|ŋˠ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.active.indicative.PRES] => |ᵏǃʲ|i|꜒|tʲ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.active.indicative.PAST] => |qˠ|i|꜒|pʼʲ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.active.imperative.PRES] => |htˠ|a|꜖|j|-
[not.Q.3.cl.1.3.cl.4.2.NEG.active.imperative.PAST] => |tʰˤ|ʉ|̰꜒|kʼˠ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.active.conditional.PRES] => |mˠ|uː|꜖|wʲ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.active.conditional.PAST] => |ᵏǁʲ|ʉ#ː|꜒꜖|kʰʷ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.active.optative.PRES] => |ɠʲ|a|꜒꜖|lˠ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.active.optative.PAST] => |htˤ|u#ː|꜒|ɳʲ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.passive.indicative.PRES] => |ᵏǀʼˠ|a|꜖|ŋ̥ˠ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.passive.indicative.PAST] => |ɓʲ|ʉ|̰꜖|ʄʲ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.passive.imperative.PRES] => |ᵏǁʼˠ|ʉː|꜖꜒|ʄʲ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.passive.imperative.PAST] => |t͡ʂˠ|ʉ|̰꜖|qʼʲ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.passive.conditional.PRES] => |pʼʲ|a|꜖꜒|qʼˤ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.passive.conditional.PAST] => |ʂʲ|uː|꜒|ɰˠ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.passive.optative.PRES] => |qʷ|ᵊ|꜖|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.4.2.NEG.passive.optative.PAST] => |ɻˠ|iː|̰꜖|ɰʲ|-
[not.Q.3.cl.1.3.cl.4.2.POS.active.indicative.PRES] => |nˤ|ᵊ|꜒|ɭˠ|-
[not.Q.3.cl.1.3.cl.4.2.POS.active.indicative.PAST] => |hkˤ|uː|꜖|hʈʲ|-
[not.Q.3.cl.1.3.cl.4.2.POS.active.imperative.PRES] => |r̥ʲ|a|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.1.3.cl.4.2.POS.active.imperative.PAST] => |ᵏǁʲ|iː|꜒|ɠˠ|-
[not.Q.3.cl.1.3.cl.4.2.POS.active.conditional.PRES] => |pʰʲ|aː|̰꜖|ʈʰʲ|-
[not.Q.3.cl.1.3.cl.4.2.POS.active.conditional.PAST] => |ᵏǀˠ|iː|꜒꜖|ʋˠ|-
[not.Q.3.cl.1.3.cl.4.2.POS.active.optative.PRES] => |pʲ|aː|̰꜖|qˠ|-
[not.Q.3.cl.1.3.cl.4.2.POS.active.optative.PAST] => |m̥ˤ|uː|꜒|lʲ|-
[not.Q.3.cl.1.3.cl.4.2.POS.passive.indicative.PRES] => |ᵏǀʰˤ|ᵊ|꜒|qˠ|-
[not.Q.3.cl.1.3.cl.4.2.POS.passive.indicative.PAST] => |ᵑǃˤ|ᵊ|꜒꜖|ɰˠ|-
[not.Q.3.cl.1.3.cl.4.2.POS.passive.imperative.PRES] => |ᵑǁʼʲ|ʉ|꜖꜒|ɴˤ|-
[not.Q.3.cl.1.3.cl.4.2.POS.passive.imperative.PAST] => |tʰʲ|ᵊ|꜒꜖|kʰʷ|-
[not.Q.3.cl.1.3.cl.4.2.POS.passive.conditional.PRES] => |kʷ|ʉ#ː|꜒꜖|pʼʲ|-
[not.Q.3.cl.1.3.cl.4.2.POS.passive.conditional.PAST] => |ɻˠ|i#ː|̰꜒|pʲ|-
[not.Q.3.cl.1.3.cl.4.2.POS.passive.optative.PRES] => |hʈˠ|ᵊ|꜖|kʼʲ|-
[not.Q.3.cl.1.3.cl.4.2.POS.passive.optative.PAST] => |htˠ|aː|꜒|hkˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |ɹʷ|ᵊ|̰꜖|ɠˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |wʲ|i|꜖꜒|nˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |ʋˠ|ʉː|꜒꜖|mʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |qʼʷ|ʉ|꜒|ɗˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |qʼˤ|i|꜖|t͡ʂˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ᵏǀʼˤ|ᵊ|꜒|n̥ˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |tɬˠ|a|꜖|t͡ʂʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ᵏǁʰʲ|iː|꜖꜒|tʼʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǁʼˠ|u#ː|꜖꜒|ʛʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |lʲ|a|꜖꜒|ɰˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|u#ː|꜖꜒|htʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ʛˠ|a#|꜖꜒|kʰʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǃʷ|ᵊ|꜒|lʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǃʼʲ|i|꜒꜖|kʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ʡʲ|i|̰꜒|ʂʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ɥˤ|i|̰꜒|ʃˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |pʰˤ|ʉ|꜒|ɾˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ŋˤ|i#|꜒꜖|tɬˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |r̥ˤ|iː|̰꜖|pʰʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ɓʲ|ʉ|̰꜖|rˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |ʈʰˠ|a|̰꜖|tˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |nˠ|a|꜒꜖|m̥ˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.active.optative.PRES] => |ɹˤ|ʉ|꜒꜖|tɬˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ᵏǃʼˠ|i|꜖꜒|ʄʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |r̥ˤ|a|꜖|ɠˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ɹˤ|iː|꜖꜒|ɾˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ʈʼʲ|ʉ#|̰꜒|htʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ɳˠ|aː|̰꜖|ɠˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ʛʲ|aː|̰꜖|pʰˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ɹˤ|ᵊ|꜒꜖|qʼʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |kʰʷ|i|꜖|htˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ᵏǀˤ|a|̰꜒|ɽˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |wˠ|ᵊ|꜖|ɴʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |sˠ|ᵊ|̰꜒|ɠʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʰʷ|ᵊ|꜖꜒|ʋˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ɾʲ|ʉ|꜒|kʼˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |kʰˠ|ᵊ|꜖|m̥ʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |ᵑǁˠ|ʉ#ː|̰꜒|n̥ʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ᵏǃʼʲ|ʉ|꜒|qʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |ɽʲ|a|꜒꜖|nˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |tʰʲ|ʉ|̰꜖|tʼˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |ʈˠ|u|̰꜒|tˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ɳ̥ʲ|u|꜖꜒|mʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ʄˠ|ᵊ|꜒|lˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ɰʲ|aː|꜖|sˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |ɻʲ|a|꜖|tɬˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |t͡ʂʲ|ᵊ|̰꜖|t͡sˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ɴˠ|u|꜖꜒|ɗˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ɗˠ|a|̰꜖|ʄʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ᵏǃˤ|i|꜒|pʼʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |ʋˠ|ᵊ|꜒꜖|ŋ̥ˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |hʈʲ|a#|̰꜒|hpʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |d͡ʐˠ|a|̰꜒|ʋʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |ʃˠ|i|̰꜖|qʼˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.active.optative.PRES] => |h|u|̰꜒|sˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.active.optative.PAST] => |ɓˤ|i#|꜒|ɗˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |ᵑǃʼˤ|ʉ#|̰꜖|ɹʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |hʈˠ|u|꜖꜒|kˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀʷ|a#|꜒꜖|t͡sʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |t͡ʂʲ|aː|꜖|ɠʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |qʼʲ|ᵊ|̰꜖|tˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |lʲ|i|̰꜒|sʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ɗʷ|iː|꜖꜒|hkʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ᵏǃʰˤ|a|̰꜒|pˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃʼʷ|ᵊ|̰꜒|ʜʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |wʲ|ᵊ|꜖꜒|mˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |ʛʲ|u#|꜒|t͡sˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |ʜˠ|a|꜖꜒|ŋʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |tʲ|ʉː|̰꜖|ɳˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |nˠ|i#ː|꜖|lˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ᵏǃʼˤ|ᵊ|̰꜒|qʼˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |ɭˠ|i#ː|꜖|sˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǀʼˠ|aː|̰꜖|pʰˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |pʼˠ|u|̰꜖|qʼʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǃʼˠ|u#|̰꜖|mˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǀʷ|i|꜒꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |kʰʷ|ʉː|꜖꜒|hʈʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ɴˠ|ʉː|̰꜒|d͡ʐʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |tʰʷ|i|̰꜒|ʂˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ʈʲ|a#ː|̰꜒|ɳ̥ʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |ɭˠ|i|꜖|ɥˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |m̥ʲ|u|꜖|kʼˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ʛˠ|ᵊ|꜖|pʰˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |ɗʲ|ʉ|꜖꜒|htʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |ᵑǀʲ|ᵊ|꜖꜒|kʼˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ŋ̥ˤ|ᵊ|̰꜖|ɾˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ᵏǀʼʲ|i#|꜒꜖|ʈʰˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.active.optative.PAST] => |sʷ|ʉ|꜖|rʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |ʜˠ|a|̰꜖|ʂˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |lˠ|a#ː|꜒꜖|pʰˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀʼʷ|a|꜖꜒|nˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |qʼʷ|i|꜒|tʼʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ʈʲ|ᵊ|̰꜖|m̥ˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |mˠ|i|̰꜒|r̥ʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʼʲ|i#ː|꜖꜒|n̥ʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |n̥ʲ|a|̰꜖|qˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |tʼˠ|a#ː|̰꜒|tˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ᵏǀʰʲ|i|̰꜖|ɰʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |pˤ|a|꜒|t͡sʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |nˤ|ʉː|꜖|pʼʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |hkʷ|a|̰꜖|ɗʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |r̥ˠ|u|꜒꜖|qʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |rˤ|i|꜒|sʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ʈʼʲ|i|꜒꜖|ɹʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǁʲ|ʉ#|꜖|r̥ˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ʂˠ|ᵊ|꜖|mˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |pʰˤ|a|̰꜒|pʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |tʲ|u#|̰꜒|kʼʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃʼˠ|u|꜒|hkˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ŋ̥ˤ|i|꜒|htˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ɰˤ|ʉ#ː|꜒|ɾʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |t͡ʂʲ|ʉ#ː|꜒|ŋˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |ɓˤ|ʉ#|̰꜒|mˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |htʲ|ʉː|꜒|pʼˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |hkʲ|ʉː|꜒|tˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |kˠ|u|̰꜖|m̥ʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |tʷ|a#ː|꜖|ʋʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |ᵑǃʼʲ|ʉ#ː|꜒|d͡ʐˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.active.optative.PRES] => |hpˤ|ᵊ|꜖|kʰʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ɗˤ|a|꜖꜒|ŋ̥ʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ᵏǁˠ|i#ː|꜒|pˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |pʰˤ|i|̰꜒|pʼʲ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |kʼʷ|ʉ|꜖꜒|ʛˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |ʃʲ|i|꜒|ɓˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |hkˠ|i#|꜒꜖|rˠ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʼʷ|ᵊ|̰꜒|n̥ʷ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |tʲ|ᵊ|꜒꜖|r̥ˤ|-
[not.Q.3.cl.1.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |pʰˠ|a|꜖|lʲ|-
[not.Q.3.cl.2.none.1incl.NEG.active.indicative.PRES] => |ʄʲ|iː|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.2.none.1incl.NEG.active.indicative.PAST] => |ɹˤ|ʉ#|꜖꜒|n̥ʷ|-
[not.Q.3.cl.2.none.1incl.NEG.active.imperative.PRES] => |tʼʷ|ʉ|꜖꜒|t͡ʂˠ|-
[not.Q.3.cl.2.none.1incl.NEG.active.imperative.PAST] => |pʼʲ|ᵊ|꜒|ɽʲ|-
[not.Q.3.cl.2.none.1incl.NEG.active.conditional.PRES] => |pʰˤ|ᵊ|꜖꜒|rˤ|-
[not.Q.3.cl.2.none.1incl.NEG.active.conditional.PAST] => |ᵑǃˤ|uː|̰꜒|t͡ʂʲ|-
[not.Q.3.cl.2.none.1incl.NEG.active.optative.PRES] => |tʼʷ|aː|꜒꜖|ɻʲ|-
[not.Q.3.cl.2.none.1incl.NEG.active.optative.PAST] => |qˤ|uː|̰꜒|n̥ʲ|-
[not.Q.3.cl.2.none.1incl.NEG.passive.indicative.PRES] => |ɗˤ|i|꜖꜒|ɾˠ|-
[not.Q.3.cl.2.none.1incl.NEG.passive.indicative.PAST] => |htʷ|i|꜖꜒|ɰˠ|-
[not.Q.3.cl.2.none.1incl.NEG.passive.imperative.PRES] => |ŋ̥ʲ|ʉː|̰꜒|n̥ʲ|-
[not.Q.3.cl.2.none.1incl.NEG.passive.imperative.PAST] => |kʼˤ|aː|꜒꜖|ɻʲ|-
[not.Q.3.cl.2.none.1incl.NEG.passive.conditional.PRES] => |hpˠ|ʉ|꜒|ɾʲ|-
[not.Q.3.cl.2.none.1incl.NEG.passive.conditional.PAST] => |tʼˠ|ʉ#ː|꜒|rʲ|-
[not.Q.3.cl.2.none.1incl.NEG.passive.optative.PRES] => |qʼˤ|u#ː|꜒|ɽʲ|-
[not.Q.3.cl.2.none.1incl.NEG.passive.optative.PAST] => |nʷ|a#|꜒|lˠ|-
[not.Q.3.cl.2.none.1incl.POS.active.indicative.PRES] => |mʲ|i|꜒|ʈʼˠ|-
[not.Q.3.cl.2.none.1incl.POS.active.indicative.PAST] => |ʈʰʲ|a|꜖꜒|ʜʲ|-
[not.Q.3.cl.2.none.1incl.POS.active.imperative.PRES] => |t͡ʂˠ|i#|̰꜖|ɗʲ|-
[not.Q.3.cl.2.none.1incl.POS.active.imperative.PAST] => |qʼʲ|i#|꜒꜖|sʲ|-
[not.Q.3.cl.2.none.1incl.POS.active.conditional.PRES] => |qʼˤ|aː|꜖꜒|kʲ|-
[not.Q.3.cl.2.none.1incl.POS.active.conditional.PAST] => |ᵏǀʰˤ|ʉː|꜒꜖|tʼʷ|-
[not.Q.3.cl.2.none.1incl.POS.active.optative.PRES] => |tˠ|ʉ|꜖꜒|ʛˤ|-
[not.Q.3.cl.2.none.1incl.POS.active.optative.PAST] => |ɾʷ|iː|꜒꜖|ɾˠ|-
[not.Q.3.cl.2.none.1incl.POS.passive.indicative.PRES] => |ɹʷ|iː|̰꜒|pʰˤ|-
[not.Q.3.cl.2.none.1incl.POS.passive.indicative.PAST] => |tˠ|u|꜒꜖|t͡sˤ|-
[not.Q.3.cl.2.none.1incl.POS.passive.imperative.PRES] => |ᵏǃʰʲ|aː|̰꜒|pʼʲ|-
[not.Q.3.cl.2.none.1incl.POS.passive.imperative.PAST] => |ᵑǃʼˠ|a|꜒|t͡sˠ|-
[not.Q.3.cl.2.none.1incl.POS.passive.conditional.PRES] => |ɥˠ|a#|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.2.none.1incl.POS.passive.conditional.PAST] => |ᵑǀʷ|ʉ|꜖|ʂʲ|-
[not.Q.3.cl.2.none.1incl.POS.passive.optative.PRES] => |nʲ|a|̰꜒|ɥˤ|-
[not.Q.3.cl.2.none.1incl.POS.passive.optative.PAST] => |tʰˠ|i|꜖|ɰʷ|-
[not.Q.3.cl.2.none.1excl.NEG.active.indicative.PRES] => |hkʲ|ʉ#|̰꜒|ʂʲ|-
[not.Q.3.cl.2.none.1excl.NEG.active.indicative.PAST] => |ᵏǃʼʷ|a|꜒꜖|ɹʲ|-
[not.Q.3.cl.2.none.1excl.NEG.active.imperative.PRES] => |ŋ̥ʷ|a|̰꜒|ʡˠ|-
[not.Q.3.cl.2.none.1excl.NEG.active.imperative.PAST] => |ɰʲ|u|꜒|ʡʲ|-
[not.Q.3.cl.2.none.1excl.NEG.active.conditional.PRES] => |n̥ʲ|ᵊ|꜖|hkʲ|-
[not.Q.3.cl.2.none.1excl.NEG.active.conditional.PAST] => |ᵏǁʲ|aː|꜒|n̥ʷ|-
[not.Q.3.cl.2.none.1excl.NEG.active.optative.PRES] => |nˠ|a|꜖꜒|tˠ|-
[not.Q.3.cl.2.none.1excl.NEG.active.optative.PAST] => |ᵑǃʼˠ|ʉ#|̰꜒|t͡sʷ|-
[not.Q.3.cl.2.none.1excl.NEG.passive.indicative.PRES] => |ŋ̥ˠ|aː|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.2.none.1excl.NEG.passive.indicative.PAST] => |tʰʷ|a|̰꜒|hpˤ|-
[not.Q.3.cl.2.none.1excl.NEG.passive.imperative.PRES] => |ᵏǀˠ|u#|꜖|tʷ|-
[not.Q.3.cl.2.none.1excl.NEG.passive.imperative.PAST] => |qˠ|a|꜖|ɥʲ|-
[not.Q.3.cl.2.none.1excl.NEG.passive.conditional.PRES] => |ᵏǃʰʲ|u|̰꜒|ɗˠ|-
[not.Q.3.cl.2.none.1excl.NEG.passive.conditional.PAST] => |ɗʷ|i|꜖꜒|ɾˤ|-
[not.Q.3.cl.2.none.1excl.NEG.passive.optative.PRES] => |m̥ˠ|a|꜖꜒|ɰˤ|-
[not.Q.3.cl.2.none.1excl.NEG.passive.optative.PAST] => |ᵏǁʼˠ|ʉ|꜒꜖|hkʲ|-
[not.Q.3.cl.2.none.1excl.POS.active.indicative.PRES] => |htʲ|i|̰꜒|wˠ|-
[not.Q.3.cl.2.none.1excl.POS.active.indicative.PAST] => |mˤ|aː|꜒꜖|ɠˠ|-
[not.Q.3.cl.2.none.1excl.POS.active.imperative.PRES] => |ŋ̥ʷ|a|̰꜒|mˠ|-
[not.Q.3.cl.2.none.1excl.POS.active.imperative.PAST] => |qʲ|a#|꜒꜖|hkʷ|-
[not.Q.3.cl.2.none.1excl.POS.active.conditional.PRES] => |pˤ|u|꜒꜖|ɠˤ|-
[not.Q.3.cl.2.none.1excl.POS.active.conditional.PAST] => |ᵑǁʼʲ|u|̰꜒|ɭˠ|-
[not.Q.3.cl.2.none.1excl.POS.active.optative.PRES] => |ɾʷ|ᵊ|꜖꜒|qʼˤ|-
[not.Q.3.cl.2.none.1excl.POS.active.optative.PAST] => |ᵏǁʰˠ|a|꜖꜒|n̥ʲ|-
[not.Q.3.cl.2.none.1excl.POS.passive.indicative.PRES] => |hpˤ|a|̰꜖|nˤ|-
[not.Q.3.cl.2.none.1excl.POS.passive.indicative.PAST] => |ʜʲ|i|꜖꜒|rˤ|-
[not.Q.3.cl.2.none.1excl.POS.passive.imperative.PRES] => |r̥ˠ|ʉ|꜒꜖|r̥ʲ|-
[not.Q.3.cl.2.none.1excl.POS.passive.imperative.PAST] => |nˠ|ᵊ|꜒꜖|qʲ|-
[not.Q.3.cl.2.none.1excl.POS.passive.conditional.PRES] => |pʲ|a|꜒꜖|j|-
[not.Q.3.cl.2.none.1excl.POS.passive.conditional.PAST] => |tʼˤ|u#|꜒|qʷ|-
[not.Q.3.cl.2.none.1excl.POS.passive.optative.PRES] => |d͡ʐˠ|i|꜖꜒|pʰˠ|-
[not.Q.3.cl.2.none.1excl.POS.passive.optative.PAST] => |hpˠ|i#ː|̰꜒|ʛˠ|-
[not.Q.3.cl.2.none.2.NEG.active.indicative.PRES] => |nʲ|ᵊ|̰꜒|qʼˠ|-
[not.Q.3.cl.2.none.2.NEG.active.indicative.PAST] => |htˠ|ʉ|̰꜖|qʼʷ|-
[not.Q.3.cl.2.none.2.NEG.active.imperative.PRES] => |t͡sʲ|i|꜖꜒|ɳˠ|-
[not.Q.3.cl.2.none.2.NEG.active.imperative.PAST] => |ᵏǁʼʲ|ʉ#ː|꜖|kˠ|-
[not.Q.3.cl.2.none.2.NEG.active.conditional.PRES] => |ʂˠ|ᵊ|꜒꜖|ʂʲ|-
[not.Q.3.cl.2.none.2.NEG.active.conditional.PAST] => |ɰʲ|i|̰꜒|htˤ|-
[not.Q.3.cl.2.none.2.NEG.active.optative.PRES] => |ᵏǀˠ|ʉ|꜖꜒|ʈˠ|-
[not.Q.3.cl.2.none.2.NEG.active.optative.PAST] => |r̥ˤ|uː|꜖|t͡ʃ|-
[not.Q.3.cl.2.none.2.NEG.passive.indicative.PRES] => |tʰˠ|u|̰꜒|ŋˤ|-
[not.Q.3.cl.2.none.2.NEG.passive.indicative.PAST] => |rˤ|aː|꜖꜒|tʰˠ|-
[not.Q.3.cl.2.none.2.NEG.passive.imperative.PRES] => |qʲ|iː|꜖꜒|nʲ|-
[not.Q.3.cl.2.none.2.NEG.passive.imperative.PAST] => |mˤ|i|̰꜖|ʋˠ|-
[not.Q.3.cl.2.none.2.NEG.passive.conditional.PRES] => |pˠ|i|̰꜒|ɹˠ|-
[not.Q.3.cl.2.none.2.NEG.passive.conditional.PAST] => |ᵑǀˤ|ʉ#ː|꜖|ɳ̥ˠ|-
[not.Q.3.cl.2.none.2.NEG.passive.optative.PRES] => |lʲ|u#ː|꜖꜒|m̥ˤ|-
[not.Q.3.cl.2.none.2.NEG.passive.optative.PAST] => |ᵏǁˠ|ᵊ|꜒|hkʷ|-
[not.Q.3.cl.2.none.2.POS.active.indicative.PRES] => |ᵏǃʼʲ|i#|꜒|kʲ|-
[not.Q.3.cl.2.none.2.POS.active.indicative.PAST] => |kʷ|iː|꜒|qʲ|-
[not.Q.3.cl.2.none.2.POS.active.imperative.PRES] => |nʲ|a|꜒꜖|ɾʲ|-
[not.Q.3.cl.2.none.2.POS.active.imperative.PAST] => |hʈˠ|iː|꜖|ɗˠ|-
[not.Q.3.cl.2.none.2.POS.active.conditional.PRES] => |ɗˠ|aː|꜒|kʼʲ|-
[not.Q.3.cl.2.none.2.POS.active.conditional.PAST] => |pʰʲ|u#|꜒|nʷ|-
[not.Q.3.cl.2.none.2.POS.active.optative.PRES] => |ɓʲ|ᵊ|̰꜒|rˠ|-
[not.Q.3.cl.2.none.2.POS.active.optative.PAST] => |ʜˠ|a#|̰꜒|ɰʷ|-
[not.Q.3.cl.2.none.2.POS.passive.indicative.PRES] => |ɰˠ|i|꜖꜒|ʃˠ|-
[not.Q.3.cl.2.none.2.POS.passive.indicative.PAST] => |r̥ˤ|ʉ|꜖꜒|ʔ|-
[not.Q.3.cl.2.none.2.POS.passive.imperative.PRES] => |kʼʲ|aː|꜒|ʔ|-
[not.Q.3.cl.2.none.2.POS.passive.imperative.PAST] => |d͡ʐʲ|a|꜒|ʄˠ|-
[not.Q.3.cl.2.none.2.POS.passive.conditional.PRES] => |r̥ˤ|a|꜖꜒|ʋˠ|-
[not.Q.3.cl.2.none.2.POS.passive.conditional.PAST] => |ʂˠ|i|꜖|mʲ|-
[not.Q.3.cl.2.none.2.POS.passive.optative.PRES] => |ᵑǀˤ|a|꜖|nʲ|-
[not.Q.3.cl.2.none.2.POS.passive.optative.PAST] => |tɬʲ|i#|꜒|t͡ʃ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.active.indicative.PRES] => |htˤ|u#ː|꜖|ʜʲ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.active.indicative.PAST] => |qʲ|i|̰꜒|kʼˤ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.active.imperative.PRES] => |ŋ̥ˠ|u#|̰꜖|ŋ̥ʷ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.active.imperative.PAST] => |t͡sʷ|ʉ|꜒|pʰˠ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.active.conditional.PRES] => |ᵏǀʼʲ|ʉː|꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.active.conditional.PAST] => |ᵑǀˠ|i#|꜒|kˤ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.active.optative.PRES] => |ᵏǃʲ|ᵊ|꜖꜒|ʈʲ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.active.optative.PAST] => |ᵑǁʲ|ʉ|꜖꜒|ɗʷ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.passive.indicative.PRES] => |tʼˤ|i|꜖꜒|nʷ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.passive.indicative.PAST] => |t͡sʷ|ᵊ|꜖꜒|qˤ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.passive.imperative.PRES] => |ɴˠ|ʉ#|̰꜒|ʃˠ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.passive.imperative.PAST] => |kʼʷ|a|̰꜒|ŋ̥ˠ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.passive.conditional.PRES] => |ʂˠ|u#|꜖|kʼˤ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.passive.conditional.PAST] => |qˠ|i|꜒꜖|m̥ˤ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.passive.optative.PRES] => |ᵏǀʰˠ|u|꜒꜖|ɹˠ|-
[not.Q.3.cl.2.none.3.cl.1.NEG.passive.optative.PAST] => |n̥ˤ|a|꜖|pʼʲ|-
[not.Q.3.cl.2.none.3.cl.1.POS.active.indicative.PRES] => |kʷ|a|꜖꜒|ʃˠ|-
[not.Q.3.cl.2.none.3.cl.1.POS.active.indicative.PAST] => |pʼˤ|i|꜖|ɗˤ|-
[not.Q.3.cl.2.none.3.cl.1.POS.active.imperative.PRES] => |ᵏǃʰˤ|i|꜖|sˠ|-
[not.Q.3.cl.2.none.3.cl.1.POS.active.imperative.PAST] => |ᵑǀʼˠ|u|̰꜖|mˤ|-
[not.Q.3.cl.2.none.3.cl.1.POS.active.conditional.PRES] => |ɰʷ|ʉ|꜖|tʰʲ|-
[not.Q.3.cl.2.none.3.cl.1.POS.active.conditional.PAST] => |n̥ʲ|ʉː|̰꜒|ʜʲ|-
[not.Q.3.cl.2.none.3.cl.1.POS.active.optative.PRES] => |ɰʲ|i#|꜒꜖|ŋ̥ˤ|-
[not.Q.3.cl.2.none.3.cl.1.POS.active.optative.PAST] => |ʈʰʲ|a|꜖꜒|kʰˤ|-
[not.Q.3.cl.2.none.3.cl.1.POS.passive.indicative.PRES] => |m̥ˤ|ᵊ|꜒꜖|nʷ|-
[not.Q.3.cl.2.none.3.cl.1.POS.passive.indicative.PAST] => |ɓˤ|ᵊ|꜒꜖|n̥ʲ|-
[not.Q.3.cl.2.none.3.cl.1.POS.passive.imperative.PRES] => |ɳ̥ʲ|a#|꜖꜒|nʲ|-
[not.Q.3.cl.2.none.3.cl.1.POS.passive.imperative.PAST] => |tˤ|ᵊ|꜒|ʜʲ|-
[not.Q.3.cl.2.none.3.cl.1.POS.passive.conditional.PRES] => |h|aː|̰꜖|pʼˤ|-
[not.Q.3.cl.2.none.3.cl.1.POS.passive.conditional.PAST] => |qˠ|i|̰꜒|r̥ʲ|-
[not.Q.3.cl.2.none.3.cl.1.POS.passive.optative.PRES] => |t͡ʃ|i#ː|꜖꜒|ɳʲ|-
[not.Q.3.cl.2.none.3.cl.1.POS.passive.optative.PAST] => |ɻˠ|i#|꜒꜖|pʼˤ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.active.indicative.PRES] => |nʷ|i|꜖꜒|kʲ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.active.indicative.PAST] => |n̥ˠ|i#ː|̰꜒|ʡʲ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.active.imperative.PRES] => |hʈˠ|ʉ#ː|꜒꜖|ɠʷ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.active.imperative.PAST] => |t͡sˤ|i|꜖꜒|sʷ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.active.conditional.PRES] => |ɰʷ|ʉ|̰꜒|lˠ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.active.conditional.PAST] => |pʰˤ|i#ː|꜒|h|-
[not.Q.3.cl.2.none.3.cl.2.NEG.active.optative.PRES] => |j|a#ː|꜖꜒|ʛˠ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.active.optative.PAST] => |d͡ʐʲ|ʉ|꜖꜒|tʰˤ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.passive.indicative.PRES] => |ɠˤ|i#ː|꜒꜖|ɭˠ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.passive.indicative.PAST] => |mˤ|a|꜒|kʲ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|ᵊ|꜖|ɰʲ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.passive.imperative.PAST] => |r̥ʷ|ᵊ|꜒꜖|rˠ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǁʰˠ|i|꜒꜖|ɾʲ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.passive.conditional.PAST] => |ʋʲ|ʉ#|̰꜒|ɴˠ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.passive.optative.PRES] => |ᵑǁʼˠ|ᵊ|꜒|wʲ|-
[not.Q.3.cl.2.none.3.cl.2.NEG.passive.optative.PAST] => |ʃʲ|ᵊ|̰꜒|tʼˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.active.indicative.PRES] => |ʡˠ|uː|̰꜒|ŋ̥ˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.active.indicative.PAST] => |mˠ|ᵊ|꜖|rˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.active.imperative.PRES] => |ᵑǀʼˠ|u#ː|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.active.imperative.PAST] => |ʡʲ|a|꜒|t͡ʂʲ|-
[not.Q.3.cl.2.none.3.cl.2.POS.active.conditional.PRES] => |nˠ|u#|꜒꜖|ɭˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.active.conditional.PAST] => |sˠ|ᵊ|̰꜖|ɗʷ|-
[not.Q.3.cl.2.none.3.cl.2.POS.active.optative.PRES] => |ᵑǀʼʲ|a|꜒꜖|n̥ˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.active.optative.PAST] => |ᵑǁˠ|i#|꜖|ʋˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.passive.indicative.PRES] => |ɰˠ|a|꜒|t͡sʲ|-
[not.Q.3.cl.2.none.3.cl.2.POS.passive.indicative.PAST] => |ŋʲ|ʉː|꜖꜒|ɰˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.passive.imperative.PRES] => |h|a|꜖꜒|ɹʷ|-
[not.Q.3.cl.2.none.3.cl.2.POS.passive.imperative.PAST] => |tˤ|u|꜖꜒|tʼˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.passive.conditional.PRES] => |ᵏǁʼˠ|i|꜖꜒|ɠˤ|-
[not.Q.3.cl.2.none.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃʰʷ|a#|꜒|tɬˠ|-
[not.Q.3.cl.2.none.3.cl.2.POS.passive.optative.PRES] => |ʂˠ|aː|꜖꜒|kʼʷ|-
[not.Q.3.cl.2.none.3.cl.2.POS.passive.optative.PAST] => |sˠ|ʉ|꜒꜖|tʰˤ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.active.indicative.PRES] => |pˤ|ᵊ|̰꜒|sʲ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.active.indicative.PAST] => |qʼʲ|i#ː|꜖|ɭˠ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.active.imperative.PRES] => |r̥ʷ|ʉ|꜖꜒|ʄʲ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.active.imperative.PAST] => |ʄʲ|i|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.active.conditional.PRES] => |qʼʲ|ʉ#|̰꜖|hʈʲ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.active.conditional.PAST] => |ᵏǀʰˤ|u#ː|꜒|kʰʲ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.active.optative.PRES] => |ᵑǃʼˠ|ᵊ|꜒|t͡sˤ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.active.optative.PAST] => |ɹˠ|aː|꜖|qʷ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǀʼˤ|i|꜒꜖|ɥʲ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǃˠ|a|꜖|n̥ʲ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǁʲ|a|꜒|t͡sˤ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǀʲ|ʉ#ː|̰꜒|ʃˠ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.passive.conditional.PRES] => |ʂˠ|u|̰꜒|ʈʲ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǃʲ|ᵊ|̰꜖|ɓˠ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.passive.optative.PRES] => |ʈʼʲ|ʉ#ː|̰꜒|tʼʷ|-
[not.Q.3.cl.2.none.3.cl.3.NEG.passive.optative.PAST] => |tʷ|a|꜒|ɗˤ|-
[not.Q.3.cl.2.none.3.cl.3.POS.active.indicative.PRES] => |ᵏǃʷ|a#ː|꜒꜖|kʼʲ|-
[not.Q.3.cl.2.none.3.cl.3.POS.active.indicative.PAST] => |t͡sˤ|ᵊ|꜖꜒|nˤ|-
[not.Q.3.cl.2.none.3.cl.3.POS.active.imperative.PRES] => |ɰˠ|a|̰꜖|ʃˠ|-
[not.Q.3.cl.2.none.3.cl.3.POS.active.imperative.PAST] => |kʼʷ|i|̰꜒|ʋʲ|-
[not.Q.3.cl.2.none.3.cl.3.POS.active.conditional.PRES] => |ʈˠ|i|̰꜖|rˠ|-
[not.Q.3.cl.2.none.3.cl.3.POS.active.conditional.PAST] => |ɹʲ|i|̰꜒|ɥˤ|-
[not.Q.3.cl.2.none.3.cl.3.POS.active.optative.PRES] => |tʼʷ|ᵊ|̰꜖|ɴʲ|-
[not.Q.3.cl.2.none.3.cl.3.POS.active.optative.PAST] => |ʈʼʲ|iː|꜖꜒|ʂʲ|-
[not.Q.3.cl.2.none.3.cl.3.POS.passive.indicative.PRES] => |ᵑǃˤ|a|꜒꜖|rˠ|-
[not.Q.3.cl.2.none.3.cl.3.POS.passive.indicative.PAST] => |kʷ|ᵊ|꜒꜖|ʄˠ|-
[not.Q.3.cl.2.none.3.cl.3.POS.passive.imperative.PRES] => |ɓˤ|a#ː|̰꜒|ɹˤ|-
[not.Q.3.cl.2.none.3.cl.3.POS.passive.imperative.PAST] => |sʷ|a|꜒꜖|ɠʲ|-
[not.Q.3.cl.2.none.3.cl.3.POS.passive.conditional.PRES] => |ᵏǀʼʲ|ʉː|꜒꜖|ʃˠ|-
[not.Q.3.cl.2.none.3.cl.3.POS.passive.conditional.PAST] => |n̥ʲ|u|꜒|ɗʲ|-
[not.Q.3.cl.2.none.3.cl.3.POS.passive.optative.PRES] => |ʈʰˠ|u|̰꜒|n̥ʷ|-
[not.Q.3.cl.2.none.3.cl.3.POS.passive.optative.PAST] => |tʷ|a|꜖꜒|rˤ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.active.indicative.PRES] => |t͡sˠ|u#|̰꜖|ɽˠ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.active.indicative.PAST] => |t͡sʷ|ᵊ|꜒|pˠ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.active.imperative.PRES] => |ᵏǁʲ|u|꜖|wʲ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.active.imperative.PAST] => |ᵏǃʰʲ|a|̰꜒|mʲ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.active.conditional.PRES] => |kʲ|i|꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.active.conditional.PAST] => |ᵑǁʼʲ|u#ː|꜖꜒|ɰʲ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.active.optative.PRES] => |ʄˠ|ʉː|̰꜒|ʡʲ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.active.optative.PAST] => |tʼʷ|a|꜒|kʷ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.passive.indicative.PRES] => |ɭʲ|u|꜒꜖|qʼˠ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǀʲ|i#|꜒|t͡sˤ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.passive.imperative.PRES] => |tʰˠ|u|̰꜖|ɓˠ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.passive.imperative.PAST] => |sˤ|u|꜒꜖|ɗʲ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.passive.conditional.PRES] => |ɭʲ|a|꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.passive.conditional.PAST] => |ʄˠ|iː|꜒|pʰʲ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.passive.optative.PRES] => |ʂʲ|ʉː|꜖꜒|ŋˠ|-
[not.Q.3.cl.2.none.3.cl.4.NEG.passive.optative.PAST] => |ɠʲ|aː|̰꜖|ʄʲ|-
[not.Q.3.cl.2.none.3.cl.4.POS.active.indicative.PRES] => |t͡ʃ|aː|꜒|n̥ʷ|-
[not.Q.3.cl.2.none.3.cl.4.POS.active.indicative.PAST] => |qʼˤ|ʉ|꜒꜖|ɰʲ|-
[not.Q.3.cl.2.none.3.cl.4.POS.active.imperative.PRES] => |ᵏǃʰʷ|a#|꜒꜖|ʛˤ|-
[not.Q.3.cl.2.none.3.cl.4.POS.active.imperative.PAST] => |ᵏǃʲ|u#|꜒꜖|ɠˤ|-
[not.Q.3.cl.2.none.3.cl.4.POS.active.conditional.PRES] => |ᵏǀˤ|i|̰꜒|n̥ʷ|-
[not.Q.3.cl.2.none.3.cl.4.POS.active.conditional.PAST] => |hkˠ|iː|꜒|r̥ˠ|-
[not.Q.3.cl.2.none.3.cl.4.POS.active.optative.PRES] => |ᵑǃʼʷ|aː|꜒|htˠ|-
[not.Q.3.cl.2.none.3.cl.4.POS.active.optative.PAST] => |htˤ|a|꜒|ʛˠ|-
[not.Q.3.cl.2.none.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʷ|iː|꜖꜒|hʈˠ|-
[not.Q.3.cl.2.none.3.cl.4.POS.passive.indicative.PAST] => |htˤ|ᵊ|꜖꜒|ʜˠ|-
[not.Q.3.cl.2.none.3.cl.4.POS.passive.imperative.PRES] => |t͡sˤ|a|꜖꜒|t͡sˠ|-
[not.Q.3.cl.2.none.3.cl.4.POS.passive.imperative.PAST] => |r̥ˠ|ʉ#ː|꜖|wʲ|-
[not.Q.3.cl.2.none.3.cl.4.POS.passive.conditional.PRES] => |ᵑǀˤ|a|꜖꜒|tˠ|-
[not.Q.3.cl.2.none.3.cl.4.POS.passive.conditional.PAST] => |tʰˤ|uː|꜖꜒|htʲ|-
[not.Q.3.cl.2.none.3.cl.4.POS.passive.optative.PRES] => |ʈʰˠ|ʉː|꜒|qˤ|-
[not.Q.3.cl.2.none.3.cl.4.POS.passive.optative.PAST] => |ʃʲ|a|̰꜖|qʼʷ|-
[not.Q.3.cl.2.1incl.1incl.NEG.active.indicative.PRES] => |kʰˤ|a#ː|̰꜒|ɰʲ|-
[not.Q.3.cl.2.1incl.1incl.NEG.active.indicative.PAST] => |tʲ|u#ː|꜖꜒|pʼˠ|-
[not.Q.3.cl.2.1incl.1incl.NEG.active.imperative.PRES] => |ᵏǀʰˤ|ʉː|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.2.1incl.1incl.NEG.active.imperative.PAST] => |ɓˤ|a#ː|꜖|ʄʲ|-
[not.Q.3.cl.2.1incl.1incl.NEG.active.conditional.PRES] => |ᵏǀʼʲ|u|꜒꜖|hkˤ|-
[not.Q.3.cl.2.1incl.1incl.NEG.active.conditional.PAST] => |ᵏǃʼˤ|ʉ|꜒꜖|qʼˤ|-
[not.Q.3.cl.2.1incl.1incl.NEG.active.optative.PRES] => |ɽʲ|u|̰꜖|ɥˤ|-
[not.Q.3.cl.2.1incl.1incl.NEG.active.optative.PAST] => |hkˠ|i|꜒|tʰʷ|-
[not.Q.3.cl.2.1incl.1incl.NEG.passive.indicative.PRES] => |nʷ|i#ː|̰꜒|ŋʲ|-
[not.Q.3.cl.2.1incl.1incl.NEG.passive.indicative.PAST] => |mʲ|i#|꜒|ɗʷ|-
[not.Q.3.cl.2.1incl.1incl.NEG.passive.imperative.PRES] => |pˤ|u#ː|꜒꜖|n̥ʷ|-
[not.Q.3.cl.2.1incl.1incl.NEG.passive.imperative.PAST] => |ᵑǀʼʷ|i|̰꜒|kʼˤ|-
[not.Q.3.cl.2.1incl.1incl.NEG.passive.conditional.PRES] => |n̥ˠ|i|꜖|j|-
[not.Q.3.cl.2.1incl.1incl.NEG.passive.conditional.PAST] => |sˠ|a|̰꜒|ɗʲ|-
[not.Q.3.cl.2.1incl.1incl.NEG.passive.optative.PRES] => |wʲ|a#ː|̰꜒|tʰʷ|-
[not.Q.3.cl.2.1incl.1incl.NEG.passive.optative.PAST] => |ᵑǃʷ|ᵊ|̰꜖|hʈʲ|-
[not.Q.3.cl.2.1incl.1incl.POS.active.indicative.PRES] => |ᵏǁʰˠ|ᵊ|꜒|ʋʲ|-
[not.Q.3.cl.2.1incl.1incl.POS.active.indicative.PAST] => |ᵑǃˤ|a|꜒꜖|ʋˤ|-
[not.Q.3.cl.2.1incl.1incl.POS.active.imperative.PRES] => |kʷ|ʉ|꜒|qˤ|-
[not.Q.3.cl.2.1incl.1incl.POS.active.imperative.PAST] => |tʼˠ|i|꜖꜒|ʛˤ|-
[not.Q.3.cl.2.1incl.1incl.POS.active.conditional.PRES] => |ᵑǀʲ|ʉ#|꜖꜒|kʼˠ|-
[not.Q.3.cl.2.1incl.1incl.POS.active.conditional.PAST] => |tʼˠ|ᵊ|̰꜒|ʂˠ|-
[not.Q.3.cl.2.1incl.1incl.POS.active.optative.PRES] => |ɳ̥ʲ|u#|̰꜖|rˠ|-
[not.Q.3.cl.2.1incl.1incl.POS.active.optative.PAST] => |m̥ˤ|ʉː|꜒꜖|ɭʲ|-
[not.Q.3.cl.2.1incl.1incl.POS.passive.indicative.PRES] => |ʛʲ|a|꜖|wʲ|-
[not.Q.3.cl.2.1incl.1incl.POS.passive.indicative.PAST] => |d͡ʐʲ|ʉ#ː|̰꜒|ʃʲ|-
[not.Q.3.cl.2.1incl.1incl.POS.passive.imperative.PRES] => |ᵑǃʷ|i|̰꜒|pʲ|-
[not.Q.3.cl.2.1incl.1incl.POS.passive.imperative.PAST] => |wˤ|ᵊ|̰꜒|ʛʲ|-
[not.Q.3.cl.2.1incl.1incl.POS.passive.conditional.PRES] => |pʼˤ|a|꜖|ʃˠ|-
[not.Q.3.cl.2.1incl.1incl.POS.passive.conditional.PAST] => |ᵏǁʰˠ|iː|꜒|ɴʷ|-
[not.Q.3.cl.2.1incl.1incl.POS.passive.optative.PRES] => |ɥˠ|a|꜖|m̥ˠ|-
[not.Q.3.cl.2.1incl.1incl.POS.passive.optative.PAST] => |qʼˠ|a|̰꜖|hkʲ|-
[not.Q.3.cl.2.1incl.1excl.NEG.active.indicative.PRES] => |ᵑǀʲ|iː|꜒꜖|ʄˠ|-
[not.Q.3.cl.2.1incl.1excl.NEG.active.indicative.PAST] => |ʄˠ|a|̰꜒|pˠ|-
[not.Q.3.cl.2.1incl.1excl.NEG.active.imperative.PRES] => |kʰʲ|u|̰꜒|ɽˠ|-
[not.Q.3.cl.2.1incl.1excl.NEG.active.imperative.PAST] => |sˠ|i|꜖꜒|tˤ|-
[not.Q.3.cl.2.1incl.1excl.NEG.active.conditional.PRES] => |t͡sʷ|aː|꜖꜒|ɹʲ|-
[not.Q.3.cl.2.1incl.1excl.NEG.active.conditional.PAST] => |ᵏǀʷ|i#ː|꜒꜖|hkʷ|-
[not.Q.3.cl.2.1incl.1excl.NEG.active.optative.PRES] => |ʛˠ|a|꜖꜒|mʲ|-
[not.Q.3.cl.2.1incl.1excl.NEG.active.optative.PAST] => |ɾʲ|ʉ|̰꜖|ɠˤ|-
[not.Q.3.cl.2.1incl.1excl.NEG.passive.indicative.PRES] => |ᵏǀʲ|ʉ#|꜒꜖|ɻʲ|-
[not.Q.3.cl.2.1incl.1excl.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|ʉ|꜒|qˠ|-
[not.Q.3.cl.2.1incl.1excl.NEG.passive.imperative.PRES] => |pʰʲ|iː|꜒꜖|ʋˠ|-
[not.Q.3.cl.2.1incl.1excl.NEG.passive.imperative.PAST] => |ɓˤ|a|̰꜖|wʲ|-
[not.Q.3.cl.2.1incl.1excl.NEG.passive.conditional.PRES] => |ɹˠ|ʉ|꜒꜖|wˠ|-
[not.Q.3.cl.2.1incl.1excl.NEG.passive.conditional.PAST] => |kʰˤ|ʉ#|̰꜒|ɰʲ|-
[not.Q.3.cl.2.1incl.1excl.NEG.passive.optative.PRES] => |tʲ|a|꜖꜒|ɴˤ|-
[not.Q.3.cl.2.1incl.1excl.NEG.passive.optative.PAST] => |ɰʲ|ʉː|꜒꜖|tʰˤ|-
[not.Q.3.cl.2.1incl.1excl.POS.active.indicative.PRES] => |ᵏǃˠ|i#|꜒꜖|kʰˤ|-
[not.Q.3.cl.2.1incl.1excl.POS.active.indicative.PAST] => |ɹˠ|a|̰꜒|mˤ|-
[not.Q.3.cl.2.1incl.1excl.POS.active.imperative.PRES] => |m̥ʲ|a#|꜖꜒|qʷ|-
[not.Q.3.cl.2.1incl.1excl.POS.active.imperative.PAST] => |ɗˤ|u|̰꜒|ɰʷ|-
[not.Q.3.cl.2.1incl.1excl.POS.active.conditional.PRES] => |ɗʲ|ʉ#ː|̰꜒|hʈˠ|-
[not.Q.3.cl.2.1incl.1excl.POS.active.conditional.PAST] => |j|ʉ#ː|꜖|tʼˤ|-
[not.Q.3.cl.2.1incl.1excl.POS.active.optative.PRES] => |ʡˠ|i|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.2.1incl.1excl.POS.active.optative.PAST] => |ʈʰʲ|i|꜖꜒|ŋ̥ʲ|-
[not.Q.3.cl.2.1incl.1excl.POS.passive.indicative.PRES] => |ɹʲ|i#|꜖꜒|pˤ|-
[not.Q.3.cl.2.1incl.1excl.POS.passive.indicative.PAST] => |ɰˤ|u|꜖|kʼʷ|-
[not.Q.3.cl.2.1incl.1excl.POS.passive.imperative.PRES] => |ᵏǀˠ|i|꜖|ɰʷ|-
[not.Q.3.cl.2.1incl.1excl.POS.passive.imperative.PAST] => |ʈʼˠ|ʉ#|̰꜒|r̥ˤ|-
[not.Q.3.cl.2.1incl.1excl.POS.passive.conditional.PRES] => |tʰˠ|u#|̰꜒|ʜʲ|-
[not.Q.3.cl.2.1incl.1excl.POS.passive.conditional.PAST] => |ɥˠ|a|꜒꜖|kʰˤ|-
[not.Q.3.cl.2.1incl.1excl.POS.passive.optative.PRES] => |ᵏǃʼˤ|i|꜖|ʃˠ|-
[not.Q.3.cl.2.1incl.1excl.POS.passive.optative.PAST] => |ᵑǃˠ|uː|꜖꜒|n̥ʷ|-
[not.Q.3.cl.2.1incl.2.NEG.active.indicative.PRES] => |pʲ|ᵊ|꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.1incl.2.NEG.active.indicative.PAST] => |hkʲ|u#ː|̰꜖|ɗˠ|-
[not.Q.3.cl.2.1incl.2.NEG.active.imperative.PRES] => |m̥ʲ|i|̰꜖|ʛˠ|-
[not.Q.3.cl.2.1incl.2.NEG.active.imperative.PAST] => |kʼˤ|aː|꜖|rˠ|-
[not.Q.3.cl.2.1incl.2.NEG.active.conditional.PRES] => |ᵏǃʼʷ|i|̰꜒|t͡sˤ|-
[not.Q.3.cl.2.1incl.2.NEG.active.conditional.PAST] => |ɾʷ|a|꜖|hʈʲ|-
[not.Q.3.cl.2.1incl.2.NEG.active.optative.PRES] => |tʰˠ|ʉː|̰꜖|r̥ʲ|-
[not.Q.3.cl.2.1incl.2.NEG.active.optative.PAST] => |ʈʰʲ|aː|꜒|ŋ̥ˤ|-
[not.Q.3.cl.2.1incl.2.NEG.passive.indicative.PRES] => |ᵑǁˠ|a|꜒|n̥ˠ|-
[not.Q.3.cl.2.1incl.2.NEG.passive.indicative.PAST] => |ɴʲ|ʉ#|꜖|ɾˤ|-
[not.Q.3.cl.2.1incl.2.NEG.passive.imperative.PRES] => |tʰˠ|ʉ|꜒|wʲ|-
[not.Q.3.cl.2.1incl.2.NEG.passive.imperative.PAST] => |sˤ|iː|꜒|d͡ʐˠ|-
[not.Q.3.cl.2.1incl.2.NEG.passive.conditional.PRES] => |ᵑǁˠ|iː|꜒꜖|qʼˠ|-
[not.Q.3.cl.2.1incl.2.NEG.passive.conditional.PAST] => |ɠʲ|ʉ|꜒|ʜʲ|-
[not.Q.3.cl.2.1incl.2.NEG.passive.optative.PRES] => |ᵏǀʲ|ᵊ|̰꜖|ɠˤ|-
[not.Q.3.cl.2.1incl.2.NEG.passive.optative.PAST] => |pʼˤ|u#ː|̰꜒|qʼʲ|-
[not.Q.3.cl.2.1incl.2.POS.active.indicative.PRES] => |ɥʲ|a|̰꜖|ʂˠ|-
[not.Q.3.cl.2.1incl.2.POS.active.indicative.PAST] => |ɗˤ|aː|꜒꜖|kˤ|-
[not.Q.3.cl.2.1incl.2.POS.active.imperative.PRES] => |t͡sˤ|ᵊ|꜖|ɥʲ|-
[not.Q.3.cl.2.1incl.2.POS.active.imperative.PAST] => |ɓˤ|ʉ|꜒|ɾʷ|-
[not.Q.3.cl.2.1incl.2.POS.active.conditional.PRES] => |pʲ|ʉ#ː|꜒|ɠʷ|-
[not.Q.3.cl.2.1incl.2.POS.active.conditional.PAST] => |kʰˤ|ʉ#|̰꜖|ʄˠ|-
[not.Q.3.cl.2.1incl.2.POS.active.optative.PRES] => |r̥ˠ|u|꜒꜖|pʼˠ|-
[not.Q.3.cl.2.1incl.2.POS.active.optative.PAST] => |ɹʲ|i#|꜖|mˤ|-
[not.Q.3.cl.2.1incl.2.POS.passive.indicative.PRES] => |sˤ|ᵊ|꜖|ʂʲ|-
[not.Q.3.cl.2.1incl.2.POS.passive.indicative.PAST] => |ᵏǀʼʲ|uː|̰꜖|ʈʼʲ|-
[not.Q.3.cl.2.1incl.2.POS.passive.imperative.PRES] => |ʄˠ|u|꜖꜒|ɳʲ|-
[not.Q.3.cl.2.1incl.2.POS.passive.imperative.PAST] => |n̥ˤ|i|꜖꜒|ʛʷ|-
[not.Q.3.cl.2.1incl.2.POS.passive.conditional.PRES] => |ŋ̥ˠ|i#ː|꜒꜖|ɓˠ|-
[not.Q.3.cl.2.1incl.2.POS.passive.conditional.PAST] => |htʷ|ʉ|꜖|ɽʲ|-
[not.Q.3.cl.2.1incl.2.POS.passive.optative.PRES] => |tɬʲ|a|꜒|ʋˤ|-
[not.Q.3.cl.2.1incl.2.POS.passive.optative.PAST] => |ʛʲ|ʉː|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.active.indicative.PRES] => |ᵑǃʼˤ|i|̰꜖|tɬˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.active.indicative.PAST] => |pʼʲ|ᵊ|̰꜖|ʡˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.active.imperative.PRES] => |tʲ|u#ː|꜒꜖|ɾʲ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.active.imperative.PAST] => |kʲ|ʉ#|꜒꜖|t͡sˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʰʷ|i|꜖꜒|kˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.active.conditional.PAST] => |kʰˠ|ʉ#ː|꜒|ɰʷ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.active.optative.PRES] => |ʔ|i|꜖꜒|rˤ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.active.optative.PAST] => |d͡ʐˠ|u|꜖|ʈʰˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.passive.indicative.PRES] => |pˠ|ᵊ|̰꜒|nʲ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʼʲ|iː|̰꜒|ɗʲ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.passive.imperative.PRES] => |n̥ˤ|a|̰꜖|n̥ʷ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃˠ|iː|̰꜖|ʈʼʲ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.passive.conditional.PRES] => |wʲ|u#|꜒꜖|hʈʲ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ɽʲ|a#ː|꜒꜖|rˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.passive.optative.PRES] => |nʷ|a|꜖꜒|ʂˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.NEG.passive.optative.PAST] => |ᵑǀˤ|a|꜒|ɾˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.active.indicative.PRES] => |ʛˠ|u#ː|̰꜒|ɰˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.active.indicative.PAST] => |ᵏǃʼʷ|i|̰꜒|ɽʲ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.active.imperative.PRES] => |t͡sʲ|u|꜖꜒|ɾˤ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.active.imperative.PAST] => |ᵏǀʼˠ|u|̰꜖|ʃˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.active.conditional.PRES] => |pʼˠ|u|̰꜖|n̥ˤ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.active.conditional.PAST] => |r̥ʷ|iː|꜖|kʰˤ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.active.optative.PRES] => |qʼˤ|a|̰꜖|m̥ˤ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.active.optative.PAST] => |ᵑǃˤ|ʉ|꜖꜒|ʋˤ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.passive.indicative.PRES] => |ɳˠ|i|꜒|ʛˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.passive.indicative.PAST] => |tʼʷ|a|̰꜖|j|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʲ|ʉ|꜒|ʂˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʼʷ|iː|꜖|rʷ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.passive.conditional.PRES] => |ɗʷ|a|꜒꜖|ɓˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.passive.conditional.PAST] => |ʃˠ|ᵊ|꜒|ʈʼˠ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.passive.optative.PRES] => |t͡sˠ|i|꜒|hpʲ|-
[not.Q.3.cl.2.1incl.3.cl.1.POS.passive.optative.PAST] => |kʰʲ|i|꜒꜖|lˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.active.indicative.PRES] => |tʷ|a|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.active.indicative.PAST] => |ᵏǃʰˤ|a|̰꜒|rʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.active.imperative.PRES] => |nʲ|u|꜒|ɥˤ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.active.imperative.PAST] => |wʲ|u#|꜖|ɠʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.active.conditional.PRES] => |lˠ|u#ː|꜒꜖|ʋʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.active.conditional.PAST] => |ᵑǁʼˠ|i|꜖|ɠʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.active.optative.PRES] => |ᵑǃʷ|i#|꜒꜖|ɾˤ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.active.optative.PAST] => |ɰˤ|i#|̰꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ɻʲ|a|꜖|r̥ʷ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ʔ|i#|꜖|ʜˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.passive.imperative.PRES] => |ŋ̥ˤ|i|̰꜒|ɰʷ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.passive.imperative.PAST] => |ɻʲ|ᵊ|꜖|qˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ɾʷ|i|̰꜒|tʼʷ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.passive.conditional.PAST] => |nʷ|ʉ|꜖|ɳ̥ˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.passive.optative.PRES] => |nˤ|ʉ|꜒꜖|ʡʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʼʲ|ᵊ|꜒|ɴˤ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.active.indicative.PRES] => |ʛʲ|ʉː|̰꜒|n̥ʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.active.indicative.PAST] => |ɗʲ|u|̰꜒|mʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.active.imperative.PRES] => |kʷ|i|̰꜖|ɴˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.active.imperative.PAST] => |t͡ʂˠ|ʉ#|꜖꜒|ʡʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.active.conditional.PRES] => |kʰʷ|a|꜖|ʂˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.active.conditional.PAST] => |t͡ʂʲ|u#ː|꜒|ɽʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.active.optative.PRES] => |ʈʲ|ʉː|̰꜖|ʡˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.active.optative.PAST] => |ᵏǃʰʲ|aː|꜖꜒|ʂˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.passive.indicative.PRES] => |n̥ʷ|ʉ|꜒꜖|mʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.passive.indicative.PAST] => |tɬˠ|ʉ|꜖꜒|j|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.passive.imperative.PRES] => |ɗˠ|u|꜒|ɠʷ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.passive.imperative.PAST] => |kʲ|ᵊ|̰꜖|ʛˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.passive.conditional.PRES] => |ɰˠ|ʉ|̰꜖|pʲ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.passive.conditional.PAST] => |hkˤ|a|̰꜒|lˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.passive.optative.PRES] => |tʼʲ|a|꜖|ʋˠ|-
[not.Q.3.cl.2.1incl.3.cl.2.POS.passive.optative.PAST] => |kʰʷ|ᵊ|̰꜖|ɾʷ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.active.indicative.PRES] => |ᵏǀʰʷ|i|꜖|qˤ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.active.indicative.PAST] => |ᵑǁˠ|u|꜖|wʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.active.imperative.PRES] => |ɠʲ|ʉ|꜖|ʜˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.active.imperative.PAST] => |ɗʲ|ʉ|꜒꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.active.conditional.PRES] => |ɥʲ|u|꜖|t͡ʂˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.active.conditional.PAST] => |ɰˤ|uː|̰꜖|nʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.active.optative.PRES] => |ɓˤ|ʉ|꜒|sʷ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.active.optative.PAST] => |ᵏǀʰˤ|ᵊ|꜒|rˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǃʷ|a#ː|̰꜖|ɓˤ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ʛˤ|ᵊ|꜖꜒|tʷ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.passive.imperative.PRES] => |m̥ʲ|uː|꜒|kʼˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.passive.imperative.PAST] => |qˠ|ʉ#ː|꜖|ɗˤ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǀʷ|ʉː|꜒꜖|pʼˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.passive.conditional.PAST] => |pˤ|ʉ|̰꜖|ʛʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.passive.optative.PRES] => |ɥˤ|aː|̰꜒|ɰʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.NEG.passive.optative.PAST] => |kʰʲ|u|̰꜒|ɰˤ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.active.indicative.PRES] => |ᵏǃʰʲ|i#ː|̰꜖|n̥ˤ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.active.indicative.PAST] => |tʰˠ|ʉ|꜒|kʼˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.active.imperative.PRES] => |tʼʷ|ʉ|꜖꜒|qʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.active.imperative.PAST] => |ᵏǃʰˠ|ᵊ|꜖|ɰʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.active.conditional.PRES] => |ɰˠ|i|̰꜒|r̥ʷ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʰˤ|ʉ|̰꜒|n̥ˤ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.active.optative.PRES] => |ɥʲ|ʉ|꜒꜖|ɰʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.active.optative.PAST] => |ᵏǃʲ|a#|̰꜖|ɓˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.passive.indicative.PRES] => |ᵏǀʷ|aː|꜒꜖|ɠʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʰˤ|ᵊ|꜖|ʛˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.passive.imperative.PRES] => |ɠˤ|i|꜒|ʃˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʰʷ|a#ː|꜒|ɰʲ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.passive.conditional.PRES] => |t͡sˤ|ʉ#|꜒|mˠ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.passive.conditional.PAST] => |ɽˠ|a|꜖꜒|n̥ʷ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʷ|iː|̰꜒|nʷ|-
[not.Q.3.cl.2.1incl.3.cl.3.POS.passive.optative.PAST] => |qʼˠ|iː|̰꜖|r̥ʷ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.active.indicative.PRES] => |ɹˤ|i|꜖꜒|ŋˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.active.indicative.PAST] => |ʈʼʲ|i#|꜖|kʰˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.active.imperative.PRES] => |kʼˤ|aː|꜖|ɾʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.active.imperative.PAST] => |kʼʷ|aː|꜒꜖|ɰˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.active.conditional.PRES] => |ŋ̥ʷ|i|̰꜒|ʄʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.active.conditional.PAST] => |ʄʲ|i|꜖|ʃˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.active.optative.PRES] => |tˤ|u|꜒꜖|m̥ˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.active.optative.PAST] => |ɗˠ|ʉ|꜒|wˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.passive.indicative.PRES] => |sʲ|uː|꜖|kʼʷ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ɠʲ|ʉ|꜖꜒|tʰˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ɹˠ|u#|꜒|qˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.passive.imperative.PAST] => |hʈˠ|aː|̰꜒|qʷ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.passive.conditional.PRES] => |tɬˠ|i|̰꜖|ɠʷ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ʡʲ|u|꜖|t͡sˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.passive.optative.PRES] => |ɰʷ|ʉ|꜒꜖|tˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.NEG.passive.optative.PAST] => |ʡˠ|i#|꜒꜖|ʛˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.active.indicative.PRES] => |wˠ|i|꜖꜒|ʜˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.active.indicative.PAST] => |ᵏǁʰʲ|u#|꜒|ʈʰʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.active.imperative.PRES] => |t͡sˠ|a|̰꜖|lˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.active.imperative.PAST] => |ᵑǀˤ|i|꜖꜒|ɗˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.active.conditional.PRES] => |kʰˠ|ʉ#ː|̰꜖|qʼʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.active.conditional.PAST] => |ɰˠ|u|꜒|wˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.active.optative.PRES] => |m̥ʲ|i#ː|꜖꜒|ɓˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.active.optative.PAST] => |ɠˠ|ᵊ|꜒꜖|ɽʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.passive.indicative.PRES] => |ɰˠ|i|꜒|r̥ʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.passive.indicative.PAST] => |pʰˠ|ʉː|꜖꜒|wˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.passive.imperative.PRES] => |qˤ|ʉː|꜖꜒|ɽʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.passive.imperative.PAST] => |ɰˠ|a#ː|̰꜖|ɻʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.passive.conditional.PRES] => |ᵏǀʼˠ|i#|꜒|ŋ̥ˤ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.passive.conditional.PAST] => |ʔ|i|꜒|t͡ʂˠ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.passive.optative.PRES] => |ɠˠ|ʉː|̰꜒|ʄʲ|-
[not.Q.3.cl.2.1incl.3.cl.4.POS.passive.optative.PAST] => |pʼʲ|i|꜖|m̥ˤ|-
[not.Q.3.cl.2.1excl.1incl.NEG.active.indicative.PRES] => |ɻʲ|u#|꜒꜖|mˠ|-
[not.Q.3.cl.2.1excl.1incl.NEG.active.indicative.PAST] => |qʼˠ|ʉ|꜖|ɓʲ|-
[not.Q.3.cl.2.1excl.1incl.NEG.active.imperative.PRES] => |hkˠ|ʉ#|꜒꜖|ʃʲ|-
[not.Q.3.cl.2.1excl.1incl.NEG.active.imperative.PAST] => |tʼˤ|ʉ|̰꜖|tʼˠ|-
[not.Q.3.cl.2.1excl.1incl.NEG.active.conditional.PRES] => |ᵏǃʼˤ|ᵊ|꜖꜒|ʄʲ|-
[not.Q.3.cl.2.1excl.1incl.NEG.active.conditional.PAST] => |htˤ|ᵊ|꜖|ɰʷ|-
[not.Q.3.cl.2.1excl.1incl.NEG.active.optative.PRES] => |ᵏǀʼʲ|a#|̰꜖|ʡʲ|-
[not.Q.3.cl.2.1excl.1incl.NEG.active.optative.PAST] => |htˤ|a|꜒|ɻʲ|-
[not.Q.3.cl.2.1excl.1incl.NEG.passive.indicative.PRES] => |ᵏǃʰˤ|iː|꜒꜖|j|-
[not.Q.3.cl.2.1excl.1incl.NEG.passive.indicative.PAST] => |ᵏǁˠ|a#ː|꜖|t͡ʃ|-
[not.Q.3.cl.2.1excl.1incl.NEG.passive.imperative.PRES] => |ᵏǃʰʷ|i|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.2.1excl.1incl.NEG.passive.imperative.PAST] => |ʜˠ|a#ː|꜖꜒|ʡˠ|-
[not.Q.3.cl.2.1excl.1incl.NEG.passive.conditional.PRES] => |qʼˠ|i|꜒꜖|kʰˤ|-
[not.Q.3.cl.2.1excl.1incl.NEG.passive.conditional.PAST] => |ʈˠ|ᵊ|꜖|nˤ|-
[not.Q.3.cl.2.1excl.1incl.NEG.passive.optative.PRES] => |ʋˠ|ᵊ|꜖꜒|rˠ|-
[not.Q.3.cl.2.1excl.1incl.NEG.passive.optative.PAST] => |ᵑǃʼˤ|aː|꜒|j|-
[not.Q.3.cl.2.1excl.1incl.POS.active.indicative.PRES] => |d͡ʐʲ|i|꜖꜒|lˠ|-
[not.Q.3.cl.2.1excl.1incl.POS.active.indicative.PAST] => |qʼˠ|ʉ|꜒꜖|tˠ|-
[not.Q.3.cl.2.1excl.1incl.POS.active.imperative.PRES] => |ᵑǀˤ|u|꜖|kʼʲ|-
[not.Q.3.cl.2.1excl.1incl.POS.active.imperative.PAST] => |n̥ʲ|ᵊ|꜒|hkˤ|-
[not.Q.3.cl.2.1excl.1incl.POS.active.conditional.PRES] => |ᵏǃʰʷ|i#ː|꜒|ɹʷ|-
[not.Q.3.cl.2.1excl.1incl.POS.active.conditional.PAST] => |ᵑǀʼʷ|a#ː|̰꜖|kʼʲ|-
[not.Q.3.cl.2.1excl.1incl.POS.active.optative.PRES] => |pˠ|i|꜖꜒|ɽʲ|-
[not.Q.3.cl.2.1excl.1incl.POS.active.optative.PAST] => |t͡ʂʲ|iː|̰꜖|mʲ|-
[not.Q.3.cl.2.1excl.1incl.POS.passive.indicative.PRES] => |mˤ|ᵊ|̰꜖|tˠ|-
[not.Q.3.cl.2.1excl.1incl.POS.passive.indicative.PAST] => |ᵑǀˠ|i|̰꜒|ɗˤ|-
[not.Q.3.cl.2.1excl.1incl.POS.passive.imperative.PRES] => |ᵑǃʼʲ|a|꜖|qˠ|-
[not.Q.3.cl.2.1excl.1incl.POS.passive.imperative.PAST] => |ᵑǁˠ|u|꜒|t͡ʂʲ|-
[not.Q.3.cl.2.1excl.1incl.POS.passive.conditional.PRES] => |ʄˠ|ᵊ|̰꜒|ɴˤ|-
[not.Q.3.cl.2.1excl.1incl.POS.passive.conditional.PAST] => |r̥ˤ|a|̰꜖|m̥ˤ|-
[not.Q.3.cl.2.1excl.1incl.POS.passive.optative.PRES] => |ɓˠ|u#ː|꜖꜒|htˤ|-
[not.Q.3.cl.2.1excl.1incl.POS.passive.optative.PAST] => |nʷ|ʉ|̰꜒|ɥˠ|-
[not.Q.3.cl.2.1excl.1excl.NEG.active.indicative.PRES] => |ʈˠ|i|꜖|tˠ|-
[not.Q.3.cl.2.1excl.1excl.NEG.active.indicative.PAST] => |kʼˠ|i|꜒꜖|ɭʲ|-
[not.Q.3.cl.2.1excl.1excl.NEG.active.imperative.PRES] => |pʰˤ|u|꜒|ɳ̥ˠ|-
[not.Q.3.cl.2.1excl.1excl.NEG.active.imperative.PAST] => |ᵏǀʼʷ|a#ː|꜖|ʡˠ|-
[not.Q.3.cl.2.1excl.1excl.NEG.active.conditional.PRES] => |ʛˤ|i|꜖|ɻʲ|-
[not.Q.3.cl.2.1excl.1excl.NEG.active.conditional.PAST] => |ɰʲ|i|꜖|ʄˠ|-
[not.Q.3.cl.2.1excl.1excl.NEG.active.optative.PRES] => |tʲ|uː|꜒꜖|kʼʲ|-
[not.Q.3.cl.2.1excl.1excl.NEG.active.optative.PAST] => |ʜʲ|a|̰꜒|sˤ|-
[not.Q.3.cl.2.1excl.1excl.NEG.passive.indicative.PRES] => |ᵏǃʼʲ|i|꜒꜖|ɗʷ|-
[not.Q.3.cl.2.1excl.1excl.NEG.passive.indicative.PAST] => |ᵏǀʼʲ|aː|꜒|kʰʷ|-
[not.Q.3.cl.2.1excl.1excl.NEG.passive.imperative.PRES] => |ᵑǃʼʲ|ʉ#ː|꜖|n̥ʷ|-
[not.Q.3.cl.2.1excl.1excl.NEG.passive.imperative.PAST] => |kʰʲ|ʉ#|꜒꜖|htʷ|-
[not.Q.3.cl.2.1excl.1excl.NEG.passive.conditional.PRES] => |tɬʲ|i|꜒꜖|nˠ|-
[not.Q.3.cl.2.1excl.1excl.NEG.passive.conditional.PAST] => |ʋˤ|aː|꜖꜒|sʲ|-
[not.Q.3.cl.2.1excl.1excl.NEG.passive.optative.PRES] => |tˤ|a|꜒|hʈʲ|-
[not.Q.3.cl.2.1excl.1excl.NEG.passive.optative.PAST] => |pʰˠ|a|꜒꜖|m̥ˤ|-
[not.Q.3.cl.2.1excl.1excl.POS.active.indicative.PRES] => |ʂˠ|a#|꜖|ʃʲ|-
[not.Q.3.cl.2.1excl.1excl.POS.active.indicative.PAST] => |d͡ʐʲ|i|̰꜖|pʼˠ|-
[not.Q.3.cl.2.1excl.1excl.POS.active.imperative.PRES] => |ɰʷ|ʉː|꜖|qʼˠ|-
[not.Q.3.cl.2.1excl.1excl.POS.active.imperative.PAST] => |ᵏǀʰʲ|i|꜒꜖|ʄʲ|-
[not.Q.3.cl.2.1excl.1excl.POS.active.conditional.PRES] => |tʲ|ᵊ|̰꜒|hkʲ|-
[not.Q.3.cl.2.1excl.1excl.POS.active.conditional.PAST] => |nʷ|a#|̰꜖|ɥˠ|-
[not.Q.3.cl.2.1excl.1excl.POS.active.optative.PRES] => |tʼʲ|aː|̰꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.1excl.1excl.POS.active.optative.PAST] => |ᵏǀʼˠ|a|꜖|hʈʲ|-
[not.Q.3.cl.2.1excl.1excl.POS.passive.indicative.PRES] => |ɠˠ|i|꜒꜖|ɹʲ|-
[not.Q.3.cl.2.1excl.1excl.POS.passive.indicative.PAST] => |kʰʲ|u|̰꜖|ɳ̥ˠ|-
[not.Q.3.cl.2.1excl.1excl.POS.passive.imperative.PRES] => |ᵑǃʼʲ|ʉ|꜖|ɹʲ|-
[not.Q.3.cl.2.1excl.1excl.POS.passive.imperative.PAST] => |tʰʲ|a#ː|꜒|lʲ|-
[not.Q.3.cl.2.1excl.1excl.POS.passive.conditional.PRES] => |kʷ|a|꜒|ɥˤ|-
[not.Q.3.cl.2.1excl.1excl.POS.passive.conditional.PAST] => |kʰˠ|a|̰꜒|ɻˠ|-
[not.Q.3.cl.2.1excl.1excl.POS.passive.optative.PRES] => |ʡˠ|i|̰꜒|ɰˠ|-
[not.Q.3.cl.2.1excl.1excl.POS.passive.optative.PAST] => |ʄˠ|a|̰꜖|rʲ|-
[not.Q.3.cl.2.1excl.2.NEG.active.indicative.PRES] => |ᵏǁˠ|a|̰꜒|ɹˤ|-
[not.Q.3.cl.2.1excl.2.NEG.active.indicative.PAST] => |ʋˠ|i|̰꜒|pʰˠ|-
[not.Q.3.cl.2.1excl.2.NEG.active.imperative.PRES] => |ᵑǀʼˤ|i|꜖|ʡˠ|-
[not.Q.3.cl.2.1excl.2.NEG.active.imperative.PAST] => |ɓˤ|u#|꜖|r̥ʷ|-
[not.Q.3.cl.2.1excl.2.NEG.active.conditional.PRES] => |ɓˠ|a#ː|̰꜖|kˤ|-
[not.Q.3.cl.2.1excl.2.NEG.active.conditional.PAST] => |pʲ|i|꜒꜖|r̥ʲ|-
[not.Q.3.cl.2.1excl.2.NEG.active.optative.PRES] => |ᵑǀʲ|aː|꜖꜒|qˤ|-
[not.Q.3.cl.2.1excl.2.NEG.active.optative.PAST] => |ɗˤ|a#ː|꜒|ɗˠ|-
[not.Q.3.cl.2.1excl.2.NEG.passive.indicative.PRES] => |pʰˤ|i#|̰꜒|ʈˠ|-
[not.Q.3.cl.2.1excl.2.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|aː|꜒|qˠ|-
[not.Q.3.cl.2.1excl.2.NEG.passive.imperative.PRES] => |r̥ˠ|i#ː|̰꜒|ɠˠ|-
[not.Q.3.cl.2.1excl.2.NEG.passive.imperative.PAST] => |kʼʲ|iː|꜖꜒|ɾʷ|-
[not.Q.3.cl.2.1excl.2.NEG.passive.conditional.PRES] => |pʰˤ|i|꜒|kʼˤ|-
[not.Q.3.cl.2.1excl.2.NEG.passive.conditional.PAST] => |ʄʲ|ʉ#|꜖꜒|ɥˤ|-
[not.Q.3.cl.2.1excl.2.NEG.passive.optative.PRES] => |ʈʲ|ᵊ|꜖|ɽˠ|-
[not.Q.3.cl.2.1excl.2.NEG.passive.optative.PAST] => |ᵑǀʲ|ᵊ|꜒|kʷ|-
[not.Q.3.cl.2.1excl.2.POS.active.indicative.PRES] => |ᵏǁʲ|i|꜖|wʲ|-
[not.Q.3.cl.2.1excl.2.POS.active.indicative.PAST] => |ᵑǃʼˤ|ᵊ|꜖|kʰˠ|-
[not.Q.3.cl.2.1excl.2.POS.active.imperative.PRES] => |kʰˤ|ʉ|꜖|qʼˤ|-
[not.Q.3.cl.2.1excl.2.POS.active.imperative.PAST] => |ʄʲ|a|꜖꜒|ʡʲ|-
[not.Q.3.cl.2.1excl.2.POS.active.conditional.PRES] => |ᵏǃʰʷ|i#|꜖꜒|ɾˠ|-
[not.Q.3.cl.2.1excl.2.POS.active.conditional.PAST] => |n̥ˤ|aː|̰꜖|ɰˠ|-
[not.Q.3.cl.2.1excl.2.POS.active.optative.PRES] => |kˠ|ᵊ|꜒|ɰʷ|-
[not.Q.3.cl.2.1excl.2.POS.active.optative.PAST] => |h|i|꜖|ɽʲ|-
[not.Q.3.cl.2.1excl.2.POS.passive.indicative.PRES] => |hʈʲ|i|̰꜒|ʛʲ|-
[not.Q.3.cl.2.1excl.2.POS.passive.indicative.PAST] => |rˤ|aː|꜒|rˠ|-
[not.Q.3.cl.2.1excl.2.POS.passive.imperative.PRES] => |m̥ʲ|a|̰꜖|ŋʷ|-
[not.Q.3.cl.2.1excl.2.POS.passive.imperative.PAST] => |hpʲ|i#ː|̰꜒|ɭʲ|-
[not.Q.3.cl.2.1excl.2.POS.passive.conditional.PRES] => |ŋ̥ʷ|i|꜒꜖|n̥ˤ|-
[not.Q.3.cl.2.1excl.2.POS.passive.conditional.PAST] => |pʼʲ|a#|꜖|ʛˠ|-
[not.Q.3.cl.2.1excl.2.POS.passive.optative.PRES] => |htˠ|a|꜒꜖|t͡ʂʲ|-
[not.Q.3.cl.2.1excl.2.POS.passive.optative.PAST] => |pʼˠ|a|꜖꜒|m̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.active.indicative.PRES] => |m̥ʲ|a#ː|꜒|pʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.active.indicative.PAST] => |tˤ|iː|꜒|n̥ʷ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.active.imperative.PRES] => |ʋʲ|u|̰꜒|tɬˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.active.imperative.PAST] => |hkˤ|u|꜖|qʼʷ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.active.conditional.PRES] => |kʷ|aː|꜒꜖|ʋˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.active.conditional.PAST] => |ɰʷ|ʉ|꜖|tɬˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.active.optative.PRES] => |ᵏǀʷ|ʉ#ː|̰꜖|ʜʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.active.optative.PAST] => |ɴʲ|a#|꜖|n̥ˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǃʼʷ|ᵊ|꜖꜒|ʃˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.passive.indicative.PAST] => |ɓˠ|ʉ|꜒꜖|rˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʼˠ|u|꜖|qʼʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.passive.imperative.PAST] => |tˤ|aː|̰꜖|htʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ʡˠ|u#|̰꜖|wʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.passive.conditional.PAST] => |htˠ|aː|꜖꜒|pˤ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.passive.optative.PRES] => |pʼˤ|ʉ#ː|꜒꜖|qʼˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.NEG.passive.optative.PAST] => |kʷ|aː|꜖꜒|n̥ˤ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.active.indicative.PRES] => |htʲ|ʉ|̰꜒|j|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.active.indicative.PAST] => |ᵏǀʰˤ|a|꜖|h|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵏǃˤ|a|꜖꜒|pʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.active.imperative.PAST] => |ʃʲ|u|꜖꜒|qˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.active.conditional.PRES] => |kʷ|i|꜒꜖|htʷ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.active.conditional.PAST] => |ʂʲ|ʉː|꜒꜖|n̥ˠ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.active.optative.PRES] => |ᵏǀˤ|u#|꜖꜒|ʛˤ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.active.optative.PAST] => |t͡sʲ|aː|꜒|nʷ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.passive.indicative.PRES] => |ɓʲ|ᵊ|꜖꜒|ɰʷ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.passive.indicative.PAST] => |ɠʷ|a#ː|꜒|ʛˤ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.passive.imperative.PRES] => |ɹˤ|ᵊ|꜒|ɳ̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.passive.imperative.PAST] => |ᵑǃʲ|ʉ|̰꜒|ɳ̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.passive.conditional.PRES] => |mʲ|i|̰꜖|ʋˤ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.passive.conditional.PAST] => |ʋʲ|i|꜒꜖|ɗʲ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.passive.optative.PRES] => |ʈˠ|u|̰꜖|ɥˤ|-
[not.Q.3.cl.2.1excl.3.cl.1.POS.passive.optative.PAST] => |lˠ|ʉ#ː|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.active.indicative.PRES] => |ᵑǀʲ|i|꜒|rʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.active.indicative.PAST] => |tʼʲ|u#ː|꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.active.imperative.PRES] => |nˤ|i|꜖|t͡sˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.active.imperative.PAST] => |ʄʲ|i#ː|꜖|r̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.active.conditional.PRES] => |kˠ|iː|꜖|m̥ˤ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.active.conditional.PAST] => |qʼʲ|i#|̰꜒|ŋˤ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.active.optative.PRES] => |ᵑǀʲ|a|꜒꜖|pʼˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.active.optative.PAST] => |ʡʲ|u#|꜒|ʋˤ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.passive.indicative.PRES] => |ʂʲ|i|꜖|pʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ɹʷ|iː|꜖|ɾˤ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ɳ̥ʲ|ᵊ|꜖|ʃˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.passive.imperative.PAST] => |pˠ|ʉ#|꜒꜖|ɠʷ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǃˤ|ʉ|̰꜒|t͡ʂˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǁˠ|ᵊ|꜖|rʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.passive.optative.PRES] => |ɻˠ|ᵊ|꜒|mʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.NEG.passive.optative.PAST] => |t͡sˤ|iː|꜒꜖|ɓˤ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.active.indicative.PRES] => |hʈˠ|ᵊ|꜒|lʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.active.indicative.PAST] => |hkˠ|ᵊ|꜖꜒|nʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.active.imperative.PRES] => |ᵏǀʼʷ|a|꜒|ŋˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.active.imperative.PAST] => |tɬˠ|ʉ#|꜒|rʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.active.conditional.PRES] => |h|a#ː|꜒|r̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.active.conditional.PAST] => |ɰˠ|a|꜒|qʼˤ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.active.optative.PRES] => |kʰʲ|i|꜒꜖|hʈˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.active.optative.PAST] => |ʡʲ|u|꜖꜒|ɰʷ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.passive.indicative.PRES] => |ᵏǁʼˠ|u|̰꜖|ŋ̥ʷ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.passive.indicative.PAST] => |ɥˤ|i|꜖|mʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.passive.imperative.PRES] => |pʲ|ᵊ|꜒꜖|wˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.passive.imperative.PAST] => |ɳ̥ʲ|u#ː|꜖|ɽˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.passive.conditional.PRES] => |ʃʲ|a#ː|꜖|nʲ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.passive.conditional.PAST] => |tʰˠ|a|꜒|ʂˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.passive.optative.PRES] => |pʰˠ|i|̰꜖|lˠ|-
[not.Q.3.cl.2.1excl.3.cl.2.POS.passive.optative.PAST] => |ᵏǃʷ|i|꜖꜒|ʈʼˠ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.active.indicative.PRES] => |ɻʲ|ʉ|꜒꜖|tɬʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.active.indicative.PAST] => |ᵏǃʰʲ|ᵊ|̰꜒|ɳ̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.active.imperative.PRES] => |ŋ̥ʷ|i#|꜒|ɰˠ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.active.imperative.PAST] => |kʰʲ|i|̰꜖|tʰʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.active.conditional.PRES] => |ᵑǀʲ|iː|̰꜖|ʈʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.active.conditional.PAST] => |pʰʲ|a|꜒꜖|t͡sˠ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.active.optative.PRES] => |ᵏǀˠ|ʉ#ː|꜒꜖|ʜˠ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.active.optative.PAST] => |ʡˠ|ʉː|̰꜒|lˠ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.passive.indicative.PRES] => |mʲ|u|̰꜒|ɗˤ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ɓˤ|u#ː|꜖꜒|ɠʷ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.passive.imperative.PRES] => |rʷ|ʉ|꜖|ɭʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǀʼˤ|uː|꜖꜒|wʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.passive.conditional.PRES] => |qˤ|a|̰꜒|htʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.passive.conditional.PAST] => |qʼˤ|u#|̰꜖|nˠ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.passive.optative.PRES] => |qʷ|ʉ|̰꜒|rˤ|-
[not.Q.3.cl.2.1excl.3.cl.3.NEG.passive.optative.PAST] => |kˤ|u|꜖|ɠʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.active.indicative.PRES] => |ᵏǀʰˠ|u#ː|̰꜒|r̥ˤ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.active.indicative.PAST] => |ᵑǀʼˠ|ᵊ|̰꜖|qˤ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.active.imperative.PRES] => |pʰˤ|aː|꜒|ɓˤ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.active.imperative.PAST] => |r̥ʲ|aː|꜖|r̥ʷ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.active.conditional.PRES] => |m̥ˤ|i#ː|̰꜖|n̥ʷ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.active.conditional.PAST] => |ᵏǁʰʲ|a|꜒|d͡ʐʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.active.optative.PRES] => |ʈʼˠ|i#ː|꜒|ɹʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.active.optative.PAST] => |n̥ʲ|u#ː|꜖|ɠʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.passive.indicative.PRES] => |tʼˤ|ʉː|꜖|ʃʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.passive.indicative.PAST] => |wʲ|a|̰꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.passive.imperative.PRES] => |ɽʲ|i|꜒꜖|ɗʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.passive.imperative.PAST] => |ɴˤ|a#|̰꜖|ʜˠ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.passive.conditional.PRES] => |ɥʲ|ᵊ|̰꜖|hkʲ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.passive.conditional.PAST] => |n̥ˤ|a|꜖꜒|ɹˤ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.passive.optative.PRES] => |nʷ|a|꜒|ʛʷ|-
[not.Q.3.cl.2.1excl.3.cl.3.POS.passive.optative.PAST] => |hkˠ|u#ː|꜖|r̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.active.indicative.PRES] => |ɻʲ|ᵊ|꜒|nʷ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.active.indicative.PAST] => |nˠ|a#ː|꜖|n̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.active.imperative.PRES] => |ʄˠ|i|̰꜒|pˤ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.active.imperative.PAST] => |ɠʲ|a#|̰꜖|mˤ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.active.conditional.PRES] => |ŋ̥ˠ|aː|̰꜒|ɠʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.active.conditional.PAST] => |n̥ˤ|i|꜖꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.active.optative.PRES] => |ɳ̥ʲ|ᵊ|̰꜒|ɠʷ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.active.optative.PAST] => |ɳʲ|ᵊ|꜖|hpʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.passive.indicative.PRES] => |t͡sˤ|ᵊ|꜖꜒|ɳʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.passive.indicative.PAST] => |ʈʰʲ|i|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.passive.imperative.PRES] => |tˠ|ʉ#|꜒|ŋʷ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.passive.imperative.PAST] => |nˤ|aː|꜒꜖|ʃˠ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.passive.conditional.PRES] => |tʰʷ|i#ː|꜒꜖|ŋʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.passive.conditional.PAST] => |mˤ|ʉ|̰꜒|ŋˠ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.passive.optative.PRES] => |rˠ|u#ː|̰꜒|ʈʰˠ|-
[not.Q.3.cl.2.1excl.3.cl.4.NEG.passive.optative.PAST] => |ᵏǃʼʲ|i|̰꜒|sʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.active.indicative.PRES] => |ɠˤ|a|꜒|hʈˠ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.active.indicative.PAST] => |ᵑǀʲ|ᵊ|꜖꜒|ʃʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.active.imperative.PRES] => |n̥ʲ|ʉ#|̰꜖|kʼˤ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.active.imperative.PAST] => |qʼˠ|i|꜒|kˠ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.active.conditional.PRES] => |ᵑǀʼˤ|a#|꜒|ʔ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.active.conditional.PAST] => |ʛˠ|a|̰꜖|ɾʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.active.optative.PRES] => |ɹˠ|a#ː|꜖꜒|ŋˠ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.active.optative.PAST] => |ɥʲ|ᵊ|̰꜒|tɬʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.passive.indicative.PRES] => |ŋ̥ˠ|a#|̰꜒|t͡sˠ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.passive.indicative.PAST] => |ɥˤ|ᵊ|̰꜒|lʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.passive.imperative.PRES] => |pˤ|i#|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.passive.imperative.PAST] => |d͡ʐʲ|ʉː|꜒|tʷ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.passive.conditional.PRES] => |ᵏǃʼʲ|a#|꜖꜒|ɰʲ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.passive.conditional.PAST] => |lˠ|ᵊ|̰꜖|ʋˤ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʲ|ᵊ|̰꜖|ɹˤ|-
[not.Q.3.cl.2.1excl.3.cl.4.POS.passive.optative.PAST] => |r̥ʷ|i|̰꜒|tˠ|-
[not.Q.3.cl.2.2.1incl.NEG.active.indicative.PRES] => |sˠ|u#ː|꜖꜒|ɭʲ|-
[not.Q.3.cl.2.2.1incl.NEG.active.indicative.PAST] => |tʼˠ|i|꜒꜖|kʰʲ|-
[not.Q.3.cl.2.2.1incl.NEG.active.imperative.PRES] => |wˤ|u|꜒|ɾʲ|-
[not.Q.3.cl.2.2.1incl.NEG.active.imperative.PAST] => |j|a|꜖꜒|ʛʷ|-
[not.Q.3.cl.2.2.1incl.NEG.active.conditional.PRES] => |ᵏǁʰʲ|a|̰꜖|qʷ|-
[not.Q.3.cl.2.2.1incl.NEG.active.conditional.PAST] => |tʼˠ|a|꜒꜖|lʲ|-
[not.Q.3.cl.2.2.1incl.NEG.active.optative.PRES] => |qʼʷ|a#ː|꜒|j|-
[not.Q.3.cl.2.2.1incl.NEG.active.optative.PAST] => |h|i|̰꜖|pʲ|-
[not.Q.3.cl.2.2.1incl.NEG.passive.indicative.PRES] => |ɗˤ|u#|̰꜖|r̥ˠ|-
[not.Q.3.cl.2.2.1incl.NEG.passive.indicative.PAST] => |ᵑǃʼʷ|i|̰꜒|pʲ|-
[not.Q.3.cl.2.2.1incl.NEG.passive.imperative.PRES] => |ɠˠ|a|꜖|hkʷ|-
[not.Q.3.cl.2.2.1incl.NEG.passive.imperative.PAST] => |kˠ|iː|꜒|ʛˤ|-
[not.Q.3.cl.2.2.1incl.NEG.passive.conditional.PRES] => |kʷ|ᵊ|꜒꜖|ɴˠ|-
[not.Q.3.cl.2.2.1incl.NEG.passive.conditional.PAST] => |kʼʷ|a#|꜖꜒|t͡sˠ|-
[not.Q.3.cl.2.2.1incl.NEG.passive.optative.PRES] => |ᵏǃʰʲ|a|꜖|t͡ʂʲ|-
[not.Q.3.cl.2.2.1incl.NEG.passive.optative.PAST] => |mˠ|a|꜒|ɴʷ|-
[not.Q.3.cl.2.2.1incl.POS.active.indicative.PRES] => |ᵑǃˠ|aː|̰꜒|ɹˠ|-
[not.Q.3.cl.2.2.1incl.POS.active.indicative.PAST] => |ʈʼʲ|iː|꜒|kˤ|-
[not.Q.3.cl.2.2.1incl.POS.active.imperative.PRES] => |ʔ|aː|꜒|sʷ|-
[not.Q.3.cl.2.2.1incl.POS.active.imperative.PAST] => |j|u|꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.2.1incl.POS.active.conditional.PRES] => |sˤ|u#|̰꜖|ʜˠ|-
[not.Q.3.cl.2.2.1incl.POS.active.conditional.PAST] => |ᵑǁʲ|ʉ|̰꜖|ɻʲ|-
[not.Q.3.cl.2.2.1incl.POS.active.optative.PRES] => |qʼʷ|a|꜒|rʷ|-
[not.Q.3.cl.2.2.1incl.POS.active.optative.PAST] => |rˤ|a|̰꜒|sʲ|-
[not.Q.3.cl.2.2.1incl.POS.passive.indicative.PRES] => |ᵑǀʷ|aː|꜒|n̥ʲ|-
[not.Q.3.cl.2.2.1incl.POS.passive.indicative.PAST] => |hʈˠ|u#|̰꜒|tɬˠ|-
[not.Q.3.cl.2.2.1incl.POS.passive.imperative.PRES] => |qʼˤ|a|̰꜒|htˤ|-
[not.Q.3.cl.2.2.1incl.POS.passive.imperative.PAST] => |ɳˠ|ᵊ|̰꜒|rˤ|-
[not.Q.3.cl.2.2.1incl.POS.passive.conditional.PRES] => |sˠ|ʉ|꜖|hpˤ|-
[not.Q.3.cl.2.2.1incl.POS.passive.conditional.PAST] => |qʼʲ|a|꜖꜒|m̥ˤ|-
[not.Q.3.cl.2.2.1incl.POS.passive.optative.PRES] => |ɳ̥ʲ|i|꜖꜒|tɬˠ|-
[not.Q.3.cl.2.2.1incl.POS.passive.optative.PAST] => |ᵑǀˠ|a|꜖|ʛˠ|-
[not.Q.3.cl.2.2.1excl.NEG.active.indicative.PRES] => |ᵑǀʼʲ|u#|꜒|ɗˠ|-
[not.Q.3.cl.2.2.1excl.NEG.active.indicative.PAST] => |ɗʷ|ʉ#|꜒|qʼˤ|-
[not.Q.3.cl.2.2.1excl.NEG.active.imperative.PRES] => |tɬʲ|a#ː|꜖|htˠ|-
[not.Q.3.cl.2.2.1excl.NEG.active.imperative.PAST] => |t͡sˠ|a|̰꜖|r̥ˤ|-
[not.Q.3.cl.2.2.1excl.NEG.active.conditional.PRES] => |t͡sˤ|aː|̰꜒|lˠ|-
[not.Q.3.cl.2.2.1excl.NEG.active.conditional.PAST] => |ʃˠ|a|̰꜖|tʼʷ|-
[not.Q.3.cl.2.2.1excl.NEG.active.optative.PRES] => |ŋˠ|u#|꜖꜒|ɹʲ|-
[not.Q.3.cl.2.2.1excl.NEG.active.optative.PAST] => |t͡sˤ|a|̰꜒|ʛʲ|-
[not.Q.3.cl.2.2.1excl.NEG.passive.indicative.PRES] => |ŋʲ|ʉ|꜒|ʡˠ|-
[not.Q.3.cl.2.2.1excl.NEG.passive.indicative.PAST] => |ᵏǀˤ|uː|̰꜒|tʼˤ|-
[not.Q.3.cl.2.2.1excl.NEG.passive.imperative.PRES] => |ᵏǀˠ|ʉː|̰꜒|sˤ|-
[not.Q.3.cl.2.2.1excl.NEG.passive.imperative.PAST] => |ʈˠ|aː|꜒꜖|n̥ˠ|-
[not.Q.3.cl.2.2.1excl.NEG.passive.conditional.PRES] => |t͡ʂʲ|u|̰꜖|hkʷ|-
[not.Q.3.cl.2.2.1excl.NEG.passive.conditional.PAST] => |ᵑǁʲ|i#ː|꜒|tʰʲ|-
[not.Q.3.cl.2.2.1excl.NEG.passive.optative.PRES] => |mʲ|i#|̰꜒|ŋ̥ˤ|-
[not.Q.3.cl.2.2.1excl.NEG.passive.optative.PAST] => |kʼʲ|i|꜖|j|-
[not.Q.3.cl.2.2.1excl.POS.active.indicative.PRES] => |t͡ʃ|i#|꜖|t͡sʲ|-
[not.Q.3.cl.2.2.1excl.POS.active.indicative.PAST] => |ɽˠ|u#ː|꜒꜖|ʛˠ|-
[not.Q.3.cl.2.2.1excl.POS.active.imperative.PRES] => |wʲ|ʉ|꜖|hkʲ|-
[not.Q.3.cl.2.2.1excl.POS.active.imperative.PAST] => |ɾʲ|u|̰꜖|lʲ|-
[not.Q.3.cl.2.2.1excl.POS.active.conditional.PRES] => |ᵑǀʼˠ|ᵊ|̰꜒|rʲ|-
[not.Q.3.cl.2.2.1excl.POS.active.conditional.PAST] => |ᵏǀˤ|ʉ|꜖꜒|ɥˠ|-
[not.Q.3.cl.2.2.1excl.POS.active.optative.PRES] => |qˠ|a|̰꜒|ɗʲ|-
[not.Q.3.cl.2.2.1excl.POS.active.optative.PAST] => |ŋʲ|u|꜒|nˠ|-
[not.Q.3.cl.2.2.1excl.POS.passive.indicative.PRES] => |pʰʲ|aː|̰꜒|ʃˠ|-
[not.Q.3.cl.2.2.1excl.POS.passive.indicative.PAST] => |ɗʲ|ʉ|꜖|ɴʲ|-
[not.Q.3.cl.2.2.1excl.POS.passive.imperative.PRES] => |ʋˠ|iː|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.2.2.1excl.POS.passive.imperative.PAST] => |tʼˠ|a|꜒꜖|nʷ|-
[not.Q.3.cl.2.2.1excl.POS.passive.conditional.PRES] => |ᵏǁʰʲ|a|꜒|pʼˠ|-
[not.Q.3.cl.2.2.1excl.POS.passive.conditional.PAST] => |ᵑǃʲ|ʉ|̰꜖|n̥ʷ|-
[not.Q.3.cl.2.2.1excl.POS.passive.optative.PRES] => |ŋ̥ˤ|a|̰꜖|pˤ|-
[not.Q.3.cl.2.2.1excl.POS.passive.optative.PAST] => |ŋ̥ˤ|iː|꜒꜖|kʲ|-
[not.Q.3.cl.2.2.2.NEG.active.indicative.PRES] => |tʲ|i|̰꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.2.2.NEG.active.indicative.PAST] => |ᵑǁʼʲ|i|꜒|ɠˠ|-
[not.Q.3.cl.2.2.2.NEG.active.imperative.PRES] => |ɭʲ|ʉ#|꜒|rˠ|-
[not.Q.3.cl.2.2.2.NEG.active.imperative.PAST] => |pʼʲ|ʉ|꜖꜒|wʲ|-
[not.Q.3.cl.2.2.2.NEG.active.conditional.PRES] => |tʲ|i#|̰꜖|sʲ|-
[not.Q.3.cl.2.2.2.NEG.active.conditional.PAST] => |ʂˠ|a|꜖꜒|ʃʲ|-
[not.Q.3.cl.2.2.2.NEG.active.optative.PRES] => |tʲ|a|̰꜒|ɴˠ|-
[not.Q.3.cl.2.2.2.NEG.active.optative.PAST] => |d͡ʐʲ|a|꜒꜖|nˤ|-
[not.Q.3.cl.2.2.2.NEG.passive.indicative.PRES] => |ᵏǃʼˠ|aː|꜒|ʂʲ|-
[not.Q.3.cl.2.2.2.NEG.passive.indicative.PAST] => |ɰʲ|a|꜖꜒|nʲ|-
[not.Q.3.cl.2.2.2.NEG.passive.imperative.PRES] => |ᵏǁʰʲ|ʉ#|꜖|ʄʲ|-
[not.Q.3.cl.2.2.2.NEG.passive.imperative.PAST] => |tˠ|u|̰꜖|mʲ|-
[not.Q.3.cl.2.2.2.NEG.passive.conditional.PRES] => |d͡ʐʲ|aː|꜒|ʛˤ|-
[not.Q.3.cl.2.2.2.NEG.passive.conditional.PAST] => |lˠ|a|̰꜒|tʼˠ|-
[not.Q.3.cl.2.2.2.NEG.passive.optative.PRES] => |ʈʼˠ|a|꜒꜖|kʰʲ|-
[not.Q.3.cl.2.2.2.NEG.passive.optative.PAST] => |ɠʲ|i#ː|̰꜖|ʔ|-
[not.Q.3.cl.2.2.2.POS.active.indicative.PRES] => |pʲ|a|̰꜖|tʷ|-
[not.Q.3.cl.2.2.2.POS.active.indicative.PAST] => |ᵑǀʼʷ|ʉ|꜒|ɭʲ|-
[not.Q.3.cl.2.2.2.POS.active.imperative.PRES] => |tɬʲ|i#|̰꜖|kʼˤ|-
[not.Q.3.cl.2.2.2.POS.active.imperative.PAST] => |ɹˠ|i|꜖|ɴʲ|-
[not.Q.3.cl.2.2.2.POS.active.conditional.PRES] => |ɽʲ|ᵊ|꜖|tʼʲ|-
[not.Q.3.cl.2.2.2.POS.active.conditional.PAST] => |wˠ|ᵊ|꜖꜒|pʼˤ|-
[not.Q.3.cl.2.2.2.POS.active.optative.PRES] => |ŋ̥ʷ|a|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.2.2.2.POS.active.optative.PAST] => |ᵏǀʰˠ|aː|꜒|ʡʲ|-
[not.Q.3.cl.2.2.2.POS.passive.indicative.PRES] => |htˠ|u|꜖|qʼʲ|-
[not.Q.3.cl.2.2.2.POS.passive.indicative.PAST] => |ᵑǁʼʲ|i|̰꜒|qˠ|-
[not.Q.3.cl.2.2.2.POS.passive.imperative.PRES] => |ᵏǃˠ|i|꜖꜒|rˤ|-
[not.Q.3.cl.2.2.2.POS.passive.imperative.PAST] => |ᵑǁˠ|iː|꜒꜖|kʼˠ|-
[not.Q.3.cl.2.2.2.POS.passive.conditional.PRES] => |ᵏǀʼʲ|aː|̰꜒|ʂˠ|-
[not.Q.3.cl.2.2.2.POS.passive.conditional.PAST] => |tʼʲ|iː|꜖|m̥ˠ|-
[not.Q.3.cl.2.2.2.POS.passive.optative.PRES] => |ɻˠ|iː|꜖|kʼʷ|-
[not.Q.3.cl.2.2.2.POS.passive.optative.PAST] => |ᵑǀʼˠ|aː|꜖꜒|ɓʲ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.active.indicative.PRES] => |ɻʲ|i|꜒꜖|tʼˤ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.active.indicative.PAST] => |r̥ʲ|u|꜖|ŋ̥ʲ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.active.imperative.PRES] => |pˠ|i|̰꜖|pˤ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.active.imperative.PAST] => |tʼʲ|i|̰꜖|qˠ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.active.conditional.PRES] => |tʲ|ᵊ|꜒|ʛʷ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.active.conditional.PAST] => |ᵑǃʼˤ|a|꜖꜒|j|-
[not.Q.3.cl.2.2.3.cl.1.NEG.active.optative.PRES] => |sʷ|ʉ|̰꜖|rˤ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.active.optative.PAST] => |ʛˤ|aː|꜖|ʔ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǁˠ|a|꜖|ɴʲ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀˠ|aː|꜒|ʃˠ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.passive.imperative.PRES] => |qʼˠ|ʉ#ː|̰꜖|kʼʲ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.passive.imperative.PAST] => |pʼʲ|a|꜖꜒|ʜˠ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǀʰʷ|i|꜖꜒|rʲ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.passive.conditional.PAST] => |nʲ|i#ː|̰꜖|ɴʲ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.passive.optative.PRES] => |ɰˠ|i|꜖|ʛʲ|-
[not.Q.3.cl.2.2.3.cl.1.NEG.passive.optative.PAST] => |tʼˤ|i|̰꜒|ʄʲ|-
[not.Q.3.cl.2.2.3.cl.1.POS.active.indicative.PRES] => |ᵑǃˠ|i|̰꜖|tʼˠ|-
[not.Q.3.cl.2.2.3.cl.1.POS.active.indicative.PAST] => |ʄˠ|a|̰꜒|ɠʲ|-
[not.Q.3.cl.2.2.3.cl.1.POS.active.imperative.PRES] => |ɗˤ|u#|̰꜖|pʼˠ|-
[not.Q.3.cl.2.2.3.cl.1.POS.active.imperative.PAST] => |ʈʰʲ|a|̰꜒|ɰʷ|-
[not.Q.3.cl.2.2.3.cl.1.POS.active.conditional.PRES] => |ᵏǃʰˠ|ᵊ|꜒|ɠʷ|-
[not.Q.3.cl.2.2.3.cl.1.POS.active.conditional.PAST] => |ɰʲ|ᵊ|꜖꜒|ɗʲ|-
[not.Q.3.cl.2.2.3.cl.1.POS.active.optative.PRES] => |ɠˠ|ᵊ|꜖|pʼʲ|-
[not.Q.3.cl.2.2.3.cl.1.POS.active.optative.PAST] => |ɗʷ|a|꜖|ʋˤ|-
[not.Q.3.cl.2.2.3.cl.1.POS.passive.indicative.PRES] => |ɗʲ|u|꜒꜖|ʛˤ|-
[not.Q.3.cl.2.2.3.cl.1.POS.passive.indicative.PAST] => |ᵏǁʼˠ|iː|꜒|ʈʼˠ|-
[not.Q.3.cl.2.2.3.cl.1.POS.passive.imperative.PRES] => |ᵏǀˤ|ᵊ|꜒꜖|ɓˤ|-
[not.Q.3.cl.2.2.3.cl.1.POS.passive.imperative.PAST] => |ɰˠ|i|꜒|t͡sʲ|-
[not.Q.3.cl.2.2.3.cl.1.POS.passive.conditional.PRES] => |ᵏǀʰˤ|a|꜒꜖|ɥˠ|-
[not.Q.3.cl.2.2.3.cl.1.POS.passive.conditional.PAST] => |ᵑǃʼˤ|a#|̰꜒|ʔ|-
[not.Q.3.cl.2.2.3.cl.1.POS.passive.optative.PRES] => |ʄʲ|ʉ#|̰꜖|rˠ|-
[not.Q.3.cl.2.2.3.cl.1.POS.passive.optative.PAST] => |r̥ʷ|i#ː|꜒꜖|qʼˤ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.active.indicative.PRES] => |ɳʲ|aː|̰꜖|ɰˠ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.active.indicative.PAST] => |ɻˠ|a|꜒|tʰʷ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.active.imperative.PRES] => |pʼˠ|a|̰꜒|t͡sˤ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃˤ|u#|꜒|ʈˠ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.active.conditional.PRES] => |ɗʷ|i|̰꜖|m̥ˠ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.active.conditional.PAST] => |kʰʷ|ʉ|̰꜒|kʲ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.active.optative.PRES] => |ŋʷ|a|꜒꜖|ʛʲ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.active.optative.PAST] => |ᵏǁʼʲ|aː|꜒꜖|ɻˠ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.passive.indicative.PRES] => |ɴˤ|u|̰꜒|ʄˠ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.passive.indicative.PAST] => |kʲ|a#|꜒꜖|ɥʲ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǃʼˤ|u|꜒|ɓʲ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʲ|a|̰꜖|ʈˠ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.passive.conditional.PRES] => |kʰʷ|i|̰꜒|ʋˤ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.passive.conditional.PAST] => |h|a|̰꜖|nˠ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.passive.optative.PRES] => |ᵑǀʼʷ|ᵊ|̰꜒|ʃˠ|-
[not.Q.3.cl.2.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǃʰʷ|i|꜒꜖|hpˤ|-
[not.Q.3.cl.2.2.3.cl.2.POS.active.indicative.PRES] => |lˠ|u#|̰꜖|t͡sˤ|-
[not.Q.3.cl.2.2.3.cl.2.POS.active.indicative.PAST] => |ᵑǁʼˠ|u#|̰꜒|tʷ|-
[not.Q.3.cl.2.2.3.cl.2.POS.active.imperative.PRES] => |ᵏǀʰˠ|a|꜒|wˠ|-
[not.Q.3.cl.2.2.3.cl.2.POS.active.imperative.PAST] => |wˠ|u#ː|̰꜖|t͡sˠ|-
[not.Q.3.cl.2.2.3.cl.2.POS.active.conditional.PRES] => |m̥ˤ|i#ː|̰꜖|ɾˠ|-
[not.Q.3.cl.2.2.3.cl.2.POS.active.conditional.PAST] => |mˠ|ʉ#|꜒|ɳ̥ʲ|-
[not.Q.3.cl.2.2.3.cl.2.POS.active.optative.PRES] => |wˠ|ʉː|꜒꜖|ɴˤ|-
[not.Q.3.cl.2.2.3.cl.2.POS.active.optative.PAST] => |ŋ̥ʷ|i|̰꜖|rˠ|-
[not.Q.3.cl.2.2.3.cl.2.POS.passive.indicative.PRES] => |pˤ|u#|̰꜒|ɰˠ|-
[not.Q.3.cl.2.2.3.cl.2.POS.passive.indicative.PAST] => |hkʷ|i|꜖|ɗʷ|-
[not.Q.3.cl.2.2.3.cl.2.POS.passive.imperative.PRES] => |pˠ|i#|̰꜖|ɹʲ|-
[not.Q.3.cl.2.2.3.cl.2.POS.passive.imperative.PAST] => |wʲ|aː|꜒꜖|qʲ|-
[not.Q.3.cl.2.2.3.cl.2.POS.passive.conditional.PRES] => |pʼˤ|u|̰꜖|sˤ|-
[not.Q.3.cl.2.2.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃˤ|ʉ#ː|̰꜖|qʼˤ|-
[not.Q.3.cl.2.2.3.cl.2.POS.passive.optative.PRES] => |tʰˠ|ʉ|̰꜖|r̥ˠ|-
[not.Q.3.cl.2.2.3.cl.2.POS.passive.optative.PAST] => |kʼˤ|a|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.active.indicative.PRES] => |j|aː|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.active.indicative.PAST] => |qʲ|u|̰꜒|ɗˠ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.active.imperative.PRES] => |ʈʰʲ|a|꜒|tʼˤ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.active.imperative.PAST] => |ᵏǀʰˠ|i|꜖꜒|ʛʲ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.active.conditional.PRES] => |htˤ|i|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.active.conditional.PAST] => |qʼˠ|u|̰꜖|wˠ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.active.optative.PRES] => |ɓˤ|aː|꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.active.optative.PAST] => |n̥ˠ|i|꜖|lʲ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǀʼˤ|i|꜒꜖|wˠ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǃʰˤ|ᵊ|꜒|ɰˤ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.passive.imperative.PRES] => |ɓʲ|a|꜒|ʄʲ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.passive.imperative.PAST] => |ʛˤ|ʉ|꜒꜖|kʼʷ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.passive.conditional.PRES] => |ɠʷ|ᵊ|̰꜒|qʼˠ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.passive.conditional.PAST] => |kˤ|ʉ#|꜒|wˤ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.passive.optative.PRES] => |ɴʷ|i|꜒|pʼˤ|-
[not.Q.3.cl.2.2.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀʼˠ|a#|꜒|ʄˠ|-
[not.Q.3.cl.2.2.3.cl.3.POS.active.indicative.PRES] => |ᵑǁʼʲ|ᵊ|̰꜒|n̥ʷ|-
[not.Q.3.cl.2.2.3.cl.3.POS.active.indicative.PAST] => |pʰˠ|i|̰꜒|tʲ|-
[not.Q.3.cl.2.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʰˠ|ᵊ|̰꜖|qʼˠ|-
[not.Q.3.cl.2.2.3.cl.3.POS.active.imperative.PAST] => |lˠ|ʉ#|꜖꜒|qʼʲ|-
[not.Q.3.cl.2.2.3.cl.3.POS.active.conditional.PRES] => |hʈˠ|ʉ|꜖꜒|ɹʷ|-
[not.Q.3.cl.2.2.3.cl.3.POS.active.conditional.PAST] => |hkʲ|i#ː|꜖|ŋ̥ʲ|-
[not.Q.3.cl.2.2.3.cl.3.POS.active.optative.PRES] => |tʼˤ|iː|꜒꜖|kʼˤ|-
[not.Q.3.cl.2.2.3.cl.3.POS.active.optative.PAST] => |ɴˤ|i|꜒꜖|tʼʷ|-
[not.Q.3.cl.2.2.3.cl.3.POS.passive.indicative.PRES] => |ᵑǀˠ|i#ː|꜒|qʼʲ|-
[not.Q.3.cl.2.2.3.cl.3.POS.passive.indicative.PAST] => |tʲ|a|̰꜖|hkˤ|-
[not.Q.3.cl.2.2.3.cl.3.POS.passive.imperative.PRES] => |ʋʲ|iː|꜒|tʰˠ|-
[not.Q.3.cl.2.2.3.cl.3.POS.passive.imperative.PAST] => |lʲ|a|꜖|n̥ʲ|-
[not.Q.3.cl.2.2.3.cl.3.POS.passive.conditional.PRES] => |ᵑǀʼʷ|i|꜖|pʲ|-
[not.Q.3.cl.2.2.3.cl.3.POS.passive.conditional.PAST] => |ɥˤ|ᵊ|꜒|t͡sʷ|-
[not.Q.3.cl.2.2.3.cl.3.POS.passive.optative.PRES] => |sˤ|ᵊ|꜒|ɹˠ|-
[not.Q.3.cl.2.2.3.cl.3.POS.passive.optative.PAST] => |qʼˠ|a#ː|꜖|d͡ʐˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.active.indicative.PRES] => |ᵏǀʼʲ|ʉ#ː|̰꜖|tˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.active.indicative.PAST] => |ɴˠ|ʉ|꜖|ɗˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.active.imperative.PRES] => |tʼˤ|ʉ#|꜒|qʼˤ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.active.imperative.PAST] => |hkˠ|ʉː|꜒꜖|ʂˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.active.conditional.PRES] => |ᵑǃʲ|i|꜒꜖|ŋˤ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.active.conditional.PAST] => |n̥ˤ|a|꜒꜖|ɭʲ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.active.optative.PRES] => |pʰˠ|a|̰꜖|ʈʼˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.active.optative.PAST] => |qʼˠ|ʉ|꜒|hʈˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.passive.indicative.PRES] => |t͡ʂˠ|a#ː|꜖꜒|tʰˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.passive.indicative.PAST] => |ɥʲ|a|꜖|pˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.passive.imperative.PRES] => |qʼʲ|ʉ|꜒|r̥ʲ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.passive.imperative.PAST] => |t͡ʃ|i|꜖|hkʲ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.passive.conditional.PRES] => |ɗˠ|a|꜒꜖|ʡˠ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.passive.conditional.PAST] => |tʰʷ|ʉː|꜖|kʷ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.passive.optative.PRES] => |htˠ|u#ː|̰꜒|ʋˤ|-
[not.Q.3.cl.2.2.3.cl.4.NEG.passive.optative.PAST] => |ʛʲ|uː|̰꜖|ɾʲ|-
[not.Q.3.cl.2.2.3.cl.4.POS.active.indicative.PRES] => |ɠˤ|a|̰꜖|wˤ|-
[not.Q.3.cl.2.2.3.cl.4.POS.active.indicative.PAST] => |ŋ̥ʷ|ᵊ|꜖꜒|ɹˤ|-
[not.Q.3.cl.2.2.3.cl.4.POS.active.imperative.PRES] => |ᵏǃˠ|a|꜒|ʄˠ|-
[not.Q.3.cl.2.2.3.cl.4.POS.active.imperative.PAST] => |ᵏǀʲ|a#|꜒|ʃˠ|-
[not.Q.3.cl.2.2.3.cl.4.POS.active.conditional.PRES] => |ʛʷ|aː|̰꜒|ɰˤ|-
[not.Q.3.cl.2.2.3.cl.4.POS.active.conditional.PAST] => |pʰˤ|a#|꜖|hkˠ|-
[not.Q.3.cl.2.2.3.cl.4.POS.active.optative.PRES] => |ᵏǁʰʲ|i|꜒|ŋʷ|-
[not.Q.3.cl.2.2.3.cl.4.POS.active.optative.PAST] => |ᵑǀʼˤ|iː|̰꜒|ʈʲ|-
[not.Q.3.cl.2.2.3.cl.4.POS.passive.indicative.PRES] => |ɴʲ|i|꜖|ɠʲ|-
[not.Q.3.cl.2.2.3.cl.4.POS.passive.indicative.PAST] => |ʄˠ|u#ː|̰꜖|d͡ʐˠ|-
[not.Q.3.cl.2.2.3.cl.4.POS.passive.imperative.PRES] => |ɽˠ|iː|̰꜖|r̥ʷ|-
[not.Q.3.cl.2.2.3.cl.4.POS.passive.imperative.PAST] => |m̥ˤ|ʉː|꜒꜖|nˠ|-
[not.Q.3.cl.2.2.3.cl.4.POS.passive.conditional.PRES] => |pʼˠ|i|꜒|ʈʼˠ|-
[not.Q.3.cl.2.2.3.cl.4.POS.passive.conditional.PAST] => |kʷ|ᵊ|꜒꜖|t͡sˠ|-
[not.Q.3.cl.2.2.3.cl.4.POS.passive.optative.PRES] => |ᵑǃʼˠ|iː|꜖꜒|nʲ|-
[not.Q.3.cl.2.2.3.cl.4.POS.passive.optative.PAST] => |mʲ|i#ː|̰꜖|wˤ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.active.indicative.PRES] => |ɠʷ|ᵊ|̰꜒|ʃˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.active.indicative.PAST] => |ᵏǀʲ|ᵊ|̰꜒|pˤ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.active.imperative.PRES] => |ɠʲ|a#ː|꜖꜒|ɴˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.active.imperative.PAST] => |ɠʲ|iː|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.active.conditional.PRES] => |ʈʰˠ|a|꜒꜖|ɠˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.active.conditional.PAST] => |ʈʰʲ|a|꜒꜖|t͡ʃ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.active.optative.PRES] => |ʈʲ|ᵊ|꜖|ɴˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.active.optative.PAST] => |tˤ|u|꜖꜒|rˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.passive.indicative.PRES] => |ᵏǃʲ|u|̰꜖|pʰˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ɴʲ|a|꜒꜖|wˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ɴʲ|ʉ|꜒|sʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ᵏǃʲ|u#ː|꜖|tʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.passive.conditional.PRES] => |kʰˠ|a|̰꜖|ɹˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.passive.conditional.PAST] => |qʷ|a|꜒꜖|qʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.passive.optative.PRES] => |m̥ʲ|a#ː|꜒|ʋʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.NEG.passive.optative.PAST] => |tʼˠ|aː|꜒꜖|ʂʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.active.indicative.PRES] => |ᵏǁˠ|a|̰꜒|qʷ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.active.indicative.PAST] => |ᵏǃʷ|i|꜖꜒|n̥ˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.active.imperative.PRES] => |ᵑǁʲ|u|̰꜖|tʼˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.active.imperative.PAST] => |hʈʲ|ʉ|꜒꜖|ɰˤ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.active.conditional.PRES] => |pʼʲ|aː|꜖|ɥʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.active.conditional.PAST] => |kʼʲ|ʉː|̰꜖|ɓʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.active.optative.PRES] => |ɓʲ|u#|꜒|kʰˤ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.active.optative.PAST] => |ᵑǀʼˤ|ʉ#|꜖꜒|ʃˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.passive.indicative.PRES] => |nʷ|ᵊ|꜒꜖|ʄʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.passive.indicative.PAST] => |hpˠ|iː|꜒|ɰˤ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.passive.imperative.PRES] => |ɴˤ|u#ː|꜒|ʈʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.passive.imperative.PAST] => |ɗˤ|ᵊ|̰꜒|ɴʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.passive.conditional.PRES] => |ʡˠ|ʉː|꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.passive.conditional.PAST] => |tʲ|a|̰꜖|ɻʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.passive.optative.PRES] => |ʔ|i|꜒꜖|kʼʲ|-
[not.Q.3.cl.2.3.cl.1.1incl.POS.passive.optative.PAST] => |qʷ|ʉː|꜒꜖|pˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.active.indicative.PRES] => |ɭˠ|ʉ#|꜒|d͡ʐʲ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.active.indicative.PAST] => |ɠʲ|a#ː|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.active.imperative.PRES] => |ɗʲ|i|꜒꜖|m̥ˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.active.imperative.PAST] => |ᵏǁˠ|ʉ#ː|꜖|m̥ˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.active.conditional.PRES] => |ɠˠ|u|꜖꜒|ɾʷ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.active.conditional.PAST] => |pʲ|a|꜖꜒|ʋˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.active.optative.PRES] => |ʋˤ|ʉ#|꜒|ɹʲ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.active.optative.PAST] => |nˤ|iː|꜒꜖|tʼˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.passive.indicative.PRES] => |pʰˠ|aː|̰꜒|j|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.passive.indicative.PAST] => |qʲ|a#ː|̰꜒|ɹʲ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ɽʲ|a|̰꜖|t͡sˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.passive.imperative.PAST] => |hpˠ|u#|꜒꜖|ɠˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.passive.conditional.PRES] => |sʷ|ʉː|꜖꜒|r̥ˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.passive.conditional.PAST] => |kʼʷ|aː|꜒꜖|ʛˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.passive.optative.PRES] => |ᵏǁʰˠ|a#ː|̰꜒|wˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.NEG.passive.optative.PAST] => |ɗʲ|ʉː|̰꜖|ɗʷ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.active.indicative.PRES] => |ᵑǀʼˤ|ᵊ|꜖|ɾʷ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.active.indicative.PAST] => |ᵏǃʼʷ|i#|꜖꜒|ŋ̥ˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.active.imperative.PRES] => |tʼʲ|a|꜒꜖|tˤ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.active.imperative.PAST] => |pʰˤ|i|̰꜒|kʰˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.active.conditional.PRES] => |htʲ|a|꜖꜒|r̥ʲ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.active.conditional.PAST] => |ɓˠ|i|꜒꜖|ʄˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.active.optative.PRES] => |ᵏǀʼˤ|u#ː|꜒꜖|ɠʷ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.active.optative.PAST] => |kʰˤ|iː|꜒|pˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.passive.indicative.PRES] => |wʲ|ᵊ|̰꜖|ʈʲ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.passive.indicative.PAST] => |ɠʲ|ᵊ|꜖꜒|ʈʲ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.passive.imperative.PRES] => |ᵏǃʷ|ᵊ|꜒꜖|nʷ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.passive.imperative.PAST] => |ɗʷ|aː|̰꜖|pʼˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.passive.conditional.PRES] => |n̥ʷ|aː|̰꜖|qʼʲ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.passive.conditional.PAST] => |mˤ|ʉ|̰꜒|ɽˠ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.passive.optative.PRES] => |ŋ̥ˠ|u#|꜒|ɹʷ|-
[not.Q.3.cl.2.3.cl.1.1excl.POS.passive.optative.PAST] => |qʼˠ|a|꜒|pʼʲ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.active.indicative.PRES] => |t͡sʲ|aː|̰꜒|r̥ˤ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.active.indicative.PAST] => |ʈʼʲ|a#|꜖꜒|pʰʲ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.active.imperative.PRES] => |ᵏǃʷ|a#ː|꜒|hpˠ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.active.imperative.PAST] => |m̥ʲ|ᵊ|꜒꜖|m̥ˠ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.active.conditional.PRES] => |tʰˠ|ʉ|꜒|qˤ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.active.conditional.PAST] => |pʰˠ|i|꜒|j|-
[not.Q.3.cl.2.3.cl.1.2.NEG.active.optative.PRES] => |ʃˠ|ᵊ|꜖|wˠ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.active.optative.PAST] => |ɹˤ|i|̰꜒|ɰʲ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.passive.indicative.PRES] => |nʷ|ᵊ|̰꜖|ɓˤ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.passive.indicative.PAST] => |ŋˤ|i#ː|꜒꜖|ɓʲ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.passive.imperative.PRES] => |t͡sʲ|ᵊ|꜖|kʰʲ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.passive.imperative.PAST] => |ᵑǀʼˤ|a|̰꜖|ʈʰʲ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.passive.conditional.PRES] => |htˠ|ʉː|꜒|ɥˤ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.passive.conditional.PAST] => |ᵏǃʰˤ|ʉ|̰꜒|tʷ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.passive.optative.PRES] => |ᵑǀʼˠ|ʉ#ː|꜒|mˠ|-
[not.Q.3.cl.2.3.cl.1.2.NEG.passive.optative.PAST] => |ɻˠ|u#|꜒꜖|t͡sˠ|-
[not.Q.3.cl.2.3.cl.1.2.POS.active.indicative.PRES] => |hpˠ|u|꜖꜒|ʂˠ|-
[not.Q.3.cl.2.3.cl.1.2.POS.active.indicative.PAST] => |ᵏǃʰˠ|i|̰꜖|tʲ|-
[not.Q.3.cl.2.3.cl.1.2.POS.active.imperative.PRES] => |ʈˠ|a|꜒|kʰʷ|-
[not.Q.3.cl.2.3.cl.1.2.POS.active.imperative.PAST] => |ɴʲ|a|꜖꜒|ŋ̥ˤ|-
[not.Q.3.cl.2.3.cl.1.2.POS.active.conditional.PRES] => |tʰˤ|aː|꜒꜖|ɳˠ|-
[not.Q.3.cl.2.3.cl.1.2.POS.active.conditional.PAST] => |kʼʲ|a#|̰꜒|pʲ|-
[not.Q.3.cl.2.3.cl.1.2.POS.active.optative.PRES] => |ʋʲ|uː|̰꜒|ʄˠ|-
[not.Q.3.cl.2.3.cl.1.2.POS.active.optative.PAST] => |ɗˤ|aː|̰꜖|ɗʲ|-
[not.Q.3.cl.2.3.cl.1.2.POS.passive.indicative.PRES] => |ɽˠ|ʉ#ː|̰꜒|ŋ̥ˤ|-
[not.Q.3.cl.2.3.cl.1.2.POS.passive.indicative.PAST] => |ʈʰʲ|i|꜖|ɰˠ|-
[not.Q.3.cl.2.3.cl.1.2.POS.passive.imperative.PRES] => |ɳ̥ˠ|i|̰꜖|rˤ|-
[not.Q.3.cl.2.3.cl.1.2.POS.passive.imperative.PAST] => |sʲ|ʉ|̰꜖|ŋˠ|-
[not.Q.3.cl.2.3.cl.1.2.POS.passive.conditional.PRES] => |qʷ|i|̰꜖|m̥ˠ|-
[not.Q.3.cl.2.3.cl.1.2.POS.passive.conditional.PAST] => |ᵏǃˠ|u|̰꜖|r̥ʷ|-
[not.Q.3.cl.2.3.cl.1.2.POS.passive.optative.PRES] => |pʼˤ|ᵊ|꜖꜒|pʼˠ|-
[not.Q.3.cl.2.3.cl.1.2.POS.passive.optative.PAST] => |pʼˠ|i#|꜒꜖|ʔ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ɴʲ|ᵊ|꜒|hkˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ᵏǁʼˠ|i|̰꜖|htʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |kʼʲ|ʉ#ː|̰꜒|kʰʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |hpˠ|i#|꜖꜒|ʂʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |ɭˠ|i|̰꜒|tʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |htˠ|a#ː|꜖|kʼˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |ʜʲ|aː|̰꜖|hʈˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ᵏǀʼʷ|ʉː|̰꜖|ŋ̥ʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |ɹˠ|i#|꜒꜖|ɗʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ʈˠ|ᵊ|꜖꜒|ɓˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǁˠ|iː|꜖꜒|n̥ˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |pˠ|u|꜒|ʡʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ɗˠ|iː|̰꜒|nʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǀʷ|i#ː|꜖꜒|ʃˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |n̥ˤ|ᵊ|꜒꜖|ʡʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |tʰˤ|ʉ#|̰꜖|tʰˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |ᵏǀʼˤ|ʉ|̰꜒|hkˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |m̥ˠ|iː|̰꜖|rˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |ɳˠ|iː|̰꜒|ʈʰʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |t͡ʂʲ|uː|꜖꜒|ɾˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ŋʲ|a#|꜖꜒|m̥ʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |ɗˤ|u#ː|̰꜒|r̥ʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ᵏǃʼʷ|iː|̰꜒|ʄˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.active.optative.PAST] => |n̥ˠ|iː|̰꜖|t͡ʂʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ʛʷ|a|̰꜖|sˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |t͡ʂˠ|a|̰꜒|nʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ɴˤ|uː|꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʲ|ʉ|꜖꜒|ɾʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |ɠʲ|ʉ|̰꜖|ɠʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |ᵑǀʲ|i#|̰꜖|wˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |ᵏǃʲ|ʉː|̰꜖|kʼˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ɽʲ|iː|꜖꜒|pʰˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |kʲ|u|꜒|t͡ʃ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |hkˠ|u|꜖|ɭˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |nˤ|i|̰꜖|qˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |ɹˤ|aː|꜖|qʼʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃˤ|iː|̰꜒|ʄˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |sʲ|ʉ|꜖|ɻʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ʃˠ|i#ː|꜖꜒|ɓˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |ɭʲ|u|꜒|ɽʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǀʲ|ᵊ|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |n̥ˤ|ᵊ|꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |t͡sʲ|ᵊ|꜒|pʰˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |t͡sʲ|a|̰꜖|ɹˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǁʲ|iː|̰꜒|pʼʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |ʈˠ|u#|꜖|ɴˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |ᵏǃʼˤ|u|̰꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |nˤ|a|꜖|qʼˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |kʼʲ|aː|꜒|ʈʰʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ᵑǁʲ|i|̰꜖|nʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |ɻʲ|ʉ|꜒꜖|qʼˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |ɓʲ|u#ː|꜖꜒|ɽˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ᵏǀʰʲ|i|꜒꜖|ʃʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |d͡ʐˠ|a#ː|꜒|pʼˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.active.optative.PRES] => |hkˤ|ʉ|꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.active.optative.PAST] => |sˤ|iː|̰꜒|tʰˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃʰʲ|u|꜒|qʼˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |t͡sˤ|a|̰꜖|ʈʼˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ᵑǁʲ|i|̰꜖|ŋ̥ʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |rʲ|a|꜖|ʋˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |kʼʷ|iː|꜖|ɥˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |ɴʲ|iː|꜖꜒|ɹˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |ɰˠ|aː|꜖꜒|qˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |wʲ|iː|꜒꜖|ʈˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |tɬʲ|aː|꜒|ʋˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |nˠ|iː|꜖|tʼˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |ŋ̥ˠ|ᵊ|꜖꜒|ɳʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |ɳˠ|uː|꜒꜖|ɹʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |pʼˤ|a#ː|̰꜒|rʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |r̥ˤ|a|̰꜒|ɹʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |m̥ʲ|iː|̰꜒|ɰˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |kʰˠ|ʉ|꜖꜒|r̥ˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ŋ̥ˠ|u#|̰꜖|ʡˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |ɹˠ|i|꜖꜒|ɰˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |pʼʲ|a#|̰꜒|pˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |hʈʲ|i|꜒꜖|ɰˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |kʼˠ|a|̰꜖|ʛˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |h|ᵊ|꜖|ɴˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |kˠ|ʉ|꜒꜖|ʜʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |ʋʲ|iː|꜒꜖|ɹʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |ᵑǀˤ|ʉ#ː|꜒|t͡sˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |qˠ|ᵊ|꜖꜒|mˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʼʲ|ʉ#ː|꜒꜖|n̥ʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |ɻʲ|ʉ#|̰꜒|ɾʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |h|u|̰꜖|kʰʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ᵏǁˠ|ᵊ|̰꜒|ɠʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.active.optative.PRES] => |qʼʷ|ʉː|꜖꜒|ʔ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.active.optative.PAST] => |rˠ|ᵊ|꜒|ɳ̥ʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |wˠ|a|̰꜖|ɠˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʲ|a|꜖꜒|ʂʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |hpˤ|a|꜖|kʼʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |kʰʷ|ᵊ|꜖꜒|rˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ɳ̥ˠ|u#|̰꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ɥˠ|a|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |ᵑǀʼˤ|a#ː|̰꜖|qʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |r̥ˤ|u#|꜒|ɥʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |ᵑǃʷ|ᵊ|꜒꜖|sʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ɰˤ|u|꜖|kʼˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ᵏǃʰˤ|iː|꜒|qʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |htˠ|u|̰꜒|ŋʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |rʲ|u|꜒꜖|ʃʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ʃʲ|i#|꜒꜖|t͡sˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |ɹˠ|u|꜖꜒|ɓˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ᵑǃˠ|a#|̰꜖|ɠˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |ɗˠ|i|̰꜖|pˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǀˠ|a#|̰꜖|ʛˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |hkˠ|ʉ|̰꜖|tɬˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃˤ|u|̰꜖|tʰˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |ɳ̥ʲ|ʉː|꜖|kʼˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |kʼˤ|ʉ#ː|꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ᵑǁʼʲ|i#|꜒|rʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |sʲ|iː|꜖꜒|tɬʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ᵑǃˠ|i#ː|̰꜖|hʈʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |kʷ|a#|̰꜒|ɾˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |qʲ|i|꜒|ɻˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |ᵑǃʷ|i|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |h|i|̰꜖|sˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |t͡sˤ|u#|꜖꜒|ŋʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ᵏǀʰʷ|i#|꜒|ɓˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ʃˠ|u|̰꜒|ʋˤ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |ɥʲ|ʉ|꜒|m̥ʲ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |nˠ|ʉ|꜖|tˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |kʰˠ|i#ː|̰꜒|t͡ʂˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ᵑǀʼˠ|u#|꜒|tʷ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ɴˤ|i|꜒|m̥ˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |h|ʉ|̰꜖|t͡sˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ɓˤ|i|꜒꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |ʈʲ|i|̰꜒|ɻʲ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.active.indicative.PRES] => |nʷ|ʉ#|꜖|nʲ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.active.indicative.PAST] => |ᵑǁʼˠ|ᵊ|꜒|ɾˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.active.imperative.PRES] => |tʲ|ʉ|꜒|ɾˤ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.active.imperative.PAST] => |ᵑǃʼˠ|ʉ#|꜖|ɾˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.active.conditional.PRES] => |ɹˤ|a|̰꜖|ʔ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.active.conditional.PAST] => |hkˤ|iː|꜖|n̥ʲ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.active.optative.PRES] => |ɗˠ|ʉ#ː|̰꜖|htʲ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.active.optative.PAST] => |ʛˠ|ᵊ|꜖꜒|n̥ˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.passive.indicative.PRES] => |r̥ʷ|a#|̰꜒|wˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.passive.indicative.PAST] => |qʼˤ|i#ː|̰꜒|qʼˤ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.passive.imperative.PRES] => |r̥ˤ|ᵊ|꜖|kˤ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.passive.imperative.PAST] => |wˤ|i#ː|꜒|ɾʷ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ʃˠ|i#ː|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.passive.conditional.PAST] => |h|ʉ|꜒|pʼˤ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.passive.optative.PRES] => |ŋʲ|a|꜒꜖|tʼʷ|-
[not.Q.3.cl.2.3.cl.2.1incl.NEG.passive.optative.PAST] => |ʈʼˠ|i|꜒|htˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.active.indicative.PRES] => |ʄˠ|ᵊ|꜒꜖|kʼʷ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.active.indicative.PAST] => |ɴˤ|a#|꜖|rˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.active.imperative.PRES] => |ɰˤ|i|꜒꜖|ʋˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.active.imperative.PAST] => |ᵏǀʼʷ|ʉ#ː|̰꜖|ɾˤ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.active.conditional.PRES] => |ʔ|aː|꜒|tʰʷ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.active.conditional.PAST] => |ᵏǃʰˠ|ʉ|꜒|wˤ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.active.optative.PRES] => |nʲ|u|꜒꜖|ʋˤ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.active.optative.PAST] => |ᵏǀʰʲ|aː|꜒꜖|wʲ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.passive.indicative.PRES] => |qʷ|i|̰꜒|ŋʲ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.passive.indicative.PAST] => |ɗˤ|ʉː|꜒|ɰʲ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.passive.imperative.PRES] => |n̥ˤ|ᵊ|꜖|ɴˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.passive.imperative.PAST] => |ᵏǃʼʲ|i|̰꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.passive.conditional.PRES] => |qʼˠ|ᵊ|꜖|ɰʷ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.passive.conditional.PAST] => |ɹˠ|iː|̰꜒|qʼʷ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.passive.optative.PRES] => |lʲ|ᵊ|̰꜒|hkʲ|-
[not.Q.3.cl.2.3.cl.2.1incl.POS.passive.optative.PAST] => |ʈʰˠ|i|꜖꜒|kʼˤ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.active.indicative.PRES] => |ɠˤ|ᵊ|꜒|tʼˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.active.indicative.PAST] => |ᵑǃʼʷ|iː|꜖|wˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.active.imperative.PRES] => |ʋˤ|a|̰꜖|tʰˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.active.imperative.PAST] => |ŋ̥ʷ|i#ː|꜒|m̥ʲ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.active.conditional.PRES] => |kʼʷ|ʉ#ː|꜒꜖|tʷ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.active.conditional.PAST] => |ʃˠ|iː|꜒꜖|t͡sʷ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.active.optative.PRES] => |ɰˤ|ʉ|꜖|ɻʲ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.active.optative.PAST] => |ᵏǃʰˠ|aː|̰꜖|ʂʲ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ŋˠ|i|̰꜒|ɗˤ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.passive.indicative.PAST] => |ɽʲ|ᵊ|̰꜖|ɾˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ɰˠ|u|꜒꜖|t͡sˤ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.passive.imperative.PAST] => |ᵏǀʼˤ|a|꜖|ɗʲ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.passive.conditional.PRES] => |ʜˠ|ᵊ|꜖|t͡sˤ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ʋʲ|i|̰꜖|ɠˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.passive.optative.PRES] => |tʰˤ|ᵊ|̰꜒|ɻʲ|-
[not.Q.3.cl.2.3.cl.2.1excl.NEG.passive.optative.PAST] => |ᵑǃˠ|i|꜒꜖|ɴʷ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.active.indicative.PRES] => |kʰˠ|i|꜒꜖|r̥ˤ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.active.indicative.PAST] => |n̥ʲ|i|꜖|hʈʲ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.active.imperative.PRES] => |ᵑǀʲ|ᵊ|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.active.imperative.PAST] => |rʷ|ᵊ|꜒|tɬˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.active.conditional.PRES] => |ᵑǃʼˠ|ᵊ|꜒꜖|qˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.active.conditional.PAST] => |ɗˤ|ʉ|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.active.optative.PRES] => |n̥ʲ|a|̰꜒|ɰˤ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.active.optative.PAST] => |pʲ|a|̰꜒|sʷ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.passive.indicative.PRES] => |qʼʲ|u#ː|̰꜒|ʛˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.passive.indicative.PAST] => |n̥ˠ|a#|꜒꜖|m̥ˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.passive.imperative.PRES] => |hpʲ|ʉ|꜒|tˤ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.passive.imperative.PAST] => |ᵏǁʲ|ʉː|꜖|ʂˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.passive.conditional.PRES] => |qˠ|a|̰꜒|ŋʲ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.passive.conditional.PAST] => |kʰˠ|a|꜖꜒|tɬˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.passive.optative.PRES] => |lˠ|ʉ|꜒|ɽˠ|-
[not.Q.3.cl.2.3.cl.2.1excl.POS.passive.optative.PAST] => |ɰˠ|i|꜖|lˠ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.active.indicative.PRES] => |ɴʷ|ʉ#|̰꜒|ɰˠ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.active.indicative.PAST] => |ʛˠ|ʉ|꜖꜒|ʛʲ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.active.imperative.PRES] => |htʲ|i|̰꜒|n̥ˤ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.active.imperative.PAST] => |nʲ|ᵊ|꜖꜒|kˠ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.active.conditional.PRES] => |ᵏǁʼʲ|u#|꜒|tʼˤ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.active.conditional.PAST] => |t͡sʲ|ᵊ|꜖꜒|ɥʲ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.active.optative.PRES] => |ᵏǀʰˤ|i#ː|꜒|ɾˤ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.active.optative.PAST] => |kʷ|ʉ|̰꜖|qˤ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.passive.indicative.PRES] => |ɠˤ|u|꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.passive.indicative.PAST] => |m̥ʲ|i|̰꜖|r̥ʷ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.passive.imperative.PRES] => |tʼˠ|ʉ|꜖꜒|nˠ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.passive.imperative.PAST] => |ʈʲ|iː|꜖꜒|ʋˤ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.passive.conditional.PRES] => |ᵏǃʰˤ|ʉ#ː|꜒꜖|t͡sˠ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.passive.conditional.PAST] => |ᵑǀʷ|ᵊ|꜒|n̥ˠ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.passive.optative.PRES] => |nʲ|i|꜖|t͡sˠ|-
[not.Q.3.cl.2.3.cl.2.2.NEG.passive.optative.PAST] => |ᵏǁʼʲ|aː|̰꜒|rˤ|-
[not.Q.3.cl.2.3.cl.2.2.POS.active.indicative.PRES] => |sʷ|ʉ|꜖꜒|ɭˠ|-
[not.Q.3.cl.2.3.cl.2.2.POS.active.indicative.PAST] => |htˠ|a|̰꜒|ʋˤ|-
[not.Q.3.cl.2.3.cl.2.2.POS.active.imperative.PRES] => |nˤ|iː|̰꜒|tʰˠ|-
[not.Q.3.cl.2.3.cl.2.2.POS.active.imperative.PAST] => |ʛˠ|ʉ|꜖|mʲ|-
[not.Q.3.cl.2.3.cl.2.2.POS.active.conditional.PRES] => |ᵏǁʰˠ|i|꜖꜒|ʈʰʲ|-
[not.Q.3.cl.2.3.cl.2.2.POS.active.conditional.PAST] => |tʼʷ|a|̰꜒|tˤ|-
[not.Q.3.cl.2.3.cl.2.2.POS.active.optative.PRES] => |t͡sʷ|a|꜒|hʈˠ|-
[not.Q.3.cl.2.3.cl.2.2.POS.active.optative.PAST] => |ʋˠ|ᵊ|̰꜒|ɳˠ|-
[not.Q.3.cl.2.3.cl.2.2.POS.passive.indicative.PRES] => |ɹˠ|u|꜖꜒|ɗˠ|-
[not.Q.3.cl.2.3.cl.2.2.POS.passive.indicative.PAST] => |sʷ|ʉ|̰꜒|pˤ|-
[not.Q.3.cl.2.3.cl.2.2.POS.passive.imperative.PRES] => |ŋˠ|i|꜒|hkˠ|-
[not.Q.3.cl.2.3.cl.2.2.POS.passive.imperative.PAST] => |ᵏǁʲ|uː|̰꜖|r̥ʲ|-
[not.Q.3.cl.2.3.cl.2.2.POS.passive.conditional.PRES] => |t͡sʷ|i|̰꜖|kʼʷ|-
[not.Q.3.cl.2.3.cl.2.2.POS.passive.conditional.PAST] => |ᵏǁʼˠ|a|̰꜖|n̥ˠ|-
[not.Q.3.cl.2.3.cl.2.2.POS.passive.optative.PRES] => |ɴˠ|i|̰꜖|mʲ|-
[not.Q.3.cl.2.3.cl.2.2.POS.passive.optative.PAST] => |ᵑǃˤ|u|̰꜖|lˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵑǃʷ|a|꜖|ŋʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ʋʲ|a#ː|꜒|sʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ᵑǃʼʷ|ʉ|꜒|ŋ̥ˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |wˤ|aː|̰꜒|pʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |kˤ|u#ː|꜖꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |htʷ|i|꜖|n̥ˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ɻʲ|ʉː|꜒|qˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |hkˠ|ᵊ|̰꜒|ʂʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |t͡sʷ|i|꜖꜒|pʼˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |nʲ|i|꜒꜖|ɗˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |t͡sˤ|iː|꜖|r̥ˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ɥˤ|aː|꜒|ŋ̥ˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |ᵏǀʼˤ|i|̰꜖|ʃˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǃˤ|i#|꜖꜒|ɠˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ᵑǃʼˤ|a|꜒꜖|r̥ˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃʼˠ|ʉ#|꜖|d͡ʐˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ᵏǃʰʷ|i|꜒|pˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |ʂʲ|ᵊ|꜒꜖|pʼˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |tʼˤ|a|꜒|kʼʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ɗʷ|a|꜖|tʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ŋʲ|ʉ#ː|̰꜒|qˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |kˠ|uː|꜖꜒|pʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ᵏǁʰʲ|a|꜒|kʼʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ɥˠ|ᵊ|꜒|kʼʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |ɽʲ|ʉ|̰꜒|ŋʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ʃˠ|u|̰꜒|ŋˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ɠʲ|a|꜒꜖|pʼʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀʰˠ|i|̰꜒|rʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |n̥ˤ|a|̰꜖|ʛˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |hpˠ|ᵊ|꜒꜖|ɭʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |htʷ|i|꜒꜖|rʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |kʼʷ|iː|꜒꜖|tˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |nʲ|a|꜖|ɹˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |ʈʲ|a|꜒|wʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ʛʷ|a|꜒꜖|ɽˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |t͡sˤ|aː|꜒|n̥ˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ᵏǃʼʷ|a#ː|̰꜖|ʄʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ᵏǀʷ|a|꜖|tʼʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ᵏǁʲ|i|̰꜖|sˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |qˠ|a#|꜖|tʰˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |ɰˠ|iː|꜖|pʼˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǀʰˠ|a|꜒|tʰˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |kʷ|a|꜖꜒|ʂˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ŋ̥ˠ|u#ː|̰꜒|ɹʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ʈʰˠ|a#ː|꜒|ʂˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǁˠ|i#ː|̰꜒|qʼʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |hkʲ|a|꜒꜖|tʼˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |tʰˤ|ʉː|꜒꜖|kʰˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ᵑǀʼˠ|uː|꜒|wʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |kˠ|u#|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |htʲ|i|꜒|ʋʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ɓˠ|ᵊ|꜒|ɹʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |rʷ|ʉ#ː|̰꜒|ɭˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |hpˠ|ʉ|̰꜖|wʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.active.optative.PRES] => |t͡sˠ|a|꜒꜖|n̥ˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ᵑǀʲ|i|꜒|ɓˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |hkʷ|a|̰꜖|ɾʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |htˤ|ᵊ|꜒|kʼˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |nˤ|a|̰꜖|t͡sˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ʡˠ|iː|꜒꜖|htˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ᵏǃʼʲ|ʉ#ː|꜒꜖|ɥˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ᵑǃʲ|ʉ#|꜖|j|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |t͡sˠ|ʉ|̰꜒|ɳʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |ɠʷ|a|̰꜖|ɠʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃˠ|ʉː|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |tʼˠ|ʉ|꜒꜖|ʂˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ᵑǀʼˤ|ʉ|̰꜖|t͡ʂʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ᵑǃʼˤ|u|꜒꜖|ŋʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ᵑǀˠ|u#ː|̰꜖|d͡ʐˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |ɗʲ|iː|̰꜖|pʼʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |hpʲ|ᵊ|꜖|kʼˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |d͡ʐʲ|ʉ#ː|꜒꜖|tʰˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |pʲ|a|꜒|ɰʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǁˠ|ᵊ|꜖꜒|ɠʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ɽʲ|u|̰꜒|tʼˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |ʃʲ|uː|꜖|tʼʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |qˤ|ᵊ|꜖|ʂʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǀʼʲ|ʉ#ː|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ʄʲ|ʉ|̰꜖|kʼʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |wˤ|a#|꜒|tʰˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |qʼʲ|u#|꜖꜒|kʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ʈʼˠ|ʉ#ː|̰꜒|pʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |hpˤ|u|̰꜒|kʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |ʃʲ|a|꜒|j|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |tʼˠ|aː|꜒꜖|ɾʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |pʰʲ|u#ː|꜖꜒|kˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ʈʼˠ|uː|̰꜖|ɭʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.active.optative.PAST] => |hkʲ|i|̰꜖|ʛʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |qʼˠ|ᵊ|꜖꜒|qʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃʰʲ|a#|̰꜖|kʼʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ŋ̥ˤ|ʉ|꜒꜖|nʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ŋ̥ˤ|u#|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |ʈʰʲ|i|꜒꜖|ʈʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |qʼˤ|a#|꜒꜖|tʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |t͡sˠ|aː|̰꜖|ɹˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ɹˤ|a#ː|̰꜒|qʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |ʂʲ|i|꜖|m̥ʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ɰʲ|iː|꜖|pˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |tʷ|i|̰꜖|t͡sʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |ɓˤ|ʉː|̰꜖|ɗˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʼˠ|iː|꜒|ɳˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ᵏǃʼʷ|i#|̰꜖|ɳˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ʈʰˠ|i|̰꜒|ʈʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |rʲ|i#ː|꜒|t͡sʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ɻʲ|i|꜒|ɾˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |qʼˠ|ʉ#ː|꜖꜒|sˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǁʰˠ|u#ː|꜖꜒|ɾˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ɠʷ|ʉ|꜖꜒|qʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |qʼˤ|ᵊ|꜒|ʋˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǀʼˠ|a|꜖|ɰˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ᵏǁʰʲ|a|꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ᵏǃˤ|ᵊ|̰꜒|mˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |tʰʷ|ʉː|꜒꜖|t͡sʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |ʡˠ|i|꜖|rˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |kʼʷ|i|̰꜒|kʼʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ɭˠ|ʉ#|꜒꜖|ɾˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ʃʲ|iː|꜖꜒|ʜˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |r̥ˠ|ᵊ|꜖꜒|ŋʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.active.optative.PRES] => |nˤ|ᵊ|꜒|ɠʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ɹˠ|a|̰꜒|tʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʰʲ|a|꜖꜒|qʼʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |j|u|꜒꜖|kʼˠ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |m̥ˠ|ʉ#ː|꜒꜖|tʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |d͡ʐˠ|u#|꜒|ʛˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |t͡sˠ|a|̰꜖|wˤ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |hʈʲ|a#ː|̰꜒|ŋʷ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |ʄˠ|i#ː|̰꜒|ʂʲ|-
[not.Q.3.cl.2.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ᵑǃʲ|ʉ|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.active.indicative.PRES] => |ɴʲ|a|̰꜒|ŋʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.active.indicative.PAST] => |ᵏǃʼʷ|ᵊ|̰꜖|kʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.active.imperative.PRES] => |wʲ|i|꜖|ɻˠ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.active.imperative.PAST] => |ᵏǁʰʲ|iː|̰꜖|ɰʷ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.active.conditional.PRES] => |ᵏǀʰˤ|ᵊ|꜖꜒|nʷ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.active.conditional.PAST] => |ɳʲ|i|꜒꜖|ɹˤ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.active.optative.PRES] => |hʈˠ|u#ː|꜒꜖|ɹʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.active.optative.PAST] => |ᵏǃʼˤ|i|꜖|pʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.passive.indicative.PRES] => |pʼʲ|i#|꜖|tʰˠ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.passive.indicative.PAST] => |qʲ|ʉ|꜒|hkʷ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ɴʲ|i|꜖|ɴˠ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.passive.imperative.PAST] => |ɾʷ|a|꜒|r̥ʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.passive.conditional.PRES] => |kʰˤ|ᵊ|̰꜒|ʂʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.passive.conditional.PAST] => |ʈʲ|a|꜖|tʼʷ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.passive.optative.PRES] => |ɓˠ|ʉ#|꜖꜒|qʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.NEG.passive.optative.PAST] => |tʼʲ|u|̰꜖|ɥʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.active.indicative.PRES] => |hkʷ|ʉː|꜖|qˠ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.active.indicative.PAST] => |qʼʲ|aː|꜖꜒|lʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.active.imperative.PRES] => |wʲ|a|̰꜒|ʜˠ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.active.imperative.PAST] => |ʔ|iː|꜒|kʼʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.active.conditional.PRES] => |ɠʲ|a#|꜒꜖|ɠˠ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.active.conditional.PAST] => |ʂˠ|ʉ|꜒꜖|ʜˠ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.active.optative.PRES] => |t͡sʲ|i#ː|꜒|t͡sʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.active.optative.PAST] => |ɠʲ|i#|꜒|kʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.passive.indicative.PRES] => |tʼʲ|a|꜒|tɬʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.passive.indicative.PAST] => |htˤ|a#ː|꜖꜒|ɠʷ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.passive.imperative.PRES] => |htˠ|iː|꜒|ɴˤ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.passive.imperative.PAST] => |ɗʷ|ᵊ|꜖|ʛʷ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.passive.conditional.PRES] => |hkˤ|i#|꜒|kʰʷ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.passive.conditional.PAST] => |hpˤ|i#ː|꜖|ŋʲ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.passive.optative.PRES] => |ᵏǀʷ|ʉ#|̰꜒|pˠ|-
[not.Q.3.cl.2.3.cl.3.1incl.POS.passive.optative.PAST] => |ɴʷ|i|꜖꜒|tʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.active.indicative.PRES] => |ʄˠ|a|꜒|ɴˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.active.indicative.PAST] => |ʂʲ|i|̰꜒|t͡sˤ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.active.imperative.PRES] => |htˤ|a#ː|̰꜒|r̥ˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.active.imperative.PAST] => |t͡ʂˠ|a#|꜖|r̥ˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.active.conditional.PRES] => |n̥ʲ|i|̰꜖|ɠʷ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.active.conditional.PAST] => |pʼʲ|ᵊ|̰꜒|hʈʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.active.optative.PRES] => |tʼʲ|ᵊ|꜖|n̥ʷ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.active.optative.PAST] => |tɬʲ|a|꜖|ɹʷ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ɹʷ|a#ː|꜖꜒|qʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ᵏǁʲ|aː|꜖|qʼˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.passive.imperative.PRES] => |t͡sˤ|i|꜖|ŋ̥ˤ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ᵏǀʰˤ|i|̰꜒|ɥˤ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.passive.conditional.PRES] => |ʂʲ|aː|꜖꜒|ɽʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.passive.conditional.PAST] => |tʰˤ|a|̰꜒|r̥ˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.passive.optative.PRES] => |ᵑǃʷ|i#ː|꜒꜖|nˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.NEG.passive.optative.PAST] => |hkˤ|a|꜒꜖|ŋˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.active.indicative.PRES] => |ɥˠ|ᵊ|̰꜒|ŋʷ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.active.indicative.PAST] => |pʰʲ|i|̰꜒|ʡˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.active.imperative.PRES] => |ɓˠ|ᵊ|꜖|nˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.active.imperative.PAST] => |qʼˤ|ʉ#ː|꜖|qʼˤ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.active.conditional.PRES] => |tɬʲ|u|꜒꜖|ɰˤ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.active.conditional.PAST] => |ʈˠ|i|꜖|ʛˤ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.active.optative.PRES] => |pˠ|ʉ|̰꜖|pʼʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.active.optative.PAST] => |ʛʷ|i|̰꜖|ʄʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.passive.indicative.PRES] => |pʰˤ|a#|꜖|pʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.passive.indicative.PAST] => |ᵑǃʼˠ|i|̰꜖|t͡ʂʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.passive.imperative.PRES] => |ʈʰˠ|i#|̰꜒|ɠʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.passive.imperative.PAST] => |hkˤ|a|̰꜒|ɾˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.passive.conditional.PRES] => |ɗʲ|uː|̰꜒|ʡˠ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.passive.conditional.PAST] => |nʷ|ʉ#ː|꜒|wʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.passive.optative.PRES] => |ŋʲ|ᵊ|꜖|pʼʲ|-
[not.Q.3.cl.2.3.cl.3.1excl.POS.passive.optative.PAST] => |t͡ʂˠ|iː|꜒꜖|nʲ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.active.indicative.PRES] => |ʈʲ|ᵊ|̰꜖|kʼˠ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.active.indicative.PAST] => |ᵏǀʼʲ|i#ː|꜖|qˠ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.active.imperative.PRES] => |sʷ|ʉ|̰꜖|kʰˠ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.active.imperative.PAST] => |t͡ʂʲ|a|̰꜒|ɽˠ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.active.conditional.PRES] => |ʄˠ|ʉ|̰꜒|nˠ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.active.conditional.PAST] => |ᵏǁʰˠ|ᵊ|̰꜖|tʰʷ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.active.optative.PRES] => |ᵑǁʼʲ|ʉ#ː|꜒|pʰˤ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.active.optative.PAST] => |ᵏǃʲ|u#|꜖꜒|qʼʲ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.passive.indicative.PRES] => |ᵏǀʼʲ|iː|꜖|pʰˤ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.passive.indicative.PAST] => |ᵑǀˤ|i|̰꜒|qʲ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.passive.imperative.PRES] => |tʷ|i#ː|꜖꜒|ŋ̥ʷ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.passive.imperative.PAST] => |mˠ|u|꜒|j|-
[not.Q.3.cl.2.3.cl.3.2.NEG.passive.conditional.PRES] => |ᵏǁʼˠ|i|꜒|wˠ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.passive.conditional.PAST] => |mʲ|ᵊ|̰꜒|rʷ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.passive.optative.PRES] => |ᵏǃˤ|ʉ#ː|̰꜖|ɳʲ|-
[not.Q.3.cl.2.3.cl.3.2.NEG.passive.optative.PAST] => |tʰˠ|a|̰꜒|kʼʷ|-
[not.Q.3.cl.2.3.cl.3.2.POS.active.indicative.PRES] => |ᵑǀʼˠ|a|꜖|tʼʷ|-
[not.Q.3.cl.2.3.cl.3.2.POS.active.indicative.PAST] => |ᵏǃʼˤ|a|̰꜒|ʂˠ|-
[not.Q.3.cl.2.3.cl.3.2.POS.active.imperative.PRES] => |ʡʲ|a|꜖꜒|tʰˠ|-
[not.Q.3.cl.2.3.cl.3.2.POS.active.imperative.PAST] => |ɽˠ|a#ː|̰꜖|ɳʲ|-
[not.Q.3.cl.2.3.cl.3.2.POS.active.conditional.PRES] => |ɓˠ|i|꜒꜖|ŋʷ|-
[not.Q.3.cl.2.3.cl.3.2.POS.active.conditional.PAST] => |t͡sʷ|aː|꜖꜒|t͡sʲ|-
[not.Q.3.cl.2.3.cl.3.2.POS.active.optative.PRES] => |kʰʷ|ʉ|꜒꜖|wˠ|-
[not.Q.3.cl.2.3.cl.3.2.POS.active.optative.PAST] => |kʼʲ|iː|꜖꜒|qʼʷ|-
[not.Q.3.cl.2.3.cl.3.2.POS.passive.indicative.PRES] => |r̥ʲ|ᵊ|꜒꜖|hkʲ|-
[not.Q.3.cl.2.3.cl.3.2.POS.passive.indicative.PAST] => |ɥˤ|ᵊ|꜖꜒|h|-
[not.Q.3.cl.2.3.cl.3.2.POS.passive.imperative.PRES] => |ᵑǀʲ|i#ː|꜒|m̥ˠ|-
[not.Q.3.cl.2.3.cl.3.2.POS.passive.imperative.PAST] => |ɗˤ|aː|̰꜖|ŋʲ|-
[not.Q.3.cl.2.3.cl.3.2.POS.passive.conditional.PRES] => |ʋˠ|a|̰꜒|qʼʲ|-
[not.Q.3.cl.2.3.cl.3.2.POS.passive.conditional.PAST] => |ʃˠ|i|꜒꜖|r̥ʷ|-
[not.Q.3.cl.2.3.cl.3.2.POS.passive.optative.PRES] => |ʃʲ|ᵊ|꜒꜖|m̥ˤ|-
[not.Q.3.cl.2.3.cl.3.2.POS.passive.optative.PAST] => |ɠʷ|ᵊ|꜒|ʃˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |ᵏǀʼʲ|a|̰꜒|ʡˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |ɥˠ|ʉ#|̰꜖|n̥ˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |ᵏǁʰʲ|ᵊ|̰꜖|ɓˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ŋˠ|a#ː|̰꜖|htʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |tʲ|i|꜖|ɠʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ᵏǁʲ|a#|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |m̥ˤ|a|꜖꜒|t͡ʂˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ɥˤ|ʉ|꜒꜖|ʂʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |kʷ|i#ː|꜒꜖|m̥ʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |tʰʲ|ᵊ|̰꜒|tʼˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |t͡sˠ|ᵊ|̰꜖|ʜˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |hkˠ|u|̰꜒|tɬʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |n̥ʷ|a#|꜖꜒|r̥ʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |r̥ʲ|i|̰꜒|t͡ʂˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ɠʷ|a|꜖|tˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ᵏǃʰʷ|ʉ#|꜒|ɳʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |d͡ʐʲ|u#ː|꜖|kʰʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |ɗˠ|a|꜖꜒|ʋˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |pʰˠ|ʉ|꜒|t͡sʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |sʲ|iː|꜖꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |rʷ|i|꜖꜒|ɻˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |kʰʲ|ʉ|꜖꜒|htˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.active.optative.PRES] => |ʋˤ|i#|̰꜖|kʼˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ŋ̥ʲ|i#ː|̰꜖|ɹʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |ᵏǃʼʲ|iː|̰꜖|ʡʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |n̥ˠ|u#ː|̰꜒|t͡sˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |hkˠ|ʉ|꜒|n̥ʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |nˠ|ᵊ|꜖꜒|m̥ˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |ɽˠ|i|꜖|ʃˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |tˠ|uː|̰꜒|wʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ɹˤ|u|꜖꜒|ɹˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ᵏǁʼˠ|iː|̰꜒|hpʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |ɥˠ|i|꜒꜖|tʼʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |tɬˠ|ʉ|̰꜒|pʼˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ŋʷ|a#|꜖|m̥ˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |ɓˠ|iː|꜖|tɬˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |kʰʲ|i|꜒꜖|qˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ɹˠ|aː|꜖꜒|qʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |sˠ|i|꜖꜒|kˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ɹˠ|iː|꜒꜖|sʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |qˠ|ᵊ|꜖꜒|n̥ˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |pʰˠ|u#|꜒꜖|t͡sʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |qʲ|i|꜖|kʼˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |ɾʲ|a|꜖|ɳ̥ˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |ʋʲ|i|꜒|pʰˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |wˠ|a#ː|̰꜖|ɴʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |kʰʲ|u|̰꜒|t͡ʂʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |tʼˤ|i#|̰꜒|ʄʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |tʰˠ|ᵊ|꜒|kʰʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ɹˠ|a|̰꜒|hkˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ɳˠ|ʉː|̰꜒|ʈʰˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |qʲ|a#ː|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ʈʼˠ|i|꜒꜖|ʄˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |ᵏǃʰʲ|ᵊ|꜒꜖|ʋˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.active.optative.PRES] => |tʼˤ|u|꜖꜒|pˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.active.optative.PAST] => |ɽˠ|ᵊ|̰꜒|ɳ̥ʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |tʰˠ|uː|꜖|tɬʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |ᵏǃʰˤ|i|꜖꜒|pʰʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |tʼˤ|i#ː|꜒|ɽʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ᵏǃʼˠ|a#|꜒꜖|ʜʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ᵏǀʰˤ|i#ː|꜖꜒|ɗʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |nˠ|a#ː|꜒|ɾʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |m̥ˠ|a#|꜒|sˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |wˠ|u|꜖|ʡʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃʼʲ|a#|꜒|ɥʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |tɬʲ|aː|꜖|ɰʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |ɻʲ|u|꜒꜖|n̥ˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ʈʲ|ᵊ|꜒꜖|t͡ʂˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |ʂʲ|i|꜒|pˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |n̥ˠ|i|̰꜖|ɹʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ɴˠ|ʉ|̰꜖|htʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |m̥ˤ|ʉ#|꜒꜖|wˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǀˠ|ʉ#ː|꜖|tʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |pʰˤ|ᵊ|꜖|pʰˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |qʷ|a#ː|꜒꜖|ɹˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |t͡sʲ|ᵊ|꜒꜖|tʰˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǃˠ|u#|꜒|j|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǁʲ|a#ː|꜒|tʰʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |tʰʷ|a|꜖|tˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ᵑǀʷ|ʉ|꜒|hʈʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |wʲ|ʉː|꜒꜖|ʈˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |ɹʲ|u|꜖|ʈʼˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |tʼˤ|ʉ#ː|꜒꜖|ŋˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |hpˠ|ᵊ|꜒|mˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |ɻˠ|i|̰꜖|ɹˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʰˠ|ʉ#|꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.active.optative.PRES] => |qˤ|ᵊ|꜒꜖|ɥˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ɻʲ|iː|꜖|mˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |t͡sˤ|ʉ|꜒꜖|t͡ʂˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |pʰʲ|u#ː|̰꜒|ʡʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |hkˠ|i|꜖꜒|ɭʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |kʲ|a|꜒|t͡sˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ɭˠ|i|̰꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |kʼˤ|i#|꜖꜒|ɹʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |kʰʲ|u|꜖꜒|ɻˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |ɗˤ|ᵊ|꜒꜖|ʃˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ᵏǀʲ|ʉ|꜒꜖|m̥ˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |ɻʲ|a|꜖꜒|ɥˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |kʰʲ|iː|꜒꜖|ʋʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀʼˠ|uː|̰꜒|ʈʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ʈʲ|a|꜒꜖|sˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ɴˤ|aː|꜖꜒|qʼʷ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |t͡sʷ|ᵊ|꜖|qˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ŋ̥ʷ|i|̰꜒|ɗˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |hpʲ|i|꜒꜖|ɻˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |nˤ|ᵊ|̰꜒|ʜˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǀʷ|ᵊ|꜒|ɻʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ʈʲ|a#|꜒|t͡ʂˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǀʼˠ|i#|̰꜒|rˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |wˠ|i|̰꜖|kʼʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |kʰˤ|i|꜒|ɳ̥ˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |ʃʲ|u|̰꜒|ʜˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ʃˠ|a|꜒|nˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ɳ̥ʲ|u|꜖꜒|ɽˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |nʷ|i|꜖|ɾʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |pʰˤ|ᵊ|꜒꜖|rʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |kʰˤ|i|꜖|hpˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ʈʲ|ʉ|̰꜖|sˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.active.optative.PRES] => |ᵏǁʰˠ|ʉː|̰꜒|tˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ɗˤ|i|꜒|pʼˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ᵑǀˠ|ʉ|꜒|ɗˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |sˠ|a#|꜒|ɭʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |pˠ|a|꜖꜒|tɬʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ᵏǃʼˤ|i|꜖꜒|t͡sˤ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |kʼʲ|i|꜖꜒|ʋʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |m̥ˠ|i#|̰꜒|qʼʲ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ɻʲ|u|꜖|mˠ|-
[not.Q.3.cl.2.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |ᵑǁʼʲ|ᵊ|꜖|pʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.active.indicative.PRES] => |tɬʲ|ʉː|꜒꜖|t͡sˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.active.indicative.PAST] => |t͡ʂˠ|ʉ#ː|̰꜖|ɴˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.active.imperative.PRES] => |htˤ|i|꜒|ɻˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.active.imperative.PAST] => |t͡ʂˠ|aː|̰꜒|pˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.active.conditional.PRES] => |ɳ̥ˠ|i#ː|̰꜖|ŋˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.active.conditional.PAST] => |wˠ|a|꜖꜒|ʛʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.active.optative.PRES] => |r̥ʷ|ᵊ|̰꜒|ɠʷ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.active.optative.PAST] => |tˠ|i|̰꜒|lˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ᵏǃʲ|ᵊ|̰꜖|ʄˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ᵑǀˠ|iː|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.passive.imperative.PRES] => |ᵑǁʼˠ|ᵊ|꜒|tʰˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.passive.imperative.PAST] => |hʈˠ|i|̰꜒|pˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.passive.conditional.PRES] => |ᵏǀʼʷ|ʉ#|̰꜖|ŋʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.passive.conditional.PAST] => |kʼʷ|a|̰꜖|pʼˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.passive.optative.PRES] => |kʼʲ|u|꜖꜒|rʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.NEG.passive.optative.PAST] => |ɳʲ|a|꜖꜒|ʜˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.active.indicative.PRES] => |ᵏǀʰˠ|u|꜖|pʰˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.active.indicative.PAST] => |tˠ|iː|̰꜒|htˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.active.imperative.PRES] => |ʋˠ|u#ː|̰꜒|pʰʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.active.imperative.PAST] => |qʷ|i|꜖꜒|kʰˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.active.conditional.PRES] => |mˤ|aː|꜖|kʰʷ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.active.conditional.PAST] => |r̥ˤ|ᵊ|̰꜒|nʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.active.optative.PRES] => |ŋ̥ˤ|a|꜒꜖|n̥ˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.active.optative.PAST] => |pʼˤ|ᵊ|̰꜖|kʼʷ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.passive.indicative.PRES] => |hʈˠ|ʉ|꜖|pʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.passive.indicative.PAST] => |ʋʲ|u|꜒|ʋˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.passive.imperative.PRES] => |ᵏǀˤ|aː|꜖|ʈʼʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.passive.imperative.PAST] => |ɴˤ|ʉ|̰꜖|sʲ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.passive.conditional.PRES] => |tɬˠ|ʉ#ː|꜒꜖|qˤ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.passive.conditional.PAST] => |ᵑǀʼˤ|i|̰꜖|nˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.passive.optative.PRES] => |tʼʲ|a|꜖|m̥ˠ|-
[not.Q.3.cl.2.3.cl.4.1incl.POS.passive.optative.PAST] => |ʈˠ|u|꜒꜖|ʄʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.active.indicative.PRES] => |ᵑǀʼʲ|a#|̰꜖|pʰˤ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.active.indicative.PAST] => |m̥ˤ|u#ː|꜒|ʛʷ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.active.imperative.PRES] => |ɻˠ|i|꜒꜖|ʔ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.active.imperative.PAST] => |ɗˠ|ʉ#ː|꜖꜒|ŋˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.active.conditional.PRES] => |ᵏǀʷ|ʉ|꜖|ɭʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.active.conditional.PAST] => |htʷ|ᵊ|̰꜖|ɳʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.active.optative.PRES] => |pʰˠ|u|̰꜒|ʈʼˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.active.optative.PAST] => |ɳ̥ʲ|u|꜒|tʼˤ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ᵏǁʰˠ|i|꜖|n̥ʷ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ʋʲ|i|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ʈʲ|a#ː|꜒꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.passive.imperative.PAST] => |t͡ʃ|u|꜖|d͡ʐʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.passive.conditional.PRES] => |kʼˤ|ʉ#|̰꜒|kʼʷ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ᵑǁʼʲ|ᵊ|꜖꜒|tˤ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.passive.optative.PRES] => |ʡˠ|u#|̰꜒|ʜˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.NEG.passive.optative.PAST] => |ᵏǁʼʲ|i|̰꜖|ɠˤ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.active.indicative.PRES] => |nʲ|i|̰꜖|ɹˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.active.indicative.PAST] => |ᵑǃʼʲ|ʉ|̰꜖|ɭˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.active.imperative.PRES] => |kʼˠ|ʉː|꜒|wʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.active.imperative.PAST] => |hkˤ|u|̰꜒|ʂˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.active.conditional.PRES] => |sʲ|ᵊ|꜒꜖|n̥ˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.active.conditional.PAST] => |ɗʲ|a|̰꜖|ɽʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.active.optative.PRES] => |n̥ˤ|i|꜒꜖|sʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.active.optative.PAST] => |sˤ|u#ː|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.passive.indicative.PRES] => |ᵑǀˤ|ʉ|꜒꜖|ʋʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.passive.indicative.PAST] => |ɹˠ|u#ː|꜖|r̥ˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.passive.imperative.PRES] => |kˤ|ʉ|̰꜖|kʷ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.passive.imperative.PAST] => |ʛʲ|ʉ|꜒꜖|lˠ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.passive.conditional.PRES] => |kˤ|i|̰꜖|ɭʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.passive.conditional.PAST] => |t͡ʃ|uː|̰꜒|kˤ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.passive.optative.PRES] => |ᵏǁʲ|aː|̰꜖|ɥʲ|-
[not.Q.3.cl.2.3.cl.4.1excl.POS.passive.optative.PAST] => |ʄˠ|a#ː|꜖꜒|ɠʷ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.active.indicative.PRES] => |ɠˠ|iː|꜖|t͡ʃ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.active.indicative.PAST] => |ᵏǀʼʷ|a|꜖|ɭʲ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.active.imperative.PRES] => |ʄʲ|a|꜖꜒|qʼˤ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.active.imperative.PAST] => |r̥ʷ|i|꜒|t͡ʂʲ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.active.conditional.PRES] => |tʰʲ|u|꜖|ʜˠ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.active.conditional.PAST] => |ᵏǀˤ|i#|̰꜒|wˠ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.active.optative.PRES] => |htˠ|ᵊ|꜖꜒|tʼˠ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.active.optative.PAST] => |t͡ʂˠ|ʉ|꜒꜖|r̥ʷ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.passive.indicative.PRES] => |kʼʷ|ʉ#ː|꜒|kʷ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.passive.indicative.PAST] => |qʼʷ|ʉ#|̰꜒|ɭˠ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.passive.imperative.PRES] => |ᵑǃʲ|aː|̰꜖|ɽʲ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.passive.imperative.PAST] => |n̥ʷ|ᵊ|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.passive.conditional.PRES] => |htʲ|ʉ|̰꜖|hpˤ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.passive.conditional.PAST] => |pˠ|i|̰꜒|nˤ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.passive.optative.PRES] => |ᵑǀʲ|i|꜖|r̥ʷ|-
[not.Q.3.cl.2.3.cl.4.2.NEG.passive.optative.PAST] => |ᵏǃʼʲ|ʉ#ː|̰꜒|kʲ|-
[not.Q.3.cl.2.3.cl.4.2.POS.active.indicative.PRES] => |r̥ʲ|ᵊ|̰꜒|t͡sʷ|-
[not.Q.3.cl.2.3.cl.4.2.POS.active.indicative.PAST] => |r̥ˤ|a#|꜒|ʄˠ|-
[not.Q.3.cl.2.3.cl.4.2.POS.active.imperative.PRES] => |ɳˠ|i|̰꜒|ɹʲ|-
[not.Q.3.cl.2.3.cl.4.2.POS.active.imperative.PAST] => |ʈʰʲ|i|̰꜒|kʰʲ|-
[not.Q.3.cl.2.3.cl.4.2.POS.active.conditional.PRES] => |ɠˠ|ʉ|̰꜖|r̥ʷ|-
[not.Q.3.cl.2.3.cl.4.2.POS.active.conditional.PAST] => |t͡sˠ|a|꜖꜒|ɽˠ|-
[not.Q.3.cl.2.3.cl.4.2.POS.active.optative.PRES] => |hkˤ|i#|̰꜖|ʈʲ|-
[not.Q.3.cl.2.3.cl.4.2.POS.active.optative.PAST] => |ʈʰˠ|u|̰꜒|rˤ|-
[not.Q.3.cl.2.3.cl.4.2.POS.passive.indicative.PRES] => |ᵑǀʷ|a#|̰꜒|ŋˤ|-
[not.Q.3.cl.2.3.cl.4.2.POS.passive.indicative.PAST] => |ʃʲ|i|꜖|kˠ|-
[not.Q.3.cl.2.3.cl.4.2.POS.passive.imperative.PRES] => |tʼʷ|i|̰꜖|ŋ̥ˤ|-
[not.Q.3.cl.2.3.cl.4.2.POS.passive.imperative.PAST] => |ɻʲ|ʉ|꜒|ɭʲ|-
[not.Q.3.cl.2.3.cl.4.2.POS.passive.conditional.PRES] => |ʡʲ|i#|꜖꜒|pʰʲ|-
[not.Q.3.cl.2.3.cl.4.2.POS.passive.conditional.PAST] => |ᵏǀʲ|ʉː|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.2.3.cl.4.2.POS.passive.optative.PRES] => |mˠ|i|̰꜖|pʰʲ|-
[not.Q.3.cl.2.3.cl.4.2.POS.passive.optative.PAST] => |ɽˠ|ᵊ|̰꜖|ɗʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |tʰʲ|ʉ|꜖꜒|rˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ᵏǀˠ|aː|꜒|ɹʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |tʲ|aː|̰꜖|ɓˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |pʰˤ|ʉː|꜒|nˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |ɗˠ|a#ː|̰꜖|qʼʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |t͡ʂˠ|i|̰꜖|ɰʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ᵏǀˤ|u|̰꜖|tˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ᵑǃʼˠ|iː|꜖|ŋˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |ʈʼʲ|ᵊ|꜒꜖|ʃˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |wˤ|i#|꜒|ʋʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǁʼˠ|ʉ#|꜖|ɳˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ɴʷ|ʉ#ː|̰꜒|qˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |sˠ|u#|꜒꜖|ʃʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ᵑǀʼˠ|ᵊ|̰꜖|ɰˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |kʰˤ|iː|꜖꜒|pʼˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ɹʲ|ᵊ|̰꜖|ɻʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |ᵑǀʼʲ|ʉ|̰꜖|wˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |t͡ʃ|ʉ|̰꜖|kˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |ɠˤ|ʉ|꜒꜖|sˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |m̥ˤ|ʉ#|꜖|rˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |ŋʷ|aː|̰꜖|ŋˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ɽʲ|i|꜒|ʂˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.active.optative.PRES] => |kʷ|aː|̰꜖|r̥ˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ɓʲ|a|̰꜖|ɴˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʼˤ|u#ː|꜖|ʂʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |mˠ|a#|̰꜖|nʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ᵏǀʼˠ|ᵊ|꜒|mˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʰʲ|ᵊ|̰꜖|rʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ŋʲ|u#|꜖꜒|tɬʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ᵏǃˠ|ʉː|̰꜖|ʄˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |nʲ|i|꜒꜖|ʈʰʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |htˠ|i|꜒|ɭˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |mˤ|i|̰꜒|ʛʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀʲ|aː|꜒|kʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |kʰˠ|ʉ|꜖꜒|ʛˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |n̥ʲ|a|̰꜒|ɾˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ᵏǁʰˠ|a|̰꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |kʼʲ|u|̰꜖|mˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ɠˤ|ʉ|꜖|ɥˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |ɗʲ|uː|꜖꜒|qʼʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |sʲ|i|꜖|hkʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|a|̰꜖|tʼˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǁˠ|i|̰꜒|ɠˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |m̥ʲ|iː|꜖꜒|j|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ŋʲ|iː|̰꜖|m̥ʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |hpʲ|u|꜒|ɠˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |ᵏǁʲ|a#ː|꜒|ɠʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |ɓˠ|a|꜒꜖|ʂʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ᵑǀˠ|i|꜒|ɳˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ɹˤ|iː|꜖꜒|kʰˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |kʼʷ|i|꜒|d͡ʐʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |ᵏǀʰˠ|ᵊ|꜖|mʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |kʷ|i|꜖|n̥ʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |ᵑǁʼʲ|u|꜒|ʋˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.active.optative.PRES] => |d͡ʐˠ|ᵊ|̰꜒|pʼˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.active.optative.PAST] => |n̥ʷ|i|̰꜒|tɬʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |ɾˤ|ʉ#|꜖|ʈʰʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ɻˠ|a|꜖꜒|ʈˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀʼʷ|aː|꜒꜖|m̥ˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |n̥ʲ|i|̰꜖|r̥ʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |hpˠ|a#ː|꜒|kʼˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʰʲ|ᵊ|꜒|ɳˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ᵏǀʰʲ|i|꜒꜖|r̥ˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ᵑǁʼˠ|i#|꜖꜒|kʼˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |hʈˠ|i|꜒꜖|ɥˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |ɹˠ|i|꜒|ɴʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |rʷ|a|꜖꜒|ʋˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |kˤ|u|꜒꜖|ɥˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |kˠ|a|꜒꜖|ɾˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |tˤ|i#ː|̰꜖|ŋ̥ˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |sˤ|ʉː|꜖꜒|tʼˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |ɳʲ|a#ː|꜖꜒|rˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǁʰʲ|ʉ#ː|꜒|hpˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |mʲ|u|꜒|ɗʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |n̥ʷ|ʉ|꜒꜖|ʋˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |kʰˠ|aː|̰꜖|m̥ˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |t͡ʃ|ʉː|̰꜖|ɓˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |hpʲ|i|̰꜒|tʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |ʛʲ|ʉː|꜖꜒|qʼˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ᵑǀʲ|uː|꜒꜖|nʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |wˤ|aː|꜒꜖|hpʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |mˤ|a|꜒꜖|pʼˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ᵏǃʰʲ|i#|̰꜒|ʄˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |ʛˠ|u|̰꜖|ɻˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |ᵏǃʰʷ|ᵊ|̰꜒|sʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |pʰˠ|ʉ|꜖꜒|ɰˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.active.optative.PRES] => |hpˠ|iː|̰꜖|ʈʼˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.active.optative.PAST] => |ᵑǀʼˤ|a#|꜖|kˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |ɴʲ|ᵊ|꜖꜒|tɬˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀˤ|a|꜖|ʈʼʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |n̥ˠ|ʉ#ː|̰꜖|mˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃʼʷ|ᵊ|꜖꜒|tʼʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ᵑǀʼʷ|aː|꜖꜒|ɹˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |kˠ|ʉ|꜒꜖|ʃʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |kˠ|aː|꜒|ɳʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |pʰˤ|ʉ#ː|̰꜖|tɬˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |hpʲ|ʉ|꜖꜒|j|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |ʜˠ|i#ː|̰꜖|pʼˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ʃˠ|a|꜖꜒|sʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ᵑǁʲ|a|꜖|tʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |qˠ|u|̰꜖|ɴˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |r̥ˤ|iː|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |qʼʲ|a|̰꜒|mʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |ᵑǀʼʲ|i|꜒|kˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |r̥ˠ|ʉ|꜖꜒|ɗˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǃˤ|iː|꜒꜖|n̥ˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |pʼʲ|a|꜒꜖|ɾˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃʼˤ|a#ː|꜖꜒|ʃʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |pʰˤ|ʉ|꜒꜖|ʜˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |wˠ|u#ː|̰꜒|kʰˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ᵑǃʼʷ|ʉ#ː|꜒|ʂʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |pʼʲ|a|꜒|hkˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |kʼʷ|i#ː|꜒|ʄʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ᵏǁʲ|i|̰꜖|ʋˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ɥˠ|a|꜖|ɓˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ʛʲ|ʉ#ː|̰꜒|ɰʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ᵑǀˠ|a|꜖꜒|ɹʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |hkˤ|i|̰꜒|qʼʷ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ɻʲ|u|꜖꜒|ɾʲ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ᵏǀʼˠ|u|꜒꜖|rˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |t͡sˤ|u|꜖|ɠˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |m̥ʲ|u|꜖꜒|ɠˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |n̥ˤ|i#|꜒꜖|ɓˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |kʰˤ|ʉ#ː|̰꜖|ɭˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |kʰˤ|ᵊ|꜖|pʼˤ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ʈʼʲ|i|꜒꜖|m̥ˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |t͡sˠ|u#|꜖꜒|pˠ|-
[not.Q.3.cl.2.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |pˠ|a#|꜒|r̥ˤ|-
[not.Q.3.cl.3.none.1incl.NEG.active.indicative.PRES] => |ɴˤ|ʉː|꜒꜖|ɠʲ|-
[not.Q.3.cl.3.none.1incl.NEG.active.indicative.PAST] => |ᵏǀʲ|ʉ#|꜖|tˤ|-
[not.Q.3.cl.3.none.1incl.NEG.active.imperative.PRES] => |tʼˠ|i|̰꜖|ɗʲ|-
[not.Q.3.cl.3.none.1incl.NEG.active.imperative.PAST] => |mˠ|a|̰꜖|ŋˤ|-
[not.Q.3.cl.3.none.1incl.NEG.active.conditional.PRES] => |ʛʷ|ʉ|꜖꜒|nˠ|-
[not.Q.3.cl.3.none.1incl.NEG.active.conditional.PAST] => |ʋʲ|i#ː|̰꜖|pʰˤ|-
[not.Q.3.cl.3.none.1incl.NEG.active.optative.PRES] => |ŋˤ|iː|̰꜖|ɳʲ|-
[not.Q.3.cl.3.none.1incl.NEG.active.optative.PAST] => |ᵏǀˤ|u#|꜒꜖|ʛʷ|-
[not.Q.3.cl.3.none.1incl.NEG.passive.indicative.PRES] => |ᵑǃʼˠ|iː|̰꜖|tʰʲ|-
[not.Q.3.cl.3.none.1incl.NEG.passive.indicative.PAST] => |ɗˤ|i|꜖꜒|tɬˠ|-
[not.Q.3.cl.3.none.1incl.NEG.passive.imperative.PRES] => |ᵑǀʼˤ|ʉː|꜖|ɴˤ|-
[not.Q.3.cl.3.none.1incl.NEG.passive.imperative.PAST] => |ɥˤ|u|̰꜖|ɗʲ|-
[not.Q.3.cl.3.none.1incl.NEG.passive.conditional.PRES] => |t͡sˠ|aː|̰꜖|r̥ˤ|-
[not.Q.3.cl.3.none.1incl.NEG.passive.conditional.PAST] => |qʼˤ|ᵊ|꜖꜒|qˤ|-
[not.Q.3.cl.3.none.1incl.NEG.passive.optative.PRES] => |r̥ˤ|u#|꜒꜖|ʂˠ|-
[not.Q.3.cl.3.none.1incl.NEG.passive.optative.PAST] => |htʷ|iː|꜖꜒|ʃˠ|-
[not.Q.3.cl.3.none.1incl.POS.active.indicative.PRES] => |kʰˤ|ᵊ|̰꜖|kʰˤ|-
[not.Q.3.cl.3.none.1incl.POS.active.indicative.PAST] => |ᵑǃʼˠ|u#ː|̰꜒|tʰʲ|-
[not.Q.3.cl.3.none.1incl.POS.active.imperative.PRES] => |ᵏǁˠ|ᵊ|꜒|pʼˤ|-
[not.Q.3.cl.3.none.1incl.POS.active.imperative.PAST] => |nˤ|i#|꜖꜒|pʰˤ|-
[not.Q.3.cl.3.none.1incl.POS.active.conditional.PRES] => |ᵏǀˠ|u|꜖|ɾʷ|-
[not.Q.3.cl.3.none.1incl.POS.active.conditional.PAST] => |kʰˤ|u|꜒|hʈʲ|-
[not.Q.3.cl.3.none.1incl.POS.active.optative.PRES] => |kʼˤ|a|̰꜖|r̥ˠ|-
[not.Q.3.cl.3.none.1incl.POS.active.optative.PAST] => |nˠ|a|꜖꜒|pʼʲ|-
[not.Q.3.cl.3.none.1incl.POS.passive.indicative.PRES] => |rʲ|u|꜖|ɠˤ|-
[not.Q.3.cl.3.none.1incl.POS.passive.indicative.PAST] => |qˤ|a|꜒꜖|rˠ|-
[not.Q.3.cl.3.none.1incl.POS.passive.imperative.PRES] => |kʼˠ|uː|꜖|ʡˠ|-
[not.Q.3.cl.3.none.1incl.POS.passive.imperative.PAST] => |ʈʲ|i#|꜖|ɥˤ|-
[not.Q.3.cl.3.none.1incl.POS.passive.conditional.PRES] => |ᵏǁʼʲ|ʉ#|꜖꜒|ɠʷ|-
[not.Q.3.cl.3.none.1incl.POS.passive.conditional.PAST] => |ɳ̥ʲ|u|꜖꜒|ŋˤ|-
[not.Q.3.cl.3.none.1incl.POS.passive.optative.PRES] => |kʰʷ|ᵊ|꜖|kˤ|-
[not.Q.3.cl.3.none.1incl.POS.passive.optative.PAST] => |tʼʲ|ᵊ|꜒|ʈʰˠ|-
[not.Q.3.cl.3.none.1excl.NEG.active.indicative.PRES] => |ᵑǃʼʲ|ʉ|̰꜖|pʰʲ|-
[not.Q.3.cl.3.none.1excl.NEG.active.indicative.PAST] => |pʰˤ|i|̰꜖|ʄˠ|-
[not.Q.3.cl.3.none.1excl.NEG.active.imperative.PRES] => |ɗˠ|ʉ#ː|꜒|tʼʷ|-
[not.Q.3.cl.3.none.1excl.NEG.active.imperative.PAST] => |ɹʷ|i#|꜒꜖|tʼˠ|-
[not.Q.3.cl.3.none.1excl.NEG.active.conditional.PRES] => |ʋˠ|u#|̰꜒|kʼʷ|-
[not.Q.3.cl.3.none.1excl.NEG.active.conditional.PAST] => |nˤ|i#|̰꜒|ʔ|-
[not.Q.3.cl.3.none.1excl.NEG.active.optative.PRES] => |ɽˠ|i|̰꜒|ɠʲ|-
[not.Q.3.cl.3.none.1excl.NEG.active.optative.PAST] => |ɠˤ|i|꜖꜒|ɗʲ|-
[not.Q.3.cl.3.none.1excl.NEG.passive.indicative.PRES] => |kʼʷ|ᵊ|꜖꜒|sʷ|-
[not.Q.3.cl.3.none.1excl.NEG.passive.indicative.PAST] => |ŋ̥ʷ|a|̰꜖|tʼˠ|-
[not.Q.3.cl.3.none.1excl.NEG.passive.imperative.PRES] => |sˠ|ᵊ|꜖꜒|tʷ|-
[not.Q.3.cl.3.none.1excl.NEG.passive.imperative.PAST] => |ɴˤ|iː|̰꜖|rʲ|-
[not.Q.3.cl.3.none.1excl.NEG.passive.conditional.PRES] => |ɓˤ|i#ː|̰꜖|rˤ|-
[not.Q.3.cl.3.none.1excl.NEG.passive.conditional.PAST] => |ᵏǀˤ|a#|꜒꜖|ŋ̥ˠ|-
[not.Q.3.cl.3.none.1excl.NEG.passive.optative.PRES] => |ᵑǁʼˠ|ʉ#|̰꜒|tɬˠ|-
[not.Q.3.cl.3.none.1excl.NEG.passive.optative.PAST] => |ʋˠ|i|꜒꜖|kʰˤ|-
[not.Q.3.cl.3.none.1excl.POS.active.indicative.PRES] => |ᵏǀˠ|u#|̰꜖|ʃˠ|-
[not.Q.3.cl.3.none.1excl.POS.active.indicative.PAST] => |ᵏǃʷ|ᵊ|̰꜒|ɓˤ|-
[not.Q.3.cl.3.none.1excl.POS.active.imperative.PRES] => |ᵑǁˠ|ʉ|꜒|htˤ|-
[not.Q.3.cl.3.none.1excl.POS.active.imperative.PAST] => |qˤ|ʉ|꜖꜒|r̥ˠ|-
[not.Q.3.cl.3.none.1excl.POS.active.conditional.PRES] => |ɥˤ|a|꜖꜒|j|-
[not.Q.3.cl.3.none.1excl.POS.active.conditional.PAST] => |mˤ|ᵊ|꜖꜒|ʜʲ|-
[not.Q.3.cl.3.none.1excl.POS.active.optative.PRES] => |ɳʲ|ʉː|꜒|ɹʷ|-
[not.Q.3.cl.3.none.1excl.POS.active.optative.PAST] => |kʼˤ|a#|꜖|pʲ|-
[not.Q.3.cl.3.none.1excl.POS.passive.indicative.PRES] => |ᵏǃʷ|aː|꜒|ɭˠ|-
[not.Q.3.cl.3.none.1excl.POS.passive.indicative.PAST] => |ʛˠ|u#|꜒|lʲ|-
[not.Q.3.cl.3.none.1excl.POS.passive.imperative.PRES] => |hʈʲ|ʉ|̰꜖|htʷ|-
[not.Q.3.cl.3.none.1excl.POS.passive.imperative.PAST] => |ᵏǃʼʷ|iː|꜖꜒|tˤ|-
[not.Q.3.cl.3.none.1excl.POS.passive.conditional.PRES] => |tʼˤ|i#|꜒|ɓˤ|-
[not.Q.3.cl.3.none.1excl.POS.passive.conditional.PAST] => |tˤ|ʉ|̰꜒|qˠ|-
[not.Q.3.cl.3.none.1excl.POS.passive.optative.PRES] => |tʰʲ|ᵊ|꜖꜒|ʡˠ|-
[not.Q.3.cl.3.none.1excl.POS.passive.optative.PAST] => |kʼˤ|ᵊ|꜒|pˤ|-
[not.Q.3.cl.3.none.2.NEG.active.indicative.PRES] => |ŋ̥ˠ|aː|꜒꜖|kʷ|-
[not.Q.3.cl.3.none.2.NEG.active.indicative.PAST] => |ʃʲ|i|꜒|ɾˠ|-
[not.Q.3.cl.3.none.2.NEG.active.imperative.PRES] => |ɗʲ|a|̰꜒|wˠ|-
[not.Q.3.cl.3.none.2.NEG.active.imperative.PAST] => |ᵏǁˠ|u#ː|꜒꜖|mˠ|-
[not.Q.3.cl.3.none.2.NEG.active.conditional.PRES] => |mˠ|uː|꜖|ʂˠ|-
[not.Q.3.cl.3.none.2.NEG.active.conditional.PAST] => |ᵑǃˠ|a|̰꜖|tˠ|-
[not.Q.3.cl.3.none.2.NEG.active.optative.PRES] => |ʡʲ|i#|̰꜖|rʷ|-
[not.Q.3.cl.3.none.2.NEG.active.optative.PAST] => |ᵏǀʰʲ|a|꜖꜒|ɾʷ|-
[not.Q.3.cl.3.none.2.NEG.passive.indicative.PRES] => |ᵏǀʲ|iː|꜖|ʈˠ|-
[not.Q.3.cl.3.none.2.NEG.passive.indicative.PAST] => |kˤ|i#|꜖꜒|qˤ|-
[not.Q.3.cl.3.none.2.NEG.passive.imperative.PRES] => |pʰˠ|iː|̰꜒|j|-
[not.Q.3.cl.3.none.2.NEG.passive.imperative.PAST] => |hʈʲ|ʉ|꜖꜒|qˠ|-
[not.Q.3.cl.3.none.2.NEG.passive.conditional.PRES] => |ŋ̥ʲ|ʉ|꜖꜒|ʂˠ|-
[not.Q.3.cl.3.none.2.NEG.passive.conditional.PAST] => |hkʷ|ᵊ|꜖꜒|mˤ|-
[not.Q.3.cl.3.none.2.NEG.passive.optative.PRES] => |ᵏǃʷ|iː|꜒꜖|ɾˤ|-
[not.Q.3.cl.3.none.2.NEG.passive.optative.PAST] => |ʛˤ|i#|꜒꜖|ŋˠ|-
[not.Q.3.cl.3.none.2.POS.active.indicative.PRES] => |ɴˠ|ʉ|̰꜖|qʷ|-
[not.Q.3.cl.3.none.2.POS.active.indicative.PAST] => |kʼʷ|aː|̰꜒|ɽʲ|-
[not.Q.3.cl.3.none.2.POS.active.imperative.PRES] => |ᵑǃʼˠ|ʉː|̰꜖|nˠ|-
[not.Q.3.cl.3.none.2.POS.active.imperative.PAST] => |ɴˠ|ʉ|̰꜒|ŋˤ|-
[not.Q.3.cl.3.none.2.POS.active.conditional.PRES] => |kʼˤ|uː|꜒꜖|wˠ|-
[not.Q.3.cl.3.none.2.POS.active.conditional.PAST] => |hpʲ|u|̰꜖|ʋʲ|-
[not.Q.3.cl.3.none.2.POS.active.optative.PRES] => |ᵑǀˠ|a#|꜖꜒|nʷ|-
[not.Q.3.cl.3.none.2.POS.active.optative.PAST] => |ɗʷ|ᵊ|꜒꜖|qʲ|-
[not.Q.3.cl.3.none.2.POS.passive.indicative.PRES] => |tʰˤ|i|꜒꜖|pʼˠ|-
[not.Q.3.cl.3.none.2.POS.passive.indicative.PAST] => |n̥ʷ|ᵊ|꜖꜒|ɓˠ|-
[not.Q.3.cl.3.none.2.POS.passive.imperative.PRES] => |t͡sˤ|u|̰꜒|rˠ|-
[not.Q.3.cl.3.none.2.POS.passive.imperative.PAST] => |htʲ|i|꜖|qʼˤ|-
[not.Q.3.cl.3.none.2.POS.passive.conditional.PRES] => |ᵏǀʼʷ|i|̰꜒|ɰˠ|-
[not.Q.3.cl.3.none.2.POS.passive.conditional.PAST] => |nʲ|u|꜖|d͡ʐˠ|-
[not.Q.3.cl.3.none.2.POS.passive.optative.PRES] => |kʷ|a|̰꜒|ɾʲ|-
[not.Q.3.cl.3.none.2.POS.passive.optative.PAST] => |tʼʲ|a|꜒|ʈʼˠ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.active.indicative.PRES] => |tʼˤ|ʉ|꜒꜖|ʋˤ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.active.indicative.PAST] => |ʈʼʲ|i|꜒|tʲ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.active.imperative.PRES] => |ᵏǀˠ|a#ː|꜖꜒|r̥ˠ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.active.imperative.PAST] => |ᵏǀʰʷ|a|꜖|mʲ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.active.conditional.PRES] => |ᵏǀʼʲ|i#|꜖꜒|ɗˤ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.active.conditional.PAST] => |tʼˠ|a|꜒꜖|kʲ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.active.optative.PRES] => |ʂˠ|ʉː|̰꜒|ɹʲ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.active.optative.PAST] => |ᵏǀʲ|ʉː|꜒|mˠ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.passive.indicative.PRES] => |n̥ʲ|aː|̰꜒|kʰʷ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǃʼʷ|ʉ#|̰꜖|ɹʷ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.passive.imperative.PRES] => |pʰˠ|aː|꜒꜖|n̥ʷ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.passive.imperative.PAST] => |htˠ|iː|̰꜖|ɗʲ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.passive.conditional.PRES] => |hkʷ|aː|̰꜖|r̥ʲ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.passive.conditional.PAST] => |ʈʼʲ|i|꜖|ŋ̥ˠ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.passive.optative.PRES] => |hpˠ|a#|꜖|mʲ|-
[not.Q.3.cl.3.none.3.cl.1.NEG.passive.optative.PAST] => |ɗˤ|aː|̰꜒|tʰˠ|-
[not.Q.3.cl.3.none.3.cl.1.POS.active.indicative.PRES] => |ɻʲ|u|꜒꜖|kʰʲ|-
[not.Q.3.cl.3.none.3.cl.1.POS.active.indicative.PAST] => |ᵑǀʼʷ|ᵊ|꜒꜖|hkʷ|-
[not.Q.3.cl.3.none.3.cl.1.POS.active.imperative.PRES] => |ʜˠ|a|꜒꜖|ɠʲ|-
[not.Q.3.cl.3.none.3.cl.1.POS.active.imperative.PAST] => |hpˠ|ᵊ|̰꜒|ʜˠ|-
[not.Q.3.cl.3.none.3.cl.1.POS.active.conditional.PRES] => |pʰʲ|ᵊ|꜖꜒|sˠ|-
[not.Q.3.cl.3.none.3.cl.1.POS.active.conditional.PAST] => |n̥ˠ|ʉ|꜒|wˠ|-
[not.Q.3.cl.3.none.3.cl.1.POS.active.optative.PRES] => |ʄˠ|ʉː|̰꜒|t͡sˤ|-
[not.Q.3.cl.3.none.3.cl.1.POS.active.optative.PAST] => |ᵏǃʼˤ|ᵊ|̰꜖|kʰʲ|-
[not.Q.3.cl.3.none.3.cl.1.POS.passive.indicative.PRES] => |ᵏǀʰˠ|ᵊ|꜒|qʷ|-
[not.Q.3.cl.3.none.3.cl.1.POS.passive.indicative.PAST] => |kʲ|aː|꜒|j|-
[not.Q.3.cl.3.none.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʷ|a|꜖|ɭʲ|-
[not.Q.3.cl.3.none.3.cl.1.POS.passive.imperative.PAST] => |ɳˠ|a|꜒|tʼʷ|-
[not.Q.3.cl.3.none.3.cl.1.POS.passive.conditional.PRES] => |ᵏǃʼʲ|ᵊ|꜖|qˤ|-
[not.Q.3.cl.3.none.3.cl.1.POS.passive.conditional.PAST] => |pʼˤ|i#|꜒|qʼˤ|-
[not.Q.3.cl.3.none.3.cl.1.POS.passive.optative.PRES] => |ᵏǁˠ|ʉ#ː|꜒꜖|wˤ|-
[not.Q.3.cl.3.none.3.cl.1.POS.passive.optative.PAST] => |t͡sʷ|iː|̰꜖|kʰˤ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃʰʷ|ʉ|꜒|hpˤ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.active.indicative.PAST] => |wˠ|i|̰꜖|ɴʷ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.active.imperative.PRES] => |ᵑǀʼʲ|i|꜖꜒|ɥʲ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.active.imperative.PAST] => |ɥʲ|ᵊ|꜖|ʜʲ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.active.conditional.PRES] => |ᵑǃʲ|a|꜒꜖|sʷ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.active.conditional.PAST] => |hʈʲ|uː|̰꜒|ʈʼˠ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.active.optative.PRES] => |ŋ̥ʲ|a|꜒|ɰʷ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.active.optative.PAST] => |ŋ̥ˠ|ʉ#ː|̰꜖|qˤ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.passive.indicative.PRES] => |t͡ʃ|uː|꜖|t͡sˠ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.passive.indicative.PAST] => |ɠˠ|i|̰꜖|qʼʲ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.passive.imperative.PRES] => |hʈʲ|i|̰꜖|pʲ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.passive.imperative.PAST] => |ɴʷ|a|꜒꜖|pʼʲ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.passive.conditional.PRES] => |ᵑǃʼˤ|i|̰꜖|ʡʲ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.passive.conditional.PAST] => |r̥ˠ|ʉː|꜖꜒|pʼˤ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.passive.optative.PRES] => |htˠ|iː|꜒꜖|ɭʲ|-
[not.Q.3.cl.3.none.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʰˤ|ᵊ|꜒꜖|ŋʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.active.indicative.PRES] => |t͡sˤ|uː|̰꜖|m̥ˤ|-
[not.Q.3.cl.3.none.3.cl.2.POS.active.indicative.PAST] => |ᵏǁˠ|i|꜖꜒|ŋʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.active.imperative.PRES] => |tˤ|i|꜖|ɹʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.active.imperative.PAST] => |tɬˠ|i|꜒꜖|n̥ˠ|-
[not.Q.3.cl.3.none.3.cl.2.POS.active.conditional.PRES] => |tʰˠ|ᵊ|꜖|ʈʼʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.active.conditional.PAST] => |ɗˠ|u|꜒꜖|kʰʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.active.optative.PRES] => |ᵏǃʰˤ|a|꜖꜒|ɹˤ|-
[not.Q.3.cl.3.none.3.cl.2.POS.active.optative.PAST] => |ᵏǁʰˠ|i|꜒꜖|qʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.passive.indicative.PRES] => |t͡sˠ|a|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.passive.indicative.PAST] => |ᵏǃʼˠ|u|꜒|tʰʷ|-
[not.Q.3.cl.3.none.3.cl.2.POS.passive.imperative.PRES] => |rʲ|i|̰꜒|rˠ|-
[not.Q.3.cl.3.none.3.cl.2.POS.passive.imperative.PAST] => |t͡sˤ|a|꜒꜖|rʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.passive.conditional.PRES] => |ɓʲ|a#|꜒|m̥ˤ|-
[not.Q.3.cl.3.none.3.cl.2.POS.passive.conditional.PAST] => |ʡʲ|a#ː|̰꜒|hkʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.passive.optative.PRES] => |ɹˤ|a|꜖꜒|n̥ʲ|-
[not.Q.3.cl.3.none.3.cl.2.POS.passive.optative.PAST] => |ɓˠ|a|̰꜒|ʄʲ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.active.indicative.PRES] => |pʼˤ|a#ː|꜒꜖|sˠ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.active.indicative.PAST] => |mˠ|ʉ|̰꜖|pˤ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.active.imperative.PRES] => |n̥ˠ|i|꜒꜖|ʄʲ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.active.imperative.PAST] => |d͡ʐˠ|a|꜒꜖|t͡sʲ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.active.conditional.PRES] => |nˤ|ʉː|̰꜖|kʰʷ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.active.conditional.PAST] => |ʛˤ|ʉː|꜖꜒|kʰˠ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.active.optative.PRES] => |ŋ̥ʲ|i|̰꜖|tʼʷ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.active.optative.PAST] => |d͡ʐʲ|ᵊ|꜖꜒|tʰʲ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.passive.indicative.PRES] => |tˤ|iː|̰꜒|kʼʷ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.passive.indicative.PAST] => |kʲ|ᵊ|꜖|pˠ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.passive.imperative.PRES] => |ɹˤ|u|꜒꜖|mʲ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.passive.imperative.PAST] => |ɰʲ|uː|꜖꜒|hʈʲ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǀʼʷ|ᵊ|꜖꜒|qʼˤ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.passive.conditional.PAST] => |ᵑǁʲ|ʉː|꜒꜖|sˠ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.passive.optative.PRES] => |ɓˠ|a|꜒|ɳʲ|-
[not.Q.3.cl.3.none.3.cl.3.NEG.passive.optative.PAST] => |sʲ|i#ː|꜖꜒|pʼʲ|-
[not.Q.3.cl.3.none.3.cl.3.POS.active.indicative.PRES] => |hpˤ|ʉ|꜒꜖|m̥ʲ|-
[not.Q.3.cl.3.none.3.cl.3.POS.active.indicative.PAST] => |pʲ|a|꜖꜒|rʲ|-
[not.Q.3.cl.3.none.3.cl.3.POS.active.imperative.PRES] => |ʋˠ|ᵊ|̰꜖|htʲ|-
[not.Q.3.cl.3.none.3.cl.3.POS.active.imperative.PAST] => |ʋˤ|iː|꜒|htʲ|-
[not.Q.3.cl.3.none.3.cl.3.POS.active.conditional.PRES] => |tʰˠ|aː|꜒|ɹˠ|-
[not.Q.3.cl.3.none.3.cl.3.POS.active.conditional.PAST] => |tʼˤ|u#|꜖꜒|ɠʷ|-
[not.Q.3.cl.3.none.3.cl.3.POS.active.optative.PRES] => |ɹʲ|u#|̰꜒|nˠ|-
[not.Q.3.cl.3.none.3.cl.3.POS.active.optative.PAST] => |ɴˠ|a|̰꜖|wʲ|-
[not.Q.3.cl.3.none.3.cl.3.POS.passive.indicative.PRES] => |kʼˤ|iː|̰꜖|qʼʷ|-
[not.Q.3.cl.3.none.3.cl.3.POS.passive.indicative.PAST] => |hkʲ|i#|̰꜖|ɓˠ|-
[not.Q.3.cl.3.none.3.cl.3.POS.passive.imperative.PRES] => |tʲ|ᵊ|꜒꜖|hʈʲ|-
[not.Q.3.cl.3.none.3.cl.3.POS.passive.imperative.PAST] => |hkʷ|a|꜖꜒|ɹʷ|-
[not.Q.3.cl.3.none.3.cl.3.POS.passive.conditional.PRES] => |tʼʷ|i#|꜒|tʼʷ|-
[not.Q.3.cl.3.none.3.cl.3.POS.passive.conditional.PAST] => |htˠ|a#ː|꜒꜖|qʷ|-
[not.Q.3.cl.3.none.3.cl.3.POS.passive.optative.PRES] => |r̥ʷ|ᵊ|̰꜒|ʈˠ|-
[not.Q.3.cl.3.none.3.cl.3.POS.passive.optative.PAST] => |pʲ|i|꜖꜒|kʲ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.active.indicative.PRES] => |n̥ʲ|i|̰꜖|ʈʲ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.active.indicative.PAST] => |n̥ʲ|i|꜖꜒|kʰʷ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.active.imperative.PRES] => |nʲ|i|꜒꜖|hpˠ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.active.imperative.PAST] => |ɹʲ|aː|̰꜖|ʈʲ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.active.conditional.PRES] => |ʈʲ|i#ː|꜖꜒|ɗˠ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.active.conditional.PAST] => |ᵏǀʰʷ|a#ː|꜖꜒|ɾʷ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.active.optative.PRES] => |m̥ˤ|ʉː|̰꜒|kʼˠ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.active.optative.PAST] => |n̥ˤ|ᵊ|̰꜒|t͡sʲ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.passive.indicative.PRES] => |qʼˤ|i|꜒꜖|qʼʷ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.passive.indicative.PAST] => |tˠ|i#|꜒꜖|ɰʷ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.passive.imperative.PRES] => |ɗʷ|ʉ|꜒|qʼʲ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.passive.imperative.PAST] => |ɻʲ|ʉ#ː|꜒꜖|qˤ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.passive.conditional.PRES] => |ɗʷ|ʉ#|꜖꜒|pʼˠ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.passive.conditional.PAST] => |ɠʲ|aː|̰꜖|ɠʲ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.passive.optative.PRES] => |hʈʲ|ᵊ|꜒꜖|rʷ|-
[not.Q.3.cl.3.none.3.cl.4.NEG.passive.optative.PAST] => |ᵏǀʰʲ|i#ː|꜒꜖|ɽˠ|-
[not.Q.3.cl.3.none.3.cl.4.POS.active.indicative.PRES] => |qˠ|ᵊ|꜒꜖|d͡ʐʲ|-
[not.Q.3.cl.3.none.3.cl.4.POS.active.indicative.PAST] => |sʲ|ᵊ|̰꜖|rʷ|-
[not.Q.3.cl.3.none.3.cl.4.POS.active.imperative.PRES] => |ʛʷ|ʉ|꜒꜖|hkʷ|-
[not.Q.3.cl.3.none.3.cl.4.POS.active.imperative.PAST] => |ᵏǃʲ|a#|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.3.none.3.cl.4.POS.active.conditional.PRES] => |ʋˠ|ʉ#ː|̰꜒|kʰˠ|-
[not.Q.3.cl.3.none.3.cl.4.POS.active.conditional.PAST] => |kʰʷ|a#ː|꜒꜖|ɗʲ|-
[not.Q.3.cl.3.none.3.cl.4.POS.active.optative.PRES] => |qʼˠ|uː|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.3.none.3.cl.4.POS.active.optative.PAST] => |pʼʲ|i#ː|꜒꜖|pʼʲ|-
[not.Q.3.cl.3.none.3.cl.4.POS.passive.indicative.PRES] => |hʈʲ|a|꜖|ɥˤ|-
[not.Q.3.cl.3.none.3.cl.4.POS.passive.indicative.PAST] => |ʄʲ|i#|̰꜒|ɴʲ|-
[not.Q.3.cl.3.none.3.cl.4.POS.passive.imperative.PRES] => |hkʷ|i|̰꜖|nˤ|-
[not.Q.3.cl.3.none.3.cl.4.POS.passive.imperative.PAST] => |ᵏǁʰˠ|ʉ|꜒꜖|sʲ|-
[not.Q.3.cl.3.none.3.cl.4.POS.passive.conditional.PRES] => |tɬˠ|i|̰꜖|hpˤ|-
[not.Q.3.cl.3.none.3.cl.4.POS.passive.conditional.PAST] => |kʼˤ|ᵊ|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.3.none.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʼʲ|ᵊ|꜒|rʲ|-
[not.Q.3.cl.3.none.3.cl.4.POS.passive.optative.PAST] => |sˤ|a#|̰꜖|ɰˠ|-
[not.Q.3.cl.3.1incl.1incl.NEG.active.indicative.PRES] => |ᵏǁʰˠ|aː|꜖꜒|ʛˠ|-
[not.Q.3.cl.3.1incl.1incl.NEG.active.indicative.PAST] => |pˠ|u#|̰꜖|ʛˠ|-
[not.Q.3.cl.3.1incl.1incl.NEG.active.imperative.PRES] => |m̥ʲ|ʉ|꜒꜖|tʼʷ|-
[not.Q.3.cl.3.1incl.1incl.NEG.active.imperative.PAST] => |ɥˠ|ʉ|꜖|t͡ʃ|-
[not.Q.3.cl.3.1incl.1incl.NEG.active.conditional.PRES] => |t͡sˤ|u#|꜖꜒|nˤ|-
[not.Q.3.cl.3.1incl.1incl.NEG.active.conditional.PAST] => |nˤ|i|̰꜖|ɰˤ|-
[not.Q.3.cl.3.1incl.1incl.NEG.active.optative.PRES] => |ᵏǃʰˤ|ʉ|꜒|ɾʷ|-
[not.Q.3.cl.3.1incl.1incl.NEG.active.optative.PAST] => |wˤ|ʉ|꜖|qʼˠ|-
[not.Q.3.cl.3.1incl.1incl.NEG.passive.indicative.PRES] => |ᵏǃʲ|a|̰꜖|ʈʼʲ|-
[not.Q.3.cl.3.1incl.1incl.NEG.passive.indicative.PAST] => |ɗˤ|i|꜒|r̥ˠ|-
[not.Q.3.cl.3.1incl.1incl.NEG.passive.imperative.PRES] => |pˤ|a|̰꜒|ʡʲ|-
[not.Q.3.cl.3.1incl.1incl.NEG.passive.imperative.PAST] => |ᵏǀˠ|a|̰꜒|tˠ|-
[not.Q.3.cl.3.1incl.1incl.NEG.passive.conditional.PRES] => |pˤ|ᵊ|̰꜒|ʜˠ|-
[not.Q.3.cl.3.1incl.1incl.NEG.passive.conditional.PAST] => |ᵏǁˠ|ʉ#|̰꜒|ʡʲ|-
[not.Q.3.cl.3.1incl.1incl.NEG.passive.optative.PRES] => |ᵏǁʰʲ|ᵊ|꜖꜒|htˤ|-
[not.Q.3.cl.3.1incl.1incl.NEG.passive.optative.PAST] => |ɽˠ|ʉ|꜖|ɓʲ|-
[not.Q.3.cl.3.1incl.1incl.POS.active.indicative.PRES] => |ᵑǀʼˤ|ᵊ|꜖꜒|ɰˠ|-
[not.Q.3.cl.3.1incl.1incl.POS.active.indicative.PAST] => |qʷ|aː|̰꜒|kʼˠ|-
[not.Q.3.cl.3.1incl.1incl.POS.active.imperative.PRES] => |tʼˤ|ʉ|꜒|tˤ|-
[not.Q.3.cl.3.1incl.1incl.POS.active.imperative.PAST] => |sˤ|a|꜒꜖|qʼʷ|-
[not.Q.3.cl.3.1incl.1incl.POS.active.conditional.PRES] => |ʛʲ|u#|꜖꜒|pʰˤ|-
[not.Q.3.cl.3.1incl.1incl.POS.active.conditional.PAST] => |ʄˠ|i#|꜒꜖|ʃʲ|-
[not.Q.3.cl.3.1incl.1incl.POS.active.optative.PRES] => |ᵑǁʲ|ʉ#ː|꜒꜖|sˠ|-
[not.Q.3.cl.3.1incl.1incl.POS.active.optative.PAST] => |qˤ|a|꜖꜒|tʲ|-
[not.Q.3.cl.3.1incl.1incl.POS.passive.indicative.PRES] => |ʃˠ|u#ː|꜒꜖|sʷ|-
[not.Q.3.cl.3.1incl.1incl.POS.passive.indicative.PAST] => |htʲ|a#ː|̰꜖|pʼʲ|-
[not.Q.3.cl.3.1incl.1incl.POS.passive.imperative.PRES] => |qˤ|ʉ|꜒꜖|kˠ|-
[not.Q.3.cl.3.1incl.1incl.POS.passive.imperative.PAST] => |ɹʲ|a#|̰꜖|kʰˤ|-
[not.Q.3.cl.3.1incl.1incl.POS.passive.conditional.PRES] => |ᵑǀʼʷ|iː|꜖꜒|tʼˤ|-
[not.Q.3.cl.3.1incl.1incl.POS.passive.conditional.PAST] => |ʋʲ|u|̰꜒|ʄʲ|-
[not.Q.3.cl.3.1incl.1incl.POS.passive.optative.PRES] => |tɬʲ|i|꜒꜖|ɴʲ|-
[not.Q.3.cl.3.1incl.1incl.POS.passive.optative.PAST] => |n̥ˠ|iː|̰꜒|kʼʲ|-
[not.Q.3.cl.3.1incl.1excl.NEG.active.indicative.PRES] => |kʼˠ|ʉ|꜖꜒|ʡˠ|-
[not.Q.3.cl.3.1incl.1excl.NEG.active.indicative.PAST] => |tɬʲ|u#|꜒|hpˤ|-
[not.Q.3.cl.3.1incl.1excl.NEG.active.imperative.PRES] => |ᵑǃʼˠ|ʉ#ː|꜒|ɹʷ|-
[not.Q.3.cl.3.1incl.1excl.NEG.active.imperative.PAST] => |ᵑǀʷ|ᵊ|꜒|kʼˠ|-
[not.Q.3.cl.3.1incl.1excl.NEG.active.conditional.PRES] => |ᵑǃʲ|ᵊ|꜒|kʷ|-
[not.Q.3.cl.3.1incl.1excl.NEG.active.conditional.PAST] => |kʰʷ|a#ː|꜖꜒|ʜˠ|-
[not.Q.3.cl.3.1incl.1excl.NEG.active.optative.PRES] => |pʲ|ᵊ|꜖꜒|tʰʲ|-
[not.Q.3.cl.3.1incl.1excl.NEG.active.optative.PAST] => |pʼʲ|aː|̰꜒|ɰˤ|-
[not.Q.3.cl.3.1incl.1excl.NEG.passive.indicative.PRES] => |kʼʲ|i|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.3.1incl.1excl.NEG.passive.indicative.PAST] => |ŋˠ|a|꜒|t͡ʂʲ|-
[not.Q.3.cl.3.1incl.1excl.NEG.passive.imperative.PRES] => |ŋ̥ˠ|ʉ|꜒|d͡ʐʲ|-
[not.Q.3.cl.3.1incl.1excl.NEG.passive.imperative.PAST] => |ᵏǃʰˠ|iː|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.3.1incl.1excl.NEG.passive.conditional.PRES] => |ɭˠ|i#|꜖꜒|ɹʷ|-
[not.Q.3.cl.3.1incl.1excl.NEG.passive.conditional.PAST] => |ɓˠ|ʉ#ː|꜒꜖|pˤ|-
[not.Q.3.cl.3.1incl.1excl.NEG.passive.optative.PRES] => |ʡˠ|a|꜒꜖|ŋˤ|-
[not.Q.3.cl.3.1incl.1excl.NEG.passive.optative.PAST] => |ʋˠ|a|꜖꜒|ʔ|-
[not.Q.3.cl.3.1incl.1excl.POS.active.indicative.PRES] => |ᵏǁʰʲ|a|꜖|ʋˠ|-
[not.Q.3.cl.3.1incl.1excl.POS.active.indicative.PAST] => |ᵑǀʷ|iː|̰꜖|ɠˤ|-
[not.Q.3.cl.3.1incl.1excl.POS.active.imperative.PRES] => |ɗˤ|ᵊ|꜒|t͡sˤ|-
[not.Q.3.cl.3.1incl.1excl.POS.active.imperative.PAST] => |ɗˠ|u#|꜒꜖|tˠ|-
[not.Q.3.cl.3.1incl.1excl.POS.active.conditional.PRES] => |tˠ|ʉ|꜖꜒|tʰʲ|-
[not.Q.3.cl.3.1incl.1excl.POS.active.conditional.PAST] => |pʼˤ|ʉ#ː|꜒|tɬˠ|-
[not.Q.3.cl.3.1incl.1excl.POS.active.optative.PRES] => |ᵏǃʰʷ|a|꜖꜒|tʰʷ|-
[not.Q.3.cl.3.1incl.1excl.POS.active.optative.PAST] => |m̥ˠ|u#ː|꜖|qˠ|-
[not.Q.3.cl.3.1incl.1excl.POS.passive.indicative.PRES] => |ᵏǀʰˤ|i|꜒|ʄˠ|-
[not.Q.3.cl.3.1incl.1excl.POS.passive.indicative.PAST] => |ɗˤ|ʉ|̰꜒|ŋ̥ʷ|-
[not.Q.3.cl.3.1incl.1excl.POS.passive.imperative.PRES] => |ᵑǁˠ|i|̰꜖|tʲ|-
[not.Q.3.cl.3.1incl.1excl.POS.passive.imperative.PAST] => |pʰˠ|iː|꜖|ŋ̥ˠ|-
[not.Q.3.cl.3.1incl.1excl.POS.passive.conditional.PRES] => |kʰˤ|i|̰꜒|pˠ|-
[not.Q.3.cl.3.1incl.1excl.POS.passive.conditional.PAST] => |ɹʲ|ᵊ|꜖|t͡sˠ|-
[not.Q.3.cl.3.1incl.1excl.POS.passive.optative.PRES] => |kʰˤ|i|꜖|ŋʲ|-
[not.Q.3.cl.3.1incl.1excl.POS.passive.optative.PAST] => |r̥ʲ|iː|꜖꜒|nʲ|-
[not.Q.3.cl.3.1incl.2.NEG.active.indicative.PRES] => |kʲ|iː|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.3.1incl.2.NEG.active.indicative.PAST] => |ᵏǀˤ|u#ː|̰꜖|t͡ʂʲ|-
[not.Q.3.cl.3.1incl.2.NEG.active.imperative.PRES] => |ɴʷ|ʉ#ː|̰꜒|mˠ|-
[not.Q.3.cl.3.1incl.2.NEG.active.imperative.PAST] => |tɬˠ|a#ː|꜒|ʈʲ|-
[not.Q.3.cl.3.1incl.2.NEG.active.conditional.PRES] => |d͡ʐˠ|i#|꜖|nˤ|-
[not.Q.3.cl.3.1incl.2.NEG.active.conditional.PAST] => |ɗˤ|ʉː|꜖|rˠ|-
[not.Q.3.cl.3.1incl.2.NEG.active.optative.PRES] => |ɗʷ|a|꜒꜖|tˠ|-
[not.Q.3.cl.3.1incl.2.NEG.active.optative.PAST] => |ɻʲ|uː|̰꜒|kˠ|-
[not.Q.3.cl.3.1incl.2.NEG.passive.indicative.PRES] => |n̥ʲ|iː|꜒꜖|hkʷ|-
[not.Q.3.cl.3.1incl.2.NEG.passive.indicative.PAST] => |ᵏǃʲ|i|꜒|t͡sʷ|-
[not.Q.3.cl.3.1incl.2.NEG.passive.imperative.PRES] => |pʰˤ|a|꜖|sʷ|-
[not.Q.3.cl.3.1incl.2.NEG.passive.imperative.PAST] => |hkʲ|uː|̰꜒|ŋʷ|-
[not.Q.3.cl.3.1incl.2.NEG.passive.conditional.PRES] => |ᵑǃˤ|u|̰꜖|qʼʲ|-
[not.Q.3.cl.3.1incl.2.NEG.passive.conditional.PAST] => |ʃʲ|uː|̰꜒|tʷ|-
[not.Q.3.cl.3.1incl.2.NEG.passive.optative.PRES] => |sʲ|aː|꜖꜒|pʲ|-
[not.Q.3.cl.3.1incl.2.NEG.passive.optative.PAST] => |n̥ʲ|a#|꜒꜖|tʼˤ|-
[not.Q.3.cl.3.1incl.2.POS.active.indicative.PRES] => |ᵏǀʰʷ|ᵊ|̰꜒|ɽʲ|-
[not.Q.3.cl.3.1incl.2.POS.active.indicative.PAST] => |ɳˠ|i|꜖|tʼˠ|-
[not.Q.3.cl.3.1incl.2.POS.active.imperative.PRES] => |ɥˠ|i#|꜖꜒|ɾˤ|-
[not.Q.3.cl.3.1incl.2.POS.active.imperative.PAST] => |ɰˠ|i#|̰꜒|qʷ|-
[not.Q.3.cl.3.1incl.2.POS.active.conditional.PRES] => |ʄʲ|ᵊ|̰꜖|m̥ʲ|-
[not.Q.3.cl.3.1incl.2.POS.active.conditional.PAST] => |pʰˠ|u|̰꜒|ɰˤ|-
[not.Q.3.cl.3.1incl.2.POS.active.optative.PRES] => |ʋˤ|ʉ#|꜖|mˠ|-
[not.Q.3.cl.3.1incl.2.POS.active.optative.PAST] => |ʈʲ|uː|̰꜒|ʜʲ|-
[not.Q.3.cl.3.1incl.2.POS.passive.indicative.PRES] => |ᵏǁʼʲ|u|̰꜖|r̥ˠ|-
[not.Q.3.cl.3.1incl.2.POS.passive.indicative.PAST] => |t͡ʂʲ|ʉ#ː|꜒꜖|qʼˠ|-
[not.Q.3.cl.3.1incl.2.POS.passive.imperative.PRES] => |htˠ|i|꜖|qʷ|-
[not.Q.3.cl.3.1incl.2.POS.passive.imperative.PAST] => |ʋˤ|u|꜒꜖|wʲ|-
[not.Q.3.cl.3.1incl.2.POS.passive.conditional.PRES] => |ᵏǃˤ|ʉ#|꜖꜒|lˠ|-
[not.Q.3.cl.3.1incl.2.POS.passive.conditional.PAST] => |ɰˤ|a|̰꜒|pʲ|-
[not.Q.3.cl.3.1incl.2.POS.passive.optative.PRES] => |tʼˠ|a|̰꜖|tʷ|-
[not.Q.3.cl.3.1incl.2.POS.passive.optative.PAST] => |ɴʲ|u#|̰꜒|rʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.active.indicative.PRES] => |ᵑǃʲ|aː|꜖꜒|ɾˠ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.active.indicative.PAST] => |sʲ|iː|̰꜖|nʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.active.imperative.PRES] => |kʰˤ|i|꜒|qʷ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.active.imperative.PAST] => |r̥ˤ|a|꜒꜖|ʋˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.active.conditional.PRES] => |m̥ˤ|i#|꜒|ɭʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.active.conditional.PAST] => |n̥ʲ|ᵊ|̰꜖|ɻʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.active.optative.PRES] => |hkʲ|aː|̰꜖|wˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.active.optative.PAST] => |sˠ|iː|̰꜖|pʼˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.passive.indicative.PRES] => |ᵏǃʼˤ|i|꜖꜒|ʋˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.passive.indicative.PAST] => |r̥ˠ|iː|̰꜒|ɹʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.passive.imperative.PRES] => |ʋˤ|a|꜖|ɳ̥ʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.passive.imperative.PAST] => |m̥ʲ|u#ː|̰꜖|kʼˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǁʼʲ|ᵊ|꜒꜖|hkˠ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.passive.conditional.PAST] => |hkʷ|iː|꜒꜖|tʷ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.passive.optative.PRES] => |tˤ|uː|꜖|ɰʷ|-
[not.Q.3.cl.3.1incl.3.cl.1.NEG.passive.optative.PAST] => |ᵑǀˠ|ᵊ|꜖|kʼʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.active.indicative.PRES] => |ᵑǁʼʲ|ʉ|꜖꜒|nʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.active.indicative.PAST] => |ŋ̥ˠ|ʉ#|̰꜖|kˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.active.imperative.PRES] => |ᵏǁˠ|ʉ#|꜖꜒|ɾˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.active.imperative.PAST] => |tʼˠ|a|꜒꜖|lˠ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.active.conditional.PRES] => |ɴʷ|a|̰꜖|ɰʷ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.active.conditional.PAST] => |ᵑǃʲ|ʉ#ː|̰꜒|qʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.active.optative.PRES] => |qʼʲ|ʉː|꜒|r̥ˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.active.optative.PAST] => |ʛˤ|i|̰꜖|nʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.passive.indicative.PRES] => |ʈʼʲ|ʉ|꜒|tˠ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.passive.indicative.PAST] => |ᵑǀˠ|i|꜒꜖|ɴˤ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.passive.imperative.PRES] => |wˤ|u#ː|꜖|tʼˠ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.passive.imperative.PAST] => |hkʲ|a|꜖꜒|ɥʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.passive.conditional.PRES] => |kʰˤ|aː|̰꜒|ɠˠ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.passive.conditional.PAST] => |ʛʷ|ᵊ|꜒꜖|ʄʲ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.passive.optative.PRES] => |ᵏǀʼˠ|a#|꜒꜖|ʃˠ|-
[not.Q.3.cl.3.1incl.3.cl.1.POS.passive.optative.PAST] => |ʡˠ|i|̰꜖|hkˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.active.indicative.PRES] => |ᵑǃˠ|uː|꜖|tɬʲ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.active.indicative.PAST] => |ᵏǃʰʲ|u#ː|꜒꜖|qʼˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.active.imperative.PRES] => |ɠʷ|ʉ|꜒꜖|sˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.active.imperative.PAST] => |ŋˠ|i#ː|꜒|t͡sˤ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.active.conditional.PRES] => |ɥˤ|iː|꜒|ɾʷ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.active.conditional.PAST] => |kʰʷ|iː|꜒꜖|tʷ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.active.optative.PRES] => |ᵑǀʷ|a|̰꜖|wˤ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.active.optative.PAST] => |kʷ|i|꜒꜖|pʼˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ᵑǃʼˤ|u|꜖꜒|kʼˤ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|a|꜖꜒|r̥ˤ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.passive.imperative.PRES] => |tʲ|ʉː|̰꜒|ɰʷ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.passive.imperative.PAST] => |lʲ|iː|꜒꜖|ɳˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.passive.conditional.PRES] => |nʲ|uː|꜖|kʰˤ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.passive.conditional.PAST] => |r̥ʷ|a#ː|꜒꜖|ɰʷ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.passive.optative.PRES] => |hkʷ|iː|꜒꜖|tˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀʰʲ|i|꜒|kʰʲ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.active.indicative.PRES] => |qʼˤ|iː|̰꜒|t͡sʲ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.active.indicative.PAST] => |nˤ|iː|̰꜒|rʷ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.active.imperative.PRES] => |lˠ|a|̰꜖|ʈʼˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.active.imperative.PAST] => |ɰʷ|ʉ#ː|꜖|t͡sʲ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.active.conditional.PRES] => |t͡sʲ|i|꜖|pˤ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.active.conditional.PAST] => |ᵏǃʰʷ|ʉ#|꜒꜖|kˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.active.optative.PRES] => |ʈʼʲ|a|̰꜒|tʰʲ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.active.optative.PAST] => |ᵏǀˤ|ᵊ|̰꜒|ɳʲ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.passive.indicative.PRES] => |ʄʲ|u#|꜖|ɠʷ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.passive.indicative.PAST] => |ᵑǃʲ|i|꜒꜖|ʔ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.passive.imperative.PRES] => |t͡ʂʲ|i|꜖|d͡ʐˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.passive.imperative.PAST] => |pʲ|i#ː|꜖꜒|nʲ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.passive.conditional.PRES] => |ʈʰˠ|ʉ|꜒|n̥ˠ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.passive.conditional.PAST] => |tˠ|ᵊ|꜖꜒|ɠˤ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.passive.optative.PRES] => |r̥ˤ|u#ː|꜖꜒|hkʲ|-
[not.Q.3.cl.3.1incl.3.cl.2.POS.passive.optative.PAST] => |ʈʰʲ|a|꜖꜒|t͡sʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.active.indicative.PRES] => |kʰʷ|i|꜒|h|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.active.indicative.PAST] => |qˤ|i#|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.active.imperative.PRES] => |htˤ|i|̰꜒|ŋ̥ʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.active.imperative.PAST] => |hkʷ|a|꜒꜖|sʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.active.conditional.PRES] => |hʈʲ|ʉ#|꜖|htʷ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.active.conditional.PAST] => |pʼˠ|iː|꜒꜖|nʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.active.optative.PRES] => |rʷ|a|̰꜒|ɴʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.active.optative.PAST] => |tˠ|iː|̰꜒|pʼʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǀʼˠ|ᵊ|꜖|mˤ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ɻˠ|u#|꜒|ɹʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃʼˤ|ᵊ|꜒꜖|r̥ˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.passive.imperative.PAST] => |ɭˠ|u|꜖꜒|ɾˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ʃʲ|ʉ|꜖|ɽˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǁʰˠ|ᵊ|꜖|nˤ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.passive.optative.PRES] => |kʼʲ|aː|꜒|sʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.NEG.passive.optative.PAST] => |ʃʲ|a#|̰꜖|mˤ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.active.indicative.PRES] => |ʛˤ|a|꜖|ʋʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.active.indicative.PAST] => |ɭˠ|i#|꜒|nˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.active.imperative.PRES] => |t͡sˤ|u|꜖|ʛˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.active.imperative.PAST] => |kʼʲ|a|̰꜖|ɗˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.active.conditional.PRES] => |ᵑǀʼʲ|uː|̰꜒|n̥ʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.active.conditional.PAST] => |hkˤ|u|꜒|j|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.active.optative.PRES] => |ɰˤ|u|꜒|kʼˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.active.optative.PAST] => |pʼˤ|i|꜖|ɹʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.passive.indicative.PRES] => |ʔ|ʉː|꜖|ŋ̥ˤ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.passive.indicative.PAST] => |n̥ˤ|a|꜖|tˤ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.passive.imperative.PRES] => |ᵑǀʷ|ʉ#|꜖|tʼʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.passive.imperative.PAST] => |ŋ̥ˠ|ᵊ|̰꜒|pʼˤ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.passive.conditional.PRES] => |ᵑǃʼˤ|u#|꜒꜖|kʼʷ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.passive.conditional.PAST] => |kˠ|aː|꜒|r̥ʲ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.passive.optative.PRES] => |ᵑǃˤ|iː|꜖|mˠ|-
[not.Q.3.cl.3.1incl.3.cl.3.POS.passive.optative.PAST] => |ɹʲ|a|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.active.indicative.PRES] => |nʷ|ʉ#ː|꜖꜒|htʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.active.indicative.PAST] => |ᵑǀʼˠ|ʉː|꜖꜒|tʼʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.active.imperative.PRES] => |kˤ|u#|꜒꜖|qʼˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.active.imperative.PAST] => |ŋʲ|a#ː|꜖꜒|t͡ʂʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.active.conditional.PRES] => |ᵑǃʼʲ|a|꜖|ʂʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.active.conditional.PAST] => |ɽʲ|ʉ|꜖꜒|ʋˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.active.optative.PRES] => |n̥ʷ|iː|̰꜒|kʰʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.active.optative.PAST] => |m̥ʲ|ʉ|꜖꜒|ʜʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.passive.indicative.PRES] => |t͡ʂʲ|a#ː|꜒꜖|ɠʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.passive.indicative.PAST] => |ɰʲ|i|꜖꜒|sʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǀʰʲ|u#ː|̰꜖|tʰʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.passive.imperative.PAST] => |m̥ʲ|a|꜖|ŋ̥ʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.passive.conditional.PRES] => |ɗʲ|ʉ#|꜖|ɭˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.passive.conditional.PAST] => |htˠ|a|꜒|kʼˤ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.passive.optative.PRES] => |ᵑǃˠ|uː|꜖|t͡sʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.NEG.passive.optative.PAST] => |j|a#|̰꜖|wˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.active.indicative.PRES] => |nʷ|ᵊ|̰꜒|ʄˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.active.indicative.PAST] => |ᵏǁʲ|u|꜖|pʼˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.active.imperative.PRES] => |pʼˠ|u|̰꜒|tʼʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʼʷ|iː|꜖|m̥ʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.active.conditional.PRES] => |ɴˤ|ᵊ|꜖|qʼʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.active.conditional.PAST] => |pˠ|ʉ#|꜒|n̥ˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.active.optative.PRES] => |kʼʲ|aː|̰꜖|ʂʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.active.optative.PAST] => |kʰʲ|a#ː|꜖꜒|ɹʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.passive.indicative.PRES] => |ᵏǁʰʲ|u#ː|꜒|d͡ʐˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.passive.indicative.PAST] => |ᵑǀʼʷ|ʉ|̰꜖|ɻʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.passive.imperative.PRES] => |nˠ|ʉ#ː|꜒꜖|t͡ʃ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.passive.imperative.PAST] => |n̥ʲ|a#|꜖|t͡ʃ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.passive.conditional.PRES] => |kʼˤ|ʉ#ː|̰꜖|rʷ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.passive.conditional.PAST] => |ɓˤ|iː|꜒꜖|r̥ˠ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.passive.optative.PRES] => |ɰʷ|iː|̰꜖|ɾʲ|-
[not.Q.3.cl.3.1incl.3.cl.4.POS.passive.optative.PAST] => |kʲ|u|꜖|tʲ|-
[not.Q.3.cl.3.1excl.1incl.NEG.active.indicative.PRES] => |ŋˤ|ᵊ|꜖|sʲ|-
[not.Q.3.cl.3.1excl.1incl.NEG.active.indicative.PAST] => |qʼʷ|i#ː|̰꜖|r̥ˤ|-
[not.Q.3.cl.3.1excl.1incl.NEG.active.imperative.PRES] => |ɰʲ|ʉ|꜒|h|-
[not.Q.3.cl.3.1excl.1incl.NEG.active.imperative.PAST] => |ʋʲ|ᵊ|꜒꜖|t͡ʂˠ|-
[not.Q.3.cl.3.1excl.1incl.NEG.active.conditional.PRES] => |kˤ|u#|꜖|ɹʷ|-
[not.Q.3.cl.3.1excl.1incl.NEG.active.conditional.PAST] => |ᵑǃʲ|ʉ#|꜖|pˤ|-
[not.Q.3.cl.3.1excl.1incl.NEG.active.optative.PRES] => |ʜˠ|a|̰꜖|nʷ|-
[not.Q.3.cl.3.1excl.1incl.NEG.active.optative.PAST] => |r̥ˤ|i#ː|̰꜒|ʡˠ|-
[not.Q.3.cl.3.1excl.1incl.NEG.passive.indicative.PRES] => |ɗʷ|ᵊ|꜖|ɾʲ|-
[not.Q.3.cl.3.1excl.1incl.NEG.passive.indicative.PAST] => |kʰʷ|ʉ|̰꜒|t͡sˤ|-
[not.Q.3.cl.3.1excl.1incl.NEG.passive.imperative.PRES] => |n̥ʷ|a|꜒|lˠ|-
[not.Q.3.cl.3.1excl.1incl.NEG.passive.imperative.PAST] => |qʼʷ|ʉ|꜖|tʰˠ|-
[not.Q.3.cl.3.1excl.1incl.NEG.passive.conditional.PRES] => |nˤ|a#|̰꜒|rˤ|-
[not.Q.3.cl.3.1excl.1incl.NEG.passive.conditional.PAST] => |ʋˠ|aː|꜖|ʔ|-
[not.Q.3.cl.3.1excl.1incl.NEG.passive.optative.PRES] => |ɽˠ|ᵊ|꜒꜖|ɗʲ|-
[not.Q.3.cl.3.1excl.1incl.NEG.passive.optative.PAST] => |ɠˤ|i|̰꜖|kʰˠ|-
[not.Q.3.cl.3.1excl.1incl.POS.active.indicative.PRES] => |ᵑǀʼˤ|i|̰꜖|ʡʲ|-
[not.Q.3.cl.3.1excl.1incl.POS.active.indicative.PAST] => |ŋ̥ˤ|i|꜒|ŋʷ|-
[not.Q.3.cl.3.1excl.1incl.POS.active.imperative.PRES] => |wʲ|iː|꜒꜖|t͡sʲ|-
[not.Q.3.cl.3.1excl.1incl.POS.active.imperative.PAST] => |ʛˤ|i#|̰꜖|pʰˠ|-
[not.Q.3.cl.3.1excl.1incl.POS.active.conditional.PRES] => |hpˤ|a|̰꜒|ŋ̥ʲ|-
[not.Q.3.cl.3.1excl.1incl.POS.active.conditional.PAST] => |ᵑǃʼˤ|u#ː|̰꜖|ɽˠ|-
[not.Q.3.cl.3.1excl.1incl.POS.active.optative.PRES] => |tˤ|i|̰꜒|ɰˤ|-
[not.Q.3.cl.3.1excl.1incl.POS.active.optative.PAST] => |ɭʲ|a|̰꜒|ɳˠ|-
[not.Q.3.cl.3.1excl.1incl.POS.passive.indicative.PRES] => |ᵏǀʼˠ|a|̰꜖|ʃˠ|-
[not.Q.3.cl.3.1excl.1incl.POS.passive.indicative.PAST] => |ᵏǃˤ|ʉ|꜖|nʷ|-
[not.Q.3.cl.3.1excl.1incl.POS.passive.imperative.PRES] => |kʼˤ|iː|̰꜒|j|-
[not.Q.3.cl.3.1excl.1incl.POS.passive.imperative.PAST] => |nˤ|ʉ|꜒|rˠ|-
[not.Q.3.cl.3.1excl.1incl.POS.passive.conditional.PRES] => |ɗʲ|u|꜖꜒|tʼʲ|-
[not.Q.3.cl.3.1excl.1incl.POS.passive.conditional.PAST] => |hkˠ|a|꜖꜒|ɽʲ|-
[not.Q.3.cl.3.1excl.1incl.POS.passive.optative.PRES] => |n̥ʲ|ʉ|̰꜖|ŋ̥ˠ|-
[not.Q.3.cl.3.1excl.1incl.POS.passive.optative.PAST] => |ᵏǀˠ|u#ː|꜖꜒|mʲ|-
[not.Q.3.cl.3.1excl.1excl.NEG.active.indicative.PRES] => |ɰʷ|ʉ|̰꜒|ʄˠ|-
[not.Q.3.cl.3.1excl.1excl.NEG.active.indicative.PAST] => |ᵏǀʰˤ|iː|꜒꜖|lˠ|-
[not.Q.3.cl.3.1excl.1excl.NEG.active.imperative.PRES] => |tʰˠ|uː|꜒꜖|t͡sˠ|-
[not.Q.3.cl.3.1excl.1excl.NEG.active.imperative.PAST] => |ʄʲ|uː|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.3.1excl.1excl.NEG.active.conditional.PRES] => |mˤ|ʉ|꜒|qʼˠ|-
[not.Q.3.cl.3.1excl.1excl.NEG.active.conditional.PAST] => |kʰˠ|u#ː|̰꜒|kˠ|-
[not.Q.3.cl.3.1excl.1excl.NEG.active.optative.PRES] => |tˠ|ᵊ|꜒꜖|ɓˤ|-
[not.Q.3.cl.3.1excl.1excl.NEG.active.optative.PAST] => |tʼʲ|a|꜒꜖|ɳˠ|-
[not.Q.3.cl.3.1excl.1excl.NEG.passive.indicative.PRES] => |ɴʷ|a|꜖꜒|htʷ|-
[not.Q.3.cl.3.1excl.1excl.NEG.passive.indicative.PAST] => |ʜʲ|i|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.3.1excl.1excl.NEG.passive.imperative.PRES] => |ɴʲ|i|̰꜖|ɠʷ|-
[not.Q.3.cl.3.1excl.1excl.NEG.passive.imperative.PAST] => |tˤ|ᵊ|꜖|ɳˠ|-
[not.Q.3.cl.3.1excl.1excl.NEG.passive.conditional.PRES] => |ᵑǀʼˤ|u|̰꜖|m̥ˤ|-
[not.Q.3.cl.3.1excl.1excl.NEG.passive.conditional.PAST] => |qʼʷ|i#|꜖|n̥ʷ|-
[not.Q.3.cl.3.1excl.1excl.NEG.passive.optative.PRES] => |ᵏǀʰˠ|ʉ#|꜒|ʋˤ|-
[not.Q.3.cl.3.1excl.1excl.NEG.passive.optative.PAST] => |wˠ|u|̰꜒|hkʷ|-
[not.Q.3.cl.3.1excl.1excl.POS.active.indicative.PRES] => |ᵑǀˤ|ᵊ|꜖꜒|ɹʲ|-
[not.Q.3.cl.3.1excl.1excl.POS.active.indicative.PAST] => |pʰˤ|u|꜒꜖|kʲ|-
[not.Q.3.cl.3.1excl.1excl.POS.active.imperative.PRES] => |ᵑǀˠ|ʉ#ː|̰꜖|kʷ|-
[not.Q.3.cl.3.1excl.1excl.POS.active.imperative.PAST] => |ᵑǃʼʲ|a#|꜖꜒|ɳ̥ʲ|-
[not.Q.3.cl.3.1excl.1excl.POS.active.conditional.PRES] => |pʼʲ|a|꜒꜖|m̥ˠ|-
[not.Q.3.cl.3.1excl.1excl.POS.active.conditional.PAST] => |htʲ|ʉ|꜖|rʷ|-
[not.Q.3.cl.3.1excl.1excl.POS.active.optative.PRES] => |ʄˠ|ᵊ|꜖|tʼʷ|-
[not.Q.3.cl.3.1excl.1excl.POS.active.optative.PAST] => |ɭˠ|ʉ|̰꜒|ʃʲ|-
[not.Q.3.cl.3.1excl.1excl.POS.passive.indicative.PRES] => |ᵏǀˠ|i|꜒꜖|n̥ˤ|-
[not.Q.3.cl.3.1excl.1excl.POS.passive.indicative.PAST] => |ᵑǁʲ|uː|꜒|kˤ|-
[not.Q.3.cl.3.1excl.1excl.POS.passive.imperative.PRES] => |wˤ|u|꜖|ɰʷ|-
[not.Q.3.cl.3.1excl.1excl.POS.passive.imperative.PAST] => |pʲ|ʉ#|꜖꜒|ʛʲ|-
[not.Q.3.cl.3.1excl.1excl.POS.passive.conditional.PRES] => |hkˤ|i#|̰꜒|qˠ|-
[not.Q.3.cl.3.1excl.1excl.POS.passive.conditional.PAST] => |tʰʷ|ᵊ|꜒꜖|t͡ʃ|-
[not.Q.3.cl.3.1excl.1excl.POS.passive.optative.PRES] => |t͡sˤ|i|꜒|ɳʲ|-
[not.Q.3.cl.3.1excl.1excl.POS.passive.optative.PAST] => |ɓʲ|u|꜒꜖|ɥʲ|-
[not.Q.3.cl.3.1excl.2.NEG.active.indicative.PRES] => |ᵑǁʲ|ʉ|̰꜖|ʜʲ|-
[not.Q.3.cl.3.1excl.2.NEG.active.indicative.PAST] => |ʃʲ|ᵊ|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.3.1excl.2.NEG.active.imperative.PRES] => |ᵏǃʷ|ʉ|꜒|ʡʲ|-
[not.Q.3.cl.3.1excl.2.NEG.active.imperative.PAST] => |pʰˠ|i|꜒|wˤ|-
[not.Q.3.cl.3.1excl.2.NEG.active.conditional.PRES] => |ᵏǀʲ|a|̰꜖|t͡ʂʲ|-
[not.Q.3.cl.3.1excl.2.NEG.active.conditional.PAST] => |ɻʲ|a#|꜒|qʷ|-
[not.Q.3.cl.3.1excl.2.NEG.active.optative.PRES] => |qʼˠ|i|꜖꜒|j|-
[not.Q.3.cl.3.1excl.2.NEG.active.optative.PAST] => |ɰˠ|a|̰꜖|ɳʲ|-
[not.Q.3.cl.3.1excl.2.NEG.passive.indicative.PRES] => |ʋˤ|aː|̰꜖|ɭˠ|-
[not.Q.3.cl.3.1excl.2.NEG.passive.indicative.PAST] => |n̥ˠ|a|꜒꜖|ʛʷ|-
[not.Q.3.cl.3.1excl.2.NEG.passive.imperative.PRES] => |ɥˤ|ᵊ|꜖꜒|ɳʲ|-
[not.Q.3.cl.3.1excl.2.NEG.passive.imperative.PAST] => |tʼˠ|u#ː|꜒꜖|ɗˤ|-
[not.Q.3.cl.3.1excl.2.NEG.passive.conditional.PRES] => |lʲ|iː|꜒꜖|kʼˠ|-
[not.Q.3.cl.3.1excl.2.NEG.passive.conditional.PAST] => |n̥ˤ|iː|̰꜒|hkˤ|-
[not.Q.3.cl.3.1excl.2.NEG.passive.optative.PRES] => |d͡ʐˠ|ᵊ|̰꜖|htˠ|-
[not.Q.3.cl.3.1excl.2.NEG.passive.optative.PAST] => |pʲ|a|꜖꜒|ʄʲ|-
[not.Q.3.cl.3.1excl.2.POS.active.indicative.PRES] => |r̥ˠ|i|̰꜖|ŋʷ|-
[not.Q.3.cl.3.1excl.2.POS.active.indicative.PAST] => |ɳ̥ʲ|u|̰꜒|ɠʷ|-
[not.Q.3.cl.3.1excl.2.POS.active.imperative.PRES] => |hkʲ|a|̰꜖|ŋˤ|-
[not.Q.3.cl.3.1excl.2.POS.active.imperative.PAST] => |wˠ|ᵊ|̰꜖|tʼˤ|-
[not.Q.3.cl.3.1excl.2.POS.active.conditional.PRES] => |ɗˠ|ʉ|꜖꜒|mʲ|-
[not.Q.3.cl.3.1excl.2.POS.active.conditional.PAST] => |htʷ|i|̰꜖|htˠ|-
[not.Q.3.cl.3.1excl.2.POS.active.optative.PRES] => |wˠ|u#|꜒|pʲ|-
[not.Q.3.cl.3.1excl.2.POS.active.optative.PAST] => |ɥʲ|u|꜒꜖|m̥ʲ|-
[not.Q.3.cl.3.1excl.2.POS.passive.indicative.PRES] => |d͡ʐˠ|i#|꜒|ɭʲ|-
[not.Q.3.cl.3.1excl.2.POS.passive.indicative.PAST] => |tʰʷ|ᵊ|꜒꜖|mˠ|-
[not.Q.3.cl.3.1excl.2.POS.passive.imperative.PRES] => |ʄʲ|aː|꜒꜖|ɠˠ|-
[not.Q.3.cl.3.1excl.2.POS.passive.imperative.PAST] => |tʷ|ʉ|꜒|pʼʲ|-
[not.Q.3.cl.3.1excl.2.POS.passive.conditional.PRES] => |kʲ|a|꜖|tʲ|-
[not.Q.3.cl.3.1excl.2.POS.passive.conditional.PAST] => |tʰʲ|a#ː|̰꜒|qʼˠ|-
[not.Q.3.cl.3.1excl.2.POS.passive.optative.PRES] => |h|i#|꜒꜖|ɰˤ|-
[not.Q.3.cl.3.1excl.2.POS.passive.optative.PAST] => |sˠ|ʉ#|꜖|lˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.active.indicative.PRES] => |ɓˠ|uː|꜒|qʷ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.active.indicative.PAST] => |wʲ|aː|꜖|tʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.active.imperative.PRES] => |ᵏǃʰʷ|i|̰꜖|tʰʷ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.active.imperative.PAST] => |qʲ|a#ː|꜒|t͡sʷ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.active.conditional.PRES] => |ᵏǀˤ|a|꜖꜒|ɴˤ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.active.conditional.PAST] => |pʰˤ|a|꜒|j|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.active.optative.PRES] => |qʷ|a|̰꜒|ŋˤ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.active.optative.PAST] => |ɹʲ|ᵊ|̰꜖|qʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.passive.indicative.PRES] => |kʷ|a|꜒꜖|ɹʷ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.passive.indicative.PAST] => |tɬʲ|ᵊ|꜒꜖|kʼˤ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.passive.imperative.PRES] => |ᵑǃʼʷ|i|̰꜒|m̥ʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ɭʲ|i#|̰꜖|lʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ᵑǃʲ|a|꜒|ɥʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀˤ|ʉ#|꜖꜒|hpʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.passive.optative.PRES] => |wˠ|a|꜖|ɗˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.NEG.passive.optative.PAST] => |qˤ|u|꜖|ɳ̥ˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.active.indicative.PRES] => |ᵏǃʼˠ|a|̰꜖|rʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.active.indicative.PAST] => |ʈʲ|ᵊ|꜒꜖|ʛˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.active.imperative.PRES] => |pˤ|i#ː|꜒꜖|ʜˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.active.imperative.PAST] => |tʼˠ|ʉ|꜒|ɓʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.active.conditional.PRES] => |r̥ˤ|i#|꜖|ɴʷ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.active.conditional.PAST] => |ᵑǃʼʲ|ᵊ|꜒꜖|rʷ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.active.optative.PRES] => |mʲ|iː|꜖|rˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.active.optative.PAST] => |nˠ|a|꜒|ŋ̥ˤ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.passive.indicative.PRES] => |ᵑǀʲ|a|꜒|ʂʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.passive.indicative.PAST] => |ɰʲ|iː|꜖|r̥ˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.passive.imperative.PRES] => |kʼʲ|uː|̰꜒|pˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.passive.imperative.PAST] => |ɗʲ|uː|꜒|ʈˠ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.passive.conditional.PRES] => |ʜʲ|u#ː|̰꜒|ɗʲ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.passive.conditional.PAST] => |ʄʲ|u|꜖|m̥ˤ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.passive.optative.PRES] => |ɗʲ|u|꜒꜖|sˤ|-
[not.Q.3.cl.3.1excl.3.cl.1.POS.passive.optative.PAST] => |nʲ|ʉː|꜒꜖|kʲ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.active.indicative.PRES] => |ᵏǃʼʲ|u|̰꜖|ɰʷ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.active.indicative.PAST] => |pʼˠ|i#ː|̰꜒|ɾˤ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.active.imperative.PRES] => |ŋ̥ʲ|u|̰꜖|wʲ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.active.imperative.PAST] => |ᵑǃʼʷ|i|꜒꜖|t͡sˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.active.conditional.PRES] => |ɥˤ|ʉ|꜒|ʄˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.active.conditional.PAST] => |ʈʼˠ|u#ː|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.active.optative.PRES] => |tʷ|i#|̰꜒|ʛʷ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.active.optative.PAST] => |mˤ|a|꜖|ɳˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.passive.indicative.PRES] => |nˤ|u#|꜖꜒|ʋʲ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ᵑǀˠ|ᵊ|꜒|ɳˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.passive.imperative.PRES] => |ᵑǀʼˠ|u|꜒|r̥ˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.passive.imperative.PAST] => |rʲ|ᵊ|̰꜒|ʋʲ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.passive.conditional.PRES] => |htʲ|ʉ|̰꜖|wˤ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.passive.conditional.PAST] => |kʲ|a|꜒꜖|ʜˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.passive.optative.PRES] => |kʰˠ|ʉː|̰꜖|t͡sʷ|-
[not.Q.3.cl.3.1excl.3.cl.2.NEG.passive.optative.PAST] => |ɳ̥ˠ|i|̰꜒|ŋˤ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.active.indicative.PRES] => |hpˠ|u|꜖꜒|ŋ̥ʷ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.active.indicative.PAST] => |ŋˤ|ᵊ|꜒|ɹˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.active.imperative.PRES] => |pʰʲ|ʉ|̰꜒|ɴˤ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.active.imperative.PAST] => |tˤ|ᵊ|꜖|pʼˤ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.active.conditional.PRES] => |d͡ʐˠ|ʉ|꜖|ʈʰʲ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.active.conditional.PAST] => |ʛʲ|ᵊ|̰꜒|ɻʲ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.active.optative.PRES] => |sˤ|i#|꜒꜖|qʷ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.active.optative.PAST] => |t͡ʃ|a#|꜒꜖|tɬˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.passive.indicative.PRES] => |ʈʲ|a|꜒꜖|ɳʲ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.passive.indicative.PAST] => |tʼʷ|ʉ#|̰꜖|ɹʷ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.passive.imperative.PRES] => |ᵏǃˤ|i#ː|꜖|t͡sˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.passive.imperative.PAST] => |ᵏǀʼˤ|ʉ#|꜖|ʡˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.passive.conditional.PRES] => |hpˤ|u|꜒꜖|t͡ʂˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.passive.conditional.PAST] => |ᵑǁˠ|a|̰꜖|tˠ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.passive.optative.PRES] => |htʷ|ʉ|꜒|ɗˤ|-
[not.Q.3.cl.3.1excl.3.cl.2.POS.passive.optative.PAST] => |ᵑǃˤ|uː|̰꜒|tɬʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.active.indicative.PRES] => |tˤ|ʉ|꜖|ɳˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.active.indicative.PAST] => |kʼˠ|ʉ#|꜒|ʂʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.active.imperative.PRES] => |ɹʲ|ʉ#|꜒|qʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.active.imperative.PAST] => |ᵏǀʰˠ|a#|꜖|kʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.active.conditional.PRES] => |ᵑǁʼˠ|u#|̰꜒|ɻʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.active.conditional.PAST] => |ʜˠ|u|꜖꜒|tʼˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.active.optative.PRES] => |qʼʲ|ᵊ|̰꜖|ɓˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.active.optative.PAST] => |ᵏǀʼˠ|ʉ#|꜒|ŋʷ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.passive.indicative.PRES] => |r̥ˤ|u#|꜒꜖|ʂʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ŋ̥ʲ|a|̰꜖|ɽʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.passive.imperative.PRES] => |ʡˠ|ʉ|̰꜒|kʷ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǀʼˠ|i|꜖|ɰˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.passive.conditional.PRES] => |ŋʷ|ʉ|꜖|ŋ̥ʷ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.passive.conditional.PAST] => |kʼˤ|ʉ#ː|꜒|hʈʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.passive.optative.PRES] => |ᵑǁʲ|ᵊ|꜖꜒|ŋ̥ʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.NEG.passive.optative.PAST] => |qʼˠ|a|꜖꜒|pˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.active.indicative.PRES] => |ɳˠ|i#ː|̰꜖|ɹˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.active.indicative.PAST] => |ᵑǁʲ|u|꜖|ɽʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.active.imperative.PRES] => |ɳ̥ˠ|u#ː|̰꜖|tʼˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.active.imperative.PAST] => |ɴˠ|i#ː|̰꜖|nˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.active.conditional.PRES] => |tˠ|iː|̰꜖|ŋˤ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.active.conditional.PAST] => |ɳ̥ʲ|i|꜒|pˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.active.optative.PRES] => |r̥ʷ|a|꜒|ʈʼʲ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.active.optative.PAST] => |kˠ|u|꜖꜒|r̥ˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.passive.indicative.PRES] => |ʛˠ|u#ː|꜖|ɹʷ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʲ|i|꜖꜒|ɠˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.passive.imperative.PRES] => |nˠ|i|꜖|kʷ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʲ|ʉ|꜒|nˤ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.passive.conditional.PRES] => |ʋˠ|a|̰꜖|ʄˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.passive.conditional.PAST] => |pʰʲ|ᵊ|꜒|htˤ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.passive.optative.PRES] => |ʋʲ|ʉ|꜖|ʈˠ|-
[not.Q.3.cl.3.1excl.3.cl.3.POS.passive.optative.PAST] => |ŋ̥ˠ|ᵊ|꜖|qʼˤ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.active.indicative.PRES] => |hkʷ|ᵊ|꜒꜖|ɰˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.active.indicative.PAST] => |j|uː|꜖꜒|ʃʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.active.imperative.PRES] => |t͡ʂʲ|a|̰꜒|ɳʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.active.imperative.PAST] => |tɬʲ|a|꜒꜖|qʼˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.active.conditional.PRES] => |ʈʰʲ|i|꜒꜖|nʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.active.conditional.PAST] => |n̥ˠ|a#ː|̰꜒|ɠˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.active.optative.PRES] => |ɳ̥ˠ|u#ː|꜖꜒|ɴˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.active.optative.PAST] => |tˠ|a|꜖|kʰʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.passive.indicative.PRES] => |tʰˤ|u|꜖꜒|wʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.passive.indicative.PAST] => |qˤ|ᵊ|꜖꜒|ʃʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.passive.imperative.PRES] => |ʄˠ|u#|̰꜒|ŋ̥ʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.passive.imperative.PAST] => |ɓʲ|ᵊ|̰꜖|ʄʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.passive.conditional.PRES] => |qʲ|ᵊ|̰꜒|ŋˤ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.passive.conditional.PAST] => |d͡ʐʲ|a#ː|꜖|nˤ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.passive.optative.PRES] => |hpˤ|ᵊ|꜒꜖|qʼʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.NEG.passive.optative.PAST] => |ʋˠ|i|꜒꜖|sʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.active.indicative.PRES] => |ʈʰʲ|uː|꜒꜖|tɬʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.active.indicative.PAST] => |m̥ʲ|ʉ#|꜒꜖|kʼʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.active.imperative.PRES] => |ʛˠ|ʉ#ː|꜒|hpˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.active.imperative.PAST] => |lˠ|ʉ|̰꜖|hʈʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.active.conditional.PRES] => |ᵏǀʰˠ|i|꜖|ɗˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.active.conditional.PAST] => |ᵏǀˤ|ᵊ|꜖꜒|ʛʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.active.optative.PRES] => |ᵑǁʼˠ|ʉ|̰꜒|lʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.active.optative.PAST] => |ʃʲ|a|꜒꜖|j|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.passive.indicative.PRES] => |ɴʲ|i|̰꜒|ɠʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃʼˤ|a|꜒|tʰʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.passive.imperative.PRES] => |ᵑǀʼˠ|u|꜖꜒|rʷ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.passive.imperative.PAST] => |ɾʷ|ᵊ|꜒꜖|pˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.passive.conditional.PRES] => |ɰʲ|iː|꜒|m̥ʲ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.passive.conditional.PAST] => |ɠˤ|i#|̰꜖|ɽˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.passive.optative.PRES] => |ŋ̥ˤ|ʉː|꜖꜒|sˠ|-
[not.Q.3.cl.3.1excl.3.cl.4.POS.passive.optative.PAST] => |ʋˤ|a|꜖꜒|ɗˤ|-
[not.Q.3.cl.3.2.1incl.NEG.active.indicative.PRES] => |ᵏǀʰʷ|i#ː|̰꜖|qʼʲ|-
[not.Q.3.cl.3.2.1incl.NEG.active.indicative.PAST] => |ŋ̥ʲ|i|꜒|pʲ|-
[not.Q.3.cl.3.2.1incl.NEG.active.imperative.PRES] => |tˠ|a#ː|̰꜖|tɬʲ|-
[not.Q.3.cl.3.2.1incl.NEG.active.imperative.PAST] => |ᵏǁʼˠ|uː|꜖|tʰˠ|-
[not.Q.3.cl.3.2.1incl.NEG.active.conditional.PRES] => |ᵑǀʲ|aː|꜒|tʰˤ|-
[not.Q.3.cl.3.2.1incl.NEG.active.conditional.PAST] => |ɾˠ|ᵊ|̰꜒|ɓˤ|-
[not.Q.3.cl.3.2.1incl.NEG.active.optative.PRES] => |n̥ˠ|u|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.3.2.1incl.NEG.active.optative.PAST] => |tʰˤ|a|꜖|ɥˤ|-
[not.Q.3.cl.3.2.1incl.NEG.passive.indicative.PRES] => |ʂʲ|ᵊ|̰꜖|ʡˠ|-
[not.Q.3.cl.3.2.1incl.NEG.passive.indicative.PAST] => |ɴʷ|ᵊ|꜖|ʈʰʲ|-
[not.Q.3.cl.3.2.1incl.NEG.passive.imperative.PRES] => |r̥ʲ|a|̰꜒|tʼˠ|-
[not.Q.3.cl.3.2.1incl.NEG.passive.imperative.PAST] => |pʼˤ|i|꜖꜒|wˤ|-
[not.Q.3.cl.3.2.1incl.NEG.passive.conditional.PRES] => |ʂʲ|ʉ|꜖|n̥ʷ|-
[not.Q.3.cl.3.2.1incl.NEG.passive.conditional.PAST] => |qʼˤ|ʉ#ː|̰꜒|ɰˤ|-
[not.Q.3.cl.3.2.1incl.NEG.passive.optative.PRES] => |r̥ʲ|a#|̰꜒|d͡ʐʲ|-
[not.Q.3.cl.3.2.1incl.NEG.passive.optative.PAST] => |sˤ|iː|꜖|htˠ|-
[not.Q.3.cl.3.2.1incl.POS.active.indicative.PRES] => |t͡sˤ|i#|̰꜖|hkʲ|-
[not.Q.3.cl.3.2.1incl.POS.active.indicative.PAST] => |kʲ|ʉ|꜖|t͡sˤ|-
[not.Q.3.cl.3.2.1incl.POS.active.imperative.PRES] => |ᵑǃʼˤ|ʉ|꜖|rʷ|-
[not.Q.3.cl.3.2.1incl.POS.active.imperative.PAST] => |ɗʲ|i|꜒|mˠ|-
[not.Q.3.cl.3.2.1incl.POS.active.conditional.PRES] => |pʼˤ|i|꜒|ʂˠ|-
[not.Q.3.cl.3.2.1incl.POS.active.conditional.PAST] => |n̥ʷ|ʉ#ː|꜒|rʷ|-
[not.Q.3.cl.3.2.1incl.POS.active.optative.PRES] => |ɻˠ|ʉ#ː|̰꜖|ɭˠ|-
[not.Q.3.cl.3.2.1incl.POS.active.optative.PAST] => |ᵑǃʼˤ|a|꜖|ʜʲ|-
[not.Q.3.cl.3.2.1incl.POS.passive.indicative.PRES] => |ᵑǀʼʲ|u#|꜒|kʰˠ|-
[not.Q.3.cl.3.2.1incl.POS.passive.indicative.PAST] => |ɓˤ|ʉ|̰꜖|htˠ|-
[not.Q.3.cl.3.2.1incl.POS.passive.imperative.PRES] => |ʡˠ|uː|̰꜒|ɾʷ|-
[not.Q.3.cl.3.2.1incl.POS.passive.imperative.PAST] => |sˠ|ᵊ|̰꜒|wʲ|-
[not.Q.3.cl.3.2.1incl.POS.passive.conditional.PRES] => |hʈˠ|a|꜖꜒|t͡sʲ|-
[not.Q.3.cl.3.2.1incl.POS.passive.conditional.PAST] => |ʃʲ|ᵊ|꜖꜒|h|-
[not.Q.3.cl.3.2.1incl.POS.passive.optative.PRES] => |ᵏǃʰˤ|ʉ|̰꜖|ɰʷ|-
[not.Q.3.cl.3.2.1incl.POS.passive.optative.PAST] => |ʂʲ|u|꜖꜒|htˤ|-
[not.Q.3.cl.3.2.1excl.NEG.active.indicative.PRES] => |ŋˠ|u#ː|̰꜖|ʄʲ|-
[not.Q.3.cl.3.2.1excl.NEG.active.indicative.PAST] => |hpˤ|a|꜖|wˠ|-
[not.Q.3.cl.3.2.1excl.NEG.active.imperative.PRES] => |kʰˠ|a#|̰꜖|qʼˠ|-
[not.Q.3.cl.3.2.1excl.NEG.active.imperative.PAST] => |hkʷ|i|꜒꜖|tɬˠ|-
[not.Q.3.cl.3.2.1excl.NEG.active.conditional.PRES] => |mʲ|i#|꜖|htʲ|-
[not.Q.3.cl.3.2.1excl.NEG.active.conditional.PAST] => |hkˤ|ᵊ|꜖|ŋ̥ˠ|-
[not.Q.3.cl.3.2.1excl.NEG.active.optative.PRES] => |ᵑǃʼˤ|uː|꜖꜒|ʜˠ|-
[not.Q.3.cl.3.2.1excl.NEG.active.optative.PAST] => |ɽˠ|uː|꜒꜖|kˠ|-
[not.Q.3.cl.3.2.1excl.NEG.passive.indicative.PRES] => |ᵑǀʼʷ|i#ː|꜖|pʼˠ|-
[not.Q.3.cl.3.2.1excl.NEG.passive.indicative.PAST] => |ɰʷ|ʉ|꜒|r̥ʷ|-
[not.Q.3.cl.3.2.1excl.NEG.passive.imperative.PRES] => |ᵑǀʷ|i|꜖꜒|t͡sʲ|-
[not.Q.3.cl.3.2.1excl.NEG.passive.imperative.PAST] => |kʼʲ|iː|̰꜒|kʼʲ|-
[not.Q.3.cl.3.2.1excl.NEG.passive.conditional.PRES] => |htˤ|ʉ#|̰꜒|kʰˠ|-
[not.Q.3.cl.3.2.1excl.NEG.passive.conditional.PAST] => |pʲ|u|꜒|kʰʷ|-
[not.Q.3.cl.3.2.1excl.NEG.passive.optative.PRES] => |ᵑǁˠ|a|꜖|ɥˤ|-
[not.Q.3.cl.3.2.1excl.NEG.passive.optative.PAST] => |kʰˤ|ʉ|꜒|m̥ʲ|-
[not.Q.3.cl.3.2.1excl.POS.active.indicative.PRES] => |kˤ|ʉ|꜖|r̥ˤ|-
[not.Q.3.cl.3.2.1excl.POS.active.indicative.PAST] => |ɰˠ|u#|꜒꜖|pʼˠ|-
[not.Q.3.cl.3.2.1excl.POS.active.imperative.PRES] => |rˠ|ʉː|̰꜒|ɭˠ|-
[not.Q.3.cl.3.2.1excl.POS.active.imperative.PAST] => |hʈˠ|a|꜒|ŋ̥ˤ|-
[not.Q.3.cl.3.2.1excl.POS.active.conditional.PRES] => |tʰˠ|i|꜒꜖|hkˤ|-
[not.Q.3.cl.3.2.1excl.POS.active.conditional.PAST] => |pʼˠ|i|꜖|j|-
[not.Q.3.cl.3.2.1excl.POS.active.optative.PRES] => |ʡˠ|a|꜒|tʼʷ|-
[not.Q.3.cl.3.2.1excl.POS.active.optative.PAST] => |ᵏǁʼˠ|i|̰꜒|tˠ|-
[not.Q.3.cl.3.2.1excl.POS.passive.indicative.PRES] => |t͡ʃ|a#|꜒꜖|wˤ|-
[not.Q.3.cl.3.2.1excl.POS.passive.indicative.PAST] => |ɰˠ|i#ː|꜒|ŋ̥ʲ|-
[not.Q.3.cl.3.2.1excl.POS.passive.imperative.PRES] => |m̥ˠ|ʉ#ː|꜒|n̥ˤ|-
[not.Q.3.cl.3.2.1excl.POS.passive.imperative.PAST] => |ʃʲ|ʉː|̰꜖|kʼʷ|-
[not.Q.3.cl.3.2.1excl.POS.passive.conditional.PRES] => |tʰˠ|aː|꜖|ɓˤ|-
[not.Q.3.cl.3.2.1excl.POS.passive.conditional.PAST] => |tʼˠ|ʉ|꜖|pʼʲ|-
[not.Q.3.cl.3.2.1excl.POS.passive.optative.PRES] => |ŋ̥ˤ|a|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.3.2.1excl.POS.passive.optative.PAST] => |kʲ|u|꜒꜖|hkʲ|-
[not.Q.3.cl.3.2.2.NEG.active.indicative.PRES] => |r̥ʷ|a#|꜖|ʜʲ|-
[not.Q.3.cl.3.2.2.NEG.active.indicative.PAST] => |ɾˠ|ᵊ|꜒|n̥ʷ|-
[not.Q.3.cl.3.2.2.NEG.active.imperative.PRES] => |ʡʲ|iː|꜖|ʃʲ|-
[not.Q.3.cl.3.2.2.NEG.active.imperative.PAST] => |t͡sˠ|a|꜖|pʰʲ|-
[not.Q.3.cl.3.2.2.NEG.active.conditional.PRES] => |ᵏǃʰˤ|u#ː|꜒꜖|qʼʲ|-
[not.Q.3.cl.3.2.2.NEG.active.conditional.PAST] => |ᵏǃʰʲ|aː|̰꜒|tʲ|-
[not.Q.3.cl.3.2.2.NEG.active.optative.PRES] => |ʂʲ|a#|꜖|m̥ˤ|-
[not.Q.3.cl.3.2.2.NEG.active.optative.PAST] => |ᵑǀʼˠ|iː|꜖|ɹˠ|-
[not.Q.3.cl.3.2.2.NEG.passive.indicative.PRES] => |ᵑǃˠ|u#|꜒꜖|lˠ|-
[not.Q.3.cl.3.2.2.NEG.passive.indicative.PAST] => |ʈˠ|a|꜖|ɓˤ|-
[not.Q.3.cl.3.2.2.NEG.passive.imperative.PRES] => |hpˤ|ᵊ|̰꜒|hʈˠ|-
[not.Q.3.cl.3.2.2.NEG.passive.imperative.PAST] => |rʷ|i|꜒|qʲ|-
[not.Q.3.cl.3.2.2.NEG.passive.conditional.PRES] => |ᵏǁʼʲ|u|꜒|ɗʷ|-
[not.Q.3.cl.3.2.2.NEG.passive.conditional.PAST] => |ᵏǃʼʷ|i|꜖꜒|kʼʷ|-
[not.Q.3.cl.3.2.2.NEG.passive.optative.PRES] => |kʰʷ|i|꜖|ɽˠ|-
[not.Q.3.cl.3.2.2.NEG.passive.optative.PAST] => |ᵑǀʼʷ|ᵊ|꜖|mˤ|-
[not.Q.3.cl.3.2.2.POS.active.indicative.PRES] => |ɹʷ|aː|̰꜒|kʲ|-
[not.Q.3.cl.3.2.2.POS.active.indicative.PAST] => |ɥˤ|a#|̰꜒|ʔ|-
[not.Q.3.cl.3.2.2.POS.active.imperative.PRES] => |ᵑǀˤ|i|̰꜖|ɗʲ|-
[not.Q.3.cl.3.2.2.POS.active.imperative.PAST] => |ʃˠ|ʉ#|꜒|tˤ|-
[not.Q.3.cl.3.2.2.POS.active.conditional.PRES] => |ʋˠ|i|꜒|kʼʲ|-
[not.Q.3.cl.3.2.2.POS.active.conditional.PAST] => |ᵑǃʼʷ|a#ː|꜒|tʲ|-
[not.Q.3.cl.3.2.2.POS.active.optative.PRES] => |pʼˤ|iː|꜖|tʰʲ|-
[not.Q.3.cl.3.2.2.POS.active.optative.PAST] => |tˤ|i|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.3.2.2.POS.passive.indicative.PRES] => |ɥˤ|iː|꜒꜖|tʼˤ|-
[not.Q.3.cl.3.2.2.POS.passive.indicative.PAST] => |ɗʷ|i|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.3.2.2.POS.passive.imperative.PRES] => |ᵑǀʼˤ|ᵊ|꜖꜒|tʷ|-
[not.Q.3.cl.3.2.2.POS.passive.imperative.PAST] => |tɬʲ|ʉ#|꜖꜒|ɳʲ|-
[not.Q.3.cl.3.2.2.POS.passive.conditional.PRES] => |kʼʲ|iː|̰꜒|tɬˠ|-
[not.Q.3.cl.3.2.2.POS.passive.conditional.PAST] => |n̥ˠ|iː|꜖|ɹʷ|-
[not.Q.3.cl.3.2.2.POS.passive.optative.PRES] => |ŋ̥ʲ|ʉ|꜒|ɠˤ|-
[not.Q.3.cl.3.2.2.POS.passive.optative.PAST] => |ᵏǃʰˤ|u#|̰꜒|ɹʷ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.active.indicative.PRES] => |r̥ˤ|ᵊ|̰꜒|ŋ̥ʲ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.active.indicative.PAST] => |ᵑǁʲ|a#|꜒꜖|kʼʷ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.active.imperative.PRES] => |ɹʲ|ᵊ|̰꜖|pʰʲ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.active.imperative.PAST] => |ᵑǃʲ|a#ː|꜖|ʈʼʲ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.active.conditional.PRES] => |ɴˤ|a|꜖|ʈʼˠ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.active.conditional.PAST] => |pʰʲ|ʉ|꜖|ɥˠ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.active.optative.PRES] => |ᵏǃʰʷ|i|꜖꜒|tʼˤ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.active.optative.PAST] => |ɓˤ|u#ː|꜖|pʰˠ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.passive.indicative.PRES] => |ɻʲ|i|̰꜒|t͡ʂʲ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.passive.indicative.PAST] => |ʋʲ|a#|̰꜒|tʰʷ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.passive.imperative.PRES] => |kˠ|u|꜒꜖|ɰʲ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.passive.imperative.PAST] => |kʰˠ|i|̰꜖|ŋ̥ˤ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.passive.conditional.PRES] => |ŋ̥ˤ|iː|̰꜒|rˤ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.passive.conditional.PAST] => |ɰˠ|i|꜒꜖|tʲ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.passive.optative.PRES] => |t͡ʃ|ʉ#|̰꜖|qˤ|-
[not.Q.3.cl.3.2.3.cl.1.NEG.passive.optative.PAST] => |ʋˤ|iː|꜒꜖|rˤ|-
[not.Q.3.cl.3.2.3.cl.1.POS.active.indicative.PRES] => |ʈʰˠ|ᵊ|̰꜖|pʼʲ|-
[not.Q.3.cl.3.2.3.cl.1.POS.active.indicative.PAST] => |nˠ|a|꜒꜖|pʰʲ|-
[not.Q.3.cl.3.2.3.cl.1.POS.active.imperative.PRES] => |ᵏǀˤ|i|꜖|qʲ|-
[not.Q.3.cl.3.2.3.cl.1.POS.active.imperative.PAST] => |ᵏǀʲ|ʉ#ː|꜖|ʈʼʲ|-
[not.Q.3.cl.3.2.3.cl.1.POS.active.conditional.PRES] => |t͡ʃ|ᵊ|꜒|r̥ʲ|-
[not.Q.3.cl.3.2.3.cl.1.POS.active.conditional.PAST] => |ɳ̥ˠ|i|꜖꜒|ɓˠ|-
[not.Q.3.cl.3.2.3.cl.1.POS.active.optative.PRES] => |ɭˠ|i#|꜒꜖|kʼˠ|-
[not.Q.3.cl.3.2.3.cl.1.POS.active.optative.PAST] => |mˠ|i|̰꜒|ŋ̥ʲ|-
[not.Q.3.cl.3.2.3.cl.1.POS.passive.indicative.PRES] => |hʈˠ|i|̰꜖|sˤ|-
[not.Q.3.cl.3.2.3.cl.1.POS.passive.indicative.PAST] => |ᵏǀʼʲ|i|꜒|kʼˤ|-
[not.Q.3.cl.3.2.3.cl.1.POS.passive.imperative.PRES] => |n̥ʲ|u|̰꜒|r̥ʲ|-
[not.Q.3.cl.3.2.3.cl.1.POS.passive.imperative.PAST] => |ʜʲ|a|̰꜒|kʼˤ|-
[not.Q.3.cl.3.2.3.cl.1.POS.passive.conditional.PRES] => |r̥ˠ|i|꜖꜒|ɻˠ|-
[not.Q.3.cl.3.2.3.cl.1.POS.passive.conditional.PAST] => |ᵏǀʷ|a|꜒꜖|ɓˤ|-
[not.Q.3.cl.3.2.3.cl.1.POS.passive.optative.PRES] => |hʈˠ|ʉ|̰꜒|ʜˠ|-
[not.Q.3.cl.3.2.3.cl.1.POS.passive.optative.PAST] => |ɗˤ|ᵊ|꜖|ʛʲ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.active.indicative.PRES] => |kʰˠ|aː|꜒|m̥ˤ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.active.indicative.PAST] => |htʷ|iː|̰꜒|tʼˤ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.active.imperative.PRES] => |ʈʲ|aː|꜖|ʃˠ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.active.imperative.PAST] => |m̥ˠ|i|꜒|ŋ̥ˤ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.active.conditional.PRES] => |ᵑǃʼˠ|i|̰꜖|nˤ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.active.conditional.PAST] => |qʼˠ|i|꜖꜒|ʛʷ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.active.optative.PRES] => |ʋˤ|i|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.active.optative.PAST] => |ɥʲ|a#ː|꜖꜒|htˤ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.passive.indicative.PRES] => |ɻʲ|u|꜒|tʰʲ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.passive.indicative.PAST] => |hʈʲ|a#|̰꜒|ɭˠ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.passive.imperative.PRES] => |ɓˤ|ᵊ|꜒|n̥ʷ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.passive.imperative.PAST] => |kʼˤ|ʉ|꜒꜖|tʲ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.passive.conditional.PRES] => |qʼʷ|ʉ#|̰꜒|nˤ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.passive.conditional.PAST] => |ɰˤ|a|꜖|rʲ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.passive.optative.PRES] => |ɹˤ|ᵊ|꜒꜖|ɻʲ|-
[not.Q.3.cl.3.2.3.cl.2.NEG.passive.optative.PAST] => |hkˠ|a#ː|̰꜖|ʈʲ|-
[not.Q.3.cl.3.2.3.cl.2.POS.active.indicative.PRES] => |r̥ˤ|a|꜒|qʼʲ|-
[not.Q.3.cl.3.2.3.cl.2.POS.active.indicative.PAST] => |ɳ̥ˠ|u|꜒|ɗʲ|-
[not.Q.3.cl.3.2.3.cl.2.POS.active.imperative.PRES] => |nʷ|ʉ#|꜒|kʷ|-
[not.Q.3.cl.3.2.3.cl.2.POS.active.imperative.PAST] => |ʄʲ|ʉ#ː|̰꜖|ɻˠ|-
[not.Q.3.cl.3.2.3.cl.2.POS.active.conditional.PRES] => |t͡sˤ|ʉ|꜖꜒|sʲ|-
[not.Q.3.cl.3.2.3.cl.2.POS.active.conditional.PAST] => |ᵏǁˠ|a|꜖|tʲ|-
[not.Q.3.cl.3.2.3.cl.2.POS.active.optative.PRES] => |t͡ʂˠ|ᵊ|꜖|kʼˠ|-
[not.Q.3.cl.3.2.3.cl.2.POS.active.optative.PAST] => |ᵏǁʲ|a|̰꜖|ʂˠ|-
[not.Q.3.cl.3.2.3.cl.2.POS.passive.indicative.PRES] => |ʈʼˠ|ᵊ|꜒꜖|kʰʷ|-
[not.Q.3.cl.3.2.3.cl.2.POS.passive.indicative.PAST] => |pʰˠ|a|꜒꜖|ʡˠ|-
[not.Q.3.cl.3.2.3.cl.2.POS.passive.imperative.PRES] => |t͡sʲ|a#ː|꜒꜖|ʋʲ|-
[not.Q.3.cl.3.2.3.cl.2.POS.passive.imperative.PAST] => |ᵏǁʰˠ|u|꜖꜒|lʲ|-
[not.Q.3.cl.3.2.3.cl.2.POS.passive.conditional.PRES] => |ʈˠ|ʉ#|̰꜖|ɗˤ|-
[not.Q.3.cl.3.2.3.cl.2.POS.passive.conditional.PAST] => |ɽˠ|a|̰꜖|hkˤ|-
[not.Q.3.cl.3.2.3.cl.2.POS.passive.optative.PRES] => |hkʷ|i|꜒|kʼʷ|-
[not.Q.3.cl.3.2.3.cl.2.POS.passive.optative.PAST] => |ᵏǀʰˠ|i#|꜖|qˤ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.active.indicative.PRES] => |sʲ|i|꜖|ŋ̥ˤ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.active.indicative.PAST] => |wʲ|uː|꜒|qʼʲ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.active.imperative.PRES] => |ʛˤ|ᵊ|̰꜖|d͡ʐˠ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.active.imperative.PAST] => |tʼʷ|ʉ|̰꜒|kˠ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.active.conditional.PRES] => |wˤ|ʉ|꜒|ŋˠ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.active.conditional.PAST] => |pˤ|u|꜖꜒|ʔ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.active.optative.PRES] => |nʲ|i|꜖꜒|m̥ˠ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.active.optative.PAST] => |pʼˠ|ᵊ|꜒|ɻʲ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.passive.indicative.PRES] => |n̥ˤ|i#|꜖|hkʷ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.passive.indicative.PAST] => |ɹʷ|a#ː|꜖꜒|pˤ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵑǀʼˤ|u#ː|꜖|qʼʷ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.passive.imperative.PAST] => |ʂˠ|u#|꜖꜒|sˤ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǁʰʲ|ʉː|꜒|ʂˠ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀʼˠ|aː|̰꜖|n̥ˤ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.passive.optative.PRES] => |tˠ|u#|꜖꜒|rʷ|-
[not.Q.3.cl.3.2.3.cl.3.NEG.passive.optative.PAST] => |pʰʲ|i#ː|꜖|mˤ|-
[not.Q.3.cl.3.2.3.cl.3.POS.active.indicative.PRES] => |ᵏǀʰˠ|ᵊ|꜖꜒|tʼˠ|-
[not.Q.3.cl.3.2.3.cl.3.POS.active.indicative.PAST] => |ɳ̥ʲ|a|꜒|pʼˤ|-
[not.Q.3.cl.3.2.3.cl.3.POS.active.imperative.PRES] => |kʼˠ|iː|꜖|kʰʷ|-
[not.Q.3.cl.3.2.3.cl.3.POS.active.imperative.PAST] => |ɴˠ|ʉ#|̰꜖|qˤ|-
[not.Q.3.cl.3.2.3.cl.3.POS.active.conditional.PRES] => |ᵏǀʼʲ|ᵊ|̰꜒|ɴʷ|-
[not.Q.3.cl.3.2.3.cl.3.POS.active.conditional.PAST] => |ᵑǃˠ|a|̰꜖|ɹʷ|-
[not.Q.3.cl.3.2.3.cl.3.POS.active.optative.PRES] => |ᵑǁʲ|ʉ|̰꜒|ɻʲ|-
[not.Q.3.cl.3.2.3.cl.3.POS.active.optative.PAST] => |ᵏǃʰʷ|a#|꜖꜒|m̥ʲ|-
[not.Q.3.cl.3.2.3.cl.3.POS.passive.indicative.PRES] => |kʰˤ|a|꜒|t͡sˤ|-
[not.Q.3.cl.3.2.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃʼˤ|ᵊ|꜖꜒|pʼˠ|-
[not.Q.3.cl.3.2.3.cl.3.POS.passive.imperative.PRES] => |ᵑǃʲ|i#|꜒|n̥ʲ|-
[not.Q.3.cl.3.2.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʰʲ|a|꜒|ʛˤ|-
[not.Q.3.cl.3.2.3.cl.3.POS.passive.conditional.PRES] => |t͡ʃ|a|꜒꜖|ɭˠ|-
[not.Q.3.cl.3.2.3.cl.3.POS.passive.conditional.PAST] => |ᵑǀˤ|ʉ|꜒꜖|ɹˤ|-
[not.Q.3.cl.3.2.3.cl.3.POS.passive.optative.PRES] => |hkˠ|i#ː|̰꜒|pʼˠ|-
[not.Q.3.cl.3.2.3.cl.3.POS.passive.optative.PAST] => |qʼˤ|ʉ#|꜒|ɓˤ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.active.indicative.PRES] => |ᵑǀʼʷ|aː|꜖꜒|ʈʰʲ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.active.indicative.PAST] => |ŋ̥ˠ|i|꜖꜒|ɗˤ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.active.imperative.PRES] => |ᵑǀʼˤ|iː|꜖|ɥˤ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.active.imperative.PAST] => |ɹʷ|a|꜒꜖|ŋˠ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.active.conditional.PRES] => |kˠ|i|꜒꜖|ɽʲ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.active.conditional.PAST] => |kʷ|a|꜒꜖|ɽʲ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.active.optative.PRES] => |ŋ̥ʷ|i#ː|꜖꜒|pˤ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.active.optative.PAST] => |ɓʲ|uː|̰꜒|kʰʲ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.passive.indicative.PRES] => |qʼˠ|i|꜒|ɠˠ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.passive.indicative.PAST] => |ɭʲ|ᵊ|̰꜒|ɭˠ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǃˤ|a#|꜖꜒|ɠʲ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǀʰʲ|i|꜖꜒|qˤ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.passive.conditional.PRES] => |kʰʷ|ᵊ|꜒|ɹˤ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.passive.conditional.PAST] => |hʈʲ|i|꜖꜒|ŋˠ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.passive.optative.PRES] => |ᵏǃʼˠ|a|꜒꜖|ɰˤ|-
[not.Q.3.cl.3.2.3.cl.4.NEG.passive.optative.PAST] => |ɹˠ|ʉ|꜒꜖|pʲ|-
[not.Q.3.cl.3.2.3.cl.4.POS.active.indicative.PRES] => |ᵏǀʰˠ|a|꜖꜒|pʰˤ|-
[not.Q.3.cl.3.2.3.cl.4.POS.active.indicative.PAST] => |ʡʲ|ʉ|꜒|lˠ|-
[not.Q.3.cl.3.2.3.cl.4.POS.active.imperative.PRES] => |ᵏǃʰˤ|a|꜖|ʋˤ|-
[not.Q.3.cl.3.2.3.cl.4.POS.active.imperative.PAST] => |kʼˤ|a|꜖|ʂˠ|-
[not.Q.3.cl.3.2.3.cl.4.POS.active.conditional.PRES] => |htˤ|aː|꜒꜖|ɾˤ|-
[not.Q.3.cl.3.2.3.cl.4.POS.active.conditional.PAST] => |ɥˤ|i|̰꜖|tʰˠ|-
[not.Q.3.cl.3.2.3.cl.4.POS.active.optative.PRES] => |ɥʲ|ʉː|꜖꜒|ɴʲ|-
[not.Q.3.cl.3.2.3.cl.4.POS.active.optative.PAST] => |ɾˤ|ʉː|꜒꜖|d͡ʐʲ|-
[not.Q.3.cl.3.2.3.cl.4.POS.passive.indicative.PRES] => |tˤ|i|̰꜖|hʈʲ|-
[not.Q.3.cl.3.2.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʷ|ʉ#ː|꜒|ɽˠ|-
[not.Q.3.cl.3.2.3.cl.4.POS.passive.imperative.PRES] => |ʈʲ|i|꜖꜒|ʄˠ|-
[not.Q.3.cl.3.2.3.cl.4.POS.passive.imperative.PAST] => |tˠ|a|̰꜖|m̥ˠ|-
[not.Q.3.cl.3.2.3.cl.4.POS.passive.conditional.PRES] => |ᵑǀˤ|u|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.3.2.3.cl.4.POS.passive.conditional.PAST] => |mˠ|ʉː|꜒꜖|tʲ|-
[not.Q.3.cl.3.2.3.cl.4.POS.passive.optative.PRES] => |ᵏǀˠ|a|꜒|pʼˠ|-
[not.Q.3.cl.3.2.3.cl.4.POS.passive.optative.PAST] => |ɹʷ|ʉ|̰꜖|kʼʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.active.indicative.PRES] => |ŋ̥ʷ|a#ː|꜒|ɥʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.active.indicative.PAST] => |ᵏǃʰˤ|ʉ|꜒꜖|qʼʷ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.active.imperative.PRES] => |t͡sˠ|u|̰꜒|ɰʷ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.active.imperative.PAST] => |tʲ|ʉ#ː|꜒|ɓˤ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.active.conditional.PRES] => |ᵑǃˤ|a#ː|꜖|pʼʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.active.conditional.PAST] => |ŋʷ|iː|̰꜖|tˤ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.active.optative.PRES] => |ʃʲ|u#|꜖|ɴˠ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.active.optative.PAST] => |tʰʲ|ᵊ|꜖꜒|ŋˤ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.passive.indicative.PRES] => |m̥ʲ|iː|꜖|qʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.passive.indicative.PAST] => |wˤ|ʉː|̰꜒|t͡sˠ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.passive.imperative.PRES] => |qʼʲ|aː|̰꜖|kʼʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.passive.imperative.PAST] => |kʲ|ʉ#ː|꜒|ɭˠ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.passive.conditional.PRES] => |htʷ|ʉ|꜒꜖|kʼˤ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ɥʲ|a|꜖꜒|ʄʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.passive.optative.PRES] => |pʰˤ|aː|꜖|r̥ˠ|-
[not.Q.3.cl.3.3.cl.1.1incl.NEG.passive.optative.PAST] => |ɴʲ|aː|꜖|ʈʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.active.indicative.PRES] => |ʋˤ|ᵊ|꜒|ɹˤ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.active.indicative.PAST] => |ɗʲ|a|꜒|pˤ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.active.imperative.PRES] => |ᵏǃʼʷ|a|꜖|d͡ʐˠ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.active.imperative.PAST] => |t͡ʃ|a#|̰꜖|pʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.active.conditional.PRES] => |pˠ|aː|̰꜒|ɭʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.active.conditional.PAST] => |nʷ|iː|꜖|m̥ˠ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.active.optative.PRES] => |ɗˤ|a|꜒|ɳˠ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.active.optative.PAST] => |ᵑǁʲ|ʉ#|꜖꜒|sʷ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.passive.indicative.PRES] => |ʜʲ|uː|̰꜖|kʼʷ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.passive.indicative.PAST] => |ɻˠ|ʉ|꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.passive.imperative.PRES] => |ʜʲ|a|꜖꜒|wʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.passive.imperative.PAST] => |ɴˠ|u#ː|̰꜖|qʼʷ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.passive.conditional.PRES] => |ŋ̥ʷ|ᵊ|꜒꜖|pˤ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.passive.conditional.PAST] => |tʼʷ|aː|꜒|ɳ̥ʲ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.passive.optative.PRES] => |ŋ̥ʷ|ʉ#|̰꜖|rʷ|-
[not.Q.3.cl.3.3.cl.1.1incl.POS.passive.optative.PAST] => |n̥ˤ|a|꜖|tʼˤ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.active.indicative.PRES] => |ɰˤ|u|̰꜒|ʋˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.active.indicative.PAST] => |ᵏǀʼʷ|aː|꜒|qʼˤ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.active.imperative.PRES] => |ɻˠ|ʉ|꜒꜖|tˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.active.imperative.PAST] => |htˠ|i|꜒|r̥ʷ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.active.conditional.PRES] => |tʷ|aː|̰꜖|rʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.active.conditional.PAST] => |lʲ|u#ː|꜖|hpˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.active.optative.PRES] => |ʛˠ|i#ː|̰꜒|ɗʷ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.active.optative.PAST] => |ᵑǀˤ|a#ː|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.passive.indicative.PRES] => |ᵏǃʰʲ|ᵊ|꜖꜒|nˤ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.passive.indicative.PAST] => |ᵏǀʷ|ᵊ|꜖꜒|ɰʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ʡˠ|aː|꜒|ʛʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ᵑǀʼˤ|u#|̰꜒|ʛʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.passive.conditional.PRES] => |d͡ʐˠ|ᵊ|꜒꜖|nʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ᵑǃʼˠ|a#|꜖|ɰʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.passive.optative.PRES] => |hkˠ|iː|꜒꜖|t͡ʃ|-
[not.Q.3.cl.3.3.cl.1.1excl.NEG.passive.optative.PAST] => |hpʲ|a#ː|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.active.indicative.PRES] => |ɭˠ|i|꜒|ŋʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.active.indicative.PAST] => |ʋˠ|ᵊ|꜒꜖|nʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.active.imperative.PRES] => |r̥ʲ|a#ː|꜒|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.active.imperative.PAST] => |ᵏǀʰˤ|i|꜒|sˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.active.conditional.PRES] => |ɰʷ|ʉ|꜖꜒|kʰʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.active.conditional.PAST] => |ɰʲ|ʉ|꜖|hʈʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.active.optative.PRES] => |d͡ʐʲ|a#ː|꜒|ɾˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.active.optative.PAST] => |tʰʲ|ʉː|̰꜒|t͡sˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.passive.indicative.PRES] => |ɹˤ|u|꜖꜒|ɾˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.passive.indicative.PAST] => |ᵏǃʼˤ|ᵊ|̰꜒|pʼʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.passive.imperative.PRES] => |qʼˤ|i|꜒꜖|ɠˠ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.passive.imperative.PAST] => |t͡ʂʲ|a#ː|꜒|ɻʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.passive.conditional.PRES] => |sˠ|a#|̰꜒|n̥ʷ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.passive.conditional.PAST] => |ɥʲ|uː|꜒|wʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.passive.optative.PRES] => |ᵏǃʷ|aː|꜒|qʲ|-
[not.Q.3.cl.3.3.cl.1.1excl.POS.passive.optative.PAST] => |ᵑǃʲ|ᵊ|꜒꜖|hkˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.active.indicative.PRES] => |t͡sʲ|i#|꜖|ŋ̥ˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.active.indicative.PAST] => |hʈʲ|aː|̰꜒|n̥ˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.active.imperative.PRES] => |h|ʉ|꜒꜖|pʰˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.active.imperative.PAST] => |ɹʷ|i#|̰꜒|tʼˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.active.conditional.PRES] => |ɰˤ|u|̰꜒|n̥ˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.active.conditional.PAST] => |ʄˠ|i#ː|꜒꜖|wˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.active.optative.PRES] => |tʼʲ|aː|꜖|tʼʲ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.active.optative.PAST] => |ɠʲ|i|꜖|ŋ̥ʲ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.passive.indicative.PRES] => |ᵑǀʼʲ|a|꜒꜖|ʈʲ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.passive.indicative.PAST] => |pʼʲ|ᵊ|꜒|m̥ʲ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.passive.imperative.PRES] => |ᵏǀˤ|a|꜖|ɹˠ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.passive.imperative.PAST] => |ʃˠ|a|꜒|ɭʲ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.passive.conditional.PRES] => |ɹʲ|ᵊ|꜖꜒|pʼˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.passive.conditional.PAST] => |ŋʲ|a|꜒꜖|ʜʲ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.passive.optative.PRES] => |ᵏǁʰʲ|ʉ|꜒|ɗˤ|-
[not.Q.3.cl.3.3.cl.1.2.NEG.passive.optative.PAST] => |sʷ|ᵊ|̰꜒|ɠˤ|-
[not.Q.3.cl.3.3.cl.1.2.POS.active.indicative.PRES] => |rʷ|aː|꜒|kʼʲ|-
[not.Q.3.cl.3.3.cl.1.2.POS.active.indicative.PAST] => |hpʲ|a|꜖꜒|ʈʰˠ|-
[not.Q.3.cl.3.3.cl.1.2.POS.active.imperative.PRES] => |tʼˠ|a|꜒꜖|ɾˤ|-
[not.Q.3.cl.3.3.cl.1.2.POS.active.imperative.PAST] => |ɹʲ|i|̰꜒|kʼˠ|-
[not.Q.3.cl.3.3.cl.1.2.POS.active.conditional.PRES] => |mˤ|i#ː|꜖|kʰʷ|-
[not.Q.3.cl.3.3.cl.1.2.POS.active.conditional.PAST] => |ɰʷ|iː|̰꜒|qʷ|-
[not.Q.3.cl.3.3.cl.1.2.POS.active.optative.PRES] => |hpʲ|i|꜒꜖|m̥ʲ|-
[not.Q.3.cl.3.3.cl.1.2.POS.active.optative.PAST] => |m̥ʲ|a|̰꜖|ɭˠ|-
[not.Q.3.cl.3.3.cl.1.2.POS.passive.indicative.PRES] => |m̥ˤ|ᵊ|꜖꜒|pʲ|-
[not.Q.3.cl.3.3.cl.1.2.POS.passive.indicative.PAST] => |pʰˠ|ʉ#|꜖|sˠ|-
[not.Q.3.cl.3.3.cl.1.2.POS.passive.imperative.PRES] => |ɭˠ|a|̰꜖|tʰˠ|-
[not.Q.3.cl.3.3.cl.1.2.POS.passive.imperative.PAST] => |nʲ|ʉː|̰꜒|rʲ|-
[not.Q.3.cl.3.3.cl.1.2.POS.passive.conditional.PRES] => |m̥ʲ|ʉ|̰꜖|kʷ|-
[not.Q.3.cl.3.3.cl.1.2.POS.passive.conditional.PAST] => |r̥ʲ|ᵊ|̰꜖|ʄˠ|-
[not.Q.3.cl.3.3.cl.1.2.POS.passive.optative.PRES] => |ʈʲ|uː|꜖꜒|ʈʰʲ|-
[not.Q.3.cl.3.3.cl.1.2.POS.passive.optative.PAST] => |ᵑǃˠ|i#|꜒꜖|ʡʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵏǃʰʲ|i|̰꜒|sˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |ŋˠ|i|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |ᵏǃʰʲ|ᵊ|̰꜖|j|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |lʲ|a|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |hpˠ|iː|̰꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ᵏǁˠ|ᵊ|̰꜖|m̥ʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |n̥ʷ|ʉː|̰꜖|nʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ʡʲ|a|̰꜖|ʄˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |hkˤ|ᵊ|̰꜖|ŋˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |tʲ|a|꜒꜖|kʰˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |ŋ̥ˤ|ᵊ|̰꜒|pʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |m̥ˤ|u#ː|̰꜒|mˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |r̥ʲ|u|꜖꜒|kʼˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǀʼˤ|ᵊ|꜒|ɹˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |ʈʲ|i|̰꜖|pˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ʃˠ|aː|꜒꜖|ɹˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |tʰʲ|aː|꜒|ɠˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |ʂʲ|aː|̰꜒|ɳʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |sˤ|u|꜖|ʋʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |ʂʲ|ʉ#|̰꜒|hʈˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |pʼʲ|u|꜒|ɠˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |pˤ|a|꜖|ɥˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ʡˠ|ʉ|꜒|ʛʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.active.optative.PAST] => |ᵑǀʲ|uː|̰꜒|t͡sˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ᵏǁʰˠ|aː|꜒|rʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |ŋ̥ʲ|aː|꜒|pˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |qʼʲ|ʉ#ː|꜖|ɰˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |pʼˠ|u|̰꜒|ɴʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |sˤ|ʉ|̰꜖|kʼʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |lʲ|a#|꜒|ʛˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |t͡sʷ|a|̰꜖|t͡sˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |ɹʲ|u|꜒꜖|t͡ʂʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |kˤ|i#|̰꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |ᵑǃʼˠ|uː|꜒|n̥ˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |ᵏǁʲ|i|̰꜖|ɗˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |ᵏǀʼʲ|i|̰꜖|ɗˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ɓʲ|ᵊ|꜖꜒|t͡sˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |r̥ʲ|i#|꜖|kʼʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |ᵏǃˤ|a|꜒|ɽˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |htˤ|a|꜖꜒|ɻˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ɗˠ|ʉ|̰꜒|htʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |j|ᵊ|꜖|ɠʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |tʲ|aː|꜖꜒|ɠˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ᵑǀˤ|ᵊ|꜒|qˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |t͡sʲ|u|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |d͡ʐˠ|a#ː|̰꜒|ɰˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |mˤ|i#|꜒|tɬʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |m̥ˠ|iː|꜖꜒|qʼʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |ᵑǃʼˤ|ʉ#ː|꜒|tʰʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ɠʲ|ᵊ|꜒|ɹʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |ɰˤ|ʉ|꜒|t͡ʃ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |mʲ|u|̰꜖|nʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |tʲ|i#ː|꜒꜖|mʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |hkˤ|u#ː|꜒꜖|pˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.active.optative.PRES] => |ᵑǁˠ|i|꜒꜖|n̥ʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ɗˠ|a#|꜖꜒|ɽʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |ɽʲ|i|̰꜖|tʼʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |tʰˠ|aː|꜖|ɳʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ᵏǁʼʲ|i|꜒|ŋʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |tʼʷ|ʉ#|꜖꜒|sʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |r̥ˠ|iː|꜒|ɰˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |m̥ʲ|i#|꜖꜒|ɠʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |ᵑǁˠ|ʉ|꜖|htˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |qˠ|ᵊ|꜒|qʼˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |tʼˤ|ʉ|꜒|sʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ɭˠ|ᵊ|꜖|h|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |kʲ|u#|꜒|tˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |ᵏǀʼˤ|ᵊ|꜖꜒|tʰʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |qʲ|a|꜖|qˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |h|a#ː|̰꜒|ɠʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ᵏǃʷ|ʉ|̰꜒|t͡sˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |hkʷ|iː|꜖꜒|tʼˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |m̥ʲ|a#|̰꜒|r̥ˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʲ|ᵊ|꜖|ʄʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃʷ|ᵊ|꜒|pˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |t͡sʷ|ᵊ|꜒꜖|ʈʰˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǁʲ|a#|꜒꜖|kʰʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ʃʲ|i#ː|꜒꜖|wʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |ᵑǃʷ|a|꜖꜒|hkʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |d͡ʐˠ|a#|̰꜖|lˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |tʰʲ|ᵊ|꜖꜒|n̥ˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |ɰʷ|i|꜖|nˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |ᵑǁʼˠ|a|꜒꜖|ɓʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |ʃʲ|u|꜖|qʼʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |hkˠ|a|꜒꜖|ɗˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ʄʲ|ʉ|꜒|mˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ɴʲ|i|꜖|ɽʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.active.optative.PAST] => |sˠ|a#ː|̰꜒|qʼʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |pʰˤ|i|̰꜒|ʛˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |n̥ˤ|ʉ#ː|꜒꜖|tʰˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |ᵏǃʷ|ᵊ|꜖|tʰʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |ᵏǃˤ|i|̰꜒|ɽˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ᵏǃʰˠ|u#|̰꜖|ŋʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ɴˠ|ʉ|̰꜒|ɠʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |ɻʲ|a|꜖|hʈʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |ŋ̥ˠ|a|꜖|tʼʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |t͡ʂˠ|ᵊ|꜖|lˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |ᵑǁʲ|ᵊ|꜖|ʛˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |ᵑǃʼˤ|i|꜖꜒|tʰˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |pʰʲ|i|̰꜖|ŋ̥ˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |tˠ|ʉ#|̰꜒|tɬˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |ɗʷ|ʉ#ː|̰꜖|ɻʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |kˤ|a|꜒꜖|ɾʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |ʈʲ|ᵊ|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |hpˠ|i|꜒|hkʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǀˤ|ʉː|꜒|kʼʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |ʄʲ|i|̰꜒|m̥ˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ʄˠ|a#|̰꜖|n̥ʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |ɴˠ|a|̰꜖|ʔ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |t͡sˤ|u#|꜒|d͡ʐʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |ʋˠ|a|̰꜖|tɬʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |ɾˤ|iː|̰꜖|tɬʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ʛʷ|i|̰꜖|ɠˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |ŋˠ|u|꜒꜖|pʼˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ɓˠ|ᵊ|̰꜖|ŋ̥ˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |hkˠ|ᵊ|꜖꜒|d͡ʐˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |ᵏǀʼˠ|ᵊ|꜖|ʛʷ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ᵑǃʲ|u|̰꜖|tʼˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ᵏǀʼˠ|ʉ|̰꜒|hkˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.active.optative.PAST] => |wˠ|ʉː|̰꜒|ʛˠ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |ᵏǁʰˠ|i#|̰꜖|kʰˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |qʼʲ|iː|꜒|ʃʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |qʼʲ|ᵊ|꜒꜖|ɠˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ʛˤ|i|꜖꜒|tɬʲ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |htˤ|u|꜒|kˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |qʲ|ʉ#|꜒|pʼˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |ɴˠ|i|꜒|ŋ̥ˤ|-
[not.Q.3.cl.3.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |tʰʲ|ʉ|꜒|ɴʷ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.active.indicative.PRES] => |ŋ̥ʲ|a|꜒|ɹʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.active.indicative.PAST] => |ᵏǁʼˠ|aː|꜖|kʷ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.active.imperative.PRES] => |ɾˤ|a|꜒꜖|sʷ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.active.imperative.PAST] => |tʲ|i|꜒꜖|ʃʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.active.conditional.PRES] => |t͡ʂˠ|a|̰꜖|t͡sʷ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.active.conditional.PAST] => |htˠ|u|꜖|ɳˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.active.optative.PRES] => |ʋˠ|ʉ|꜖꜒|ɽˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.active.optative.PAST] => |d͡ʐʲ|i#ː|꜖꜒|nˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.passive.indicative.PRES] => |ɭʲ|uː|꜖|m̥ˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.passive.indicative.PAST] => |ᵑǃʼʲ|iː|꜖꜒|tɬˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.passive.imperative.PRES] => |ᵏǃʷ|i#ː|꜒꜖|t͡sʷ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.passive.imperative.PAST] => |ʃˠ|a|꜖|htˤ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.passive.conditional.PRES] => |ᵏǁʲ|i|꜖|kʼʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.passive.conditional.PAST] => |ᵑǃʲ|iː|̰꜒|m̥ʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.passive.optative.PRES] => |kʰˠ|ʉ|̰꜒|qʼʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.NEG.passive.optative.PAST] => |tʲ|i|꜒|ʡʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.active.indicative.PRES] => |tʰʲ|ᵊ|꜒|kʼˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.active.indicative.PAST] => |rˤ|a|꜖꜒|wˤ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.active.imperative.PRES] => |ʜˠ|u#|꜖꜒|mˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.active.imperative.PAST] => |ᵑǀʲ|u|꜒꜖|ɾˤ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.active.conditional.PRES] => |ɰʷ|ʉ|꜖|ɾˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.active.conditional.PAST] => |ᵑǀʼˤ|iː|̰꜒|r̥ˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.active.optative.PRES] => |qˤ|ʉ|꜒꜖|sˠ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.active.optative.PAST] => |pʲ|iː|꜖|tʰʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.passive.indicative.PRES] => |ɽˠ|ʉ#ː|̰꜒|kʷ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.passive.indicative.PAST] => |hkʷ|ʉ#ː|꜖꜒|ʡʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.passive.imperative.PRES] => |n̥ʲ|i#ː|꜒꜖|t͡sˤ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.passive.imperative.PAST] => |ᵏǃʲ|ᵊ|̰꜖|kʼʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.passive.conditional.PRES] => |m̥ʲ|i|꜒|ɰˤ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.passive.conditional.PAST] => |ʋʲ|i|꜖꜒|t͡sʲ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.passive.optative.PRES] => |ɗˤ|aː|꜒|sʷ|-
[not.Q.3.cl.3.3.cl.2.1incl.POS.passive.optative.PAST] => |pʰʲ|a|꜒|ɓʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.active.indicative.PRES] => |ᵑǃˤ|i|꜖꜒|n̥ʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.active.indicative.PAST] => |kʼʷ|aː|̰꜖|ŋˠ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.active.imperative.PRES] => |ᵏǃʰˤ|ᵊ|̰꜖|ŋʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.active.imperative.PAST] => |ᵏǃʼʲ|i#ː|꜒꜖|ʜʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.active.conditional.PRES] => |ʃˠ|i#ː|̰꜖|kʰʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.active.conditional.PAST] => |pʲ|a#ː|̰꜖|r̥ʷ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.active.optative.PRES] => |qʲ|i|꜒꜖|nʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.active.optative.PAST] => |ᵑǁʲ|i|꜖|ɥˠ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.passive.indicative.PRES] => |ᵏǀʷ|i|̰꜒|tʰˤ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.passive.indicative.PAST] => |ʡˠ|ᵊ|꜒|ʈʼʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ɥˠ|ᵊ|꜖꜒|mʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.passive.imperative.PAST] => |r̥ˤ|a|̰꜖|ɰˠ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.passive.conditional.PRES] => |hkˠ|uː|꜖|tʼʷ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ʃʲ|ᵊ|꜖꜒|ɓˤ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.passive.optative.PRES] => |ᵏǀˤ|ʉ|̰꜖|kʷ|-
[not.Q.3.cl.3.3.cl.2.1excl.NEG.passive.optative.PAST] => |ᵏǃʼˠ|i|꜒|ɠˤ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.active.indicative.PRES] => |tʲ|ʉ|꜒꜖|qˠ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.active.indicative.PAST] => |h|uː|꜖꜒|kˠ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.active.imperative.PRES] => |ɾˤ|aː|̰꜒|rˤ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.active.imperative.PAST] => |ŋˠ|ᵊ|꜖|qʷ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.active.conditional.PRES] => |ᵑǀʲ|ᵊ|꜒꜖|kʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.active.conditional.PAST] => |ʜˠ|a|꜒|wʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.active.optative.PRES] => |lˠ|ᵊ|꜒|ʂʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.active.optative.PAST] => |ɥʲ|iː|̰꜒|hkˠ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.passive.indicative.PRES] => |ᵏǀʼʷ|ʉ|̰꜒|tʼʷ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.passive.indicative.PAST] => |ᵑǀˤ|uː|꜖꜒|pʼʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.passive.imperative.PRES] => |ᵏǀʰˤ|a|꜒꜖|ʃʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.passive.imperative.PAST] => |ʛˠ|u|꜒|rʲ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.passive.conditional.PRES] => |kʼˤ|iː|̰꜖|ʜˠ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.passive.conditional.PAST] => |ŋ̥ˤ|aː|꜖|qʼʷ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.passive.optative.PRES] => |tʰˤ|i|꜒|ɴˤ|-
[not.Q.3.cl.3.3.cl.2.1excl.POS.passive.optative.PAST] => |lˠ|i#|꜖꜒|r̥ʲ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.active.indicative.PRES] => |htˤ|ʉː|꜖|kʰʲ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.active.indicative.PAST] => |hʈˠ|ʉ|꜖꜒|kʰˠ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.active.imperative.PRES] => |ᵏǃˤ|ʉː|꜖|pˠ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.active.imperative.PAST] => |mˠ|aː|̰꜒|ʡʲ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.active.conditional.PRES] => |ŋ̥ˤ|ᵊ|꜖꜒|mˤ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.active.conditional.PAST] => |ᵑǃʼʲ|i#ː|꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.active.optative.PRES] => |ʛʲ|aː|꜒|qˠ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.active.optative.PAST] => |ᵏǃˤ|ʉ|꜖|tˤ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.passive.indicative.PRES] => |ʈʼʲ|i#ː|꜒꜖|ɥˠ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.passive.indicative.PAST] => |ᵑǀˠ|u|̰꜖|tʷ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.passive.imperative.PRES] => |ɳʲ|ᵊ|̰꜖|m̥ˠ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.passive.imperative.PAST] => |t͡ʂʲ|aː|꜒꜖|ʄˠ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.passive.conditional.PRES] => |ɳ̥ʲ|ᵊ|̰꜖|rʲ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.passive.conditional.PAST] => |t͡sˤ|u|꜒꜖|mʲ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.passive.optative.PRES] => |ɰʲ|i|̰꜖|ɓˤ|-
[not.Q.3.cl.3.3.cl.2.2.NEG.passive.optative.PAST] => |kʰʷ|iː|꜒|ɠˠ|-
[not.Q.3.cl.3.3.cl.2.2.POS.active.indicative.PRES] => |htˠ|a#|̰꜖|ʛˠ|-
[not.Q.3.cl.3.3.cl.2.2.POS.active.indicative.PAST] => |ɳˠ|ʉ#|̰꜒|ɳʲ|-
[not.Q.3.cl.3.3.cl.2.2.POS.active.imperative.PRES] => |t͡sʲ|a#ː|꜖|t͡sʲ|-
[not.Q.3.cl.3.3.cl.2.2.POS.active.imperative.PAST] => |ᵑǀʲ|ʉː|꜖꜒|ŋʷ|-
[not.Q.3.cl.3.3.cl.2.2.POS.active.conditional.PRES] => |ᵑǃˤ|i|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.2.2.POS.active.conditional.PAST] => |wˠ|u|̰꜒|ɽˠ|-
[not.Q.3.cl.3.3.cl.2.2.POS.active.optative.PRES] => |ɭˠ|u|꜒|ɥʲ|-
[not.Q.3.cl.3.3.cl.2.2.POS.active.optative.PAST] => |ɗˤ|ᵊ|̰꜖|tʼʲ|-
[not.Q.3.cl.3.3.cl.2.2.POS.passive.indicative.PRES] => |ᵑǀʼˠ|i|꜒꜖|sʲ|-
[not.Q.3.cl.3.3.cl.2.2.POS.passive.indicative.PAST] => |t͡sʲ|aː|꜖꜒|rˠ|-
[not.Q.3.cl.3.3.cl.2.2.POS.passive.imperative.PRES] => |ᵏǃʰʲ|i|̰꜖|qʲ|-
[not.Q.3.cl.3.3.cl.2.2.POS.passive.imperative.PAST] => |ʄʲ|i|̰꜒|ɗʷ|-
[not.Q.3.cl.3.3.cl.2.2.POS.passive.conditional.PRES] => |ɰʷ|i#ː|꜒|ɴˠ|-
[not.Q.3.cl.3.3.cl.2.2.POS.passive.conditional.PAST] => |qʼʲ|i#ː|̰꜒|mʲ|-
[not.Q.3.cl.3.3.cl.2.2.POS.passive.optative.PRES] => |ᵏǀʰʷ|a|꜖꜒|wʲ|-
[not.Q.3.cl.3.3.cl.2.2.POS.passive.optative.PAST] => |ᵑǃʷ|a|̰꜒|kʰʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |ᵏǃʰʲ|ʉ|̰꜒|tʼˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ŋ̥ˠ|u#|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |ʜˠ|a#|꜒|n̥ʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |ᵏǀʲ|aː|̰꜖|mʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |ɹˠ|a|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |kʰʲ|iː|꜒꜖|ɠʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |ᵏǀˠ|ʉ#ː|꜒꜖|tʼʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |r̥ˠ|i#|̰꜒|tʼˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |ʈʼʲ|ʉ|꜖꜒|ŋ̥ˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǃʲ|ʉ#ː|̰꜖|qʼʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |htʷ|i|꜒꜖|ɽˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ɹˤ|ᵊ|̰꜒|tʼˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |t͡sʷ|ᵊ|̰꜖|t͡sʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |m̥ˠ|ᵊ|꜖|ʈʰʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ᵏǁʼˠ|a#ː|̰꜒|ɰʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |sˠ|u#|꜒꜖|nˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |tɬʲ|ᵊ|̰꜖|ɹʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |kˤ|i#|꜖꜒|t͡sʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |ɗˠ|ʉ#ː|̰꜒|kʰʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |tˠ|ʉː|꜒꜖|mʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |ŋ̥ʷ|a#|꜖꜒|m̥ˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |ʈʲ|ᵊ|̰꜒|m̥ˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ᵑǃˠ|a#ː|꜒꜖|ɹˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.active.optative.PAST] => |tɬʲ|a|꜒꜖|ɾˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |ŋʷ|ʉ#ː|꜖꜒|hʈʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ᵑǀʼˤ|u#|꜖꜒|t͡ʃ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |hkʷ|ʉ|̰꜖|tʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |kʼˤ|i|꜒|ɓˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |tʰˠ|ʉ|꜖|wʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |m̥ˤ|i|꜖꜒|ɹˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ʄʲ|aː|꜖꜒|ɴʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ᵏǁʼˠ|iː|꜖꜒|hkˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |kʰʲ|u|꜖꜒|kʼˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |ɠʷ|ʉ|̰꜒|tɬʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ʜʲ|iː|꜒꜖|t͡sˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ɗʲ|ᵊ|꜒꜖|tʰʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |nˠ|a|̰꜒|tʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ᵑǃˤ|u|̰꜖|t͡sʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ŋ̥ˤ|aː|̰꜒|m̥ˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |ᵑǃˤ|i|꜖꜒|ʛʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |ʡˠ|a|꜒꜖|ʡʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |pˤ|ᵊ|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |kʰˤ|i|꜖|kˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |wˤ|i|꜖|tʼʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |rʲ|a|̰꜖|n̥ʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |ɗˠ|ᵊ|̰꜒|ɹˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |ɾˠ|a|꜖꜒|hpˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ʋˤ|u|̰꜒|sʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |wˤ|iː|̰꜒|pʰʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |t͡sˤ|u|꜒꜖|kʼʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |n̥ʷ|a#ː|꜒꜖|ɗˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ʋˠ|aː|꜖꜒|r̥ʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ɭˠ|a|̰꜖|ɰˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |ᵑǃʼʷ|ʉ#|꜖꜒|tʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.active.optative.PRES] => |ᵑǃʲ|iː|̰꜖|n̥ʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.active.optative.PAST] => |ʈʰˠ|a#|꜖꜒|t͡sʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ᵑǁʲ|ʉ|̰꜒|ɗˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |ᵏǁʼˠ|a|꜖|lˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |ᵏǀʰˤ|a#|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |ʈʰˠ|i|̰꜒|ɹʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |mˠ|a|꜒꜖|qʼʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |t͡ʂˠ|i|꜖꜒|qʼˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ɹʲ|ᵊ|꜖|tʼʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |pʰˤ|ᵊ|̰꜒|ʂˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |ʋʲ|a|꜒꜖|wʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |r̥ʲ|ʉ|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |ᵑǁʲ|a|꜒꜖|tʰʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ᵏǃʰʲ|a|꜖|ɽʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |sʲ|a#ː|̰꜖|ŋʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |ʈʲ|iː|꜖|kʼˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |ɗˠ|iː|̰꜒|ɠˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |ᵏǃʰˤ|u|̰꜒|ʄˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |t͡ʂʲ|a|̰꜖|ɰʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |qˤ|i#ː|꜖|ɴʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ŋʲ|i|꜒|kˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |h|iː|꜖|ɭˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǃˠ|ᵊ|꜖|qʼˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ᵏǀʰʷ|ʉ|꜒꜖|hkˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |wˤ|a#ː|꜒|tʼʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |ᵏǀʼʲ|ʉː|꜒|tʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |hkˤ|uː|̰꜒|qˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ɥˤ|a|꜒꜖|nˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |ʃʲ|u|꜒|ɓˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |kʲ|uː|꜖꜒|sˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |ᵏǃʰˤ|a|꜒|t͡sˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʰˤ|ᵊ|꜖꜒|ɾˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.active.optative.PRES] => |ᵑǃˤ|ʉ#ː|꜒꜖|sʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.active.optative.PAST] => |ʋʲ|ʉ|̰꜒|mʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |sˠ|iː|꜖|pʼˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |wʲ|ᵊ|꜒꜖|qʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ᵏǀʲ|a|̰꜒|qʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |ᵏǀʼʷ|i|꜖|ɰˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |htˤ|ʉː|꜖|wˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |t͡sˤ|a|꜒꜖|ɴˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |m̥ʲ|a#|̰꜒|ɴʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ᵑǀʼʲ|ʉ|꜒|ɭˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |mˤ|a|꜖|ʛʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |t͡sˤ|u|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |hkˤ|a|꜖|ɳˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |sˤ|ʉ|꜖꜒|ʋˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |kʰʷ|a#ː|꜒꜖|nˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |htˤ|ʉ|꜒|tʰˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ʈʼˠ|a|꜖|ʜʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |pʼʲ|a#ː|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǁʲ|u|꜒|mˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ɭˠ|i#|̰꜒|qˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |ɥˠ|ʉ|꜒|n̥ˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ʈʼʲ|ᵊ|꜖|ʋˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʰʷ|a#|꜖|ɾˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǀʰˤ|a|̰꜒|wˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ɰʲ|u|꜖꜒|t͡ʃ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ᵑǀʼˠ|iː|̰꜒|ʜʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |ɾʲ|i|꜖꜒|pʼˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |ᵏǀʰˤ|aː|̰꜒|d͡ʐʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |kˠ|a|꜒꜖|ɭʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |hʈʲ|ʉ|̰꜒|ʜˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ᵏǁʲ|ʉ|꜒꜖|ɹˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |ʋˤ|ʉː|꜒|ɠʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ʄʲ|uː|̰꜒|tʼʷ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ɭˠ|i|̰꜒|n̥ʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |n̥ˤ|i|꜖|ɽˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |r̥ʲ|i|꜒|mˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |t͡sˠ|a|꜖꜒|ʄˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |tʼˤ|ʉ#ː|꜖꜒|rˠ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |ɴˤ|a|꜖꜒|tʲ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |tʼˤ|i|̰꜖|ŋˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |ᵏǀʰˠ|u#ː|̰꜒|tˤ|-
[not.Q.3.cl.3.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |sˤ|i|̰꜖|n̥ʷ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.active.indicative.PRES] => |ᵑǁʼʲ|u|꜒|ɭʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.active.indicative.PAST] => |qˤ|ʉ#|꜒꜖|mˠ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.active.imperative.PRES] => |ᵏǃʲ|u|꜒꜖|kʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.active.imperative.PAST] => |ᵑǀʷ|ʉ#ː|꜖꜒|ŋˠ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.active.conditional.PRES] => |hpˠ|ᵊ|꜖꜒|nʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.active.conditional.PAST] => |ʛʲ|i|꜒꜖|ɠʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.active.optative.PRES] => |n̥ˠ|i#ː|̰꜖|pʼʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.active.optative.PAST] => |ɾʷ|a|꜖꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.passive.indicative.PRES] => |ɳ̥ʲ|u#ː|̰꜖|t͡sʷ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ᵏǀʲ|ʉ|̰꜒|ʈʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|u#|꜖꜒|ɗʷ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.passive.imperative.PAST] => |qʲ|ᵊ|꜒|rʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.passive.conditional.PRES] => |hkˠ|ʉ#ː|̰꜖|ɭʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.passive.conditional.PAST] => |ᵏǃˤ|u|̰꜒|ɴˠ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.passive.optative.PRES] => |htˤ|u|꜒꜖|nˤ|-
[not.Q.3.cl.3.3.cl.3.1incl.NEG.passive.optative.PAST] => |ɴˠ|ʉ#|̰꜒|ʋˤ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.active.indicative.PRES] => |ŋ̥ˤ|u|꜒|ɭʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.active.indicative.PAST] => |wʲ|iː|꜒꜖|j|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.active.imperative.PRES] => |pʰˠ|ᵊ|꜒꜖|ʋˤ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.active.imperative.PAST] => |ʡʲ|u|̰꜖|qʼʷ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.active.conditional.PRES] => |ᵑǀʷ|a|꜒|tʼʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.active.conditional.PAST] => |kʰʷ|aː|꜖|kʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.active.optative.PRES] => |r̥ˤ|aː|꜖꜒|ʂˠ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.active.optative.PAST] => |ɾʷ|ᵊ|̰꜖|pʰʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.passive.indicative.PRES] => |mʲ|ᵊ|꜒|pʼʲ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.passive.indicative.PAST] => |htˤ|ʉ|̰꜒|ɥˤ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.passive.imperative.PRES] => |t͡ʃ|u#ː|꜒|ʔ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.passive.imperative.PAST] => |ɴˠ|i|꜒|hʈˠ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.passive.conditional.PRES] => |hkˤ|a|̰꜖|r̥ˠ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.passive.conditional.PAST] => |ʂʲ|i|꜒|t͡sˤ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.passive.optative.PRES] => |tˠ|ᵊ|̰꜒|ʛˤ|-
[not.Q.3.cl.3.3.cl.3.1incl.POS.passive.optative.PAST] => |ʛˤ|ᵊ|꜖꜒|ɴˤ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.active.indicative.PRES] => |ᵑǃˤ|a|꜖|hkʷ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.active.indicative.PAST] => |ɻˠ|uː|̰꜖|rʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.active.imperative.PRES] => |n̥ˠ|i#|̰꜒|ʋˤ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.active.imperative.PAST] => |ɠʷ|a|̰꜒|ʋˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.active.conditional.PRES] => |sˤ|ʉ#|̰꜖|pʼˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.active.conditional.PAST] => |ᵏǀʼʷ|ʉː|꜒|ɹʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.active.optative.PRES] => |ᵏǃʲ|ᵊ|꜒꜖|tʰˤ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.active.optative.PAST] => |pʼˠ|i|꜖|ɴˤ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ᵏǁʰˠ|a#|̰꜒|kʰʷ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.passive.indicative.PAST] => |ɻʲ|i|꜖|ɥʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.passive.imperative.PRES] => |ʜʲ|u#ː|꜖|ɳˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ɻˠ|ᵊ|꜒|kʼˤ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.passive.conditional.PRES] => |ɥˠ|a|꜒꜖|ʈʼˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.passive.conditional.PAST] => |ᵏǀʷ|a#ː|꜖|rʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.passive.optative.PRES] => |tʰˤ|ᵊ|꜖꜒|ɾʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.NEG.passive.optative.PAST] => |ɭʲ|i|̰꜖|rˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.active.indicative.PRES] => |ᵏǁʰˠ|iː|꜖|ʋˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.active.indicative.PAST] => |ɗʷ|i#ː|꜖꜒|kʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.active.imperative.PRES] => |tʷ|ᵊ|꜒꜖|n̥ʷ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.active.imperative.PAST] => |ɹʷ|i|̰꜖|ʛˤ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.active.conditional.PRES] => |ɹʲ|u#ː|꜖|ʈʼˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.active.conditional.PAST] => |m̥ʲ|i|̰꜒|ɗˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.active.optative.PRES] => |tʷ|i#ː|̰꜖|ɳʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.active.optative.PAST] => |ʈʼʲ|i|꜖|ŋˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.passive.indicative.PRES] => |hkˤ|a|̰꜒|ʋˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.passive.indicative.PAST] => |sʷ|a|꜒|qʼʷ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.passive.imperative.PRES] => |hkʷ|iː|꜖꜒|qˤ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.passive.imperative.PAST] => |ᵏǃʼˤ|i#|̰꜒|qʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.passive.conditional.PRES] => |ŋ̥ˠ|i|̰꜖|ʡˠ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.passive.conditional.PAST] => |tʼˠ|u|꜖|ʋʲ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.passive.optative.PRES] => |ɠʲ|a|꜖꜒|ɗʷ|-
[not.Q.3.cl.3.3.cl.3.1excl.POS.passive.optative.PAST] => |ʃʲ|a|꜖꜒|nˠ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.active.indicative.PRES] => |j|a|̰꜒|hʈˠ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.active.indicative.PAST] => |lˠ|a|꜖|lˠ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.active.imperative.PRES] => |ŋ̥ˠ|u#ː|꜒꜖|tɬˠ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.active.imperative.PAST] => |ɗʷ|i|̰꜒|rʲ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.active.conditional.PRES] => |ᵏǀʰʷ|a|꜖|ɹʷ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.active.conditional.PAST] => |ʈʰˠ|u|꜒꜖|ɹˤ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.active.optative.PRES] => |hʈˠ|a|̰꜖|nˤ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.active.optative.PAST] => |nʷ|ʉ|꜒꜖|ʄˠ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.passive.indicative.PRES] => |ʛʷ|ʉ#ː|꜖|ɰˤ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.passive.indicative.PAST] => |ᵏǁʲ|ʉː|̰꜒|htʲ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.passive.imperative.PRES] => |nʷ|ᵊ|̰꜖|ʄʲ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.passive.imperative.PAST] => |ᵏǁʼˠ|iː|꜖꜒|ŋʷ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.passive.conditional.PRES] => |ᵑǃʼˤ|i|꜖|qˠ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.passive.conditional.PAST] => |kʼʲ|ᵊ|꜖꜒|ʋˠ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.passive.optative.PRES] => |pʼˤ|ᵊ|꜒|ɻʲ|-
[not.Q.3.cl.3.3.cl.3.2.NEG.passive.optative.PAST] => |ᵏǀˠ|ʉ|꜖|n̥ʲ|-
[not.Q.3.cl.3.3.cl.3.2.POS.active.indicative.PRES] => |tʼˤ|iː|꜖꜒|qˠ|-
[not.Q.3.cl.3.3.cl.3.2.POS.active.indicative.PAST] => |ʛʲ|iː|̰꜒|ɗʲ|-
[not.Q.3.cl.3.3.cl.3.2.POS.active.imperative.PRES] => |wˤ|ʉ|꜒꜖|n̥ʷ|-
[not.Q.3.cl.3.3.cl.3.2.POS.active.imperative.PAST] => |d͡ʐʲ|ᵊ|꜒꜖|nʷ|-
[not.Q.3.cl.3.3.cl.3.2.POS.active.conditional.PRES] => |ɰˠ|a|꜖|ɥˤ|-
[not.Q.3.cl.3.3.cl.3.2.POS.active.conditional.PAST] => |ʈˠ|ʉː|̰꜒|pʰˠ|-
[not.Q.3.cl.3.3.cl.3.2.POS.active.optative.PRES] => |ᵏǀˠ|i#ː|̰꜖|n̥ʲ|-
[not.Q.3.cl.3.3.cl.3.2.POS.active.optative.PAST] => |ᵏǁˠ|ʉ#ː|꜖꜒|sʷ|-
[not.Q.3.cl.3.3.cl.3.2.POS.passive.indicative.PRES] => |hkˤ|ᵊ|̰꜖|qʼˠ|-
[not.Q.3.cl.3.3.cl.3.2.POS.passive.indicative.PAST] => |ʜʲ|i|̰꜒|ɗʷ|-
[not.Q.3.cl.3.3.cl.3.2.POS.passive.imperative.PRES] => |kʼʷ|a|꜒꜖|pˠ|-
[not.Q.3.cl.3.3.cl.3.2.POS.passive.imperative.PAST] => |tʰˤ|a|꜖|t͡ʃ|-
[not.Q.3.cl.3.3.cl.3.2.POS.passive.conditional.PRES] => |tʰʷ|i|꜒|ɳʲ|-
[not.Q.3.cl.3.3.cl.3.2.POS.passive.conditional.PAST] => |r̥ʷ|i#ː|̰꜒|htˤ|-
[not.Q.3.cl.3.3.cl.3.2.POS.passive.optative.PRES] => |htˤ|i|꜖꜒|kʼˤ|-
[not.Q.3.cl.3.3.cl.3.2.POS.passive.optative.PAST] => |ɳˠ|iː|̰꜖|kʼˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |pˤ|ʉ#|꜖꜒|rʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |n̥ʷ|a|꜒꜖|ɓʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |qʼʷ|ʉ|꜒꜖|ɰʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ᵏǁʼʲ|ᵊ|̰꜖|pʼˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |kʼˤ|ᵊ|꜖꜒|htˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ɴˤ|aː|꜖|ŋʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |tʰʲ|u|꜒꜖|ɾˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |ŋ̥ʲ|i#|꜖꜒|ɾˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ʋʲ|i|꜖꜒|qʼˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |ɥˠ|ʉ|̰꜒|tʰˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ʛʷ|ᵊ|̰꜒|ɴʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǃʼʷ|a|꜒|pʰʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |hpˠ|ʉː|꜒|ʋˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |ᵏǃʰˤ|u|꜖꜒|t͡sˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ŋˠ|u|꜒|ʈʼˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |ŋˠ|iː|꜒|tʰʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |qʼʷ|ʉ|꜒꜖|pʼˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |ʄˠ|ᵊ|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |ɽˠ|a|꜒|n̥ʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |rʲ|ʉː|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ᵏǁʰʲ|ᵊ|̰꜖|htʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |tʰˠ|a|꜖|tʰʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.active.optative.PRES] => |qʼʲ|ᵊ|꜖꜒|t͡ʃ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.active.optative.PAST] => |tʰˤ|ᵊ|̰꜒|kʼʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |tʼʷ|iː|꜖꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |ŋ̥ˠ|i|꜒|pʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |hʈˠ|ᵊ|꜒|ʜʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |ʄʲ|a|꜒|tˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |ɰʲ|a|꜒|ɹʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |ᵏǁʼʲ|i|꜒꜖|n̥ʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ᵏǁʼˠ|uː|꜖|ɹʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |tʰˠ|a#|̰꜖|ɠʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |pʰˠ|a|꜒꜖|hpˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ᵏǃʰˤ|uː|̰꜖|pʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |kʼˤ|i|꜒꜖|ʈˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |sʷ|i#ː|̰꜖|tʼˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |r̥ˤ|ᵊ|꜒꜖|t͡ʂˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ʜˠ|i|̰꜒|ʛʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |ᵑǁʼˠ|ʉ#|꜖꜒|ɰʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |ᵏǀʼˠ|ʉː|̰꜖|ʃʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |tʼʲ|ʉː|꜖꜒|lʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |htˤ|u|꜖꜒|ʛʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ɻʲ|i|̰꜒|ɹˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |pˤ|ᵊ|̰꜒|t͡ʃ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |ŋ̥ˤ|u|꜒|qʼˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |tʰʲ|a|꜒꜖|ʡˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |tʼʲ|aː|̰꜖|pʼʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |d͡ʐˠ|ᵊ|꜒|kˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |ʛʲ|i|꜖꜒|wˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ʈʰˠ|ᵊ|̰꜒|t͡sʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |mʲ|ʉ#|꜖꜒|tʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |qˤ|i|̰꜒|ʛʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |ɓˤ|ᵊ|꜖꜒|ɗˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |t͡sʷ|i|꜖|d͡ʐˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.active.optative.PRES] => |ʄˠ|ʉ#ː|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.active.optative.PAST] => |tˤ|u|̰꜒|ʜʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ᵑǀʼˠ|uː|̰꜖|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |htˤ|u|꜒|ɰʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |pʰˤ|aː|꜒|ŋ̥ˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀʼˠ|a|̰꜖|ɠʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ʛˤ|uː|꜖꜒|qˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |ᵑǀʼʲ|a#ː|꜖|ʛˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |ᵏǀʼˠ|a#ː|̰꜖|ɴʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |tɬˠ|aː|꜖|qʼˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |tʼʲ|uː|꜒|n̥ˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀˠ|ʉ|꜒꜖|ɴʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |h|ʉ|̰꜒|tʰˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |ʈʰˠ|a|꜖꜒|ɥʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |kʰʷ|iː|̰꜖|ɥʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ʃʲ|a#|̰꜖|mˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |tʼˤ|i|꜒|ʜˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |hkˠ|u#|꜖꜒|wʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |ŋ̥ʲ|i#|꜖|tʰˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʼˠ|ʉ#ː|꜖|ɰʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |ɠʲ|i#ː|̰꜒|kʼˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ᵑǁʲ|ʉ|̰꜒|pʼˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |m̥ˤ|a|̰꜖|lʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ŋ̥ˤ|uː|̰꜖|ɴˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |htʲ|i#ː|̰꜒|t͡sʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |qʷ|iː|꜒|pʼˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ɴʷ|ʉː|꜖꜒|ɓˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |ɳ̥ˠ|ʉ|꜖꜒|n̥ʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |pʼˠ|a|̰꜒|nʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |ᵑǀˤ|a|̰꜒|ɗʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |ʡˠ|aː|꜒|ɠˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ʃʲ|i|̰꜒|rʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.active.optative.PRES] => |ʔ|iː|꜖|wʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ɰˤ|i|̰꜖|kʼʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |mʲ|iː|̰꜒|tʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |ᵏǁˠ|ʉ|꜖|ɓʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |ᵑǃʼʷ|ʉ#ː|꜖|m̥ʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ᵑǃˤ|aː|꜒꜖|ɹʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |t͡sʲ|a#ː|꜖꜒|tʼʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |tʼˤ|a|̰꜒|m̥ˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |ɳˠ|ʉ|꜖|ʈˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |kʲ|ᵊ|꜖꜒|sˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ɰʲ|aː|̰꜒|ʈʼˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |kʼʷ|ʉ|꜒꜖|r̥ʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |ᵑǃˤ|iː|̰꜖|hkˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |hʈˠ|ʉ#|̰꜖|mˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |tɬˠ|ʉ#ː|̰꜒|qˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |ᵏǀʼʷ|ʉ|꜖|ʈʰˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |hʈˠ|a|̰꜒|kʰʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |ᵏǁʼˠ|ʉ|꜒꜖|tʼʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʰˠ|i|̰꜒|ɓˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ŋ̥ˤ|u#|꜖|tʼʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |hkʲ|ᵊ|꜖꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |kʼˤ|u#|꜒|n̥ʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |kʼˤ|i#ː|̰꜒|qʼˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |n̥ˤ|ʉ|̰꜖|ɥˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |ɠˤ|aː|꜒|j|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |ŋ̥ˤ|i#ː|꜒꜖|pʼˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |mˤ|i|̰꜖|t͡sˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |ᵏǁʼˠ|ʉ|꜖|ɹˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |hʈʲ|uː|̰꜒|nʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ᵏǁʰˠ|aː|꜒꜖|htˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |ɳ̥ˠ|ʉ|̰꜖|ɻʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ʈʰˠ|ᵊ|꜖|ŋʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.active.optative.PRES] => |pʲ|a|̰꜒|ɳʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.active.optative.PAST] => |ɠʷ|ʉː|꜖꜒|ɠʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ɓʲ|ᵊ|꜖|ʈˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |ŋ̥ˤ|ᵊ|꜖꜒|ŋʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |ɓʲ|i#ː|̰꜖|kˤ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |t͡ʂˠ|ʉ|̰꜖|qˠ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ɓʲ|i#|꜖|t͡sʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |ʄʲ|ʉ#ː|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ᵏǃʼˤ|u#ː|꜒꜖|qʼʷ|-
[not.Q.3.cl.3.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |ᵏǁʲ|i|̰꜒|nˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.active.indicative.PRES] => |sˠ|i|꜖|kʼˤ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.active.indicative.PAST] => |hpʲ|a|꜒|n̥ʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.active.imperative.PRES] => |ʛʲ|aː|̰꜒|hkʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.active.imperative.PAST] => |mʲ|a|꜒꜖|ʜˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.active.conditional.PRES] => |ᵏǀʼʲ|i|̰꜖|ɭˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.active.conditional.PAST] => |ʋˤ|a#|꜖꜒|ɳˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.active.optative.PRES] => |qʷ|i|̰꜖|kʷ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.active.optative.PAST] => |ᵏǃˤ|aː|̰꜒|ʂˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ɻʲ|ᵊ|̰꜒|ɠʷ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.passive.indicative.PAST] => |ɳʲ|aː|̰꜖|kˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.passive.imperative.PRES] => |r̥ʲ|aː|꜒|qʼʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.passive.imperative.PAST] => |ɰˠ|ʉ#ː|̰꜖|pʼˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.passive.conditional.PRES] => |qʼˠ|iː|̰꜖|kˤ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ʛˠ|a|꜖|ɠˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.passive.optative.PRES] => |ɗˠ|u|꜖|ŋ̥ˤ|-
[not.Q.3.cl.3.3.cl.4.1incl.NEG.passive.optative.PAST] => |ɳʲ|uː|꜖꜒|ɻˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.active.indicative.PRES] => |ᵑǀʼˤ|ʉ|̰꜖|ʈʰʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.active.indicative.PAST] => |t͡ʂʲ|a|꜒|qʼʷ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.active.imperative.PRES] => |ᵏǀʰʷ|i|꜖|ɠʷ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.active.imperative.PAST] => |pʲ|aː|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.active.conditional.PRES] => |ᵏǀʰˠ|iː|꜖|mˤ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.active.conditional.PAST] => |pʲ|ᵊ|̰꜖|ɓˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.active.optative.PRES] => |ᵑǀˤ|ʉ|̰꜖|ʛˠ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.active.optative.PAST] => |ᵏǃʷ|iː|꜒|ɰˤ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.passive.indicative.PRES] => |pˠ|ʉː|̰꜒|j|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.passive.indicative.PAST] => |ᵑǀʼˠ|ʉ|̰꜒|ŋʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.passive.imperative.PRES] => |htˠ|u|̰꜖|rʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.passive.imperative.PAST] => |ᵑǃˠ|u#ː|꜒|ɗʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.passive.conditional.PRES] => |ɾˠ|ʉː|̰꜒|t͡sʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.passive.conditional.PAST] => |ᵑǀˠ|i|꜖|ŋ̥ʷ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.passive.optative.PRES] => |lʲ|ᵊ|꜖꜒|pʰʲ|-
[not.Q.3.cl.3.3.cl.4.1incl.POS.passive.optative.PAST] => |n̥ˤ|a|꜖꜒|ɗˤ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.active.indicative.PRES] => |nʲ|a|꜖꜒|j|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.active.indicative.PAST] => |htˠ|a|̰꜒|j|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.active.imperative.PRES] => |ɰˠ|ʉ#|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.active.imperative.PAST] => |ᵏǀʷ|i|꜒|rˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.active.conditional.PRES] => |ɗʲ|a|̰꜖|ɥˤ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.active.conditional.PAST] => |kˤ|i|̰꜒|ʋʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.active.optative.PRES] => |ɻˠ|u|꜖꜒|lˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.active.optative.PAST] => |sˠ|a|̰꜖|ʡˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ᵏǁˠ|uː|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ʈˠ|a|꜖꜒|kʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.passive.imperative.PRES] => |ᵏǁʰʲ|i|꜒꜖|ɻˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.passive.imperative.PAST] => |ŋ̥ʲ|a|̰꜖|ɴˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.passive.conditional.PRES] => |ʂˠ|ᵊ|̰꜖|r̥ʷ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.passive.conditional.PAST] => |ɾʲ|a#ː|꜖|kʷ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.passive.optative.PRES] => |hkʷ|iː|꜖|ɾˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.NEG.passive.optative.PAST] => |kʼʷ|a|꜖|ɠʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.active.indicative.PRES] => |ʈʰʲ|a|̰꜖|ɠʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.active.indicative.PAST] => |ᵑǃʷ|ʉ#ː|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.active.imperative.PRES] => |ᵑǀˤ|a|꜖|ŋˤ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.active.imperative.PAST] => |ɳʲ|i|̰꜖|ɾʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.active.conditional.PRES] => |kˤ|u#|꜒|sʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.active.conditional.PAST] => |tʼʷ|ᵊ|̰꜖|ʡʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.active.optative.PRES] => |ɗʲ|a|꜖|tʰʷ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.active.optative.PAST] => |ɽʲ|iː|꜒|ŋ̥ˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.passive.indicative.PRES] => |tˤ|ʉ|꜒꜖|ɥˤ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.passive.indicative.PAST] => |ʈʼʲ|a|꜖꜒|ʋˠ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.passive.imperative.PRES] => |htˤ|ᵊ|꜖꜒|ʡʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.passive.imperative.PAST] => |ɓʲ|i|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.passive.conditional.PRES] => |kʼʲ|a#ː|꜖꜒|hpʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.passive.conditional.PAST] => |rˠ|i|꜖|ŋʲ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.passive.optative.PRES] => |ᵏǀʰʲ|i|̰꜖|ʋˤ|-
[not.Q.3.cl.3.3.cl.4.1excl.POS.passive.optative.PAST] => |qˠ|u#ː|꜒|qʼˠ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.active.indicative.PRES] => |tʰʲ|ᵊ|꜒꜖|t͡sˠ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.active.indicative.PAST] => |mʲ|a|꜖|ɹʷ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.active.imperative.PRES] => |hpˠ|ʉː|̰꜖|ʂʲ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.active.imperative.PAST] => |ʈʰʲ|a|꜒|tɬʲ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.active.conditional.PRES] => |t͡sʷ|i|꜒|mˤ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.active.conditional.PAST] => |sʲ|a|꜖|j|-
[not.Q.3.cl.3.3.cl.4.2.NEG.active.optative.PRES] => |ᵑǃʼˤ|a#|꜒|kʼʷ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.active.optative.PAST] => |n̥ˠ|i|꜒|ʡʲ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.passive.indicative.PRES] => |tɬʲ|u|꜖|nʲ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.passive.indicative.PAST] => |ɭˠ|aː|̰꜒|rˠ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.passive.imperative.PRES] => |tˠ|iː|꜒|kʷ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.passive.imperative.PAST] => |lˠ|ᵊ|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.passive.conditional.PRES] => |ɳ̥ˠ|aː|꜖꜒|ʄʲ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.passive.conditional.PAST] => |ᵑǁʼʲ|uː|꜖|pʰˤ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.passive.optative.PRES] => |mˠ|ᵊ|꜒|rʷ|-
[not.Q.3.cl.3.3.cl.4.2.NEG.passive.optative.PAST] => |hpˠ|a|꜒|ʄˠ|-
[not.Q.3.cl.3.3.cl.4.2.POS.active.indicative.PRES] => |ᵏǀʲ|u|꜒|t͡ʂˠ|-
[not.Q.3.cl.3.3.cl.4.2.POS.active.indicative.PAST] => |ʈʼˠ|u|꜖|ʃˠ|-
[not.Q.3.cl.3.3.cl.4.2.POS.active.imperative.PRES] => |kʰʷ|ᵊ|꜖|t͡ʃ|-
[not.Q.3.cl.3.3.cl.4.2.POS.active.imperative.PAST] => |ᵑǁʼʲ|ᵊ|̰꜖|ɰʲ|-
[not.Q.3.cl.3.3.cl.4.2.POS.active.conditional.PRES] => |ɻʲ|i#ː|̰꜒|ɠʷ|-
[not.Q.3.cl.3.3.cl.4.2.POS.active.conditional.PAST] => |ʜˠ|aː|꜒|hkʷ|-
[not.Q.3.cl.3.3.cl.4.2.POS.active.optative.PRES] => |kʷ|a|꜖꜒|htʷ|-
[not.Q.3.cl.3.3.cl.4.2.POS.active.optative.PAST] => |pˤ|iː|̰꜖|mˤ|-
[not.Q.3.cl.3.3.cl.4.2.POS.passive.indicative.PRES] => |m̥ˤ|a|꜖꜒|htʷ|-
[not.Q.3.cl.3.3.cl.4.2.POS.passive.indicative.PAST] => |ᵑǁʼʲ|a|꜖|t͡sˤ|-
[not.Q.3.cl.3.3.cl.4.2.POS.passive.imperative.PRES] => |ɴʲ|i|̰꜒|ʈˠ|-
[not.Q.3.cl.3.3.cl.4.2.POS.passive.imperative.PAST] => |ᵏǃʲ|a|̰꜖|ʋʲ|-
[not.Q.3.cl.3.3.cl.4.2.POS.passive.conditional.PRES] => |mˠ|aː|꜖|ɳˠ|-
[not.Q.3.cl.3.3.cl.4.2.POS.passive.conditional.PAST] => |ɠʲ|iː|꜖꜒|ʛˤ|-
[not.Q.3.cl.3.3.cl.4.2.POS.passive.optative.PRES] => |ʃˠ|i|̰꜒|ʄʲ|-
[not.Q.3.cl.3.3.cl.4.2.POS.passive.optative.PAST] => |qˤ|a|̰꜖|ɓʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |ᵑǃʷ|a|꜖꜒|t͡sˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |wˠ|ʉ#|꜖꜒|hʈˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |ᵑǁˠ|ʉ|̰꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |tʼˠ|i|̰꜖|hkʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |kʰˤ|ᵊ|̰꜖|ŋ̥ˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ʜʲ|ʉ|̰꜖|sˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |h|ʉ|̰꜒|mʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ɰˠ|aː|꜒|m̥ˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |tˠ|ʉ|̰꜖|n̥ˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |ʛʷ|ᵊ|꜒|n̥ʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ʄˠ|ᵊ|̰꜖|kˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀˤ|u|꜒|ɳˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |pˠ|a|꜖꜒|ʄʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |ɠˤ|u|꜒|ɳˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ᵑǀʷ|i|̰꜖|nˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |ᵑǀʼʲ|u|꜒꜖|qˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |tʰˠ|i|꜖|n̥ˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |ʜʲ|ᵊ|꜖|lˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |tʰˠ|u|꜒꜖|qˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |ɥʲ|i|꜖|tɬˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |ᵑǃˤ|ᵊ|꜖꜒|ɴʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |ɥˤ|ʉ|꜖꜒|sʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.active.optative.PRES] => |ᵏǃʰʲ|ᵊ|꜒|kʰʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ʔ|a|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |lˠ|u#|꜒|tʰʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |ʋˤ|u|̰꜒|ŋ̥ʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |ʜʲ|i#|꜒|kʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |ᵏǃʰˤ|i|̰꜖|ɰˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |qˠ|ʉ|̰꜖|kʼˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ɹˠ|u|꜖꜒|ɗˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |ʡʲ|i|꜒꜖|ɾˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |tʼˤ|i|̰꜒|ŋʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |tʷ|i|꜒|h|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀʼˤ|uː|꜖|ɰˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ʛˠ|i|̰꜖|ɠˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ɽʲ|ʉː|̰꜒|ɗʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ɰˤ|i|꜒꜖|hʈˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |ʄʲ|i|꜒꜖|qˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |pʼˤ|ʉ|꜒|pʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |tʼʷ|a|̰꜖|kʰˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |t͡ʂˠ|i|꜒|ɹˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |pʼˠ|aː|꜖꜒|ʈʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |d͡ʐʲ|a|꜒꜖|tʼˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |pʰʲ|i|꜖|ʂʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |t͡sˤ|ʉ|̰꜒|ɗˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |kʼˠ|i|̰꜖|nʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |r̥ˠ|i|꜒|ʜˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |qˠ|i|꜖|ʃˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |ŋ̥ˠ|aː|꜒꜖|ɭʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |ʛˤ|ᵊ|꜒|kˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |mˠ|a|̰꜒|ʄˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |h|a#ː|꜒|ŋ̥ʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ʂʲ|ᵊ|꜒꜖|ɴʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |mˠ|u#|꜒꜖|ɥʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.active.optative.PRES] => |wˤ|a|꜒|ɗʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.active.optative.PAST] => |pʲ|u#ː|꜖|tʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |ᵏǃˤ|u#|꜒꜖|tɬʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ʄˠ|a|꜖|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |t͡ʂʲ|u|꜒|htʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |hpʲ|aː|꜖|sˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ʋˠ|u|̰꜒|m̥ˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ɴʷ|ʉ|꜖꜒|ɥʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ᵑǁˠ|i|꜖|ʈʼˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |tʲ|i#ː|꜖|pʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |mˠ|i|꜖|ɗʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀʰʷ|ʉ|꜒|ɾʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |pˠ|u#ː|꜒꜖|hpˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |hʈˠ|ʉ#ː|̰꜒|ɰˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |ᵏǃʲ|ʉ#ː|꜖꜒|tʼˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |d͡ʐʲ|ʉ|꜖|pˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ɴʲ|u|̰꜖|kʰˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |r̥ʲ|u|꜒|t͡sʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |rʲ|a|꜖꜒|qˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǀʲ|ʉ#ː|̰꜒|nʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃˠ|ʉ#|̰꜖|pˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǁˠ|i|̰꜒|ʄˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |lˠ|u|꜖꜒|ɓʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |ɰˤ|i|꜖|pˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |htʷ|ʉ|̰꜒|hkʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ŋ̥ʲ|iː|꜖꜒|ɻˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |n̥ʲ|ʉ|̰꜒|ɭʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |pˤ|ʉ|꜖|mˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |n̥ʷ|ʉ|꜒꜖|htˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |qʲ|a#|̰꜖|qʼˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |ᵑǁʲ|a|꜖|htˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |ɻˠ|u#ː|꜒꜖|ɠˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.active.optative.PRES] => |qʼʷ|aː|꜖|pˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.active.optative.PAST] => |ɴʲ|u|̰꜖|sʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |hpʲ|ʉ|꜖꜒|ɳʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ᵏǀʰˠ|uː|꜒꜖|r̥ʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ɹʷ|iː|̰꜖|mʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |tʼˤ|uː|꜖|ʂˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |pʰˠ|iː|̰꜒|htʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |tˠ|i|꜒꜖|wʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |ᵏǀʰʷ|aː|̰꜖|pʼʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |kʰˠ|aː|꜖꜒|wˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |n̥ʲ|ᵊ|꜒|ɳˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |tʼˤ|ᵊ|꜒꜖|kʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |hpʲ|iː|꜖|ʈʼʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |kˤ|a#|꜖꜒|ʛˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |nˤ|a|̰꜒|ɓˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |lˠ|i|꜖꜒|ɴʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |r̥ˠ|aː|꜖|tʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |hkʲ|iː|꜖|rʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ʡˠ|aː|̰꜖|t͡sˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |mˤ|i|꜖|ɹˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |mˠ|a|̰꜒|kʰˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃʼʷ|i|̰꜒|ʃʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |t͡sʷ|i|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ɴˤ|a|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |r̥ʷ|a|꜒|ɰʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |ʜˠ|ʉ|꜒꜖|tʰˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |ᵑǀʼʲ|i|꜒꜖|kʰʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |pʼʲ|i|̰꜖|ɴˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |tʼʷ|a|꜒|d͡ʐʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ᵑǀʼʷ|i|꜒|ʔ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |ʈʲ|i|꜒꜖|mˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |ᵑǃʼʲ|a|̰꜒|nˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.active.optative.PRES] => |ɴˠ|i|̰꜒|qʷ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.active.optative.PAST] => |lʲ|i|꜒|hʈˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |ɹʷ|i|꜒꜖|ɹˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ɓʲ|u|̰꜖|t͡sˤ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |ᵑǁˠ|iː|꜒|ɻˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |ɓˤ|u#|꜖꜒|tʰʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |t͡ʂʲ|aː|꜒|qʲ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |tˠ|i|꜖꜒|ʃˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |t͡sʷ|iː|꜒꜖|wˠ|-
[not.Q.3.cl.3.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |t͡sʷ|i#|꜒꜖|ʛˠ|-
[not.Q.3.cl.4.none.1incl.NEG.active.indicative.PRES] => |ʋˤ|u|꜒|rˠ|-
[not.Q.3.cl.4.none.1incl.NEG.active.indicative.PAST] => |ᵏǃʰˠ|ʉː|꜖꜒|ŋ̥ˤ|-
[not.Q.3.cl.4.none.1incl.NEG.active.imperative.PRES] => |ɹʲ|ʉ|̰꜖|qʲ|-
[not.Q.3.cl.4.none.1incl.NEG.active.imperative.PAST] => |ɽʲ|a|̰꜖|ɹˠ|-
[not.Q.3.cl.4.none.1incl.NEG.active.conditional.PRES] => |ʋʲ|a#ː|̰꜒|tʰʲ|-
[not.Q.3.cl.4.none.1incl.NEG.active.conditional.PAST] => |t͡ʃ|u|̰꜖|qʷ|-
[not.Q.3.cl.4.none.1incl.NEG.active.optative.PRES] => |r̥ˤ|i#|꜒|ʛʲ|-
[not.Q.3.cl.4.none.1incl.NEG.active.optative.PAST] => |ᵑǀʼʲ|ᵊ|꜖꜒|ŋʲ|-
[not.Q.3.cl.4.none.1incl.NEG.passive.indicative.PRES] => |t͡ʂˠ|ʉ#|̰꜖|sˠ|-
[not.Q.3.cl.4.none.1incl.NEG.passive.indicative.PAST] => |hkʷ|ᵊ|꜖꜒|kʰʲ|-
[not.Q.3.cl.4.none.1incl.NEG.passive.imperative.PRES] => |ɹʲ|uː|꜖|ŋʷ|-
[not.Q.3.cl.4.none.1incl.NEG.passive.imperative.PAST] => |n̥ˠ|ᵊ|̰꜒|t͡ʂʲ|-
[not.Q.3.cl.4.none.1incl.NEG.passive.conditional.PRES] => |hkˠ|u#|꜖|r̥ˤ|-
[not.Q.3.cl.4.none.1incl.NEG.passive.conditional.PAST] => |ᵑǃʼʷ|i|̰꜖|ɴʷ|-
[not.Q.3.cl.4.none.1incl.NEG.passive.optative.PRES] => |ᵏǀʰʷ|a|꜒꜖|ʜˠ|-
[not.Q.3.cl.4.none.1incl.NEG.passive.optative.PAST] => |j|ᵊ|̰꜒|rʷ|-
[not.Q.3.cl.4.none.1incl.POS.active.indicative.PRES] => |tɬʲ|i#|꜖꜒|t͡sʲ|-
[not.Q.3.cl.4.none.1incl.POS.active.indicative.PAST] => |kʰʷ|ᵊ|꜖꜒|r̥ˤ|-
[not.Q.3.cl.4.none.1incl.POS.active.imperative.PRES] => |ʃʲ|iː|̰꜒|sʲ|-
[not.Q.3.cl.4.none.1incl.POS.active.imperative.PAST] => |ɽˠ|ʉ|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.4.none.1incl.POS.active.conditional.PRES] => |ɽʲ|ʉ|̰꜖|htʷ|-
[not.Q.3.cl.4.none.1incl.POS.active.conditional.PAST] => |qʼˠ|u#|̰꜖|m̥ˠ|-
[not.Q.3.cl.4.none.1incl.POS.active.optative.PRES] => |tʷ|i|̰꜖|wˤ|-
[not.Q.3.cl.4.none.1incl.POS.active.optative.PAST] => |ʛʷ|a|꜖꜒|ɠˠ|-
[not.Q.3.cl.4.none.1incl.POS.passive.indicative.PRES] => |ɹˤ|u|꜒|ɠˤ|-
[not.Q.3.cl.4.none.1incl.POS.passive.indicative.PAST] => |ᵏǁˠ|ʉ|꜒|sʷ|-
[not.Q.3.cl.4.none.1incl.POS.passive.imperative.PRES] => |r̥ʲ|ʉ#ː|̰꜒|ɭʲ|-
[not.Q.3.cl.4.none.1incl.POS.passive.imperative.PAST] => |mˤ|ʉ|꜖|ɾʲ|-
[not.Q.3.cl.4.none.1incl.POS.passive.conditional.PRES] => |hkʲ|i#ː|̰꜒|ɰˤ|-
[not.Q.3.cl.4.none.1incl.POS.passive.conditional.PAST] => |kʰʲ|aː|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.4.none.1incl.POS.passive.optative.PRES] => |n̥ʷ|ᵊ|̰꜖|pʼˤ|-
[not.Q.3.cl.4.none.1incl.POS.passive.optative.PAST] => |ŋ̥ʲ|u|꜖|ɭʲ|-
[not.Q.3.cl.4.none.1excl.NEG.active.indicative.PRES] => |mˠ|ᵊ|꜒|n̥ˤ|-
[not.Q.3.cl.4.none.1excl.NEG.active.indicative.PAST] => |ᵑǀʼˤ|i|̰꜒|ɾˤ|-
[not.Q.3.cl.4.none.1excl.NEG.active.imperative.PRES] => |ŋˠ|ᵊ|̰꜖|m̥ʲ|-
[not.Q.3.cl.4.none.1excl.NEG.active.imperative.PAST] => |hpʲ|u|̰꜖|ɠˤ|-
[not.Q.3.cl.4.none.1excl.NEG.active.conditional.PRES] => |ʈʰˠ|aː|꜒꜖|sʲ|-
[not.Q.3.cl.4.none.1excl.NEG.active.conditional.PAST] => |ɓˠ|a|꜒|tʰˤ|-
[not.Q.3.cl.4.none.1excl.NEG.active.optative.PRES] => |qʷ|iː|꜒|qʼˠ|-
[not.Q.3.cl.4.none.1excl.NEG.active.optative.PAST] => |ɰˤ|a#ː|̰꜖|ŋ̥ˠ|-
[not.Q.3.cl.4.none.1excl.NEG.passive.indicative.PRES] => |ᵑǁʼˠ|a|̰꜒|nˠ|-
[not.Q.3.cl.4.none.1excl.NEG.passive.indicative.PAST] => |ɥˠ|ʉː|̰꜖|ɥˤ|-
[not.Q.3.cl.4.none.1excl.NEG.passive.imperative.PRES] => |tʰˠ|i|̰꜖|wˠ|-
[not.Q.3.cl.4.none.1excl.NEG.passive.imperative.PAST] => |ᵑǃʲ|ᵊ|̰꜖|tʼʷ|-
[not.Q.3.cl.4.none.1excl.NEG.passive.conditional.PRES] => |ŋ̥ʷ|ᵊ|꜖|ɾʲ|-
[not.Q.3.cl.4.none.1excl.NEG.passive.conditional.PAST] => |ɹˠ|a#|̰꜖|ɽʲ|-
[not.Q.3.cl.4.none.1excl.NEG.passive.optative.PRES] => |ʃˠ|ʉ|̰꜖|ʛʲ|-
[not.Q.3.cl.4.none.1excl.NEG.passive.optative.PAST] => |ɳ̥ˠ|a#ː|̰꜖|t͡sʲ|-
[not.Q.3.cl.4.none.1excl.POS.active.indicative.PRES] => |ʃˠ|i|꜒|ŋˠ|-
[not.Q.3.cl.4.none.1excl.POS.active.indicative.PAST] => |m̥ˤ|a|꜒꜖|ɥˠ|-
[not.Q.3.cl.4.none.1excl.POS.active.imperative.PRES] => |ᵏǃʼʲ|i#ː|꜖꜒|ɠˤ|-
[not.Q.3.cl.4.none.1excl.POS.active.imperative.PAST] => |lˠ|u|꜒꜖|t͡ʂʲ|-
[not.Q.3.cl.4.none.1excl.POS.active.conditional.PRES] => |r̥ˠ|a|꜖|kˠ|-
[not.Q.3.cl.4.none.1excl.POS.active.conditional.PAST] => |ʋˠ|ᵊ|꜒|ŋʷ|-
[not.Q.3.cl.4.none.1excl.POS.active.optative.PRES] => |ɰˤ|ʉ#ː|̰꜒|ʃˠ|-
[not.Q.3.cl.4.none.1excl.POS.active.optative.PAST] => |kˤ|i|꜖꜒|ɰˤ|-
[not.Q.3.cl.4.none.1excl.POS.passive.indicative.PRES] => |ᵑǃʷ|a|꜒|ɴˠ|-
[not.Q.3.cl.4.none.1excl.POS.passive.indicative.PAST] => |tʼˠ|iː|̰꜒|wˤ|-
[not.Q.3.cl.4.none.1excl.POS.passive.imperative.PRES] => |kʷ|ʉ#|꜒|pʼʲ|-
[not.Q.3.cl.4.none.1excl.POS.passive.imperative.PAST] => |ᵑǀʼˤ|u#ː|̰꜖|t͡ʂʲ|-
[not.Q.3.cl.4.none.1excl.POS.passive.conditional.PRES] => |kʼˤ|i#ː|꜖|mˤ|-
[not.Q.3.cl.4.none.1excl.POS.passive.conditional.PAST] => |ʡʲ|a|̰꜒|ɓˠ|-
[not.Q.3.cl.4.none.1excl.POS.passive.optative.PRES] => |m̥ʲ|ʉː|̰꜒|tʷ|-
[not.Q.3.cl.4.none.1excl.POS.passive.optative.PAST] => |ɭˠ|ᵊ|̰꜖|nˤ|-
[not.Q.3.cl.4.none.2.NEG.active.indicative.PRES] => |ɗʲ|ᵊ|꜒꜖|ʛʲ|-
[not.Q.3.cl.4.none.2.NEG.active.indicative.PAST] => |ɗˤ|i#ː|꜒꜖|qˠ|-
[not.Q.3.cl.4.none.2.NEG.active.imperative.PRES] => |htˤ|u#ː|꜖|ɹʷ|-
[not.Q.3.cl.4.none.2.NEG.active.imperative.PAST] => |ɹʲ|ʉ#|̰꜒|wˤ|-
[not.Q.3.cl.4.none.2.NEG.active.conditional.PRES] => |ɽʲ|a#ː|꜖꜒|pʼʲ|-
[not.Q.3.cl.4.none.2.NEG.active.conditional.PAST] => |qʼʷ|i|̰꜒|hkʷ|-
[not.Q.3.cl.4.none.2.NEG.active.optative.PRES] => |n̥ˤ|i|꜖꜒|sʷ|-
[not.Q.3.cl.4.none.2.NEG.active.optative.PAST] => |ᵑǀˠ|i|̰꜒|ɰʷ|-
[not.Q.3.cl.4.none.2.NEG.passive.indicative.PRES] => |ᵏǁʲ|u|꜖|ɥˠ|-
[not.Q.3.cl.4.none.2.NEG.passive.indicative.PAST] => |qʼʷ|ʉː|꜖|hʈˠ|-
[not.Q.3.cl.4.none.2.NEG.passive.imperative.PRES] => |ᵏǀʼˤ|a#|̰꜒|ʈʰʲ|-
[not.Q.3.cl.4.none.2.NEG.passive.imperative.PAST] => |mˤ|uː|꜒꜖|t͡sʲ|-
[not.Q.3.cl.4.none.2.NEG.passive.conditional.PRES] => |ɥʲ|iː|꜒|kʼʲ|-
[not.Q.3.cl.4.none.2.NEG.passive.conditional.PAST] => |ɽʲ|a|̰꜒|tˠ|-
[not.Q.3.cl.4.none.2.NEG.passive.optative.PRES] => |ᵏǃʼˠ|a|꜖|tɬˠ|-
[not.Q.3.cl.4.none.2.NEG.passive.optative.PAST] => |r̥ʲ|a#|꜖꜒|pʲ|-
[not.Q.3.cl.4.none.2.POS.active.indicative.PRES] => |ᵑǀʼˤ|aː|꜒|ɗˠ|-
[not.Q.3.cl.4.none.2.POS.active.indicative.PAST] => |tʼʷ|a#|꜖꜒|kʼˠ|-
[not.Q.3.cl.4.none.2.POS.active.imperative.PRES] => |htʷ|i|̰꜒|ʃˠ|-
[not.Q.3.cl.4.none.2.POS.active.imperative.PAST] => |sʷ|iː|̰꜖|kʰʲ|-
[not.Q.3.cl.4.none.2.POS.active.conditional.PRES] => |pʰˠ|i#ː|꜒꜖|nʷ|-
[not.Q.3.cl.4.none.2.POS.active.conditional.PAST] => |kʲ|ᵊ|̰꜒|t͡ʂʲ|-
[not.Q.3.cl.4.none.2.POS.active.optative.PRES] => |hpˤ|ᵊ|̰꜖|qʷ|-
[not.Q.3.cl.4.none.2.POS.active.optative.PAST] => |kʷ|ᵊ|꜒|ʋˤ|-
[not.Q.3.cl.4.none.2.POS.passive.indicative.PRES] => |ɹʷ|i#ː|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.4.none.2.POS.passive.indicative.PAST] => |t͡sˤ|i#|꜖|tˠ|-
[not.Q.3.cl.4.none.2.POS.passive.imperative.PRES] => |tɬʲ|aː|꜖꜒|htˤ|-
[not.Q.3.cl.4.none.2.POS.passive.imperative.PAST] => |hʈʲ|u#ː|꜒꜖|kʰˠ|-
[not.Q.3.cl.4.none.2.POS.passive.conditional.PRES] => |ʈˠ|a|꜖꜒|ɴˠ|-
[not.Q.3.cl.4.none.2.POS.passive.conditional.PAST] => |kʼʲ|u|꜖|j|-
[not.Q.3.cl.4.none.2.POS.passive.optative.PRES] => |ᵏǃʼˤ|ᵊ|꜖꜒|sˠ|-
[not.Q.3.cl.4.none.2.POS.passive.optative.PAST] => |ᵏǃʰʷ|i|꜒|ɹˤ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.active.indicative.PRES] => |ᵏǀˠ|ᵊ|꜖|ŋ̥ʷ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʼʲ|a|꜖꜒|d͡ʐʲ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.active.imperative.PRES] => |wˠ|i#|̰꜒|n̥ˠ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.active.imperative.PAST] => |htʲ|a|꜒|tʰˤ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.active.conditional.PRES] => |ŋˠ|u|꜒|ʈʰʲ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.active.conditional.PAST] => |tʰˤ|iː|꜒|qʼˠ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.active.optative.PRES] => |r̥ˠ|ʉ|꜖|ʄˠ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.active.optative.PAST] => |ɹˤ|iː|̰꜖|ʛˠ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.passive.indicative.PRES] => |pʰˤ|ᵊ|꜒|t͡ʂˠ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.passive.indicative.PAST] => |ɾʲ|u#ː|꜒|ʋˤ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.passive.imperative.PRES] => |ɗˤ|u#ː|꜖|ʃˠ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.passive.imperative.PAST] => |ʄʲ|iː|꜖꜒|ɴˤ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.passive.conditional.PRES] => |nˤ|a#|̰꜖|ɰʲ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.passive.conditional.PAST] => |tʰʷ|aː|̰꜒|rʲ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.passive.optative.PRES] => |ᵏǃˤ|i|̰꜖|mˤ|-
[not.Q.3.cl.4.none.3.cl.1.NEG.passive.optative.PAST] => |wˠ|ʉ#ː|꜖꜒|tɬʲ|-
[not.Q.3.cl.4.none.3.cl.1.POS.active.indicative.PRES] => |qʲ|i#|꜒꜖|ɾʲ|-
[not.Q.3.cl.4.none.3.cl.1.POS.active.indicative.PAST] => |ɗˠ|a|꜒꜖|htˤ|-
[not.Q.3.cl.4.none.3.cl.1.POS.active.imperative.PRES] => |lʲ|ʉː|꜒|hpˤ|-
[not.Q.3.cl.4.none.3.cl.1.POS.active.imperative.PAST] => |ɠʲ|ʉ#|̰꜒|pʰˠ|-
[not.Q.3.cl.4.none.3.cl.1.POS.active.conditional.PRES] => |ᵏǃʷ|i#ː|꜖꜒|ŋˠ|-
[not.Q.3.cl.4.none.3.cl.1.POS.active.conditional.PAST] => |ᵏǀʼʲ|i|꜒|ʋˤ|-
[not.Q.3.cl.4.none.3.cl.1.POS.active.optative.PRES] => |ᵏǀʰʷ|a|꜖꜒|ɓʲ|-
[not.Q.3.cl.4.none.3.cl.1.POS.active.optative.PAST] => |ᵏǁʰˠ|uː|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.4.none.3.cl.1.POS.passive.indicative.PRES] => |ʈʰˠ|iː|꜒|ʂʲ|-
[not.Q.3.cl.4.none.3.cl.1.POS.passive.indicative.PAST] => |ɳˠ|a|꜖꜒|r̥ˠ|-
[not.Q.3.cl.4.none.3.cl.1.POS.passive.imperative.PRES] => |nʷ|i#ː|̰꜖|ʋˠ|-
[not.Q.3.cl.4.none.3.cl.1.POS.passive.imperative.PAST] => |ɗʲ|i|꜒|ʈʰˠ|-
[not.Q.3.cl.4.none.3.cl.1.POS.passive.conditional.PRES] => |hkˠ|i|꜒꜖|ɾʲ|-
[not.Q.3.cl.4.none.3.cl.1.POS.passive.conditional.PAST] => |ʈʼˠ|a|꜖꜒|ɭˠ|-
[not.Q.3.cl.4.none.3.cl.1.POS.passive.optative.PRES] => |ɽʲ|a#ː|̰꜖|ɠˤ|-
[not.Q.3.cl.4.none.3.cl.1.POS.passive.optative.PAST] => |ᵏǃˠ|u|꜖|hkʷ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.active.indicative.PRES] => |pʰˤ|i#|̰꜒|htʷ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀʼˤ|a|꜒|qʼʷ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.active.imperative.PRES] => |ɥˠ|aː|꜖꜒|ɽˠ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.active.imperative.PAST] => |ᵏǃʼʷ|a|꜖꜒|ɹˤ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.active.conditional.PRES] => |ʋʲ|u|꜖꜒|ɻʲ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.active.conditional.PAST] => |m̥ʲ|ʉ#ː|̰꜒|ŋ̥ʲ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.active.optative.PRES] => |hpˤ|u|̰꜖|ɴˤ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.active.optative.PAST] => |ɠˠ|ᵊ|꜒꜖|tʰʷ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.passive.indicative.PRES] => |qʼʷ|ʉ|꜖|ŋʷ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.passive.indicative.PAST] => |ɓʲ|a|꜒|ʜˠ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.passive.imperative.PRES] => |sʷ|ʉ#ː|꜖꜒|ɰʲ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.passive.imperative.PAST] => |ʋˠ|a|꜖꜒|ɾʲ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.passive.conditional.PRES] => |ɻˠ|u#ː|꜖|ʈʼˠ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǁʰʲ|u#|̰꜒|ɓˤ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.passive.optative.PRES] => |ɰˤ|a#|꜒꜖|ʡˠ|-
[not.Q.3.cl.4.none.3.cl.2.NEG.passive.optative.PAST] => |r̥ʲ|aː|̰꜒|kʼʷ|-
[not.Q.3.cl.4.none.3.cl.2.POS.active.indicative.PRES] => |ᵑǀʼˤ|ᵊ|꜒|kʰˠ|-
[not.Q.3.cl.4.none.3.cl.2.POS.active.indicative.PAST] => |t͡ʂʲ|ʉ#|꜒꜖|n̥ʲ|-
[not.Q.3.cl.4.none.3.cl.2.POS.active.imperative.PRES] => |ᵏǀʼˠ|i|꜖꜒|hʈˠ|-
[not.Q.3.cl.4.none.3.cl.2.POS.active.imperative.PAST] => |ʈʰʲ|a|꜒꜖|kʰʷ|-
[not.Q.3.cl.4.none.3.cl.2.POS.active.conditional.PRES] => |n̥ˠ|ʉ#ː|̰꜒|n̥ˤ|-
[not.Q.3.cl.4.none.3.cl.2.POS.active.conditional.PAST] => |qʼʲ|i|̰꜖|kʼʷ|-
[not.Q.3.cl.4.none.3.cl.2.POS.active.optative.PRES] => |ɓˤ|u#ː|̰꜒|ŋ̥ʷ|-
[not.Q.3.cl.4.none.3.cl.2.POS.active.optative.PAST] => |ŋ̥ʲ|u|꜒꜖|mʲ|-
[not.Q.3.cl.4.none.3.cl.2.POS.passive.indicative.PRES] => |ᵏǀʼʲ|iː|꜖|rˤ|-
[not.Q.3.cl.4.none.3.cl.2.POS.passive.indicative.PAST] => |hkʲ|u#ː|꜒|rʷ|-
[not.Q.3.cl.4.none.3.cl.2.POS.passive.imperative.PRES] => |n̥ˠ|ʉ#|꜒|t͡sˠ|-
[not.Q.3.cl.4.none.3.cl.2.POS.passive.imperative.PAST] => |ɻʲ|i|̰꜒|qˠ|-
[not.Q.3.cl.4.none.3.cl.2.POS.passive.conditional.PRES] => |ᵑǃʼʲ|i|꜖꜒|ʋʲ|-
[not.Q.3.cl.4.none.3.cl.2.POS.passive.conditional.PAST] => |ʔ|ʉ|꜖|t͡sˤ|-
[not.Q.3.cl.4.none.3.cl.2.POS.passive.optative.PRES] => |m̥ˠ|ʉ|꜖|lˠ|-
[not.Q.3.cl.4.none.3.cl.2.POS.passive.optative.PAST] => |pʲ|a|꜖|qʲ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.active.indicative.PRES] => |ŋ̥ˤ|a#ː|̰꜖|hpʲ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.active.indicative.PAST] => |mˠ|ʉ|꜖|ʛʷ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.active.imperative.PRES] => |ᵏǀˠ|i|꜖|ŋ̥ʲ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.active.imperative.PAST] => |ᵑǀʷ|ᵊ|꜖꜒|qʷ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.active.conditional.PRES] => |hʈˠ|i#|꜖|t͡ʂʲ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.active.conditional.PAST] => |ʃʲ|ʉ|꜒|mˠ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.active.optative.PRES] => |ɓˠ|u#ː|̰꜒|kʼˤ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.active.optative.PAST] => |t͡ʂˠ|i|꜖|lˠ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.passive.indicative.PRES] => |ᵑǀʼˠ|i|̰꜒|ɰʲ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.passive.indicative.PAST] => |sˤ|ᵊ|꜖|htʷ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.passive.imperative.PRES] => |ʃʲ|ᵊ|꜖꜒|nˤ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.passive.imperative.PAST] => |ʡˠ|i|꜒꜖|n̥ˤ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.passive.conditional.PRES] => |htʷ|a|̰꜒|pʰˤ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.passive.conditional.PAST] => |ʡʲ|aː|̰꜖|qʼˤ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.passive.optative.PRES] => |ɻʲ|a#|꜒|tʼʲ|-
[not.Q.3.cl.4.none.3.cl.3.NEG.passive.optative.PAST] => |ɥʲ|ᵊ|꜖꜒|sˤ|-
[not.Q.3.cl.4.none.3.cl.3.POS.active.indicative.PRES] => |ᵏǀʰʷ|ʉ#ː|꜖|hkˤ|-
[not.Q.3.cl.4.none.3.cl.3.POS.active.indicative.PAST] => |t͡sˤ|uː|꜒꜖|ɥʲ|-
[not.Q.3.cl.4.none.3.cl.3.POS.active.imperative.PRES] => |ᵏǀʰʷ|i|꜖꜒|ʡʲ|-
[not.Q.3.cl.4.none.3.cl.3.POS.active.imperative.PAST] => |t͡sˤ|ᵊ|꜒|hkʲ|-
[not.Q.3.cl.4.none.3.cl.3.POS.active.conditional.PRES] => |kˠ|ᵊ|̰꜖|ɠʲ|-
[not.Q.3.cl.4.none.3.cl.3.POS.active.conditional.PAST] => |ɭʲ|i|꜒꜖|ŋˤ|-
[not.Q.3.cl.4.none.3.cl.3.POS.active.optative.PRES] => |n̥ʷ|i#ː|꜖꜒|ɾˤ|-
[not.Q.3.cl.4.none.3.cl.3.POS.active.optative.PAST] => |tʼʷ|ᵊ|꜒|ŋʷ|-
[not.Q.3.cl.4.none.3.cl.3.POS.passive.indicative.PRES] => |kʲ|ʉ#|꜖꜒|ɽʲ|-
[not.Q.3.cl.4.none.3.cl.3.POS.passive.indicative.PAST] => |m̥ʲ|a|꜖|ŋˠ|-
[not.Q.3.cl.4.none.3.cl.3.POS.passive.imperative.PRES] => |kʼˤ|uː|꜒|d͡ʐʲ|-
[not.Q.3.cl.4.none.3.cl.3.POS.passive.imperative.PAST] => |kʼˤ|u|̰꜖|ɹˤ|-
[not.Q.3.cl.4.none.3.cl.3.POS.passive.conditional.PRES] => |ɗʷ|iː|꜒|tʼˠ|-
[not.Q.3.cl.4.none.3.cl.3.POS.passive.conditional.PAST] => |ᵑǀʼˠ|aː|̰꜖|ʃˠ|-
[not.Q.3.cl.4.none.3.cl.3.POS.passive.optative.PRES] => |ŋʲ|u|̰꜖|ɽʲ|-
[not.Q.3.cl.4.none.3.cl.3.POS.passive.optative.PAST] => |ɴʷ|ʉː|̰꜒|t͡ʂˠ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.active.indicative.PRES] => |ᵑǁʲ|i|꜒꜖|htʷ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.active.indicative.PAST] => |tʼˤ|i#ː|꜖|htˠ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.active.imperative.PRES] => |hkˤ|a#|꜒꜖|r̥ˤ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.active.imperative.PAST] => |pʰˤ|uː|꜒꜖|ʄʲ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʰʲ|a#ː|̰꜒|ŋ̥ˠ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.active.conditional.PAST] => |hʈˠ|u|̰꜒|ʃˠ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.active.optative.PRES] => |ᵑǀˠ|i|̰꜖|pʲ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.active.optative.PAST] => |ᵑǀʼˠ|u|̰꜖|tˠ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀʰʷ|ʉ|꜖꜒|ɭʲ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǀʼʲ|ᵊ|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.passive.imperative.PRES] => |ʃˠ|a|̰꜖|ɥˠ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.passive.imperative.PAST] => |ɗʲ|u|꜒|kʼˠ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.passive.conditional.PRES] => |m̥ˤ|ʉ#|꜒|ɓˤ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.passive.conditional.PAST] => |j|a|꜒꜖|tʰʷ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.passive.optative.PRES] => |pʼˤ|a|̰꜒|ʄʲ|-
[not.Q.3.cl.4.none.3.cl.4.NEG.passive.optative.PAST] => |ʃʲ|a|꜒꜖|tʼˠ|-
[not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PRES] => |ɓˠ|i|꜒꜖|tʷ|-
[not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST] => |pʼˠ|ᵊ|꜖|ʋʲ|-
[not.Q.3.cl.4.none.3.cl.4.POS.active.imperative.PRES] => |hʈʲ|i|꜖꜒|pʼˠ|-
[not.Q.3.cl.4.none.3.cl.4.POS.active.imperative.PAST] => |ŋ̥ʲ|ᵊ|꜒꜖|kʼˠ|-
[not.Q.3.cl.4.none.3.cl.4.POS.active.conditional.PRES] => |hkʷ|aː|꜒꜖|kˠ|-
[not.Q.3.cl.4.none.3.cl.4.POS.active.conditional.PAST] => |ʋˤ|ʉ#ː|̰꜖|ʛˤ|-
[not.Q.3.cl.4.none.3.cl.4.POS.active.optative.PRES] => |pˠ|ʉ#ː|̰꜖|ɰʲ|-
[not.Q.3.cl.4.none.3.cl.4.POS.active.optative.PAST] => |ɓˤ|i|̰꜒|ɓˠ|-
[not.Q.3.cl.4.none.3.cl.4.POS.passive.indicative.PRES] => |hkʲ|u|꜒|ɾʷ|-
[not.Q.3.cl.4.none.3.cl.4.POS.passive.indicative.PAST] => |ʛʷ|a|꜖|wˠ|-
[not.Q.3.cl.4.none.3.cl.4.POS.passive.imperative.PRES] => |ᵑǁʲ|aː|꜖|lˠ|-
[not.Q.3.cl.4.none.3.cl.4.POS.passive.imperative.PAST] => |pʼˤ|i|꜖|hʈʲ|-
[not.Q.3.cl.4.none.3.cl.4.POS.passive.conditional.PRES] => |ɴˠ|i#|꜒|mˤ|-
[not.Q.3.cl.4.none.3.cl.4.POS.passive.conditional.PAST] => |tʼˤ|ᵊ|꜒|tʰˤ|-
[not.Q.3.cl.4.none.3.cl.4.POS.passive.optative.PRES] => |ɠʷ|ʉː|꜖꜒|ʡˠ|-
[not.Q.3.cl.4.none.3.cl.4.POS.passive.optative.PAST] => |htʲ|ʉ|̰꜖|ɭʲ|-
[not.Q.3.cl.4.1incl.1incl.NEG.active.indicative.PRES] => |ᵑǀʼˠ|iː|̰꜖|ɥˤ|-
[not.Q.3.cl.4.1incl.1incl.NEG.active.indicative.PAST] => |ᵏǃʼˤ|u#ː|꜒꜖|pˠ|-
[not.Q.3.cl.4.1incl.1incl.NEG.active.imperative.PRES] => |ᵏǃʰˠ|aː|̰꜒|ɰʲ|-
[not.Q.3.cl.4.1incl.1incl.NEG.active.imperative.PAST] => |kʷ|ᵊ|꜖꜒|tʰˠ|-
[not.Q.3.cl.4.1incl.1incl.NEG.active.conditional.PRES] => |ᵑǀʼʷ|ʉː|꜒|pʰˤ|-
[not.Q.3.cl.4.1incl.1incl.NEG.active.conditional.PAST] => |ᵏǀʼʲ|i#ː|̰꜖|ɴʷ|-
[not.Q.3.cl.4.1incl.1incl.NEG.active.optative.PRES] => |ɹˠ|a|꜒꜖|mˤ|-
[not.Q.3.cl.4.1incl.1incl.NEG.active.optative.PAST] => |ᵑǃʼˤ|ᵊ|꜒|wˤ|-
[not.Q.3.cl.4.1incl.1incl.NEG.passive.indicative.PRES] => |kʰˤ|i|꜒|nˤ|-
[not.Q.3.cl.4.1incl.1incl.NEG.passive.indicative.PAST] => |t͡ʃ|iː|꜒꜖|ɹˤ|-
[not.Q.3.cl.4.1incl.1incl.NEG.passive.imperative.PRES] => |qʼʲ|ʉː|꜖꜒|mˤ|-
[not.Q.3.cl.4.1incl.1incl.NEG.passive.imperative.PAST] => |t͡sˤ|i|꜒|ɻʲ|-
[not.Q.3.cl.4.1incl.1incl.NEG.passive.conditional.PRES] => |kʼˤ|i|̰꜖|ʃʲ|-
[not.Q.3.cl.4.1incl.1incl.NEG.passive.conditional.PAST] => |m̥ˠ|i|̰꜖|ɾʷ|-
[not.Q.3.cl.4.1incl.1incl.NEG.passive.optative.PRES] => |ɰˤ|ʉ#ː|̰꜖|ʡˠ|-
[not.Q.3.cl.4.1incl.1incl.NEG.passive.optative.PAST] => |ɹʲ|u|꜖|qˤ|-
[not.Q.3.cl.4.1incl.1incl.POS.active.indicative.PRES] => |r̥ˤ|i#ː|꜒꜖|sˤ|-
[not.Q.3.cl.4.1incl.1incl.POS.active.indicative.PAST] => |ŋʷ|ʉː|꜒|mˠ|-
[not.Q.3.cl.4.1incl.1incl.POS.active.imperative.PRES] => |kʰˤ|i|꜖꜒|ɭˠ|-
[not.Q.3.cl.4.1incl.1incl.POS.active.imperative.PAST] => |kʼʲ|u|꜖|ɓʲ|-
[not.Q.3.cl.4.1incl.1incl.POS.active.conditional.PRES] => |ɠˤ|ʉ|꜖꜒|ɴʷ|-
[not.Q.3.cl.4.1incl.1incl.POS.active.conditional.PAST] => |m̥ʲ|i|̰꜒|ʃˠ|-
[not.Q.3.cl.4.1incl.1incl.POS.active.optative.PRES] => |ʄˠ|ʉ|̰꜖|tʰˤ|-
[not.Q.3.cl.4.1incl.1incl.POS.active.optative.PAST] => |ᵏǃʲ|i|꜒|hpʲ|-
[not.Q.3.cl.4.1incl.1incl.POS.passive.indicative.PRES] => |ʈʲ|ʉ#|̰꜒|tˤ|-
[not.Q.3.cl.4.1incl.1incl.POS.passive.indicative.PAST] => |hʈʲ|a#|꜒|qˤ|-
[not.Q.3.cl.4.1incl.1incl.POS.passive.imperative.PRES] => |ɭʲ|u#ː|̰꜖|ɰʲ|-
[not.Q.3.cl.4.1incl.1incl.POS.passive.imperative.PAST] => |ᵏǃʰʲ|u|꜒꜖|ɻʲ|-
[not.Q.3.cl.4.1incl.1incl.POS.passive.conditional.PRES] => |ŋˤ|i|꜖|mˠ|-
[not.Q.3.cl.4.1incl.1incl.POS.passive.conditional.PAST] => |ᵏǃʼˤ|i|꜖꜒|sʲ|-
[not.Q.3.cl.4.1incl.1incl.POS.passive.optative.PRES] => |ᵏǀʷ|iː|̰꜖|tʼˠ|-
[not.Q.3.cl.4.1incl.1incl.POS.passive.optative.PAST] => |kʼˤ|u|꜖|ɗˤ|-
[not.Q.3.cl.4.1incl.1excl.NEG.active.indicative.PRES] => |d͡ʐˠ|a|꜒|mʲ|-
[not.Q.3.cl.4.1incl.1excl.NEG.active.indicative.PAST] => |ᵏǃʼʲ|a|꜒꜖|n̥ʷ|-
[not.Q.3.cl.4.1incl.1excl.NEG.active.imperative.PRES] => |ᵏǀʰʲ|ʉ#|꜖꜒|ɳˠ|-
[not.Q.3.cl.4.1incl.1excl.NEG.active.imperative.PAST] => |ᵏǃʼʲ|a|꜖꜒|ŋ̥ʷ|-
[not.Q.3.cl.4.1incl.1excl.NEG.active.conditional.PRES] => |sʲ|ʉ|꜖꜒|ʛˠ|-
[not.Q.3.cl.4.1incl.1excl.NEG.active.conditional.PAST] => |n̥ʲ|i|̰꜒|ʈʰˠ|-
[not.Q.3.cl.4.1incl.1excl.NEG.active.optative.PRES] => |ɹʲ|ʉ|꜒꜖|tʼˠ|-
[not.Q.3.cl.4.1incl.1excl.NEG.active.optative.PAST] => |hpˤ|aː|꜒|ɭʲ|-
[not.Q.3.cl.4.1incl.1excl.NEG.passive.indicative.PRES] => |ɓʲ|ʉ#ː|꜖꜒|t͡sʷ|-
[not.Q.3.cl.4.1incl.1excl.NEG.passive.indicative.PAST] => |ɾʲ|i|̰꜖|ɳˠ|-
[not.Q.3.cl.4.1incl.1excl.NEG.passive.imperative.PRES] => |ᵏǃʲ|i|꜒꜖|ɰʷ|-
[not.Q.3.cl.4.1incl.1excl.NEG.passive.imperative.PAST] => |kˤ|ʉ|̰꜒|ɽʲ|-
[not.Q.3.cl.4.1incl.1excl.NEG.passive.conditional.PRES] => |ŋˤ|a#|꜖꜒|nʲ|-
[not.Q.3.cl.4.1incl.1excl.NEG.passive.conditional.PAST] => |ᵏǀʼʷ|ᵊ|꜖|rʷ|-
[not.Q.3.cl.4.1incl.1excl.NEG.passive.optative.PRES] => |ᵑǀʼˠ|ʉ#|꜖꜒|ʂʲ|-
[not.Q.3.cl.4.1incl.1excl.NEG.passive.optative.PAST] => |ɹʷ|ʉ#|꜒꜖|ʋˠ|-
[not.Q.3.cl.4.1incl.1excl.POS.active.indicative.PRES] => |ᵏǀʼˠ|i|꜖|nˠ|-
[not.Q.3.cl.4.1incl.1excl.POS.active.indicative.PAST] => |ɓʲ|i|꜒꜖|ɠˤ|-
[not.Q.3.cl.4.1incl.1excl.POS.active.imperative.PRES] => |tʼˤ|aː|̰꜖|ʔ|-
[not.Q.3.cl.4.1incl.1excl.POS.active.imperative.PAST] => |n̥ˠ|ʉ#ː|꜖꜒|ɹʷ|-
[not.Q.3.cl.4.1incl.1excl.POS.active.conditional.PRES] => |ᵏǀʰˠ|ʉ#|꜖꜒|ʋˤ|-
[not.Q.3.cl.4.1incl.1excl.POS.active.conditional.PAST] => |ʈʼˠ|ᵊ|꜒꜖|tʼˠ|-
[not.Q.3.cl.4.1incl.1excl.POS.active.optative.PRES] => |ᵏǃʰˠ|ʉ|̰꜒|j|-
[not.Q.3.cl.4.1incl.1excl.POS.active.optative.PAST] => |ɗˤ|ʉ#|̰꜒|tɬʲ|-
[not.Q.3.cl.4.1incl.1excl.POS.passive.indicative.PRES] => |qʼˤ|iː|꜒꜖|ʜˠ|-
[not.Q.3.cl.4.1incl.1excl.POS.passive.indicative.PAST] => |ɰˤ|a|꜖꜒|ɓˠ|-
[not.Q.3.cl.4.1incl.1excl.POS.passive.imperative.PRES] => |ʋˠ|ʉ|꜖|qʼʷ|-
[not.Q.3.cl.4.1incl.1excl.POS.passive.imperative.PAST] => |n̥ˠ|i#|꜖|ɗʲ|-
[not.Q.3.cl.4.1incl.1excl.POS.passive.conditional.PRES] => |ᵏǁʲ|aː|꜒꜖|kʷ|-
[not.Q.3.cl.4.1incl.1excl.POS.passive.conditional.PAST] => |rˤ|a|꜖|pʼˤ|-
[not.Q.3.cl.4.1incl.1excl.POS.passive.optative.PRES] => |ᵏǀʼˠ|a|꜒꜖|ɻˠ|-
[not.Q.3.cl.4.1incl.1excl.POS.passive.optative.PAST] => |tʰˤ|i|꜖꜒|n̥ʲ|-
[not.Q.3.cl.4.1incl.2.NEG.active.indicative.PRES] => |ʄʲ|a#|꜒꜖|ŋʲ|-
[not.Q.3.cl.4.1incl.2.NEG.active.indicative.PAST] => |ɓˠ|i|꜒꜖|rˤ|-
[not.Q.3.cl.4.1incl.2.NEG.active.imperative.PRES] => |ʈʲ|ʉ|꜖|nˤ|-
[not.Q.3.cl.4.1incl.2.NEG.active.imperative.PAST] => |tɬˠ|i|꜖|ɾʷ|-
[not.Q.3.cl.4.1incl.2.NEG.active.conditional.PRES] => |ᵏǃʼˤ|ᵊ|꜒|ɹʷ|-
[not.Q.3.cl.4.1incl.2.NEG.active.conditional.PAST] => |ᵏǃʼˠ|i|꜒|ʋˠ|-
[not.Q.3.cl.4.1incl.2.NEG.active.optative.PRES] => |ᵑǃʷ|i#ː|꜒|kˠ|-
[not.Q.3.cl.4.1incl.2.NEG.active.optative.PAST] => |r̥ˠ|ʉ|̰꜒|ʡʲ|-
[not.Q.3.cl.4.1incl.2.NEG.passive.indicative.PRES] => |n̥ʷ|ʉ|̰꜖|wʲ|-
[not.Q.3.cl.4.1incl.2.NEG.passive.indicative.PAST] => |r̥ʲ|u|꜒|ɹˠ|-
[not.Q.3.cl.4.1incl.2.NEG.passive.imperative.PRES] => |hkˤ|a|꜒꜖|ʋʲ|-
[not.Q.3.cl.4.1incl.2.NEG.passive.imperative.PAST] => |htʲ|a|꜖|ʋˤ|-
[not.Q.3.cl.4.1incl.2.NEG.passive.conditional.PRES] => |ʈʼˠ|ᵊ|̰꜖|t͡sʲ|-
[not.Q.3.cl.4.1incl.2.NEG.passive.conditional.PAST] => |ᵏǃʼˠ|i|̰꜒|ʈʰʲ|-
[not.Q.3.cl.4.1incl.2.NEG.passive.optative.PRES] => |ɴˤ|uː|̰꜒|mʲ|-
[not.Q.3.cl.4.1incl.2.NEG.passive.optative.PAST] => |tˠ|ʉ#ː|꜖|ʛʲ|-
[not.Q.3.cl.4.1incl.2.POS.active.indicative.PRES] => |ᵑǁʼʲ|iː|꜖꜒|pˠ|-
[not.Q.3.cl.4.1incl.2.POS.active.indicative.PAST] => |ᵑǀʼˠ|ʉ|꜒꜖|ɗˠ|-
[not.Q.3.cl.4.1incl.2.POS.active.imperative.PRES] => |sˤ|iː|̰꜖|r̥ʷ|-
[not.Q.3.cl.4.1incl.2.POS.active.imperative.PAST] => |ᵑǃˠ|u|꜒|sˤ|-
[not.Q.3.cl.4.1incl.2.POS.active.conditional.PRES] => |d͡ʐʲ|ᵊ|꜒|ɾˤ|-
[not.Q.3.cl.4.1incl.2.POS.active.conditional.PAST] => |t͡sʲ|ᵊ|̰꜖|ʔ|-
[not.Q.3.cl.4.1incl.2.POS.active.optative.PRES] => |ʛʲ|ʉ#|̰꜒|ɴˠ|-
[not.Q.3.cl.4.1incl.2.POS.active.optative.PAST] => |ɻʲ|a|꜒|ŋ̥ʷ|-
[not.Q.3.cl.4.1incl.2.POS.passive.indicative.PRES] => |rʲ|a|꜒|lˠ|-
[not.Q.3.cl.4.1incl.2.POS.passive.indicative.PAST] => |hpˤ|ᵊ|꜖|r̥ˠ|-
[not.Q.3.cl.4.1incl.2.POS.passive.imperative.PRES] => |r̥ʲ|ᵊ|̰꜒|ɾˠ|-
[not.Q.3.cl.4.1incl.2.POS.passive.imperative.PAST] => |ᵏǃʼʲ|a#|̰꜒|ʋˤ|-
[not.Q.3.cl.4.1incl.2.POS.passive.conditional.PRES] => |ʛˤ|ᵊ|꜖|hpˤ|-
[not.Q.3.cl.4.1incl.2.POS.passive.conditional.PAST] => |ɳʲ|a#ː|꜖|kˤ|-
[not.Q.3.cl.4.1incl.2.POS.passive.optative.PRES] => |kʼˠ|ʉː|꜒꜖|ɗʷ|-
[not.Q.3.cl.4.1incl.2.POS.passive.optative.PAST] => |pʰʲ|a|꜒꜖|ɭʲ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.active.indicative.PRES] => |t͡sˤ|i#ː|̰꜒|ɠʲ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.active.indicative.PAST] => |ʈʲ|a|̰꜖|ɴʷ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.active.imperative.PRES] => |ʛʷ|aː|꜒꜖|nˤ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.active.imperative.PAST] => |ᵏǁʼˠ|u|꜖|tʲ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.active.conditional.PRES] => |n̥ˠ|aː|꜖꜒|ɹˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.active.conditional.PAST] => |r̥ˠ|u#ː|꜒|ɠˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.active.optative.PRES] => |sˠ|a|̰꜖|wˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.active.optative.PAST] => |ʔ|u|̰꜒|tʼʷ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.passive.indicative.PRES] => |ɴʲ|i|̰꜒|ʔ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.passive.indicative.PAST] => |ɗˠ|a|꜖꜒|ɽˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǀʷ|a|꜖꜒|ɳʲ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǃʼˤ|aː|꜒꜖|tʼʲ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.passive.conditional.PRES] => |kʰʲ|uː|̰꜖|ʃˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.passive.conditional.PAST] => |ŋˠ|ᵊ|̰꜖|sʲ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.passive.optative.PRES] => |ŋʲ|i#ː|꜖꜒|ʃʲ|-
[not.Q.3.cl.4.1incl.3.cl.1.NEG.passive.optative.PAST] => |kʷ|iː|꜖꜒|ŋˤ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.active.indicative.PRES] => |ᵏǃˤ|i|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.active.indicative.PAST] => |ᵏǀʰˤ|ʉ#|̰꜒|tʰˤ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.active.imperative.PRES] => |tʼʷ|a|꜒꜖|n̥ˤ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.active.imperative.PAST] => |ᵑǃˤ|a|꜒|ɠʷ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.active.conditional.PRES] => |pʲ|u#ː|̰꜒|ɹʷ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.active.conditional.PAST] => |mˤ|i#ː|꜖|ɽˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.active.optative.PRES] => |ᵑǀˤ|ʉ#|̰꜒|ɠʷ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.active.optative.PAST] => |ʜʲ|a|꜒|ɾʷ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.passive.indicative.PRES] => |htʲ|ʉː|꜒|hʈˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.passive.indicative.PAST] => |sʲ|i|꜖|kʼˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.passive.imperative.PRES] => |t͡sˠ|a#|̰꜖|d͡ʐˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.passive.imperative.PAST] => |ᵑǀʼʲ|ʉː|̰꜖|ŋʷ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.passive.conditional.PRES] => |ᵏǃʼʷ|ʉː|̰꜖|ɴˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.passive.conditional.PAST] => |ʈʰˠ|i|̰꜒|ʄˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.passive.optative.PRES] => |r̥ˠ|u#ː|꜖|ɹˠ|-
[not.Q.3.cl.4.1incl.3.cl.1.POS.passive.optative.PAST] => |ɹˠ|iː|꜖꜒|qˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.active.indicative.PRES] => |pˠ|uː|꜒|pʼˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.active.indicative.PAST] => |ŋ̥ˤ|i#ː|꜒|ɾˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.active.imperative.PRES] => |tʲ|u|̰꜖|ʛʷ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.active.imperative.PAST] => |ɓˤ|i|꜒꜖|t͡sˤ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.active.conditional.PRES] => |ŋ̥ˤ|i|̰꜖|ɴʲ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.active.conditional.PAST] => |htʲ|a#ː|꜒|ɹˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.active.optative.PRES] => |kʲ|u#|꜒꜖|tʼˤ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.active.optative.PAST] => |t͡ʂˠ|ʉ#ː|̰꜒|nʷ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.passive.indicative.PRES] => |ɴʲ|i|̰꜒|ɴˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.passive.indicative.PAST] => |ɽˠ|i|꜒|nʷ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.passive.imperative.PRES] => |pʼˠ|i#|꜒|pˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃʲ|aː|̰꜒|ɹˤ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǃʼʷ|a|꜒|t͡sˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.passive.conditional.PAST] => |tʷ|a#ː|꜖꜒|ɳ̥ʲ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.passive.optative.PRES] => |qʼʷ|a|̰꜒|ɰˤ|-
[not.Q.3.cl.4.1incl.3.cl.2.NEG.passive.optative.PAST] => |ʄʲ|ʉ#|̰꜒|kˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.active.indicative.PRES] => |kˤ|u|̰꜖|ɻˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.active.indicative.PAST] => |ŋˠ|a|꜒꜖|tˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.active.imperative.PRES] => |ɗʲ|aː|̰꜒|rʷ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.active.imperative.PAST] => |pˤ|aː|̰꜖|tʼˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.active.conditional.PRES] => |qʷ|ʉ|꜖꜒|ɾˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.active.conditional.PAST] => |ʡʲ|a|̰꜒|ɹʲ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.active.optative.PRES] => |pʰʲ|u#ː|̰꜒|ɗʷ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.active.optative.PAST] => |ᵏǃʼˤ|aː|꜒꜖|ɴˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.passive.indicative.PRES] => |tʼʷ|i|̰꜒|hʈˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.passive.indicative.PAST] => |ᵏǃʰʲ|ʉ|꜖|ɠˤ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.passive.imperative.PRES] => |htˠ|a#ː|̰꜒|ɴʲ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.passive.imperative.PAST] => |ɠˤ|ʉː|̰꜒|r̥ˤ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.passive.conditional.PRES] => |tˤ|iː|꜒|ŋ̥ˤ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.passive.conditional.PAST] => |t͡ʃ|i|̰꜒|qʼˠ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.passive.optative.PRES] => |ᵏǃʷ|i|̰꜒|ɗʷ|-
[not.Q.3.cl.4.1incl.3.cl.2.POS.passive.optative.PAST] => |ᵏǀʰʲ|aː|꜖꜒|ɭˠ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.active.indicative.PRES] => |ɗˤ|ʉ|꜖|ɾʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀʼˠ|i|̰꜒|ɥˤ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.active.imperative.PRES] => |tʼʷ|ʉ|̰꜒|d͡ʐʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.active.imperative.PAST] => |ɴˠ|ᵊ|꜒|ŋ̥ʷ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.active.conditional.PRES] => |ɠʷ|a|꜒|tʰʷ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.active.conditional.PAST] => |ᵏǃʲ|ᵊ|꜖|pʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.active.optative.PRES] => |ᵏǀʼʷ|iː|꜒꜖|ɓʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.active.optative.PAST] => |pʰʲ|i#ː|̰꜖|pˤ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.passive.indicative.PRES] => |n̥ˤ|a|꜒꜖|ʡʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.passive.indicative.PAST] => |ᵑǃʲ|ʉ|꜒꜖|ɭˠ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.passive.imperative.PRES] => |ɽˠ|i#ː|꜖꜒|ɓˤ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.passive.imperative.PAST] => |nˤ|iː|̰꜖|hkʷ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǃˠ|a|꜖|ʈʼʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.passive.conditional.PAST] => |wʲ|a#|꜒|qʼʷ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.passive.optative.PRES] => |m̥ʲ|uː|̰꜒|d͡ʐʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.NEG.passive.optative.PAST] => |ʈʰʲ|aː|̰꜒|r̥ˤ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.active.indicative.PRES] => |tʼˠ|ᵊ|꜖꜒|t͡ʃ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.active.indicative.PAST] => |ᵏǀʼˠ|u#ː|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.active.imperative.PRES] => |ɻʲ|a|̰꜖|kʼˤ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.active.imperative.PAST] => |ᵏǀʲ|ᵊ|꜖|ɗˤ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.active.conditional.PRES] => |ɳ̥ˠ|u|꜒|ɠʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.active.conditional.PAST] => |ʈʼʲ|u|꜒꜖|tʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.active.optative.PRES] => |ɠʷ|i|꜖|mʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.active.optative.PAST] => |n̥ʷ|ʉ|꜖|ʈʲ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.passive.indicative.PRES] => |ᵏǁʰʲ|i#ː|꜖꜒|tʼʷ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.passive.indicative.PAST] => |ʜʲ|u|꜒|ʄˠ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.passive.imperative.PRES] => |ʡʲ|uː|̰꜖|nʷ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.passive.imperative.PAST] => |ɹʷ|ᵊ|꜖|nˠ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.passive.conditional.PRES] => |d͡ʐʲ|iː|꜖|ɠˠ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.passive.conditional.PAST] => |nʷ|i|̰꜒|ɹˤ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.passive.optative.PRES] => |tʼʷ|ʉː|꜖꜒|ɹˤ|-
[not.Q.3.cl.4.1incl.3.cl.3.POS.passive.optative.PAST] => |ɴʲ|a#ː|̰꜖|ɰʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.active.indicative.PRES] => |kʼˤ|u#ː|̰꜖|ʡʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.active.indicative.PAST] => |r̥ʷ|i#ː|̰꜖|ʋˤ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.active.imperative.PRES] => |ᵏǁʼʲ|i|̰꜖|rʷ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.active.imperative.PAST] => |htʲ|ʉː|꜒꜖|lʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.active.conditional.PRES] => |hkʷ|iː|꜖꜒|tʼʷ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.active.conditional.PAST] => |ᵑǁʲ|a#|꜒꜖|rʷ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.active.optative.PRES] => |ɹˤ|ʉ#ː|꜖꜒|qʼʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.active.optative.PAST] => |qˠ|i|꜖|wˤ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.passive.indicative.PRES] => |ᵏǀˤ|ʉ|꜒꜖|ɳˠ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.passive.indicative.PAST] => |qˠ|ᵊ|꜖꜒|ʡˠ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.passive.imperative.PRES] => |ᵏǁˠ|ʉ#|꜒|ʡʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǃʰʲ|ᵊ|̰꜖|kʰʷ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃˠ|ᵊ|꜖꜒|ɹʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.passive.conditional.PAST] => |ʛʷ|ᵊ|꜖|ʂˠ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.passive.optative.PRES] => |kʰˤ|ᵊ|꜖꜒|nʷ|-
[not.Q.3.cl.4.1incl.3.cl.4.NEG.passive.optative.PAST] => |ɰʲ|i|꜒|kʰʷ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʼʷ|i|̰꜖|kˠ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.active.indicative.PAST] => |ʛˤ|u|꜖|pʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.active.imperative.PRES] => |lʲ|ʉ#|̰꜒|tʼʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.active.imperative.PAST] => |r̥ʷ|ʉ#ː|꜖|d͡ʐˠ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.active.conditional.PRES] => |ɹˠ|ᵊ|꜒|t͡ʃ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.active.conditional.PAST] => |ᵏǁʰʲ|a|̰꜖|ʡʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.active.optative.PRES] => |ɥˠ|ᵊ|̰꜒|qʷ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.active.optative.PAST] => |ɓʲ|a#|̰꜒|ɥˤ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.passive.indicative.PRES] => |ɥˠ|u|꜖|pˤ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.passive.indicative.PAST] => |ɻʲ|ᵊ|꜖|ŋˠ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.passive.imperative.PRES] => |wˠ|i#|꜖|ɗˠ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.passive.imperative.PAST] => |htˠ|iː|̰꜖|ŋ̥ˤ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.passive.conditional.PRES] => |ᵏǀʲ|u|̰꜖|kʰʷ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.passive.conditional.PAST] => |t͡ʂˠ|iː|꜖꜒|ɰˠ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.passive.optative.PRES] => |ʂʲ|i|꜖꜒|ʈʲ|-
[not.Q.3.cl.4.1incl.3.cl.4.POS.passive.optative.PAST] => |ɓˤ|ʉː|꜖꜒|tʰʲ|-
[not.Q.3.cl.4.1excl.1incl.NEG.active.indicative.PRES] => |qˤ|a|̰꜒|ʄˠ|-
[not.Q.3.cl.4.1excl.1incl.NEG.active.indicative.PAST] => |nˤ|u|꜖|pʲ|-
[not.Q.3.cl.4.1excl.1incl.NEG.active.imperative.PRES] => |ᵑǃʼʲ|ʉ|꜒|ʛˤ|-
[not.Q.3.cl.4.1excl.1incl.NEG.active.imperative.PAST] => |ɰˤ|ʉ#ː|꜖꜒|kˤ|-
[not.Q.3.cl.4.1excl.1incl.NEG.active.conditional.PRES] => |ʜˠ|ᵊ|꜒|ʛˤ|-
[not.Q.3.cl.4.1excl.1incl.NEG.active.conditional.PAST] => |ᵏǀʲ|a|꜖|tʰʷ|-
[not.Q.3.cl.4.1excl.1incl.NEG.active.optative.PRES] => |wʲ|iː|̰꜒|ʈʼˠ|-
[not.Q.3.cl.4.1excl.1incl.NEG.active.optative.PAST] => |nʷ|iː|꜒꜖|rʷ|-
[not.Q.3.cl.4.1excl.1incl.NEG.passive.indicative.PRES] => |ʈˠ|a|̰꜖|htʷ|-
[not.Q.3.cl.4.1excl.1incl.NEG.passive.indicative.PAST] => |ᵏǀʼʷ|a|̰꜖|ɳʲ|-
[not.Q.3.cl.4.1excl.1incl.NEG.passive.imperative.PRES] => |ʔ|ʉ|̰꜖|qˠ|-
[not.Q.3.cl.4.1excl.1incl.NEG.passive.imperative.PAST] => |ɗʷ|i|̰꜒|ʂˠ|-
[not.Q.3.cl.4.1excl.1incl.NEG.passive.conditional.PRES] => |tʼˠ|u#ː|̰꜖|mˤ|-
[not.Q.3.cl.4.1excl.1incl.NEG.passive.conditional.PAST] => |qʷ|i|꜖|htˤ|-
[not.Q.3.cl.4.1excl.1incl.NEG.passive.optative.PRES] => |ᵑǀʼʲ|i#|꜒꜖|tʰˠ|-
[not.Q.3.cl.4.1excl.1incl.NEG.passive.optative.PAST] => |ɠˠ|u#ː|꜒꜖|tʼʷ|-
[not.Q.3.cl.4.1excl.1incl.POS.active.indicative.PRES] => |lʲ|i|꜒꜖|pˤ|-
[not.Q.3.cl.4.1excl.1incl.POS.active.indicative.PAST] => |ɴˠ|i|̰꜒|ʛˤ|-
[not.Q.3.cl.4.1excl.1incl.POS.active.imperative.PRES] => |ᵏǀˤ|iː|꜒|ɓˤ|-
[not.Q.3.cl.4.1excl.1incl.POS.active.imperative.PAST] => |ᵏǀʼˤ|i#|̰꜖|hpʲ|-
[not.Q.3.cl.4.1excl.1incl.POS.active.conditional.PRES] => |ᵏǀʼˤ|ʉ#ː|꜖|ɹˤ|-
[not.Q.3.cl.4.1excl.1incl.POS.active.conditional.PAST] => |ᵏǀʰʲ|i|꜖|ʋʲ|-
[not.Q.3.cl.4.1excl.1incl.POS.active.optative.PRES] => |ŋʷ|aː|꜒|t͡sˠ|-
[not.Q.3.cl.4.1excl.1incl.POS.active.optative.PAST] => |m̥ˤ|aː|꜖꜒|ɾˠ|-
[not.Q.3.cl.4.1excl.1incl.POS.passive.indicative.PRES] => |ɗˠ|ʉ#ː|꜒|ɰˤ|-
[not.Q.3.cl.4.1excl.1incl.POS.passive.indicative.PAST] => |ᵏǃʼˤ|a|̰꜒|rʷ|-
[not.Q.3.cl.4.1excl.1incl.POS.passive.imperative.PRES] => |ᵏǀʼʲ|u#ː|̰꜒|ɠʲ|-
[not.Q.3.cl.4.1excl.1incl.POS.passive.imperative.PAST] => |ɗʲ|ᵊ|꜒|rʲ|-
[not.Q.3.cl.4.1excl.1incl.POS.passive.conditional.PRES] => |ɳ̥ʲ|u|꜒꜖|ɽʲ|-
[not.Q.3.cl.4.1excl.1incl.POS.passive.conditional.PAST] => |ɴˠ|iː|꜖|tʰʲ|-
[not.Q.3.cl.4.1excl.1incl.POS.passive.optative.PRES] => |qʼʷ|iː|̰꜒|ɓˤ|-
[not.Q.3.cl.4.1excl.1incl.POS.passive.optative.PAST] => |sˤ|i|꜒꜖|ɹʷ|-
[not.Q.3.cl.4.1excl.1excl.NEG.active.indicative.PRES] => |ɰʲ|ʉː|̰꜒|ɗˤ|-
[not.Q.3.cl.4.1excl.1excl.NEG.active.indicative.PAST] => |ɠˠ|i|꜒|ɠʷ|-
[not.Q.3.cl.4.1excl.1excl.NEG.active.imperative.PRES] => |ɥʲ|aː|꜖|qʷ|-
[not.Q.3.cl.4.1excl.1excl.NEG.active.imperative.PAST] => |ɴˠ|ʉ|꜒|hkˠ|-
[not.Q.3.cl.4.1excl.1excl.NEG.active.conditional.PRES] => |kʲ|i|̰꜖|t͡sˤ|-
[not.Q.3.cl.4.1excl.1excl.NEG.active.conditional.PAST] => |pʼʲ|i|꜒꜖|ʄˠ|-
[not.Q.3.cl.4.1excl.1excl.NEG.active.optative.PRES] => |ʛʲ|a|̰꜖|pʲ|-
[not.Q.3.cl.4.1excl.1excl.NEG.active.optative.PAST] => |ᵏǀʰˤ|i|꜒꜖|wˠ|-
[not.Q.3.cl.4.1excl.1excl.NEG.passive.indicative.PRES] => |ᵏǃʰˤ|u#ː|̰꜖|qʼˠ|-
[not.Q.3.cl.4.1excl.1excl.NEG.passive.indicative.PAST] => |n̥ˠ|ᵊ|̰꜖|ɾˤ|-
[not.Q.3.cl.4.1excl.1excl.NEG.passive.imperative.PRES] => |n̥ʲ|ʉ#|꜖꜒|ʄʲ|-
[not.Q.3.cl.4.1excl.1excl.NEG.passive.imperative.PAST] => |r̥ʲ|ʉ|̰꜖|ɾˤ|-
[not.Q.3.cl.4.1excl.1excl.NEG.passive.conditional.PRES] => |hʈˠ|ʉ#ː|꜒꜖|qʼˤ|-
[not.Q.3.cl.4.1excl.1excl.NEG.passive.conditional.PAST] => |t͡sʷ|i#ː|̰꜒|ɥˠ|-
[not.Q.3.cl.4.1excl.1excl.NEG.passive.optative.PRES] => |htʷ|i#ː|꜖|qʼʷ|-
[not.Q.3.cl.4.1excl.1excl.NEG.passive.optative.PAST] => |ᵏǃʼˠ|u#ː|꜖꜒|wʲ|-
[not.Q.3.cl.4.1excl.1excl.POS.active.indicative.PRES] => |ŋ̥ʲ|ʉ#ː|꜒|ɠʲ|-
[not.Q.3.cl.4.1excl.1excl.POS.active.indicative.PAST] => |ᵏǁʰʲ|i|̰꜒|t͡sʲ|-
[not.Q.3.cl.4.1excl.1excl.POS.active.imperative.PRES] => |hʈʲ|u#ː|꜒꜖|n̥ˤ|-
[not.Q.3.cl.4.1excl.1excl.POS.active.imperative.PAST] => |ʈʼˠ|a|꜒|ʈʼˠ|-
[not.Q.3.cl.4.1excl.1excl.POS.active.conditional.PRES] => |tʼʷ|a|꜖|lʲ|-
[not.Q.3.cl.4.1excl.1excl.POS.active.conditional.PAST] => |tʼˤ|i|꜖꜒|tʼʷ|-
[not.Q.3.cl.4.1excl.1excl.POS.active.optative.PRES] => |ᵏǀʼˠ|uː|̰꜒|mˠ|-
[not.Q.3.cl.4.1excl.1excl.POS.active.optative.PAST] => |ʜʲ|ʉː|꜖꜒|htʷ|-
[not.Q.3.cl.4.1excl.1excl.POS.passive.indicative.PRES] => |h|i|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.4.1excl.1excl.POS.passive.indicative.PAST] => |tʼʲ|ᵊ|꜒|tʰʲ|-
[not.Q.3.cl.4.1excl.1excl.POS.passive.imperative.PRES] => |ᵏǀʷ|ᵊ|̰꜒|m̥ˠ|-
[not.Q.3.cl.4.1excl.1excl.POS.passive.imperative.PAST] => |ᵏǁʼʲ|ᵊ|꜖꜒|ɰˠ|-
[not.Q.3.cl.4.1excl.1excl.POS.passive.conditional.PRES] => |kʼˤ|i|̰꜖|ɠˤ|-
[not.Q.3.cl.4.1excl.1excl.POS.passive.conditional.PAST] => |tʰˠ|ʉ#ː|̰꜖|ʔ|-
[not.Q.3.cl.4.1excl.1excl.POS.passive.optative.PRES] => |t͡sˠ|ʉ|꜖꜒|pˤ|-
[not.Q.3.cl.4.1excl.1excl.POS.passive.optative.PAST] => |kʰˤ|ʉ#|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.4.1excl.2.NEG.active.indicative.PRES] => |ɻˠ|ᵊ|꜒|tɬʲ|-
[not.Q.3.cl.4.1excl.2.NEG.active.indicative.PAST] => |pˠ|i#ː|꜖|ŋʷ|-
[not.Q.3.cl.4.1excl.2.NEG.active.imperative.PRES] => |ɥˤ|ʉ#|꜒|ɹˠ|-
[not.Q.3.cl.4.1excl.2.NEG.active.imperative.PAST] => |ɻʲ|i#ː|꜖|ɴʲ|-
[not.Q.3.cl.4.1excl.2.NEG.active.conditional.PRES] => |ɴˤ|a|̰꜖|ʛʷ|-
[not.Q.3.cl.4.1excl.2.NEG.active.conditional.PAST] => |hkˠ|i#|̰꜒|ŋ̥ˤ|-
[not.Q.3.cl.4.1excl.2.NEG.active.optative.PRES] => |ɠˤ|ʉ|̰꜖|qʼˤ|-
[not.Q.3.cl.4.1excl.2.NEG.active.optative.PAST] => |tʰˠ|ʉ|꜒꜖|t͡ʂʲ|-
[not.Q.3.cl.4.1excl.2.NEG.passive.indicative.PRES] => |ŋ̥ʲ|uː|̰꜒|pʰˠ|-
[not.Q.3.cl.4.1excl.2.NEG.passive.indicative.PAST] => |pʼˠ|ᵊ|꜖꜒|ɠʷ|-
[not.Q.3.cl.4.1excl.2.NEG.passive.imperative.PRES] => |sʷ|i|̰꜖|ɥˠ|-
[not.Q.3.cl.4.1excl.2.NEG.passive.imperative.PAST] => |kʰˠ|i#|꜖|ɴʷ|-
[not.Q.3.cl.4.1excl.2.NEG.passive.conditional.PRES] => |pʰˠ|ʉ|꜒|pʼʲ|-
[not.Q.3.cl.4.1excl.2.NEG.passive.conditional.PAST] => |rʲ|a#|꜒꜖|rˤ|-
[not.Q.3.cl.4.1excl.2.NEG.passive.optative.PRES] => |hʈˠ|ʉ#|̰꜖|h|-
[not.Q.3.cl.4.1excl.2.NEG.passive.optative.PAST] => |ʃˠ|i|꜒꜖|hpˠ|-
[not.Q.3.cl.4.1excl.2.POS.active.indicative.PRES] => |t͡sʷ|iː|̰꜖|ɹˠ|-
[not.Q.3.cl.4.1excl.2.POS.active.indicative.PAST] => |d͡ʐʲ|ʉ|꜒꜖|hpˠ|-
[not.Q.3.cl.4.1excl.2.POS.active.imperative.PRES] => |ᵏǀʰˠ|a|̰꜖|ʈʲ|-
[not.Q.3.cl.4.1excl.2.POS.active.imperative.PAST] => |ᵏǀʷ|a#|꜖꜒|qʼʷ|-
[not.Q.3.cl.4.1excl.2.POS.active.conditional.PRES] => |ʡˠ|i|꜖|ʈʲ|-
[not.Q.3.cl.4.1excl.2.POS.active.conditional.PAST] => |ɰʲ|a|꜖꜒|r̥ˠ|-
[not.Q.3.cl.4.1excl.2.POS.active.optative.PRES] => |ɾˠ|i|̰꜒|ɰʲ|-
[not.Q.3.cl.4.1excl.2.POS.active.optative.PAST] => |tʼʲ|iː|̰꜖|ɗʷ|-
[not.Q.3.cl.4.1excl.2.POS.passive.indicative.PRES] => |ɳ̥ˠ|ʉː|꜖|kʰʷ|-
[not.Q.3.cl.4.1excl.2.POS.passive.indicative.PAST] => |pˠ|i|̰꜒|ɴʷ|-
[not.Q.3.cl.4.1excl.2.POS.passive.imperative.PRES] => |tʰˠ|uː|̰꜖|ɾˠ|-
[not.Q.3.cl.4.1excl.2.POS.passive.imperative.PAST] => |ᵑǀʲ|a|꜖|qʷ|-
[not.Q.3.cl.4.1excl.2.POS.passive.conditional.PRES] => |mˤ|aː|̰꜒|d͡ʐʲ|-
[not.Q.3.cl.4.1excl.2.POS.passive.conditional.PAST] => |ɽˠ|a#|꜖|rʷ|-
[not.Q.3.cl.4.1excl.2.POS.passive.optative.PRES] => |ᵑǀʼʲ|a#ː|꜖꜒|nˠ|-
[not.Q.3.cl.4.1excl.2.POS.passive.optative.PAST] => |ʈʼʲ|uː|꜒꜖|tɬˠ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.active.indicative.PRES] => |ŋˠ|iː|̰꜒|ʔ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.active.indicative.PAST] => |ᵏǀˤ|u|꜒|qʷ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.active.imperative.PRES] => |ᵑǀʼˠ|aː|꜖꜒|t͡sʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.active.imperative.PAST] => |ᵏǀʷ|ᵊ|̰꜖|ɾˤ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.active.conditional.PRES] => |tʼʲ|i#|꜖|ʈʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.active.conditional.PAST] => |sˤ|u|̰꜒|ŋ̥ʷ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.active.optative.PRES] => |kˠ|u|꜖꜒|hpˤ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.active.optative.PAST] => |tʼʲ|a|̰꜒|ɗʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.passive.indicative.PRES] => |ʄʲ|iː|̰꜒|pˠ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǁʰʲ|a|꜖꜒|tʷ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.passive.imperative.PRES] => |r̥ˠ|ᵊ|꜖꜒|t͡ʂʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.passive.imperative.PAST] => |ᵑǁʲ|u|꜖꜒|ɴˤ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.passive.conditional.PRES] => |ʛʲ|a|꜖|m̥ˠ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.passive.conditional.PAST] => |wʲ|ᵊ|꜒꜖|sˤ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.passive.optative.PRES] => |ŋ̥ˤ|u#ː|꜒꜖|ŋ̥ˤ|-
[not.Q.3.cl.4.1excl.3.cl.1.NEG.passive.optative.PAST] => |kʼˤ|u#|꜒꜖|ʄʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.active.indicative.PRES] => |pˤ|i#ː|̰꜖|ʡʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.active.indicative.PAST] => |sˠ|ʉ|̰꜖|kˠ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.active.imperative.PRES] => |ᵏǀʼʷ|i|̰꜖|kʼʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.active.imperative.PAST] => |tʰʷ|iː|꜒|ɳ̥ʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.active.conditional.PRES] => |ɰʲ|i|꜖꜒|hkʷ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.active.conditional.PAST] => |pˤ|a#|꜒|nˠ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.active.optative.PRES] => |ᵏǁʰˠ|ᵊ|꜒|ʋˠ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.active.optative.PAST] => |ʈˠ|ᵊ|꜒|ʋʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.passive.indicative.PRES] => |ᵑǃʲ|ᵊ|̰꜒|ɳʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.passive.indicative.PAST] => |ᵏǃʲ|ᵊ|꜒|htʷ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.passive.imperative.PRES] => |ʛˠ|a|꜖꜒|ʃˠ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.passive.imperative.PAST] => |ᵏǀʷ|i|̰꜒|ʄʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.passive.conditional.PRES] => |kʰʲ|i|꜖|tʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.passive.conditional.PAST] => |tɬˠ|a|꜒|pʰˤ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.passive.optative.PRES] => |mˠ|u#|̰꜒|lʲ|-
[not.Q.3.cl.4.1excl.3.cl.1.POS.passive.optative.PAST] => |ɠˤ|ʉ|̰꜒|lˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.active.indicative.PRES] => |ʈˠ|ᵊ|̰꜖|htʷ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.active.indicative.PAST] => |htˠ|i|꜖|ɹˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.active.imperative.PRES] => |kʼˤ|aː|꜖꜒|nʷ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.active.imperative.PAST] => |t͡sˤ|a|̰꜒|ɥʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.active.conditional.PRES] => |tʼˠ|aː|꜖꜒|qˤ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.active.conditional.PAST] => |ᵏǁʰˠ|ʉ#ː|̰꜒|nʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.active.optative.PRES] => |ᵏǃʼˠ|u#ː|꜖꜒|ʜˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.active.optative.PAST] => |pʼˠ|a|꜒꜖|tʼʷ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.passive.indicative.PRES] => |kʼˠ|u#ː|꜖|ɻˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʰˠ|u|꜒|n̥ʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.passive.imperative.PRES] => |sˤ|ᵊ|̰꜒|qʼˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.passive.imperative.PAST] => |ʃʲ|i|꜖|ʄˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.passive.conditional.PRES] => |mˠ|iː|꜖|n̥ʷ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǀʼʲ|ʉː|̰꜒|ʄʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.passive.optative.PRES] => |ɰʲ|a|̰꜖|ʄˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.NEG.passive.optative.PAST] => |ᵏǀˠ|a|꜒꜖|pʼˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.active.indicative.PRES] => |ᵏǀʼʷ|ʉː|̰꜒|ɹʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.active.indicative.PAST] => |tʰʲ|i#ː|̰꜖|hpʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.active.imperative.PRES] => |qʼˠ|ᵊ|꜖꜒|kˤ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.active.imperative.PAST] => |qʲ|a|꜖|wˤ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.active.conditional.PRES] => |ᵏǀʰʲ|i#|꜒꜖|tʰʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.active.conditional.PAST] => |tʼˤ|i#ː|꜒꜖|pʰʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.active.optative.PRES] => |tʰˤ|i#|꜖꜒|ɴʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.active.optative.PAST] => |ɗˠ|i|꜖|tʰˤ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.passive.indicative.PRES] => |ʃʲ|ʉ#|꜒|ɽˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.passive.indicative.PAST] => |ɭʲ|u#ː|̰꜒|qʲ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.passive.imperative.PRES] => |qʲ|a|꜒꜖|qˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.passive.imperative.PAST] => |htˤ|i|꜖|rˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.passive.conditional.PRES] => |ᵏǁʲ|ᵊ|꜒|ɾʷ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.passive.conditional.PAST] => |ᵑǀˠ|ʉ|꜒|pʼˠ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.passive.optative.PRES] => |ʈʼˠ|u|̰꜒|ɠʷ|-
[not.Q.3.cl.4.1excl.3.cl.2.POS.passive.optative.PAST] => |ɗˤ|ʉ|꜖꜒|nˤ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.active.indicative.PRES] => |d͡ʐʲ|u#|̰꜒|r̥ʲ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.active.indicative.PAST] => |nˤ|u#ː|꜖꜒|tʼˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.active.imperative.PRES] => |pʰˠ|ᵊ|꜒|ʛʷ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.active.imperative.PAST] => |tʼˠ|i#|꜒꜖|mˤ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.active.conditional.PRES] => |pʼˠ|ᵊ|̰꜖|ɳ̥ˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.active.conditional.PAST] => |ɳ̥ʲ|uː|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.active.optative.PRES] => |ʔ|a|꜒꜖|qʲ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.active.optative.PAST] => |ɥˠ|i#|꜒|ʛʷ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.passive.indicative.PRES] => |tʰʲ|a|꜖|ŋʲ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.passive.indicative.PAST] => |ɹʲ|i|꜒|tʰˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.passive.imperative.PRES] => |kʷ|ᵊ|꜒|ɳ̥ˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.passive.imperative.PAST] => |ɻʲ|aː|꜖|ɾˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.passive.conditional.PRES] => |kʰʲ|i|꜒|tʰʷ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.passive.conditional.PAST] => |ʋʲ|ᵊ|̰꜒|ɳ̥ˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.passive.optative.PRES] => |ʈʰˠ|ʉː|꜖|n̥ˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.NEG.passive.optative.PAST] => |ɠˤ|a|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.active.indicative.PRES] => |ɻˠ|i#ː|꜖꜒|ɰˤ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.active.indicative.PAST] => |ᵏǁʼˠ|i|꜖꜒|ɴˤ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.active.imperative.PRES] => |ᵏǀˤ|a|꜒|ŋ̥ʷ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.active.imperative.PAST] => |ᵑǃʼˤ|u#|̰꜖|qʼˤ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.active.conditional.PRES] => |tˤ|a#ː|̰꜒|ɠˤ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.active.conditional.PAST] => |ŋ̥ˠ|a|꜖꜒|ɹʲ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.active.optative.PRES] => |qʲ|i|̰꜒|ɾˤ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.active.optative.PAST] => |ɽˠ|i|꜖|tˤ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.passive.indicative.PRES] => |ᵑǀʼˤ|a|꜒꜖|nˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.passive.indicative.PAST] => |ɾˠ|i|̰꜖|n̥ˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.passive.imperative.PRES] => |pʰˠ|iː|꜒|ʛˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.passive.imperative.PAST] => |ᵑǀˠ|i#ː|꜒꜖|ʋˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.passive.conditional.PRES] => |ɠˤ|a|꜖|ŋʷ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.passive.conditional.PAST] => |ᵏǁʼˠ|ʉ#|꜒|ɹˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.passive.optative.PRES] => |ɰʷ|i|꜒|ɻˠ|-
[not.Q.3.cl.4.1excl.3.cl.3.POS.passive.optative.PAST] => |pʰʲ|a#|꜒|j|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.active.indicative.PRES] => |ᵏǁˠ|a|꜒|ɥʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.active.indicative.PAST] => |pʲ|u#ː|̰꜒|tʰˠ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.active.imperative.PRES] => |qʼʲ|aː|꜒|tʷ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.active.imperative.PAST] => |ʃʲ|u|꜖꜒|t͡ʂʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.active.conditional.PRES] => |ʃˠ|ʉ|꜒|tʼˠ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.active.conditional.PAST] => |ᵏǃˤ|a|̰꜖|r̥ˤ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.active.optative.PRES] => |ᵑǃˤ|ʉ|̰꜖|ʡˠ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.active.optative.PAST] => |ᵑǃʼˠ|iː|꜒꜖|n̥ʷ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.passive.indicative.PRES] => |ᵑǃʼˤ|a|꜒꜖|pˤ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.passive.indicative.PAST] => |t͡ʂˠ|a|꜖|qʼʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.passive.imperative.PRES] => |ɗˠ|a|꜖꜒|ʈʼˠ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.passive.imperative.PAST] => |ᵑǃʼˤ|i#|꜒|ʛʷ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.passive.conditional.PRES] => |ᵑǃʲ|aː|꜒꜖|ɗʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.passive.conditional.PAST] => |qʼˤ|a|꜒|kʼʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.passive.optative.PRES] => |ʈʼʲ|ʉ#ː|꜒꜖|tɬʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.NEG.passive.optative.PAST] => |h|iː|꜖꜒|ɴʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.active.indicative.PRES] => |ᵏǁʰʲ|u|̰꜖|ʃˠ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.active.indicative.PAST] => |ᵑǀˤ|iː|꜒꜖|ɹˤ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.active.imperative.PRES] => |ɳ̥ˠ|ᵊ|̰꜒|ɹˤ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.active.imperative.PAST] => |htˠ|i|̰꜖|ʜʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.active.conditional.PRES] => |wˠ|u#|̰꜖|tʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.active.conditional.PAST] => |ŋ̥ʷ|i|꜒|kʼʷ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.active.optative.PRES] => |ɠˤ|u|꜖꜒|ʋˤ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.active.optative.PAST] => |ʄʲ|i|̰꜒|m̥ʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʰʲ|ʉ#ː|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.passive.indicative.PAST] => |ɳˠ|ʉ#|꜖꜒|n̥ʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.passive.imperative.PRES] => |ʃˠ|aː|̰꜖|sˠ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.passive.imperative.PAST] => |nˠ|u#ː|꜒|tˠ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.passive.conditional.PRES] => |ʈʰˠ|u|꜖|tʰˤ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.passive.conditional.PAST] => |ɓˤ|u|꜒|ɠʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.passive.optative.PRES] => |r̥ʷ|ᵊ|꜖|ʃʲ|-
[not.Q.3.cl.4.1excl.3.cl.4.POS.passive.optative.PAST] => |ʜʲ|ʉ|꜖|tʰˠ|-
[not.Q.3.cl.4.2.1incl.NEG.active.indicative.PRES] => |ɗˠ|i|̰꜖|ʔ|-
[not.Q.3.cl.4.2.1incl.NEG.active.indicative.PAST] => |htˤ|uː|̰꜖|tˤ|-
[not.Q.3.cl.4.2.1incl.NEG.active.imperative.PRES] => |tʼʷ|aː|̰꜖|hkʲ|-
[not.Q.3.cl.4.2.1incl.NEG.active.imperative.PAST] => |qʼˤ|iː|̰꜒|qʼʲ|-
[not.Q.3.cl.4.2.1incl.NEG.active.conditional.PRES] => |htʲ|u|̰꜒|ɭʲ|-
[not.Q.3.cl.4.2.1incl.NEG.active.conditional.PAST] => |ᵏǀʲ|a#|̰꜖|qʼˠ|-
[not.Q.3.cl.4.2.1incl.NEG.active.optative.PRES] => |ᵏǃʷ|iː|꜖꜒|nʷ|-
[not.Q.3.cl.4.2.1incl.NEG.active.optative.PAST] => |ŋʷ|ᵊ|꜒꜖|qʼʲ|-
[not.Q.3.cl.4.2.1incl.NEG.passive.indicative.PRES] => |tʰˤ|aː|꜖꜒|tʷ|-
[not.Q.3.cl.4.2.1incl.NEG.passive.indicative.PAST] => |lʲ|i|̰꜒|ʜʲ|-
[not.Q.3.cl.4.2.1incl.NEG.passive.imperative.PRES] => |hkˠ|ʉ#ː|꜒꜖|t͡sʲ|-
[not.Q.3.cl.4.2.1incl.NEG.passive.imperative.PAST] => |wʲ|i|꜖꜒|kʰʲ|-
[not.Q.3.cl.4.2.1incl.NEG.passive.conditional.PRES] => |hʈˠ|a|̰꜖|ɠʲ|-
[not.Q.3.cl.4.2.1incl.NEG.passive.conditional.PAST] => |nˠ|i|꜖꜒|ɓʲ|-
[not.Q.3.cl.4.2.1incl.NEG.passive.optative.PRES] => |ʄˠ|iː|꜒꜖|kʰʷ|-
[not.Q.3.cl.4.2.1incl.NEG.passive.optative.PAST] => |kʼˤ|a#|̰꜖|ɭˠ|-
[not.Q.3.cl.4.2.1incl.POS.active.indicative.PRES] => |ɗˠ|a|꜒꜖|ɥˤ|-
[not.Q.3.cl.4.2.1incl.POS.active.indicative.PAST] => |ɠˤ|a|꜖|ɽˠ|-
[not.Q.3.cl.4.2.1incl.POS.active.imperative.PRES] => |qʷ|ᵊ|꜖꜒|nʲ|-
[not.Q.3.cl.4.2.1incl.POS.active.imperative.PAST] => |ɴˠ|a|̰꜖|tʰˠ|-
[not.Q.3.cl.4.2.1incl.POS.active.conditional.PRES] => |ᵏǁʼˠ|a|꜒|ɴʷ|-
[not.Q.3.cl.4.2.1incl.POS.active.conditional.PAST] => |ɰʲ|ʉ#|꜒꜖|ŋ̥ˤ|-
[not.Q.3.cl.4.2.1incl.POS.active.optative.PRES] => |wʲ|ᵊ|꜒꜖|ʛˤ|-
[not.Q.3.cl.4.2.1incl.POS.active.optative.PAST] => |t͡sˠ|a|̰꜖|ɳ̥ˠ|-
[not.Q.3.cl.4.2.1incl.POS.passive.indicative.PRES] => |ᵑǀʷ|a|꜒꜖|ɰˠ|-
[not.Q.3.cl.4.2.1incl.POS.passive.indicative.PAST] => |t͡ʂʲ|u|꜒꜖|htʲ|-
[not.Q.3.cl.4.2.1incl.POS.passive.imperative.PRES] => |ᵏǀʼˠ|i|꜒꜖|ɗʷ|-
[not.Q.3.cl.4.2.1incl.POS.passive.imperative.PAST] => |ɹʷ|i|꜖|ɳˠ|-
[not.Q.3.cl.4.2.1incl.POS.passive.conditional.PRES] => |ʃˠ|u|꜖꜒|pˠ|-
[not.Q.3.cl.4.2.1incl.POS.passive.conditional.PAST] => |ᵏǀʰˠ|i|꜒꜖|ʜˠ|-
[not.Q.3.cl.4.2.1incl.POS.passive.optative.PRES] => |pʰˠ|ʉː|̰꜒|kʼʲ|-
[not.Q.3.cl.4.2.1incl.POS.passive.optative.PAST] => |ʈʼˠ|i#ː|̰꜖|tʲ|-
[not.Q.3.cl.4.2.1excl.NEG.active.indicative.PRES] => |ᵏǃʼʲ|u|꜖꜒|htʷ|-
[not.Q.3.cl.4.2.1excl.NEG.active.indicative.PAST] => |ɹʲ|u#ː|̰꜒|ɠˤ|-
[not.Q.3.cl.4.2.1excl.NEG.active.imperative.PRES] => |ɥˠ|a|꜖|lˠ|-
[not.Q.3.cl.4.2.1excl.NEG.active.imperative.PAST] => |ᵏǃʷ|a#ː|꜖꜒|ɹʲ|-
[not.Q.3.cl.4.2.1excl.NEG.active.conditional.PRES] => |m̥ʲ|u|꜒|pʰʲ|-
[not.Q.3.cl.4.2.1excl.NEG.active.conditional.PAST] => |tʲ|a|̰꜖|ɭˠ|-
[not.Q.3.cl.4.2.1excl.NEG.active.optative.PRES] => |ɰˠ|iː|꜒꜖|r̥ˠ|-
[not.Q.3.cl.4.2.1excl.NEG.active.optative.PAST] => |n̥ˤ|ʉ|꜒|ŋʲ|-
[not.Q.3.cl.4.2.1excl.NEG.passive.indicative.PRES] => |ᵏǃʼʲ|uː|̰꜖|kʰˤ|-
[not.Q.3.cl.4.2.1excl.NEG.passive.indicative.PAST] => |ɰˠ|u#|꜒꜖|ʋˠ|-
[not.Q.3.cl.4.2.1excl.NEG.passive.imperative.PRES] => |ɭʲ|ᵊ|꜖|rˠ|-
[not.Q.3.cl.4.2.1excl.NEG.passive.imperative.PAST] => |ᵑǁʼˠ|u#ː|̰꜒|ʛˤ|-
[not.Q.3.cl.4.2.1excl.NEG.passive.conditional.PRES] => |ᵏǀʰˠ|ʉ#ː|꜖꜒|tʼʲ|-
[not.Q.3.cl.4.2.1excl.NEG.passive.conditional.PAST] => |ᵑǀʼˤ|aː|̰꜖|nʷ|-
[not.Q.3.cl.4.2.1excl.NEG.passive.optative.PRES] => |ɻʲ|ʉ|̰꜖|kʼʲ|-
[not.Q.3.cl.4.2.1excl.NEG.passive.optative.PAST] => |ᵑǀˠ|ᵊ|̰꜖|rʲ|-
[not.Q.3.cl.4.2.1excl.POS.active.indicative.PRES] => |ɰʲ|ʉ#ː|꜖|ɥˤ|-
[not.Q.3.cl.4.2.1excl.POS.active.indicative.PAST] => |ʃˠ|i|꜒|tʰʷ|-
[not.Q.3.cl.4.2.1excl.POS.active.imperative.PRES] => |tˠ|a#|̰꜒|ʈʼˠ|-
[not.Q.3.cl.4.2.1excl.POS.active.imperative.PAST] => |ŋ̥ˤ|u|̰꜖|kʰʷ|-
[not.Q.3.cl.4.2.1excl.POS.active.conditional.PRES] => |ɭʲ|u|꜖|ɴˤ|-
[not.Q.3.cl.4.2.1excl.POS.active.conditional.PAST] => |ᵏǃʰʷ|a#ː|̰꜖|n̥ˠ|-
[not.Q.3.cl.4.2.1excl.POS.active.optative.PRES] => |ɓʲ|iː|꜒꜖|ɭʲ|-
[not.Q.3.cl.4.2.1excl.POS.active.optative.PAST] => |qʼʷ|a|̰꜒|ʈʼˠ|-
[not.Q.3.cl.4.2.1excl.POS.passive.indicative.PRES] => |ɴʲ|ʉ|̰꜖|ʈʰˠ|-
[not.Q.3.cl.4.2.1excl.POS.passive.indicative.PAST] => |hpˠ|aː|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.4.2.1excl.POS.passive.imperative.PRES] => |tʼˤ|ᵊ|꜒꜖|t͡ʃ|-
[not.Q.3.cl.4.2.1excl.POS.passive.imperative.PAST] => |j|a|̰꜒|d͡ʐʲ|-
[not.Q.3.cl.4.2.1excl.POS.passive.conditional.PRES] => |ᵏǀʲ|i|̰꜒|ʃʲ|-
[not.Q.3.cl.4.2.1excl.POS.passive.conditional.PAST] => |ɠˤ|ʉ|꜒꜖|qʼˤ|-
[not.Q.3.cl.4.2.1excl.POS.passive.optative.PRES] => |ʄˠ|ʉ|̰꜒|m̥ʲ|-
[not.Q.3.cl.4.2.1excl.POS.passive.optative.PAST] => |pˤ|a|꜖꜒|m̥ʲ|-
[not.Q.3.cl.4.2.2.NEG.active.indicative.PRES] => |ᵏǁʼˠ|a|꜒|ɴʲ|-
[not.Q.3.cl.4.2.2.NEG.active.indicative.PAST] => |ᵑǀʼˤ|i|̰꜒|ɰʲ|-
[not.Q.3.cl.4.2.2.NEG.active.imperative.PRES] => |ʃʲ|i|꜖|ɰʲ|-
[not.Q.3.cl.4.2.2.NEG.active.imperative.PAST] => |htʲ|u|꜖꜒|rˠ|-
[not.Q.3.cl.4.2.2.NEG.active.conditional.PRES] => |pʰʲ|u|꜖|ŋ̥ˤ|-
[not.Q.3.cl.4.2.2.NEG.active.conditional.PAST] => |tˠ|i|꜖|ɳˠ|-
[not.Q.3.cl.4.2.2.NEG.active.optative.PRES] => |ᵏǀʰˠ|ᵊ|̰꜖|ʛˤ|-
[not.Q.3.cl.4.2.2.NEG.active.optative.PAST] => |htʷ|i|̰꜖|d͡ʐʲ|-
[not.Q.3.cl.4.2.2.NEG.passive.indicative.PRES] => |ᵏǁʰʲ|i#ː|̰꜖|r̥ˤ|-
[not.Q.3.cl.4.2.2.NEG.passive.indicative.PAST] => |ɴʲ|i|꜒|ʛʷ|-
[not.Q.3.cl.4.2.2.NEG.passive.imperative.PRES] => |sˤ|uː|̰꜒|pʼˠ|-
[not.Q.3.cl.4.2.2.NEG.passive.imperative.PAST] => |pʰʲ|aː|̰꜖|htˤ|-
[not.Q.3.cl.4.2.2.NEG.passive.conditional.PRES] => |ʋʲ|ʉ#ː|꜖|t͡sˠ|-
[not.Q.3.cl.4.2.2.NEG.passive.conditional.PAST] => |hʈʲ|a|꜖|ɠʷ|-
[not.Q.3.cl.4.2.2.NEG.passive.optative.PRES] => |j|a#ː|꜒|n̥ˠ|-
[not.Q.3.cl.4.2.2.NEG.passive.optative.PAST] => |ɾʷ|i|꜖꜒|kʰˠ|-
[not.Q.3.cl.4.2.2.POS.active.indicative.PRES] => |ɠˠ|u#ː|꜒|ɴˤ|-
[not.Q.3.cl.4.2.2.POS.active.indicative.PAST] => |ᵏǀʼˤ|u#|̰꜖|nʲ|-
[not.Q.3.cl.4.2.2.POS.active.imperative.PRES] => |ʃʲ|a#|̰꜒|ɗˠ|-
[not.Q.3.cl.4.2.2.POS.active.imperative.PAST] => |ɾˠ|ᵊ|꜒|kʲ|-
[not.Q.3.cl.4.2.2.POS.active.conditional.PRES] => |ᵏǃʰˤ|i|꜒꜖|t͡ʃ|-
[not.Q.3.cl.4.2.2.POS.active.conditional.PAST] => |tɬˠ|ᵊ|̰꜖|ʜʲ|-
[not.Q.3.cl.4.2.2.POS.active.optative.PRES] => |qʼʷ|i|꜖|n̥ʷ|-
[not.Q.3.cl.4.2.2.POS.active.optative.PAST] => |pˠ|u#|꜒꜖|qˤ|-
[not.Q.3.cl.4.2.2.POS.passive.indicative.PRES] => |m̥ˤ|a|̰꜒|hkˤ|-
[not.Q.3.cl.4.2.2.POS.passive.indicative.PAST] => |tʼʲ|a|꜒꜖|tɬʲ|-
[not.Q.3.cl.4.2.2.POS.passive.imperative.PRES] => |ᵑǀʷ|iː|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.4.2.2.POS.passive.imperative.PAST] => |ᵑǀʼˠ|u|꜒|pʼˤ|-
[not.Q.3.cl.4.2.2.POS.passive.conditional.PRES] => |tʼʷ|i#ː|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.4.2.2.POS.passive.conditional.PAST] => |ɓˠ|ᵊ|̰꜒|ʈʼˠ|-
[not.Q.3.cl.4.2.2.POS.passive.optative.PRES] => |pʼˠ|a|꜖꜒|rʲ|-
[not.Q.3.cl.4.2.2.POS.passive.optative.PAST] => |ᵑǀʼʲ|i#|̰꜖|ɠʲ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.active.indicative.PRES] => |ŋˠ|a|꜖꜒|ɗʷ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.active.indicative.PAST] => |ᵑǀˤ|ᵊ|̰꜒|lˠ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.active.imperative.PRES] => |pʰʲ|ʉ|꜒|wˠ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.active.imperative.PAST] => |pʰˠ|u|̰꜖|sˠ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.active.conditional.PRES] => |hʈˠ|iː|꜒꜖|ɥˤ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.active.conditional.PAST] => |pʰˠ|u|꜒|nʷ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.active.optative.PRES] => |ɓʲ|u#ː|꜒꜖|kʼˤ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.active.optative.PAST] => |ŋˤ|i|̰꜒|wˠ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.passive.indicative.PRES] => |tʼˤ|a|꜖|ɠˤ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.passive.indicative.PAST] => |tʼʲ|uː|꜖꜒|sˤ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.passive.imperative.PRES] => |qʼˤ|ᵊ|꜒꜖|ɹʷ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.passive.imperative.PAST] => |ʛʷ|i|̰꜒|ʡˠ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.passive.conditional.PRES] => |sˠ|ʉː|꜖꜒|rʷ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.passive.conditional.PAST] => |kʷ|ʉ|꜖|tʼʲ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.passive.optative.PRES] => |ɾʷ|ʉ|̰꜖|ɰˠ|-
[not.Q.3.cl.4.2.3.cl.1.NEG.passive.optative.PAST] => |tʼˠ|a#|꜒꜖|ɰʷ|-
[not.Q.3.cl.4.2.3.cl.1.POS.active.indicative.PRES] => |ʡʲ|ᵊ|꜒꜖|tˤ|-
[not.Q.3.cl.4.2.3.cl.1.POS.active.indicative.PAST] => |ʜˠ|iː|꜒|qʲ|-
[not.Q.3.cl.4.2.3.cl.1.POS.active.imperative.PRES] => |hkˤ|i|꜒|hkˤ|-
[not.Q.3.cl.4.2.3.cl.1.POS.active.imperative.PAST] => |ɗʷ|ʉ#ː|꜖꜒|qʼˤ|-
[not.Q.3.cl.4.2.3.cl.1.POS.active.conditional.PRES] => |ŋʲ|ʉ#|꜖꜒|ʋˤ|-
[not.Q.3.cl.4.2.3.cl.1.POS.active.conditional.PAST] => |ɾʲ|ᵊ|̰꜖|kʼˤ|-
[not.Q.3.cl.4.2.3.cl.1.POS.active.optative.PRES] => |ᵏǀʲ|a|̰꜖|qʲ|-
[not.Q.3.cl.4.2.3.cl.1.POS.active.optative.PAST] => |tˠ|u|̰꜒|nʷ|-
[not.Q.3.cl.4.2.3.cl.1.POS.passive.indicative.PRES] => |ᵑǁʼʲ|ʉ|꜒|kʲ|-
[not.Q.3.cl.4.2.3.cl.1.POS.passive.indicative.PAST] => |ᵏǀʰʲ|ʉː|꜒꜖|ŋʷ|-
[not.Q.3.cl.4.2.3.cl.1.POS.passive.imperative.PRES] => |ʃʲ|u|꜒꜖|ɗˠ|-
[not.Q.3.cl.4.2.3.cl.1.POS.passive.imperative.PAST] => |ᵑǀˤ|i|꜒|ŋˤ|-
[not.Q.3.cl.4.2.3.cl.1.POS.passive.conditional.PRES] => |n̥ʲ|i|̰꜖|ɠˠ|-
[not.Q.3.cl.4.2.3.cl.1.POS.passive.conditional.PAST] => |pʲ|a#ː|꜒|ʋʲ|-
[not.Q.3.cl.4.2.3.cl.1.POS.passive.optative.PRES] => |n̥ˤ|u#|꜖꜒|tʷ|-
[not.Q.3.cl.4.2.3.cl.1.POS.passive.optative.PAST] => |ʄˠ|ʉ|̰꜒|t͡sˠ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.active.indicative.PRES] => |ɓˠ|i|̰꜖|qˠ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.active.indicative.PAST] => |ᵏǀˤ|i|̰꜒|ʛˤ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.active.imperative.PRES] => |ʈʰˠ|i|̰꜒|hkˤ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.active.imperative.PAST] => |kʲ|u#ː|꜖|r̥ʲ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.active.conditional.PRES] => |ŋˠ|iː|꜖|mˠ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.active.conditional.PAST] => |kʼʷ|aː|꜖꜒|ʈʼˠ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.active.optative.PRES] => |ᵑǃʲ|i#|꜒꜖|ɰˤ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.active.optative.PAST] => |ɳ̥ˠ|uː|꜖꜒|pʼʲ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǀʰʷ|a|꜒꜖|qʼˤ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.passive.indicative.PAST] => |ɴˠ|ᵊ|꜖꜒|ʃʲ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.passive.imperative.PRES] => |ɰˤ|ʉ|̰꜒|ɓˤ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.passive.imperative.PAST] => |tʼˤ|iː|꜖꜒|ɴˤ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǀʼʲ|ʉ#ː|꜖꜒|ɴˠ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.passive.conditional.PAST] => |ᵏǀʰʲ|ᵊ|̰꜒|ɓˠ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.passive.optative.PRES] => |ŋˠ|i|̰꜒|n̥ˠ|-
[not.Q.3.cl.4.2.3.cl.2.NEG.passive.optative.PAST] => |ᵏǁʼʲ|ᵊ|꜖|t͡sˤ|-
[not.Q.3.cl.4.2.3.cl.2.POS.active.indicative.PRES] => |rˠ|a|꜖꜒|ʄˠ|-
[not.Q.3.cl.4.2.3.cl.2.POS.active.indicative.PAST] => |r̥ˠ|a|꜒|htˤ|-
[not.Q.3.cl.4.2.3.cl.2.POS.active.imperative.PRES] => |ɥˠ|i#ː|̰꜒|ʈʼˠ|-
[not.Q.3.cl.4.2.3.cl.2.POS.active.imperative.PAST] => |ʋˠ|iː|꜒꜖|ɳʲ|-
[not.Q.3.cl.4.2.3.cl.2.POS.active.conditional.PRES] => |sʲ|ᵊ|꜖|ɴʲ|-
[not.Q.3.cl.4.2.3.cl.2.POS.active.conditional.PAST] => |ᵏǃˤ|iː|̰꜒|qʼʷ|-
[not.Q.3.cl.4.2.3.cl.2.POS.active.optative.PRES] => |ᵑǃʼˤ|u|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.4.2.3.cl.2.POS.active.optative.PAST] => |hkʲ|ʉ|꜖꜒|tʼʲ|-
[not.Q.3.cl.4.2.3.cl.2.POS.passive.indicative.PRES] => |qˤ|ᵊ|꜖꜒|ʜˠ|-
[not.Q.3.cl.4.2.3.cl.2.POS.passive.indicative.PAST] => |ᵑǁˠ|i|꜖꜒|ʂˠ|-
[not.Q.3.cl.4.2.3.cl.2.POS.passive.imperative.PRES] => |nʲ|u#|꜖꜒|ɰʷ|-
[not.Q.3.cl.4.2.3.cl.2.POS.passive.imperative.PAST] => |ɰʷ|i|꜒꜖|qˤ|-
[not.Q.3.cl.4.2.3.cl.2.POS.passive.conditional.PRES] => |ŋ̥ˠ|i#|̰꜒|ʄʲ|-
[not.Q.3.cl.4.2.3.cl.2.POS.passive.conditional.PAST] => |ᵏǃʲ|i|̰꜒|sˠ|-
[not.Q.3.cl.4.2.3.cl.2.POS.passive.optative.PRES] => |ɳ̥ˠ|aː|꜒꜖|ɽˠ|-
[not.Q.3.cl.4.2.3.cl.2.POS.passive.optative.PAST] => |kʼʷ|i|꜒|ɳˠ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.active.indicative.PRES] => |ɹʷ|ʉː|̰꜖|nˤ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.active.indicative.PAST] => |ᵏǀʰˤ|ʉ|̰꜒|ʈˠ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.active.imperative.PRES] => |hkʷ|ᵊ|꜒꜖|ŋʲ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.active.imperative.PAST] => |tʷ|a#|̰꜒|ɴˠ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.active.conditional.PRES] => |ʛˤ|ᵊ|̰꜖|sˠ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.active.conditional.PAST] => |nʷ|ʉ#ː|꜒|kʼˠ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.active.optative.PRES] => |r̥ˠ|u#|꜖|sʲ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.active.optative.PAST] => |t͡ʃ|ʉ#|̰꜖|hpˤ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.passive.indicative.PRES] => |qʼʲ|ᵊ|꜒|qʼˤ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.passive.indicative.PAST] => |ᵏǀʰˠ|a|꜒꜖|ʈʼˠ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.passive.imperative.PRES] => |ɹˠ|i|꜖|tʼˤ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.passive.imperative.PAST] => |ɽʲ|i|̰꜒|ʄʲ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.passive.conditional.PRES] => |ᵏǃʰˠ|u|꜒꜖|ʃʲ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.passive.conditional.PAST] => |qʼʷ|a#|꜒꜖|lʲ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.passive.optative.PRES] => |sʷ|a|꜖꜒|kʼʲ|-
[not.Q.3.cl.4.2.3.cl.3.NEG.passive.optative.PAST] => |ʈʼˠ|ʉ#ː|꜒|qˤ|-
[not.Q.3.cl.4.2.3.cl.3.POS.active.indicative.PRES] => |sʲ|ᵊ|̰꜒|ɹˤ|-
[not.Q.3.cl.4.2.3.cl.3.POS.active.indicative.PAST] => |lʲ|iː|꜖꜒|qˠ|-
[not.Q.3.cl.4.2.3.cl.3.POS.active.imperative.PRES] => |ᵏǁˠ|a|꜒꜖|ʂˠ|-
[not.Q.3.cl.4.2.3.cl.3.POS.active.imperative.PAST] => |pʰˠ|aː|꜖|hʈˠ|-
[not.Q.3.cl.4.2.3.cl.3.POS.active.conditional.PRES] => |qʼʲ|u|̰꜒|ʜˠ|-
[not.Q.3.cl.4.2.3.cl.3.POS.active.conditional.PAST] => |tɬˠ|u#|꜒|ɥˤ|-
[not.Q.3.cl.4.2.3.cl.3.POS.active.optative.PRES] => |ʈʲ|i|꜒꜖|pʰʲ|-
[not.Q.3.cl.4.2.3.cl.3.POS.active.optative.PAST] => |tɬˠ|ᵊ|꜒꜖|tʲ|-
[not.Q.3.cl.4.2.3.cl.3.POS.passive.indicative.PRES] => |hpˤ|i#ː|꜖꜒|r̥ʷ|-
[not.Q.3.cl.4.2.3.cl.3.POS.passive.indicative.PAST] => |tʰʲ|ʉ|꜒꜖|ɹʲ|-
[not.Q.3.cl.4.2.3.cl.3.POS.passive.imperative.PRES] => |ᵑǃʼʷ|aː|̰꜖|ɠˠ|-
[not.Q.3.cl.4.2.3.cl.3.POS.passive.imperative.PAST] => |ʛʷ|ᵊ|꜖|t͡sʲ|-
[not.Q.3.cl.4.2.3.cl.3.POS.passive.conditional.PRES] => |rʲ|i|̰꜖|n̥ˤ|-
[not.Q.3.cl.4.2.3.cl.3.POS.passive.conditional.PAST] => |htˠ|i|̰꜖|r̥ˤ|-
[not.Q.3.cl.4.2.3.cl.3.POS.passive.optative.PRES] => |ʔ|u|꜒꜖|pˤ|-
[not.Q.3.cl.4.2.3.cl.3.POS.passive.optative.PAST] => |ᵏǀˤ|u|꜒꜖|ɓʲ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.active.indicative.PRES] => |ᵏǀʰʷ|i#ː|꜖|ʋˤ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.active.indicative.PAST] => |ɠˠ|u|̰꜖|ɾʷ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.active.imperative.PRES] => |ᵑǃˤ|iː|꜒꜖|ʋˠ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.active.imperative.PAST] => |pʰˠ|uː|̰꜖|ʄʲ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.active.conditional.PRES] => |ᵑǀˠ|i|꜒꜖|ʛˤ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.active.conditional.PAST] => |qˤ|i|꜖꜒|ɥˠ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.active.optative.PRES] => |r̥ˤ|u|̰꜒|rˤ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.active.optative.PAST] => |ʛʷ|i|̰꜖|rʷ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.passive.indicative.PRES] => |tʰˠ|ᵊ|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.passive.indicative.PAST] => |tʷ|aː|꜖꜒|tʼʷ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.passive.imperative.PRES] => |ᵑǀʼˠ|ʉ#|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.passive.imperative.PAST] => |ʋʲ|ᵊ|꜖꜒|ʋˤ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.passive.conditional.PRES] => |ᵏǃʰˤ|u|꜖꜒|kʼʷ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.passive.conditional.PAST] => |ʡʲ|i|꜒꜖|ɻˠ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.passive.optative.PRES] => |ʈʼʲ|ᵊ|꜖|ɳ̥ʲ|-
[not.Q.3.cl.4.2.3.cl.4.NEG.passive.optative.PAST] => |kʼˤ|ᵊ|꜖|ɭʲ|-
[not.Q.3.cl.4.2.3.cl.4.POS.active.indicative.PRES] => |ᵑǃʼʲ|uː|꜖꜒|kʰˠ|-
[not.Q.3.cl.4.2.3.cl.4.POS.active.indicative.PAST] => |ᵏǃʼˠ|i|꜖|ɠʷ|-
[not.Q.3.cl.4.2.3.cl.4.POS.active.imperative.PRES] => |kʼˠ|aː|꜒|kʰˤ|-
[not.Q.3.cl.4.2.3.cl.4.POS.active.imperative.PAST] => |kʼˠ|iː|꜒|ɗˤ|-
[not.Q.3.cl.4.2.3.cl.4.POS.active.conditional.PRES] => |ᵏǁʰʲ|ʉ|̰꜖|ɽʲ|-
[not.Q.3.cl.4.2.3.cl.4.POS.active.conditional.PAST] => |tʷ|a#|꜒|pʰʲ|-
[not.Q.3.cl.4.2.3.cl.4.POS.active.optative.PRES] => |ɥʲ|a|̰꜒|ɥˠ|-
[not.Q.3.cl.4.2.3.cl.4.POS.active.optative.PAST] => |sˠ|u#ː|꜖꜒|ɽˠ|-
[not.Q.3.cl.4.2.3.cl.4.POS.passive.indicative.PRES] => |ŋˠ|a|꜖|ŋ̥ʲ|-
[not.Q.3.cl.4.2.3.cl.4.POS.passive.indicative.PAST] => |ᵑǀʼʷ|i#ː|̰꜒|nˤ|-
[not.Q.3.cl.4.2.3.cl.4.POS.passive.imperative.PRES] => |ᵏǁʰʲ|ʉ|̰꜖|pʲ|-
[not.Q.3.cl.4.2.3.cl.4.POS.passive.imperative.PAST] => |ᵏǁˠ|a#ː|꜒|qʼʷ|-
[not.Q.3.cl.4.2.3.cl.4.POS.passive.conditional.PRES] => |ʈˠ|ʉ#ː|̰꜖|ɗʲ|-
[not.Q.3.cl.4.2.3.cl.4.POS.passive.conditional.PAST] => |ɗʷ|ʉ#|꜒꜖|ɓˠ|-
[not.Q.3.cl.4.2.3.cl.4.POS.passive.optative.PRES] => |lʲ|i|꜖꜒|ɗʷ|-
[not.Q.3.cl.4.2.3.cl.4.POS.passive.optative.PAST] => |hʈˠ|u|̰꜒|ŋˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.active.indicative.PRES] => |ʈʼˠ|a|̰꜖|n̥ʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.active.indicative.PAST] => |ᵏǃʼˤ|u#ː|꜖꜒|kʰʷ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.active.imperative.PRES] => |ᵑǃʷ|a#ː|꜒꜖|mˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.active.imperative.PAST] => |tʼʷ|ʉ|̰꜒|pʰˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.active.conditional.PRES] => |ɳ̥ʲ|iː|꜖|lˠ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.active.conditional.PAST] => |n̥ˠ|u|꜖|j|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.active.optative.PRES] => |ʡʲ|a#ː|̰꜒|ʄʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.active.optative.PAST] => |ᵑǃʼʲ|i#ː|꜖꜒|kʼˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.passive.indicative.PRES] => |ʋˠ|a|꜖|ɻʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.passive.indicative.PAST] => |ɹˤ|aː|̰꜖|hpˠ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.passive.imperative.PRES] => |ɗˤ|i|̰꜖|ŋ̥ʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.passive.imperative.PAST] => |ɹˠ|ʉ|꜖|hkˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.passive.conditional.PRES] => |pʰʲ|iː|꜒꜖|pʰʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.passive.conditional.PAST] => |ʈʰˠ|ʉː|꜖|nˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.passive.optative.PRES] => |r̥ˤ|i|꜒|ʛʷ|-
[not.Q.3.cl.4.3.cl.1.1incl.NEG.passive.optative.PAST] => |ᵏǃʼʲ|ʉ|̰꜖|r̥ʷ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.active.indicative.PRES] => |n̥ˤ|i#|̰꜒|tʼʷ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.active.indicative.PAST] => |ᵑǃˠ|iː|꜖꜒|kʼʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.active.imperative.PRES] => |ɾʲ|a#ː|̰꜒|ŋ̥ʷ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.active.imperative.PAST] => |hkʲ|aː|꜖꜒|wˠ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.active.conditional.PRES] => |tʼʲ|aː|̰꜒|kʰˠ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.active.conditional.PAST] => |ʛˠ|i#|꜖|kʼʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.active.optative.PRES] => |ᵑǁʼʲ|aː|꜒|n̥ˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.active.optative.PAST] => |ɽʲ|ʉ|꜒꜖|qʼʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.passive.indicative.PRES] => |hpˤ|i|꜖|tˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.passive.indicative.PAST] => |ᵑǃʼˤ|a#ː|꜒꜖|sˠ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.passive.imperative.PRES] => |ᵑǀˤ|u|̰꜒|n̥ʲ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.passive.imperative.PAST] => |tʰˠ|u|̰꜒|kʼˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.passive.conditional.PRES] => |rˠ|a#|꜒|sˤ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.passive.conditional.PAST] => |qʲ|u|꜖꜒|t͡sˠ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.passive.optative.PRES] => |kʰʷ|ʉ|̰꜖|rˠ|-
[not.Q.3.cl.4.3.cl.1.1incl.POS.passive.optative.PAST] => |pʼˤ|u|̰꜖|t͡sˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.active.indicative.PRES] => |ɗˠ|aː|꜒|ʈʲ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.active.indicative.PAST] => |ɗʷ|ʉ#ː|꜒|hpˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.active.imperative.PRES] => |ɗˠ|ʉ|꜖|ɭˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.active.imperative.PAST] => |nˠ|u|̰꜒|hʈˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.active.conditional.PRES] => |ɴʲ|i#ː|̰꜒|qʷ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.active.conditional.PAST] => |ᵑǁˠ|ᵊ|꜖|t͡sˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.active.optative.PRES] => |tʰʷ|ʉ|꜖꜒|sʷ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.active.optative.PAST] => |t͡sʲ|i|̰꜖|qʲ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.passive.indicative.PRES] => |tɬʲ|ʉ#ː|꜒꜖|ɰˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.passive.indicative.PAST] => |tɬˠ|ʉ|꜒|t͡sˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.passive.imperative.PRES] => |ᵏǃʰˤ|u|꜒꜖|hkˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.passive.imperative.PAST] => |ɗʲ|ʉ#|̰꜒|ʡʲ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.passive.conditional.PRES] => |ʈʼʲ|i|꜖꜒|ɹʷ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.passive.conditional.PAST] => |ᵏǀʰˤ|a|꜒|ʂˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.passive.optative.PRES] => |ɾˠ|u#|꜖꜒|m̥ʲ|-
[not.Q.3.cl.4.3.cl.1.1excl.NEG.passive.optative.PAST] => |ᵏǃʼˠ|u|꜖|ɗˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.active.indicative.PRES] => |kʼʲ|ʉ|꜒|d͡ʐʲ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.active.indicative.PAST] => |j|a|꜒꜖|ɻʲ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.active.imperative.PRES] => |m̥ʲ|u|꜖|t͡sʲ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.active.imperative.PAST] => |sˤ|ᵊ|꜖|sˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.active.conditional.PRES] => |ᵏǃˠ|ᵊ|꜖|ɰʲ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.active.conditional.PAST] => |ᵏǀʼˠ|ᵊ|꜒꜖|ŋˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.active.optative.PRES] => |tʰʷ|aː|꜒꜖|r̥ˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.active.optative.PAST] => |ᵏǃʰˤ|i|꜒꜖|ɴˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.passive.indicative.PRES] => |h|ʉ|̰꜒|ɓˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.passive.indicative.PAST] => |qʷ|i#ː|̰꜒|ɓˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.passive.imperative.PRES] => |ɭˠ|i#|꜒|ɥˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.passive.imperative.PAST] => |ᵏǃʰʷ|a|꜖꜒|ɳˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.passive.conditional.PRES] => |ɓˠ|a|̰꜖|t͡ʃ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.passive.conditional.PAST] => |t͡sʲ|u|꜖꜒|ɥˤ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.passive.optative.PRES] => |ŋ̥ˤ|u|̰꜖|ɻˠ|-
[not.Q.3.cl.4.3.cl.1.1excl.POS.passive.optative.PAST] => |n̥ʷ|ʉ|꜖|ʄˠ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.active.indicative.PRES] => |ɠʲ|i|꜖|tʰʷ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.active.indicative.PAST] => |ʈʼʲ|ʉ|꜒꜖|ɗʲ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.active.imperative.PRES] => |ʛˠ|i|꜒꜖|ʜʲ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.active.imperative.PAST] => |qʼˤ|ʉː|̰꜖|qʼʲ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.active.conditional.PRES] => |mʲ|a#|꜖|ɹʷ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.active.conditional.PAST] => |ᵏǀˤ|a#|꜖|ɗˤ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.active.optative.PRES] => |ŋʷ|i#ː|꜒|ɹˠ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.active.optative.PAST] => |ŋˤ|iː|꜖|ɻʲ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.passive.indicative.PRES] => |mʲ|ᵊ|꜒꜖|tɬʲ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.passive.indicative.PAST] => |ɠʷ|aː|꜖|ɭˠ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.passive.imperative.PRES] => |ɻʲ|ʉ#|꜒|ɰˤ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.passive.imperative.PAST] => |ᵑǁˠ|ʉ#|꜒꜖|ɰʲ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.passive.conditional.PRES] => |ᵏǁʲ|ᵊ|꜖꜒|ɴˠ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.passive.conditional.PAST] => |ʈʼʲ|ᵊ|꜖꜒|ʔ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.passive.optative.PRES] => |ŋ̥ʲ|i#ː|꜒|ɓʲ|-
[not.Q.3.cl.4.3.cl.1.2.NEG.passive.optative.PAST] => |ɰʷ|ᵊ|꜖|wˠ|-
[not.Q.3.cl.4.3.cl.1.2.POS.active.indicative.PRES] => |nˠ|ʉ|꜒꜖|tʼˠ|-
[not.Q.3.cl.4.3.cl.1.2.POS.active.indicative.PAST] => |ᵏǃʼˠ|i|̰꜒|n̥ʲ|-
[not.Q.3.cl.4.3.cl.1.2.POS.active.imperative.PRES] => |ᵏǀʰʷ|ʉ|̰꜖|n̥ˠ|-
[not.Q.3.cl.4.3.cl.1.2.POS.active.imperative.PAST] => |wʲ|a|̰꜖|rʷ|-
[not.Q.3.cl.4.3.cl.1.2.POS.active.conditional.PRES] => |wˤ|iː|̰꜒|ɓʲ|-
[not.Q.3.cl.4.3.cl.1.2.POS.active.conditional.PAST] => |wʲ|i|꜖|pʲ|-
[not.Q.3.cl.4.3.cl.1.2.POS.active.optative.PRES] => |htˠ|i|꜖꜒|qˤ|-
[not.Q.3.cl.4.3.cl.1.2.POS.active.optative.PAST] => |ᵏǁʼʲ|a|꜒꜖|m̥ʲ|-
[not.Q.3.cl.4.3.cl.1.2.POS.passive.indicative.PRES] => |ᵏǃˠ|i|꜒|ɥˤ|-
[not.Q.3.cl.4.3.cl.1.2.POS.passive.indicative.PAST] => |pˤ|i|꜒꜖|ɳ̥ˠ|-
[not.Q.3.cl.4.3.cl.1.2.POS.passive.imperative.PRES] => |kʼˤ|i|꜒꜖|ʜˠ|-
[not.Q.3.cl.4.3.cl.1.2.POS.passive.imperative.PAST] => |ɓʲ|iː|̰꜖|kʰʲ|-
[not.Q.3.cl.4.3.cl.1.2.POS.passive.conditional.PRES] => |hpʲ|aː|꜒|ʛʲ|-
[not.Q.3.cl.4.3.cl.1.2.POS.passive.conditional.PAST] => |ᵑǃʼˤ|iː|̰꜖|nʷ|-
[not.Q.3.cl.4.3.cl.1.2.POS.passive.optative.PRES] => |ᵏǃʼˠ|u#ː|꜖꜒|hkˠ|-
[not.Q.3.cl.4.3.cl.1.2.POS.passive.optative.PAST] => |ᵑǀʼˤ|a|꜒|ʡˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.indicative.PRES] => |ᵑǀʷ|i|꜒꜖|htˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.indicative.PAST] => |t͡sʷ|a#ː|꜖꜒|ɥʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.imperative.PRES] => |ʈʼʲ|a|꜒|r̥ˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.imperative.PAST] => |ᵏǀʼˠ|i|̰꜖|ɽˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.conditional.PRES] => |pʲ|ʉ|꜖꜒|kˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.conditional.PAST] => |ɠʲ|a|̰꜒|ʄˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.optative.PRES] => |ɗʲ|ʉ|꜒꜖|sˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.active.optative.PAST] => |ᵏǀʼˤ|ʉ#|꜖|tɬˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.indicative.PRES] => |ŋ̥ʷ|ᵊ|꜒꜖|n̥ʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.indicative.PAST] => |ᵏǀʰʲ|ʉ|̰꜒|ʛˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.imperative.PRES] => |kˠ|aː|꜒꜖|qʼʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.imperative.PAST] => |ʄʲ|a|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.conditional.PRES] => |ɴʷ|a#|̰꜖|rʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.conditional.PAST] => |kʼʲ|aː|꜖꜒|ɥˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.optative.PRES] => |qʼˠ|aː|꜖|rʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.NEG.passive.optative.PAST] => |ɠˤ|ᵊ|꜒꜖|qʼʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.active.indicative.PRES] => |qˤ|iː|꜖꜒|nˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.active.indicative.PAST] => |nʷ|ʉ#ː|꜒|rˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.active.imperative.PRES] => |wʲ|u|꜖꜒|ʃˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.active.imperative.PAST] => |mˤ|a|̰꜒|mˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.active.conditional.PRES] => |ᵑǁʼˠ|u#ː|̰꜖|ʡʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.active.conditional.PAST] => |ᵑǀˠ|u|̰꜒|rʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.active.optative.PRES] => |ᵏǀʰʷ|iː|꜒꜖|t͡ʃ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.active.optative.PAST] => |ɾʲ|ʉ|꜒|ɴʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.indicative.PRES] => |ɠˤ|iː|꜖|wˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.indicative.PAST] => |wˤ|ʉ|̰꜒|ɾˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.imperative.PRES] => |ɗˤ|uː|꜖|ɾˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.imperative.PAST] => |ŋʲ|uː|꜖|ʈʼˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.conditional.PRES] => |r̥ʲ|ᵊ|̰꜖|wˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.conditional.PAST] => |kʲ|ʉ#ː|꜒|j|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.optative.PRES] => |mˠ|ʉ#|꜒|r̥ˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.1.POS.passive.optative.PAST] => |sˤ|ʉ|꜒꜖|rʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.indicative.PRES] => |ᵏǀʰʲ|u|꜖꜒|ɗˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.indicative.PAST] => |tʼʷ|a|꜖|tʰʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.imperative.PRES] => |ᵑǀʼˤ|a|꜖|ɗʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.imperative.PAST] => |wʲ|u|꜒|kʼʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.conditional.PRES] => |ŋ̥ˤ|a|̰꜒|ɳ̥ʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.conditional.PAST] => |ɹˤ|ᵊ|꜖꜒|tɬˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.optative.PRES] => |rˠ|ᵊ|꜒|ʜˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.active.optative.PAST] => |qˠ|i|꜒꜖|hkˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǁˠ|ᵊ|꜖|qʼʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.indicative.PAST] => |ᵏǁʼˠ|a|꜖꜒|ɰˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.imperative.PRES] => |ɓʲ|a|꜖|ʄˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.imperative.PAST] => |ɳ̥ʲ|ʉ|̰꜖|tʰʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.conditional.PRES] => |ɴʷ|iː|̰꜖|hʈˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǀˤ|a#|꜒꜖|d͡ʐʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.optative.PRES] => |tʼˠ|i|꜒꜖|qʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.NEG.passive.optative.PAST] => |ᵑǀʲ|a|꜖|ɠʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.active.indicative.PRES] => |r̥ˠ|u|꜖꜒|lʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.active.indicative.PAST] => |ᵏǁʼʲ|u|꜒|t͡sˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.active.imperative.PRES] => |kʰˤ|i|꜒꜖|ŋˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.active.imperative.PAST] => |tʷ|i|꜒꜖|ʃʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.active.conditional.PRES] => |ʈʼʲ|i|꜒꜖|nˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.active.conditional.PAST] => |htʲ|ᵊ|꜖|ʈˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.active.optative.PRES] => |ʋʲ|i|꜖|pʼˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.active.optative.PAST] => |ʋʲ|u|꜒|lʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.indicative.PRES] => |t͡sˠ|aː|꜒|ɴʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.indicative.PAST] => |ᵏǁʰˠ|ʉ|̰꜒|ŋʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.imperative.PRES] => |ʂˠ|u|꜖|pˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.imperative.PAST] => |d͡ʐʲ|uː|̰꜒|ɓˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.conditional.PRES] => |m̥ʲ|i#ː|꜖꜒|tʼʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.conditional.PAST] => |tʼʲ|a|꜖꜒|pˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.optative.PRES] => |kʰʲ|i|̰꜒|ɗʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.2.POS.passive.optative.PAST] => |qʼˤ|ʉ#ː|꜖꜒|pˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.indicative.PRES] => |ᵏǃʰˠ|u#ː|꜖|ɗʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.indicative.PAST] => |ʈʰʲ|ʉ|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.imperative.PRES] => |qʼʲ|iː|꜖|qˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.imperative.PAST] => |pˤ|ᵊ|꜖|rˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.conditional.PRES] => |kʰʲ|ᵊ|꜖꜒|qʼˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.conditional.PAST] => |ʛˠ|u|̰꜒|ɴˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.optative.PRES] => |ɾˤ|iː|̰꜖|n̥ˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.active.optative.PAST] => |kʲ|ʉː|꜒|ɥˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.indicative.PRES] => |ɽˠ|i|꜖꜒|sˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.indicative.PAST] => |qʷ|i|̰꜒|mˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃʰˠ|ᵊ|꜒꜖|tɬˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.imperative.PAST] => |mˤ|ᵊ|꜒|mʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.conditional.PRES] => |t͡ʂʲ|a|꜒|kʼʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.conditional.PAST] => |ŋ̥ˤ|u#ː|꜒꜖|ɠʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.optative.PRES] => |kˤ|ʉː|̰꜖|sˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.NEG.passive.optative.PAST] => |ᵑǃˠ|u|̰꜖|ɠˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.active.indicative.PRES] => |ɰˤ|i|꜒|pʼˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.active.indicative.PAST] => |ɥˠ|a|̰꜖|wʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.active.imperative.PRES] => |tʼˠ|i#ː|̰꜖|ŋʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.active.imperative.PAST] => |ᵏǀʰʲ|iː|꜖꜒|ŋˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.active.conditional.PRES] => |ᵑǀʼˠ|i#ː|꜖|htʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.active.conditional.PAST] => |ᵏǀʲ|a#ː|̰꜖|ɰˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.active.optative.PRES] => |ᵏǃʼˠ|a|꜖꜒|qʼˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.active.optative.PAST] => |ᵑǀʲ|i#|꜒꜖|ɹʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.indicative.PRES] => |qʲ|i|꜒꜖|ɓˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.indicative.PAST] => |kˤ|a|꜖|pˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.imperative.PRES] => |n̥ʲ|ʉː|꜒|ɽʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.imperative.PAST] => |ʈʲ|a|꜖꜒|hkʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.conditional.PRES] => |ɽˠ|aː|꜖꜒|ɴʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.conditional.PAST] => |ʂˠ|u|̰꜒|kʼʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.optative.PRES] => |nˤ|u|꜒꜖|j|-
[not.Q.3.cl.4.3.cl.1.3.cl.3.POS.passive.optative.PAST] => |nʲ|i#|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.indicative.PRES] => |ᵑǁʲ|a|꜖꜒|sˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.indicative.PAST] => |hkˠ|ʉ|̰꜖|ŋʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.imperative.PRES] => |rʷ|i|꜒|tʼʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.imperative.PAST] => |ʛˠ|a|꜒꜖|ɾʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.conditional.PRES] => |ɳ̥ˠ|ᵊ|꜒꜖|kʰˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.conditional.PAST] => |tʲ|u|꜖꜒|ɳˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.optative.PRES] => |tˤ|iː|꜒|tʼʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.active.optative.PAST] => |t͡ʃ|i#ː|꜖꜒|ʜˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.indicative.PRES] => |qʼˠ|i|꜒|rʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.indicative.PAST] => |ʄʲ|i|꜖|ʛʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.imperative.PRES] => |pʰˠ|u|꜒|n̥ʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.imperative.PAST] => |ᵑǀʷ|i|꜖꜒|ʃˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.conditional.PRES] => |pʼˠ|i|꜒|ʄˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.conditional.PAST] => |tʲ|ᵊ|꜖꜒|kˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.optative.PRES] => |nʲ|ᵊ|꜒꜖|kʼʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.NEG.passive.optative.PAST] => |r̥ˤ|ʉ|̰꜒|ɰˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.active.indicative.PRES] => |ɭʲ|i|̰꜒|ʋʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.active.indicative.PAST] => |tɬʲ|u|꜖|tʼʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.active.imperative.PRES] => |ᵑǀˠ|ʉː|꜖|ɠʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.active.imperative.PAST] => |t͡sˤ|u#ː|꜒꜖|r̥ˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.active.conditional.PRES] => |qʷ|i|̰꜒|t͡sʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.active.conditional.PAST] => |ᵏǀʰʷ|ʉ|꜒|ɓˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.active.optative.PRES] => |ᵏǃʼˠ|u|꜖꜒|pʼˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.active.optative.PAST] => |ŋ̥ʷ|ᵊ|̰꜖|ʋʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.indicative.PRES] => |ᵏǃʼˤ|u|꜒|ɴˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.indicative.PAST] => |kʰʲ|u#|̰꜖|ɭʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.imperative.PRES] => |ɹʲ|u|꜒|ɾˠ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.imperative.PAST] => |ʂʲ|iː|꜖|ɓˤ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.conditional.PRES] => |ʂˠ|i|̰꜒|qʷ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.conditional.PAST] => |ᵏǃʼʲ|a#|꜒|ɳʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.optative.PRES] => |pʰˤ|u#|꜒꜖|ɓʲ|-
[not.Q.3.cl.4.3.cl.1.3.cl.4.POS.passive.optative.PAST] => |ᵑǃʼˠ|u|꜖꜒|hkʷ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.active.indicative.PRES] => |ɾʲ|ʉ#ː|꜖|t͡sʷ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.active.indicative.PAST] => |ʈʼˠ|ᵊ|꜒꜖|hkʷ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.active.imperative.PRES] => |sʲ|a#|꜖|qʼʷ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.active.imperative.PAST] => |ᵏǀˠ|ᵊ|꜖꜒|ʂˠ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.active.conditional.PRES] => |t͡ʂˠ|u#|꜒꜖|n̥ʷ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.active.conditional.PAST] => |ʔ|ʉ|̰꜖|ɾʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.active.optative.PRES] => |sˤ|i#|꜒|ɽˠ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.active.optative.PAST] => |ᵑǀʼˠ|iː|꜒꜖|ɠʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.passive.indicative.PRES] => |t͡sʷ|aː|꜖꜒|ɰʷ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.passive.indicative.PAST] => |qʼʲ|i|꜖|pʼˤ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.passive.imperative.PRES] => |ʈʰʲ|uː|̰꜒|ɳˠ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.passive.imperative.PAST] => |t͡ʂʲ|i|̰꜒|d͡ʐʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.passive.conditional.PRES] => |pʰʲ|ʉ|꜒|rʷ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.passive.conditional.PAST] => |hkʲ|a|꜒|ɭʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.passive.optative.PRES] => |ᵏǁʰʲ|i#ː|꜖|sʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.NEG.passive.optative.PAST] => |htʷ|i|꜖꜒|tʰˤ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.active.indicative.PRES] => |hpˠ|ʉː|̰꜒|wʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.active.indicative.PAST] => |ʈˠ|u|꜒|t͡sʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.active.imperative.PRES] => |ʜʲ|a#|꜒|ʋˤ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.active.imperative.PAST] => |ʄˠ|a|̰꜖|ɰʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.active.conditional.PRES] => |ɠʲ|ʉ|꜒|ʋˤ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.active.conditional.PAST] => |ᵏǃˤ|ʉː|꜖|kʼˤ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.active.optative.PRES] => |qˠ|a#ː|꜖꜒|kʼˠ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.active.optative.PAST] => |qʼˠ|uː|̰꜖|t͡sˠ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.passive.indicative.PRES] => |ᵑǀʼˤ|aː|̰꜒|n̥ˠ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.passive.indicative.PAST] => |kˠ|ʉ|꜖|ʛˤ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.passive.imperative.PRES] => |ɴʷ|a#|꜖꜒|n̥ˤ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.passive.imperative.PAST] => |ʡˠ|u|꜒|ɳʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.passive.conditional.PRES] => |ʜʲ|uː|꜒꜖|qʼʲ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.passive.conditional.PAST] => |tʼʲ|u#|꜒|n̥ʷ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.passive.optative.PRES] => |sˤ|ᵊ|꜖|d͡ʐˠ|-
[not.Q.3.cl.4.3.cl.2.1incl.POS.passive.optative.PAST] => |r̥ʲ|aː|꜒꜖|hpˠ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.active.indicative.PRES] => |ʜˠ|u|꜖|ʈˠ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.active.indicative.PAST] => |ᵑǃʲ|i|̰꜖|kʼʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.active.imperative.PRES] => |ʄʲ|i|꜖|ɹʷ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.active.imperative.PAST] => |ᵏǀʼʲ|i|꜖꜒|ɗʷ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.active.conditional.PRES] => |pʰˤ|uː|꜒꜖|ɠʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.active.conditional.PAST] => |ʋˤ|iː|̰꜖|ɗʷ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.active.optative.PRES] => |ᵏǃʼʷ|i#ː|̰꜖|sʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.active.optative.PAST] => |mʲ|ʉ|̰꜒|ɠˤ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.passive.indicative.PRES] => |tʲ|ᵊ|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.passive.indicative.PAST] => |kʰˠ|u|꜖|ɗʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.passive.imperative.PRES] => |ʃʲ|i|̰꜖|pˤ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.passive.imperative.PAST] => |hkʷ|i|꜒|mˠ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.passive.conditional.PRES] => |ᵏǀʰˤ|i|꜖|tʼʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.passive.conditional.PAST] => |ɭˠ|u#|̰꜖|ɴˤ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.passive.optative.PRES] => |ɴˠ|a|꜒|n̥ˤ|-
[not.Q.3.cl.4.3.cl.2.1excl.NEG.passive.optative.PAST] => |d͡ʐʲ|a|̰꜖|qʼˠ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.active.indicative.PRES] => |ᵏǀˤ|a|̰꜖|ɴʷ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.active.indicative.PAST] => |ᵏǃʼʷ|i|̰꜖|pˤ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.active.imperative.PRES] => |ᵏǃʼʲ|u#ː|̰꜒|pʼʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.active.imperative.PAST] => |rʷ|iː|꜒꜖|lˠ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.active.conditional.PRES] => |ʈʰˠ|u|꜒꜖|htˠ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.active.conditional.PAST] => |mˠ|iː|̰꜒|qˤ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.active.optative.PRES] => |ɓˤ|i#|꜖|ɗʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.active.optative.PAST] => |hkʷ|ᵊ|̰꜖|r̥ʷ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.passive.indicative.PRES] => |ᵑǃʼˠ|aː|̰꜒|ʄʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.passive.indicative.PAST] => |hʈˠ|a|̰꜖|ʜʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.passive.imperative.PRES] => |qˠ|ʉ|꜖꜒|ʡˠ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.passive.imperative.PAST] => |hkʲ|ᵊ|꜖|ɳ̥ʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.passive.conditional.PRES] => |ɠˠ|aː|꜒|sʲ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.passive.conditional.PAST] => |qʷ|aː|꜖|qʼˤ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.passive.optative.PRES] => |ᵏǀʼʷ|ʉ#|̰꜒|sˠ|-
[not.Q.3.cl.4.3.cl.2.1excl.POS.passive.optative.PAST] => |ɥʲ|ʉ|̰꜖|ʛʷ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.active.indicative.PRES] => |lʲ|ʉː|꜒|ŋˠ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.active.indicative.PAST] => |ᵏǀʼˤ|ᵊ|̰꜒|ʄʲ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.active.imperative.PRES] => |pˠ|u|꜖꜒|pʰˤ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.active.imperative.PAST] => |kʼʲ|ʉ|꜖꜒|tʲ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.active.conditional.PRES] => |t͡ʂʲ|a#ː|꜒꜖|ɳʲ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.active.conditional.PAST] => |ʄˠ|aː|꜒꜖|ŋ̥ʲ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.active.optative.PRES] => |ᵑǀʼˠ|ʉ|꜖꜒|ʄʲ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.active.optative.PAST] => |n̥ʷ|i|̰꜖|ɾʷ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.passive.indicative.PRES] => |qʲ|aː|̰꜖|ɭʲ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.passive.indicative.PAST] => |ɹˤ|ʉ#ː|̰꜖|ɗʷ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.passive.imperative.PRES] => |ʋʲ|ᵊ|꜖|hkʷ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.passive.imperative.PAST] => |t͡sˤ|ᵊ|꜖|ɭʲ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.passive.conditional.PRES] => |ɥʲ|ᵊ|꜖|ɗˠ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.passive.conditional.PAST] => |ᵏǃˠ|ʉ#|꜖꜒|ɠˠ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.passive.optative.PRES] => |ɗˤ|ʉ|꜒꜖|ʛˤ|-
[not.Q.3.cl.4.3.cl.2.2.NEG.passive.optative.PAST] => |tɬʲ|i#|̰꜒|ɗʷ|-
[not.Q.3.cl.4.3.cl.2.2.POS.active.indicative.PRES] => |m̥ʲ|i|꜖꜒|nˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.active.indicative.PAST] => |ɹʲ|ᵊ|꜒꜖|ʡˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.active.imperative.PRES] => |ᵑǀˤ|u|̰꜖|wˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.active.imperative.PAST] => |ᵑǃˠ|uː|꜖|n̥ʷ|-
[not.Q.3.cl.4.3.cl.2.2.POS.active.conditional.PRES] => |ᵏǀˤ|iː|꜒|tˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.active.conditional.PAST] => |qʼʲ|i#ː|꜒|ɴʷ|-
[not.Q.3.cl.4.3.cl.2.2.POS.active.optative.PRES] => |ɥˤ|ʉ|꜖|r̥ˤ|-
[not.Q.3.cl.4.3.cl.2.2.POS.active.optative.PAST] => |kʼʲ|a|꜖|ʈʼˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.passive.indicative.PRES] => |qˠ|u|꜒|ɗˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.passive.indicative.PAST] => |ɰˠ|iː|꜖|ʃʲ|-
[not.Q.3.cl.4.3.cl.2.2.POS.passive.imperative.PRES] => |tʰˤ|ʉ|꜖|ɽˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.passive.imperative.PAST] => |n̥ʷ|ᵊ|̰꜒|pʼˤ|-
[not.Q.3.cl.4.3.cl.2.2.POS.passive.conditional.PRES] => |kˠ|i#ː|꜖꜒|ɓʲ|-
[not.Q.3.cl.4.3.cl.2.2.POS.passive.conditional.PAST] => |hkˠ|uː|꜒꜖|kʼˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.passive.optative.PRES] => |ᵑǃʼˠ|i|꜖|hkˠ|-
[not.Q.3.cl.4.3.cl.2.2.POS.passive.optative.PAST] => |ᵏǀˤ|aː|꜖꜒|ɴˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.indicative.PRES] => |kˤ|ᵊ|꜖꜒|pˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.indicative.PAST] => |ʜʲ|a#ː|꜒|pˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.imperative.PRES] => |hʈˠ|i|꜖|ɴˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.imperative.PAST] => |hʈˠ|i|꜒꜖|qʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.conditional.PRES] => |pʰʲ|ʉ#ː|̰꜖|ŋ̥ʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.conditional.PAST] => |ʜˠ|i|̰꜒|ŋʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.optative.PRES] => |kʼˤ|i|꜖꜒|rʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.active.optative.PAST] => |t͡ʂˠ|aː|̰꜒|ŋʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.indicative.PRES] => |ʈʼˠ|ʉ#|꜖꜒|r̥ˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.indicative.PAST] => |ᵑǃʷ|i|̰꜒|sˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.imperative.PRES] => |ʋʲ|a|꜖|ɰʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀʼˤ|i|̰꜒|ɰʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.conditional.PRES] => |hʈʲ|iː|꜖|pʰˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.conditional.PAST] => |ʛˠ|ᵊ|꜒꜖|nʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.optative.PRES] => |ᵏǀʼˤ|ʉ#|꜖|ŋ̥ˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.NEG.passive.optative.PAST] => |ᵑǀˠ|uː|̰꜖|ɠˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.active.indicative.PRES] => |ʈʼʲ|uː|꜒|sʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.active.indicative.PAST] => |pˠ|u|꜖꜒|tʰʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.active.imperative.PRES] => |ᵏǁˠ|i|꜖꜒|ɳʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.active.imperative.PAST] => |ɰʲ|a#ː|꜒꜖|qʼˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.active.conditional.PRES] => |hpˠ|u|꜖꜒|ʛʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.active.conditional.PAST] => |ɭˠ|ᵊ|꜒|hkˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.active.optative.PRES] => |ɰˠ|u#|̰꜒|qʼˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.active.optative.PAST] => |ɓʲ|a#ː|̰꜖|ʈʰʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.indicative.PRES] => |ŋʲ|uː|̰꜒|ɰʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.indicative.PAST] => |ɰˠ|i|꜒꜖|t͡sʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.imperative.PRES] => |ᵏǃʰˠ|a|̰꜖|ŋˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.imperative.PAST] => |t͡sʲ|ʉː|꜒|ɴˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.conditional.PRES] => |pʰˠ|iː|꜒|lʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.conditional.PAST] => |ᵑǀˤ|i#|꜖꜒|ʛˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.optative.PRES] => |ᵏǃʼˠ|u#ː|꜖꜒|n̥ˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.1.POS.passive.optative.PAST] => |ɓʲ|ʉ|̰꜒|ʡˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.indicative.PRES] => |kˤ|a|꜒|kʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.indicative.PAST] => |ᵑǃʼˤ|ʉ#ː|̰꜖|kʰˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.imperative.PRES] => |ᵑǃʼˠ|ʉ|꜒|ʜʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.imperative.PAST] => |ŋ̥ˤ|uː|꜖꜒|ʡˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.conditional.PRES] => |ʃʲ|i|꜒꜖|n̥ʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.conditional.PAST] => |ŋʷ|ᵊ|̰꜖|ŋʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.optative.PRES] => |ɰʲ|ᵊ|̰꜖|qʼʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.active.optative.PAST] => |ɗˠ|i|̰꜖|mʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.indicative.PRES] => |ɴʲ|ʉ|꜒|ʋʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.indicative.PAST] => |ᵑǀʲ|uː|̰꜖|ɠʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.imperative.PRES] => |sˤ|i|꜒|ɹˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃˠ|a|꜒|ɴˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǃʰˠ|aː|꜖꜒|kʰˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.conditional.PAST] => |kʰʷ|i|꜒꜖|ɭʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.optative.PRES] => |ʂʲ|u|꜖꜒|ɾˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.NEG.passive.optative.PAST] => |ᵑǃˠ|i|꜖|ʃʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.active.indicative.PRES] => |ᵑǀʼˠ|i#|꜒꜖|ɗˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.active.indicative.PAST] => |ɰʲ|a#ː|̰꜖|qʼʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.active.imperative.PRES] => |ʃʲ|iː|꜖꜒|tʼʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.active.imperative.PAST] => |ᵑǁʼʲ|ʉ#|꜖꜒|n̥ʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.active.conditional.PRES] => |ɳ̥ʲ|a#ː|꜖|ɰˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.active.conditional.PAST] => |n̥ʷ|ᵊ|꜖꜒|ŋʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.active.optative.PRES] => |d͡ʐˠ|ʉ#|꜖꜒|ɗˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.active.optative.PAST] => |d͡ʐˠ|ʉ#|꜒꜖|ŋ̥ˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.indicative.PRES] => |ɓˤ|ᵊ|꜖꜒|qʼˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.indicative.PAST] => |htˤ|a|꜒|d͡ʐˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.imperative.PRES] => |ᵏǁʲ|aː|꜖|tʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.imperative.PAST] => |mˤ|ʉ#|꜒꜖|ŋ̥ˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.conditional.PRES] => |ʈʰˠ|u#|꜖|ʔ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.conditional.PAST] => |ᵏǀʰˠ|a#|꜖|tˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.optative.PRES] => |ʋˤ|a|̰꜒|ŋ̥ʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.2.POS.passive.optative.PAST] => |tʼʲ|u|̰꜖|t͡ʂˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.indicative.PRES] => |pˤ|a|꜖|rʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.indicative.PAST] => |ʛʲ|ʉ#|̰꜖|ɗˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.imperative.PRES] => |n̥ˠ|u|̰꜒|kʼʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.imperative.PAST] => |ᵑǃʼˤ|a#|꜒꜖|rʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.conditional.PRES] => |ᵏǁʲ|a#|̰꜒|ʛʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.conditional.PAST] => |ɻʲ|i#ː|꜒|kˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.optative.PRES] => |hpˠ|u|̰꜖|ɴʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.active.optative.PAST] => |tɬʲ|uː|꜖|tʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.indicative.PRES] => |ᵏǀʰˤ|i|̰꜒|nˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.indicative.PAST] => |ʜʲ|u|꜒|kʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.imperative.PRES] => |ᵏǃˤ|ʉ|꜖꜒|ɥˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.imperative.PAST] => |ʄˠ|a|̰꜖|ŋʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.conditional.PRES] => |ʋˤ|u#|꜒|ɾʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.conditional.PAST] => |ɳʲ|a|꜒꜖|ɴˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.optative.PRES] => |ᵏǃʼʷ|i|꜖|ɓʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.NEG.passive.optative.PAST] => |ʈʰʲ|a|꜖|r̥ʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.active.indicative.PRES] => |n̥ˠ|ᵊ|̰꜖|ɳˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.active.indicative.PAST] => |ɴʷ|i#ː|꜖|ɹˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.active.imperative.PRES] => |tʼˠ|iː|꜖|h|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.active.imperative.PAST] => |ʋˠ|ʉ#ː|꜒|ɹˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.active.conditional.PRES] => |ŋ̥ˤ|ᵊ|꜖꜒|ɰʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.active.conditional.PAST] => |ᵑǁʼʲ|ᵊ|̰꜒|ʜˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.active.optative.PRES] => |tʷ|a|꜒|ʈʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.active.optative.PAST] => |kʰʷ|i|̰꜒|nʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.indicative.PRES] => |tɬˠ|i#|꜒꜖|ɰˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.indicative.PAST] => |ᵏǃʷ|a#ː|꜖|sˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.imperative.PRES] => |ʋˠ|iː|꜖꜒|ɳˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.imperative.PAST] => |lʲ|i|̰꜖|pʰˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.conditional.PRES] => |htˠ|u|꜖꜒|ʋˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.conditional.PAST] => |ʋˤ|i|꜖|ɗʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.optative.PRES] => |kʼʲ|i|̰꜒|t͡sˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.3.POS.passive.optative.PAST] => |ɾˠ|u|꜖|ʈʰʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.indicative.PRES] => |rˤ|i|̰꜖|hkˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.indicative.PAST] => |ɴˠ|iː|꜒|tʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.imperative.PRES] => |ʃʲ|ʉ|꜒|ʛʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀʼʷ|i|̰꜖|ɰʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.conditional.PRES] => |hʈˠ|i|꜒|rˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.conditional.PAST] => |ɹʷ|ʉ|꜖|nʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.optative.PRES] => |ᵏǃˤ|ʉ|꜖꜒|r̥ʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.active.optative.PAST] => |htˠ|a#ː|꜖꜒|rʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.indicative.PRES] => |tˠ|i|꜒|ʛˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.indicative.PAST] => |ᵏǀʰˠ|ʉː|꜒꜖|pʼˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.imperative.PRES] => |qʼʲ|ᵊ|꜒꜖|kʼˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.imperative.PAST] => |ᵏǁˠ|a#|꜒|ʈʼˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.conditional.PRES] => |ŋʲ|ʉ#ː|꜖꜒|ɥʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.conditional.PAST] => |ᵏǃʼˠ|a#ː|꜖|ɳʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.optative.PRES] => |ᵑǃʲ|i|꜖꜒|tʼˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.NEG.passive.optative.PAST] => |ʂʲ|i#ː|꜒꜖|mˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.active.indicative.PRES] => |qʼʷ|a#|꜒꜖|kʼˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.active.indicative.PAST] => |pʲ|ᵊ|꜖꜒|tʰˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.active.imperative.PRES] => |tʰˤ|u#ː|꜖꜒|r̥ˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.active.imperative.PAST] => |ʈʲ|ᵊ|꜒|mˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.active.conditional.PRES] => |ʄˠ|a|꜖|wˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.active.conditional.PAST] => |tʼˠ|u|̰꜖|kʰʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.active.optative.PRES] => |ɭˠ|iː|̰꜒|qˤ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.active.optative.PAST] => |ŋ̥ʷ|ᵊ|꜖꜒|qʼˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.indicative.PRES] => |pʼˠ|a|̰꜒|kʼʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.indicative.PAST] => |ᵏǀʰˤ|i|꜖꜒|ɴʷ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.imperative.PRES] => |ᵑǁʼʲ|i|꜒꜖|ɹˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.imperative.PAST] => |kʼˤ|i#ː|꜒꜖|tˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.conditional.PRES] => |ɹʲ|i#|꜒|ʃˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.conditional.PAST] => |qʼˤ|iː|꜖꜒|kʼʲ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.optative.PRES] => |ᵑǀʼˤ|i#ː|꜖|hʈˠ|-
[not.Q.3.cl.4.3.cl.2.3.cl.4.POS.passive.optative.PAST] => |ᵏǁʼˠ|iː|꜒|tɬʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.active.indicative.PRES] => |t͡sˤ|ᵊ|꜒|ɠˤ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.active.indicative.PAST] => |ʃˠ|i#|꜒꜖|pʼʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.active.imperative.PRES] => |tʰʲ|i#ː|꜒|ʈʼˠ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.active.imperative.PAST] => |sˤ|u#|꜒꜖|hkʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.active.conditional.PRES] => |ʈʼˠ|ʉː|꜒|ɹʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.active.conditional.PAST] => |ʛˤ|i#ː|̰꜒|ŋʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.active.optative.PRES] => |ɠʷ|a#ː|꜖|ɓʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.active.optative.PAST] => |ᵑǀʼˠ|i|꜖꜒|n̥ˤ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.passive.indicative.PRES] => |tʼˤ|ʉ#ː|꜖|tʼˤ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.passive.indicative.PAST] => |ɹˠ|ʉ|꜒|htˠ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.passive.imperative.PRES] => |ᵏǁˠ|ᵊ|̰꜒|kʰˤ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.passive.imperative.PAST] => |ᵏǀʼˠ|ʉ|̰꜒|t͡sʷ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.passive.conditional.PRES] => |ŋ̥ˠ|i|꜒꜖|ʛʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.passive.conditional.PAST] => |kʷ|i|꜒꜖|pˠ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.passive.optative.PRES] => |pʼʲ|ʉ#|꜖꜒|ɴˠ|-
[not.Q.3.cl.4.3.cl.3.1incl.NEG.passive.optative.PAST] => |kʰˤ|i|̰꜒|nʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.active.indicative.PRES] => |nˠ|ʉ#ː|̰꜖|ʡˠ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.active.indicative.PAST] => |nʲ|ᵊ|꜒|ɗʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.active.imperative.PRES] => |ᵏǀˠ|ʉ#ː|꜖|ɥʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.active.imperative.PAST] => |ᵏǃˤ|a|̰꜒|ɗˠ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.active.conditional.PRES] => |wˤ|ʉ|꜒|ɹˤ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.active.conditional.PAST] => |ɠˠ|iː|꜒|ʡʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.active.optative.PRES] => |ʛʲ|i|꜖|tɬʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.active.optative.PAST] => |d͡ʐˠ|a#ː|꜒|ɾˠ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.passive.indicative.PRES] => |ᵏǃʼʲ|iː|̰꜒|rˤ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.passive.indicative.PAST] => |ɹˠ|iː|꜒|tʰʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.passive.imperative.PRES] => |ᵏǀʰʷ|a|꜒|ŋ̥ʷ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.passive.imperative.PAST] => |qʼʲ|ʉ|꜒꜖|pʰʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.passive.conditional.PRES] => |t͡sˤ|i|꜖|ʈʼʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.passive.conditional.PAST] => |mˤ|aː|̰꜒|rʷ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.passive.optative.PRES] => |ɳˠ|a|꜒|rʲ|-
[not.Q.3.cl.4.3.cl.3.1incl.POS.passive.optative.PAST] => |pˠ|a|꜒꜖|pʰˤ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.active.indicative.PRES] => |hkʷ|i|꜒꜖|ʃʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.active.indicative.PAST] => |t͡ʃ|a#|̰꜖|ɭˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.active.imperative.PRES] => |t͡ʃ|a|̰꜒|t͡ʂˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.active.imperative.PAST] => |ʈˠ|a#ː|꜒꜖|t͡ʂʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.active.conditional.PRES] => |mʲ|a#|꜒꜖|ʃˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.active.conditional.PAST] => |ᵏǀʼʲ|uː|꜖꜒|t͡ʃ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.active.optative.PRES] => |ᵏǁʰˠ|u|̰꜒|hkʷ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.active.optative.PAST] => |ᵏǃʼʷ|ᵊ|꜖꜒|ŋ̥ʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.passive.indicative.PRES] => |ɳʲ|i|꜖꜒|tʼˤ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.passive.indicative.PAST] => |mʲ|u#|꜒|h|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.passive.imperative.PRES] => |wˠ|i|꜒|t͡ʂˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.passive.imperative.PAST] => |ʋʲ|i#|꜖꜒|ɻˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.passive.conditional.PRES] => |ɳʲ|iː|꜒꜖|sˤ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.passive.conditional.PAST] => |qʲ|i|꜖꜒|ɠˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.passive.optative.PRES] => |htʷ|ᵊ|̰꜒|kʼʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.NEG.passive.optative.PAST] => |ᵑǀˠ|u#|꜒꜖|ɓʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.active.indicative.PRES] => |sˠ|a|̰꜒|r̥ʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.active.indicative.PAST] => |ᵏǃʷ|ʉː|̰꜒|n̥ˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.active.imperative.PRES] => |ᵏǁʰʲ|uː|̰꜖|kʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.active.imperative.PAST] => |ɻʲ|ʉ#|̰꜖|n̥ˤ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.active.conditional.PRES] => |ɓʲ|ʉː|꜒|qʼˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.active.conditional.PAST] => |nʷ|ʉ|꜒꜖|kʼˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.active.optative.PRES] => |ɗˠ|iː|꜖|pˤ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.active.optative.PAST] => |ɰʲ|uː|꜒|ɹʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.passive.indicative.PRES] => |ŋʷ|ᵊ|꜖꜒|tɬˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.passive.indicative.PAST] => |ʛʲ|ʉ|꜒|ɓʲ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.passive.imperative.PRES] => |ᵏǀʼˤ|i|̰꜒|ɰˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.passive.imperative.PAST] => |nʷ|ᵊ|꜒|ɹˤ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.passive.conditional.PRES] => |tˠ|iː|꜒|ɭˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.passive.conditional.PAST] => |htʲ|u#|꜒꜖|htʷ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.passive.optative.PRES] => |qʼˠ|i|꜒꜖|ɾˠ|-
[not.Q.3.cl.4.3.cl.3.1excl.POS.passive.optative.PAST] => |m̥ˠ|ʉ#ː|̰꜖|ʡˠ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.active.indicative.PRES] => |ɗʲ|iː|̰꜖|hpʲ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.active.indicative.PAST] => |ʃʲ|ʉ#ː|꜖꜒|qˠ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.active.imperative.PRES] => |lʲ|a|̰꜒|ɠˠ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.active.imperative.PAST] => |ɻʲ|i|꜖꜒|sˤ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.active.conditional.PRES] => |ʋˤ|iː|̰꜒|ɓʲ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.active.conditional.PAST] => |ᵑǁʲ|u|꜖꜒|pʰˠ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.active.optative.PRES] => |ᵏǃˤ|a|꜒꜖|ʂˠ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.active.optative.PAST] => |ŋˠ|ʉː|꜒꜖|m̥ˤ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.passive.indicative.PRES] => |ᵏǀʲ|ʉ|꜖|rʷ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.passive.indicative.PAST] => |pˤ|u|꜒꜖|ʈʼˠ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.passive.imperative.PRES] => |ᵏǀʼʲ|i|꜖|ɗˤ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.passive.imperative.PAST] => |wˤ|a#ː|꜖꜒|ŋ̥ˤ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.passive.conditional.PRES] => |ᵏǀʲ|a|꜖꜒|ɴˠ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.passive.conditional.PAST] => |ᵑǀʷ|ᵊ|꜒꜖|t͡sˤ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.passive.optative.PRES] => |ᵑǁʼʲ|a#|꜖꜒|ɰʷ|-
[not.Q.3.cl.4.3.cl.3.2.NEG.passive.optative.PAST] => |ᵏǀʰʷ|ᵊ|꜒꜖|m̥ˤ|-
[not.Q.3.cl.4.3.cl.3.2.POS.active.indicative.PRES] => |ᵏǀʰˠ|ʉ#|̰꜒|t͡sˠ|-
[not.Q.3.cl.4.3.cl.3.2.POS.active.indicative.PAST] => |ᵏǀʼˤ|a#|̰꜖|kʷ|-
[not.Q.3.cl.4.3.cl.3.2.POS.active.imperative.PRES] => |kʲ|i#ː|꜖꜒|ʔ|-
[not.Q.3.cl.4.3.cl.3.2.POS.active.imperative.PAST] => |qʼʲ|ʉ|꜖꜒|ɾˤ|-
[not.Q.3.cl.4.3.cl.3.2.POS.active.conditional.PRES] => |tʰʷ|i|̰꜒|ɰʷ|-
[not.Q.3.cl.4.3.cl.3.2.POS.active.conditional.PAST] => |ᵏǃʲ|ᵊ|꜒|nˠ|-
[not.Q.3.cl.4.3.cl.3.2.POS.active.optative.PRES] => |t͡sˠ|ʉ#ː|꜒꜖|r̥ˤ|-
[not.Q.3.cl.4.3.cl.3.2.POS.active.optative.PAST] => |tʼˤ|i#ː|̰꜖|ɠʲ|-
[not.Q.3.cl.4.3.cl.3.2.POS.passive.indicative.PRES] => |ᵑǁʼˠ|aː|̰꜒|kʰʷ|-
[not.Q.3.cl.4.3.cl.3.2.POS.passive.indicative.PAST] => |ʜʲ|ʉ|꜒꜖|qʼʷ|-
[not.Q.3.cl.4.3.cl.3.2.POS.passive.imperative.PRES] => |mˤ|u|̰꜒|htʲ|-
[not.Q.3.cl.4.3.cl.3.2.POS.passive.imperative.PAST] => |ɹˤ|ʉ|̰꜖|pʼˤ|-
[not.Q.3.cl.4.3.cl.3.2.POS.passive.conditional.PRES] => |ɴˤ|u|꜖|ɴˠ|-
[not.Q.3.cl.4.3.cl.3.2.POS.passive.conditional.PAST] => |hkʲ|i|̰꜒|ɳ̥ʲ|-
[not.Q.3.cl.4.3.cl.3.2.POS.passive.optative.PRES] => |qʼˠ|u#|꜒|lˠ|-
[not.Q.3.cl.4.3.cl.3.2.POS.passive.optative.PAST] => |qʼʲ|a|꜖|ɴʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.indicative.PRES] => |tˠ|iː|꜒|t͡sˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.indicative.PAST] => |htʷ|a#|꜖|ʂʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.imperative.PRES] => |kʼˤ|a#ː|꜒꜖|qˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.imperative.PAST] => |ʂʲ|a|꜒꜖|ʋˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.conditional.PRES] => |ᵏǃʼʲ|i|꜖|ɰʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.conditional.PAST] => |ɰʷ|iː|꜒꜖|tʼʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.optative.PRES] => |ɴʷ|a|꜖|ɴʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.active.optative.PAST] => |pʲ|ᵊ|̰꜒|tʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.indicative.PRES] => |ᵑǀʼˠ|i#|꜖|ʡʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.indicative.PAST] => |t͡sʲ|a|꜒꜖|ʈʼʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.imperative.PRES] => |ᵏǃʰʷ|ᵊ|̰꜖|ʋˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀˤ|u#ː|꜒|rˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.conditional.PRES] => |nˤ|ʉ#|̰꜖|ɗʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.conditional.PAST] => |ɹˠ|i#ː|̰꜖|htˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.optative.PRES] => |ɭʲ|i|꜒|sˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.NEG.passive.optative.PAST] => |m̥ʲ|iː|꜖꜒|ɽʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.active.indicative.PRES] => |tʰʷ|iː|꜒|ɰˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.active.indicative.PAST] => |j|a|꜖꜒|ɠʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.active.imperative.PRES] => |tɬˠ|i|̰꜖|d͡ʐˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.active.imperative.PAST] => |ʋʲ|a|꜖꜒|mˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.active.conditional.PRES] => |ᵏǀʰʲ|a|꜒꜖|htˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.active.conditional.PAST] => |ʂʲ|iː|̰꜒|t͡sʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.active.optative.PRES] => |hpˠ|ᵊ|꜖|r̥ˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.active.optative.PAST] => |ᵑǁʼˠ|ʉ#ː|꜖|ɳʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.indicative.PRES] => |kʷ|a|̰꜖|ɳ̥ʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.indicative.PAST] => |ʄʲ|ᵊ|꜒꜖|ʋʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.imperative.PRES] => |ʃˠ|ᵊ|꜒|m̥ˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.imperative.PAST] => |ɹʲ|a|꜖|ʋˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.conditional.PRES] => |nˤ|i#|꜖|rˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.conditional.PAST] => |t͡sˤ|a|꜖꜒|qʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.optative.PRES] => |ᵏǃʷ|a#ː|꜖꜒|ɠˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.1.POS.passive.optative.PAST] => |ɹˠ|aː|꜒|mʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.indicative.PRES] => |kʼˤ|uː|꜖꜒|ŋ̥ˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.indicative.PAST] => |ɰˠ|u#|꜒|tʼˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.imperative.PRES] => |ᵏǀʼˤ|ᵊ|꜒꜖|ɴˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.imperative.PAST] => |tʰʷ|ʉ#|̰꜒|ɹˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.conditional.PRES] => |hkʷ|i|꜖꜒|ɴʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.conditional.PAST] => |ʈʼʲ|u|꜒|n̥ʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.optative.PRES] => |ᵑǁʼˠ|a|̰꜒|r̥ˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.active.optative.PAST] => |mˠ|ᵊ|꜒|ŋ̥ˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.indicative.PRES] => |ᵏǀʲ|i#ː|꜒꜖|ŋ̥ʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.indicative.PAST] => |ɰˤ|iː|̰꜖|ʈˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.imperative.PRES] => |ᵏǃˤ|ʉ#|꜖|ɾʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǃˠ|iː|̰꜒|ʃʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.conditional.PRES] => |tʷ|ʉ|꜖|t͡sʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.conditional.PAST] => |ᵑǁʼˠ|aː|꜒꜖|hkʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.optative.PRES] => |ʈˠ|a|̰꜖|ɥˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.NEG.passive.optative.PAST] => |r̥ˠ|uː|꜖꜒|ɭˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.active.indicative.PRES] => |kʼˠ|ᵊ|꜒|qʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.active.indicative.PAST] => |ʋˤ|u#ː|꜒꜖|t͡ʃ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.active.imperative.PRES] => |ᵑǀʼˤ|a|꜖|h|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.active.imperative.PAST] => |ɰʷ|ᵊ|̰꜒|mˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.active.conditional.PRES] => |tʼʷ|aː|꜖꜒|qʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.active.conditional.PAST] => |htʲ|ᵊ|꜖꜒|ɻʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.active.optative.PRES] => |tʼʷ|ᵊ|꜖꜒|ɭˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.active.optative.PAST] => |wˤ|ᵊ|̰꜖|wˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.indicative.PRES] => |ʡʲ|a|꜖|tʰˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.indicative.PAST] => |pʰˠ|aː|̰꜖|ŋʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.imperative.PRES] => |ŋ̥ʷ|i|꜒꜖|wˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.imperative.PAST] => |tʰˠ|ᵊ|꜖|ɽˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.conditional.PRES] => |ɗˠ|a|꜒|tʼʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.conditional.PAST] => |tɬˠ|ᵊ|̰꜖|ʛˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.optative.PRES] => |ʜʲ|ʉː|꜖꜒|mˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.2.POS.passive.optative.PAST] => |ɠʷ|a|꜖|tʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.indicative.PRES] => |ᵑǀʼˠ|aː|꜒꜖|kʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.indicative.PAST] => |ɠʲ|u|꜒|kʼˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.imperative.PRES] => |wˠ|ᵊ|꜖|t͡ʃ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.imperative.PAST] => |pʰˠ|uː|꜒|tʰˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.conditional.PRES] => |ᵑǀʲ|a#ː|̰꜒|ɽˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.conditional.PAST] => |ᵏǀʼʲ|a|꜖꜒|ʈʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.optative.PRES] => |ʡˠ|ʉː|̰꜒|tˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.active.optative.PAST] => |hkʲ|ᵊ|꜖|ʃʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.indicative.PRES] => |tˤ|i|̰꜖|ŋˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.indicative.PAST] => |ʈʰˠ|i|̰꜖|nˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.imperative.PRES] => |wˤ|ᵊ|꜒꜖|ɥˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǃʼˠ|ʉ|̰꜒|ʄʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.conditional.PRES] => |mˤ|a|꜖꜒|hkˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.conditional.PAST] => |ɴˤ|i|꜒|tɬʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.optative.PRES] => |ʛʷ|a|꜖꜒|ɴˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.NEG.passive.optative.PAST] => |ɾʷ|aː|꜒꜖|tˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.active.indicative.PRES] => |ɓˠ|ʉ|̰꜒|n̥ʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.active.indicative.PAST] => |pʼˤ|a|꜖꜒|htʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.active.imperative.PRES] => |ᵑǃˠ|iː|꜒|wˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.active.imperative.PAST] => |t͡ʂˠ|i#ː|꜖꜒|ŋʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.active.conditional.PRES] => |ᵑǀʼˤ|a#ː|꜖꜒|ʡˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.active.conditional.PAST] => |ʡʲ|uː|꜖꜒|pʰʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.active.optative.PRES] => |ᵏǀʰˤ|u|̰꜒|qʼˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.active.optative.PAST] => |ʋˤ|ᵊ|꜒|tɬʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.indicative.PRES] => |ŋ̥ˠ|i|̰꜒|ŋ̥ˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.indicative.PAST] => |ŋ̥ˠ|ᵊ|꜖꜒|r̥ˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.imperative.PRES] => |wˤ|ᵊ|꜒|ʃˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.imperative.PAST] => |ᵑǃʲ|aː|꜒|ʡʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.conditional.PRES] => |ɳ̥ˠ|ʉː|꜖|kʼˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.conditional.PAST] => |ʈʲ|i|꜖|hpˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.optative.PRES] => |kʼˤ|aː|꜖|ɓˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.3.POS.passive.optative.PAST] => |pʼˤ|iː|꜒꜖|tɬʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.indicative.PRES] => |ɰʲ|a|꜒|qʼˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.indicative.PAST] => |n̥ʷ|i|꜒꜖|ʈʰˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.imperative.PRES] => |ɹˠ|iː|꜖|kʼˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.imperative.PAST] => |ᵏǀʼˤ|ʉː|꜖|tˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.conditional.PRES] => |ʡʲ|i|꜖|tʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.conditional.PAST] => |hpˠ|ᵊ|꜒|m̥ˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.optative.PRES] => |htʲ|a|꜖꜒|t͡sˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.active.optative.PAST] => |n̥ʲ|a|꜒|tʰʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.indicative.PRES] => |mʲ|i|̰꜖|r̥ʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.indicative.PAST] => |ɽʲ|ʉ#|꜒꜖|t͡ʂʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.imperative.PRES] => |ʈʼʲ|a|꜖|ɓˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.imperative.PAST] => |ʛˠ|iː|꜒꜖|lˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.conditional.PRES] => |kʷ|iː|꜒꜖|ʜˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.conditional.PAST] => |t͡ʂˠ|uː|꜒꜖|tˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.optative.PRES] => |pˤ|ʉ#ː|̰꜖|ɭʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.NEG.passive.optative.PAST] => |qʼʷ|aː|꜒|tʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.active.indicative.PRES] => |ᵏǃʼˤ|a|̰꜒|tʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.active.indicative.PAST] => |pˤ|ᵊ|꜖|t͡ʂˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.active.imperative.PRES] => |ᵑǀʲ|a#|̰꜒|ɹʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.active.imperative.PAST] => |ɳʲ|i|꜒꜖|ɥˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.active.conditional.PRES] => |ᵑǁʼˠ|u#|̰꜒|ʛʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.active.conditional.PAST] => |ɥʲ|aː|̰꜖|tˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.active.optative.PRES] => |ᵏǀʷ|ʉ|꜒꜖|kʰʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.active.optative.PAST] => |h|ʉ#|꜖꜒|ŋ̥ʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.indicative.PRES] => |ɗʲ|ʉ#|̰꜒|ɴˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.indicative.PAST] => |n̥ˤ|ᵊ|꜖꜒|r̥ˤ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.imperative.PRES] => |kʼˠ|u|꜖꜒|ɠʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀʰʲ|i#ː|̰꜖|ʜˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.conditional.PRES] => |ʡʲ|u|꜒|tʲ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.conditional.PAST] => |ᵑǃʲ|ᵊ|̰꜒|r̥ʷ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.optative.PRES] => |ʛʷ|ʉ#|꜖꜒|tˠ|-
[not.Q.3.cl.4.3.cl.3.3.cl.4.POS.passive.optative.PAST] => |ᵏǀʼˤ|i|꜖꜒|ʋʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.active.indicative.PRES] => |ɠˤ|i|꜒꜖|ɾˤ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.active.indicative.PAST] => |ɥˠ|a#ː|̰꜖|ʜˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.active.imperative.PRES] => |ɓʲ|ᵊ|꜒|tɬʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.active.imperative.PAST] => |tʰˠ|i|꜒꜖|n̥ʷ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.active.conditional.PRES] => |r̥ˠ|i|꜒|qʼʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.active.conditional.PAST] => |ᵏǀˠ|i|꜒|qʼʷ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.active.optative.PRES] => |ᵏǁʲ|i|꜖꜒|pʼʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.active.optative.PAST] => |kʰʲ|a|꜖꜒|ɴʷ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.passive.indicative.PRES] => |ɗˠ|ᵊ|꜒꜖|ʛʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.passive.indicative.PAST] => |m̥ˤ|a|̰꜖|tʼʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.passive.imperative.PRES] => |hpˤ|u#ː|̰꜖|ʃʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.passive.imperative.PAST] => |ᵑǁʼˠ|a|꜒|qʼˤ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.passive.conditional.PRES] => |sʷ|a|꜖꜒|ʈʼˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.passive.conditional.PAST] => |ɽˠ|ʉ|̰꜒|ɰˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.passive.optative.PRES] => |wˤ|ʉ#|꜖꜒|ɳʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.NEG.passive.optative.PAST] => |ᵑǀʼʲ|u|꜖|kʰˤ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.active.indicative.PRES] => |nʷ|ʉ|̰꜒|ɴˤ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.active.indicative.PAST] => |ᵑǃʼʷ|a#ː|̰꜒|kʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.active.imperative.PRES] => |ᵏǃˤ|i|̰꜖|tɬˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.active.imperative.PAST] => |pʼʲ|a|꜒|t͡ʂˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.active.conditional.PRES] => |ŋ̥ʷ|ʉ|̰꜖|nˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.active.conditional.PAST] => |kʼˤ|u|꜖꜒|qʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.active.optative.PRES] => |rˤ|iː|꜖|tɬʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.active.optative.PAST] => |ɹʷ|ʉ#ː|꜖|ɾˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.passive.indicative.PRES] => |ɠʲ|i|꜖꜒|ɗˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.passive.indicative.PAST] => |ɰʲ|ʉ|̰꜒|n̥ˠ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.passive.imperative.PRES] => |ʔ|a|̰꜒|ɠʷ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.passive.imperative.PAST] => |ᵏǁʲ|a|꜖|ʈʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.passive.conditional.PRES] => |qʷ|ʉ|̰꜒|lʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.passive.conditional.PAST] => |ɠʷ|ʉ#|꜖꜒|ʈʰʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.passive.optative.PRES] => |ɳ̥ʲ|a|꜒|d͡ʐʲ|-
[not.Q.3.cl.4.3.cl.4.1incl.POS.passive.optative.PAST] => |mʲ|ᵊ|꜒|ɳ̥ʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.active.indicative.PRES] => |pʰʲ|iː|꜖|sʷ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.active.indicative.PAST] => |tɬˠ|a|̰꜒|lʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.active.imperative.PRES] => |ᵏǀʰʲ|ᵊ|꜒|ɰˤ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.active.imperative.PAST] => |ᵏǃʰʲ|i|꜒|ɴˤ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.active.conditional.PRES] => |ᵏǀʲ|iː|꜒꜖|kʼʷ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.active.conditional.PAST] => |ɽˠ|i|꜒꜖|pʼʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.active.optative.PRES] => |tˤ|u#ː|꜒꜖|n̥ˤ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.active.optative.PAST] => |ᵑǃʲ|ʉ|꜖꜒|nʷ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.passive.indicative.PRES] => |ʈʼʲ|i|꜒|pʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.passive.indicative.PAST] => |ᵏǀˠ|u|꜖꜒|n̥ˠ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.passive.imperative.PRES] => |hpʲ|a|꜒|ɠʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.passive.imperative.PAST] => |t͡ʂʲ|aː|꜒꜖|lʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.passive.conditional.PRES] => |r̥ˤ|ʉ|̰꜒|ʈʼʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.passive.conditional.PAST] => |d͡ʐˠ|i|̰꜖|qʼʷ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.passive.optative.PRES] => |ɓˤ|iː|̰꜖|tʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.NEG.passive.optative.PAST] => |pˠ|i|꜒|tʼʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.active.indicative.PRES] => |n̥ˠ|ʉ#|꜖꜒|ʡˠ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.active.indicative.PAST] => |ɰʲ|i|꜒꜖|ɴʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.active.imperative.PRES] => |tʷ|ᵊ|̰꜒|pʼʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.active.imperative.PAST] => |ᵑǀˤ|u|꜖|pʰˤ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.active.conditional.PRES] => |ʡˠ|aː|꜒꜖|t͡sˤ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.active.conditional.PAST] => |ᵏǁˠ|u|꜖|hkʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.active.optative.PRES] => |ʋʲ|ʉ|꜖|ŋ̥ʷ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.active.optative.PAST] => |r̥ʲ|i|̰꜖|ɓʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.passive.indicative.PRES] => |ɗˠ|iː|̰꜒|ɗˤ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.passive.indicative.PAST] => |ŋˤ|ᵊ|꜒꜖|pʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.passive.imperative.PRES] => |ɽˠ|u#|꜖꜒|ʄʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.passive.imperative.PAST] => |lˠ|ʉ|꜖꜒|tˤ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.passive.conditional.PRES] => |t͡sʷ|i#|꜖꜒|ɳˠ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.passive.conditional.PAST] => |ᵏǃʰˠ|ʉ|̰꜖|ɾˤ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.passive.optative.PRES] => |tˠ|i|꜖꜒|qʲ|-
[not.Q.3.cl.4.3.cl.4.1excl.POS.passive.optative.PAST] => |ɴˠ|i#ː|̰꜒|qˤ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.active.indicative.PRES] => |kˠ|ᵊ|꜒꜖|kʰʷ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.active.indicative.PAST] => |ɥˠ|ʉ|꜖|qʷ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.active.imperative.PRES] => |ᵏǁˠ|a#|꜖꜒|tʷ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.active.imperative.PAST] => |ʈʰʲ|ʉ#|̰꜖|rʷ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.active.conditional.PRES] => |ɴʷ|ʉ|̰꜖|rʷ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.active.conditional.PAST] => |ʈʼˠ|a|̰꜖|r̥ˤ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.active.optative.PRES] => |ᵑǀˠ|a|꜖꜒|ʈʲ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.active.optative.PAST] => |tʼˠ|ʉ|꜖꜒|ɻʲ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.passive.indicative.PRES] => |kˠ|uː|꜖꜒|t͡sˤ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.passive.indicative.PAST] => |ʃˠ|ᵊ|꜖|nˤ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.passive.imperative.PRES] => |qʲ|ᵊ|꜒|ɭˠ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.passive.imperative.PAST] => |ᵑǃʲ|uː|꜖꜒|r̥ʲ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.passive.conditional.PRES] => |ʛʲ|i|꜒꜖|ɰˠ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.passive.conditional.PAST] => |hpˤ|ᵊ|꜖|tʷ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.passive.optative.PRES] => |kʼʲ|i|̰꜒|tʰʷ|-
[not.Q.3.cl.4.3.cl.4.2.NEG.passive.optative.PAST] => |ɰˠ|a#ː|꜖|sˤ|-
[not.Q.3.cl.4.3.cl.4.2.POS.active.indicative.PRES] => |kʼʲ|ʉː|꜖|ɹˠ|-
[not.Q.3.cl.4.3.cl.4.2.POS.active.indicative.PAST] => |ʜˠ|aː|꜒꜖|wˤ|-
[not.Q.3.cl.4.3.cl.4.2.POS.active.imperative.PRES] => |r̥ˤ|ʉː|꜖꜒|kʼˤ|-
[not.Q.3.cl.4.3.cl.4.2.POS.active.imperative.PAST] => |ᵑǃʼˠ|a|̰꜒|ʛʲ|-
[not.Q.3.cl.4.3.cl.4.2.POS.active.conditional.PRES] => |nˤ|i|꜒꜖|ɻʲ|-
[not.Q.3.cl.4.3.cl.4.2.POS.active.conditional.PAST] => |t͡ʃ|i#|꜒|ɠˤ|-
[not.Q.3.cl.4.3.cl.4.2.POS.active.optative.PRES] => |ᵑǃʼˤ|ʉ#|꜖꜒|ɳ̥ˠ|-
[not.Q.3.cl.4.3.cl.4.2.POS.active.optative.PAST] => |hkˤ|ʉ|꜒|rˠ|-
[not.Q.3.cl.4.3.cl.4.2.POS.passive.indicative.PRES] => |ɓˠ|ᵊ|꜖|pʰˠ|-
[not.Q.3.cl.4.3.cl.4.2.POS.passive.indicative.PAST] => |ᵑǃʼˠ|ᵊ|꜒꜖|nˤ|-
[not.Q.3.cl.4.3.cl.4.2.POS.passive.imperative.PRES] => |ɹˤ|uː|꜒|kʰʷ|-
[not.Q.3.cl.4.3.cl.4.2.POS.passive.imperative.PAST] => |ᵏǃʼʲ|a|꜒|tʼʷ|-
[not.Q.3.cl.4.3.cl.4.2.POS.passive.conditional.PRES] => |ᵑǀˠ|a#|꜒꜖|ɗˠ|-
[not.Q.3.cl.4.3.cl.4.2.POS.passive.conditional.PAST] => |r̥ʷ|a|̰꜒|kʷ|-
[not.Q.3.cl.4.3.cl.4.2.POS.passive.optative.PRES] => |htˠ|ᵊ|꜒꜖|ʋʲ|-
[not.Q.3.cl.4.3.cl.4.2.POS.passive.optative.PAST] => |n̥ʲ|i#|꜒꜖|ɠˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.indicative.PRES] => |kʼˠ|i|꜒|sʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.indicative.PAST] => |ᵏǃʼˠ|u|꜖|tʰʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.imperative.PRES] => |ɓˤ|u|꜒꜖|pˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.imperative.PAST] => |j|ʉ#ː|̰꜒|ɳʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.conditional.PRES] => |ʔ|a|꜖|n̥ʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.conditional.PAST] => |ʂʲ|iː|̰꜖|ɴʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.optative.PRES] => |ʡʲ|a|̰꜖|ɴʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.active.optative.PAST] => |ᵑǃʷ|a|̰꜒|kˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.indicative.PRES] => |m̥ˠ|u#ː|̰꜖|ɗʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.indicative.PAST] => |rˠ|aː|꜖|kʰʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.imperative.PRES] => |ʡʲ|a#ː|꜒|ʛˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.imperative.PAST] => |ᵏǀʼˠ|i#ː|꜖|ɠʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.conditional.PRES] => |ɠʷ|ʉː|̰꜖|rˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.conditional.PAST] => |rˤ|i#ː|̰꜖|hkˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.optative.PRES] => |ᵏǁˠ|i#|꜒|tʰʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.NEG.passive.optative.PAST] => |kˤ|a|꜒꜖|ɹˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.active.indicative.PRES] => |ʈʼˠ|ʉ|꜖꜒|tɬˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.active.indicative.PAST] => |pʰˠ|a|꜒|ʛʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.active.imperative.PRES] => |pˤ|ʉ|̰꜖|ʋʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.active.imperative.PAST] => |tʼˤ|a|̰꜒|qʼˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.active.conditional.PRES] => |kʷ|ᵊ|̰꜖|tʼʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.active.conditional.PAST] => |h|iː|꜖|ɴʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.active.optative.PRES] => |htˠ|ʉ#|꜖꜒|pʼˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.active.optative.PAST] => |ᵏǁˠ|i#|꜖꜒|rʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.indicative.PRES] => |ᵏǃˤ|i|꜒|r̥ʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.indicative.PAST] => |tʼˤ|ʉ|̰꜖|sˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.imperative.PRES] => |pʰʲ|iː|꜒꜖|ʋˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.imperative.PAST] => |qʼˤ|a#|̰꜒|ɾʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.conditional.PRES] => |ɗˤ|ʉː|꜒|rʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.conditional.PAST] => |ɰˤ|a|̰꜒|ɥˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.optative.PRES] => |htˠ|u|꜒꜖|ɗʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.1.POS.passive.optative.PAST] => |ʃˠ|u|꜖|ŋʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.indicative.PRES] => |pʼˠ|ᵊ|꜒|rʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.indicative.PAST] => |ɭˠ|ʉ#ː|̰꜒|ɾʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.imperative.PRES] => |ʈʰˠ|a|꜖|ʈʼʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.imperative.PAST] => |ɥˤ|ʉ|꜒|ʈʰʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.conditional.PRES] => |ᵏǀʰˠ|aː|̰꜖|ɰʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.conditional.PAST] => |hpˤ|u|꜒꜖|kʼˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.optative.PRES] => |ʔ|aː|꜒꜖|ɳ̥ʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.active.optative.PAST] => |ɥˤ|u#|꜖꜒|lʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.indicative.PRES] => |pˤ|i|꜖꜒|qʼʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.indicative.PAST] => |hkʲ|a|̰꜒|pʼʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.imperative.PRES] => |rˤ|u|꜖꜒|qˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.imperative.PAST] => |ᵏǀʰˠ|i|꜒|ʛʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.conditional.PRES] => |ᵏǃʰˤ|ᵊ|꜒|ɽʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.conditional.PAST] => |tʼˤ|iː|꜖|ɾʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.optative.PRES] => |tʰˠ|u|꜖|tʼˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.NEG.passive.optative.PAST] => |sˤ|i|̰꜖|rʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.active.indicative.PRES] => |n̥ʲ|ʉː|꜒|d͡ʐˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.active.indicative.PAST] => |lʲ|i|꜒|qˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.active.imperative.PRES] => |ʔ|i|̰꜖|ɾʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.active.imperative.PAST] => |ᵏǀʼʷ|i#ː|̰꜖|kʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.active.conditional.PRES] => |ŋʷ|i|꜖|sʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.active.conditional.PAST] => |ʛˤ|i|꜖꜒|ʛʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.active.optative.PRES] => |ᵑǀʼˠ|a|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.active.optative.PAST] => |t͡ʂʲ|a#|̰꜒|pʼʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.indicative.PRES] => |nʲ|u|꜒|d͡ʐʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.indicative.PAST] => |ɰʷ|iː|꜖|t͡sʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.imperative.PRES] => |pʼˤ|ʉ|꜖꜒|ʋʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.imperative.PAST] => |ᵑǀʼˠ|ᵊ|꜒|ɾʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.conditional.PRES] => |ᵏǃʰʷ|a#ː|꜒꜖|ʃʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.conditional.PAST] => |ᵑǃʼˠ|ʉ#|̰꜖|sˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.optative.PRES] => |ᵏǃʰˠ|u#|꜖꜒|tʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.2.POS.passive.optative.PAST] => |ɽˠ|i#ː|꜖|ɭˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.indicative.PRES] => |r̥ʷ|a|꜒|qʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.indicative.PAST] => |qʷ|iː|꜒꜖|qʼˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.imperative.PRES] => |kʰˠ|a|꜖꜒|nʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.imperative.PAST] => |kʷ|i|̰꜖|ʈˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.conditional.PRES] => |ʜʲ|ʉ|̰꜒|pʼˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.conditional.PAST] => |ᵑǀʼˠ|ʉ|꜒|ʡˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.optative.PRES] => |ᵑǁˠ|u#|̰꜒|qʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.active.optative.PAST] => |ʛʷ|a#ː|꜒꜖|t͡sˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.indicative.PRES] => |kʼˠ|ʉ|꜖|pʼˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.indicative.PAST] => |ɻʲ|i#ː|꜖꜒|kʼʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.imperative.PRES] => |tʰˠ|ʉ|꜖꜒|r̥ʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.imperative.PAST] => |ᵏǁˠ|a#ː|̰꜒|mˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.conditional.PRES] => |ᵑǃʷ|ʉ|꜖꜒|ʈˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.conditional.PAST] => |qʼˠ|i#ː|꜒꜖|t͡sˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.optative.PRES] => |ʛʲ|ʉː|̰꜒|nʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.NEG.passive.optative.PAST] => |ɥʲ|ʉ#ː|꜖꜒|ɹʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.active.indicative.PRES] => |kʰˠ|ᵊ|꜒|tˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.active.indicative.PAST] => |qʼˤ|i|̰꜖|m̥ʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.active.imperative.PRES] => |ɰˠ|a|꜒|qˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.active.imperative.PAST] => |ᵏǀʲ|ʉː|꜒|ɻʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.active.conditional.PRES] => |tʰʲ|uː|꜒꜖|mʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.active.conditional.PAST] => |n̥ʷ|aː|꜖꜒|kʼˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.active.optative.PRES] => |ɹʲ|i|꜒|n̥ʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.active.optative.PAST] => |tʰʲ|ᵊ|꜒꜖|ɗˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.indicative.PRES] => |ɻʲ|a#ː|꜒|n̥ˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.indicative.PAST] => |ŋˠ|u|̰꜒|ɗˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.imperative.PRES] => |ɰʷ|a|꜖|sʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.imperative.PAST] => |ᵑǀˤ|uː|꜖|qʼˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.conditional.PRES] => |ᵑǃʼˠ|i|꜒|ʜʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.conditional.PAST] => |ɭʲ|ʉ#|꜒꜖|d͡ʐʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.optative.PRES] => |pʼʲ|i|꜖꜒|qʼʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.3.POS.passive.optative.PAST] => |ɗˤ|ᵊ|꜒|tʼˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.indicative.PRES] => |ʃˠ|iː|̰꜖|hkˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.indicative.PAST] => |tɬʲ|a#ː|̰꜒|n̥ˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.imperative.PRES] => |ɗʲ|ᵊ|꜖꜒|ʈʼʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.imperative.PAST] => |ɥˠ|i#ː|̰꜒|ɰʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.conditional.PRES] => |ᵏǃʰˤ|ᵊ|꜖|tʰˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.conditional.PAST] => |ᵑǁʼˠ|ᵊ|̰꜖|ʄˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.optative.PRES] => |t͡ʂʲ|ʉ#|̰꜖|ʄˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.active.optative.PAST] => |t͡ʂˠ|i|꜒|htʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.indicative.PRES] => |ʛʲ|i#ː|꜖꜒|tʰˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.indicative.PAST] => |ᵑǀˠ|ᵊ|̰꜖|sˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.imperative.PRES] => |ɴʷ|iː|꜒꜖|rˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.imperative.PAST] => |ɽʲ|i|꜒|ɠˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.conditional.PRES] => |hkʲ|u#|꜒꜖|d͡ʐˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.conditional.PAST] => |ᵑǀʼˤ|i|꜒|ʄˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.optative.PRES] => |ɻˠ|i|꜖꜒|ɓʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.NEG.passive.optative.PAST] => |t͡ʂʲ|a|̰꜒|lˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.active.indicative.PRES] => |ɴʲ|ᵊ|꜖|hpʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.active.indicative.PAST] => |ʂʲ|ʉ#|̰꜖|htˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.active.imperative.PRES] => |ɳ̥ˠ|ʉː|̰꜒|ɓˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.active.imperative.PAST] => |ʋˤ|a|̰꜖|ʜˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.active.conditional.PRES] => |qʷ|a#ː|꜒|ɠʷ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.active.conditional.PAST] => |pʰˤ|ʉ|꜖꜒|h|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.active.optative.PRES] => |tˤ|a|꜒|ɻˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.active.optative.PAST] => |ᵑǁʼʲ|ʉ|̰꜒|kʼˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.indicative.PRES] => |pʰˠ|u|̰꜒|qʼˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.indicative.PAST] => |ᵑǃʼˤ|i#|̰꜖|rˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.imperative.PRES] => |ɹʲ|a#|꜒꜖|tɬˠ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.imperative.PAST] => |ᵏǀˤ|a#|̰꜖|ʄʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.conditional.PRES] => |sˠ|i|꜒|pʼˤ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.conditional.PAST] => |ᵏǀʰʲ|ʉ|꜒꜖|ɽʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.optative.PRES] => |ŋʷ|a|̰꜖|t͡ʂʲ|-
[not.Q.3.cl.4.3.cl.4.3.cl.4.POS.passive.optative.PAST] => |hkˤ|a|꜒|r̥ˤ|-
)
[root] => Array
(
)
)
[pp] => Array
(
[root] => Array
(
)
)
[adv] => Array
(
[root] => Array
(
)
)
[conj] => Array
(
[root] => Array
(
)
)
)
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS"/> - <word posp="noun" gloss="jaguar" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - <word posp="conj" gloss="and"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="tiger" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - <word posp="conj" gloss="and"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="lion" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|꜖꜒|d͡ʐˠ|a|̰꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word> + <word posp="conj" gloss="and">|kʼʷ|a|꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="tiger" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|̰꜖|rˤ|i|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word> + <word posp="conj" gloss="and">|kʼʷ|a|꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="lion" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|꜒꜖|qˠ|aː|̰꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST">???[3:verb/question.indobj.obj.subj.negation.voice.mode.ta/not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST]</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2">|u|꜖|tɬʲ|ᵊ|꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy>
<word posp="noun" gloss="jaguar" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|꜖꜒|d͡ʐˠ|a|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word>
<word posp="conj" gloss="and">|kʼʷ|a|꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="tiger" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|̰꜖|rˤ|i|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word>
<word posp="conj" gloss="and">|kʼʷ|a|꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="lion" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|꜒꜖|qˠ|aː|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST">???[3:verb/question.indobj.obj.subj.negation.voice.mode.ta/not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST]</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2">|u|꜖|tɬʲ|ᵊ|꜒|</word>
- <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy>
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|yː|-</thingy>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
</flat>
</example>
### |ɳ̥ʲ|aː|-removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.ABS">|ɳ̥ʲ|aː|-</thingy>
<word posp="noun" gloss="jaguar" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|꜖꜒|d͡ʐˠ|a|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.1" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word>
<word posp="conj" gloss="and">|kʼʷ|a|꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="tiger" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|̰꜖|rˤ|i|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word>
<word posp="conj" gloss="and">|kʼʷ|a|꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="lion" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|꜒꜖|qˠ|aː|̰꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" locus="number" gender="cl.2" possessor="no.owner" role="obj" tr="rheme" case="ABS" number="plur">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST">???[3:verb/question.indobj.obj.subj.negation.voice.mode.ta/not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST]</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur.cl.1" subj="3.cl.2">|u|꜖|tɬʲ|ᵊ|꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|yː|-</thingy>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|̰꜖|ŋˠ|y#ː|꜒꜖|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɳ̥ʲaː-</span><br><span class="gls">cl.1.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">꜖꜒d͡ʐˠa̰꜖</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kʼʷa꜖</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖rˤi꜖꜒</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kʼʷa꜖</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">꜒꜖qˠaː̰꜖</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">???[3:verb/question.indobj.obj.subj.negation.voice.mode.ta/not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST]</span><br><span class="gls">not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">u꜖tɬʲᵊ꜒</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ᵏǀʼˠyː-</span><br><span class="gls">cl.2.no.owner.ERG</span></span> <span class="ilpair"><span class="mor">̰꜖ŋˠỹː꜒꜖</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>ɳ̥ʲaː꜖꜒d͡ʐˠa̰꜖ ɗʲãː̰꜒ kʼʷa꜖ nʲʉː̰꜖rˤi꜖꜒ qˠãː̰꜒ kʼʷa꜖ nʲʉː꜒꜖qˠaː̰꜖ qˠãː̰꜒ ???[3:verb/question.indobj.obj.subj.negation.voice.mode.ta/not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST] u꜖tɬʲᵊ꜒ ᵏǀʼˠyː̰꜖ŋˠỹː꜒꜖ qˠãː̰꜒</p>
+ <p>ɳ̥ʲआ꜖꜒d͡ʐˠअ̰꜖ ɗʲa#ː̰꜒ kʼʷअ꜖ nʲʉː̰꜖rˤइ꜖꜒ qˠa#ː̰꜒ kʼʷअ꜖ nʲʉː꜒꜖qˠआ̰꜖ qˠa#ː̰꜒ ???[3:verb/qउestइon.इndobय्.obय्.sउbय्.negअtइon.voइce.mode.tअ/not.Q.none.3.plउr.cl.1.3.cl.2.POS.अctइve.इndइcअtइve.PAST] उ꜖tɬʲᵊ꜒ ᵏǀʼˠयू̰꜖ŋˠy#ː꜒꜖ qˠa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>ɳ̥ʲaː-</o>
+ <g>cl.1.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>꜖꜒d͡ʐˠa̰꜖</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>kʼʷa꜖</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖rˤi꜖꜒</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>kʼʷa꜖</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>꜒꜖qˠaː̰꜖</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>???[3:verb/question.indobj.obj.subj.negation.voice.mode.ta/not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST]</o>
+ <g>not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>u꜖tɬʲᵊ꜒</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>ᵏǀʼˠyː-</o>
+ <g>cl.2.no.owner.ERG</g>
+ </w>
+ <w>
+ <o>̰꜖ŋˠỹː꜒꜖</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ɳ̥ʲaː꜖꜒d͡ʐˠa̰꜖ ɗʲãː̰꜒ kʼʷa꜖ nʲʉː̰꜖rˤi꜖꜒ qˠãː̰꜒ kʼʷa꜖ nʲʉː꜒꜖qˠaː̰꜖ qˠãː̰꜒ ???[3:verb/question.indobj.obj.subj.negation.voice.mode.ta/not.Q.none.3.plur.cl.1.3.cl.2.POS.active.indicative.PAST] u꜖tɬʲᵊ꜒ ᵏǀʼˠyː̰꜖ŋˠỹː꜒꜖ qˠãː̰꜒initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <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="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise: No change.
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> - </np> </s> </example>
module casemarking:
<example id="relp1" translation="I patted the cat."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module addgender:
<example id="relp1" translation="I patted the cat."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module simplifynumber:
<example id="relp1" translation="I patted the cat."> <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" posp="pron"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="relp1" translation="I patted the cat."> <s> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
prodrop:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.ABS"/>
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.4"/>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/>
</vp>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.ABS"/> <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.4"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.ABS"/> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.4"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.ABS">|rʷ|a#ː|-</thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">|꜒|hkʲ|y|̰꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |rʷ|a#ː|-removetags:
<example id="relp1" translation="I patted the cat.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.ABS">|rʷ|a#ː|-</thingy>
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">|꜒|hkʲ|y|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="cl.4" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">rʷãː-</span><br><span class="gls">cl.4.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">꜒hkʲy̰꜒</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">qʼˠ-</span><br><span class="gls">cl.4</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǃʰʲa̰꜖sʲ-</span><br><span class="gls">not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">u꜒꜖ɓˠĩː̰꜒</span><br><span class="gls">pat</span></span></p>
+ <p>rʷãː꜒hkʲy̰꜒ qʼˠãː̰꜒ ᵏǃʰʲa̰꜖sʲu꜒꜖ɓˠĩː̰꜒</p>
+ <p>rʷa#ː꜒hkʲयु̰꜒ qʼˠa#ː̰꜒ ᵏǃʰʲअ̰꜖sʲउ꜒꜖ɓˠi#ː̰꜒</p>
+ <il>
+ <w>
+ <o>rʷãː-</o>
+ <g>cl.4.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>꜒hkʲy̰꜒</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>qʼˠ-</o>
+ <g>cl.4</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǃʰʲa̰꜖sʲ-</o>
+ <g>not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>u꜒꜖ɓˠĩː̰꜒</o>
+ <g>pat</g>
+ </w>
+ </il>
</example>
### rʷãː꜒hkʲy̰꜒ qʼˠãː̰꜒ ᵏǃʰʲa̰꜖sʲu꜒꜖ɓˠĩː̰꜒initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <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="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <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="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
+ <np type="owner_owned">
+ <np def="def" number="sing" role="owned" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> </s> </example>
module casemarking:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj"> + <np role="obj" case="ABS"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner"> <subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module addgender:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj" case="ABS"> - <np type="owner_owned"> - <np def="def" number="sing" role="owned" locus="number"> + <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np type="owner_owned" gender="cl.4"> + <np def="def" number="sing" role="owned" locus="number" gender="cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner"> + <np role="owner" gender="cl.4" number="sing"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ABS"> + <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module simplifynumber:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np role="obj" case="ABS" gender="cl.4"> <np type="owner_owned" gender="cl.4"> - <np def="def" number="sing" role="owned" locus="number" gender="cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" gender="cl.4" number="sing"> + <np role="owner" gender="cl.4"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" posp="pron"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj" case="ABS" gender="cl.4"> + <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <np type="owner_owned" gender="cl.4"> - <np def="def" role="owned" locus="number" gender="cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" gender="cl.4"> + <np role="owner" gender="cl.4" possessor="no.owner"> <subs> - <np def="def" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> </s> </example>
module ngen:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
- <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
+ <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> - <np type="owner_owned" gender="cl.4"> + <np type="owner_owned" gender="cl.4" role="obj" case="ABS" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np type="owner_owned" gender="cl.4" role="obj" case="ABS" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> - <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
+ <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/>
</vp>
</s>
</example>
About to call getSlotValue for mouse/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/>
<word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
+ <thingy type="detgender" function="prefix" gloss="cl.4"/>
<word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/>
</vp>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <np role="owner" gender="cl.4" possessor="no.owner"> - <subs> - <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2"/> - </vp> - </subs> - </np> - <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/> <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.4"/> <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/> - <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.4"/> - <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|꜖꜒|n̥ˠ|yː|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST">|ɠˤ|aː|꜖꜒|ŋ̥ʲ|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2">|a|̰꜖|ɰˤ|i|꜒꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS">|hkʷ|ʉː|-</thingy> + <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|꜒|hkʲ|y|̰꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |nʲ|ʉː|-removetags:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|꜖꜒|n̥ˠ|yː|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST">|ɠˤ|aː|꜖꜒|ŋ̥ʲ|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2">|a|̰꜖|ɰˤ|i|꜒꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS">|hkʷ|ʉː|-</thingy>
<word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|꜒|hkʲ|y|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">꜖꜒n̥ˠyː꜖꜒</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɠˤaː꜖꜒ŋ̥ʲ-</span><br><span class="gls">not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">a̰꜖ɰˤi꜒꜖</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">hkʷʉː-</span><br><span class="gls">cl.4.3.cl.4.ABS</span></span> <span class="ilpair"><span class="mor">꜒hkʲy̰꜒</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">qʼˠ-</span><br><span class="gls">cl.4</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǃʰʲa̰꜖sʲ-</span><br><span class="gls">not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">u꜒꜖ɓˠĩː̰꜒</span><br><span class="gls">pat</span></span></p>
+ <p>nʲʉː꜖꜒n̥ˠyː꜖꜒ qˠãː̰꜒ ɠˤaː꜖꜒ŋ̥ʲa̰꜖ɰˤi꜒꜖ hkʷʉː꜒hkʲy̰꜒ qʼˠãː̰꜒ ᵏǃʰʲa̰꜖sʲu꜒꜖ɓˠĩː̰꜒</p>
+ <p>nʲʉː꜖꜒n̥ˠयू꜖꜒ qˠa#ː̰꜒ ɠˤआ꜖꜒ŋ̥ʲअ̰꜖ɰˤइ꜒꜖ hkʷʉː꜒hkʲयु̰꜒ qʼˠa#ː̰꜒ ᵏǃʰʲअ̰꜖sʲउ꜒꜖ɓˠi#ː̰꜒</p>
+ <il>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>꜖꜒n̥ˠyː꜖꜒</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɠˤaː꜖꜒ŋ̥ʲ-</o>
+ <g>not.Q.none.3.cl.2.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>a̰꜖ɰˤi꜒꜖</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>hkʷʉː-</o>
+ <g>cl.4.3.cl.4.ABS</g>
+ </w>
+ <w>
+ <o>꜒hkʲy̰꜒</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>qʼˠ-</o>
+ <g>cl.4</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǃʰʲa̰꜖sʲ-</o>
+ <g>not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>u꜒꜖ɓˠĩː̰꜒</o>
+ <g>pat</g>
+ </w>
+ </il>
</example>
### nʲʉː꜖꜒n̥ˠyː꜖꜒ qˠãː̰꜒ ɠˤaː꜖꜒ŋ̥ʲa̰꜖ɰˤi꜒꜖ hkʷʉː꜒hkʲy̰꜒ qʼˠãː̰꜒ ᵏǃʰʲa̰꜖sʲu꜒꜖ɓˠĩː̰꜒initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <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="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <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="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <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="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
+ <np type="owner_owned">
+ <np def="def" number="sing" role="owned" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="obj"> <subs> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" role="obj" locus="number"> - <word posp="noun" gloss="cheese"/> - <word gloss="the" posp="det"/> - </np> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> + </np> </s> </example>
module casemarking:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj"> + <np role="obj" case="ABS"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner"> <subs> - <np role="obj"> + <np role="obj" case="ABS"> <subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="subj" locus="number" case="ERG"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module addgender:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj" case="ABS"> - <np type="owner_owned"> - <np def="def" number="sing" role="owned" locus="number"> + <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np type="owner_owned" gender="cl.4"> + <np def="def" number="sing" role="owned" locus="number" gender="cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner"> + <np role="owner" gender="cl.4" number="sing"> <subs> - <np role="obj" case="ABS"> + <np role="obj" case="ABS" gender="cl.4" number="sing"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ABS"> + <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" role="subj" locus="number" case="ERG" gender="cl.2"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module simplifynumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np role="obj" case="ABS" gender="cl.4"> <np type="owner_owned" gender="cl.4"> - <np def="def" number="sing" role="owned" locus="number" gender="cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" gender="cl.4" number="sing"> + <np role="owner" gender="cl.4"> <subs> - <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np role="obj" case="ABS" gender="cl.4"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" locus="number" case="ERG" gender="cl.2"> + <np def="def" role="subj" locus="number" case="ERG" gender="cl.2"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" posp="pron"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj" case="ABS" gender="cl.4"> + <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <np type="owner_owned" gender="cl.4"> - <np def="def" role="owned" locus="number" gender="cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" gender="cl.4"> + <np role="owner" gender="cl.4" possessor="no.owner"> <subs> - <np role="obj" case="ABS" gender="cl.4"> + <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> - <np def="def" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" role="subj" locus="number" case="ERG" gender="cl.2"> + <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> </s> </example>
module ngen:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
- <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
+ <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> - <np type="owner_owned" gender="cl.4"> + <np type="owner_owned" gender="cl.4" role="obj" case="ABS" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np type="owner_owned" gender="cl.4" role="obj" case="ABS" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> - <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
+ <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/>
</vp>
</s>
</example>
About to call getSlotValue for cheese/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/>
<word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
+ <thingy type="detgender" function="prefix" gloss="cl.4"/>
<word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/>
</vp>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <np role="owner" gender="cl.4" possessor="no.owner"> - <subs> - <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> - <subs> - <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - </np> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - </vp> - </subs> - </np> - <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/> <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.4"/> <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> - <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/> - <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.4"/> - <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|tʼˤ|a|꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST">|tʰʲ|a|꜖|ɠˤ|-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">|iː|꜒|n̥ˠ|i|꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy> + <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜖꜒|n̥ˠ|yː|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|a|̰꜖|ɰˤ|i|꜒꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS">|hkʷ|ʉː|-</thingy> + <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|꜒|hkʲ|y|̰꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word> </flat> </example>
vowelharmony:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|tʼˤ|a|꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST">|tʰʲ|a|꜖|ɠˤ|-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">|iː|꜒|n̥ˠ|i|꜒|</word>
- <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy>
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|yː|-</thingy>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜖꜒|n̥ˠ|yː|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|a|̰꜖|ɰˤ|i|꜒꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS">|hkʷ|ʉː|-</thingy>
<word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|꜒|hkʲ|y|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word>
</flat>
</example>
### |nʲ|ʉː|-removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|tʼˤ|a|꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST">|tʰʲ|a|꜖|ɠˤ|-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="3.cl.2">|iː|꜒|n̥ˠ|i|꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|yː|-</thingy>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜖꜒|n̥ˠ|yː|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|a|̰꜖|ɰˤ|i|꜒꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS">|hkʷ|ʉː|-</thingy>
<word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|꜒|hkʲ|y|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖tʼˤa꜒</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tʰʲa꜖ɠˤ-</span><br><span class="gls">not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">iː꜒n̥ˠi꜒</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ᵏǀʼˠyː-</span><br><span class="gls">cl.2.no.owner.ERG</span></span> <span class="ilpair"><span class="mor">꜖꜒n̥ˠyː꜖꜒</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǀˤʉ̃꜒ʃʲ-</span><br><span class="gls">not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">a̰꜖ɰˤi꜒꜖</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">hkʷʉː-</span><br><span class="gls">cl.4.3.cl.4.ABS</span></span> <span class="ilpair"><span class="mor">꜒hkʲy̰꜒</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">qʼˠ-</span><br><span class="gls">cl.4</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǃʰʲa̰꜖sʲ-</span><br><span class="gls">not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">u꜒꜖ɓˠĩː̰꜒</span><br><span class="gls">pat</span></span></p>
+ <p>nʲʉː̰꜖tʼˤa꜒ qˠãː̰꜒ tʰʲa꜖ɠˤiː꜒n̥ˠi꜒ ᵏǀʼˠyː꜖꜒n̥ˠyː꜖꜒ qˠãː̰꜒ ᵏǀˤʉ̃꜒ʃʲa̰꜖ɰˤi꜒꜖ hkʷʉː꜒hkʲy̰꜒ qʼˠãː̰꜒ ᵏǃʰʲa̰꜖sʲu꜒꜖ɓˠĩː̰꜒</p>
+ <p>nʲʉː̰꜖tʼˤअ꜒ qˠa#ː̰꜒ tʰʲअ꜖ɠˤई꜒n̥ˠइ꜒ ᵏǀʼˠयू꜖꜒n̥ˠयू꜖꜒ qˠa#ː̰꜒ ᵏǀˤʉ#꜒ʃʲअ̰꜖ɰˤइ꜒꜖ hkʷʉː꜒hkʲयु̰꜒ qʼˠa#ː̰꜒ ᵏǃʰʲअ̰꜖sʲउ꜒꜖ɓˠi#ː̰꜒</p>
+ <il>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖tʼˤa꜒</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>tʰʲa꜖ɠˤ-</o>
+ <g>not.Q.none.3.cl.2.3.cl.2.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>iː꜒n̥ˠi꜒</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ᵏǀʼˠyː-</o>
+ <g>cl.2.no.owner.ERG</g>
+ </w>
+ <w>
+ <o>꜖꜒n̥ˠyː꜖꜒</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǀˤʉ̃꜒ʃʲ-</o>
+ <g>not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>a̰꜖ɰˤi꜒꜖</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>hkʷʉː-</o>
+ <g>cl.4.3.cl.4.ABS</g>
+ </w>
+ <w>
+ <o>꜒hkʲy̰꜒</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>qʼˠ-</o>
+ <g>cl.4</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǃʰʲa̰꜖sʲ-</o>
+ <g>not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>u꜒꜖ɓˠĩː̰꜒</o>
+ <g>pat</g>
+ </w>
+ </il>
</example>
### nʲʉː̰꜖tʼˤa꜒ qˠãː̰꜒ tʰʲa꜖ɠˤiː꜒n̥ˠi꜒ ᵏǀʼˠyː꜖꜒n̥ˠyː꜖꜒ qˠãː̰꜒ ᵏǀˤʉ̃꜒ʃʲa̰꜖ɰˤi꜒꜖ hkʷʉː꜒hkʲy̰꜒ qʼˠãː̰꜒ ᵏǃʰʲa̰꜖sʲu꜒꜖ɓˠĩː̰꜒initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <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="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <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="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <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="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <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="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module nominalise:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
+ <np type="owner_owned">
+ <np def="def" number="sing" role="owned" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
</subs>
</np>
+ </np>
+ </np>
</s>
</example>
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> - </np> <np role="obj"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> - <np def="def" number="sing" role="subj" locus="number"> - <word posp="noun" gloss="mouse"/> - <word gloss="the" posp="det"/> - </np> <np role="obj"> <subs> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" locus="number"> - <word posp="noun" gloss="cheese"/> + </subs> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> + <np def="def" number="sing" role="subj" locus="number"> + <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> </np> - </subs> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module casemarking:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj"> + <np role="obj" case="ABS"> <np type="owner_owned"> <np def="def" number="sing" role="owned" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="owner"> <subs> - <np role="obj"> + <np role="obj" case="ABS"> <subs> - <np role="obj"> + <np role="obj" case="ABS"> <subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="subj" locus="number" case="ERG"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module addgender:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj" case="ABS"> - <np type="owner_owned"> - <np def="def" number="sing" role="owned" locus="number"> + <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np type="owner_owned" gender="cl.4"> + <np def="def" number="sing" role="owned" locus="number" gender="cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner"> + <np role="owner" gender="cl.4" number="sing"> <subs> - <np role="obj" case="ABS"> + <np role="obj" case="ABS" gender="cl.4" number="sing"> <subs> - <np role="obj" case="ABS"> + <np role="obj" case="ABS" gender="cl.4" number="sing"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ABS"> + <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" role="subj" locus="number" case="ERG" gender="cl.2"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> </s> </example>
module simplifynumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np role="obj" case="ABS" gender="cl.4"> <np type="owner_owned" gender="cl.4"> - <np def="def" number="sing" role="owned" locus="number" gender="cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" gender="cl.4" number="sing"> + <np role="owner" gender="cl.4"> <subs> - <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np role="obj" case="ABS" gender="cl.4"> <subs> - <np role="obj" case="ABS" gender="cl.4" number="sing"> + <np role="obj" case="ABS" gender="cl.4"> <subs> - <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" posp="pron"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" locus="number" case="ERG" gender="cl.2"> + <np def="def" role="subj" locus="number" case="ERG" gender="cl.2"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" posp="pron"/> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj" case="ABS" gender="cl.4"> + <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <np type="owner_owned" gender="cl.4"> - <np def="def" role="owned" locus="number" gender="cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="owner" gender="cl.4"> + <np role="owner" gender="cl.4" possessor="no.owner"> <subs> - <np role="obj" case="ABS" gender="cl.4"> + <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> - <np role="obj" case="ABS" gender="cl.4"> + <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> - <np def="def" role="obj" locus="number" case="ABS" gender="cl.2"> + <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" role="subj" locus="number" case="ERG" gender="cl.2"> + <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> </s> </example>
module ngen:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
- <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
+ <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">
<word posp="verb" gloss="buy"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</s>
</example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.4">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">
<word posp="verb" gloss="buy"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
- </np>
</s>
</example>
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> - <np type="owner_owned" gender="cl.4"> + <np type="owner_owned" gender="cl.4" role="obj" case="ABS" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"> <word posp="verb" gloss="buy"/> </vp> <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np type="owner_owned" gender="cl.4" role="obj" case="ABS" possessor="no.owner"> <np role="owner" gender="cl.4" possessor="no.owner"> <subs> <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> <subs> <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"> <word posp="verb" gloss="buy"/> </vp> <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"> <word posp="verb" gloss="catch"/> </vp> </subs> </np> - <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4"> + <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="cl.4"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
+ <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/>
</vp>
</s>
</example>
About to call getSlotValue for cheese/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" case="ABS" gender="cl.4" possessor="no.owner">
<subs>
<np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/>
</vp>
</subs>
</np>
<np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/>
<word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
+ <thingy type="detgender" function="prefix" gloss="cl.4"/>
<word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/>
</vp>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <np role="owner" gender="cl.4" possessor="no.owner"> - <subs> - <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> - <subs> - <np role="obj" case="ABS" gender="cl.4" possessor="no.owner"> - <subs> - <np def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"/> - </vp> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - </np> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - </vp> - </subs> - </np> - <np def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/> <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> <thingy type="detgender" function="prefix" gloss="cl.4"/> <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl"/> - <word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG"/> - <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS"/> - <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - <thingy type="detgender" function="prefix" gloss="cl.4"/> - <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|tʼˤ|a|꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST">|ŋ̥ʷ|a|꜒|ʈˠ|-</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">|ai|꜒|tʼˠ|iː|꜖|</word> + <word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">|pˠ|au|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST">|ɰʷ|i|꜖|ɾˠ|-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2">|iː|꜒|n̥ˠ|i|꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy> + <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜖꜒|n̥ˠ|yː|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|a|̰꜖|ɰˤ|i|꜒꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS">|hkʷ|ʉː|-</thingy> + <word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|꜒|hkʲ|y|̰꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word> </flat> </example>
vowelharmony:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|tʼˤ|a|꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST">|ŋ̥ʷ|a|꜒|ʈˠ|-</thingy>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">|ai|꜒|tʼˠ|iː|꜖|</word>
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">|pˠ|au|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST">|ɰʷ|i|꜖|ɾˠ|-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2">|iː|꜒|n̥ˠ|i|꜒|</word>
- <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|uː|-</thingy>
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|yː|-</thingy>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜖꜒|n̥ˠ|yː|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|a|̰꜖|ɰˤ|i|꜒꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS">|hkʷ|ʉː|-</thingy>
<word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|꜒|hkʲ|y|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word>
</flat>
</example>
### |nʲ|ʉː|-removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|tʼˤ|a|꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST">|ŋ̥ʷ|a|꜒|ʈˠ|-</thingy>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" subj="1excl">|ai|꜒|tʼˠ|iː|꜖|</word>
<word person="1excl" posp="pron" gloss="1excl" gender="cl.4" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">|pˠ|au|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST">|ɰʷ|i|꜖|ɾˠ|-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="3.cl.2">|iː|꜒|n̥ˠ|i|꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ERG">|ᵏǀʼˠ|yː|-</thingy>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|꜖꜒|n̥ˠ|yː|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="cl.2" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST">|ᵏǀˤ|ʉ#|꜒|ʃʲ|-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4">|a|̰꜖|ɰˤ|i|꜒꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.3.cl.4.ABS">|hkʷ|ʉː|-</thingy>
<word posp="noun" gloss="cat" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|꜒|hkʲ|y|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="owned" locus="number" gender="cl.4" possessor="3.cl.4" case="ABS">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST">|ᵏǃʰʲ|a|̰꜖|sʲ|-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.4" subj="1excl">|u|꜒꜖|ɓˠ|i#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖tʼˤa꜒</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ŋ̥ʷa꜒ʈˠ-</span><br><span class="gls">not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">ai꜒tʼˠiː꜖</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">pˠaṵ꜒</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɰʷi꜖ɾˠ-</span><br><span class="gls">not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">iː꜒n̥ˠi꜒</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ᵏǀʼˠyː-</span><br><span class="gls">cl.2.no.owner.ERG</span></span> <span class="ilpair"><span class="mor">꜖꜒n̥ˠyː꜖꜒</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǀˤʉ̃꜒ʃʲ-</span><br><span class="gls">not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">a̰꜖ɰˤi꜒꜖</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">hkʷʉː-</span><br><span class="gls">cl.4.3.cl.4.ABS</span></span> <span class="ilpair"><span class="mor">꜒hkʲy̰꜒</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">qʼˠ-</span><br><span class="gls">cl.4</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ᵏǃʰʲa̰꜖sʲ-</span><br><span class="gls">not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">u꜒꜖ɓˠĩː̰꜒</span><br><span class="gls">pat</span></span></p>
+ <p>nʲʉː̰꜖tʼˤa꜒ qˠãː̰꜒ ŋ̥ʷa꜒ʈˠai꜒tʼˠiː꜖ pˠaṵ꜒ ɰʷi꜖ɾˠiː꜒n̥ˠi꜒ ᵏǀʼˠyː꜖꜒n̥ˠyː꜖꜒ qˠãː̰꜒ ᵏǀˤʉ̃꜒ʃʲa̰꜖ɰˤi꜒꜖ hkʷʉː꜒hkʲy̰꜒ qʼˠãː̰꜒ ᵏǃʰʲa̰꜖sʲu꜒꜖ɓˠĩː̰꜒</p>
+ <p>nʲʉː̰꜖tʼˤअ꜒ qˠa#ː̰꜒ ŋ̥ʷअ꜒ʈˠऐ꜒tʼˠई꜖ pˠऔ̰꜒ ɰʷइ꜖ɾˠई꜒n̥ˠइ꜒ ᵏǀʼˠयू꜖꜒n̥ˠयू꜖꜒ qˠa#ː̰꜒ ᵏǀˤʉ#꜒ʃʲअ̰꜖ɰˤइ꜒꜖ hkʷʉː꜒hkʲयु̰꜒ qʼˠa#ː̰꜒ ᵏǃʰʲअ̰꜖sʲउ꜒꜖ɓˠi#ː̰꜒</p>
+ <il>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖tʼˤa꜒</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ŋ̥ʷa꜒ʈˠ-</o>
+ <g>not.Q.none.3.cl.2.1excl.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>ai꜒tʼˠiː꜖</o>
+ <g>buy</g>
+ </w>
+ <w>
+ <o>pˠaṵ꜒</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>ɰʷi꜖ɾˠ-</o>
+ <g>not.Q.none.3.cl.4.3.cl.2.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>iː꜒n̥ˠi꜒</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ᵏǀʼˠyː-</o>
+ <g>cl.2.no.owner.ERG</g>
+ </w>
+ <w>
+ <o>꜖꜒n̥ˠyː꜖꜒</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǀˤʉ̃꜒ʃʲ-</o>
+ <g>not.Q.none.3.cl.4.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>a̰꜖ɰˤi꜒꜖</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>hkʷʉː-</o>
+ <g>cl.4.3.cl.4.ABS</g>
+ </w>
+ <w>
+ <o>꜒hkʲy̰꜒</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>qʼˠ-</o>
+ <g>cl.4</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ᵏǃʰʲa̰꜖sʲ-</o>
+ <g>not.Q.none.3.cl.4.1excl.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>u꜒꜖ɓˠĩː̰꜒</o>
+ <g>pat</g>
+ </w>
+ </il>
</example>
### nʲʉː̰꜖tʼˤa꜒ qˠãː̰꜒ ŋ̥ʷa꜒ʈˠai꜒tʼˠiː꜖ pˠaṵ꜒ ɰʷi꜖ɾˠiː꜒n̥ˠi꜒ ᵏǀʼˠyː꜖꜒n̥ˠyː꜖꜒ qˠãː̰꜒ ᵏǀˤʉ̃꜒ʃʲa̰꜖ɰˤi꜒꜖ hkʷʉː꜒hkʲy̰꜒ qʼˠãː̰꜒ ᵏǃʰʲa̰꜖sʲu꜒꜖ɓˠĩː̰꜒initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <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="surprise"/> </vp> <np role="subj"> <subs> - <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="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module nominalise:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
+ <np type="owner_owned">
+ <np number="sing" def="def" head="this" role="owned" locus="number">
+ <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
+ </np>
+ </np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="give"/> - </vp> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="give"/> + </vp> </subs> </np> </np> </np> - <np number="sing" def="def" role="indobj" locus="number"> - <word posp="noun" gloss="teacher"/> - <word gloss="the" posp="det"/> - </np> </s> </example>
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np number="sing" def="def" role="indobj" locus="number"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np role="subj"> + <np role="subj" case="ERG"> <np type="owner_owned"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="owner"> <subs> - <np number="sing" role="obj" locus="number"> + <np number="sing" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> </s> </example>
module addgender:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np number="sing" def="def" role="indobj" locus="number" case="DAT"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="cl.4"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np role="subj" case="ERG"> - <np type="owner_owned"> - <np number="sing" def="def" head="this" role="owned" locus="number"> + <np role="subj" case="ERG" gender="cl.4" number="sing"> + <np type="owner_owned" gender="cl.2"> + <np number="sing" def="def" head="this" role="owned" locus="number" gender="cl.2"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np role="owner"> + <np role="owner" gender="cl.4" number="sing"> <subs> - <np number="sing" role="obj" locus="number" case="ABS"> + <np number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> </s> </example>
module simplifynumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np number="sing" def="def" role="indobj" locus="number" case="DAT" gender="cl.4"> + <np def="def" role="indobj" locus="number" case="DAT" gender="cl.4"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np role="subj" case="ERG" gender="cl.4" number="sing"> + <np role="subj" case="ERG" gender="cl.4"> <np type="owner_owned" gender="cl.2"> - <np number="sing" def="def" head="this" role="owned" locus="number" gender="cl.2"> + <np def="def" head="this" role="owned" locus="number" gender="cl.2"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np role="owner" gender="cl.4" number="sing"> + <np role="owner" gender="cl.4"> <subs> - <np number="sing" role="obj" locus="number" case="ABS" gender="cl.2"> + <np role="obj" locus="number" case="ABS" gender="cl.2"> <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1"> + <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> </s> </example>
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np def="def" role="indobj" locus="number" case="DAT" gender="cl.4"> + <np def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np role="subj" case="ERG" gender="cl.4"> + <np role="subj" case="ERG" gender="cl.4" possessor="no.owner"> <np type="owner_owned" gender="cl.2"> - <np def="def" head="this" role="owned" locus="number" gender="cl.2"> + <np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np role="owner" gender="cl.4"> + <np role="owner" gender="cl.4" possessor="no.owner"> <subs> - <np role="obj" locus="number" case="ABS" gender="cl.2"> + <np role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <word posp="noun" gloss="apple"/> </np> - <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1"> + <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> </s> </example>
module ngen:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj" case="ERG" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.2">
- <np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="apple"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
+ <np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4">
+ <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj" case="ERG" gender="cl.4" possessor="no.owner">
<np type="owner_owned" gender="cl.2">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="apple"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
<np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4">
<word posp="verb" gloss="surprise"/>
</vp>
- <np role="subj" case="ERG" gender="cl.4" possessor="no.owner">
- <np type="owner_owned" gender="cl.2">
+ <np type="owner_owned" gender="cl.2" role="subj" case="ERG" possessor="no.owner">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="apple"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
<np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4">
<word posp="verb" gloss="surprise"/>
</vp>
- <np type="owner_owned" gender="cl.2" role="subj" case="ERG" possessor="no.owner">
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
<word posp="noun" gloss="apple"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
- <np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4">
+ <np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</s>
</example>
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4">
- <word posp="verb" gloss="surprise"/>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4"/>
</vp>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1">
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1"/>
</vp>
</subs>
</np>
<np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"/>
+ <word gloss="the" posp="det" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"/>
</np>
</s>
</example>
About to call getSlotValue for teacher/noun/gender.possessor.case/obligatoryaddaffixes:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.DAT"/>
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.4"/>
<word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4"/>
</vp>
<np role="owner" gender="cl.4" possessor="no.owner">
<subs>
<np role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/>
<word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.DAT"/>
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"/>
+ <thingy type="detgender" function="prefix" gloss="cl.1"/>
<word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1">
+ <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1"/>
</vp>
</subs>
</np>
<np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG">
+ <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ERG"/>
<word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"/>
+ <thingy type="detgender" function="prefix" gloss="cl.2"/>
<word gloss="the" posp="det" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"/>
</np>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"> + <flat> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.DAT"/> <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.4"/> <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4"/> - </vp> - <np role="owner" gender="cl.4" possessor="no.owner"> - <subs> - <np role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - </np> - <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.DAT"/> <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"/> <thingy type="detgender" function="prefix" gloss="cl.1"/> <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1"> <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1"/> - </vp> - </subs> - </np> - <np def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"> <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ERG"/> <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"/> <thingy type="detgender" function="prefix" gloss="cl.2"/> <word gloss="the" posp="det" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.DAT"/> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.4"/> - <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS"/> - <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.DAT"/> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"/> - <thingy type="detgender" function="prefix" gloss="cl.1"/> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner"/> - <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1"/> - <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ERG"/> - <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"/> - <thingy type="detgender" function="prefix" gloss="cl.2"/> - <word gloss="the" posp="det" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG"/> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.DAT">|ɗˤ|i|-</thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">|̰꜒|ŋʷ|a|꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy> + <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST">|pʼˠ|ᵊ|꜖|ʋʲ|-</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4">|y|꜒|n̥ʲ|ʉː|꜒꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy> + <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|pʼʲ|uː|꜖꜒|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.DAT">|kʼˤ|a#|-</thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">|꜖|qʼˤ|ai|̰꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word> + <thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST">|r̥ˤ|ᵊ|꜒|kˠ|-</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1">|iː|̰꜒|m̥ˠ|ʉː|꜒꜖|</word> + <thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ERG">|rˤ|a#ː|-</thingy> + <word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG">|̰꜖|ɴʷ|i|꜖꜒|</word> + <thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy> + <word gloss="the" posp="det" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG">|a#ː|̰꜒|</word> </flat> </example>
vowelharmony: No change.
### |ɗˤ|i|-removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.4.no.owner.DAT">|ɗˤ|i|-</thingy>
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">|̰꜒|ŋʷ|a|꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.4">|qʼˠ|-</thingy>
<word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="cl.4" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST">|pʼˠ|ᵊ|꜖|ʋʲ|-</thingy>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.cl.4" subj="3.cl.4">|y|꜒|n̥ʲ|ʉː|꜒꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.no.owner.ABS">|nʲ|ʉː|-</thingy>
<word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="cl.2" possessor="no.owner">|̰꜖|pʼʲ|uː|꜖꜒|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.1.no.owner.DAT">|kʼˤ|a#|-</thingy>
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">|꜖|qʼˤ|ai|̰꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.1">|ɗʲ|-</thingy>
<word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="cl.1" possessor="no.owner">|a#ː|̰꜒|</word>
<thingy type="verbquestion.indobj.obj.subj.negation.voice.mode.ta" function="prefix" gloss="not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST">|r̥ˤ|ᵊ|꜒|kˠ|-</thingy>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.cl.2" indobj="3.cl.1">|iː|̰꜒|m̥ˠ|ʉː|꜒꜖|</word>
<thingy type="noungender.possessor.case" function="prefix" gloss="cl.2.3.cl.4.ERG">|rˤ|a#ː|-</thingy>
<word posp="noun" gloss="boy" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG">|̰꜖|ɴʷ|i|꜖꜒|</word>
<thingy type="detgender" function="prefix" gloss="cl.2">|qˠ|-</thingy>
<word gloss="the" posp="det" def="def" head="this" role="owned" locus="number" gender="cl.2" possessor="3.cl.4" case="ERG">|a#ː|̰꜒|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ɗˤi-</span><br><span class="gls">cl.4.no.owner.DAT</span></span> <span class="ilpair"><span class="mor">̰꜒ŋʷa꜒</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">qʼˠ-</span><br><span class="gls">cl.4</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">pʼˠᵊ꜖ʋʲ-</span><br><span class="gls">not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">y꜒n̥ʲʉː꜒꜖</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">nʲʉː-</span><br><span class="gls">cl.2.no.owner.ABS</span></span> <span class="ilpair"><span class="mor">̰꜖pʼʲuː꜖꜒</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">kʼˤã-</span><br><span class="gls">cl.1.no.owner.DAT</span></span> <span class="ilpair"><span class="mor">꜖qʼˤaḭ꜒</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">ɗʲ-</span><br><span class="gls">cl.1</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">r̥ˤᵊ꜒kˠ-</span><br><span class="gls">not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST</span></span> <span class="ilpair"><span class="mor">iː̰꜒m̥ˠʉː꜒꜖</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">rˤãː-</span><br><span class="gls">cl.2.3.cl.4.ERG</span></span> <span class="ilpair"><span class="mor">̰꜖ɴʷi꜖꜒</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">qˠ-</span><br><span class="gls">cl.2</span></span> <span class="ilpair"><span class="mor">ãː̰꜒</span><br><span class="gls">the</span></span></p>
+ <p>ɗˤḭ꜒ŋʷa꜒ qʼˠãː̰꜒ pʼˠᵊ꜖ʋʲy꜒n̥ʲʉː꜒꜖ nʲʉː̰꜖pʼʲuː꜖꜒ kʼˤã꜖qʼˤaḭ꜒ ɗʲãː̰꜒ r̥ˤᵊ꜒kˠiː̰꜒m̥ˠʉː꜒꜖ rˤãː̰꜖ɴʷi꜖꜒ qˠãː̰꜒</p>
+ <p>ɗˤइ̰꜒ŋʷअ꜒ qʼˠa#ː̰꜒ pʼˠᵊ꜖ʋʲयु꜒n̥ʲʉː꜒꜖ nʲʉː̰꜖pʼʲऊ꜖꜒ kʼˤअँ꜖qʼˤऐ̰꜒ ɗʲa#ː̰꜒ r̥ˤᵊ꜒kˠई̰꜒m̥ˠʉː꜒꜖ rˤa#ː̰꜖ɴʷइ꜖꜒ qˠa#ː̰꜒</p>
+ <il>
+ <w>
+ <o>ɗˤi-</o>
+ <g>cl.4.no.owner.DAT</g>
+ </w>
+ <w>
+ <o>̰꜒ŋʷa꜒</o>
+ <g>teacher</g>
+ </w>
+ <w>
+ <o>qʼˠ-</o>
+ <g>cl.4</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>pʼˠᵊ꜖ʋʲ-</o>
+ <g>not.Q.3.cl.4.none.3.cl.4.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>y꜒n̥ʲʉː꜒꜖</o>
+ <g>surprise</g>
+ </w>
+ <w>
+ <o>nʲʉː-</o>
+ <g>cl.2.no.owner.ABS</g>
+ </w>
+ <w>
+ <o>̰꜖pʼʲuː꜖꜒</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>kʼˤã-</o>
+ <g>cl.1.no.owner.DAT</g>
+ </w>
+ <w>
+ <o>꜖qʼˤaḭ꜒</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>ɗʲ-</o>
+ <g>cl.1</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>r̥ˤᵊ꜒kˠ-</o>
+ <g>not.Q.3.cl.1.3.cl.2.3.cl.1.POS.active.indicative.PAST</g>
+ </w>
+ <w>
+ <o>iː̰꜒m̥ˠʉː꜒꜖</o>
+ <g>give</g>
+ </w>
+ <w>
+ <o>rˤãː-</o>
+ <g>cl.2.3.cl.4.ERG</g>
+ </w>
+ <w>
+ <o>̰꜖ɴʷi꜖꜒</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>qˠ-</o>
+ <g>cl.2</g>
+ </w>
+ <w>
+ <o>ãː̰꜒</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ɗˤḭ꜒ŋʷa꜒ qʼˠãː̰꜒ pʼˠᵊ꜖ʋʲy꜒n̥ʲʉː꜒꜖ nʲʉː̰꜖pʼʲuː꜖꜒ kʼˤã꜖qʼˤaḭ꜒ ɗʲãː̰꜒ r̥ˤᵊ꜒kˠiː̰꜒m̥ˠʉː꜒꜖ rˤãː̰꜖ɴʷi꜖꜒ qˠãː̰꜒initial XML:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp tam="past-punct" evidence="hearsay">
<verb>have</verb>
</vp>
<np def="def" number="plur" role="subj">
<noun>human being</noun>
<adj>all</adj>
<pp p="in" location="surface" precise="no">
<np def="def" number="sing">
<noun>earth</noun>
<adj>whole</adj>
</np>
</pp>
</np>
<np role="obj">
<conjp conj="and">
<np def="neither" number="sing">
<noun>language</noun>
<num>one</num>
</np>
<np def="neither" number="sing">
<noun>dialect</noun>
<num>one</num>
</np>
</conjp>
</np>
</s>cleanup:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> - <vp tam="past-punct" evidence="hearsay"> - <verb>have</verb> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="def" number="plur" role="subj"> - <noun>human being</noun> - <adj>all</adj> + <np def="def" number="plur" role="subj" locus="number"> + <word posp="noun" gloss="human being"/> + <word posp="adj" gloss="all"/> <pp p="in" location="surface" precise="no"> - <np def="def" number="sing"> - <noun>earth</noun> - <adj>whole</adj> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="earth"/> + <word posp="adj" gloss="whole"/> </np> </pp> </np> <np role="obj"> <conjp conj="and"> - <np def="neither" number="sing"> - <noun>language</noun> - <num>one</num> + <np def="neither" number="sing" locus="number"> + <word posp="noun" gloss="language"/> + <word posp="num" gloss="one"/> </np> - <np def="neither" number="sing"> - <noun>dialect</noun> - <num>one</num> + <np def="neither" number="sing" locus="number"> + <word posp="noun" gloss="dialect"/> + <word posp="num" gloss="one"/> </np> </conjp> </np> </s>
module adj2verb:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="plur" role="subj" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="all"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="human being"/>
- <word posp="adj" gloss="all"/>
<pp p="in" location="surface" precise="no">
<np def="def" number="sing" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="whole"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<word posp="noun" gloss="earth"/>
- <word posp="adj" gloss="whole"/>
</np>
+ </relp>
+ </np>
</pp>
</np>
+ </relp>
+ </np>
<np role="obj">
<conjp conj="and">
<np def="neither" number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<np def="neither" number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module articles:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="plur" role="subj" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<np def="def" number="sing" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="earth"/>
</np>
</relp>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
</relp>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<conjp conj="and">
<np def="neither" number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<np def="neither" number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module nonpastonly:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> - <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np def="def" number="plur" role="subj" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="all"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <np def="def" number="sing" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="earth"/> </np> </relp> <word gloss="the" posp="det"/> </np> </pp> </np> </relp> <word gloss="the" posp="det"/> </np> <np role="obj"> <conjp conj="and"> <np def="neither" number="sing" locus="number"> <word posp="noun" gloss="language"/> <word posp="num" gloss="one"/> </np> <np def="neither" number="sing" locus="number"> <word posp="noun" gloss="dialect"/> <word posp="num" gloss="one"/> </np> </conjp> </np> </s>
module noepistemic:
<s> <littrans>All humans in the whole earth had one language and one dialect.</littrans> - <vp evidence="hearsay" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np def="def" number="plur" role="subj" locus="number"> <relp> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="all"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="human being"/> <pp p="in" location="surface" precise="no"> <np def="def" number="sing" locus="number"> <relp> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="whole"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="earth"/> </np> </relp> <word gloss="the" posp="det"/> </np> </pp> </np> </relp> <word gloss="the" posp="det"/> </np> <np role="obj"> <conjp conj="and"> <np def="neither" number="sing" locus="number"> <word posp="noun" gloss="language"/> <word posp="num" gloss="one"/> </np> <np def="neither" number="sing" locus="number"> <word posp="noun" gloss="dialect"/> <word posp="num" gloss="one"/> </np> </conjp> </np> </s>
module embed:
<s>
<littrans>All humans in the whole earth had one language and one dialect.</littrans>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="plur" role="subj" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="all"/>
</vp>
- <np head="this" role="subj" number="plur">
+ <np role="subj" number="plur">
<word posp="noun" gloss="human being"/>
<pp p="in" location="surface" precise="no">
<np def="def" number="sing" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="whole"/>
</vp>
- <np head="this" role="subj" number="sing">
+ <np role="subj" number="sing">
<word posp="noun" gloss="earth"/>
</np>
- </relp>
+ </subs>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
- </relp>
+ </subs>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<conjp conj="and">
<np def="neither" number="sing" locus="number">
<word posp="noun" gloss="language"/>
<word posp="num" gloss="one"/>
</np>
<np def="neither" number="sing" locus="number">
<word posp="noun" gloss="dialect"/>
<word posp="num" gloss="one"/>
</np>
</conjp>
</np>
</s>
module sentenceconnectors: No change.