mscarey / AuthoritySpoke

Reading legal authority for the last time
https://authorityspoke.readthedocs.io
Other
34 stars 2 forks source link

use defaultdict for mentioned/text_links #47

Closed mscarey closed 5 years ago

mscarey commented 5 years ago

Currently the value for the list of text selectors is set for each Factor/Enactment key as [] when the key is added. Could have used this:

mentioned = defaultdict(list)