Spaces:
Sleeping
Sleeping
Update modules/text_analysis/semantic_analysis.py
Browse files
modules/text_analysis/semantic_analysis.py
CHANGED
|
@@ -20,6 +20,7 @@ logger = logging.getLogger(__name__)
|
|
| 20 |
# 4. Importaciones locales
|
| 21 |
from .stopwords import (
|
| 22 |
process_text,
|
|
|
|
| 23 |
get_custom_stopwords,
|
| 24 |
get_stopwords_for_spacy
|
| 25 |
)
|
|
|
|
| 20 |
# 4. Importaciones locales
|
| 21 |
from .stopwords import (
|
| 22 |
process_text,
|
| 23 |
+
clean_text,
|
| 24 |
get_custom_stopwords,
|
| 25 |
get_stopwords_for_spacy
|
| 26 |
)
|