Skip to content

Commit 0ce2405

Browse files
update readme
1 parent c4c5781 commit 0ce2405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleaner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def stem_text(text, stemmer='snowball'):
114114
def remove_single_char_word(text):
115115
"""
116116
Remove single character word from text
117-
Example: I am in a home for 2 years => am in home for
117+
Example: I am in a home for 2 years => am in home for years
118118
Args:
119119
text (str): text
120120

0 commit comments

Comments
 (0)