Alina-enni / lingdiggers

Project for the Building NLP Applications course
0 stars 0 forks source link

Search engine #9

Closed Alina-enni closed 2 years ago

Alina-enni commented 2 years ago
  1. The queries should not be hard-coded. Instead your program should ask the user to type the query. Make this run in a loop, so that the user can run as many queries they like. Also come up with some user input that tells the program to quit, such as an empty string or a specific keyword.
miglamigla commented 2 years ago

Added an IF loop within the WHILE loop. Seems to work for me and also to close the app with Enter. Please check if it works for you too

Alina-enni commented 2 years ago

It works, so I will close this issue