Spaces:
Sleeping
Sleeping
Update keywords_processor.py
Browse files- keywords_processor.py +1 -1
keywords_processor.py
CHANGED
|
@@ -7,7 +7,7 @@ def save_raw_text(main_text, other_texts):
|
|
| 7 |
output1_path = os.path.join(os.path.dirname(__file__), "output1.txt")
|
| 8 |
with open(output1_path, 'w', encoding='utf-8') as file:
|
| 9 |
file.write(combined_text)
|
| 10 |
-
return
|
| 11 |
|
| 12 |
if __name__ == "__main__":
|
| 13 |
import sys
|
|
|
|
| 7 |
output1_path = os.path.join(os.path.dirname(__file__), "output1.txt")
|
| 8 |
with open(output1_path, 'w', encoding='utf-8') as file:
|
| 9 |
file.write(combined_text)
|
| 10 |
+
return ""
|
| 11 |
|
| 12 |
if __name__ == "__main__":
|
| 13 |
import sys
|