Skip to content

Commit

Permalink
#376 related, #459 to support frames; #502 related
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jul 22, 2023
1 parent 194e601 commit 539c8f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arekit/common/data/input/providers/columns/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ def get_columns_list_with_types(self):
dtypes_list.append((const.S_IND, 'int32'))
dtypes_list.append((const.T_IND, 'int32'))

# opinion-extraction task related fields
dtypes_list.append((const.OPINION_ID, 'int32'))
dtypes_list.append((const.OPINION_LINKAGE_ID, 'int32'))

return dtypes_list

def set_text_column_names(self, text_column_names):
Expand Down

0 comments on commit 539c8f5

Please sign in to comment.