[tok] wip

This commit is contained in:
Andrea Vos 2022-06-22 20:08:59 +02:00
parent 0d44bf21c3
commit 7a17e80341
4 changed files with 12 additions and 17 deletions

View File

@ -9,19 +9,15 @@
<table class="table table-sm">
<thead>
<tr>
<th>Subject</th>
<th>Object</th>
<th>Possessive determiner</th>
<th>Possessive pronoun</th>
<th>Reflexive</th>
<th>ona</th>
<th>nimi</th>
<th>ijo</th>
</tr>
</thead>
<tbody>
<tr>
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_subject" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_object" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive_determiner" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive_pronoun" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_adjective" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="reflexive" :counter="counter"/></td>
</tr>
</tbody>

View File

@ -1,5 +1,4 @@
singular plural isHonorific
I think {pronoun_subject} is very nice. I think {pronoun_subject} are very nice. FALSE
I asked {pronoun_object} if I can borrow {possessive_determiner} pencil. FALSE
{'pronoun_subject} told me that the house is {possessive_pronoun}. FALSE
{'pronoun_subject} said {pronoun_subject} would rather do it {reflexive}. FALSE
mi sona, la {pronoun_subject} li pona mute. FALSE
mi lanpan e ilo {pronoun_adjective}. FALSE
{pronoun_subject} li toki e: mi {reflexive}. FALSE

1 singular plural isHonorific
2 I think {pronoun_subject} is very nice. mi sona, la {pronoun_subject} li pona mute. I think {pronoun_subject} are very nice. FALSE
3 I asked {pronoun_object} if I can borrow {possessive_determiner} pencil. mi lanpan e ilo {pronoun_adjective}. FALSE
4 {'pronoun_subject} told me that the house is {possessive_pronoun}. {pronoun_subject} li toki e: mi {reflexive}. FALSE
{'pronoun_subject} said {pronoun_subject} would rather do it {reflexive}. FALSE

View File

@ -1,5 +1,5 @@
name pronouns description
Binary forms she,he It's worth mentioning that pronouns ≠ gender. One can still be nonbinary while using pronouns that are congruent with (or opposite to) their gender assigned at birth.
Normative-ish forms they,they/them/themself,it,one Those pronouns have been in common use in normative English already, but recently they got a slightly different new usage: describing a single, specific person. If you want to link to plural “they”, use {/they,!5,Plural%20“they”=this link}.
Popular neopronouns ae,ey,fae,xe,ze,ze/zir Unlike the other pronouns, which are officially recognised as “grammatically correct”, albeit used in a different meaning than we're used to, neopronouns are novel. Not being included in dictionaries doesn't make them any worse, though!
Other neopronouns co,e,e/em/es,hu,ne,ne/nir,per,s/he,thon,ve,vi,vi/vim,zhe These neopronouns are less often used than their more popular counterparts, but it doesn't make them any worse (and some of them are historically notable). Some neoprouns' names are derived from the names of their creators. If your pronoun is not on the list, use the generator below!
nimi pu ala,meli,mije ona ni li nimi e kulupu ale. jan Sonja li samu e ni.
nimi ku tonsi,kese ona tonsi li nimi e kulupu ku. tonsi li nimi e ku suli, la jan Inwin li samu e ni. ona kese li nimi e kulupu lon pini ku. pu mute li lanpan tonsi e kese.
nimi pi ona sin pu soweli,akesi,pipi,waso,wan,jan ona ni li jo e nimi toki pona, la ni li kepeken sin.
nimi pi ona sin Ai,Ko,Mika,Tonji,Nsi,Fa,Ni,Jani,Wi,Si ona ni li ku ala. ona ni li sama pona e ona ante. ona sina li ala e supa, la sina o kepeken e ilo anpa!

1 name pronouns description
2 Binary forms nimi pu she,he ala,meli,mije It's worth mentioning that pronouns ≠ gender. One can still be nonbinary while using pronouns that are congruent with (or opposite to) their gender assigned at birth. ona ni li nimi e kulupu ale. jan Sonja li samu e ni.
3 Normative-ish forms nimi ku they,they/them/themself,it,one tonsi,kese Those pronouns have been in common use in normative English already, but recently they got a slightly different new usage: describing a single, specific person. If you want to link to plural “they”, use {/they,!5,Plural%20“they”=this link}. ona tonsi li nimi e kulupu ku. tonsi li nimi e ku suli, la jan Inwin li samu e ni. ona kese li nimi e kulupu lon pini ku. pu mute li lanpan tonsi e kese.
4 Popular neopronouns nimi pi ona sin pu ae,ey,fae,xe,ze,ze/zir soweli,akesi,pipi,waso,wan,jan Unlike the other pronouns, which are officially recognised as “grammatically correct”, albeit used in a different meaning than we're used to, neopronouns are novel. Not being included in dictionaries doesn't make them any worse, though! ona ni li jo e nimi toki pona, la ni li kepeken sin.
5 Other neopronouns nimi pi ona sin co,e,e/em/es,hu,ne,ne/nir,per,s/he,thon,ve,vi,vi/vim,zhe Ai,Ko,Mika,Tonji,Nsi,Fa,Ni,Jani,Wi,Si These neopronouns are less often used than their more popular counterparts, but it doesn't make them any worse (and some of them are historically notable). Some neoprouns' names are derived from the names of their creators. If your pronoun is not on the list, use the generator below! ona ni li ku ala. ona ni li sama pona e ona ante. ona sina li ala e supa, la sina o kepeken e ilo anpa!

View File

@ -17,7 +17,7 @@
<div class="alert alert-primary">
<h2 class="text-center mb-0">
<template v-if="nameOptions.length === 1">
<Twemoji><strong>{{ selectedPronoun.name(glue) }}</strong><small v-if="selectedPronoun.smallForm">/{{selectedPronoun.morphemes[selectedPronoun.smallForm]}}</small></Twemoji>
<Twemoji><strong><Spelling :text="selectedPronoun.name(glue)"/></strong><small v-if="selectedPronoun.smallForm">/<Spelling :text="selectedPronoun.morphemes[selectedPronoun.smallForm]"/></small></Twemoji>
</template>
<template v-else>
<template v-for="(nameOption, i) in nameOptions">