Skip to content

Commit

Permalink
add new link types to the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Aug 4, 2014
1 parent 9c034da commit 616bba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymorphy2/opencorpora_dict/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ def _join_lexemes(lexemes, links):
# <type id="18">ADJF-SUPR_suppl</type>
# <type id="19">ADJF-SUPR_nai</type>
# <type id="20">ADJF-SUPR_slng</type>
# <type id="21">FULL-CONTRACTED</type>
# <type id="22">ORPHOVAR</type>
# </link_types>

EXCLUDED_LINK_TYPES = set([7, ])
Expand Down

0 comments on commit 616bba5

Please sign in to comment.