✨ Major features and improvements
- Rename new
pipeline
keyword argument ofspacy.load()
tocreate_pipeline
. - Rename new
vectors
keyword argument ofspacy.load()
toadd_vectors
.
🔴 Bug fixes
- Fix issue #544: Add
vocab.resize_vectors()
method, to support changing to vectors of different dimensionality. - Fix issue #536: Default probability was incorrect for OOV words.
- Fix issue #539: Unspecified encoding when opening some JSON files.
- Fix issue #541: GloVe vectors were being loaded incorrectly.
- Fix issue #522: Similarities and vector norms were calculated incorrectly.
- Fix issue #461:
ent_iob
attribute was incorrect after setting entities viadoc.ents
- Fix issue #459: Deserialiser failed on empty doc
- Fix issue #514: Serialization failed after adding a new entity label.