lynn-twinkl
commited on
Commit
·
fca167e
1
Parent(s):
82e0bc6
Changed function name
Browse files- src/preprocess_text.py +1 -1
src/preprocess_text.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import string
|
| 2 |
|
| 3 |
-
def
|
| 4 |
"""
|
| 5 |
This function normalises text for later use in
|
| 6 |
a machine learning pipeline
|
|
|
|
| 1 |
import string
|
| 2 |
|
| 3 |
+
def normalise_text(text):
|
| 4 |
"""
|
| 5 |
This function normalises text for later use in
|
| 6 |
a machine learning pipeline
|