↓ 2 callersFunctionmatch_sublist :param the_list: [1, 2, 3, 4, 5, 6, 1, 2, 4, 5] :param to_match: [1, 2] :return: [(0, 1), (6, 7)]
evaluation.py:80
↓ 1 callersFunctionmatch_sublist :param the_list: [1, 2, 3, 4, 5, 6, 1, 2, 4, 5] :param to_match: [1, 2] :return: [(0, 1), (6, 7)]
extraction/extract_constraint.py:14
Method__init__(self, decoding_type_schema=None, decoding_format='tree', source_prefix=None, *args, **kwargs)
seq2seq/constrained_seq2seq.py:84