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

Separate tokenizer from hasher #162

Merged
merged 43 commits into from
Mar 5, 2018

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    96d2f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b112f View commit details
    Browse the repository at this point in the history
  3. Run tests in deep directories

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    010605c View commit details
    Browse the repository at this point in the history
  4. Separate stemmer from hasher

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    b66ac69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3188c52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f60a6b View commit details
    Browse the repository at this point in the history
  7. Fix usage of Stopword filter

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    6b433ee View commit details
    Browse the repository at this point in the history
  8. Add tests for Tokenizer::Token

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    10d3e3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19d83d9 View commit details
    Browse the repository at this point in the history
  10. Remove needless conversion

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    91523e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d84caa9 View commit details
    Browse the repository at this point in the history
  12. Fix indent

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    9df9bfa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    164620c View commit details
    Browse the repository at this point in the history
  14. Revert "Insert seaparator blank lines between meaningful blocks"

    This reverts commit 07cf360.
    Rollback.
    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    b30c9c5 View commit details
    Browse the repository at this point in the history
  15. Revert "Fix indent"

    This reverts commit 07e6807.
    Rollback.
    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    c6c88a5 View commit details
    Browse the repository at this point in the history
  16. Revert "Unite stemmer and stopword filter to whitespace tokenizer"

    This reverts commit f256337.
    They should be used separatedly.
    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    56fe374 View commit details
    Browse the repository at this point in the history
  17. Fix indent

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    a27c4f3 View commit details
    Browse the repository at this point in the history
  18. Use meaningful variable name

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d7b2519 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    67caa82 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ce7bca0 View commit details
    Browse the repository at this point in the history
  21. Uniform coding style

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d0bdd5b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0647ba7 View commit details
    Browse the repository at this point in the history
  23. Fix invalid URI

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d83fc80 View commit details
    Browse the repository at this point in the history
  24. Don't give needless parameters

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    65dc97d View commit details
    Browse the repository at this point in the history
  25. Load required modules

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    a5d8f4d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1a105ef View commit details
    Browse the repository at this point in the history
  27. Fix path to modules

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    52e61f2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    148a150 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8fe32d3 View commit details
    Browse the repository at this point in the history
  30. Fix path to required module

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    2477ef1 View commit details
    Browse the repository at this point in the history
  31. Remove needless parameter

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    6880ba5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a9b9639 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    35c304e View commit details
    Browse the repository at this point in the history
  34. Remove needless "s"

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    829a176 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    751b15b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    932a0a1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    14af4d0 View commit details
    Browse the repository at this point in the history
  38. Fix usage of custom tokenizer

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    3c59f44 View commit details
    Browse the repository at this point in the history
  39. Add note for custom tokenizer

    piroor committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d856224 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b82e68d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    958d3a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bceef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81824f5 View commit details
    Browse the repository at this point in the history