openeventdata / phoenix_pipeline

Turning news into events since 2014.
MIT License
50 stars 33 forks source link

Remove duplicate actor codes #81

Open ahalterman opened 9 years ago

ahalterman commented 9 years ago

Occasionally something like "USAGOVMILGOV" will get coded. We want only one of each code. This can be done pretty easily in postprocess.py

A more sophisticated (and less pressing) improvement would be setting rules for which codes should be precluded by others (if you're REB, you shouldn't also be UAF, for example).