Closed ArneBinder closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
06e3af5
) to head (3086c6a
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR
labeled_partitions
RegexPartitioner
pattern
to"<([^>/]+)>(?s:.)*?</\\1>"
: find matching tags non-greedy (*?
), allow newlines in between (s
flag) and capture the tag nameThis affects only document A32 where the abstract was not identified before but now it is.