mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2025-01-24 13:41:33 -05:00
readme and flowchart
This commit is contained in:
parent
4da66915db
commit
c904696d13
2
pythonCode/README.md
Normal file
2
pythonCode/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# How the Python files work
|
||||
[![](https://mermaid.ink/img/pako:eNp9Ultv2jAU_itHfmIS7YAwIHmYNG4tlUardlKlAQ9eckisGjtynAEF_vuO7WxjL0ukJD7f5VxyTizVGbKEbaXepwU3Fr5N1wro-rJ6rhVUqRGlha02gDwt4LCTYPFgq83Nzedxa6JLgRWktTGoiCYkfgjyMeFngo8-CFaDrm1ZOyuZoTnDpPVYoiKts8gaVmF0nVOWJ24L4IrCklsbaIretnGfgLeXyE1QNjDoLXApoSoxFVyCa4mnFk11hilVKyWmtvIUYgvripf8h6QCnmbPL4_Lxn_q_GHWejW8DPQABxVWDW3maedX42Iumcqx-rgnUUmObk6u8asOzzBvTQpM36o_Y9mKA3V6BKF-cilIxfNcqLzJMPcZ7laLf1GaYq2yTeDcec5iNSen37ib3d6VFVJI3HjS_Nr1frXU8D_je097CIdFOLTmQomqwCvF35_-EOaxdI2HdseszXZodlxktGUnR1szW-AO1yyhz4ybtzVbqwvxeG31y1GlLLGmxjary4xbnAqeG75jyZbLiqKYCavN17C2fnvbrOSKJSd2YEkUR7c9eoyG3TiOu92ozY4siePbQbf_qTcYDDrRcNTvX9rsXWsy7dwO4tGwQ3c06vWjKI6923cP-oyXX80pANE?type=png)](https://mermaid.live/edit#pako:eNp9Ultv2jAU_itHfmIS7YAwIHmYNG4tlUardlKlAQ9eckisGjtynAEF_vuO7WxjL0ukJD7f5VxyTizVGbKEbaXepwU3Fr5N1wro-rJ6rhVUqRGlha02gDwt4LCTYPFgq83Nzedxa6JLgRWktTGoiCYkfgjyMeFngo8-CFaDrm1ZOyuZoTnDpPVYoiKts8gaVmF0nVOWJ24L4IrCklsbaIretnGfgLeXyE1QNjDoLXApoSoxFVyCa4mnFk11hilVKyWmtvIUYgvripf8h6QCnmbPL4_Lxn_q_GHWejW8DPQABxVWDW3maedX42Iumcqx-rgnUUmObk6u8asOzzBvTQpM36o_Y9mKA3V6BKF-cilIxfNcqLzJMPcZ7laLf1GaYq2yTeDcec5iNSen37ib3d6VFVJI3HjS_Nr1frXU8D_je097CIdFOLTmQomqwCvF35_-EOaxdI2HdseszXZodlxktGUnR1szW-AO1yyhz4ybtzVbqwvxeG31y1GlLLGmxjary4xbnAqeG75jyZbLiqKYCavN17C2fnvbrOSKJSd2YEkUR7c9eoyG3TiOu92ozY4siePbQbf_qTcYDDrRcNTvX9rsXWsy7dwO4tGwQ3c06vWjKI6923cP-oyXX80pANE)
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +0,0 @@
|
||||
# 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 ```re``` library includes our Regex functions. It is called using ```regex```. It uses standard regular expression stuff.
|
||||
- Everytime ```main.py``` launches, ```outputNames.txt``` clears. 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 ```.xml``` files. Probably best to output files in new directory or something once we get started on that.
|
Loading…
Reference in New Issue
Block a user