Compare commits

...

6 Commits

Author SHA1 Message Date
Michael Beck
89b4755c65 adds link to full package to readme 2023-08-31 01:23:38 +02:00
Michael Beck
01e58b1b99 adds html files to gitignore 2023-08-31 01:21:31 +02:00
Michael Beck
d0fcefedf4 data/OUT/profiles/CovTweets.html gelöscht 2023-08-31 01:20:39 +02:00
Michael Beck
71cf907249 data/OUT/profiles/AllTweets.html gelöscht 2023-08-31 01:20:31 +02:00
Michael Beck
a9018fedee REALLY corrects the filetree 2023-08-30 21:54:13 +02:00
Michael Beck
d94a93295f corrects filetree 2023-08-30 21:53:05 +02:00
4 changed files with 6 additions and 6271 deletions

2
.gitignore vendored
View File

@ -2,6 +2,8 @@
**/*lock*
**/*-slice*.csv
**/*.zip
**/*.html
**/*.htm
/ALL-SENATORS-LONG.csv
/ALL-SENATORS.csv
/collect2.py

View File

@ -34,6 +34,9 @@ Execute in the following order:
# Files & Folders
Datafiles are not included in the repository but can be found in the full package that can be downloaded from [here](https://ncloud.mischbeck.de/s/T4QcMDSfYSkadYC) (password protected).
```
├── data
│   ├── IN
│   │   ├── counterKeywordsFinal.txt
@ -125,3 +128,4 @@ Execute in the following order:
├── README.md readme
├── trainFake.py training script for the fake tweet classification model
└── trainTopic.py training script for the tweet topic classification model
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long