Created
January 18, 2019 16:16
-
-
Save alexgolec/345848601c9f8c5fa2e4c73452081af9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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