This commit is contained in:
unknown
2025-08-03 19:08:07 -07:00
parent 2cf365fc4a
commit 8f2ef64c76
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
25.8.3
25.8.4

View File

@@ -677,7 +677,6 @@ def filter_chapter(doc, lang, lang_iso1, tts_engine, stanza_nlp, is_num2words_co
# Check if there are positive integers so possible date to convert
if bool(re.search(r'\b\d+\b', text)):
date_spans = get_date_entities(text, stanza_nlp)
print(f'date spans: {date_spans}')
if date_spans:
result = []
last_pos = 0