-
Notifications
You must be signed in to change notification settings - Fork 0
/
tree.txt
35 lines (35 loc) · 1.21 KB
/
tree.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.
├── 1_construction
│ ├── 1_mail_download
│ ├── 2_scrapy_projects
│ │ ├── cincodias
│ │ │ └── cincodias
│ │ │ └── spiders
│ │ ├── elconfidencial
│ │ │ └── elconfidencial
│ │ │ └── spiders
│ │ └── expansion_hemeroteca
│ │ └── expansion_hemeroteca
│ │ └── spiders
│ └── 3_newspaper_scraper
│ └── analyses
├── 2_modelling
│ ├── classification
│ └── similarity
└── 3_production
├── output
├── spiders
│ ├── cincodias
│ │ └── cincodias
│ │ └── spiders
│ ├── elconfidencial
│ │ └── elconfidencial
│ │ └── spiders
│ ├── eleconomista
│ │ └── eleconomista
│ │ └── spiders
│ ├── expansion
│ │ └── expansion
│ │ └── spiders
│ └── utils
└── utils