Skip to content

Commit

Permalink
feat(corprep): add new stopwords configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 23, 2023
1 parent cf00d4c commit bb79233
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/corprep/conf/stopwords/__init__.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_target_: corprep.tokenizer.stopwords.Stopwords
name: stopwords
lowercase: true
stopwords:
stopwords_path:
nltk_stopwords_lang: english
verbose: False

0 comments on commit bb79233

Please sign in to comment.