-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhard_coded.py
More file actions
16 lines (14 loc) · 1.05 KB
/
hard_coded.py
File metadata and controls
16 lines (14 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# hard coded path to directories
data_json_dir = "/home/ubuntu/summarization_query_oriented/data/wikipedia/json/td_qfs_rank_1/"
data_txt_dir = "/home/ubuntu/summarization_query_oriented/data/wikipedia/txt/"
lang_model_dir = "/home/ubuntu/summarization_query_oriented/nn_models/language_models/d2v/"
nn_summarizers_dir = "/home/ubuntu/summarization_query_oriented/nn_models/nn_summarizer/"
summary_system_super_dir = "/home/ubuntu/summarization_query_oriented/data/TD-QFS/tdqfs_summary_system/"
titles_dir = "/home/ubuntu/summarization_query_oriented/data/DUC/duc2005_docs/"
valset_dir = "/home/ubuntu/summarization_query_oriented/data/validation_set/"
titles_file = "/home/ubuntu/summarization_query_oriented/data/DUC/duc2005_topics.sgml"
model_dir = "/home/ubuntu/summarization_query_oriented/data/TD-QFS/tdqfs_summary_model"
tdqfs_folder = "/home/ubuntu/summarization_query_oriented/data/TD-QFS/"
# non selected keys in json files
non_selected_keys = ["title", "external links","further reading","references","see also"]
tdqfs_themes = ["alz","asthma","cancer","obese"]