Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eferos93 committed Oct 23, 2021
1 parent 90f47ae commit c4089a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/LatentSemanticIndexing_IRProject.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main/scala/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ package object project {

//transform the data
pipeline.fit(filteredCorpus).transform(filteredCorpus)
// :+ appends the element to the Seq, :_* will convert the Seq[String] to String*
.selectExpr(extraColumns :+ "stemNoStopWords.result": _*)
.withColumnRenamed("result", "tokens")
}
Expand Down

0 comments on commit c4089a4

Please sign in to comment.