DAkrivos / Movie-recommendation-tool

Building a system that takes in the description of movies the user has already watched and recommends similar movies
0 stars 0 forks source link

Improve file parsing #1

Closed DAkrivos closed 8 months ago

DAkrivos commented 8 months ago

The script currently splits movie entries in movies.txt using a colon. This could potentially cause problems if movie titles or descriptions contain colons. To improve the robustness of the file parsing, the script should handle cases where colons are part of the title or description.

DAkrivos commented 8 months ago

Updated movies.txt and movie_recommendations_tool.py using the unique delimiter <=> instead of a colon (:)