alteryx / alteryx/nlp_primitives
Allow users to specify which language to use when removing stop words in the LSA primitive
オープン
- 主要言語
- Python
- スター
- 37
- フォーク
- 13
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The LSA primitive applies a cleaning step that removes stop words. Currently this is hard-coded to remove English stop words:
```
swords = set(nltk.corpus.stopwords.words("english"))
```
The primitive should be updated to allow users to specify other languages that are supported by nltk so the primitive functions properly on natural language columns that are not in English.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。