Alina-enni / lingdiggers

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

Multi-word queries #25

Closed Alina-enni closed 2 years ago

Alina-enni commented 2 years ago

Our current code does not process multi-word queries. I am not sure if I know how to tackle this issue on my own.

Alina-enni commented 2 years ago

Multi-word queries should be possible now. The code does not crash when the user inputs a multi-word query and the output looks at least somewhat sensible. Unsure whether the duplicates it sometimes produces are a bug or if it's just to do with the fact that some songs have repetition in them.

Not sure if my changes completely fix the multi-word query issue but at least now there is no crash when searching for multiple words at the same time.