update readme
Browse files
README.md
CHANGED
|
@@ -84,7 +84,7 @@ Clean text using below function:
|
|
| 84 |
import re
|
| 85 |
|
| 86 |
def clean_text(text):
|
| 87 |
-
# Metindeki
|
| 88 |
text = remove_circumflex(text)
|
| 89 |
# Metni küçük harfe dönüştürme
|
| 90 |
text = turkish_lower(text)
|
|
|
|
| 84 |
import re
|
| 85 |
|
| 86 |
def clean_text(text):
|
| 87 |
+
# Metindeki şapkalı harfleri kaldırma
|
| 88 |
text = remove_circumflex(text)
|
| 89 |
# Metni küçük harfe dönüştürme
|
| 90 |
text = turkish_lower(text)
|