ricbit / spojtweet

Badges for SPOJ, tweets when a problem is solved
0 stars 0 forks source link

Change country badges to use Adjectival names #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should parse wikipedia to extract the adjectival names for each country:

http://en.wikipedia.org/wiki/List_of_adjectival_and_demonymic_forms_of_place_nam
es

This can be done offline to generate a dictionary:

dict = {
  'UGANDA': 'Ugandan',
  'BRAZIL': 'Brazilian'
}

Original issue reported on code.google.com by bluepenguin on 20 Sep 2011 at 2:28

GoogleCodeExporter commented 9 years ago
Fixed by Leandro.

Original comment by ric...@google.com on 20 Sep 2011 at 3:09