Skip to content

Commit

Permalink
Switch Abl case to Loc
Browse files Browse the repository at this point in the history
  • Loading branch information
IINemo committed Jan 29, 2019
1 parent 824f3ae commit bb94c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/isanlp/ru/converter_mystem_to_ud.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'вин' : 'Acc',
'дат' : 'Dat',
'твор' : 'Ins',
'пр' : 'Abl',
'пр' : 'Loc',
'парт' : 'Par',
'местн' : 'Loc',
'зват' : 'Voc'}
Expand Down Expand Up @@ -153,4 +153,4 @@ def __call__(self, mystem_postags):

return {'postag' : result_postags,
'morph' : result_morph}


0 comments on commit bb94c23

Please sign in to comment.