This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2021-01-05 07:44:47 -08:00
|
|
|
export default [
|
|
|
|
'pronoun_n',
|
|
|
|
'pronoun_d',
|
|
|
|
'pronoun_a',
|
2021-01-07 07:02:19 -08:00
|
|
|
'pronoun_g',
|
2021-01-05 07:44:47 -08:00
|
|
|
'article_n',
|
|
|
|
'article_g',
|
|
|
|
'article_d',
|
|
|
|
'article_a',
|
|
|
|
'demonstrative_n',
|
2021-01-07 07:02:19 -08:00
|
|
|
'possesive_object',
|
|
|
|
'noun',
|
2021-01-05 07:44:47 -08:00
|
|
|
];
|