mirror of https://github.com/explosion/spaCy.git
Fix link [ci skip]
This commit is contained in:
parent
089f44cc56
commit
3bd4da068e
|
@ -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
|
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
|
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
|
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.
|
details.
|
||||||
- Lemmatization tables (rules, exceptions, index and lookups) are now part of
|
- Lemmatization tables (rules, exceptions, index and lookups) are now part of
|
||||||
the `Vocab` and serialized with it. This means that serialized objects (`nlp`,
|
the `Vocab` and serialized with it. This means that serialized objects (`nlp`,
|
||||||
|
|
Loading…
Reference in New Issue