Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Aug 15, 2019
1 parent 4e65ac3 commit 86051f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/nlu/choosing-a-pipeline.rst
Expand Up @@ -256,8 +256,8 @@ To use the ``pretrained_embeddings_spacy`` template:
.. literalinclude:: ../../sample_configs/config_pretrained_embeddings_spacy.yml
:language: yaml

See :ref:`pretrained-word-vectors` for supported values for ``language`` and instructions
on how to link your own. To use the components and configure them separately:
See :ref:`pretrained-word-vectors` for more information about loading spacy language models.
To use the components and configure them separately:

.. code-block:: yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/nlu/language-support.rst
Expand Up @@ -58,7 +58,7 @@ spaCy
~~~~~

With the ``pretrained_embeddings_spacy`` :ref:`pipeline <section_pretrained_embeddings_spacy_pipeline>`, you can use spaCy's
`pre-trained language models <https://spacy.io/docs/usage/adding-languages>`_ or load fastText vectors, which are available
`pre-trained language models <https://spacy.io/usage/models#languages>`_ or load fastText vectors, which are available
for `hundreds of languages <https://github.com/facebookresearch/fastText/blob/master/docs/crawl-vectors.md>`_. If you want
to incorporate a custom model you've found into spaCy, check out their page on
`adding languages <https://spacy.io/docs/usage/adding-languages>`_. As described in the documentation, you need to
Expand Down

0 comments on commit 86051f2

Please sign in to comment.