alteryx / alteryx/nlp_primitives

Allow users to specify which language to use when removing stop words in the LSA primitive

オープン
#190 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。