Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13375#discussion_r64994783
  
    --- Diff: docs/ml-features.md ---
    @@ -251,11 +251,12 @@ frequently and don't carry as much meaning.
     `StopWordsRemover` takes as input a sequence of strings (e.g. the output
     of a [Tokenizer](ml-features.html#tokenizer)) and drops all the stop
     words from the input sequences. The list of stopwords is specified by
    -the `stopWords` parameter.  We provide [a list of stop
    -words](http://ir.dcs.gla.ac.uk/resources/linguistic_utils/stop_words) by
    -default, accessible by calling `getStopWords` on a newly instantiated
    -`StopWordsRemover` instance. A boolean parameter `caseSensitive` indicates
    -if the matches should be case sensitive (false by default).
    +the `stopWords` parameter. Default stop words for some languages are 
provided
    +("danish", "dutch", "english", "finnish", "french", "german", "hungarian", 
"italian",
    --- End diff --
    
    Languages should be like `Danish, Dutch, ...`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to