sdaros / placeword

[WIP] Map geo coordinates to word pairings
The Unlicense
0 stars 1 forks source link

Filter out names, animals, countries, and cities from noun list #2

Open sdaros opened 8 years ago

sdaros commented 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.

sdaros commented 8 years ago

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