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

Loading fastText models using only bin file #1341

Merged
merged 34 commits into from
Jun 28, 2017

Commits on May 22, 2017

  1. french wiki issue resolved

    Prakhar Pratyush committed May 22, 2017
    Configuration menu
    Copy the full SHA
    7759a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12b4fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8025710 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. updating with lastest codes and resolving conflicts

    Prakhar Pratyush committed May 23, 2017
    Configuration menu
    Copy the full SHA
    7ee83d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim

    …into french
    Prakhar Pratyush committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    041a6e9 View commit details
    Browse the repository at this point in the history
  2. added test from bin only loading

    Prakhar Pratyush committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    22c6710 View commit details
    Browse the repository at this point in the history
  3. [WIP] loading bin only

    Prakhar Pratyush committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    61be613 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. word vec from its ngrams

    Prakhar Pratyush committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    e11ac44 View commit details
    Browse the repository at this point in the history
  2. [WIP] word vec from ngrams

    Prakhar Pratyush committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    a63a3bc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim

    …into french
    Prakhar Pratyush committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    f80410f View commit details
    Browse the repository at this point in the history
  2. [WIP] getting syn0 from all n-grams

    Prakhar Pratyush committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    454d74e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6b0d8b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. cleaned up test code

    Prakhar Pratyush committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    9b03ea3 View commit details
    Browse the repository at this point in the history
  2. added docstring for bin_only

    Prakhar Pratyush committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    c496be9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Merge branch 'ft_oov_fix' of https://github.com/jayantj/gensim into f…

    …rench
    Prakhar Pratyush committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    2c4a8dd View commit details
    Browse the repository at this point in the history
  2. resolved wiki.fr issue

    Prakhar Pratyush committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    d2ab903 View commit details
    Browse the repository at this point in the history
  3. pep8 fixes

    Prakhar Pratyush committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    82507d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim

    …into french
    Prakhar Pratyush committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    c44b958 View commit details
    Browse the repository at this point in the history
  2. default bin file loading only

    Prakhar Pratyush committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    0fc1159 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. logging info modified plus changes a/c review

    Prakhar Pratyush committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    f421b05 View commit details
    Browse the repository at this point in the history
  2. removed unused code in fasttext.py

    Prakhar Pratyush committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    68ec73b View commit details
    Browse the repository at this point in the history
  3. removed unused codes and vec files from test

    Prakhar Pratyush committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    f7b372e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. added lee_fasttext vec files again

    Prakhar Pratyush committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    5f7fe02 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. re-added removed files and unused codes

    Prakhar Pratyush committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    8bd56cf View commit details
    Browse the repository at this point in the history
  2. added file name in logging info

    Prakhar Pratyush committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    b916187 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. removing unused load_word2vec_format code

    Prakhar Pratyush committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    1a0bfc0 View commit details
    Browse the repository at this point in the history
  2. updated logging info and comments

    Prakhar Pratyush committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    98e0287 View commit details
    Browse the repository at this point in the history
  3. input file name with or without .bin both accepted

    Prakhar Pratyush committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    f3d2032 View commit details
    Browse the repository at this point in the history
  4. resolved typo mistake

    Prakhar Pratyush committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    bd7e7f6 View commit details
    Browse the repository at this point in the history
  5. test for file name

    Prakhar Pratyush committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    800cd01 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Configuration menu
    Copy the full SHA
    a15233a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    431aebf View commit details
    Browse the repository at this point in the history
  3. removes redundant .vec files

    jayantj committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    e52fee4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

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