❗ ParsedSampleRow
-- to common
, considering cols_providers
(Base, Network) as an extra parameter for value parsing.
#284
Labels
Proceeds #275 for better BRAT adaptation
Idea: columns provider describes how the values should be formatted. The latter might be an additional parameter that goes alongside with the
__init__
method.In
common
we may moveParsedSampleRow
class with__init__(columns_fmt)
structure, passed as a parameters but remained to be placed in contrib part. The code below is a custom version for the schema ofsource->target
relation extraction task.AREkit/arekit/contrib/networks/core/input/rows_parser.py
Lines 18 to 55 in 3a6acda
The text was updated successfully, but these errors were encountered: