Remove common stopwords in English (optionally support multiple languages).
Example: "This is a simple example" → "simple example"
Instructions:
- Create the function in cleaners.py
- See and follow the used pattern
- Write test cases.
- Please do update the documentation too, github link: documentation link
Remove common stopwords in English (optionally support multiple languages).
Example: "This is a simple example" → "simple example"
Instructions: