This commit is contained in:
samiabat 2025-03-25 03:19:51 +03:00
parent cff6b9508b
commit 2b3a40338c

3
api.py
View File

@ -173,6 +173,9 @@ import config as global_config
import logging import logging
import subprocess import subprocess
import nltk
nltk.download('averaged_perceptron_tagger_eng')
class DefaultRefer: class DefaultRefer:
def __init__(self, path, text, language): def __init__(self, path, text, language):