Commit ·
5c12781
1
Parent(s): 7cb6b7a
Update README.md
Browse files
README.md
CHANGED
|
@@ -98,8 +98,8 @@ def split_and_correct_context(sent):
|
|
| 98 |
return final_sents
|
| 99 |
|
| 100 |
|
| 101 |
-
split_and_correct_context("Do you even know why I always need changed our checking account number.
|
| 102 |
|
| 103 |
###########OUTPUT###########
|
| 104 |
-
# 'Do you even know why I always need to change our checking account number?
|
| 105 |
```
|
|
|
|
| 98 |
return final_sents
|
| 99 |
|
| 100 |
|
| 101 |
+
split_and_correct_context("Do you even know why I always need changed our checking account number. Because of the securty purpos.")
|
| 102 |
|
| 103 |
###########OUTPUT###########
|
| 104 |
+
# 'Do you even know why I always need to change our checking account number? Because of the security purpose.'
|
| 105 |
```
|