zeynepgulhan
commited on
Commit
•
9bf45ac
1
Parent(s):
368df19
Update README.md
Browse files
README.md
CHANGED
@@ -124,7 +124,7 @@ def clean_text(text):
|
|
124 |
|
125 |
# Birden fazla boşluğu tek boşlukla değiştirme
|
126 |
text = re.sub(r'\s+', ' ', text).strip()
|
127 |
-
return
|
128 |
```
|
129 |
|
130 |
## Model Initialization
|
|
|
124 |
|
125 |
# Birden fazla boşluğu tek boşlukla değiştirme
|
126 |
text = re.sub(r'\s+', ' ', text).strip()
|
127 |
+
return text
|
128 |
```
|
129 |
|
130 |
## Model Initialization
|