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
Currently, we return an extraction_keyword with all extraction bricks, which is passed to the function of the brick and then returned again, which is not efficient. Instead it might make more sense to return <value>, <start_char_idx>, <end_char_idx>. This need to be then applied for all bricks.
The text was updated successfully, but these errors were encountered:
LeonardPuettmannKern
changed the title
[CHANGE] - Retrun of the extraction bricks needs to be reworked
[CHANGE] - Retrun statement of common code of the extraction bricks needs to be reworked
Oct 17, 2023
Currently, we return an
extraction_keyword
with all extraction bricks, which is passed to the function of the brick and then returned again, which is not efficient. Instead it might make more sense to return<value>
,<start_char_idx>
,<end_char_idx>
. This need to be then applied for all bricks.The text was updated successfully, but these errors were encountered: