Update backwards incompat [ci skip]

This commit is contained in:
Ines Montani 2019-02-27 11:56:56 +01:00
parent e359bdd0e3
commit c478a2ccb6
1 changed files with 3 additions and 0 deletions

View File

@ -249,6 +249,9 @@ if all of your models are up to date, you can run the
+ 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 v2.x models cannot release the global interpreter lock. (Future versions
may introduce a `n_process` argument for parallel inference via