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

load_vectors should accept arbitrary space characters as word tokens #836

Merged
merged 4 commits into from
Feb 16, 2017

Commits on Feb 16, 2017

  1. load_vectors should accept arbitrary space characters as word tokens

    Fix bug  #834
    Raphaël Bournhonesque committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    3fd2742 View commit details
    Browse the repository at this point in the history
  2. Remove useless import

    Raphaël Bournhonesque committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    e17dc2d View commit details
    Browse the repository at this point in the history
  3. Add regression test with non ' ' space character as token

    Raphaël Bournhonesque committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    3ba1096 View commit details
    Browse the repository at this point in the history
  4. Fix test failure by using unicode literals

    Raphaël Bournhonesque committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    06a71d2 View commit details
    Browse the repository at this point in the history