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-04-08 08:26:35 -07:00
|
|
|
export default [
|
|
|
|
'pronoun_subject',
|
2021-08-26 00:42:37 -07:00
|
|
|
'pronoun_object',
|
|
|
|
'pronoun_disjunctive',
|
|
|
|
'pronoun_possessive',
|
2021-08-26 05:58:20 -07:00
|
|
|
'inflection_l',
|
|
|
|
'inflection_x',
|
|
|
|
'inflection_e',
|
|
|
|
'inflection_n',
|
2021-04-08 08:26:35 -07:00
|
|
|
];
|