eregs / regulations-parser

Parser for U.S. federal regulations and other regulatory information
Creative Commons Zero v1.0 Universal
37 stars 39 forks source link

Standardize the tagged_text attribute #333

Closed cmc333333 closed 7 years ago

cmc333333 commented 7 years ago

We had been testing Node objects for the presence of the tagged_text attribute rather than defining that attribute consistently. Simplify a bunch of logic by using the attribute consistently.

This may require another change related to serialization; will see when the integration tests run.

cmc333333 commented 7 years ago

This is relatively low risk, so I'm going to go ahead and merge.