mirror of https://github.com/explosion/spaCy.git
Update backwards incompat [ci skip]
This commit is contained in:
parent
e359bdd0e3
commit
c478a2ccb6
|
@ -249,6 +249,9 @@ if all of your models are up to date, you can run the
|
||||||
+ sentence_splitter = nlp.create_pipe("sentencizer")
|
+ sentence_splitter = nlp.create_pipe("sentencizer")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- The `is_sent_start` attribute of the first token in a `Doc` now correctly
|
||||||
|
defaults to `True`. It previously defaulted to `None`.
|
||||||
|
|
||||||
- The keyword argument `n_threads` on the `.pipe` methods is now deprecated, as
|
- The keyword argument `n_threads` on the `.pipe` methods is now deprecated, as
|
||||||
the v2.x models cannot release the global interpreter lock. (Future versions
|
the v2.x models cannot release the global interpreter lock. (Future versions
|
||||||
may introduce a `n_process` argument for parallel inference via
|
may introduce a `n_process` argument for parallel inference via
|
||||||
|
|
Loading…
Reference in New Issue