Skip to content

Count_occurrences doesn't correctly track regular expressions #40

@OliverSherouse

Description

@OliverSherouse

+ tuple(term_counts[i] for i in terms)

We need the term_counts dictionary keys to be the actual regexes, not the string matches. We should map the one to the other and then generates results from the remapped version.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions