[no][pronouns] remove reflexive, see !281

This commit is contained in:
Andrea Vos 2022-10-04 17:35:45 +02:00
parent 065a6b0cc1
commit 465dafb076
2 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@
<th>Subjekt</th>
<th>Objekt</th>
<th>Possessiv</th>
<th>Refleksiv</th>
</tr>
</thead>
<tbody>
@ -20,7 +19,6 @@
<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" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="reflexive" :counter="counter"/></td>
</tr>
</tbody>
</table>

View File

@ -2,4 +2,3 @@ singular plural isHonorific
Jeg synes {pronoun_subject} er veldig snill. FALSE
Jeg spurte {pronoun_object} om jeg kunne låne blyanten {possessive}. FALSE
{'pronoun_subject} fortalte meg at huset er {possessive}. FALSE
{'pronoun_subject} sa {pronoun_subject} heller ville gjøre {reflexive}. FALSE

1 singular plural isHonorific
2 Jeg synes {pronoun_subject} er veldig snill. FALSE
3 Jeg spurte {pronoun_object} om jeg kunne låne blyanten {possessive}. FALSE
4 {'pronoun_subject} fortalte meg at huset er {possessive}. FALSE
{'pronoun_subject} sa {pronoun_subject} heller ville gjøre {reflexive}. FALSE