Skip to content

Commit

Permalink
#280 fixed [#227 related]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Mar 4, 2022
1 parent cd13621 commit ae178a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arekit/contrib/source/ruattitudes/text_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def to_entity(self, to_doc_id_func):
assert(callable(to_doc_id_func))
return Entity(value=self.__value if len(self.__value) > 0 else '[empty]',
e_type=self.__type,
id_in_doc=to_doc_id_func(self.__id_in_sentence),
group_index=self.__syn_group_index)

# region properties
Expand Down

0 comments on commit ae178a2

Please sign in to comment.