Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg authored and EFord36 committed Nov 3, 2023
1 parent 45cf7bd commit f74e7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/default_pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://allenai.github.io/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
Expand Down

0 comments on commit f74e7ef

Please sign in to comment.