Skip to content

Commit

Permalink
#436 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jan 12, 2023
1 parent fbcb15f commit 730d535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def create_text_opinion_extraction_pipeline(text_parser,
version=version,
doc_id_func=lambda doc_id: doc_id,
keep_doc_ids_only=False,
label_scaler=label_scaler,
limit=limit)

doc_ops = DictionaryBasedDocumentOperations(ru_attitudes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_doc(self, doc_id):
return self.__ru_attitudes[doc_id]


def read_ruattitudes_to_brat_in_memory(version, keep_doc_ids_only, doc_id_func, label_scaler, limit=None):
def read_ruattitudes_to_brat_in_memory(version, keep_doc_ids_only, doc_id_func, limit=None):
""" Performs reading of RuAttitude formatted documents and
selection according to 'doc_ids_set' parameter.
"""
Expand Down

0 comments on commit 730d535

Please sign in to comment.