Update links

This commit is contained in:
Ines Montani 2016-11-01 22:45:02 +01:00 committed by GitHub
parent 37a3772fff
commit f69dd4b75b
1 changed files with 3 additions and 3 deletions

View File

@ -239,9 +239,9 @@ Changelog
**✨ Major features and improvements** **✨ Major features and improvements**
* **NEW:** `custom processing pipelines <https://spacy.io/docs/tutorials/custom-pipelines>`_, to support deep learning workflows * **NEW:** `custom processing pipelines <https://spacy.io/docs/usage/customizing-pipeline>`_, to support deep learning workflows
* **NEW:** `Rule matcher <https://spacy.io/docs/tutorials/rule-based-matcher>`_ now supports entity IDs and attributes * **NEW:** `Rule matcher <https://spacy.io/docs/usage/rule-based-matching>`_ now supports entity IDs and attributes
* **NEW:** Official/documented `training APIs <https://spacy.io/docs/tutorials/training>`_ and `GoldParse` class * **NEW:** Official/documented `training APIs <https://github.com/explosion/spaCy/tree/master/examples/training>`_ and `GoldParse` class
* Download and use GloVe vectors by default * Download and use GloVe vectors by default
* Make it easier to load and unload word vectors * Make it easier to load and unload word vectors
* Improved rule matching functionality * Improved rule matching functionality