1
+ title_to_query = {
2
+ "Black Friday shopping" : "offerte black friday" ,
3
+ "Discover open job roles" : "offerte lavoro microsoft" ,
4
+ "Expand your vocabulary" : "definisci barocco" ,
5
+ "Feeling symptoms?" : "sintomi morbillo" ,
6
+ "Find deals on Bing" : "offerte tv 65 pollici" ,
7
+ "Find places to stay" : "hotel roma italia" ,
8
+ "Find somewhere new to explore" : "indicazioni per Ginevra" ,
9
+ "Gaming time" : "gioco vampire survivors" ,
10
+ "Get your shopping done faster" : "nuovo samsung galaxy" ,
11
+ "Houses near you" : "appartamenti Firenze" ,
12
+ "How's the economy?" : "mib 30" ,
13
+ "Learn to cook a new recipe" : "ricetta giallo zafferano" ,
14
+ "Learn a new recipe" : "ricetta pierogi" ,
15
+ "Learn song lyrics" : "testo Marco mengoni due vite" ,
16
+ "Lights, camera, action!" : "il signore degli anelli la compagnia dell'anello" ,
17
+ "Let's watch that movie again!" : "film il gladiatore" ,
18
+ "Plan a quick getaway" : "voli da milano a catania" ,
19
+ "Prepare for the weather" : "meteo domani" ,
20
+ "Quickly convert your money" : "converti 374 euro in usd" ,
21
+ "Search the lyrics of a song" : "testo Laura Pausini la solitudine" ,
22
+ "Stay on top of the elections" : "ultime notizie elezioni" ,
23
+ "Too tired to cook tonight?" : "Burger King vicino a me" ,
24
+ "Too tired to cook?" : "McDonald vicino a me" ,
25
+ "Translate anything" : "traduci temperamatite in spagnolo" ,
26
+ "What time is it?" : "ora in cina" ,
27
+ "What's for Thanksgiving dinner?" : "ricetta torta di mele" ,
28
+ "What's new?" : "ultime notizie" ,
29
+ "Who won?" : "risultati inter Milan" ,
30
+ "You can track your package" : "tracciamento gas" ,
31
+ "Quickly convert money" : "euro in yen" ,
32
+ }
33
+ ignore = {
34
+ "Bing app search" ,
35
+ "Chrome extension search" ,
36
+ "Get 50 entries plus 1000 points!" ,
37
+ "Get 100 points with search bar" ,
38
+ "Safeguard your family's info" ,
39
+ }
0 commit comments