Skip to content

Remove stopwords (remote stopword list)¤

Removes stopwords from all values. The stopword list is retrieved via a http connection (e.g. https://sites.google.com/site/kevinbouge/stopwords-lists/stopwords_de.txt). Each line in the stopword list contains a stopword. The separator defines a regex that is used for detecting words.

Parameter¤

Stop word list url¤

No description

  • Datatype: string
  • Default Value: None

Separator¤

No description

  • Datatype: string
  • Default Value: [\s-]+

Comments