aboutsummaryrefslogtreecommitdiffstats
path: root/devourer.py
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-19 19:54:35 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-19 19:54:35 +0000
commitfd6f77c7ec5aad1d6fe15f42f681820d10f34b93 (patch)
tree22aec3ae1d7ff778a648cf35854bae2a25c5d27a /devourer.py
parentpush before a new branch (diff)
downloaddevourer-fd6f77c7ec5aad1d6fe15f42f681820d10f34b93.tar.gz
devourer-fd6f77c7ec5aad1d6fe15f42f681820d10f34b93.zip
restructing. added a new service to handle the downloading
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."""