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

[MRG] Wrapper for FastText #847

Merged
merged 62 commits into from
Jan 24, 2017
Merged

[MRG] Wrapper for FastText #847

merged 62 commits into from
Jan 24, 2017

Commits on Sep 12, 2016

  1. updated refactor

    droudy authored and jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    55a4fc9 View commit details
    Browse the repository at this point in the history
  2. commit missed file

    droudy authored and jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    e916f7e View commit details
    Browse the repository at this point in the history
  3. docstring added

    droudy authored and jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    e5416ed View commit details
    Browse the repository at this point in the history
  4. more refactoring

    droudy authored and jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    e64766b View commit details
    Browse the repository at this point in the history
  5. add missing docstring

    droudy authored and jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    c34cf37 View commit details
    Browse the repository at this point in the history
  6. fix docstring format

    droudy authored and jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    c9b31f9 View commit details
    Browse the repository at this point in the history
  7. clearer docstring

    droudy authored and jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    a0329af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c0e2fa View commit details
    Browse the repository at this point in the history
  9. pyemd error in keyedvecs

    jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    cdefeb0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1aec5a2 View commit details
    Browse the repository at this point in the history
  11. bug in init_sims in word2vec

    jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    e7368a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe283c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b36bc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dfe1893 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4a03f20 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    09b6ebe View commit details
    Browse the repository at this point in the history
  17. tests and fix for accuracy

    jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    7df4138 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4c54d9b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a28f9f1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bf1182e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5a6b97b View commit details
    Browse the repository at this point in the history
  22. renames kv to wv in word2vec

    jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    cfb2e1c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b002765 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    27c0a14 View commit details
    Browse the repository at this point in the history
  25. adds changelog

    jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    81f8cbb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aa7e632 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c780b9b View commit details
    Browse the repository at this point in the history
  28. tests for fasttext wrapper

    jayantj committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    ccf5a47 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    708113b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b7de266 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4d3d251 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f2d13ce View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3777423 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    6e20834 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Merge branch 'develop' into fasttext

    Conflicts:
    	CHANGELOG.md
    	gensim/models/keyedvectors.py
    	gensim/models/word2vec.py
    	gensim/test/test_similarities.py
    	gensim/test/test_word2vec.py
    jayantj committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    564ea0d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    caeb275 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. more fasttext wrapper tests

    jayantj committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    784ffbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20fe6f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b9483b View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Merge branch 'develop' into fasttext

    Conflicts:
    	CHANGELOG.md
    	gensim/models/word2vec.py
    jayantj committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    f5cdfb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700dd26 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Configuration menu
    Copy the full SHA
    d30ea56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6e538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a5d07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734057b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56d89e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc51096 View commit details
    Browse the repository at this point in the history
  7. adds fasttext test models

    jayantj committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    bb48663 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Configuration menu
    Copy the full SHA
    b58dd53 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Configuration menu
    Copy the full SHA
    461a6b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9137090 View commit details
    Browse the repository at this point in the history
  3. Revert "updates keyedvector load tests to use actual values"

    This reverts commit 6e20834.
    
    Conflicts:
    	gensim/test/test_word2vec.py
    jayantj committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    e5ae899 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into fasttext

    Conflicts:
    	gensim/models/word2vec.py
    jayantj committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    b98b40f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eb8f75 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Configuration menu
    Copy the full SHA
    27bec7b View commit details
    Browse the repository at this point in the history
  2. minor doc updates

    jayantj committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    ef0e1e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab07ef9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f37b04 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. minor doc + pep8 updates

    jayantj committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    b2ff794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0874a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7bceb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    dee9f97 View commit details
    Browse the repository at this point in the history