From 39c8f7949ea5787eaddb964a5478144cf00d4342 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 8 Jul 2021 13:33:25 +1000 Subject: [PATCH] Add code preview for textcat_multilabel [ci skip] --- website/docs/api/textcategorizer.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/api/textcategorizer.md b/website/docs/api/textcategorizer.md index baa30ae01..923da0048 100644 --- a/website/docs/api/textcategorizer.md +++ b/website/docs/api/textcategorizer.md @@ -69,6 +69,10 @@ architectures and their arguments and hyperparameters. %%GITHUB_SPACY/spacy/pipeline/textcat.py ``` +```python +%%GITHUB_SPACY/spacy/pipeline/textcat_multilabel.py +``` + ## TextCategorizer.\_\_init\_\_ {#init tag="method"} > #### Example