spaCy/.github
Joshua Smith e8420ab2b7 Added support for serializing overwrite and ent_id_sep (#3918)
* Perserve flags in EntityRuler

The EntityRuler (explosion/spaCy#3526) does not preserve
overwrite flags (or `ent_id_sep`) when serialized.  This
commit adds support for serialization/deserialization preserving
overwrite and ent_id_sep flags.

* add signed contributor agreement

* flake8 cleanup

mostly blank line issues.

* mark test from the issue as needing a model

The test from the issue needs some language model for serialization
but the test wasn't originally marked correctly.

* remove unneeded model loading

The model didn't need to be loaded, and I replaced it with
a change that doesn't require it (using existings fixtures)

* change tempdir handling to be compatible with python 2.7

* Adds code to handle item saved before this change.

This code chanes how the save files are handled and how the bytes
are stored as well.  This code adds check to dispatch correctly
if it encounters bytes or files saved in the old format (and tests
for those cases).

* use util function for tempdir management

Updated after PR comments: this code now uses the make_tempdir function from util
instead of doing it by hand.
2019-07-08 17:28:28 +02:00
..
contributors Added support for serializing overwrite and ent_id_sep (#3918) 2019-07-08 17:28:28 +02:00
ISSUE_TEMPLATE Documentation improvement regarding joblib and SO (#2867) 2018-10-24 15:19:17 +02:00
CONTRIBUTOR_AGREEMENT.md Made changes suggested by @ines 2019-03-20 07:43:19 +05:30
ISSUE_TEMPLATE.md Documentation improvement regarding joblib and SO (#2867) 2018-10-24 15:19:17 +02:00
lock.yml Add lock-threads configuration [ci skip] 2018-05-07 18:54:22 +02:00
no-response.yml Add config for no-response [ci skip] 2018-05-07 22:04:54 +02:00
PULL_REQUEST_TEMPLATE.md Update pull request template 2017-10-24 21:49:11 +02:00