Fix link [ci skip]

This commit is contained in:
Ines Montani 2019-09-29 17:30:38 +02:00
parent 089f44cc56
commit 3bd4da068e
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ check if all of your models are up to date, you can run the
and it's now 10× faster. The rewrite also resolved a few subtle bugs
with very large terminology lists. So if you were matching large lists, you
may see slightly different results however, the results should now be fully
correct. See [this PR](https://github.com/explosion/spaCy/pulls/4309) for more
correct. See [this PR](https://github.com/explosion/spaCy/pull/4309) for more
details.
- Lemmatization tables (rules, exceptions, index and lookups) are now part of
the `Vocab` and serialized with it. This means that serialized objects (`nlp`,