Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
89b4755c65 | ||
![]() |
01e58b1b99 | ||
![]() |
d0fcefedf4 | ||
![]() |
71cf907249 | ||
![]() |
a9018fedee | ||
![]() |
d94a93295f |
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,8 @@
|
|||||||
**/*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
|
||||||
|
@ -34,6 +34,9 @@ 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
|
||||||
@ -125,3 +128,4 @@ Execute in the following order:
|
|||||||
├── 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
Loading…
x
Reference in New Issue
Block a user