Add spaCy support for improved sentence segmentation, possible fix for #91

This commit is contained in:
Deniz Şafak
2025-11-28 00:49:36 +03:00
parent 290c265d5e
commit 5ef2612df6
6 changed files with 537 additions and 244 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ dependencies = [
"charset_normalizer>=3.4.1",
"chardet>=5.2.0",
"static_ffmpeg>=2.13",
"Markdown>=3.9"
"Markdown>=3.9",
"spacy>=3.8.7"
]
classifiers = [