Skip to content

Commit d53b3c8

Browse files
authored
fix(docs): point stopwords link to GitHub repo instead of inactive website (#3296)
1 parent c813cc3 commit d53b3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ Updating stop words will re-index all documents in the index, which can take som
21272127
<Tip>
21282128
Stop words are strongly related to the language used in your dataset. For example, most datasets containing English documents will have countless occurrences of `the` and `of`. Italian datasets, instead, will benefit from ignoring words like `a`, `la`, or `il`.
21292129

2130-
[This website maintained by a French developer](https://sites.google.com/site/kevinbouge/stopwords-lists) offers lists of possible stop words in different languages. Note that, depending on your dataset and use case, you will need to tweak these lists for optimal results.
2130+
[This open-source project on GitHub](https://github.com/stopwords-iso/stopwords-iso) offers lists of possible stop words in different languages. Note that, depending on your dataset and use case, you will need to tweak these lists for optimal results.
21312131
</Tip>
21322132

21332133
### Get stop words

0 commit comments

Comments
 (0)