Skip to content
Snippets Groups Projects
Commit f858c4ad authored by Kasia Krasnowska's avatar Kasia Krasnowska
Browse files

fix

parent f947c9a9
Branches
No related merge requests found
......@@ -106,7 +106,7 @@ STR_CASE = {
None : { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' },
}
AGR_CASE = { 'subj' : 'nom', 'obj' : 'acc', 'head' : 'nom', None : 'nom' }
PART_CASE = { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' },
PART_CASE = { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' }
PRED_CASE = {
'subj' : { '_' : 'nom', 'aff' : 'nom', 'neg' : 'nom' },
'obj' : { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment