Spaces:
Sleeping
Sleeping
Update claim_extraction.py
Browse files
modules/claim_extraction.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
import logging
|
| 2 |
import time
|
| 3 |
import re
|
| 4 |
-
from langdetect import detect
|
| 5 |
-
import spacy
|
| 6 |
|
| 7 |
from utils.performance import PerformanceTracker
|
| 8 |
from utils.models import get_nlp_model, get_llm_model
|
|
|
|
| 1 |
import logging
|
| 2 |
import time
|
| 3 |
import re
|
|
|
|
|
|
|
| 4 |
|
| 5 |
from utils.performance import PerformanceTracker
|
| 6 |
from utils.models import get_nlp_model, get_llm_model
|