Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor documentation for *2Vec models #1944

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
feb3c32
Remove useless methods
steremma Feb 28, 2018
52eb1b3
started working on docstrings
steremma Feb 28, 2018
cb7b71a
more work done
steremma Feb 28, 2018
347cdb0
Finished documentation for the `BaseWordEmbeddingsModel
steremma Mar 1, 2018
327afc5
PEP-8
steremma Mar 1, 2018
bb8e3a3
Revert "Remove useless methods"
steremma Mar 2, 2018
7e89ca9
added documentation for the class and all its helper methods
steremma Mar 5, 2018
e0fe665
remove duplicated type info
steremma Mar 5, 2018
8aa85bc
Added documentation for `Doc2vec` model and all its helper methods
steremma Mar 5, 2018
7c74a4c
Fixed paper references and added documentation for –Doc2VecVocab
steremma Mar 6, 2018
e92b9b4
Fixed paper references
steremma Mar 6, 2018
9093eab
minor referencing fixes
steremma Mar 6, 2018
c07afa4
sphinx identation
steremma Mar 6, 2018
4a14a3e
Added docstrings for the private methods in `BaseAny2Vec`
steremma Mar 8, 2018
a7f3f0e
Applied all code review corrections, example fix still pending
steremma Mar 8, 2018
69d524d
Added missing docstrings
steremma Mar 12, 2018
4707c37
Fixed `int {1, 0}` -> `{1, 0}`
steremma Mar 12, 2018
3a85ac5
Fixed examples and code review corrections
steremma Mar 12, 2018
f041cf1
Fixed examples and applied code review corrections (optional argument…
steremma Mar 14, 2018
8badb81
Applied code review corrections and added top level usage examples
steremma Mar 14, 2018
8a8e1fb
Added high level explanation of the class hierarchy, fixed code revie…
steremma Mar 14, 2018
a5dced2
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim…
steremma Mar 19, 2018
535dc15
Final identation fixes
steremma Mar 19, 2018
1cc8889
Documentation fixes
steremma Mar 19, 2018
add686e
Fixed all examples
steremma Mar 19, 2018
7cb408c
delete redundant reference to module
steremma Mar 20, 2018
5b6d815
Added explanation for all important class attributes. These include s…
steremma Mar 21, 2018
f58e9a2
documented public cython functions
steremma Mar 29, 2018
6570cef
documented public cython functions in doc2vec
steremma Mar 29, 2018
0e8d299
Applied code review corrections
steremma Mar 30, 2018
86a6d23
added documentation for public cython methods in `fasttext`
steremma Apr 2, 2018
dc2f93e
added documentation for C functions in the word2vec
steremma Apr 3, 2018
f78348f
fix build issues
menshikh-iv Apr 11, 2018
cec8c44
add missing rst
menshikh-iv Apr 11, 2018
585f81f
fix base_any2vec
menshikh-iv Apr 13, 2018
b5d84ff
fix doc2vec[1]
menshikh-iv Apr 13, 2018
6f32e78
fix doc2vec[2]
menshikh-iv Apr 13, 2018
2e3a0b7
fix doc2vec[3ъ
menshikh-iv Apr 13, 2018
297b48e
Merge branch 'develop' into document-any2vec
menshikh-iv Apr 13, 2018
2d9616c
fix doc2vec[4]
menshikh-iv Apr 18, 2018
2fcd2f1
fix doc2vec_inner + remove unused imports
menshikh-iv Apr 18, 2018
7cbbac9
fix fasttext[1]
menshikh-iv Apr 18, 2018
0e9e6c5
reformat example sections
menshikh-iv Apr 18, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading