You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/classify.py
+8-3
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,10 @@ def main():
76
76
current_dir=os.path.dirname(os.path.abspath( \
77
77
inspect.getfile(inspect.currentframe())))
78
78
79
-
data_set_file="./pre_processing_experiments/output_with_cleaning_without_stemming_without_lemmatizing_with_stop_words_removal_with_punctuation_removal_with_numbers_removal.json"# The path of the file which
79
+
data_set_file="./mozilla_firefox/pre_processing_experiments/output_without_cleaning_without_stemming_without_lemmatizing_without_stop_words_removal_without_punctuation_removal_without_numbers_removal.json"# The path of the file which
0 commit comments