Skip to content

Instantly share code, notes, and snippets.

@bhanpuramufaddal
Created June 18, 2023 07:09
Show Gist options
  • Select an option

  • Save bhanpuramufaddal/b773b3ee8097c703332d65085173e8cc to your computer and use it in GitHub Desktop.

Select an option

Save bhanpuramufaddal/b773b3ee8097c703332d65085173e8cc to your computer and use it in GitHub Desktop.
Stopwords in different languages
# 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