Lisibonny commited on
Commit
cf0baed
1 Parent(s): df50d9e

Update preprocesamiento_articulos.py

Browse files
Files changed (1) hide show
  1. preprocesamiento_articulos.py +1 -1
preprocesamiento_articulos.py CHANGED
@@ -31,7 +31,7 @@ def remove_html_markup(s):
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
 
 
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