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

Fix citation of Mikolov paper #2098

Closed
wants to merge 2 commits into from

Conversation

davidchall
Copy link

The default scorer used by the phraser is Equation 6 from https://arxiv.org/pdf/1310.4546.pdf

I've updated citations in the gensim documentation to reflect this. I also fixed a typo in the docstring, which led to an incorrect formula.

@menshikh-iv
Copy link
Contributor

Thanks for contribution @davidchall, this will be fixed as part of #2096.

menshikh-iv pushed a commit that referenced this pull request Jun 22, 2018
* doc fixes

* doc fixes to matutils

* docsim doc fixes

* doc fixes to interfaces module

* doc fixes to Dictionary

* doc fixes to MatrixMarket classes

* doc fixes to WikiCorpus

* minor code style changes in HashDictionary

* fixing TfidfModel bugs + docs

* fixes to phrases docs

* fix PEP8

* fix documentation building

* cleanup mmcorpus-related

* cleanup dictionary

* cleanup hashdictionary

* cleanup wikicorpus

* cleanup interfaces

* cleanup matutils

* rename smartirs signature

* minor docs style fixes

* regenerate *.c for mmreader (after last Radim fix)

* fix bool parameters

* regenerate _mmreader.c again

* cleanup phrases

* cleanup utils

* Fix paper for phrases according to #2098, catch by @davidchall

* cleanup docsim

* - cleanup tfidfmodel
- fix bug in smartirs_normalize (old version correct!)
- remove persistence test & remove old models from repo (by rename reason)

* typo fix

* add back smartirs tests

* retrying saved test files
@davidchall davidchall deleted the citation-fix branch July 24, 2018 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants