Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/everyai/data_loader/dataprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def split_remove_stopwords_punctuation(text: str, language="both") -> str:
Defaults to 'both'.

Returns:
str: Processed text with words split, punctuation removed,
str: Processed text with words split, punctuation removed,
and stopwords removed.
"""
if language.lower() in ["zh", "chinese"]:
Expand Down