examples.tsv

This commit is contained in:
Jerry 2023-02-15 02:50:37 +07:00
parent d203e977e2
commit 77bce79812

View File

@ -1,5 +1,5 @@
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
Tôi thấy {pronoun_subject} trông thật xinh. FALSE
Tôi đã hỏi {pronoun_object} cho tôi mượn cái bút chì của {possessive_determiner}. FALSE
{'pronoun_subject} đã bảo tôi rằng ngôi nhà này là của {possessive_pronoun}. FALSE
{'pronoun_subject} nói rằng {pronoun_subject} muốn làm cái này {reflexive}. FALSE

1 singular plural isHonorific
2 I think {pronoun_subject} is very nice. Tôi thấy {pronoun_subject} trông thật xinh. I think {pronoun_subject} are very nice. FALSE
3 I asked {pronoun_object} if I can borrow {possessive_determiner} pencil. Tôi đã hỏi {pronoun_object} cho tôi mượn cái bút chì của {possessive_determiner}. FALSE
4 {'pronoun_subject} told me that the house is {possessive_pronoun}. {'pronoun_subject} đã bảo tôi rằng ngôi nhà này là của {possessive_pronoun}. FALSE
5 {'pronoun_subject} said {pronoun_subject} would rather do it {reflexive}. {'pronoun_subject} nói rằng {pronoun_subject} muốn làm cái này {reflexive}. FALSE