Update match_endofsentence to use NLTK sentence tokenizer

This commit is contained in:
Mark Backman
2025-07-21 23:04:52 -04:00
parent c33dfe8309
commit 26c937af87
4 changed files with 228 additions and 46 deletions

View File

@@ -25,6 +25,7 @@ dependencies = [
"docstring_parser~=0.16",
"loguru~=0.7.3",
"Markdown~=3.7",
"nltk>=3.9.1",
"numpy>=1.26.4",
"Pillow~=11.1.0",
"protobuf~=5.29.3",