mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2025-10-29 13:29:10 -04:00
655 B
655 B
PythonCode
Notes
- You will need to uncomment the
nlp = spacy.cli.download("en_core_web_lg")to download the language model stuff. u can uncomment it once it downloads. - The
relibrary includes our Regex functions. It is called usingregex. It uses standard regular expression stuff. - Everytime
main.pylaunches,outputNames.txtclears. It will need to go through the entirety of our files, which still has to be done. Will all of the files work??? - We will need to modify code so that it can produce new
.xmlfiles. Probably best to output files in new directory or something once we get started on that.