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-08-19 07:25:24 -07:00
|
|
|
'possessive',
|
2021-01-05 07:44:47 -08:00
|
|
|
'article_n',
|
|
|
|
'article_g',
|
|
|
|
'article_d',
|
|
|
|
'article_a',
|
|
|
|
'demonstrative_n',
|
2021-08-07 11:19:43 -07:00
|
|
|
'demonstrative_g',
|
|
|
|
'demonstrative_d',
|
|
|
|
'demonstrative_a',
|
2021-01-05 07:44:47 -08:00
|
|
|
];
|