Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquan Pei committed Aug 1, 2014
1 parent 0aafb1b commit e4a04d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,4 @@ object Word2Vec extends Serializable with Logging {
minCount: Int): Word2VecModel = {
new Word2Vec(size,startingAlpha, window, minCount).fit(input)
}
}
}

0 comments on commit e4a04d3

Please sign in to comment.