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

Add pickling support for Python tokenizers #73

Merged
merged 8 commits into from
Jun 12, 2020
Merged

Add pickling support for Python tokenizers #73

merged 8 commits into from
Jun 12, 2020

Commits on Jun 11, 2020

  1. WIP pickle

    rth committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    e10b258 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Pickle support in tokenizers

    rth committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    33c11ca View commit details
    Browse the repository at this point in the history
  2. Better tests

    rth committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a6c71e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a43c5fb View commit details
    Browse the repository at this point in the history
  4. Also include PunctuationTokenizer

    rth committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    e190aa6 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    rth committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    4b4494b View commit details
    Browse the repository at this point in the history
  6. Pickling SnowballStemmer

    rth committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    285415d View commit details
    Browse the repository at this point in the history
  7. Lint

    rth committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    2949f07 View commit details
    Browse the repository at this point in the history