dicio
dicio copied to clipboard
Make scrape_meaning return list containing meanings
The function "scrape_meaning" returns a single string with all the meanings separated by a semicolon, I think this is a necessary change because since some meanings on the website contain semicolons, it's impossible to turn the meanings into a list by splitting them.