aboutsummaryrefslogtreecommitdiffstats
path: root/devourer.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devourer/devourer.py (renamed from devourer.py)1
1 files changed, 1 insertions, 0 deletions
diff --git a/devourer.py b/devourer/devourer.py
index 34185ae..e754538 100644
--- a/devourer.py
+++ b/devourer/devourer.py
@@ -159,6 +159,7 @@ def pdfToText(url: str) -> str:
return ""
+# FIXME doesnt work for long texts
def summarizeText(text: str) -> str:
"""Summarize the given text using bart."""