Skip to content

Commit

Permalink
Merge pull request #1356 from fujiyuu75/docstring_fixes_doc2vec
Browse files Browse the repository at this point in the history
Fix a typo of docstring in Doc2Vec class
  • Loading branch information
menshikh-iv authored May 23, 2017
2 parents b5131ab + 72275b5 commit e156ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/models/doc2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def __init__(self, documents=None, dm_mean=None,
`dm_concat` = if 1, use concatenation of context vectors rather than sum/average;
default is 0 (off). Note concatenation results in a much-larger model, as the input
is no longer the size of one (sampled or arithmatically combined) word vector, but the
is no longer the size of one (sampled or arithmetically combined) word vector, but the
size of the tag(s) and all words in the context strung together.
`dm_tag_count` = expected constant number of document tags per document, when using
Expand Down

0 comments on commit e156ff9

Please sign in to comment.