From 3bd4da068e3be328b3ef6effe6c35c38d3522db1 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 29 Sep 2019 17:30:38 +0200 Subject: [PATCH] Fix link [ci skip] --- website/docs/usage/v2-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/v2-2.md b/website/docs/usage/v2-2.md index 3b53a3945..d256037ac 100644 --- a/website/docs/usage/v2-2.md +++ b/website/docs/usage/v2-2.md @@ -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`,