-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.json
More file actions
57 lines (57 loc) · 2.75 KB
/
environment.json
File metadata and controls
57 lines (57 loc) · 2.75 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"type": "dev",
"dev": {
"new_datapath": "./tweets/new/",
"old_datapath": "./tweets/old/",
"keywords_path": "./modules/keywords/keywords.csv",
"acronyms_path": "./modules/acronyms/acronyms.csv",
"filtered_datapath": "./tweets/filtered/",
"polarity_datapath_clustered": "./tweets/polarities/clustered/",
"polarity_datapath_categorized": "./tweets/polarities/categorized/",
"densitymap_datapath": "./tweets/densitymaps/",
"cache_path": "./cache/cache.json",
"max_stream": 200,
"since": "Jan 1 2014",
"maxtime": "23:59",
"mintime": "00:00",
"months": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul",
"Aug", "Sep", "Oct", "Nov", "Dec"],
"aspect_categories": ["climate", "food", "service", "entertainment",
"accommodation", "nature", "season", "place"],
"stream_filters": ["travel","holiday","vacation","traveling","TTOT",
"wanderlust", "RTW","backpacking","adventure","hotel","nature"],
"tweet_consumer_key": "",
"tweet_consumer_secret": "",
"tweet_access_token": "",
"tweet_access_token_secret": "",
"aspect_type":{ "cluster":1, "categorize":2 },
"cash_cleaner": {"density": 0, "cluster": 1, "categorize": 2}
},
"prod": {
"new_datapath": "./tweets/new/",
"old_datapath": "./tweets/old/",
"keywords_path": "./modules/keywords/keywords.csv",
"acronyms_path": "./modules/acronyms/acronyms.csv",
"filtered_datapath": "./tweets/filtered/",
"polarity_datapath_clustered": "./tweets/polarities/clustered",
"polarity_datapath_categorized": "./tweets/polarities/categorized",
"densitymap_datapath": "./tweets/densitymaps/",
"cache_path": "./cache/cache.json",
"max_stream": 200,
"since": "Jan 1 2014",
"maxtime": "23:59",
"mintime": "00:00",
"months": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul",
"Aug", "Sep", "Oct", "Nov", "Dec"],
"aspect_categories": ["climate", "food", "service", "entertainment",
"accommodation", "nature", "season", "place"],
"stream_filters": ["travel","holiday","vacation","traveling","TTOT",
"wanderlust", "RTW","backpacking","adventure","hotel","nature"],
"tweet_consumer_key": "XSZdfeTaZboGh7Gb93Ny6Qcrt",
"tweet_consumer_secret": "aHnHBNDlX9g43H9XCZmpIsmUXYSi2IvQHgrwlMBVeE6V857BQS",
"tweet_access_token": "309718769-bGVcX1VSJubYzOlwOWaqjN3gP5jaorAaY2wi13Wb",
"tweet_access_token_secret": "SNsPk87slxuLL75KEXMIDavDzyok7rlDrbP28sDBN3Cfc",
"aspect_type":{ "cluster":1, "categorize":2 },
"cash_cleaner": {"density": 0, "cluster": 1, "categorize": 2}
}
}