Created
October 3, 2022 08:42
-
-
Save andrea-dagostino/5236859a054cbceb0a69d0e3d484ad8a to your computer and use it in GitHub Desktop.
text_sim_tfidf_ita
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if __name__ == "__main__": | |
| list_of_websites = [ | |
| "https://www.diariodiunanalista.it/", | |
| ] | |
| df = create_dataset(list_of_websites) | |
| df.to_csv("dataset.csv", index=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment