Closed mscarey closed 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)
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)