Skip to content

Commit 1771b63

Browse files
authored
fix hyperlink (#205)
1 parent 83fb5e4 commit 1771b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/textcat_goemotions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To make your own config to combine pipelines, the basic steps are:
119119
1. Include all the components you want in `nlp.pipeline`
120120
2. Add a section for each component, specifying the pipeline to source it from.
121121
3. If you have two components of the same type, specify unqiue component names for each.
122-
4. If necessary, [specify `replace_listeners`](https://spacy.io/api/language#replace_listeners) to bundle a component with its tok2vec.
122+
4. If necessary, specify [`replace_listeners`](https://spacy.io/api/language#replace_listeners) to bundle a component with its tok2vec.
123123

124124
You can also remove many values related to training - since you aren't running
125125
a training loop with `spacy assemble`, default values are fine.

0 commit comments

Comments
 (0)