Open sdaros opened 8 years ago
Doing this should help us avoid offensive or misleading word pairings. We can probably use the python nltk library to help us out with this.
We can get rid of proper nouns by sorting out all nouns that start with a capital letter. But, that's more of a hack just for now
Doing this should help us avoid offensive or misleading word pairings. We can probably use the python nltk library to help us out with this.