Spaces:
Build error
Build error
Update preprocesamiento_articulos.py
Browse files
preprocesamiento_articulos.py
CHANGED
@@ -31,7 +31,7 @@ def remove_html_markup(s):
|
|
31 |
|
32 |
return out
|
33 |
|
34 |
-
|
35 |
"""Remove URLs from a sample string"""
|
36 |
return re.sub(r"http\S+", "", s)
|
37 |
|
|
|
31 |
|
32 |
return out
|
33 |
|
34 |
+
def remove_URL(s):
|
35 |
"""Remove URLs from a sample string"""
|
36 |
return re.sub(r"http\S+", "", s)
|
37 |
|