From f74e7efb29d10cb7b4838e00da6ec085caff4e6f Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 3 Nov 2023 15:44:50 +0100 Subject: [PATCH] fix typo --- docs/default_pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/default_pipeline.rst b/docs/default_pipeline.rst index 435980f7..0781cc40 100644 --- a/docs/default_pipeline.rst +++ b/docs/default_pipeline.rst @@ -75,7 +75,7 @@ Note that other steps are available in Kazu which are not used in the default pi - :py:class:`~kazu.steps.other.stanza.StanzaStep` for high accuracy sentence-segmentation (note that this does slow the pipeline down considerably, hence why it's not in by default). - :py:class:`~kazu.steps.ner.spacy_ner.SpacyNerStep` for using a generic spaCy pipeline (such as `scispacy `_) for Named Entity Recognition. -Some of these require additional dependencies which are not included in the default installion of kazu. You can get all of these dependencies with: +Some of these require additional dependencies which are not included in the default installation of kazu. You can get all of these dependencies with: .. code-block:: console