From 6db647dfe03172dc2307476eb56a88e535a21312 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 7 Jul 2021 08:43:33 +0200 Subject: [PATCH] Update v3.1 usage docs --- website/docs/usage/v3-1.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/website/docs/usage/v3-1.md b/website/docs/usage/v3-1.md index da6fa6070..1bac8fd81 100644 --- a/website/docs/usage/v3-1.md +++ b/website/docs/usage/v3-1.md @@ -68,7 +68,11 @@ that proposes candidate spans, which may or may not overlap, and a labeler model that predicts zero or more labels for each candidate. The predicted spans are available via the [`Doc.spans`](/api/doc#spans) container. - + + +This project trains a span categorizer for Indonesian NER. + + @@ -307,3 +311,10 @@ provide warnings if the source and target pipelines don't contain the same vectors. If you are sourcing a rule-based component like an entity ruler or lemmatizer that does not use the vectors as a model feature, then this warning can be safely ignored. + +### Warnings {#warnings} + +Logger warnings have been converted to Python warnings. Use +[`warnings.filterwarnings`](https://docs.python.org/3/library/warnings.html#warnings.filterwarnings) +or the new helper method `spacy.errors.filter_warning(action, error_msg='')` to +manage warnings.