We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfc9fe commit 53f97b7Copy full SHA for 53f97b7
mllib/src/test/scala/org/apache/spark/ml/feature/StopWordsRemoverSuite.scala
@@ -65,7 +65,7 @@ class StopWordsRemoverSuite extends SparkFunSuite with MLlibTestSparkContext {
65
}
66
67
test("StopWordsRemover with additional words") {
68
- val stopWords = StopWords.EnglishStopWords ++ Array("python", "scala")
+ val stopWords = StopWords.ENGLISH_STOP_WORDS ++ Array("python", "scala")
69
val remover = new StopWordsRemover()
70
.setInputCol("raw")
71
.setOutputCol("filtered")
0 commit comments