Skip to content

Commit

Permalink
Sort wordforms support for possessor
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcamilleri committed Apr 14, 2020
1 parent bdb7261 commit 4c9479f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/helpers/sort-wordforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var fields = {
'ind_obj': agr_fields,
'dir_obj': agr_fields,
'subject': agr_fields,
'possessor': agr_fields,
'polarity': ['pos', 'neg'],
'number': ['sg', 'sgv', 'coll', 'dl', 'pl', 'sp'],
'gender': ['m', 'f', 'mf']
Expand Down

0 comments on commit 4c9479f

Please sign in to comment.