Spaces:
Sleeping
Sleeping
Update src/text_processing.py
Browse files- src/text_processing.py +1 -1
src/text_processing.py
CHANGED
@@ -131,7 +131,7 @@ def text_processing(file_path, analysis_level='basic', writting_style='academic'
|
|
131 |
explanations = generate_explaination_for_chunks(semantic_chunks, analysis_level=analysis_level, writting_style = writting_style, word_lower_limit = word_lower_limit, word_upper_limit=word_upper_limit)
|
132 |
|
133 |
# Tạo thư mục nếu chưa tồn tại
|
134 |
-
output_dir = "./
|
135 |
os.makedirs(output_dir, exist_ok=True)
|
136 |
|
137 |
# Lưu từng câu vào file riêng biệt
|
|
|
131 |
explanations = generate_explaination_for_chunks(semantic_chunks, analysis_level=analysis_level, writting_style = writting_style, word_lower_limit = word_lower_limit, word_upper_limit=word_upper_limit)
|
132 |
|
133 |
# Tạo thư mục nếu chưa tồn tại
|
134 |
+
output_dir = "./"
|
135 |
os.makedirs(output_dir, exist_ok=True)
|
136 |
|
137 |
# Lưu từng câu vào file riêng biệt
|