The first step to starting the project we will present in the end is to decide what kind of index will be used for the search engine.
I've been thinking about options and I came up with one idea which is to use song lyrics from Genius, from various artists. There is now a script for this and an example txt file that shows the results of a lyric scrape. This way, our search engine could allow a user to search for any term in the list of lyrics as well as the name of an artist or a song? Of course, I'm not sure if the fact that the file is again a plain txt file is a problem, but this is just one idea for this project
The first step to starting the project we will present in the end is to decide what kind of index will be used for the search engine.
I've been thinking about options and I came up with one idea which is to use song lyrics from Genius, from various artists. There is now a script for this and an example txt file that shows the results of a lyric scrape. This way, our search engine could allow a user to search for any term in the list of lyrics as well as the name of an artist or a song? Of course, I'm not sure if the fact that the file is again a plain txt file is a problem, but this is just one idea for this project