Created
June 18, 2023 07:09
-
-
Save bhanpuramufaddal/b773b3ee8097c703332d65085173e8cc to your computer and use it in GitHub Desktop.
Stopwords in different languages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Reference | |
| # https://advertools.readthedocs.io/en/master/advertools.stopwords.html | |
| # install using 'pip install advertools' | |
| import advertools as adv | |
| adv.stopwords.keys() | |
| # languages supported | |
| stopwords = adv.stopwords['japanese'] | |
| # returns list of stopwords in japanese |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment