Skip to content

Instantly share code, notes, and snippets.

@alexgolec
Created January 18, 2019 16:16
Show Gist options
  • Save alexgolec/345848601c9f8c5fa2e4c73452081af9 to your computer and use it in GitHub Desktop.
Save alexgolec/345848601c9f8c5fa2e4c73452081af9 to your computer and use it in GitHub Desktop.
SYNONYMS = [
('rate', 'ratings'),
('approval', 'popularity'),
]
QUERIES = [
('obama approval rate', 'obama popularity ratings'),
('obama approval rates', 'obama popularity ratings'),
('obama approval rate', 'popularity ratings obama')
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment