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.
2020-09-28 11:28:00 -07:00
|
|
|
export default [
|
|
|
|
'pronoun_n',
|
|
|
|
'pronoun_g',
|
|
|
|
'pronoun_g_acc',
|
|
|
|
'pronoun_d',
|
|
|
|
'pronoun_a',
|
|
|
|
'pronoun_i',
|
|
|
|
'pronoun_l',
|
|
|
|
'pronoun_all',
|
|
|
|
'adjective_n',
|
2020-12-10 08:07:58 -08:00
|
|
|
'adjective_n_alt',
|
2020-09-28 11:28:00 -07:00
|
|
|
'adjective_ll',
|
|
|
|
'adjective_middle',
|
|
|
|
'verb_end_inter',
|
|
|
|
'verb_end_about',
|
|
|
|
'verb_middle_inter',
|
|
|
|
'verb_middle_about',
|
|
|
|
'verb_nasal',
|
|
|
|
'verb_go',
|
|
|
|
'verb_o',
|
|
|
|
'honorific',
|
|
|
|
];
|