Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_provide_sentence_terms -- consider s_ind and t_ind as well since they may combined with and modified at the same time [nivts_project backlog] #420

Closed
nicolay-r opened this issue Nov 27, 2022 · 0 comments
Assignees

Comments

@nicolay-r
Copy link
Owner

nicolay-r commented Nov 27, 2022

Quick fix: need to implement function _provide_sentence_terms which includes s_ind and t_ind and returns them as without changes.

sentence_terms = list(self._provide_sentence_terms(parsed_news=parsed_news, sentence_ind=sentence_ind))
self.__text_provider.add_text_in_row(
set_text_func=lambda column, value: __assign_value(column, value),
sentence_terms=sentence_terms,
s_ind=s_ind,
t_ind=t_ind,
expected_label=expected_label)

@nicolay-r nicolay-r self-assigned this Nov 27, 2022
@nicolay-r nicolay-r changed the title _provide_sentence_terms -- consider s_ind and t_ind as well since they may combined with and modified at the same time _provide_sentence_terms -- consider s_ind and t_ind as well since they may combined with and modified at the same time Nov 27, 2022
@nicolay-r nicolay-r changed the title _provide_sentence_terms -- consider s_ind and t_ind as well since they may combined with and modified at the same time _provide_sentence_terms -- consider s_ind and t_ind as well since they may combined with and modified at the same time [nivts_project backlog] Nov 27, 2022
nicolay-r added a commit that referenced this issue Nov 27, 2022
nicolay-r added a commit that referenced this issue Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant