DeathReaper0965 commited on
Commit
5c12781
1 Parent(s): 7cb6b7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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. If not let me know")
102
 
103
  ###########OUTPUT###########
104
- # 'Do you even know why I always need to change our checking account number? If not, let me know.'
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
  ```