zeynepgulhan commited on
Commit
9bf45ac
1 Parent(s): 368df19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 example
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