Skip to content

Commit

Permalink
rephrase dimensions explaination
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedoepke committed Feb 28, 2019
1 parent a66ba4b commit c0e2d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ ner_spacy
Configure which dimensions, i.e. entity types, the spacy component
should extract. A full list of available dimensions can be found in
the `spacy documentation <https://spacy.io/api/annotation#section-named-entities>`_.
If the dimension option is not specified or set to None, all dimensions will be extracted.
Leaving the dimensions option unspecified will extract all available dimensions.

.. code-block:: yaml
Expand Down Expand Up @@ -678,7 +678,7 @@ ner_duckling_http
Configure which dimensions, i.e. entity types, the duckling component
should extract. A full list of available dimensions can be found in
the `duckling documentation <https://duckling.wit.ai/>`_.
If the dimension option is not specified or set to None, all dimensions will be extracted.
Leaving the dimensions option unspecified will extract all available dimensions.

.. code-block:: yaml
Expand Down

0 comments on commit c0e2d05

Please sign in to comment.