-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathall_paths.json
More file actions
32 lines (32 loc) · 2.22 KB
/
Copy pathall_paths.json
File metadata and controls
32 lines (32 loc) · 2.22 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
{
"test_data" : {
"test_collection_path" : "\\test_collection\\CACM_Collection\\",
"query_text_file" : "\\test_collection\\cacm.query.txt",
"relevance_text_file" : "\\test_collection\\cacm.rel.txt",
"common_words_file" : "\\test_collection\\common_words",
"cacm_stem" : "\\test_collection\\cacm_stem.txt",
"stem_queries" : "\\test_collection\\cacm_stem.query.txt"
},
"parsed_tokenized_output_json_file" : "\\Outputs\\Cleaned_Corpus\\cleaned_corpus.json",
"indexer_output_json_file" : "\\Outputs\\Inverted_Index\\inverted_index_corpus.json",
"bm_25_score_output_text_file" : "\\Outputs\\Phase1\\Task1\\bm_25_scores.txt",
"tf_idf_score_output_text_file" : "\\Outputs\\Phase1\\Task1\\tf_idf_scores.txt",
"jm_qlm_score_output_text_file" : "\\Outputs\\Phase1\\Task1\\jm_qlm_scores.txt",
"pseudo_relevance_feedback_scores" : "\\Outputs\\Phase1\\Task2\\pseudo_relevance_feedback_scores.txt",
"new_expanded_queries" : "\\Outputs\\Phase1\\Task2\\new_expanded_queries.txt",
"stopped_queries_output_fname" : "\\Outputs\\Phase1\\Task3A\\stopped_queries_output.json",
"bm25_stopped_queries" : "\\Outputs\\Phase1\\Task3A\\bm25_stopped_queries.txt",
"tf_idf_stopped_queries" : "\\Outputs\\Phase1\\Task3A\\tf_idf_stopped_queries.txt",
"jm_qlm_stopped_queries" : "\\Outputs\\Phase1\\Task3A\\jm_qlm_stopped_queries.txt",
"stemmed_corpus_json_fname" : "\\Outputs\\Phase1\\Task3B\\stemmed_corpus_collection.json",
"stemmed_inverted_index" : "\\Outputs\\Phase1\\Task3B\\stemmed_inverted_index.json",
"bm25_stem_queries" : "\\Outputs\\Phase1\\Task3B\\bm25_stem_queries.txt",
"tf_idf_stem_queries" : "\\Outputs\\Phase1\\Task3B\\tf_idf_stem_queries.txt",
"jm_qlm_stem_queries" : "\\Outputs\\Phase1\\Task3B\\jm_qlm_stem_queries.txt",
"parsed_queries" : "\\Outputs\\Query_terms\\parsed_query_dict.json",
"unparsed_queries" : "\\Outputs\\Query_terms\\unparsed_query_dict.json",
"extra_credit_output_best_match" : "\\Outputs\\Extra_Credits\\best_match_scores.txt",
"extra_credit_output_exact_match" : "\\Outputs\\Extra_Credits\\exact_match_scores.txt",
"extra_credit_output_ordered_match" : "\\Outputs\\Extra_Credits\\extra_credit_output_ordered_match.txt",
"positional_index" : "\\Outputs\\Extra_Credits\\positional_index.json"
}