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

Improve FastText documentation #2353

Merged
merged 40 commits into from
Jan 29, 2019
Merged

Improve FastText documentation #2353

merged 40 commits into from
Jan 29, 2019

Commits on Jan 24, 2019

  1. WIP: doco improvements

    doctest complains about vocabulary and training continuation
    mpenkov committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    18f5302 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. more doco

    mpenkov committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    b57a086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa0c9f View commit details
    Browse the repository at this point in the history
  3. flake8-docs updates

    mpenkov committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    d66f55c View commit details
    Browse the repository at this point in the history
  4. adding fixmes

    mpenkov committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    9696657 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. minor fixup

    mpenkov committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    3019bea View commit details
    Browse the repository at this point in the history
  2. review response

    mpenkov committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    74b740c View commit details
    Browse the repository at this point in the history
  3. Remove magic constant

    mpenkov committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    09ab630 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e728cb View commit details
    Browse the repository at this point in the history
  5. minor documentation fixes

    mpenkov committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    c435a8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c688877 View commit details
    Browse the repository at this point in the history
  7. review response

    mpenkov committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    677679c View commit details
    Browse the repository at this point in the history
  8. fix unit test

    mpenkov committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    29c5210 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    044d699 View commit details
    Browse the repository at this point in the history
  10. Revert "fix unit test"

    This reverts commit 29c5210.
    mpenkov committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    f9df136 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    cdc727a View commit details
    Browse the repository at this point in the history
  2. comment out pesky import

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    4ea3f06 View commit details
    Browse the repository at this point in the history
  3. fix typo

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    e532d62 View commit details
    Browse the repository at this point in the history
  4. improve tutorial notebook

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    931d3d7 View commit details
    Browse the repository at this point in the history
  5. minor documentation update

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    177c712 View commit details
    Browse the repository at this point in the history
  6. flake8-docs

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    bd83886 View commit details
    Browse the repository at this point in the history
  7. more doco fixes

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    11fabca View commit details
    Browse the repository at this point in the history
  8. fix example

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    2d490f0 View commit details
    Browse the repository at this point in the history
  9. git rm docs/fasttext-notes.md

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    9b6f8bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b5e161 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6aa013a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d2b562 View commit details
    Browse the repository at this point in the history
  13. review response: add emphasis

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    25b24c7 View commit details
    Browse the repository at this point in the history
  14. review response: add comment

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    b4e8405 View commit details
    Browse the repository at this point in the history
  15. review response: add example

    mpenkov committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    1fc9bf2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72ec312 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    29c4faf View commit details
    Browse the repository at this point in the history
  2. Update gensim/models/fasttext.py

    Co-Authored-By: mpenkov <penkov@pm.me>
    piskvorky and mpenkov authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    74410fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3456a4 View commit details
    Browse the repository at this point in the history
  4. clarify example

    mpenkov committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    96eab08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff72185 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9140cf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. flake8

    mpenkov committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    31c79c3 View commit details
    Browse the repository at this point in the history
  2. fix long lines

    mpenkov committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    2f479ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c48a7f3 View commit details
    Browse the repository at this point in the history