Skip to content

Checking for data extraction and possible additional labels

Compare
Choose a tag to compare
@DavidUnderdown DavidUnderdown released this 11 Feb 23:05
· 37 commits to master since this release

Added checking that data extraction has happened, and that there are not additional labels present in the data not in the list supplied (Issues #5 and #3). Also switched to regex library rather than using re, to make get longest left match using regex.POSIX flag (Issue #5), extended normalisation/escaping of labels in building regex (Issues #8 and #7) and to improve performance, match is only performed once (issue #2).