Skip to content

Commit

Permalink
CR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 1, 2015
1 parent f0fd13c commit c125c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private[feature] trait Word2VecBase extends Params
def getVectorSize: Int = $(vectorSize)

/**
* The window size (context words from [-window, window])
* The window size (context words from [-window, window]).
* @group param
*/
final val windowSize = new IntParam(
Expand Down

0 comments on commit c125c3b

Please sign in to comment.