regulatorystudies / regulation-digest

Program to collect Federal Register documents for the weekly Regulation Digest newsletter
https://regulatorystudies.columbian.gwu.edu/newsletters
MIT License
2 stars 0 forks source link

Expand regex filters to exclude actions from output #12

Closed mfebrizio closed 3 months ago

mfebrizio commented 5 months ago

The goal is to develop and add new filters to the tool so that it removes additional common FR actions from the output.

The relevant code is under the regdigest/ directory. The regular expression (regex) filters are in the file, regex_filters.py. Here's how I'd suggest approaching new filters:

Here are some resources on regex:

mfebrizio commented 3 months ago

Implemented here: #19