modified: dict-maker

modified:   vpn
This commit is contained in:
Your Name
2026-03-22 17:04:02 +00:00
parent 849c428aee
commit 94ab2092eb
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ import sys
from collections import defaultdict
from pathlib import Path
import argparse
import re
from typing import Pattern
REGEX: Pattern[str] = re.compile(r"...")
# ---- ensure spacy and model ----
try: