You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classPromptedSampleRowProvider(BaseSampleRowProvider):
""" Sample, enriched with the prompt technique. """def_fill_row_core(self, row, text_opinion_linkage, index_in_linked, etalon_label,
parsed_news, sentence_ind, s_ind, t_ind):
row=super(PromptedSampleRowProvider, self)._fill_row_core(row=row,
text_opinion_linkage=text_opinion_linkage,
index_in_linked=index_in_linked,
etalon_label=etalon_label,
parsed_news=parsed_news,
sentence_ind=sentence_ind,
s_ind=s_ind,
t_ind=t_ind)
# TODO. Here is suppose to be a technique for row.returnrow
The text was updated successfully, but these errors were encountered:
Something like that:
The text was updated successfully, but these errors were encountered: