-
Notifications
You must be signed in to change notification settings - Fork 287
Move dill to pickle #408
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
Move dill to pickle #408
Conversation
|
Standard file extension for pickle is |
|
Also remove dill from requirements.txt |
Done |
|
Does the tagger still working correctly / similar to when it was using dill? Looks like at least it pass one test at Line 49 in a4bbac9
But just to confirm. |
Add pos_tag test case To follow up in branch move-dill2pickle
It's working correctly. |
This pull request fixed #405