File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tutorials/textcat_goemotions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ To make your own config to combine pipelines, the basic steps are:
1191191 . Include all the components you want in ` nlp.pipeline `
1201202 . Add a section for each component, specifying the pipeline to source it from.
1211213 . 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
124124You can also remove many values related to training - since you aren't running
125125a training loop with ` spacy assemble ` , default values are fine.
You can’t perform that action at this time.
0 commit comments