From c478a2ccb6d87a687083eea8f8220c127f5b7a6e Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 27 Feb 2019 11:56:56 +0100 Subject: [PATCH] Update backwards incompat [ci skip] --- website/docs/usage/v2-1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/usage/v2-1.md b/website/docs/usage/v2-1.md index be3159a56..f97d9d283 100644 --- a/website/docs/usage/v2-1.md +++ b/website/docs/usage/v2-1.md @@ -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