Compare commits

..

No commits in common. "master" and "0.2.0" have entirely different histories.

4 changed files with 6271 additions and 6 deletions

2
.gitignore vendored
View File

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

View File

@ -34,9 +34,6 @@ Execute in the following order:
# Files & Folders # 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 ├── data
│   ├── IN │   ├── IN
│   │   ├── counterKeywordsFinal.txt │   │   ├── counterKeywordsFinal.txt
@ -128,4 +125,3 @@ Datafiles are not included in the repository but can be found in the full packag
├── README.md readme ├── README.md readme
├── trainFake.py training script for the fake tweet classification model ├── trainFake.py training script for the fake tweet classification model
└── trainTopic.py training script for the tweet topic 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