Skip to content

Commit

Permalink
Fix reference to old stopwords list in neologisms preset
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Aug 30, 2024
1 parent 4ba872b commit 6ae964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processors/presets/neologisms.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_processor_pipeline(self):
"lemmatise": False,
"docs_per": timeframe,
"columns": columns,
"filter": ["wordlist-googlebooks-english", "stopwords-iso-all"]
"filter": ["wordlist-googlebooks-english", "stopwords-iso-en"]
}
},
# then, create vectors for those tokens
Expand Down

0 comments on commit 6ae964a

Please sign in to comment.