StopWords remover in Scala Spark

后端 未结 0 358
南笙
南笙 2020-11-30 21:21

I have a problem in scala. I need to remove stopwords from an RDD[String] txt file.

val sc = new SparkContext(conf)

val tweetsPath = args(0)
val outputDatase         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题