Commit 572dcc62ebf8c3494145f6ed7e1d3e90e0418c7a
1 parent
7fcd161c
fix
Showing
1 changed file
with
1 additions
and
1 deletions
entries/phrase_descriptions/utils.py
... | ... | @@ -106,7 +106,7 @@ STR_CASE = { |
106 | 106 | None : { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' }, |
107 | 107 | } |
108 | 108 | AGR_CASE = { 'subj' : 'nom', 'obj' : 'acc', 'head' : 'nom', None : 'nom' } |
109 | -PART_CASE = { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' }, | |
109 | +PART_CASE = { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' } | |
110 | 110 | PRED_CASE = { |
111 | 111 | 'subj' : { '_' : 'nom', 'aff' : 'nom', 'neg' : 'nom' }, |
112 | 112 | 'obj' : { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' }, |
... | ... |